:root {
    --primery: #000045;
    --primery-light: #1B2974;
    --primery-dark: #011717;
    --secondary: #EC8305;
    --light: #F2F7FF;
    --text: #686B79;
    --white: #ffffff;
    --black: #000000;
    --heading: 70px;
    --subheading: 40px;
    --font30: 30px;
    --font28: 28px;
    --font26: 26px;
    --font24: 24px;
    --font22: 20px;
    --font20: 20px;
    --font18: 18px;
    --font16: 16px;
    --font14: 14px;
    --font12: 12px;
}

body {
    overflow-x: hidden;
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
}
/* body p{
    text-align: justify;
} */

.header-top {
    background: linear-gradient(90deg, #20205A 0%, #000040 50%, #20205A 100%);
    padding: 8px 0;
}

.header-top-align {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: space-between;
    color: var(--white);
}

.navbar-brand {
    width: 110px;
}

.header-top a,
.header-top p {
    color: var(--white);
    font-size: var(--font14);
}

.header-top-right,
.header-top-right {
    display: flex;
    align-items: center;
    gap: 12px;
}

.header-top-left i {
    color: var(--secondary);
    margin-left: 12px;
}

.header-blank-space span {
    display: block;
    content: "";
    width: 100%;
}

header {
    position: relative;
}

.equal-h-header {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 999;
}

.equal-h-header::before {
    position: absolute;
    width: 100%;
    content: "";
    height: 2px;
    bottom: -2px;
    background: linear-gradient(89.98deg, #FFFFFF 0.12%, #8779FF 49.67%, #FFFFFF 99.88%);
}

.header .navbar {
    padding: 14px 0;
}

.header .navbar .navbar-nav .nav-link {
    padding: 14px;
    color: var(--primery-light);
    font-weight: 600;
    font-size: var(--font16);
    transition: 0.4s;
}

.header .navbar .navbar-nav .nav-link.active,
.header .navbar .navbar-nav .nav-link:hover {
    color: var(--secondary);
}

.btn {
    box-shadow: none !important;
    font-weight: 600;
    font-size: 18px;
    text-transform: capitalize;
    padding: 12px 36px;
    border-radius: 10px;
    border: 1px solid var(--primery);
    color: var(--primery);
    background: transparent;
    transition: 0.4s;
}

.carousel-control-prev,
.carousel-control-next {
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--primery);
    border-radius: 50%;
    padding: 14px;
    top: 50%;
    transform: translateY(-50%);
}

.btn-primery {
    background: var(--primery);
    border-color: var(--primery);
    color: var(--white);
}

.btn-primery:hover {
    background: transparent;
    color: var(--primery);
    border-color: var(--primery);
}

.btn-secondry {
    background: var(--secondary);
    border-color: var(--secondary);
    color: var(--white);
}

.btn-secondry:hover {
    background: transparent;
    color: var(--secondary);
    border-color: var(--secondary);
}

.hero-section {
    background: linear-gradient(90deg, #fff 35%, #C8DEFF 50%, #fff 65%);
    padding-top: 40px;
}

.heading {
    font-weight: 800;
    font-size: 70px;
    color: var(--primery);
    margin-bottom: 30px;
}

.heading span {
    color: var(--secondary);
}

.text {
    font-size: var(--font16);
    color: var(--text);
    margin-bottom: 16px;
}

.big-text {
    font-size: var(--font26);
    margin-bottom: 20px;
}

.w-fit-content {
    width: fit-content;
}

.py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.sub-heading {
    position: relative;
    font-weight: 600;
    font-size: 40px;
    color: var(--primery-light);
    padding-bottom: 20px;
    margin-bottom: 32px;
}

.sub-heading::before,
.sub-heading::after {
    width: 100%;
    height: 1px;
    background: #E4EFFF;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
}

.sub-heading::after {
    bottom: 8px;
}

.sub-heading.text-white::before,
.sub-heading.text-white::after {
    background: var(--white);
}

.sub-heading.text-primery::before,
.sub-heading.text-primery::after {
    background: #6E7596;
}

.product-card {
    background: #F4F9FF;
    border: 1px solid #E4EFFF;
    border-radius: 10px;
    height: 100%;
    overflow: hidden;
    margin: 20px 0 20px 10px;
}

.product-card-content {
    padding: 16px 14px 18px;
}

.product-title {
    color: var(--primery);
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 8px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product-card-content p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
        /* text-align: justify; */
}

.product-action-btn-group {
    display: flex;
    gap: 12px;
}

.share-whatsapp-btn {
    width: 50%;
    border: 1px solid var(--primery) !important;
    background: var(--white) !important;
    padding: 12px 26px;
}

.share-whatsapp-btn i {
    margin-right: 8px;
    background: #29A71A;
    color: #fff;
    border-radius: 50%;
    width: 19px;
    height: 19px;
    font-size: 14px;
    padding: 3px;
}

.get-enquiry-btn {
    background: var(--primery) !important;
    border: 1px solid var(--primery) !important;
    color: var(--white) !important;
    width: 50%;
    padding: 12px 26px;
}

.owl-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    gap: 30px;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
    border: 1px solid var(--primery) !important;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px !important;
    color: var(--primery) !important;
    background: var(--white) !important;
    transition: 0.4s;
}

.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover,
.owl-nav .owl-prev:focus,
.owl-nav .owl-next:focus,
.owl-nav .owl-prev.active,
.owl-nav .owl-next.active {
    background: var(--primery) !important;
    color: var(--white) !important;
}

.count-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 80px 0;
}

