@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Google+Sans+Flex:opsz,wght@6..144,1..1000&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 {
    --primary: #BF781E;
    --primary-dark: #764607;
    --primary-light: #f8e8d4;
    --primary-gradiant: ;
    --secondry: #82BB84;
    --secondry-dark: #619f63;
    --secondry-light: #b9e9bb;
    --second-primary-light: #c1d0ed;
    --light-green: #45c73e;
    --dark-green: #21831b;
    --color-black: #000;
    --color-white: #fff;
    --light-gray: #c6c6c6;
    --text-gray: #828282;
    --bg-light: #f7f7f7;
    --gray: #e0e0e0;
    --how-bg-1: #f7f7f7;
    --how-bg-2: #efefef;
    --how-bg-3: #e8e8e8;
    --how-bg-4: #e1e1e1;
    --how-bg-5: #dadada;
    --font-main: "Poppins", sans-serif;
    /* --font-main: "Montserrat", sans-serif; */
    --font-sub: "Google Sans Flex", sans-serif;
    --font-des: "Dancing Script", cursive;
}



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


body,
p,
span,
li,
td,
th {
    font-family: var(--font-sub);
    font-weight: 400;
    color: var(--color-black);


}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-main);
    font-weight: 600;

}

button,
a {
    font-family: var(--font-main) !important;
    font-weight: 500;
}

body {
    line-height: 1.7 !important;
}

/* 
.top-left-nav{
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.top-left-nav ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.top-left-nav ul li{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    font-weight: 500;
}
.top-left-nav ul li i{
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--primary);
    color: var(--color-white);
    border-radius: 50%;
}
.logo-nav{
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo-nav img{
    width: 120px;
}
.top-right-nav{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}

.top-right-nav a{
    width: 150px;
    height: 45px;
     display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--primary);
    color: var(--color-white);
    border-radius: 10px;
    text-decoration: none;
    transition: 0.5s;
}
.top-right-nav a:hover{
    border-radius: 40px;
    background-color: var(--primary-dark);
}
.header-nav{
    background-color: var(--primary-light);
}
.header-nav ul.navbar-nav{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 12px;
}
.header-nav ul.navbar-nav li a{
    color: var(--color-black);
    font-weight: 500;
} */

.top-header {
    background-color: var(--primary-dark);
}

.top-header-content {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 5px 0;
    gap: 10px;

}

.top-header-content ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.top-header-content ul li img {

    width: 20px !important;
    height: 20px !important;
}

.top-search {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background-color: #fff;
    padding: 2px 5px;
    border: 1px solid #cccccc71;
    border-radius: 30px;
    overflow: hidden;
}

.top-search input {
    width: 250px;
    border: 0;
    font-family: var(--font-main);
}

.top-search a {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--primary-dark);
    color: var(--color-white);
    width: 50px;
    height: 30px;
    text-decoration: none;
    border-radius: 50px;
}

.nav-logo img {
    width:120px;
}

.header {
    padding: 10px 0;
    padding-top: 0;
    padding-bottom: 0 !important;
}

.header nav {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.navbar-menu-list li {
    margin: 0 5px;
    font-weight: 500;
    color: var(--color-black);
}

.navbar-menu-list li a {
    font-size: 16px;
    text-transform: uppercase;
}

.navbar-menu-list li a:hover {
    color: var(--primary);
}

.dropdown-custom {
    background-color: var(--color-white);
    border-radius: 15px;
    padding: 15px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    min-width: 350px;
}

.dropdown-custom h6 {
    color: var(--primary);
    font-size: 15px;
    font-weight: 500;
}

.dropdown-custom-current-language {
    margin-bottom: 20px;
}

.dropdown-custom-current-language select {
    border: 0;
    background-color: #ededed;
    height: 45px;
    border-radius: 10px;
    font-size: 14px;
}

.dropdown-custom ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 20px;
}

.dropdown-custom ul li {
    margin: 5px 0 !important;

}

.dropdown-custom ul li a {
    font-size: 14px;
    color: var(--color-black);
    /* padding: 10px; */
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    width: 100%;
    text-decoration: none;
    border-radius: 5px;
}

.dropdown-custom ul li a:hover {

    color: var(--primary);
}

.dropdown-custom ul li a img {
    min-width: 20px;
    width: 20px;
    max-width: 20px;
    object-fit: cover;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #ccc;
}

.dropdown-pos {
    position: absolute;
    top: 100%;
    right: 0;
    padding-top: 10px;
    z-index: 5;
    display: none;
    border-radius: 10px;
}

li.menu-relative:hover .dropdown-pos {
    display: block;
}

.dropDisplay {
    display: block !important;
}

.menu-relative {
    position: relative;
}

.top-auth-box {
    /* border: 1px solid #ccc; */
    margin-left: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;

    border-radius: 7px;
    background-color: var(--primary);
}

.top-auth-box a {
    font-size: 14px;
    text-decoration: none;
    border-right: 1px solid #ccccccb8;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color-white);
    padding: 0px 25px;
}

/* 
.top-auth-box a:first-child {
    padding-right: 10px;

}

.top-auth-box a:last-child {
    border-right: 0;
    padding-left: 10px;
} */

.top-auth-box a:hover {
    background-color: var(--primary-dark);
}

.top-language {
    cursor: pointer;
    font-size: 14.5px !important;
    color: var(--color-white) !important;
}

.top-language img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    margin-top: -1px;
}

.top-header-content ul.top-contact {
    margin-left: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}



.top-header-content ul.top-contact li {
    font-size: 15px;
    color: var(--color-white);
}

.top-header-content ul.top-contact li i {
    margin-right: 3px;
}

.top-header-content ul.top-contact li a{
    text-decoration: none;
    color: var(--color-white);
}






.banner-video {
    padding: 0;
}


.banner-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0px;
    overflow: hidden;
}

.banner-video .container-fluid {
    position: relative;
    height: 70vh;
    /* border-radius: 20px; */
    overflow: hidden;
    padding: 0;
}

.home-baner-slider {
    position: absolute;
    top: 0;
    left: 0;
    padding: 50px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #00000054;
}

.baner-caption-card h1 {
    font-size: 55px;
    font-weight: 500;
    color: var(--primary);
}

/* .baner-caption-card span{
     font-size: 55px;
    font-weight: 500;
    color: var(--primary);
} */
.baner-caption-card p {
    color: #fff;
    font-size: 20px;
}

.section-padding {
    padding: 50px 0;
}

.bg-light-primary {
    background-color: #f9edde;
}

/* 
.about-home-desc,
.about-home-title {
    position: sticky;
    top: 100px;
} */

.about-home-desc h3 {
    font-size: 20px;
    line-height: 30px;
}

.about-home-desc p {
    font-size: 16.5px;
    color: var(--color-black);
    font-weight: 600;
    line-height: 30px;
}

.about-home-desc ul {
    padding-left: 0;
    padding-left: 20px;
}

.about-home-desc ul li {
    font-size: 16px;
}

.about-home-desc ul li label {
    font-weight: 600;
}

.about-home-title h3 {
    font-family: var(--font-des);
    font-size: 60px;
    font-weight: 300;
    color: var(--primary);
}

.about-home-title h2 {
    color: var(--color-black);
    font-size: 70px;
}

.about-home-title p {
    font-size: 16px;
}

.about-home-title h5 {
    line-height: 35px;
    font-weight: 600;
    font-size: 18px;
    margin: 10px 0;
}

.about-home-title h5 i {
    margin-right: 10px;
    color: var(--primary);
    font-size: 25px;
}

.about-home-img {
    /* margin-top: 200px; */
    position: relative;
}

.about-home-img img {
    width: 90%;
    height: 500px;
    border-radius: 10px;
    object-fit: cover;
}

.about-home-img a {
    position: absolute;
    bottom: -30px;
    left: 30%;
    padding: 7px 25px;
    border-radius: 10px;
    background-color: var(--primary-dark);
    color: var(--color-white);
    text-decoration: none;
}

.about-home-img a:hover {
    background-color: var(--primary);
}


