/* @import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


:root {
    --location-header-bg: #fdfbe8;
    --location-text-color: #292b80;
    --request-btn: #292b80;
    --main-btn-color: #292b80;
    --cream-bg-color: #fdfbe8;
    --btm-border-color: #292b80;
    --heading-color: #292b80;
    --white-text: #fff;
    --white-bg: #fff;
    --play-btn-color: #292b80;
    --black-bg: #000;
    --dark-bg-sec: rgba(236, 239, 241, 1)
}

body {
    font-family: "Poppins", sans-serif !important;
    background-color: var(--cream-bg-color);
    overflow-x: hidden;
    letter-spacing: 0.5px;
}

p,
h1,
h2,
h3,
ul {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.h-46 {
    height: 46px;
}

.h-100 {
    height: 100px !important;
}

.he-100 {
    height: 200px !important;
}

.location-timing-section {
    display: none;
}

.grey-section {
    background-color: var(--dark-bg-sec);
}

.scaled-card {
    transform: scale(0.9) !important;
    transform-origin: center;
}

/* pre-loader css begin */


#preloader-active {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    top: 0;
    left: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.preloader {
    text-align: center;
}

.preloader-inner {
    position: relative;
    width: 100px;
    height: 100px;
}

.preloader-circle {
    width: 100px;
    height: 100px;
    border: 4px solid #3a86ff;
    border-top: 4px solid transparent;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    position: absolute;
    top: 0;
    left: 0;
}

.pere-text img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    margin-top: 25px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* pre-loader css end */


/* header css begin */
/* .sticky-header {
    position: sticky;
    top: 0;
    z-index: 9999;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
} */

.location-timing-section {
    background-color: var(--location-header-bg);
    height: 46px;
    border-bottom: 1px solid var(--btm-border-color);
}

.location-section ul {
    gap: 50px;
}

.location-section ul li {
    list-style: none;
    color: var(--location-text-color) !important;
    font-size: 14px;
}

.location-section ul li a {
    font-weight: bold;
    color: var(--request-btn);
}

.req-consl a:hover {
    text-decoration: none;
}

.timing-section p {
    color: var(--location-text-color);
    font-size: 14px;
}

.icon-text {
    padding-left: 8px;
}

.location-icon,
.mail-icon {
    color: var(--main-btn-color);
}

.main-logo img {
    width: 180px;
}

.logo-header-section {
    background-color: var(--cream-bg-color);
    height: 100px;
}

.mobile-number {
    padding-right: 65px;
}

.mobile-number h2 {
    color: var(--heading-color);
}

.quote-hdng {
    color: var(--heading-color);
}

p.quote-hdng {
    font-style: italic;
}

.apt-btn a {
    color: var(--white-text);
    background-color: var(--main-btn-color);
    border: 1px solid var(--main-btn-color);
    padding: 10px 25px;
    font-weight: 500;
    transition: background-color 0.4s ease, color 0.4s ease, border-color 0.4s ease;
    cursor: pointer;
    border-radius: 5px;
}

.apt-btn a:hover {
    color: var(--heading-color);
    /* Text color on hover */
    background-color: var(--white-bg);
    /* Background color on hover */
    border-color: var(--btm-border-color);
}

.call-txt {
    font-weight: 300;
}

.navbar-nav .nav-link {
    margin-right: 20px;
    /* Space between nav links */
}

.navbar {
    border-top: 1px solid var(--btm-border-color);
}

.navbar-toggler {
    border-color: var(--heading-color) !important;
    /* Optional: border color */
}

.navbar-toggler:focus {
    border-color: var(--heading-color) !important;
    outline: 1px solid var(--heading-color);
}



.custom-toggler-icon,
.custom-close-icon {
    font-size: 24px;
    display: none;
    border: none;
    background: none;
}

.custom-toggler-icon.show,
.custom-close-icon.show {
    display: inline;
}

.custom-close-icon,
.custom-toggler-icon {
    color: var(--main-btn-color) !important;
}

#navbarNav ul li a {
    color: var(--heading-color);
}

.navbar {
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    z-index: 999;
    background-color: var(--location-header-bg);
}