.count-card {
    height: 100%;
    background: rgb(0 15 90 / 60%);
    border-bottom: 1px solid var(--white);
    border-radius: 20px;
    padding: 42px 18px;
    text-align: center;
    color: var(--white);
}

.count-card i {
    margin-bottom: 24px;
    font-size: var(--font30);
    color: var(--secondary);
}

.count-card p {
    margin-bottom: 0;
    font-weight: 600;
    font-size: var(--font18);
}

.count-card .count-numbers {
    margin-bottom: 6px;
    font-weight: 700;
    font-size: var(--subheading);
}

.about-section {
    background: linear-gradient(180deg, #F4F9FF 0%, #FFFFFF 100%);
    padding-top: 60px;
}

.about-content-card {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.about-inner-card {
    position: relative;
    z-index: 2;
    background: #fff;
    border-radius: 15px;
    padding: 60px;
    margin: 1px;
}

.about-content-card::before {
    content: "";
    background: linear-gradient(180deg, #1B2974, #fff);
    width: calc(100% + 2px);
    height: 100%;
    position: absolute;
    left: -1px;
    top: -1px;
    border-radius: 21px;
    z-index: -2;
}

.about-content-card::after {
    content: "";
    background: #f5faff;
    width: calc(100% + 100px);
    height: 100px;
    position: absolute;
    left: 50%;
    top: -71px;
    border-radius: 50%;
    z-index: 4;
    transform: translate(-50%, 0);
    border: 1px solid #000045;
}

.why-choose-section {
    background: #F2F7FF;
    padding: 60px 0;
}

.why-choose-card {
    background: var(--white);
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0px 0px 10px 0px #2F69C74A;
    margin: 20px 0 20px 10px;
}

.why-choose-card img {
    width: 60px;
    margin-bottom: 20px;
}

.why-choose-title {
    color: var(--primery);
    font-weight: 600;
    font-size: var(--font22);
    text-transform: capitalize;
}

.why-choose-bottom-section {
    background-size: cover;
    background-position: center left;
    background-repeat: no-repeat;
    padding-top: 60px;
}

.why-choose-btm-cards {
    background: rgb(0 0 69 / 60%);
    border-radius: 18px;
    padding: 0 20px 20px;
    max-width: 420px;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}



.why-choose-btm-title {
    width: fit-content;
    background: var(--secondary);
    color: var(--white);
    font-size: var(--font22);
    padding: 6px 20px;
    border-radius: 0 0 10px 10px;
    margin-bottom: 14px;
}

.wcu-btm-cards-align {
    display: flex;
    align-items: normal;
    gap: 12px;
}

.wcu-btm-left-card {
    background: var(--secondary);
    display: flex;
    color: var(--white);
}

.wcu-btm-left-card p {
    font-size: var(--font30);
    font-weight: 700;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    text-align: center;
}

.wcu-btm-left-card h4 {
    margin-bottom: 0;
    background: var(--white);
    color: var(--primery);
    font-size: var(--font30);
    font-weight: 700;
    padding: 20px 30px;
}

.wcu-btm-right-card a {
    background: rgb(0 0 69 / 80%);
    display: block;
    margin: 16px 16px 0;
    box-shadow: 0 0 10px 8px rgb(0 0 69 / 84%);
    padding: 10px 30px 10px 10px;
    text-decoration: none;
    height: 100%;
}

.wcu-btm-right-card {
    position: relative;
    overflow: hidden;
}

.wcu-btm-right-card h4 {
    color: var(--secondary);
    font-size: var(--font18);
    font-weight: 500;
    margin-bottom: 12px;
}

.wcu-btm-right-card p {
    color: var(--white);
    margin-bottom: 0;
    font-size: var(--font20);
    font-weight: 500;
    text-wrap: nowrap;
}

.testimonials-section {
    background: #F3F8FF;
    padding: 60px 0;
}

.testimonials-align {
    display: flex;
    align-items: center;
    gap: 100px;
}

.testimonials-card {
    display: flex;
    gap: 40px;
    align-items: normal;
}

.testimonials-profile img {
    border-radius: 50%;
    width: 100px;
    min-width: 100px;
    aspect-ratio: 1 / 1;
    border: 1px solid var(--primery);
    object-fit: cover;
}

.csection-container {
    background: transparent !important;
}

.testimonials-username {
    font-weight: 600;
    font-size: var(--font22);
    margin-bottom: 6px;
    color: var(--primery);
}

.textemonialer-profession {
    font-size: var(--font18);
    font-weight: 400;
    color: var(--primery);
    margin-bottom: 6px;
}

.testimoner-reviews {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: var(--font16);
}

.start-review {
    color: #aaa;
}

.start-review.active {
    color: #EC8305;
}

.csection-left-col {
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.csection-right-col {
    background: var(--primery);
}

.contact-section-left {
    padding: 60px;
}

.contact-section-heading {
    font-size: var(--font22);
    font-weight: 600;
    color: var(--white);
    background: var(--secondary);
    width: fit-content;
    padding: 16px 24px;
    border-radius: 20px;
    margin-bottom: 20px;
}

.heading-small {
    font-size: 40px;
    font-weight: 700;
    color: var(--primery);
}

.heading-small span {
    color: var(--secondary);
}

.contact-section-right {
    margin: 60px;
    background: var(--white);
}

.contact-form-heading {
    background: var(--secondary);
    color: var(--white);
    text-align: center;
    font-size: var(--font18);
    font-weight: 500;
    padding: 30px 100px;
    position: relative;
    margin-bottom: 50px;
}

.contact-form-heading::before {
    content: "";
    background: var(--secondary);
    width: 20px;
    height: 20px;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%) rotate(45deg);
    position: absolute;
}

.contact-form-card {
    padding: 30px;
}

.form-control {
    box-shadow: none !important;
}

.contact-form-card .form-label {
    font-size: var(--font16);
    font-weight: 500;
    margin-bottom: 6px;
    color: var(--primery);
}

.contact-form-card .form-control {
    font-size: var(--font16);
    padding: 10px 16px;
    border: 1px solid #ccc;
}

.contact-form-card .form-control:focus {
    border-color: var(--primery);
}

.form-mobile-input-group {
    display: flex;
    flex-wrap: wrap;
}

.form-mobile-input-group .invalid-feedback {
    width: 100%;
}

.form-mobile-input-group .input-group-text {
    width: 100px;
    padding: 10px 36px 10px 16px !important;
    border-radius: 6px 0 0 6px;
    border: 1px solid #ccc !important;
    border-right: 0 !important;
    background: var(--white) !important;
}

.form-mobile-input-group .mobile-control {
    width: calc(100% - 100px);
    padding: 10px 16px 10px 0;
    border-radius: 0 6px 6px 0;
    border: 1px solid #ccc !important;
    border-left: 0 !important;
    background: var(--white) !important;
}

.comment-input-group {
    position: relative;
}

.comment-input-group .input-comment-icon {
    position: absolute;
    top: 12px;
    right: 16px;
    color: var(--primery);
}

.comment-input-group .form-control {
    padding-right: 40px;
}

.partners-section {
    background: #F2F7FF;
    padding: 60px 0;
}

.partners-cards {
    display: flex;
    align-items: center;
    gap: 50px;
    overflow-x: scroll;
    width: 100%;
    scrollbar-width: none;
}

/* .partner-card {
    min-width: calc(15% - 25px);
    background: var(--white);
    border-radius: 20px;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
} */
 .partner-card {
  min-width: calc(15% - 25px);
  border-radius: 20px;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}


.partner-card img {
    object-fit: contain;
    aspect-ratio: 1 / 1;
}

.blog-section {
    padding: 60px 0;
}

.mb-60 {
    margin-bottom: 60px;
}

.blog-card {
    margin: 10px;
    padding: 12px;
    border: 1px solid #E4EFFF;
    border-radius: 12px;

}

.blog-img {
    aspect-ratio: 3 / 2;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 10px;
}

.blog-date {
    color: #6E7596;
    margin-bottom: 10px;
    font-size: var(--font16);
    font-weight: 400;
}

.blog-title {
    font-size: var(--font22);
    font-weight: 500;
    color: var(--primery);
    margin-bottom: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.footer-bottom {
    background: var(--primery);
    padding: 24px 0;
}

.Copyright-text {
    text-align: center;
    color: var(--white);
    font-weight: 600;
}

.Copyright-text a {
    color: var(--secondary);
}

.footer-left-card {
    border-right: 1px solid #7F8C8D;
}

.footer-right-card {
    border-left: 1px solid #7F8C8D;
}

.footer-section {
    padding: 100px 0 20px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: var(--white);
}

.footer-heading {
    font-size: var(--font24);
    margin-bottom: 20px;
    font-weight: 500;
}

.footer-socials {
    display: flex;
    gap: 20px;
    align-items: center;
}

.footer-social-link {
    text-decoration: none;
    width: 40px;
}

.footer-links-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.footer-link {
    text-decoration: none;
    color: var(--white);
    font-weight: 300;
}

.footer-right-link {
    color: var(--white);
    /* gap: 12px;
    display: flex; */

}

.footer-right-link i {
    color: var(--secondary);
}

.header-fix-top.header .equal-h-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    bottom: auto;
    animation: slide-down 0.5s ease-in-out;
}

@keyframes slide-down {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0);
    }
}

.product-card-img {
    aspect-ratio: 3/2;
    object-fit: contain;
    background-color: #F7F7FC;
    /* border-radius: 20px; */
}

.pages-top-section {
    background: linear-gradient(180deg, #FFFFFF 0%, #F4F9FF 100%);
    padding: 40px 0;
}

.page-title {
    font-weight: 700;
    color: var(--primery);
    font-size: var(--subheading);
    margin-bottom: 10px;
}



.listing-pagenation {
    width: fit-content;
    margin: 0 auto 26px;
}

.listing-pagenation .pagination {
    display: flex;
    align-items: center;
    gap: 12px;
}

.listing-pagenation .pagination .page-item:first-child .page-link,
.listing-pagenation .pagination .page-item:last-child .page-link {
    border: none;
    color: #ACACAC;
    background: transparent;
    box-shadow: none;
}

.listing-pagenation .pagination .page-item:first-child .page-link:hover,
.listing-pagenation .pagination .page-item:last-child .page-link:hover {
    color: var(--primary);
}

.listing-pagenation .page-item .page-link {
    border: 1px solid transparent;
    border-radius: 13px;
    background: transparent;
    color: #ACACAC;
    font-weight: 600;
}

.listing-pagenation .page-item.active .page-link {
    border-color: var(--primery);
    background: #4f26be49;
    color: var(--black);
}

.listing-pagenation .page-item .page-link:focus {
    box-shadow: 0px 0px 0px 2px #4f26be49;
}

a.custm-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.product-details-top-section {
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #fcfcff;
    padding-bottom: 60px;
}

.pages-link-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 20px 0;
    color: var(--text);
    flex-wrap: wrap;
}

.pages-link-actions a {
    text-decoration: none;
    display: inline-block;
    color: var(--text);
    font-size: 16px;
    font-weight: 500;
    text-wrap: nowrap;
}

.product-details-hero {
    display: flex;
    justify-content: normal;
    align-items: center;
    background: var(--white);
    border-radius: 30px;
    border: 1px solid #E4EFFF;
    padding: 28px;
    gap: 24px;
}

.product-details-image {
    border-radius: 20px;
    overflow: hidden;
    height: fit-content;
    width: fit-content;
}

.product-details-heading {
    font-size: var(--subheading);
    font-weight: 600;
    color: var(--primery);
    margin-bottom: 8px;
}

.product-details-heading span {
    color: var(--secondary);
}

.product-certification ul {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 30px;
}

.product-certification ul li {
    display: flex;
    align-items: center;
    gap: 12px;
    width: fit-content;
}

.product-certification ul li img {
    width: 50px;
}

.product-certification ul li p {
    margin-bottom: 0;
    font-size: var(--18px);
    font-weight: 600;
    color: var(--primery);
}

.product-details-content .product-action-btn-group a {
    width: fit-content;
    padding: 12px 36px;
}

.product-header-listing {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 30px;
    overflow-x: scroll;
    scrollbar-width: none;
    border-bottom: 1px solid #ccc;
}

.product-about-link {
    color: var(--text);
    text-decoration: none;
    font-size: var(--font18);
    font-weight: 600;
    background: transparent;
    border-bottom: 1px solid transparent;
    padding: 10px 15px;
    display: block;
    transition: 0.4s;
}

.product-about-link.active,
.product-about-link:hover {
    color: var(--secondary);
    background: #FFF3E5;
    border-bottom: 1px solid var(--secondary);
}

.product-about-header {
    padding: 20px 0;
    position: relative;
}

.product-about-header.active::before {
    position: relative;
    content: "";
    width: 100%;
    display: block;
    height: 50px;
}

.product-about-header.active .fixed-about-header {
    position: fixed;
    top: 80px;
    padding-top: 20px;
    width: 100%;
    z-index: 99;
    background: var(--white);
}

.product-about-heading {
    position: relative;
    padding-left: 40px;
    font-weight: 600;
    font-size: var(--font30);
    margin-bottom: 20px;
    color: var(--primery);
}

.product-about-heading::before {
    content: "";
    background: var(--secondary);
    height: 20px;
    width: 30px;
    position: absolute;
    left: 0;
    top: 8px;
}

.product-description {
    font-size: var(--font18);
}

.product-description-section hr {
    border-color: #ccc;
    margin-bottom: 0;
    margin-top: 30px;
}

.product-specifications-table .table thead tr th {
    background: #6E7596;
    color: var(--white);
    padding: 10px 10px 10px 20px;
    font-weight: 500;
}

.product-specifications-table .table tbody tr td {
    padding: 10px 10px 10px 20px;
    color: var(--primery);
}

.product-Specifications-section {
    padding: 60px 0;
}

.product-features-section {
    background-color: #F7F7FC;
    padding: 60px 0 40px;
}

.feature-image {
    border-radius: 20px;
}

.features-nav-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 16px 36px;
}