.expertise-left {
    padding-right: 50px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.expertise-left h3 {
    font-size: 35px;
    font-weight: 600;
    color: var(--color-black);
}

.expertise-left ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.expertise-left ul li {
    margin: 30px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    font-weight: 400;
    color: var(--color-black);
}

.expertise-left ul li i {
    font-size: 30px;
    color: var(--primary);
}

.expertise-widget img {
    width: 100%;
    height: 350px;
    border-radius: 20px;
    object-fit: cover;
}

.expertise-widget p {
    text-align: center;
    font-size: 16px;
    margin: 10px 0;
    padding: 0 10px;
    color: var(--color-black);
    font-weight: 500;
    line-height: 20px;
}

.sec-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sec-title span {
    font-size: 25px;
    color: var(--primary);
    font-family: var(--font-des);
    text-align: center;
}

.sec-title h2 {
    font-size: 30px;
    font-weight: 500;
    color: var(--color-black);
    margin-bottom: 30px;
    text-transform: capitalize;
    text-align: center;
}

.sec-title p {
    font-size: 17px;
    text-align: center;
}

.widget-career {
    width: 100%;
    padding: 20px;
    border: 1px solid var(--primary);
    border-radius: 15px;
    /* min-height: 300px; */
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    /* flex-direction: column; */
    gap: 20px;
    height: 100%;
}

.widget-career span {
    min-width: 50px;
    height: 50px;
    background-color: var(--primary);
    color: var(--color-white);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.widget-career p {
    font-size: 16px;
    font-weight: 400;
    color: var(--color-black);
    margin: 0;
}

.widget-career:hover {
    background-color: var(--color-white);
}

.bg-dark-primary {
    background-color: var(--primary-dark);
}

.personal-message-section {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.personal-message-section img {
    width: 50%;
    height: 550px;
    object-fit: cover;
}

.personal-message {
    width: 50%;
    padding: 50px;
    position: relative;
}

.personal-message h3 {
    font-size: 30px;
    color: var(--color-white);
}

.personal-message p {
    font-size: 18px;
    color: var(--how-bg-4);
}

.personal-message h6 {
    font-size: 18px;
    font-weight: 600;
    color: var(--color-white);
}

.personal-message i {
    font-size: 120px;
    position: absolute;
    top: -130px;
    right: 70px;
    rotate: 190deg;
    color: var(--primary);
    opacity: 0.5;
}

.achivement-box img {
    width: 100%;
    height: 600px;
    object-fit: cover;

}

.mtop-200 {
    margin-top: 200px;
}

.achivement-box h3 {
    margin: 12px 0;
    font-weight: 600;
    color: #000;
}

.achivement-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.achivement-box ul li {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    margin: 15px 0;
    font-size: 15.5px;
}

.achivement-box ul li i {
    color: var(--primary);
}

.achivement-box p {
    font-size: 15.5px;
}

.exp-widget {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    min-height: 300px;
    background-color: var(--primary);
    padding: 15px;
    border-radius: 20px;

}

.exp-widget span {
    min-width: 50px;
    height: 50px;
    background-color: var(--color-white);
    color: var(--primary);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-weight: 600;
}

.exp-widget h3 {
    font-weight: 500;
    font-size: 18px;
    color: var(--color-white);
}

.exp-widget p {
    margin: 0;
    font-size: 14px;
    color: var(--how-bg-4);

}

.row-col-5 .col-lg-3 {
    width: 20%;
}

.contact-left span {
    font-size: 30px;
    color: var(--primary);
    font-family: var(--font-des);
}


.contact-left h3 {
    font-size: 25px;
    font-weight: 600;
    color: var(--color-black);
}

.contact-left p {
    font-size: 15px;
    color: #222;
}

.contact-left img {
    width: 100%;
    height: 350px;
    border-radius: 20px;
    object-fit: cover;
}

.contact-right {
    padding: 0 20px;
}

.contact-right form {
    background-color: #ffff;
    padding: 30px;
    border-radius: 15px;
    border: 1px solid #ccc;

}

.contact-field input,
.contact-field select {
    height: 50px;
    font-size: 15px;
    border-radius: 8px;
    color: var(--color-black);
    font-family: var(--font-main);
}

.contact-field label {
    font-size: 14px;
    font-weight: 600;
    color: var(--color-black);
    font-family: var(--font-main);
}

.contact-field textarea {
    height: 150px;
    font-size: 15px;
    color: var(--color-black);
    font-family: var(--font-main);
    border-radius: 8px;
}

.contact-right button {
    width: 180px;
    height: 47px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--primary);
    color: var(--color-white);
    border-radius: 10px;
    text-decoration: none;
    border: 0;
    transition: 0.5s;
}

.contact-right button:hover {
    border-radius: 40px;
    background-color: var(--primary-dark);

}



.footer-section {
    background-color: #532f00;
    /* padding-bottom: 50px; */
}

.footer-top-section {
    background-color: #633c08;
    height: 350px;
    width: 100%;
    position: relative;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-top-section img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.footer-top-section h1 {
    position: absolute;
    bottom: -15%;
    width: fit-content !important;
    font-size: 18vw;
    margin: 0;
    font-weight: 600;
    color: #6f4916;
    white-space: nowrap;
    width: 100%;
}

.footer-top-section-info {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height: 300px;
}

.footer-top-section-info h3 {
    color: var(--color-white);
    font-size: 35px;
    font-weight: 400;
    position: relative;
    z-index: 1;
    text-align: center;
    line-height: 45px;
    text-transform: capitalize;
}

.footer-top-section-info a {
    background-color: var(--color-white);
    padding: 7px 15px;
    border-radius: 40px;
    color: var(--color-black);
    text-decoration: none;
    font-size: 23px;
    position: relative;
    z-index: 1;

}

.footer-top-section-info a:hover {
    background-color: var(--primary);
    color: var(--color-white);
}

.footer-widget img {
    width: 220px;
}

.footer-widget p {
    color: var(--color-white);
    font-size: 14px;
    margin-top: 10px;
    line-height: 25px;
}

.footer-bottom-container {
    padding-top: 20px;
}

.footer-link-widget {
    padding: 10px;
    border-right: 1px solid var(--footer-border);
    padding-top: 0;
    margin-top: 20px;
    height: 100%;
    padding-bottom: 0;
}

.footer-link-widget h3 {
    font-weight: 600;
    color: var(--color-white);
    font-size: 22px;
}

.footer-link-widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 20px;
}

.footer-link-widget ul li {
    margin: 10px 0;
}

.footer-link-widget ul li a {
    color: var(--how-bg-3);
    font-size: 15px;
    text-decoration: none;
    transition: 0.5s;
    display: flex;
    font-weight: 400 !important;
}

.footer-link-widget ul li a:hover {
    color: var(--primary);
    text-decoration: underline;
    font-weight: 500;
}

.footer-link-widget ul li a i {
    margin-right: 10px;
}


.footer-icon-link h3 {
    font-weight: 600;
    color: var(--color-white);
    font-size: 23px;
    text-transform: none;
}

.footer-icon-link ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    padding: 0;
}

.footer-icon-link ul li a {
    width: 40px;
    height: 40px;
    border: 1px solid var(--color-white);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: var(--color-white);
    transition: 0.5s;
}

.footer-icon-link ul li a i {
    margin: 0;
}

.footer-icon-link ul li a:hover {
    background-color: var(--primary);
    color: var(--color-white);
    /* margin-top: -10px; */
}

.copy-right {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    margin-top: 20px !important;
    border-top: 1px solid #ccc;
    padding-bottom: 10px;
}

.copy-right p {
    font-weight: 400;
    color: #ccc;
    margin: 0;
    text-align: center;
}

.copy-right p a {
    color: #ccc;
    text-decoration: none;
}

.copy-right p a:hover {
    color: var(--primary);
}

.bg-gray {
    background-color: #f7f7f7;
}



.pages-baner {
    height: 65vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;


}

.pages-baner h1 {
    text-align: center;
    font-size: 40px;
    color: #FDEB77;
    margin: 0;
}

.pages-baner p {
    text-align: center;
    font-size: 16px;
    color: #d7c79f;
    margin: 0;
    margin-top: 10px;
}



.brx-subtitle {
    color: var(--primary);
    font-size: 35px;
    font-family: var(--font-des);
    margin-bottom: 15px;
}

.brx-main-title {
    font-size: 60px;
    line-height: 1.1;
    font-weight: 700;
    color: var(--color-black);
}

.brx-main-desc {
    max-width: 850px;
    margin: 25px auto 0;
    font-size: 17px;
    color: #c7d2da;
    line-height: 1.9;
}

/* ===== CARD ===== */

.brx-card {
    position: relative;
    border-radius: 28px;
    overflow: hidden;
    min-height: 440px;
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: 0.5s ease;
    cursor: pointer;
}

.brx-card:hover {
    transform: translateY(-12px);
    /* border-color:#7fffd4;
    box-shadow:0 25px 60px rgba(0,0,0,0.45); */
}

.brx-card-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.brx-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.7s ease;
}

.brx-card:hover .brx-card-image img {
    transform: scale(1.1);
}

.brx-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top,
            rgba(4, 9, 16, 0.98) 10%,
            rgba(4, 9, 16, 0.7) 45%,
            rgba(4, 9, 16, 0.2) 100%);
}

.brx-card-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 35px;
    z-index: 2;
    transition: 0.5s ease;
}

.brx-card:hover .brx-card-content {
    transform: translateY(-10px);
}

.brx-card-icon {
    width: 65px;
    height: 65px;
    border-radius: 18px;
    background: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    font-size: 28px;
    color: #fff;
    font-weight: 700;
}

.brx-card-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 14px;
    color: #fff;
}

.brx-card-text {
    color: #e6e6e6;
    font-size: 15px;
    max-height: 95px;
    overflow: hidden;
    transition: 0.5s ease;
    line-height: 29px;
}

.brx-card:hover .brx-card-text {
    max-height: 600px;
}

/* ===== LIST ===== */

.brx-list {
    margin-top: 18px;
    padding-left: 18px;
}

.brx-list li {
    margin-bottom: 10px;
    color: #e6e6e6;
    line-height: 1.7;
}

/* ===== TAGS ===== */

.brx-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.brx-tag {
    padding: 9px 14px;
    border-radius: 30px;
    background: rgba(127, 255, 212, 0.12);
    border: 1px solid rgba(127, 255, 212, 0.3);
    color: #7fffd4;
    font-size: 13px;
}

/* ===== FLOATING GLOW ===== */