/* header css end */

/* hero section css begin */

.hero-section {
    background-image: url('../img/hero-bg.jpeg');
    background-size: cover;
    background-position: center;
    min-height: 80vh;
    position: relative;
    display: flex;
    align-items: center;
    color: white;
    transition: background-image 1s ease-in-out;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    padding: 20px;
    padding-left: 60px;
}

.hero-content h1,
.hero-content p,
.hero-buttons {
    text-align: left;
}

.hero-buttons .btn {
    margin-right: 15px;
    margin-top: 10px;
    padding: 10px 25px;
    border-radius: 30px;
}

.light-btn {
    border: 1px solid var(--white-text);
    color: var(--location-text-color);
    padding: 15px 30px;
    border-radius: 5px;
    background-color: var(--white-text);
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

.light-btn:hover {
    border: 1px solid var(--cream-bg-color);
    background-color: var(--cream-bg-color);
    color: var(--heading-color);
}

.dark-btn {
    border: 1px solid var(--btm-border-color);
    color: var(--white-text);
    background-color: var(--main-btn-color);
    margin-left: 15px;
    padding: 15px 30px;
    border-radius: 5px;
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

.dark-btn:hover {
    border: 1px solid var(--cream-bg-color);
    background-color: var(--cream-bg-color);
    color: var(--heading-color);
}

.display-4 {
    font-weight: 400;
}

.lead {
    font-weight: 400;
}

@media (max-width: 768px) {
    .hero-content {
        text-align: center;
    }

    .hero-content h1,
    .hero-content p,
    .hero-buttons {
        text-align: center;
    }

    .hero-buttons .btn {
        display: inline-block;
        margin: 10px 5px;
    }

    .hero-content h1 {
        font-size: 30px;
    }

    .hero-content p {
        font-weight: 25px;
    }

    .light-btn {
        font-size: 10px;

    }

    .dark-btn {
        font-size: 10px;
    }
}

/* hero section css end */

/* services section css begin */

.icon-wrapper {
    background-color: var(--cream-bg-color);
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transition: background-color 0.3s ease;
    border: 1px solid var(--btm-border-color);
}

.service-card {
    border: none;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.service-hdng {
    color: var(--heading-color);
    font-weight: 400;
    font-size: 23px;
}

.sub-txt {
    color: var(--heading-color);
    font-size: 16px;
}

.read-more-btn {
    width: 60%;
    margin: 0 auto;
    display: block;
    border-radius: 25px;
    font-size: 14px;
    padding: 6px 20px;
    transition: all 0.3s ease;
    text-align: center;
}

.read-more-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.othr-hdngs {
    font-weight: 500;
    font-size: 31px;
    color: var(--heading-color);
}

.othr-txt {
    font-weight: 500;
    font-size: 18px;
    color: var(--heading-color);
}


/* services section css end */



/* who we are section css begin */

.play-btn {
    background: var(--white-bg);
    color: var(--play-btn-color);
    font-size: 20px;
    padding: 15px 23px;
    border-radius: 50%;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    transition: 0.3s ease;
    text-align: center;
    top: 50%;
    left: 45%;
}

.play-btn:hover {
    transform: scale(1.1);
    background-color: var(--play-btn-color);
    color: var(--white-bg);
}

.max-bold {
    font-weight: 600;
}

.abt-btn {
    color: var(--white-text);
    background: var(--main-btn-color);
    border: 2px solid var(--main-btn-color);
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
    padding: 15px 30px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.abt-btn:hover {
    background-color: var(--white-text);
    color: var(--main-btn-color);
    border-color: var(--main-btn-color);
}

/* who we are section css end */

/* clients section css begin */

.client-logo {
    height: 110px;
    margin: 0 auto;
    object-fit: contain;
    /* filter: grayscale(100%);
    transition: filter 0.3s ease; */
}

/* .client-logo:hover {
    filter: grayscale(0%);
} */


/* clients section css end */


/* testimonial section css begin */

/* ====== Testimonial Area ====== */
.testimonial-area {
    padding: 80px 0;
    background-image: url('../img/testimonial-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.section-tittle h2 {
    font-size: 42px;
    font-weight: bold;
    color: var(--white-text);
}

.single-testimonial {
    padding: 40px;
    border-radius: 12px;

}

.testimonial-caption {
    position: relative;
}

.testimonial-top-cap p {
    font-size: 18px;
    color: var(--white-text);
    line-height: 1.7;
    margin-bottom: 30px;
}

.test-hdng {
    color: var(--white-text);
    font-size: 31px;
    
}

.testimonial-founder {
    display: flex;
    align-items: center;
    justify-content: center;
}

.founder-img {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-direction: column;
}

.founder-img img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.founder-img span {
    font-weight: 600;
    font-size: 16px;
    color: var(--white-text);
}

.test-sub-hdng {
    font-size: 18px;
    color: var(--white-text);
   
}

/* Slick dots custom style */
.dot-style .slick-dots {
    display: flex !important;
    justify-content: center;
    margin-top: 30px;
    padding: 0;
    list-style: none;
}

.dot-style .slick-dots li button:before {
    font-size: 14px;
    color: var(--white-bg);
    opacity: 0.5;
}

.dot-style .slick-dots li.slick-active button:before {
    opacity: 1;
    color: var(--white-bg);
}

/* ====== Responsive ====== */
@media (max-width: 768px) {
    .single-testimonial {
        padding: 30px 20px;
    }

    .testimonial-top-cap p {
        font-size: 16px;
    }

    .founder-img span {
        font-size: 14px;
    }

    .test-hdng {
        font-size: 30px;
    }
}

/* testimonial section css end */


/* call to action css begin */

.cta-section {
    background-image: url('../img/cta.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.cta-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    /* light overlay for readability */
    z-index: 1;
}

.cta-section .container {
    position: relative;
    z-index: 2;
}

.cta-heading {
    font-size: 2.5rem;
    color: var(--heading-color);
}

.cta-btn {
    transition: all 0.3s ease-in-out;
    border: 2px solid var(--btm-border-color);
    color: var(--white-text);
    background-color: var(--request-btn);
}

.cta-btn:hover {
    background-color: var(--white-bg);
    color: var(--location-text-color);
    border: 2px solid var(--btm-border-color);
}

@media (max-width: 767px) {
    .cta-heading {
        font-size: 1.8rem;
    }
}



/* call to action css end */

/* footer css begin */
.links li a,
.footer-hdng {
    color: var(--heading-color);
}

.adress p,
.abt-clinic p {
    color: var(--heading-color);
    font-size: 14px;
}

.copy p {
    color: var(--heading-color);
    font-size: 14px;
}

.footer-section {
    border-top: 1px solid var(--btm-border-color);
}

.social-icons {
    gap: 15px;
}
.ftr-links li a,.ftr-links p,.ftr-links h5 {
    font-size: 14px;
}

/* Footer css end */


/* global page titles css begin */
.page-title {
    color: var(--heading-color);
    background-color: var(--cream-bg-color);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 30px 0 30px 0;
    text-align: center;
    position: relative;
}



.page-title .container {
    position: relative;
}

.page-title h1 {
    font-size: 42px;
    margin-bottom: 10px;
    color: var(--heading-color);
}

.page-title .breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
}

.page-title .breadcrumbs ol li a {
    color: var(--heading-color);
}

.page-title .breadcrumbs ol li+li {
    padding-left: 10px;
}

.page-title .breadcrumbs ol li+li::before {
    content: "/";
    display: inline-block;
    padding-right: 10px;
    color: var(--heading-color);
}


/* global page titles css end */

/* services page experince begin */

.why-card {
    perspective: 1000px;
    height: 100%;
}

.why-inner {
    position: relative;
    width: 100%;
    height: 130px;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.why-card:hover .why-inner {
    transform: rotateY(180deg);
}

.why-front,
.why-back {
    position: absolute;
    width: 100%;
    height: 130px;
    border-radius: 12px;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(3px);
    color: #fff;
    backface-visibility: hidden;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.why-back {
    transform: rotateY(180deg);
}


/* service page experince end */

/* why choose us section css begin */

.nav-tabs .nav-link.active {
    background-color: var(--heading-color);
    color: var(--white-text);
    border: 2px solid var(--btm-border-color);
}

.nav-tabs .nav-link.active:hover {
    border: 2px solid var(--btm-border-color);
    color: var(--btm-border-color);
    background-color: var(--white-bg);
}

.nav-tabs {
    border-bottom: 1px solid var(--btm-border-color);
}

/* why choose us section css end */


/* focus areas css begin */
.clinical-flip-wrapper {
    perspective: 1000px;
    min-height: 130px;
    padding: 10px;
}

.clinical-flip {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.clinical-flip-wrapper:hover .clinical-flip {
    transform: rotateY(180deg);
}

.clinical-flip-front,
.clinical-flip-back {
    position: absolute;
    width: 100%;
    height: 130px;
    padding: 25px 20px;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    backface-visibility: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.clinical-flip-front {
    z-index: 2;
}

.clinical-flip-back {
    transform: rotateY(180deg);
    background-color: #f7f9fc;
    text-align: center;
}

.row.gy-4.gx-4>div {
    padding: 10px;
}



.focus-flip-wrapper {
    perspective: 1000px;
    margin: 10px;
}

.focus-flip {
    position: relative;
    width: 100%;
    height: 110px;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.focus-flip-wrapper:hover .focus-flip {
    transform: rotateY(180deg);
}

.focus-front,
.focus-back {
    position: absolute;
    width: 100%;
    height: 130px;
    backface-visibility: hidden;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    text-align: center;
}

.focus-front {
    z-index: 2;
}

.focus-back {
    transform: rotateY(180deg);
    background: #f8f9fa;
}



.services-card {
    perspective: 1000px;
    height: 100%;
}

.services-inner {
    position: relative;
    width: 100%;
    height: 180px;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.services-card:hover .services-inner {
    transform: rotateY(180deg);
}

.services-front,
.services-back {
    position: absolute;
    width: 100%;
    height: 180px;
    backface-visibility: hidden;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}

.services-front {
    z-index: 2;
}

.services-back {
    transform: rotateY(180deg);
}


/* focus areas css end */

/* our mission section css begin */


#our-mission ul li {
    margin-bottom: 10px;
    color: var(--heading-color);
    /* font-size: 18px; */
}


/* our mission css end */

/* our values css begin*/

.value-flip-wrapper {
    perspective: 1000px;
    min-height: 130px;
}

.value-flip {
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: transform 0.6s;
}

.value-flip-wrapper:hover .value-flip {
    transform: rotateY(180deg);
}

.value-flip-front,
.value-flip-back {
    position: absolute;
    width: 100%;
    height: 120px;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    backface-visibility: hidden;
    background: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.value-flip-back {
    transform: rotateY(180deg);
    background: #f8f9fa;
}



.card-hdng {
    color: var(--heading-color);
}


.tools-card {
    perspective: 1000px;
    width: 100%;
}

.tools-card-inner {
    position: relative;
    width: 100%;
    height: 130px;
    transition: transform 0.6s ease;
    transform-style: preserve-3d;
}

.tools-card:hover .tools-card-inner {
    transform: rotateY(180deg);
}

.tools-card-front,
.tools-card-back {
    position: absolute;
    width: 100%;
    height: 130px;
    backface-visibility: hidden;
    background: #fff;
    padding: 30px 20px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.tools-card-back {
    background: #f8f9fa;
    transform: rotateY(180deg);
}

.card-hdng {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}

@media (max-width: 576px) {
    .card-hdng {
        font-size: 14px;
    }
}

/* our values css end */




/* educational sector page css begin */

.edu-flip-card {
    perspective: 1000px;
    min-height: 280px;
    background-color: transparent;
}

.edu-flip-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: transform 0.6s;
}

.edu-flip-card:hover .edu-flip-inner {
    transform: rotateY(180deg);
}

.edu-front,
.edu-back {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    backface-visibility: hidden;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
    background-color: #fff;
}

.edu-front {
    z-index: 2;
}

.edu-back {
    transform: rotateY(180deg);
    background-color: #f9f9f9;
}


/* educational sector page css end */


/* organizational psychology page css begin */
.org-flip-wrapper {
    perspective: 1000px;
    min-height: 110px;
    margin: 10px;
}

.org-flip {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.org-flip-wrapper:hover .org-flip {
    transform: rotateY(180deg);
}

.org-flip-front,
.org-flip-back {
    position: absolute;
    width: 100%;
    height: 130px;
    padding: 20px;
    backface-visibility: hidden;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    background: #fff;
}

.org-flip-front {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.org-flip-back {
    transform: rotateY(180deg);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f7f7f7;
}




.industry-flip-wrapper {
    perspective: 1000px;
    min-height: 130px;
    margin-bottom: 20px;
}

.industry-flip {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.industry-flip-wrapper:hover .industry-flip {
    transform: rotateY(180deg);
}

.industry-flip-front,
.industry-flip-back {
    position: absolute;
    width: 100%;
    height: 130px;
    backface-visibility: hidden;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.1);
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.industry-flip-front {
    z-index: 2;
}

.industry-flip-back {
    transform: rotateY(180deg);
    background: #f1f1f1;
}


.impact-flip-wrapper {
    perspective: 1000px;
    min-height: 130px;
    margin-bottom: 20px;
}

.impact-flip {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.impact-flip-wrapper:hover .impact-flip {
    transform: rotateY(180deg);
}

.impact-flip-front,
.impact-flip-back {
    position: absolute;
    width: 100%;
    height: 120px;
    backface-visibility: hidden;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.1);
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.impact-flip-front {
    z-index: 2;
}

.impact-flip-back {
    transform: rotateY(180deg);
    background: #f8f9fa;
}


/* organizational psychology page css end */

/* our team css begin */
.card-img-top {
    /* height: 200px; */
    object-fit: cover;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}

/* our team css end */

/* tools used ss begin0 */

.assessment-box {
    background: #fff;
    border-radius: 15px;
    padding: 30px 20px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
}

.assessment-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.assessment-box .icon-circle {
    width: 70px;
    height: 70px;
    background: var(--btm-border-color);
    color: #fff;
    font-size: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    transition: background 0.3s ease;
}

/* tools used css end */


/* workahop section css begin */

.workshop-flip-card {
    perspective: 1000px;
    min-height: 110px;
}

.workshop-flip-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: transform 0.6s;
}

.workshop-flip-card:hover .workshop-flip-inner {
    transform: rotateY(180deg);
}

.workshop-front,
.workshop-back {
    position: absolute;
    width: 100%;

    border-radius: 10px;
    backface-visibility: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.workshop-front {
    background-color: #ffffff;
    color: #000;
}

.workshop-back {
    background-color: #f8f9fa;
    color: #000;
    transform: rotateY(180deg);
}


.workshop-card {
    background: #fff;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    text-align: center;
    transition: all 0.3s ease-in-out;
    height: 100%;
}

.workshop-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.workshop-card .icon {
    font-size: 40px;
    color: var(--main-btn-color);
    margin-bottom: 15px;
    display: flex;
}

.workshop-card .title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}



.custom-flip-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.education-flip-wrapper {
    perspective: 1000px;
}

.education-flip {
    position: relative;
    width: 100%;
    height: 100px;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    border-radius: 12px;
}

.education-flip-wrapper:hover .education-flip {
    transform: rotateY(180deg);
}

.education-flip-front,
.education-flip-back {
    background: #fff;
    border-radius: 12px;
    backface-visibility: hidden;
    padding: 15px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    height: 120px;
}

.education-flip-back {
    transform: rotateY(180deg);
    background: #f8f9fa;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}





/* workshop section css end */

/* topics section css begin */




.workshop-list li {
    font-size: 18px;
    padding: 10px 0;
    border-bottom: 1px solid var(--btm-border-color);
    display: flex;
    align-items: center;
    color: var(--heading-color);
}


/* topics section css end */


/* contact us css begin */
.location-contact li {
    font-size: 16px;
    color: var(--heading-color);
}

/* contact us css end */

/* Team Page css begin */

h4.team-member {
    color: var(--heading-color);
}

.designation {
    color: var(--heading-color);
}
.folder:hover{
    cursor: pointer;
}
/* Team Page css end */

.carousel-nav-btn {
    position: absolute;
    top: -40px;
    right: 20px;
    background: #fff;
    border-radius: 50%;
    padding: 10px;
    color: #000;
    font-size: 18px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    z-index: 10;
}

.carousel-nav-btn.left-btn {
    right: 60px;
}

/* Gallery page css begin */



/* Equal size images */
.gallery-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

/* Owl nav buttons top-right */
.owl-nav {
    position: absolute;
    top: -50px;
    right: 0;
}

.row.gal-img img {
    height: 213px;
    width: 375px;
    object-fit: cover;
    cursor: pointer;
}

.img-modal {
    display: none;
    position: fixed;
    z-index: 1050;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: var(--black-bg);
}

.img-modal-content {
    margin: auto;
    display: block;
    max-width: 90%;
    max-height: 80%;
    margin-top: 5%;
    border-radius: 10px;
    box-shadow: 0 0 15px var(--black-bg);
}

.img-close {
    position: absolute;
    top: 20px;
    right: 40px;
    color: var(--white-text);
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    z-index: 999;
}
.news-img img{
    height: 100% !important;
}
/* Gallery page css end */



/* sticky appointment button css begin */

.sticky-appointment {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
}

.sticky-appointment a {
    background-color: var(--main-btn-color);
    color: var(--white-text);
    padding: 12px 20px;
    border-radius: 16px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    font-weight: 600;
    transition: background-color 0.3s ease, transform 0.3s ease;
    display: inline-block;
}

.sticky-appointment a:hover {
    background-color: var(--heading-color);
    transform: scale(1.05);
}

/* sticky appointment button css end */

@media only screen and (max-width:1200px) {
    .timing-section p {
        font-size: 11px;
    }

    .location-section ul li {
        font-size: 11px;
    }
}

@media only screen and (max-width:1024px) {
    .timing-section p {
        font-size: 8px;
    }

    .location-section ul li {
        font-size: 8px;
    }

}

@media only screen and (max-width:992px) {
    .mobile-number {
        display: none;
    }

    .apt-btn a {
        font-size: 11px;
    }

    .best-suport {
        text-align: center;
    }

    .best-sub-txt {
        text-align: justify;
    }

    .about-button {
        text-align: center;
    }

    .mission-sub-hdng {
        font-size: 28px;
        padding-top: 10px;
    }

    .ass-third {
        margin-top: 15px;

    }

    h4.team-member,
    .designation {
        text-align: center;
    }

    .value-card img {
        max-width: 220px;
    }
}

@media only screen and (max-width:768px) {
    .location-timing-section {
        display: none;
    }

    .othr-hdngs {
       
        font-size: 25px;
        color: var(--heading-color);
    }

    .othr-txt {
      
        font-size: 15px;
        color: var(--heading-color);
    }
    .sub-txt{
        font-size: 15px;
    }

    .service-hdng {
        font-size: 20px;
    }

    .exp-row-first {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }


    .speci-team,
    .tools-ro {
        display: flex;
        gap: 15px;
    }

    .sticky-appointment a {
        padding: 10px 10px;
      font-size: 12px;
       
    }
    .impact-flip-wrapper {
        margin-bottom: 10px;
    }
    .slick-next{
        right: -14px !important;
    }
    .slick-prev{
        left: -14px !important;
    }
    .footer-hdng{
        margin-bottom: 0 !important;
        margin-top: 20px !important;
    }
}

@media screen and (max-width:576px) {

    .main-logo,
    .apt-btn-section {
        text-align: center;
    }

    .logo-quote {
        display: flex;
        flex-direction: column;
    }

    .logo-header-section {
        height: 205px;
    }

}

@media screen and (max-width:480px) {
    .apt-btn a {
        font-size: 10px;
        padding: 9px 17px;
    }
}

@media screen and (max-width:400px) {
    .main-logo img {
        height: 150px;
    }

    .apt-btn a {
        font-size: 9px;
        padding: 8px 14px;
    }
}