.features-nav-list ul li {
    width: calc(50% - 18px);
    display: flex;
    gap: 8px;
    align-items: flex-start;
    justify-content: flex-start;
}

.features-nav-list ul li p {
    font-size: var(--font16);
    font-weight: 500;
    color: var(--primery);
    margin-bottom: 0;
}

.product-faq-section {
    padding: 60px 0;
}

.bg-light {
    background-color: #F4F9FF !important;
}

.product-faq-accordion .accordion-button {
    box-shadow: none !important;
    background: var(--secondary);
    color: var(--white);
    padding: 16px 20px;
    font-size: var(--font18);
    font-weight: 600;
}

.product-faq-accordion .accordion-item {
    margin-bottom: 20px;
    border: none;
}

.product-faq-accordion .accordion-collapse {
    background: var(--secondary);
    color: var(--white);
    border-top: 1px dashed var(--white);
    font-weight: 300;
    font-size: var(--font16);
}

.product-faq-accordion .accordion-button.collapsed {
    background: transparent;
    color: var(--primery);
    border: 1px solid var(--primery);
}

.enquiry-close-btn {
    border: 1px solid var(--white);
    background: transparent;
    padding: 0;
    margin: 0;
    color: var(--white);
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    position: absolute;
    right: 12px;
    top: 12px;
}