.brx-card::before {
    content: '';
    position: absolute;
    width: 240px;
    height: 240px;
    background: radial-gradient(circle, #7fffd430 0%, transparent 70%);
    top: -120px;
    right: -120px;
    transition: 0.6s ease;
}

.brx-card:hover::before {
    transform: scale(1.4);
}




.investment-img-box {
    height: 400px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    border-radius: 20px;

}

.investment-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.investment-box-overlay {
    position: absolute;
}

.investment-box-overlay {
    position: absolute;
    background: #000;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.09) 100%);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding: 40px;
    gap: 15px;
}

.investment-box-overlay h5 {
    margin: 0;
    color: var(--color-white);
    font-weight: 500;
    font-size: 45px;
    margin-bottom: 10px;

}

.investment-box-overlay p {
    font-size: 18px;
    color: var(--color-white);
    margin: 0;
}

.investment-box-overlay a {
    width: 250px;
    background-color: var(--primary-dark);
    color: var(--color-white);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
    border-radius: 5px;
    font-size: 16px;
    transition: 0.5s;
    text-decoration: none;
    margin-top: 20px;
}

.investment-box-overlay a:hover {
    border-radius: 40px;
}

.investment-box-overlay span {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 10px;
    height: 10px;
    background-color: var(--color-white);
    border-radius: 50%;
    opacity: 0;
}

.investment-img-box:hover img {
    transform: scale(1.1);
    transition: 0.5s;
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.investment-img-box:hover .investment-box-overlay span {
    opacity: 1;
}

a.a-gallery {
    width: 100%;
    height: 100%;
}

.gallery-img {
    width: 100%;
    height: 250px;
    border-radius: 20px;
    overflow: hidden;
    cursor: zoom-in;
}

.gallery-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-img:hover img {
    transform: scale(1.1);
    rotate: 4deg;
    transition: 0.5s;
}


.contact-section {
    padding: 50px 0;
}

.contact-top-widget {
    width: 100%;
    padding: 30px;
    padding-top: 10px;
    overflow: hidden;
    border-radius: 20px;
    height: 250px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    position: relative;
    background-color: var(--color-white);
    transition: 0.5s;
}

.contact-top-widget i {
    font-size: 35px;
    color: var(--primary);
}

.contact-top-widget h4 {
    font-size: 18px;
    color: var(--primary-dark);
    margin: 12px 0;
    text-transform: uppercase;
    /* font-family: 'graphicWebSemiBold' !important; */
    font-family: var(--font-main);
    font-weight: 700;
}

.contact-top-widget p {
    font-size: 16px;
    color: var(--color-black);
    /* font-family: 'graphicWebRegular' !important; */
    font-family: var(--font-sub);
    position: relative;
    z-index: 2;
}

.contact-top-widget i.contact-icon {
    position: absolute;
    right: 0;
    bottom: -20px;
    font-size: 100px;
    color: var(--primary);
    opacity: 0.5;
}

.contact-up-container {
    /* max-width: 1200px; */
    margin: auto;
    /* margin-top: -150px; */
    position: relative;
    z-index: 2;

}

/* 
.contact-top-widget.call-us {
    background-color: var(--color-secondary);
}

.contact-top-widget.call-us h4,
.contact-top-widget.call-us p,
.contact-top-widget.call-us i {
    color: var(--white);
}

.contact-top-widget.call-us i.contact-icon {
    color: var(--color-secondary-dark);
} */
/* hover */
.contact-top-widget {
    /* margin-top: -20px; */
    background-color: var(--primary-dark);
}

.contact-top-widget h4,
.contact-top-widget p,
.contact-top-widget i {
    color: var(--color-white);
}




.contact-us-form {
    background-color: #fff;
    border-radius: 15px;
    border: 1px solid #ccc;
    padding: 25px;
}

.contact-us-form h3 {
    font-size: 25px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
    font-family: var(--font-main);
}

.contact-field label {
    color: #000;
    font-size: 14px;
    margin-bottom: 5px;
    font-family: var(--font-main);
    font-weight: 500;
}

.contact-field input {
    height: 50px;
    font-family: var(--font-main);
    font-size: 14px;
    border: 1px solid #ccc;
}

.contact-field .form-phone {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.contact-field .form-phone select {
    height: 50px;
    background-color: #f1f1f1;
    width: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    color: var(--color-black);
    font-weight: 500;
    border-radius: 4px 0 0 4px;
    outline: 0;
    border: 0;
}

.contact-field .form-phone input {
    border-left: 0;
    border-radius: 0 4px 4px 0;
}

.contact-field input::file-selector-button {
    background-color: #6AB436 !important;
    color: #fff !important;
    height: 45px;
    padding-left: 15px;
}

.contact-field textarea {
    height: 150px !important;
    border: 1px solid #ccc;
}

.contact-field input:focus,
.contact-field textarea:focus {
    border: 1px dashed var(--primary-dark);
}

.contact-btn {
    width: 180px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: 0.5s;
    background-color: var(--primary);
    margin: 10px auto;
    border-radius: 5px;
}

.contact-btn:hover {
    border-radius: 40px;
    background-color: var(--primary-dark);
}

.contact-map {
    width: 100%;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 15px;
}

.contact-map iframe {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.about-profile {
    width: 100%;
    height: 450px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.about-profile img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
}

.about-profile-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #764607;
    background: linear-gradient(0deg, rgba(62, 36, 2, 0.721) 0%, rgba(99, 57, 3, 0) 100%);
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    padding: 40px;
}

.about-profile-overlay h3 {
    font-weight: 600;
    color: var(--color-white);
    margin: 0;
}

.edu-about ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.edu-about ul li {
    width: 33%;
    font-size: 16px;
    border-right: 1px solid #868585;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
    font-weight: 500;
    color: #000;
    gap: 20px;
}

.edu-about ul li:last-child {
    border-right: 0;
}

.edu-about ul li i {
    font-size: 40px;
    color: var(--primary);
}

.edu-widget {
    height: 100%;
    padding: 15px;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}

.edu-widget img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
}

.edu-widget p {
    margin: 0;
    margin-top: 10px;
    font-weight: 500;
    font-size: 15px;
    text-align: center;

}

.padding-bottom-cs {
    padding-bottom: 100px;
}

.top-margin-sec {
    margin-top: -50px;
}

.faq-accordion .accordion-button {
    box-shadow: none !important;
    font-size: 16px;
    line-height: 25px;
}

.faq-accordion .accordion-item {
    border: 1px solid #2222225a !important;
    background-color: transparent !important;
    margin: 10px 0;
    border-radius: 12px !important;
    overflow: hidden;
}

.faq-accordion .accordion-button:not(.collapsed) {
    background-color: var(--primary);
    color: var(--color-white);
}

.faq-accordion .accordion-body p {
    margin: 0;
    font-size: 15.5px;
    color: #484848;
}

.ayurveda-at-home p {
    margin-bottom: 5px;
}

.panchakrma-sec {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.panchakrma-left,
.panchakrma-right {
    width: 50%;
}

.panchakrma-left img {
    width: 100%;
    height: 680px;
    object-fit: cover;
}

.panchakrma-right {
    padding: 30px 40px;
}

.panchakrma-right h3 {
    font-size: 25px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 5px;
}

.panchakrma-right-inner h4 {
    font-size: 20px;
    color: var(--primary);
    font-weight: 500;
}

.panchakrma-right-inner h5 {
    color: #000;
    font-weight: 600;
    font-size: 17px;
}

.panchakrma-right h6 {
    margin: 10px 0;
    color: var(--primary);
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
}

.panchakrma-right p {
    font-size: 15px;
    margin-bottom: 10px;
}

.panchakrma-right-inner {
    padding-right: 20px;
    max-height: 550px;
    overflow: auto;
}

.panchakrma-right-inner::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

/* Track */
.panchakrma-right-inner::-webkit-scrollbar-track {
    background-color: #dbdada;
    border-radius: 10px;
}

/* Handle */
.panchakrma-right-inner::-webkit-scrollbar-thumb {
    background: var(--primary);
}

.panchakarma-widget {
    background-color: #fff;
    padding: 20px;
    border-radius: 16px;
    height: 100%;
    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
    border: 1px solid #9d9c9c;
}

.panchakarma-widget h3 {
    font-size: 20px;
    font-weight: 600;
}

.panchakarma-widget p {
    font-size: 15px;
    margin: 0;
    color: #2f2f2f;
}

.service-slide-img {
    width: 100%;
    height: 350px;
    overflow: hidden;
    border-radius: 15px;
}

.service-slide-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-slide-info {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 10px;
    height: 150px;
}

.service-slide-info h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;
}

.service-slide-info h6 {
    margin: 7px 0;
    font-weight: 600;
    color: var(--primary);
    font-size: 13px;
    text-align: center;
}

.service-slide-info p {
    text-align: center;
    font-size: 14px;
    color: #545353;
    margin: 5px 0;
    margin-top: 0;
}

.service-slide-box {
    position: relative;
    padding-bottom: 40px;
}

.service-slide-info a {
    width: 70%;
    height: 35px;
    background-color: var(--primary);
    color: var(--color-white);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    text-decoration: none;
    transition: 0.5s;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.service-slide-info a:hover {
    border-radius: 40px;
    background-color: var(--primary-dark);
}

.service-slide-box:hover img {
    transform: scale(1.1);
    transition: 0.5s;
    filter: grayscale(1);
}



.modal {
    background-color: #4f320b6e;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.servicemodalContent {
    border-radius: 25px !important;
}

.servicemodalContent .modal-header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 15px;
}

.servicemodalContent .modal-header h1 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    color: #000;
}

.servicemodalContent .modal-header button {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: var(--primary);
    color: #fff;
    border: 0;
}



/* Product Details */
.gallery-label {
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 10px;
}

.gallery-label img {
    width: 100%;
    height: 70px;
    border-radius: 4px;
    object-fit: cover;
    cursor: pointer;
}

.gallery-main-img {
    border: 1px solid #ccc;
    position: relative;
    /* height: 100%; */
    border-radius: 10px;
}

.gallery-main-img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 4px;
}

#expandedImg {
    display: none;
}

.modalServiceRight h3 {
    font-size: 25px;
    font-weight: 600;
}

.modalServiceRight p {
    font-weight: 400;
    color: #3f3f3f;
    margin: 10px 0;
    font-size: 15px;
}

.modalServiceRight h6 {
    margin: 7px 0;
    font-weight: 500;
    color: var(--primary);
    font-size: 16px;
}



.dashboard-report-container ul.nav-tab-main {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0 !important;
    position: relative;
    margin-bottom: 10px;
}

.dashboard-report-container ul.nav-tab-main span.bg-span-ul {
    width: 425px;
    height: 62px;
    background: var(--primary-dark);
    display: flex;
    border-radius: 40px;
    position: absolute;
    /*z-index: -1;*/
}