.enquiry-modal .modal-body {
    padding: 0;
    border-radius: 0;
}

.enquiry-modal-heading {
    font-size: var(--font30);
    font-weight: 600;
    margin-bottom: 20px;
    color: var(--primery);
}

.contact-page-section {
    padding: 60px 0;
}

.contact-top-heading {
    position: relative;
    text-align: center;
    width: fit-content;
    margin: 0 auto 40px;
    padding-bottom: 40px;
}

.contact-top-heading::before {
    content: "";
    position: absolute;
    width: 250px;
    height: 250px;
    background: #d2d2f5;
    border-radius: 50%;
    z-index: -1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    filter: blur(50px);
}

.contact-top-heading h2 {
    font-size: var(--font18);
    font-weight: 600;
    color: var(--black);
    margin-bottom: 20px;
}

.contact-top-heading h1 {
    font-size: var(--subheading);
    color: var(--black);
    font-weight: 600;
    margin-bottom: 0;
}

.contact-page-card {
    padding: 18px 36px;
    background: #E4EFFF;
    border-radius: 20px;
    height: 100%;
}

.contact-page-card-heading {
    font-size: var(--font26);
    font-weight: 600;
    margin-bottom: 16px;
    color: var(--primery);
}

.contact-social-heading {
    font-size: var(--font20);
    font-weight: 600;
    color: var(--black);
    margin-bottom: 0;
}