.dashboard-report-container ul.nav-tab-main li button {
    width: 200px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    color: #fff;
    font-weight: 500;
    margin: 0 2px;
    border: 0 !important;
    position: relative;
    z-index: 2;
}

.ayurveda-top-img img {
    width: 100%;
    height: 450px;
    border-radius: 20px;
    object-fit: cover;
}
.ayurveda-top-img video{
      width: 100%;
    height: 450px;
    border-radius: 20px;
    object-fit: cover;
}

.ayurveda-minus-container {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    background-color: var(--color-white);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 25px;
    border-radius: 20px;
    margin-top: -100px;
}

.ayurveda-minus-container h3 {
    text-align: center;
    font-weight: 600;
    color: var(--primary);
    font-size: 20px;
}

.ayurveda-1-widget {
    background-color: #f2f2f2;
    padding: 15px;
    border-radius: 10px;
    height: 100%;
}

.ayurveda-1-widget i {
    font-size: 35px;
    color: var(--primary-dark);
}

.ayurveda-1-widget h4 {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
}

.bg-img-fixed {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.644) 0%, rgba(0, 0, 0, 0.611) 100%), url(../img/bibin/16.jpg);
    background-attachment: fixed;
}

.bg-img-fixed .sec-title h2 {
    color: var(--color-white);
}

.ayurveda-text-content {
    padding: 25px;
}

.ayurveda-text-content p {
    color: var(--color-white);
    font-size: 16px;
}

.testimonial-slider {
    /* background-color: #f2f2f2; */
    padding: 25px;
    border-radius: 20px;
    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
    /* border: 1px solid #ccc; */
    position: relative;

}

.testimonial-carousel .item {
    padding: 2px;
}

.testimonial-slider h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin: 0;
}

.testimonial-slider i {
    position: absolute;
    top: 0;
    right: 20px;
    font-size: 50px;
    color: var(--primary);
    rotate: 220deg;
    opacity: 0.5;
}

.testimonial-slider p {
    font-size: 15px;
    margin: 10px 0;
}

.testimonial-slider h6 {
    color: var(--primary);
}

.testimonial-slider a {
    width: 120px;
    height: 40px;
    background-color: var(--primary);
    color: var(--color-white);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 400;
    font-size: 13px;
    margin-top: 20px;
}




.carousel-btn2 .owl-nav {
    width: 100%;

    display: flex;
    justify-content: space-between;
    align-items: center;
}


.carousel-btn2 .owl-nav button {
    width: 45px;
    height: 45px;
    font-size: 35px !important;
    background-color: var(--primary) !important;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    border-radius: 50%;

}

.carousel-btn2 .owl-nav button span {
    padding-bottom: 2px !important;
    color: var(--color-white);
}


.carousel-btn2 .owl-nav button.owl-next {
    position: absolute;
    top: 38%;
    right: -25px;

}

.carousel-btn2 .owl-nav button.owl-prev {
    position: absolute;
    top: 38%;
    left: -25px;

}

.widget-4-ayurveda {
    background-color: var(--color-white);
    width: 100%;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 55px;

}

.widget-4-ayurveda h3 {
    color: var(--color-black);
    margin: 0;
    text-align: center;
    font-size: 18px;

}

.ayurveda-5-left img {
    width: 100%;
    height: 450px;
    border-radius: 20px;
    object-fit: cover;

}

.ayurveda-5-right {
    padding-left: 25px;
}

.ayurveda-5-right h3 {
    font-size: 30px;
}

.ayurveda-5-right a {
    width: fit-content;
    height: fit-content;
    padding: 7px 15px;
    background-color: var(--primary);
    color: var(--color-white);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 400;
    font-size: 15px;
    margin-top: 20px;
    transition: 0.5;
}

.ayurveda-5-right a:hover {
    border-radius: 40px;
    background-color: var(--primary-dark);
}

.ayurveda-6-container {
    background-color: var(--color-white);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 20px;
    border-radius: 15px;
}

.ayurveda-6-left {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}

.ayurveda-6-left h3 {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    color: var(--color-black);
}

.ayurveda-6-left img {
    width: 150px;
    margin-top: 20px;
}

.ayurveda-6-right p {
    font-size: 16px;
}

.ayurveda-6-right a {
    width: fit-content;
    height: fit-content;
    padding: 7px 15px;
    background-color: var(--primary);
    color: var(--color-white);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 400;
    font-size: 15px;
    margin-top: 20px;
    transition: 0.5s;
}

.ayurveda-6-right a:hover {
    border-radius: 40px;
    background-color: var(--primary-dark);
}

.ayurveda-text-content h3 {
    color: var(--color-white);
    font-size: 22px;
    font-weight: 600;
    line-height: 35px;

}

.stdy-widget {
    padding: 25px;
    border-radius: 20px;
    border: 1px solid #676666;
}

.stdy-widget h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
}

.stdy-widget p {
    font-size: 15px;
    color: #454545;
}

.stdy-widget a {
    width: fit-content;
    height: fit-content;
    padding: 7px 15px;
    background-color: var(--primary);
    color: var(--color-white);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 400;
    font-size: 15px;
    margin-top: 20px;
    transition: 0.5;
}

.stdy-widget a:hover {
    border-radius: 40px;
    background-color: var(--primary-dark);
}

.img-bottom-ayur img {
    height: 350px;
}

.packages-ayur {
    padding: 15px;
    border: 1px solid #222;
    border-radius: 20px;
    height: 100%;
}

.package-img {
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.package-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.package-img span {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: #d455359e;
    color: var(--color-white);
    padding: 7px 15px;
    border-radius: 40px;
}

.package-info h3 {
    font-size: 22px;
    font-weight: 600;
    margin: 10px 0;
}

.package-info p {
    font-size: 15px;
    color: #454545;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.package-info a {
    width: fit-content;
    height: fit-content;
    padding: 7px 15px;
    background-color: var(--primary);
    color: var(--color-white);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 400;
    font-size: 15px;
    margin-top: 20px;
    transition: 0.5s;
}

.package-info a:hover {
    border-radius: 40px;
    background-color: var(--primary-dark);
}

.packageModalRight h3 {
    font-size: 25px;
    font-weight: 600;
}

.packageModalRight p {
    font-size: 15px;
    color: #454545;
}

.packageModalRight ul {
    padding: 0;
    margin: 0;
    list-style: none;
    background-color: #f7f7f7;
    padding: 5px 15px;
    border-radius: 10px;
    border: 1px solid #ccc;
    margin-bottom: 7px;
}

.packageModalRight ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 7px 0;
}

.packageModalRight ul li label {
    font-weight: 600;
    color: #000;
}

.packageModalLeft iframe {
    width: 100%;
    height: 350px;
    border-radius: 15px;
}

.packageModalLeft img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 15px;
}

a.pkg-modal-btn {
    padding: 7px 15px;
    background-color: var(--primary);
    color: var(--color-white);
    border-radius: 5px;
    transition: 0.5s;
    text-decoration: none;
}

a.pkg-modal-btn:hover {
    border-radius: 40px;
    background-color: var(--primary-dark);
}

.info-package-modal {
    background-color: #f7f7f7;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #ccc;
    height: 100%;
}

.info-package-modal h3 {
    font-size: 20px;
    font-weight: 600;
}

.info-package-modal p {
    font-size: 15px;
    color: #454545;
    margin: 0;
}

.info-package-modal ul {
    margin: 0;
}

.info-package-modal ul li {
    margin: 5px 0;
    display: flex;
    flex-direction: column;
    position: relative;
}

.info-package-modal ul li::before {
    width: 10px;
    height: 10px;
    background-color: var(--primary-dark);
    position: absolute;
    top: 10px;
    left: -25px;
    content: '';
    rotate: 50deg;
}

.title-pkg-modal {
    text-align: center;
    color: var(--primary);
    font-weight: 600;
    font-size: 25px;
    margin: 20px 0;
}

.info-pkg-bottom-cs p {
    font-size: 15px;
    color: #454545;
}

.info-pkg-bottom-cs h6 {
    color: #b31a1a;
    line-height: 25px;
}

.info-pkg-bottom-cs p strong {
    color: #000;
}

a.pages-baner-btn {
    width: 220px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--color-white);
    color: var(--color-white);
    text-decoration: none;
    margin: 10px auto;
    gap: 15px;
    border-radius: 10px;
    transition: 0.5s;
}

a.pages-baner-btn:hover {
    background-color: var(--primary-dark);
    color: var(--color-white);
    border-color: var(--primary-dark);
    border-radius: 40px;
}

.color-black h3,
.color-black p {
    color: var(--color-black);
}

.title-cs-detox {
    font-size: 20px;
    font-weight: 600;
    color: var(--primary);
    text-align: center;
}

.detox-text-content p {
    font-size: 16px;
    color: #2f2f2f;
}

.detox-text-content p strong {
    color: var(--color-black);
}

.img-stom {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}

.img-stom img {
    width: 550px;
    border: 1px solid #a7a7a7;
    border-radius: 10px;
    padding: 20px;
}

.detox-3-light-widget {
    padding: 25px;
    border-radius: 12px;
    background-color: var(--primary-light);
}

.detox-3-light-widget h2 {
    font-size: 25px;
    font-weight: 600;
}

.detox-3-light-widget h3 {
    font-size: 20px;
    font-weight: 500;
    color: var(--primary-dark);
    margin-bottom: 10px;
}

.detox-3-light-widget p {
    font-size: 16px;
    color: #2f2f2f;
    margin-bottom: 5px;
}

.detox-sec-title {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 25px 0;
}

.detox-sec-title h2 {
    font-size: 30px;
    margin-bottom: 10px;
}

.detox-sec-title h3 {
    font-size: 18px;
}

.detox-text-content-cs {
    background-color: #f7f7f7;
    padding: 25px;
    border-radius: 12px;
    border: 1px solid #ccc;
    height: 100%;

}

.detox-text-content-cs p {
    font-size: 15px;

}

.detox-slider img {
    width: 100%;
    height: 350px;
    border-radius: 10px;
    object-fit: cover;
}

.detox-slider p {
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    margin: 10px 0;
}

.pkModal-info {
    background-color: #f7f7f7;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #ccc;
    height: 100%;
}

.pkModal-info h5 {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
    color: #000;
}

.pkModal-info p {
    font-size: 15px;
    margin: 3px 0;
}

.packgageinfo-bottom {
    /* background-color: var(--primary-light); */
    padding: 25px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.packgageinfo-bottom p {
    font-size: 15px;
    color: rgb(157, 33, 33);
    margin: 0;
}

.packgageinfo-bottom h5 {
    font-size: 20px;
    font-weight: 600;
}

.packgageinfo-bottom h6 {
    color: #484848;
}

.pkgnot {
    background-color: var(--primary-light);
    padding: 25px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.pkgnot h3 {
    font-size: 20px;
}

.pkgnot p {
    font-size: 15px;
    margin: 5px 50px;
}

.title-cs-box {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.journy-right {
    padding-left: 25px;
    padding-top: 25px;
}

.journy-right h6 {
    font-weight: 400;
    font-size: 30px;
    font-family: var(--font-des);
    color: var(--primary);
}

.journy-right h3 {
    font-size: 25px;
}

.journy-right p {
    margin: 7px 0;
    font-size: 15px;
}

.journy-left {
    background-color: var(--primary-dark);
    padding: 25px;
    border-radius: 15px;
    height: 100%;
}

.journy-left h3 {
    color: var(--primary-light);
    font-size: 35px;
    font-family: var(--font-des);
}

.journy-left ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.journy-left ul li {
    border-bottom: 1px solid #e4e2e266;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 15px 0;
    padding: 10px 0;
    color: var(--color-white);
}

.journy-left ul li span {
    color: var(--color-white);
}



.ayurveda-card {
    position: relative;
    width: 760px;
    background: #f9f5ee;
    border: 1px solid #e8dcc6;
    overflow: hidden;
    box-shadow:
        0 20px 50px rgba(88, 60, 20, 0.08),
        0 6px 18px rgba(0, 0, 0, 0.04);
}

.ayurveda-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 8px;
    height: 100%;
    background: linear-gradient(to bottom,
            #b88a3b,
            #d8b36a,
            #9a6a28);
}

.ayurveda-card-inner {
    padding: 52px 58px 48px 58px;
    position: relative;
}

.ayurveda-year {
    font-size: 15px;
    letter-spacing: 6px;
    color: #c09a58;
    margin-bottom: 26px;
    text-transform: uppercase;
    font-weight: 500;
}

.ayurveda-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 46px;
    line-height: 1.1;
    color: #2f2316;
    margin-bottom: 24px;
    font-weight: 600;
}

.ayurveda-institute {
    font-size: 20px;
    color: #7b5f42;
    margin-bottom: 10px;
    font-weight: 400;
}

.ayurveda-location {
    font-size: 18px;
    color: #8b7357;
    margin-bottom: 12px;
    letter-spacing: 0.5px;
}

.ayurveda-reg {
    font-size: 16px;
    color: #a28563;
    margin-bottom: 34px;
    letter-spacing: 1px;
}

.ayurveda-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 34px;
    border-radius: 50px;
    border: 1.5px solid #6d7f58;
    color: #6d7f58;
    background: rgba(109, 127, 88, 0.04);
    font-size: 14px;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-weight: 500;
    transition: 0.3s ease;
}

.ayurveda-badge:hover {
    background: #6d7f58;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(109, 127, 88, 0.25);
}

/* Decorative Elements */

.ayurveda-card-inner::before {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: radial-gradient(circle,
            rgba(201, 165, 99, 0.18),
            transparent 70%);
    top: -70px;
    right: -50px;
}

.ayurveda-card-inner::after {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    border: 1px dashed rgba(192, 154, 88, 0.35);
    border-radius: 50%;
    bottom: -40px;
    right: 40px;
}

@media(max-width:768px) {

    .ayurveda-card {
        width: 100%;
    }

    .ayurveda-card-inner {
        padding: 40px 30px;
    }

    .ayurveda-title {
        font-size: 36px;
    }

    .ayurveda-institute {
        font-size: 18px;
    }

    .ayurveda-location,
    .ayurveda-reg {
        font-size: 15px;
    }

    .ayurveda-badge {
        width: 100%;
        text-align: center;
        letter-spacing: 3px;
        padding: 15px 20px;
    }
}


.vedic-certificate {
    position: relative;
    width: 100%;
    background: #ffffff;
    border-radius: 28px;
    overflow: hidden;
    border: 1px solid #ccc;
    height: 100%;
}

.vedic-top-strip {
    height: 10px;
    background:
        linear-gradient(90deg, #b67a2c, #e3bc77, #8b5a1e);
}

.vedic-content {
    position: relative;
    padding: 20px;
}

.vedic-year {
    display: inline-block;
    padding: 7px 15px;
    border-radius: 40px;
    background: #f7f1e7;
    color: #b07a39;
    font-size: 13px;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 18px;
    font-weight: 600;
}

.vedic-title {
    font-size: 20px;
    color: #000;
    margin-bottom: 18px;
    line-height: 30px;
}

.vedic-details {
    position: relative;
    padding-left: 18px;
    margin-bottom: 28px;
}

.vedic-details::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 4px;
    height: 90%;
    border-radius: 10px;
    background: #c89a5b;
}

.vedic-institute {
    font-size: 15px;
    color: #5f4830;
    margin-bottom: 5px;
    line-height: 1.6;
    font-family: var(--font-sub);
}

.vedic-location {
    font-size: 15px;
    color: #86694d;
    margin-bottom: 5px;
    letter-spacing: 0.5px;
    font-family: var(--font-sub);
}

.vedic-reg {
    font-size: 15px;
    color: #aa8966;
    letter-spacing: 1px;
    font-family: var(--font-sub);
}

.vedic-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.vedic-badge {
    padding: 7px 15px;
    border-radius: 16px;
    background:
        linear-gradient(135deg, #5c7249, #7f9468);
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.vedic-seal {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 2px dashed #d5b07a;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.vedic-seal::before {
    content: "✦";
    font-size: 34px;
    color: #c4954f;
}

.vedic-content::after {
    content: "";
    position: absolute;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background:
        radial-gradient(circle,
            rgba(214, 180, 120, 0.12),
            transparent 70%);
    top: -100px;
    right: -80px;
}


.download-certificates ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding-top: 25px;
    width: 100%;
    flex-wrap: wrap;
}

.download-certificates ul li {
    width: 30%;
}

.download-certificates ul li a {
    padding: 10px 25px;
    background-color: var(--color-white);
    text-decoration: none;
    color: var(--color-black);
    border-radius: 10px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.5s;
}

.download-certificates ul li a i {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: var(--primary-dark);
    color: var(--color-white);
}

.download-certificates ul li a:hover {
    border-radius: 40px;
    background-color: var(--primary-light);
}

.bio-top-home p {
    font-size: 15.7px;
}

.locations--ftr ul li img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 10px;

}

.locations--ftr ul li a:hover {
    color: var(--color-black);
    text-decoration: none;
}

.modal-enq-btns {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}

.whtsapp-modal-btn {
    width: 40px;
    height: 40px;
    background-color: #45c73e;
    color: #fff;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    transition: 0.5s;
}

.whtsapp-modal-btn:hover {
    border-radius: 50%;
}

.ps-15-cs {
    padding-left: 3rem !important;
}

.expertise-left table tr th {
    border: 1px solid #222;
    font-size: 15px;
    font-weight: 500;
    padding: 10px;
}

.expertise-left table tr td {
    border: 1px solid #222;
    font-size: 15px;
    font-weight: 400;
    padding: 10px;
}

.ed-content-home {
    padding: 20px;
    background-color: #f7f7f7;
    border-radius: 20px;
    border: 1px solid #ccc;
    height: 100%;
}

.ed-content-home h4 {
    font-size: 18px;
    font-weight: 600;
}

.ed-content-home p {
    font-size: 15.5px;
    line-height: 25px;
    margin: 7px 0;

}

.expertise-carousel {
    padding-top: 50px;
}

.client-exp-widget {
    background-color: #fff;
    padding: 20px;
    border-radius: 12px;
    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
    border: 1px solid #ccc;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.client-exp-widget h3 {
    text-align: center;
    font-weight: 600;
    font-size: 19px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
    width: 100%;

}

.client-exp-widget p {
    text-align: center;
    margin: 0;
    font-size: 15.5px;
    line-height: 24px;
}

.journy-right h4 {
    font-size: 23px;
    font-weight: 600;
    color: #000;
}

.footer-bottom-space {
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    padding: 40px;
    border-radius: 24px;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 12px 35px rgba(118, 70, 7, 0.25);
}

/* Decorative glow */
.footer-bottom-space::before {
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    top: -120px;
    right: -80px;
}

.footer-bottom-space::after {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    bottom: -100px;
    left: -60px;
}

.footer-bottom-space h2 {
    color: var(--color-white);
    font-size: 35px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 0;
    position: relative;
    z-index: 2;
    text-transform: capitalize;
}

.footer-bottom-space a {
    display: inline-block;
    background: var(--color-white);
    color: var(--primary-dark);
    text-decoration: none;
    padding: 14px 34px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.35s ease;
    position: relative;
    z-index: 2;
}

.footer-bottom-space a:hover {
    background: var(--primary-light);
    color: var(--primary);
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
}




.bacx-main-wrapper {
    width: 100%;
    min-height: 100vh;
    padding: 60px 20px;
    background:
        radial-gradient(circle at top left, #dff4d9 0%, transparent 30%),
        radial-gradient(circle at bottom right, #cdebc5 0%, transparent 30%),
        #f5f8f2;
}

.bacx-container {
    max-width: 1200px;
    margin: auto;
}

/* ===== HERO ===== */

.bacx-hero-area {
    text-align: center;
    margin-bottom: 30px;
}

.bacx-main-title {
    font-size: 35px;
    font-weight: 500;
    line-height: 1.1;
    color: #000;
    margin-bottom: 20px;
}

.bacx-main-title span {
    color: var(--primary);
}

.bacx-hero-text {
    max-width: 900px;
    margin: auto;
    font-size: 18px;
    line-height: 1.9;
    color: #506050;
}

/* ===== CARDS ===== */

.bacx-card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 30px;
    margin-bottom: 60px;
}

.bacx-info-card {
    background: #fff;
    padding: 35px;
    border-radius: 28px;
    position: relative;
    overflow: hidden;
    transition: 0.4s ease;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    height: 100%;
}


.bacx-info-card::before {
    content: '';
    position: absolute;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: #f4ebde;
    top: -60px;
    right: -60px;
}

.bacx-card-heading {
    font-size: 23px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #000;
    position: relative;
    z-index: 2;
}

.bacx-content-line {
    font-size: 16px;
    line-height: 1.9;
    margin-bottom: 15px;
    color: #515151;
    position: relative;
    z-index: 2;
}

.bacx-info-card-cs p {
    display: flex;
    gap: 10px;
    line-height: 25px;
}

.bacx-highlight {
    color: var(--primary);
    font-weight: 600;
}

/* ===== EXPERIENCE BOX ===== */

.bacx-experience-box {
    background: var(--primary-light);
    padding: 50px;
    border-radius: 35px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 50px;

}

.bacx-experience-title {
    font-size: 30px;
    font-weight: 500;
    color: #000;
    line-height: 40px;
}

.bacx-experience-text {
    font-size: 18px;
    line-height: 2;
    opacity: 0.95;
}

/* ===== RESPONSIVE ===== */

@media(max-width:768px) {



    .bacx-experience-box {
        padding: 25px;
    }

}

@media(max-width:500px) {


    .bacx-hero-text {
        font-size: 16px;
    }



}

.formalstudy {
    background-color: #f7f7f7;
    padding: 15px;
    border-radius: 12px;
    margin-bottom: 10px;
}

.formalstudy p {
    margin-bottom: 10px;
}


.bg-primary-cs {
    background-color: #663908;
}

.achivement-box h3,
.achivement-box ul li,
.achivement-box p {
    color: var(--color-white);
}

.medicine-table {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 25px;
    border-radius: 15px;
    background-color: #fff;

}

.medicine-table h3 {
    text-align: center;
    color: var(--primary);
    margin-bottom: 15px;
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 20px;
    word-break: break-all;

}

.medicine-table tr th {
    background-color: var(--primary-dark);
    color: #fff;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    border: 1px solid #cccccca3;
}

.medicine-table tr td {
    font-size: 15px;
    text-align: center;
    border: 1px solid #ccc;
    vertical-align: middle;
    padding: 15px;

}

.medicine-table tr th.w-tab {
    width: 50%;
}


.whatspp-home {
    position: fixed;
    bottom: 12%;
    right: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    height: 55px;
    width: 55px;
    border-radius: 40px;
    border: 3px solid #fff;
    text-decoration: none;
    color: #fff;
    z-index: 5000;
    gap: 10px;
    font-size: 23px;
    font-weight: 600;
    background-color: #25D366;
    transition: 0.5s;
}

.whatspp-home:hover {
    border-color: #25D366;
    color: #25D366;
    background-color: #fff;
}


.aura-wrap {
    max-width: 900px;
    margin: auto;
    padding: 60px 20px;
}

.aura-tagline {
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #7a6a58;
    margin-bottom: 5px;
    text-align: center;
}
.service-top-section {
    padding: 20px;
    border-radius: 18px;
    background-color: var(--primary-light);
    margin-bottom: 25px !important;
}
.aura-title {
    font-size: 29px;
    margin-bottom: 5px;
    line-height: 1.5;
    text-align: center;
    font-weight: 500;
    color: var(--primary);
}

.aura-intro {
    font-size: 16px;
    margin-bottom: 10px;
    text-align: center;
}

.aura-section-title {
    font-size: 22px;
    margin-bottom: 10px;
    color: #3a2f24;
}

.aura-text {
    font-size: 16px;
    margin-bottom: 5px;
}

.aura-card {
    background: #ffffff;
    padding: 25px;
    border-radius: 12px;
    background-color: var(--primary-light);
    margin-top: 30px;
}

.aura-highlight {
    font-weight: bold;
    color: #1f1a16;
    margin-bottom: 5px;
}

.aura-list {
    margin-top: 10px;
    padding-left: 20px;
}

.aura-list-item {
    margin-bottom: 10px;
}

.aura-cta {
    margin-top: 40px;
    display: inline-block;
    background: #3a2f24;
    color: white;
    padding: 14px 28px;
    text-decoration: none;
    border-radius: 8px;
    font-size: 16px;
    transition: 0.3s ease;
}

.aura-cta:hover {
    background: #5a4637;
}

.aura-footer-note {
    margin-top: 30px;
    font-size: 14px;
    color: #6b6b6b;
}

@media (max-width: 600px) {
    .aura-title {
        font-size: 23px;
    }

    .aura-intro,
    .aura-text,
    .bottom-top-service p {
        font-size: 15px !important;
    }

    .aura-section-title {
        font-size: 20px;
    }
}

.bottom-top-service {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #f7f7f7;
    margin-top: 20px;
    padding: 20px;
    border-radius: 10px;
}

.bottom-top-service h3 {
    font-size: 23px;
    text-align: center;
}

.bottom-top-service p {
    font-size: 16px;
    margin: 0;
    text-align: center;
}

.bottom-top-service .client-exp-widget h3 {
    font-size: 18px;
    border: 0;
    margin: 0;

}

.bottom-top-service .client-exp-widget {
    border: 0;
}

.veda-widgets-wrap {
    max-width: 1100px;
    margin: auto;
    padding: 70px 20px;
}

.veda-widgets-kicker {
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #7a6a58;
    margin-bottom: 10px;
}

.veda-widgets-title {
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 8px;
}

.veda-widgets-sub {
    font-size: 16px;
    color: #4a4037;
    max-width: 750px;
    margin-bottom: 40px;
}

/* GRID */
.veda-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

/* WIDGET */
.veda-widget {
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(58, 47, 36, 0.12);
    border-radius: 14px;
    padding: 18px 18px;
    backdrop-filter: blur(8px);
    transition: 0.25s ease;
    position: relative;
    overflow: hidden;
}


.veda-time {
    font-size: 12px;
    letter-spacing: 1px;
    color: #7a6a58;
    margin-bottom: 8px;
    font-family: var(--font-sub);
}

.veda-name {
    font-size: 17px;
    margin-bottom: 2px;
    font-weight: 600;
    color: #1f1a16;
    font-family: var(--font-main);
}

.veda-desc {
    font-size: 15px;
    color: #4a4037;
    line-height: 1.6;
    font-family: var(--font-sub);
}

/* BADGE */
.veda-pill {
    display: inline-block;
    font-size: 11px;
    padding: 4px 10px;
    border-radius: 20px;
    background: #3a2f24;
    color: white;
    margin-top: 10px;
    display: none;
}

/* FULL WIDTH WIDGET */
.veda-widget-wide {
    grid-column: span 3;
    padding: 22px;
    background: #fff;
}

/* NOTE */
.veda-note {
    margin-top: 35px;
    padding: 18px;
    border-left: 3px solid #3a2f24;
    background: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    color: #4a4037;
}

/* CTA */
.veda-cta {
    margin-top: 25px;
    display: inline-block;
    background: #2f251f;
    color: #fff;
    padding: 14px 26px;
    border-radius: 8px;
    text-decoration: none;
}

/* RESPONSIVE */
@media(max-width:900px) {
    .veda-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .veda-widget-wide {
        grid-column: span 2;
    }
}

@media(max-width:600px) {
    .veda-grid {
        grid-template-columns: 1fr;
    }

    .veda-widget-wide {
        grid-column: span 1;
    }

    .veda-widgets-title {
        font-size: 30px;
    }
}




.ayv-widget-x1 {
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(58, 47, 36, 0.15);
    border-radius: 14px;
    padding: 18px;
    height: 100%;
}

.ayv-time-x1 {
    font-size: 15px;
    letter-spacing: 1px;
    color: #7a6a58;
    margin-bottom: 8px;
    font-family: var(--font-main);
}

.ayv-text-x1 {
    font-size: 15px;
    line-height: 1.6;
    color: #2b2b2b;
    white-space: pre-line;
    font-family: var(--font-sub);
}

.ayv-wide-x1 {
    grid-column: span 2;
}

.cs-syu {
    padding: 10px;
    border-radius: 15px;
    text-align: center;
}

.cs-syu p {
    margin: 0;
    font-size: 15px;
}
.areas-of-expertise{
    padding: 20px;
    border-radius: 15px;
    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
    /* border: 1px solid #ccc; */
    background-color: #fff;
    height: 100%;
}
.areas-of-expertise h3{
    font-size: 18px;
}
.areas-of-expertise p{
    font-size: 15px;
    margin: 0;
}
.footer-bottom-space p{
    color: #fff;
    font-size: 16px;
    margin: 0;
    margin-top: 7px;
    text-align: center;
}
.rule-icon {
    position: absolute;
    bottom: -20px;
    left: 0px;
    font-size: 200px;
    color: var(--primary);
    z-index: 1;
    opacity: 0.3;
    animation: floatUpDown 3s ease-in-out infinite;
    color: transparent;
    -webkit-text-stroke: 2px var(--primary);
    text-stroke: 2px var(--primary);
    font-family: var(--font-sub);
}

@keyframes floatUpDown {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-15px) rotate(0deg);
        opacity: 1;
    }
}
.important-rule span{
    font-size: 40px;
    font-family: var(--font-des);
    color: var(--primary);
}
.important-rule h3{
    font-weight: 600;
    font-size: 25px;
}
.important-rule p{
    margin: 10px 0;
    font-size: 16px;
}