.contact-details-text {
    display: flex;
    gap: 12px;
    color: var(--text);
    margin-bottom: 20px;
}

.contact-details-text i {
    color: var(--primery);
    text-decoration: none;
    margin-top: 4px;
    font-size: var(--font18);
}

.contact-socials-align {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.contact-socials-nav {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: center;
}

.contact-socials-links {
    text-decoration: none;
    width: 30px;
    height: auto;
}

.min-h-200 {
    min-height: 200px;
}

.blog-listing-text {
    overflow: hidden;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}

.latest-articles-heading {
    font-size: var(--font22);
    font-weight: 600;
    color: var(--primery);
    margin: 26px 0;
}

.blog-listing-card {
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: start;
    align-items: normal;
}

.blogs-right-cards {
    flex-direction: row;
}

.blogs-right-cards img {
    width: 280px;
    height: fit-content;
}

.blogs-right-cards .product-title {
    -webkit-line-clamp: 4;
    line-clamp: 4;
}

.blogs-listings-nav ul {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.blogs-categories-herading {
    font-size: var(--font18);
    color: var(--primery);
    font-weight: 600;
    margin-bottom: 20px;
}

.blogs-categories-listing ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.blogs-categories-listing ul li .blogs-categories-link {
    border-radius: 60px;
    background: transparent;
    border: 1px solid var(--text);
    color: var(--text);
    font-weight: 500;
    font-size: var(--font16);
    padding: 10px 20px;
    display: block;
}

.other-pages-content {
    padding: 20px 0 60px;

    img {
        max-width: 100%;
        margin-bottom: 16px;
        height: auto;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-weight: 600;
        color: var(--primery);
        display: block;
        margin-bottom: 10px;
    }

    h1 {
        font-size: var(--subheading);
    }

    h2 {
        font-size: var(--font30);
    }

    h3 {
        font-size: var(--font26);
    }

    h4 {
        font-size: var(--font24);
    }

    h5 {
        font-size: var(--font20);
    }

    h6 {
        font-size: var(--font18);
    }

    p {
        font-size: var(--font16);
        color: var(--text);
    }

    a {
        color: var(--primery);
    }
}

.text-secondary {
    color: var(--secondary) !important;
}

.about-page-hero {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 400px 0 20px;
}

.about-second-content .heading-small {
    font-size: var(--font30);
}

.about-card-img {
    border-radius: 30px;
}

.text30 {
    font-size: var(--font30);
}

.specifics-section,
.team-members-section {
    padding: 60px 0;
    background: #F5F5FF;
}

.specifics-section-card {
    background: var(--white);
    margin: 10px;
    padding: 24px 16px;
    border-radius: 10px;
    box-shadow: 0px 2px 8px 0px #8E8ED766;
}

.specifics-card-icon {
    width: 50px;
    margin: 0 auto 20px;
}

.specifics-card-title {
    font-size: var(--font22);
    font-weight: 600;
    color: var(--primery);
    margin-bottom: 8px;
}

.team-members-card {
    background: var(--white);
    border-radius: 20px;
    padding: 32px 24px;
    margin: 20px 0 20px 10px;
    box-shadow: 0 8px 0 0 #9BA1DE;
}

.team-members-image {
    overflow: hidden;
    /* width: 240px; */
    border-radius: 20px;
    margin: 0 auto 20px;
    /* height: 250px; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.team-member-name {
    font-size: var(--font22);
    font-weight: 600;
    color: var(--primery);
    margin-bottom: 8px;
}

.team-member-content {
    position: relative;
}

.team-member-content .about-pera {
    text-align: justify;
    color: var(--text);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    -webkit-box-orient: vertical;
}

.read-more-btn {
    position: absolute;
    left: 50%;
    background: var(--white);
    bottom: 0;
    transform: translate(-50%, 100%);
}

.read-more-btn .service-about-more {
    padding: 0;
    font-size: initial;
    font-weight: normal;
    border: none !important;
    text-decoration: underline;
}

.about-pera.active {
    -webkit-line-clamp: none;
    line-clamp: none;
}

.our-goals-section {
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 0 40px;
}

.our-goals-card {
  background: #fff;
  box-shadow: 0px 0px 10px 0px #6156AE4D;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.our-goals-img {
  max-height: 240px;
  width: 100%;
  object-fit: cover;
}

.our-goals-content {
  padding: 20px;
}

.our-goals-content {
    padding: 16px 16px 16px 0;
}

.our-golas-herading {
    font-size: var(--font22);
    font-weight: 600;
    color: var(--black);
    margin-bottom: 8px;
}

.our-mission-section {
    background-size: 50%, 50%, 100%;
    background-repeat: no-repeat;
    background-position: center left, center right;
    padding: 60px 0;
}

.our-mission-card {
    background: rgb(255 255 255 / 25%);
    box-shadow: 0px -1px 24px 0px #00000040;
    border-radius: 20px;
    padding: 20px;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;

}

.our-mission-card-icon {
    width: 50px;
    margin-bottom: 16px;
}

.text-primery {
    color: var(--primery);
}

.mission-card-heading {
    font-size: var(--font26);
    font-weight: 600;
    color: var(--primery);
    margin-bottom: 16px;
}

.our-mission-card-content .text {
    font-size: var(--font20);
}

.header-top-left {
    display: flex;
    align-items: center;
    gap: 6px;
}

.whats-app-fixed-btn {
    position: fixed;
    right: 16px;
    bottom: 40px;
    width: 46px;
    z-index: 999;
}

/* custom css */
.why-choose-btm-cards:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
.our-mission-card:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
.product-card:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

/* .product-card:hover {
  background-color: #f9f9f9;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  transform: scale(1.02);
  transition: all 0.3s ease;
} */

.product-card .btn:hover {
    background-color: #000045;
    transform: scale(1.05);
    transition: all 0.3s ease;
}

.why-choose-slider .equal-height-card {
  height: 350px;
  padding: 16px; 
  
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.specifics-section-slider .equal-height-card {
  height: 250px;
  padding: 16px; 
  
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
}
/* .team-members-slider.equal-height-card  {
  height: 450px;
  padding: 16px; 
  
  display: flex;
  flex-direction: column;
  justify-content: space-between;
} */
/* .product-slider .equal-height-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  max-width: 420px;
  border: 1px solid #ddd;
  padding: 16px;
  box-sizing: border-box;
} */
.equal-height-card {
  display: flex;
  flex-direction: column;
  /* justify-content:space-evenly; */
  width: 100%;
  height: 550px;
}
.equal-height-card p {
  overflow: hidden;
  flex-grow: 1;
}

.text-justify{
    text-align: justify;
}
.heading-feature {
  color:var(--secondary); 
  font-weight: 600;
}
/* .slick-slide {
    margin: 0 10px !important;
} */
 .slick-slide {
    /* margin-right: 10px; */
    padding:10px; 
}
.item {
  padding: 0 12px; 
  box-sizing: border-box;
}
.custom-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background: var(--primary);
  border-radius: 50%;
  padding: 10px;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0,0,0,0.15);
  transition: all 0.3s ease;
}

.custom-arrow:hover {
  background: #f0f0f0;
}

.custom-arrow.prev {
  left: 10px;
}

.custom-arrow.next {
  right: 10px;
}

.custom-arrow i {
  font-size: 15px;
  /* color: #333; */
}