.why-your-home{
     padding: 20px;
    border-radius: 15px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    height: 100%;
    position: relative;
}

.why-your-home h3{
    font-size:22px;
}
.why-your-home p{
    font-size: 15px;
    margin: 0;
}
.why-your-home span{
    font-weight: 700;
    font-size: 65px;
    margin-top: -70px;
    display: flex;
      color: transparent;               /* Transparent fill */
    -webkit-text-stroke: 1px var(--primary);    /* Black border */
    text-stroke: 1px var(--primary);            /* Future support */
}



.expertise-minus-container {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: #f7f7f7;
    border: 1px solid #ccc;
    padding: 25px;
    border-radius: 20px;
    position: relative;
    margin-top: 20px;
}
.expertise-minus-container .row .col-xl-3{
    padding: 0 5px;
}

.expertise-minus-container h4 {
    text-align: center;
    font-weight: 600;
    color: var(--primary);
    font-size: 20px;
}


.bibin-service-section{
    background:#f8f6f2;
    padding:40px 0;
    color:#404040;
}

.bibin-service-header{
    text-align:center;
    margin-bottom:25px;
}

.bibin-service-label{
    display:inline-block;
    background:#d9b96a;
    color:#fff;
    padding:7px 18px;
    border-radius:40px;
    font-size:13px;
    letter-spacing:1px;
    margin-bottom:20px;
}

.bibin-service-header h1{
    font-size:30px;
    color:#000;
    font-weight:600;
    margin-bottom:15px;
}

.bibin-service-header p{
    /* max-width:900px; */
    margin:auto;
    font-size:16px;
    line-height:1.9;
    color:#414141;
}

.bibin-service-info-card,
.bibin-service-content-card,
.bibin-service-book{
    background:#fff;
    border-radius:18px;
    padding:20px 30px;
    box-shadow:0 10px 35px rgba(0,0,0,.06);
    margin-top:5px;
    height: 100%;
}

.bibin-service-info-card h6{
    color:#b78b2b;
    text-transform:uppercase;
    font-size:13px;
    letter-spacing:1.5px;
}

.bibin-service-info-card h3{
    color:#000;
    font-size:28px;
    margin:10px 0 10px;
}

.bibin-service-info-card ul{
    padding-left:18px;
    margin: 0;
}

.bibin-service-info-card li{
    margin-bottom:7px;
    line-height:1.8;
}

.bibin-service-content-card h2,
.bibin-service-highlight h2,
.bibin-service-book h2{
    font-size:25px;
    color:#7d5526;
    margin-bottom:25px;
}

.bibin-service-block{
    padding-bottom:20px;
    margin-bottom:20px;
    border-bottom:1px solid #ececec;
}

.bibin-service-block:last-child{
    border:none;
    margin:0;
    padding:0;
}

.bibin-service-block h4,
.bibin-service-step h4{
    color:#272727;
    font-size:18px;
    font-weight:500;
    margin-bottom:7px;
}

.bibin-service-block p,
.bibin-service-step p,
.bibin-service-highlight p,
.bibin-service-book p{
    font-size:15px;
    line-height:1.95;
    color:#666;
    margin: 0;
}

.bibin-service-highlight{
    margin:30px 0;
    background:var(--primary-dark);
    color:#fff;
    border-radius:22px;
    padding:40px;
}

.bibin-service-highlight h2{
    color:#fff;
    margin: 0;
    margin-bottom: 8px;
}

.bibin-service-highlight p{
    color:rgba(255,255,255,.88);
}

.bibin-service-step{
    position:relative;
    padding-left:35px;
    margin-bottom:40px;
}

.bibin-service-step:before{
    content:'';
    width:14px;
    height:14px;
    background:#d5a84b;
    border-radius:50%;
    position:absolute;
    left:0;
    top:10px;
}

.bibin-service-step:after{
    content:'';
    position:absolute;
    left:6px;
    top:24px;
    width:2px;
    height:calc(100% + 20px);
    background:#ddd;
}
.bibin-service-book h2{
    font-size: 23px;
    margin: 0;
    margin-bottom: 10px;
}
.bibin-service-step:last-child:after{
    display:none;
}



/* ===========================
   REHABILITATION PROGRAMME
=========================== */

.bibin-service-rehab-section{
    padding:40px 0;
    background:#fff;
    color:#454545;
}

/* Header */

.bibin-service-rehab-section .bibin-service-header{
    text-align:center;
    margin-bottom:25px;
}

.bibin-service-rehab-section .bibin-service-label{
    display:inline-block;
    padding:8px 20px;
    background:#d9b96a;
    color:#fff;
    border-radius:40px;
    font-size:13px;
    letter-spacing:1.5px;
    margin-bottom:22px;
}

.bibin-service-rehab-section h1{
    font-size:35px;
    font-weight:600;
    color:#000;
    margin-bottom:22px;
}

.bibin-service-rehab-section .bibin-service-header p{
    margin:auto;
    font-size:16px;
    line-height:1.9;
    color:#414141;
}

/* Info Cards */
.bibin-service-rehab-section .bibin-service-info-card{
   box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.bibin-service-rehab-section .bibin-service-content-card{
   box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.bibin-service-rehab-section .bibin-service-book{
   box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}


/* Left Accent */

.bibin-service-rehab-section .bibin-service-block{
    position:relative;
    padding-left:30px;
    padding-bottom: 0;
    border-bottom: 0;
    padding-top: 10px;
}

.bibin-service-rehab-section .bibin-service-block:before{
    content:'';
    position:absolute;
    left:0;
    top:4px;
    width:4px;
    height:100%;
    background:#b88a3b;
    border-radius:20px;
}



.bibin-service-rehab-section .bibin-service-block p{
    line-height:1.9;
    color:#666;
}


@media(max-width:991px){

.bibin-service-rehab-section{
    padding:70px 0;
}

.bibin-service-rehab-section h1{
    font-size:40px;
}

.bibin-service-rehab-section .bibin-service-content-card{
    padding:35px;
}

.bibin-service-rehab-section .bibin-service-highlight{
    padding:35px;
}

.bibin-service-rehab-section .bibin-service-step{
    padding-left:50px;
}

}



.j-bibin-left{
    width: 100%;
}
.j-bibin-left img{
    width: 100%;
    height: 410px;
    object-fit: cover;
    border-radius: 15px;
    
}
.j-bibin-right img{
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 15px;

}
.journy-right .col-lg-6{
    padding: 0 5px;
}


.widget-dl{
    background:#ffffff;
    border-radius:18px;
    padding:28px;
    height:100%;
    border:1px solid #ece7dc;
    transition:.35s ease;
    position:relative;
    overflow:hidden;
   border: 1px solid #ccc;
}

.widget-dl:before{
    content:'';
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:4px;
    background:#b4841e;
}



.widget-dl h4{
    font-size:20px;
    color:#8b5a1e;
    margin-bottom:8px;
    font-weight:600;
    line-height:1.2;
}

.widget-dl p{
    margin:0;
    font-size:15px;
    line-height:1.8;
    color:#666;
}

@media(max-width:991px){

.widget-dl{
    padding:22px;
}

.widget-dl h4{
    font-size:24px;
}

}

.widget-schedule-table{
    background:#fff;
    border-radius:16px;
    overflow:hidden;
    /* border:1px solid #e8e3d8; */
   box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    margin:15px 0;
    border: 1px solid #ccc;
}

.widget-schedule-table thead th{
    background:var(--primary-dark);
    color:#fff;
    font-weight:500;
    font-size:16px;
    padding:18px 22px;
    border:none;
    letter-spacing:.5px;
}

.widget-schedule-table tbody td{
    padding:20px 22px;
    vertical-align:middle;
    border-color:#ececec;
    font-size:15px;
    color:#5f5f5f;
    line-height:1.8;
}

.widget-schedule-table tbody td:first-child{
    width:240px;
    color:#000;
    font-weight:500;
    font-size:16px;
    white-space:nowrap;
}

.widget-schedule-table tbody tr{
    transition:.3s;
}

.widget-schedule-table tbody tr:hover{
    background:#faf8f3;
}

.widget-schedule-table tbody tr:last-child td{
    border-bottom:none;
}

@media(max-width:768px){

.widget-schedule-table thead th,
.widget-schedule-table tbody td{
    padding:16px;
}

.widget-schedule-table tbody td:first-child{
    width:130px;
    font-size:15px;
}

}

.widget-dl-top{
    position:relative;
    background:#fdfcf8;
    border-radius:20px;
    padding:25px;
    border:1px solid #ece5d8;
    overflow:hidden;
    transition:.35s ease;
    height:100%;
}


.widget-dl-top h3{
    position:relative;
    display:flex;
    align-items:flex-end;
    gap:15px;
    margin-bottom:20px;
    font-size:27px;
    font-weight:500;
    color:#464646;
    z-index:2;
}

.widget-dl-top h3 span{
    font-size:70px;
    font-weight:700;
    line-height:1;
    color:rgba(184,138,43,.12);
    margin-top:-20px;
}

.widget-dl-top p{
    position:relative;
    margin:0;
    color:#666;
    line-height:1.9;
    font-size:15.5px;
    z-index:2;
}

.widget-dl-top::after{
    content:"";
    position:absolute;
    bottom:-70px;
    right:-70px;
    width:180px;
    height:180px;
    border-radius:50%;
    background:rgba(184,138,43,.06);
}

@media(max-width:991px){

.widget-dl-top{
    padding:25px;
}

.widget-dl-top h3{
    font-size:22px;
}
.widget-dl-top h3 span{
    font-size: 38px;
    font-weight: 600;
}


}

.bibin-cost-table{
    border-collapse:separate;
    border-spacing:0;
    background:#fff;
    margin:0;
}

.bibin-cost-table thead th{
    background:var(--primary-dark);
    color:#fff;
    font-weight:500;
    font-size:16px;
    padding:18px 22px;
    border:none;
    letter-spacing:.5px;
}

.bibin-cost-table thead th:first-child{
    border-radius:8px 0 0 0;
}

.bibin-cost-table thead th:last-child{
    border-radius:0 8px 0 0;
}

.bibin-cost-table tbody td{
    padding:18px 22px;
    font-size:17px;
    color:#444;
    border:none;
    border-bottom:1px solid #e7e2d7;
    vertical-align:middle;
}

.bibin-cost-table tbody tr:nth-child(even){
    background:#f6f4ef;
}

.bibin-cost-table tbody tr:nth-child(odd){
    background:#ffffff;
}

.bibin-cost-table tbody tr:hover{
    background:#f2efe7;
}

.bibin-cost-table tbody td:first-child{
     color:#000;
    font-weight:500;
    font-size:16px;
    white-space:nowrap;
}

.bibin-cost-table tbody td:nth-child(2),
.bibin-cost-table tbody td:nth-child(3){
    font-weight:500;
    color:#2f3d39;
    white-space:nowrap;
}



.bibin-total-row td{
    background-color: var(--primary-light) !important;
}
.bibin-saving-row td{
    background-color:#f2f2f2 !important;
}

.serv-img{
    width: 100%;
    height: 300px;
}
.serv-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.serv-img-2{
   
    height: 350px;
}
.step-box{
    padding: 25px;
    border-radius: 15px;
    position: sticky;
    top: 140px;
    background-color: var(--primary-light);
}
.step-box span{
    background-color: var(--primary);
    color: #fff;
    font-size: 15px;
    padding: 7px 15px;
    border-radius: 20px;
    margin-bottom: 10px;
    display: flex;
    width: fit-content;
}
.step-box  h2{
    font-size: 20px;
    font-weight: 500;
    line-height: 35px;
}
.step-container-right{
    padding-left: 25px;
}
.step-container-right p{
    font-size: 16px;
    margin-bottom: 5px;
}
.step-container-right ul li{
    margin: 10px 0;
    font-weight: 500;
    font-size: 17px;

}
.step-container-right ul li span{
    font-weight: 400;
}
.step-container-right table{
    margin-top: 0;
}
.step-container-right ul li strong{
    font-weight: 700;
}
.text-table h3{
    font-weight: 600;
    margin: 0;
    font-size: 24px;
    margin-bottom: 5px;
}
.text-table p{
    font-size: 16px;
    margin: 0;
}

.verdict{
    text-align: center;
}
.verdict h2{
    font-size: 33px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 10px;
}

.verdict p{
    font-size: 16px;
    color: #fff;
    margin: 20px 0;
}

.verdict h6{
    margin: 0;
    font-size: 25px;
    color: var(--primary-light);
}


/* Emergency Notice */

.pk-emergency-note{
    background:#f8f3e8;
    border-left:5px solid #b88b4a;
    padding:18px 22px;
    border-radius:10px;
    margin-bottom:25px;
    font-size:14px;
    line-height:1.7;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    font-family: var(--font-main);

}

.pk-emergency-note i{
    color:#b88b4a;
    margin-right:8px;
}

/* Contact Card */

.pk-contact-card{
    background:#fff;
    border-radius:18px;
    padding:25px;
    text-align:center;
   box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.pk-title{
    font-size:30px;
    margin-bottom:5px;
    color:#6b4b1f;
    font-weight:600;
    font-family: var(--font-main);
}

.pk-subtitle{
    color:#777;
    font-size:17px;
    font-family: var(--font-main);
    margin-bottom:20px;
}

/* Contact Items */

.pk-contact-list{
    display:flex;
    justify-content:center;
    gap:20px;
    flex-wrap:wrap;
    
}

.pk-contact-item{
    display:flex;
    align-items:center;
    background:#faf7f0;
    border-radius:12px;
    padding:18px 22px;
    min-width:300px;
    text-align:left;
    transition:.3s;
    font-family: var(--font-main);
}

.pk-contact-item:hover{
    transform:translateY(-5px);
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}
.pk-contact-item strong{
    font-weight: 600;
}
.pk-contact-item a{
    font-size: 15px;
}
.pk-icon{
    min-width:60px;
    height:60px;
    border-radius:50%;
    background:#b88b4a;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
    margin-right:18px;
}

.pk-contact-item a{
    color:#5b4020;
    text-decoration:none;
}

.pk-contact-item a:hover{
    color:#b88b4a;
}

/* Response Box */

.pk-response-box{
    margin-top:25px;
    background:#f5efe3;
    border-radius:10px;
    padding:18px;
    font-size:18px;
    color:#5d4625;
}

.pk-response-box i{
    color:#b88b4a;
    margin-right:8px;
}

/* Quotes */

.pk-quotes{
    margin:50px 0;
}

.pk-quote{
    position:relative;
    background:#fffdf9;
    border-left:4px solid #b88b4a;
    margin-bottom:18px;
    padding:20px 28px;
    font-style:italic;
    color:#5d5142;
    border-radius:10px;
    font-family: var(--font-main);
    font-size: 15px;
    box-shadow:0 4px 18px rgba(0,0,0,.05);
}

.pk-quote::before{
    content:"❝";
    position:absolute;
    left:12px;
    top:-8px;
    font-size:38px;
    color:#d9bf92;
}

/* Footer */

.pk-footer-message{
    text-align:center;
    padding:55px 30px;
    background:linear-gradient(180deg,#faf6ee,#fff);
    border-radius:20px;
}

.pk-footer-message h4{
    color:#7b5526;
    font-size:28px;
    margin-bottom:10px;
    font-family: var(--font-main);
}

.pk-footer-message p{
    font-size:17px;
    color:#5f5345;
    margin-bottom:10px;
    font-family: var(--font-main);
}

.pk-footer-message small{
    display:block;
    max-width:650px;
    margin:auto;
    color:#8b7d68;
    line-height:1.8;
    font-size:15px;
    font-family: var(--font-main);
}

/* Responsive */

@media(max-width:768px){

    .pk-contact-card{
        padding:15px;
    }

    .pk-title{
        font-size:25px;
    }

    .pk-contact-item{
        min-width:100%;
    }

}

.step-container-right h6{
    font-size: 25px;
}


.pk-info-note{
    display:flex;
    align-items:center;
    gap:12px;
    padding:18px 22px;
    margin:30px 0;
    background:linear-gradient(135deg,#fcf8f1,#fffdf9);
    border-left:5px solid #b88b4a;
    border-radius:10px;
    box-shadow:0 6px 20px rgba(0,0,0,.06);
    color:#5f4b32;
    font-size:16px;
    line-height:1.7;
}

.pk-info-note i{
    font-size:24px;
    color:#b88b4a;
    flex-shrink:0;
}

.pk-info-note strong{
    color:#8a5d22;
    font-weight:600;
}
.pk-info-note a{
    text-decoration: none;
}

.service-dropdown {
    position: relative;
}

.service-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    margin: 0;
    padding: 8px 0;
    list-style: none;
    background: #fff;
    border: 1px solid #e5e5e5;
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
    display: none;
    z-index: 999;
    border-radius: 12px;
}

.service-dropdown-menu li a {
    display: block;
    padding: 5px 20px;
    color: #333 !important;
    text-decoration: none;
    transition: all 0.3s ease;
    text-transform: none;
}

.service-dropdown-menu li a:hover {
    background: #f5f5f5;
    color: var(--primary) !important; /* Change to your theme color */
}

.service-dropdown:hover .service-dropdown-menu {
    display: block;
}


/* Default */
.header .navbar {
    transition: all 0.3s ease;
}

/* Sticky state */
.header .navbar.navbar-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1050;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,.1);
    animation: slideDown 0.3s ease;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}

.header .navbar.navbar-sticky .navbar-menu-list li a{
    color: #000;
}
html{
    scroll-padding-top: 6rem;
}
h1.logo-color-cs{
    color:#e3bc88 !important;
}



.svc-accordion .accordion-item {
    border: 1px solid #959595 !important;
    border-radius: 10px !important;
    margin-bottom: 15px;
    overflow: hidden;
}

.svc-accordion .accordion-button {
    background: #fff;
    color: #222;
    font-size: 17px;
    font-weight: 500;
    padding:20px;
    box-shadow: none;
    transition: all 0.3s ease;
}

.svc-accordion .accordion-button:not(.collapsed) {
    background: var(--primary);
    color: #fff;
    box-shadow: none;
}

.svc-accordion .accordion-button:focus {
    box-shadow: none;
    border-color: transparent;
}

.svc-accordion .accordion-button::after {
    width: 18px;
    height: 18px;
    background-size: 18px;
    transition: transform 0.3s ease;
}

.svc-accordion .accordion-body {
    padding: 18px;
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    background: #fff;
    font-family: var(--font-sub);
}

.svc-accordion .accordion-collapse {
    border-top: 1px solid #eee;
}

/* Mobile */
@media (max-width: 567px) {
    .svc-accordion .accordion-button {
        font-size: 16px;
        line-height: 22px;
    }

    .svc-accordion .accordion-body {
        font-size: 15px;
        padding: 15px;
    }
}
.accordion-header{
    margin: 0 !important; 
}

.page-baner-video{
    width: 100%;
    height: 65vh;
    position: relative;
}
.page-baner-video video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page-baner-video .pages-baner{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}