:root {
    scroll-behavior: smooth;
}

body {
    font-family: "Poppins", sans-serif;
    color: #333;
    font-size: 16px;
    line-height: 27px;
}

a {
    color: #c95400;
    text-decoration: none;
}

a:hover {
    color: #ff7c2f !important;
    text-decoration: none;
}

h1 {
    font-size: 14px;
    font-weight: 400;
    font-weight: 300;
    color: #333;
}

h2 {
    font-size: 38px;
    font-weight: 600;
    font-family: "Playfair Display", serif;
    color: #000;
    margin-bottom: 5px;
}

h3 {
    font-size: 35px;
    font-family: "Playfair Display", serif;
    font-weight: 600;
}

h4 {
    font-size: 25px;
    font-family: "Poppins", sans-serif;
}

h5 {
    font-size: 20px;
    font-family: "Poppins", sans-serif;
}

h6 {
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}
.news-slide h6{
    margin-bottom:10px;
}
.rtl-slider-flex {
    padding: 0.75em 0.75em 0.5em;
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    border-radius: 7px;
}
.thumb-prev,
.thumb-next {
    bottom: 12px !important;
    right: calc(9% + 0.75em) !important;
}
.thumb-prev {
    right: calc(0% + 3em) !important;
}
/* Necessary styles */
.rtl-slider-flex {
    display: flex;
    flex-direction: row;
    justify-content: center;
    box-sizing: border-box;
    position: relative;
    width: 88%;
    margin:0 auto;
}
.rtl-slider-flex .rtl-slider {
    width: 84%;
    margin-right: 1%;
}
.rtl-slider-flex .rtl-slider-nav {
    width: 15%;
    margin-top: -2px;
}
.rtl-slider-flex .rtl-slider-nav .rtl-slider-slide {
    padding-top: 90%;
    margin-bottom: 4px;
    opacity: 0.75;
    transition: all 0.3s ease;
    cursor: pointer;
}
.rtl-slider-flex
    .rtl-slider-nav
    .slick-slide.slick-current.slick-active
    .rtl-slider-slide {
    opacity: 1;
}
.rtl-slider-flex .rtl-slider-slide {
    background: #fff1e8 url("") no-repeat center/cover;
    padding-top: 56.25%;
}
.rtl-slider-flex {
    position: relative; /* Ensure buttons are positioned inside */
}

.thumb-prev,
.thumb-next {
    position: absolute;
    right: 0;
    height: 45px;
    width: 45px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    font-size: 20px;
    border-radius: 50%;
    z-index: 10;
    bottom: 20px;
    rotate: 90deg;
}




.thumb-prev:hover,
.thumb-next:hover {
    background: rgba(255, 87, 51, 0.8);
}

.rtl-slider-slide h5 {
    color: #fff;
    text-align: center;
    /* background: #000; */
    padding: 8px;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.3533613274411327) 30%,
        rgba(0, 0, 0, 0.779131635564382) 100%
    );
    margin-bottom: 0px;
}

.card-inr {
background: #fff6f0;
    transition: all 0.5s;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    height: 310px;
    border: 1px solid #ebccb9;
}
.card-inr:hover {
    background: #f26522;
}
.card-inr:hover p,
.card-inr:hover h6 {
    color: #fff !important;
}
.news-inr {
    padding: 20px;
}
.news-slide .owl-item img {
    height: 180px;
    width: 100%;
    object-fit: cover;
}
.news-slide .owl-item img:hover {
    transform: scale(1.1);
}
.news-slide .owl-item img {
transition: all 0.5s;
    width: 96%;
    display: block;
    margin: 6px;
    border-radius: 15px;
}
#navbar {
    background-color: #ff7c2f !important;
}
.diagnostic td {
    font-size: 14px;
}
.divy-trust h4 {
    font-family: "Playfair Display", serif;
    font-weight: 600;
    color: #ff7c2f;
}
.testimonials .gallery-slides .testimonial-item {
    padding: 10px;
    width: 100%;
}
.paper-item div {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}
.contact .form-control {
    font-size: 14px !important;
    border: 1px solid #eaded6;
    padding: 8px;
}
.form-control:focus {
    border-color: #b27503;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);
}
.contact #frmContact .col-md-12 {
    padding-left: 5px;
}
.contact #frmContact {
    background: #fefbf8;
    padding: 30px;
    border-radius: 5px;
    margin-top: 5px;
}
.gallery-slides .swiper-slide-active .portfolio-item {
    border-bottom: 3px solid#ceab72;
}
.gallery-outer h2,
.gallery-outer p {
    text-align: left;
}
.gallery-outer h2 {
    font-size: 30px !important;
}
.testimonials .gallery-slides .testimonial-item .portfolio-item {
    background: #fff;
    margin: 10px;
    padding: 10px;
    border-radius: 7px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.gallery-slides img {
    width: 100%;
    height: 250px;
    border-radius: 7px;
    object-fit: cover;
}
p {
    font-size: 16px;
    line-height: 28px;
    font-family: "Poppins", sans-serif;
    margin-bottom: 10px;
}
.pagination {
    justify-content: center;
    margin-top: 20px;
}
.pagination .page-link {
    color: #d1a980;
}
.active > .page-link,
.page-link.active {
    background-color: #d9c49f;
    border-color: #d9c49f;
}
.media-slide .col-lg-12 {
    background: #fae3d6;
    border-radius: 7px;
    color: #000;
    padding: 20px 20px 20px 20px;
}
.media-slide .col-lg-12 iframe,
.media-btm iframe {
    border-radius: 7px;
}
.media-btm .col-lg-4 {
    padding: 6px;
}
.media-btm iframe {
    background: #fff;
    padding: 6px;
    border-radius: 7px;
}
.media-btm {
    width: 100%;
    height: 100%;
    color: #000;
    background-image: linear-gradient(45deg, #fffcf78c, #ebd5becc);
    background-size: cover;
    background-attachment: scroll;
    padding: 50px 0px;
}
.banner img {
    width: 100%;
}
.patnjali-list .col-lg-3 {
    padding: 6px;
}
.tratment-list {
    background: #f9f6e7;
    padding: 10px;
    border-radius: 6px;
    margin-bottom: 10px;
    min-height: 212px;
}
.list-last-hospital .tratment-list {
    min-height: 357px;
}
.farm-list {
    column-count: 2;
}
.farm-list li {
    margin-right: 31px;
    text-align: justify;
    font-size: 15px;
    line-height: 27px;
    margin-bottom: 20px;
}
.rural-conc-list ul li {
    font-size: 15px;
    line-height: 27px;
}
.tarining-slide th {
    background: #ff7c2f;
    color: #fff;
    padding: 5px;
    font-weight: 500;
}
.tarining-slide td {
    padding: 5px;
    font-size: 14px;
    line-height: 17px;
    border: 1px dashed #e5daaa;
}

.hopital-list {
    padding: 20px !important;
    background: #f9f6e7 !important;
}
.hopital-list h4 {
    font-size: 20px;
    color: #a98242;
    font-weight: 500;
    line-height: 30px;
}
.hopital-list ul li {
    font-size: 15px;
    line-height: 26px;
}
.tratment-list ul li {
    font-size: 14px;
    line-height: 24px;
}
.patnjali-list .col-lg-4 {
    padding: 6px;
}
.news-updates .box-content p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #d5c58b;
    --bs-btn-border-color: #cbbf87;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #000308;
    --bs-btn-hover-border-color: #000000;
}
.name-logo img {
    width: 60px;
}

.tratment-list h4 {
    font-size: 16px;
    color: #ff7c2f;
    font-weight: 400;
    line-height: 27px;
    text-align: center;
}
.gallery-slide img {
    border-radius: 7px;
}
.gallery-slide .col-lg-4 {
    padding: 6px;
}
.gallery-inr {
    background: #f3e9ce;
    padding: 5px;
    border-radius: 7px;
    float: left;
    margin-bottom: 20px;
}

.galerry-btm h3 {
    float: left;
    font-size: 18px;
    margin-top: 12px;
    width: 73%;
}
.view-mor-slide {
    float: left;
}
.view-mre {
    float: right;
    border: 1px solid #000000;
    text-align: center;
    font-size: 11px;
    padding: 1px 7px;
    border-radius: 0px;
    color: #000000;
    margin-top: 9px;
}

.search-container {
    position: relative;
    display: inline-block;
}
#searchBox input{
        border-radius: 5px;
        border:1px solid#ddd;
        padding:5px;
        font-size:13px;
        width:100%;
}
#searchBox input:focus-visible {
    outline: -webkit-focus-ring-color auto 0px!important;
}
.search-container.active #searchBox {
    width: 286px;
}
#searchBox input:focus{
    border:0px!important;
}
#searchBtn {
    background: transparent;
    color: white;
    border: none;
    font-size: 13px;
    cursor: pointer;
    border-radius: 50%;
    outline: none;
    border: 1px solid;
    padding: 3px 10px;
    margin-top: 1px;
}

#searchBox {
    position: absolute;
    top: 100%;
    left: 0%;
    transform: translateX(-90%);
    margin-top: 10px;
    background: white;
    padding: 8px;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.5s ease-out, opacity 0.5s ease-out,
        padding 0.5s ease-out;
}

/* When active */
.search-container.active #searchBox {
    max-height: 100px;
    opacity: 1;
    padding: 8px;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
    padding: 40px 0;
}
.other-profile {
    width: 100%;
    height: 100%;
    color: #000;
    background-image: linear-gradient(45deg, #fffcf78c, #ebd5becc),
        url(../img/bg-img.png);
    background-size: cover;
    background-attachment: scroll;
    padding: 30px 0px;
}
.other-profile .col-lg-3 {
    padding: 6px;
}

.other-profile-btm,
.csr-btm {
    position: absolute;
    bottom: 0px;
    z-index: 9;
    color: #fff;
    font-family: "Playfair Display", serif;
    padding: 20px;
    width: 100%;
}
.other-profile-btm h2 {
    color: #fff;
    font-size: 24px;
}
.other-profie-inr img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    width: 100%;
    max-height: 219px;
    min-height: 219px;
    border-radius: 8px;
    transition: 0.5s;
}
.other-profie-inr:hover img {
    transform: rotate(0deg) scale(1.1);
    cursor: pointer;
}
.other-profile-btm a:hover {
    border: 1px solid #ceab72;
    border-radius: 32px;
    color: #ceab72;
}
.other-profile-btm a {
    border: 1px solid #fff;
    border-radius: 32px;
    color: #fff;
    padding: 3px 14px;
    font-size: 14px;
    float: left;
    margin-top: 9px;
}
.profile-content .col-lg-5 img {
    border-radius: 6px;
}
.csr-slide .col-lg-12 {
    background: #fff1e9;
    padding: 10px;
    margin: 0px !important;
    border-radius: 6px;
}
.cow-inr .col-lg-6 {
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}
.csr-slide .col-lg-6 {
    padding: 5px;
}
.other-profie-inr,
.csr-inr {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.csr-inr {
    border: 4px solid #f1e7c1;
}
.csr-outer h5 {
    font-family: "Playfair Display", serif;
    font-weight: 600;
    color: #b18641;
}
.csr-ayurved .col-lg-12 {
    width: 100%;
    height: 100%;
    color: #000;
    background-image: linear-gradient(45deg, #fffcf78c, #ebd5becc),
        url(../img/bg-img.png);
    background-size: cover;
    background-attachment: scroll;
    padding: 20px;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.csr-inr img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    width: 100%;
    max-height: 219px;
    min-height: 340px;
    border-radius: 8px;
    transition: 0.5s;
}
.csr-outer h3 {
    text-align: center;
    color: #ff6f1b;
}
.csr-inr:hover img {
    transform: rotate(0deg) scale(1.1);
    cursor: pointer;
}
.csr-inr a {
    border: 1px solid #fff;
    border-radius: 32px;
    color: #fff;
    padding: 3px 14px;
    font-size: 14px;
    float: left;
    margin-top: 9px;
}
.csr-inr a:hover {
    border: 1px solid #ceab72;
    border-radius: 32px;
    color: #ceab72;
}
.csr-slide .csr-inr {
    margin-bottom: 5px;
}
.achrkulam-list .other-profie-inr {
    margin-bottom: 20px;
}
.btm-title {
    text-align: center;
    font-size: 30px !important;
}
.corporat-slide .main-title {
    margin-top: 10px;
}
.profile-slide-title {
    width: 86%;
    margin: 0 auto;
    text-align: center;
    font-weight: 300;
    line-height: 27px;
    margin-bottom: 30px;
    font-size: 17px;
}
.other-profie-inr:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        177.05deg,
        rgba(0, 0, 0, 0.7) 42.29%,
        rgba(0, 0, 0, 0) 64.3%
    );
    border-radius: 4px;
    transform: rotate(-180deg);
    z-index: 1;
}
.csr-inr:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        177.05deg,
        rgba(0, 0, 0, 0.7) 42.29%,
        rgba(0, 0, 0, 0) 64.3%
    );
    border-radius: 4px;
    transform: rotate(-180deg);
    z-index: 1;
}
.profile-content .main-title {
    margin-top: 20px;
}

.copprate-inr p {
    font-size: 14px !important;
}

.timeline-container .main-title {
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
}
.internal-banner h1 {
    font-size: 14px;
    margin-bottom: 0px;
    text-align: left;
}
.corporat-slide {
    background: #fff2ea;
}
.corporat-btm-last {
    background-color: #fbf7f1f7;
}
.corporat-btm-slide {
    background-image: url(../img/veda-bg.webp);
    background-size: cover;
}
.corporat-btm .col-lg-6 {
    padding: 0px 10px;
}
.corporat-btm .col-lg-6 p {
    text-align: justify;
}
.corporat-btm-slide .col-lg-12 {
    border-radius: 7px;
    background: #fff;
    padding: 30px;
}
.corporat-slide img {
    width: 100%;
    border-radius: 10px;
}
.corporat-slide .col-lg-12 {
    border-radius: 7px;
    background: #fff;
    padding: 0px 20px 20px 20px;
}
.copprate-inr {
    background: #fdf6e9b3;
    padding: 25px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    margin-bottom: 23px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    min-height: 161px;
}
.profile-content p,
.corporat-btm-slide p {
    text-align: justify;
}
.view-mor-slide a {
    text-decoration: underline;
}
.copprate-inr-right {
    background: #ebd6b3;
    padding: 25px;
    border-radius: 5px;
    min-height: 161px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    margin-bottom: 23px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.corporate-outer a {
    border: 1px solid #000;
    border-radius: 32px;
    color: #000;
    padding: 7px 14px;
    font-size: 14px;
    margin-top: 9px;
}
.corporate-outer a:hover {
    background: #000;
    color: #fff;
}
.corporate-outer h4 {
    font-size: 23px;
    font-weight: 700;
    font-family: "Playfair Display", serif;
}
.copprate-left {
    flex: 0 0 65%;
    max-width: 65%;
    position: relative;
    padding-right: 15px;
}
.copprate-right {
    flex: 0 0 35%;
    max-width: 35%;
    text-align: right;
}
.copprate-left::before {
    content: "";
    width: 1px;
    height: 80px;
    background: #444;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -25px;
}

.erly-life {
    padding: 30px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.books-slide h6 {
    font-weight: 300 !important;
    line-height: 30px;
    text-align: justify;
    padding-right: 30px;
}
.main-title {
    text-align: center;
    color: #000000;
    margin-bottom: 20px;
    font-size: 51px;
}
.profile-inr {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.profile-inr:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: 5px;
    background: linear-gradient(
        181.52deg,
        rgba(0, 0, 0, 0.57) 41.62%,
        rgba(0, 0, 0, 0) 53.84%
    );
    border-radius: 4px;
    transform: rotate(-180deg);
}
.profile-inr p {
    font-size: 15px;
    line-height: 25px;
}

.profile-btm {
    position: absolute;
    bottom: 0px;
    z-index: 9;
    color: #fff;
    font-family: "Playfair Display", serif;
    padding: 20px;
}
.profile-btm h2 {
    font-family: "Playfair Display", serif;
    color: #f5cb81 !important;
}
.profile-btm a,
.explor-mre {
    border: 1px solid #fff;
    border-radius: 32px;
    color: #fff;
    padding: 3px 14px;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    float: left;
    margin-top: 9px;
}
.profile-btm a:hover,
.explor-mre:hover {
    border: 1px solid #ceab72;
    border-radius: 32px;
    color: #ceab72;
}
.profile-inr img {
    max-width: 100%;
    transition: all 3s;
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1);
    cursor: pointer;
}
.cow-inr img {
    max-width: 100%;
    transition: all 3s;
    display: block;
    width: 100%;
    height: auto;

    cursor: pointer;
}
.profile-inr:hover img,
.cow-inr .col-lg-6:hover img {
    transform: rotate(0deg) scale(1.1);
    cursor: pointer;
}
.profile-inr img {
    display: block;
    width: 100%;
    transition: 0.5s;
}
.achrhy-ji {
    border: 2px solid #f9e8b82e;
}

.news-slide .owl-item {
    position: relative;
}

.main-title {
    text-align: center;
    color: #000000;
    margin-bottom: 20px;
}
.milstone-slide .row {
    margin: 0px;
}
.leran-video {
    background: #ff7c2f;
    border-radius: 12px;
    margin-bottom: 3px;
    padding: 0px;
    min-height: 320px;
    padding: 7px;
    position: relative;
}
.first-lern {
    min-height: 274px !important;
}
.trtmnt-inr {
    background: #ff7c2f;
    border-radius: 12px;
}
.leran-video svg {
    position: absolute;
    left: 10%;
    top: 60%;
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.leran-video video {
    border-radius: 10px;
    object-fit: cover;
}
.leadership-video .col-lg-6 {
    padding: 6px;
}
.leran-video h6 {
    color: #000;
    text-align: center;
    margin-top: 2px;
    font-size: 14px;
    line-height: 21px;
}
.news-slide .card-inr p {
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #e55500;
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
    text-align: left;
}
#news-updates .box .img-fluid {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.tratment-video-slide h5 {
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #fff;
    text-align: center;
    padding: 5px;
    margin-top: 0px !important;
    font-family: "Poppins", sans-serif;
}
.news-slide li {
    list-style: none;
}
.news-slide .owl-carousel {
    padding: 0px;
}
.news-slide .owl-nav {
    position: absolute;
    top: -31px;
    margin: 0 auto;
    width: 8%;
    right: 0;
}
.news-slide {
    color: #f26522;
    font-weight: 400;
}
.news-slide .owl-prev,
.news-slide .owl-next {
    background: transparent !important;
    height: 45px;
    border-radius: 50%;
    top: 50% !important;
    width: 45px;
    position: absolute !important;
    border: 2px solid#dcbb87 !important;
    cursor: pointer;
    align-items: center;
    opacity: 1 !important;
    justify-content: center;
    transform: translateY(-50%);
}
.card-inr h6 {
    color: #333;
    font-size: 13px;
    text-align: left;
    margin-top: 10px;
    font-weight: 300;
}

.books-slide .colab {
    position: relative;
}
.books-slide .owl-nav {
     position: absolute;
    bottom: -28px;
    width: 14%;
    left: 85%;
}
.leadership-video .col-lg-3 {
    padding: 6px;
}
.leadership-video h2 {
    text-align: center;
}
.our-products iframe {
    border-radius: 5px;
}
.early-days p {
    text-align: justify;
}
.early-days img {
    border-radius: 10px;
    width: 100%;
    min-height: 507px;
}
.traisition-slide {
    text-align: justify !important;
}
.ayurved-right {
    padding-left: 20px;
}
.our-products .swiper-slide {
    width: 120px;
    background: #fff;
    padding: 5px;
    height: 230px;
}
.our-products .swiper-slide img {
    width: 120px;
    height: 120px;
}
.our-products {
    text-align: center;
}
.ayuved-bg {
    width: 100%;
    color: #fff;
    background-image: linear-gradient(100deg, rgb(4 10 0 / 79%), #041201e8),
        url(../img/ayuved-bg.webp);
    padding: 40px;
    background-size: cover;
    background-repeat: no-repeat;
}
.early-days {
    width: 100%;
    color: #fff;
    background-image: linear-gradient(100deg, rgb(237 212 155 / 79%), #ffffff4a),
        url(../img/achryji-bg-A.webp);
    padding: 30px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.transition-days p,
.philospy p,
.corporat-btm-last p {
    text-align: justify;
}
.transition-inr {
    background: #ffeee5;
    padding: 25px;
}
.transition-days .col-lg-4 {
    padding: 0px;
}
.transition-days img {
    min-height: 599px;
}
.transition-days {
    text-align: center;
}
.early-education .row {
    margin: 0 auto;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 30px;
    background: #fff;
}
.early-education {
    background-color: #fbf7f1f7;
}
.eraly-inr {
    background: #ffe9dda6;
    padding: 20px;
    color: #000;
    border-radius: 6px;
}
.early-education .col-lg-6 {
    padding: 30px;
}
.early-education p {
    text-align: justify;
}

.achrji-ayur h6 {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 20px;
}
.ayuved-bg h6 {
    font-weight: 300;
    font-size: 17px;
    line-height: 30px;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 20px;
}
.our-products h5 {
    font-size: 15px !important;
    margin-bottom: 20px;
}
.ayurved-text p {
    text-align: justify;
}
.ayurved-text {
    padding-right: 30px;
}
.logo {
    padding: 0px !important;
}

.milstone-slide {
    padding: 0px !important;
}

.timeline {
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap;
    flex-direction: column;
    max-width: 1100px;
    position: relative;
}
.timeline__content-title {
    font-weight: normal;
    font-size: 66px;
    margin: -10px 0 0 0;
    transition: 0.4s;
    padding: 0 10px;
    box-sizing: border-box;
    color: #ffe9aa;
}

.timeline ul {
    padding: 20px;
    font-weight: normal;
    background: #ffcbacc4;
    line-height: 30px;
    border-radius: 10px;
    margin-top: 64px;
    margin-top: 64px;
}
b,
strong {
    font-weight: 600;
}
.timeline ul li {
    margin: 0;
    font-size: 18px;
    box-sizing: border-box;
    color: #000;
    font-weight: normal;
    line-height: 30px;
    font-family: "Poppins", sans-serif;
    background: url(../img/delete.png) no-repeat scroll 0 5px transparent;
    background-size: 15px;
    padding-left: 20px;
    margin-bottom: 11px !important;
    list-style: none;
}
.timeline:before {
    position: absolute;
    left: 50%;
    width: 2px;
    height: 100%;
    margin-left: -1px;
    content: "";
    background: rgba(255, 255, 255, 0.07);
}
@media only screen and (max-width: 767px) {
    .timeline:before {
        left: 40px;
    }
}
.timeline-item {
    padding: 40px 0;
    opacity: 0.3;
    filter: blur(2px);
    transition: 0.5s;
    box-sizing: border-box;
    width: calc(50% - 40px);
    display: flex;
    position: relative;
    transform: translateY(-80px);
}
.timeline-item img {
    border-radius: 6px;
}
.timeline-item:before {
    content: attr(data-text);
    letter-spacing: 3px;
    width: 100%;
    position: absolute;
    border-left: 2px solid rgb(0 0 0 / 50%);
    top: 70%;
    margin-top: -5px;
    padding-left: 15px;
    opacity: 0;
    right: calc(-100% - 56px);
    font-weight: normal;
    font-size: 76px;
    transition: 0.4s;
    color: #000000;
    font-family: "Playfair Display", serif;
}
.timeline-item:nth-child(even) {
    align-self: flex-end;
}
.timeline-item:nth-child(even):before {
    right: auto;
    text-align: right;
    left: calc(-100% - 56px);
    padding-left: 0;
    border-left: none;
    border-right: 2px solid rgba(255, 255, 255, 0.5);
    padding-right: 15px;
}
.timeline-item--active {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0px);
}
.timeline-item--active:before {
    top: 50%;
    transition: 0.3s all 0.2s;
    opacity: 1;
}
.timeline-item--active .timeline__content-title {
    margin: -50px 0 20px 0;
}
@media only screen and (max-width: 767px) {
    .timeline-item {
        align-self: baseline !important;
        width: 100%;
        padding: 0 30px 150px 80px;
    }
    .timeline-item:before {
        left: 10px !important;
        padding: 0 !important;
        top: 50px;
        text-align: center !important;
        width: 60px;
        border: none !important;
    }
    .timeline-item:last-child {
        padding-bottom: 40px;
    }
}
.timeline__img {
    max-width: 100%;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.4);
}
.timeline-container {
    width: 100%;
    position: relative;
    padding: 90px 0;
    transition: 0.3s ease 0s;
    background-attachment: fixed;
    background-size: cover;
}
.timeline-container:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(255 251 250 / 55%);
    content: "";
}
.timeline-header {
    width: 100%;
    text-align: center;
    margin-bottom: 80px;
    position: relative;
}
.timeline-header__title {
    color: #fff;
    font-size: 46px;
    font-weight: normal;
    margin: 0;
}
.timeline-header__subtitle {
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
    letter-spacing: 5px;
    margin: 10px 0 0 0;
    font-weight: normal;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/

.testimonials .testimonial-item .testimonials-inr {
    transition: all 0.6s;
    position: relative;
    padding: 10px !important;
    border-radius: 130px 0 0px 130px;
    min-height: 150px;
    display: flex;
    width: 100%;
    justify-content: end;
    background: #f1f1f1;
    align-items: center;
    float: left;
    text-align: right;
}
.testimonials .testimonial-item .testimonials-inr:hover {
    background: #ff7c2f;
}
.testimonials .testimonial-item .testimonials-inr:hover p,
.testimonials .testimonial-item .testimonials-inr:hover h3,
.testimonials .testimonial-item .testimonials-inr:hover h4 {
    color: #fff !important;
}
.testimonils-text {
    float: right;
    width: 68%;
}
.profile {
    position: absolute;
    left: 0px;
    top: 0px;
}
.journey-slide p {
    text-align: justify;
    font-size: 16px;
    line-height: 27px;
}
.testimonials .testimonial-item .testimonial-img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 1px solid #fff;
    margin: 0 auto;
}

.testimonials .testimonial-item h3 {
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0 5px 0;
    color: #111;
}

.testimonials .testimonial-item h4 {
    font-size: 12px;
    color: #444;
    margin: 0;
    font-style: italic;
}

.testimonials .testimonial-item p {
    margin: 0 auto 15px auto;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
    color: #333;
    text-align: right;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}

.testimonials .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
    width: 35px;
    border-radius: 20px;
    height: 8px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #fff4ec;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #cd6727;
}

/* award-page */

.award-timeline .content h3 {
    font-weight: 600;
    font-size: 22px;
    color: #ff7c2f;
}

.award-timeline .timeline::after {
    content: "";
    position: absolute;
    width: 2px;
    background: #ff7c2f;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -1px;
}

.award-timeline .timeline .left .award-img {
    left: 600px;
}

.award-timeline .timeline .right .award-img {
    right: 600px ;
}

.award-timeline .timeline .award-img img {
    height: 300px;
    border-radius: 8px;
}

.award-timeline .timeline .right .date {
    left: 59px !important;
    line-height: 15px;
    color: #ff7c2f;
}

.award-timeline .timeline .container .content {
    padding: 30px 90px 30px 20px;
    background: #fbf6ea;
    position: relative;
    border-radius: 0 500px 500px 0;
}

.award-timeline .timeline .container.right .content {
    padding: 30px 30px 30px 120px;
    border-radius: 500px 0 0 500px;
}

.award-timeline .timeline .container .content h1 {
    margin: 0 0 10px 0;
    font-size: 25px;
    text-align: left;
}

.award-timeline .timeline .container .content p {
    margin: 0;
    font-size: 15px;
    margin-right: 30px;
    line-height: 25px;
    color: #000000;
    text-align: justify;
}

@media (max-width: 767.98px) {
    .award-timeline .timeline::after {
        left: 90px;
    }

    .award-timeline .timeline.container {
        width: 100%;
        padding-left: 120px;
        padding-right: 30px;
    }

    .award-timeline .timeline .container.left::after,
    .award-timeline .timeline .container.right::after {
        left: 82px;
    }

    .award-timeline .timeline .container.left::before,
    .award-timeline .timeline .container.right::before {
        display: none;
    }

    .award-timeline .timeline .container.left .date,
    .award-timeline .timeline .container.right .date {
        left: 11px !important;
        top: calc(5% - 10px);
        background: #fff;
        padding: 3px 6px 3px;
    }

    .award-timeline .timeline .left .date {
        right: 78% !important;
    }

    .award-timeline .timeline .container.right {
        margin-top: 5   px !important;
    }

    .award-timeline .timeline .container.left .icon,
    .award-timeline .timeline .container.right .icon {
        right: auto;
        left: 146px;
    }

    .award-timeline .timeline .container.left .content,
    .award-timeline .timeline .container.right .content {
        padding: 20px !important;
        border-radius: 0px !important;
    }

    .award-timeline .timeline .right .award-img {
        right: 0%;
        position: relative !important;
    }

    .award-timeline .timeline .award-img img {
        width: 100%;
        height:auto!important;
    }
    
    .award-timeline .timeline .left .award-img {
        left: 0%;
        top: calc(7% - 100px) !important;
        position: relative !important;
    }
}

/*news page */

.news-updates .box {
    padding: 8px 8px 10px;
    background: #fff;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    transition: 0.3s;
    text-align: left;
    height: 540px;
}

.news-updates .box:hover {
    transform: scale(1.05);
}

.news-updates .btn-buy {
    display: inline-block;
    padding: 5px 13px 5px 13px;
    border-radius: 10px;
    color: #b27503;
    transition: none;
    font-size: 14px;
    font-weight: 400;
    font-family: "Nunito", sans-serif;
    font-weight: 400;
    transition: 0.3s;
    border: 1px solid #b27503;
}

.news-updates .btn-buy:hover {
    background-color: #b27503;
    color: #fff;
}

.news-updates .box h4 {
    padding: 10px 0px 0px;
    color: #b27503;
    font-size: 17px;
}

.news-updates .box-content {
    padding: 8px;
    border-bottom: 1px dashed #b275036e;
}

.news-updates .box h4 a {
    color: #b27503;
}

.news-date p {
    padding: 5px;
    font-size: 10px;
}

.corporate-slide ol {
    padding-left: 12px;
}
.corporate-slide ol li a,
.corporate-slide ol li {
    font-size: 15px;
}
.yogpeeth-inr {
    background: #fdf6f0;
    padding: 15px;
    min-height: 207px;
}
.yogpeeth-inr h5 {
    color: #cd6727;
    font-size: 16px;
    font-weight: 600;
}
.yogpeeth-inr ol li {
    font-size: 14px;
    margin-bottom: 6px;
}
.yogpeeth-slide .col-md-4 {
    padding: 6px;
}
.faq ol li a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.yogpeeth-inr ol {
    padding-left: 12px;
    margin-bottom: 0px;
}
.corporate-bg-trust {
    background: #eddfc5;
}
.corporate-bg {
    width: 100%;
    color: #000;
    background-image: linear-gradient(100deg, rgb(245 230 224 / 90%), #dbd1bff2),
        url(../img/bg-corpo.webp);
    background-size: cover;
}
.corporate-bg-A {
    width: 100%;
    color: #000;
    background-image: linear-gradient(100deg, rgb(247 205 188 / 90%), #fffdfcc7),
        url(../img/bg-achrkulam.webp);
    background-size: cover;
}
.corporate-slide p a {
    background: #cd6727;
    padding: 8px 15px;
    color: #fff;
    border-radius: 4px;
    margin-top: 7px;
}
.divy-mdir-img img {
    width: 100%;
}
.divya-slide h5 {
    margin-top: 20px;
    color: #cd6727;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0px;
}
.corporate-slide p a:hover {
    background: #000;
    color: #fff;
}
.corporate-slide h3,
.yogpeeth-slide h3 {
    font-family: "Playfair Display", serif;
    color: #cd6727;
    font-weight: 800;
}
.corporate-slide h6 {
    margin-bottom: 10px;
}
.achraji-slide p,
.corporate-slide p {
    text-align: justify;
}

.achraji-slide img {
    margin-top: 10px;
    border-radius: 50%;
    width: 500px;
    height: 500px;
}

.achraji-slid .social-links a {
    padding: 10px !important;
}

.internal-banner {
    width: 100%;
    color: #fff;
    width: 100%;
    padding: 13px;
    color: #fff;
        background: #fffbf8;
}
.secret-herb h4 {
    color: #cd6727;
}
.recognize li {
    background: #fff;
    padding: 10px;
    height: 410px;
    border-radius: 10px;
}
.award-head h2 {
    text-align: center;
}
.recognize span {
    width: 100%;
    font-size: 11px;
}

.recognize p {
    color: #cd6727;
    font-size: 16px;
    line-height: 27px;
    font-weight: 600;
}
.awards h6 {
    font-size: 15px;
    margin-bottom: 0px;
}
#updates h6 {
    text-align: center;
}
.testimonials {
    background-color: #fbf7f18f;
}
.greate-slide h6 {
    font-size: 35px;
    font-family: "Poppins", sans-serif;
    width: 72%;
    margin: 0 auto;
    line-height: 50px;
    text-align: center;
    font-weight: 300;
    color: #464038 !important;
}
.greate-slide {
    background: transparent
        linear-gradient(180deg, #dcbb871f 0%, #7b7a7900 100%) 0% 0% no-repeat
        padding-box;
    padding: 60px 0px;
}
.greate-slide svg {
    fill: #cd6727;
    width: 40px;
    height: 40px;
    margin: 0 auto;
}
.greate-slide p {
    text-align: center;
}
.greate-slide svg path {
    fill: #f26522;
}
.our-products h6 {
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    width: 63%;
    margin: 0 auto;
    line-height: 27px;
    text-align: center;
    font-weight: 400;
    padding-bottom: 20px;
}
.home-banner {
    padding: 0px;
    margin-top: -60px;
    position: relative;
}
.section-header {
    text-align: center;
    padding-bottom: 10px;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    color: #000;
}

.breadcrumbs h4 a {
    color: #000;
    font-weight: 600;
}

.breadcrumbs h4 a:hover {
    text-decoration: underline;
}

.breadcrumbs h4::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 155px;
    background-color: #0a0600;
    z-index: 0;
    top: 510px;
    /* Adjusted for vertical centering */
    /* transform: translateY(-50%); */
}

/* .breadcrumbs h4 {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 17px;
}

.breadcrumbs ol::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 162px;
  background-color: #0a0600;
  z-index: 0;
  left: 110px; /* Adjusted for fixed position from left edge 
 top: 34px;
}



.breadcrumbs ol a {
  color: #000;
  transition: 0.3s;
  font-weight: 700;
}

.breadcrumbs ol a:hover {
  text-decoration: underline;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
} */

/* .breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #8894f6;
  content: "/";
} */

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
    background: #4154f1;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

.back-to-top i {
    font-size: 24px;
    color: #fff;
    line-height: 0;
}

.back-to-top:hover {
    background: #6776f4;
    color: #fff;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}
.bg-about {
    opacity: 0.2;
    position: absolute;
    right: 0px;
    width: 230px !important;
    bottom: -30px;
    transform: translate(-50%, -0%);
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.navbar {
    transition: all 0.5s;
    /* z-index: 997; */
    padding: 5px 0;
    margin-top: 0px;
}

.navbar ul span {
    margin-top: 3px;
}

/* .header {
  transition: all 0.5s;
  z-index: 997;
  padding: 8px 0px;
  background-color: #fff;
} */

.nav-scrolled {
    padding: 5px 0;
}

.logo img {
    max-height: 65px;
    margin-right: 6px;
}

.top-headleft {
    float: left;
}
.top-headrgt {
    float: right;
}

.top-headleft a:hover,
.top-headrgt a:hover {
    color: #cd6727;
}

.top-headleft a,
.top-headrgt a {
    font-size: 13px;
    color: #fff;
    padding: 5px;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/

/*effect 2*/
#content {
    width: 100%;
    overflow: hidden;
}
.item {
    width: calc(100% / 1);
    margin: 1%;
    float: left;
    overflow: hidden;
    background: #d9d0c0;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    display: flex;
    height: auto;
    padding: 10px;
    border-radius: 10px;
    position: relative;
    align-items: center;
    margin-bottom: 25px;
    border: 1px solid#b39a6d;
}
.item img {
    max-width: 100%;
    display: block;
    transition: all 0.5s ease;
    height: 300px;
    width: 100%;
}
.text5 {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 55%;
    opacity: 0;
    transition: all 0.5s ease;
    cursor: pointer;
    left: 0px;
    padding: 20px;
}
#e5bk {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background: #000000;
    padding: 20px;
    opacity: 0;
    transition: all 0.5s ease;
}
.text5 p {
    color: #fff;
}
.text5 h3 {
    font-size: 18px;
    width: 90%;
    font-weight: 600;
    margin: 0 auto;
    margin-bottom: 12px;
    color: #fff;
}

.inside {
    position: absolute;
    top: 68%;
    left: 50%;
}
.e5:hover .text5 {
    opacity: 1;
    position: absolute;
    top: 10%;
}
.e5:hover #e5bk {
    opacity: 1;
    background: #ceab72;
    padding: 20px;
    color: #fff;
}

.e5:hover .line {
    position: absolute;
    top: 68%;
    left: 30%;
    width: 40%;
    height: 1px;
}
.item.e5 h4 {
    font-size: 15px;
    text-align: center;
}
.item.e5 img {
    margin-bottom: 10px;
}
.text5 h3 {
    font-size: 23px;
}

.tratment-video-slide .col-md-4 {
    padding: 5px;
}
.tratment-video-slide iframe {
    border-radius: 7px;
}
.dister p {
    margin-right: 40px;
}
.awrds-inr {
    position: relative;
    z-index: -1;
    height: 300px;
    border-left: 4px solid #d1b37c;
}
.awards-slide h2 {
    text-align: center;
}
.awrds-inr img {
    height: 300px;
}
.awrds-left img {
    height: 247px;
    height: 300px;
    object-fit: cover;
}
.awrds-left {
    position: relative;
    z-index: -1;
    height: 300px;
}
.awards-slide p {
    font-size: 14px !important;
    line-height: 23px !important;
}
.awrds-right {
    position: relative;
    background-color: #fffdf8;
    height: 300px;

    margin: 0;
    border-bottom: 3px solid #c3ac79;
    padding: 14px;
    box-shadow: 0 0 8px 0 rgba(177, 177, 177, 0.3);
}

.awrds-left:after {
    border-bottom: 15px solid transparent;
    border-top: 15px solid transparent;
    border-right: 15px solid #fffdf8;
    content: "";
    height: 0;
    position: absolute;
    right: -1px;
    top: 25px;
    width: 0;
    z-index: 99;
}
.awards-slide .col-lg-3 {
    padding: 0px;
}
.awrd-overlay {
    position: absolute;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
}
.awrds-content {
    position: absolute;
    bottom: 0px;
    color: #fff;
    z-index: 99;
    padding: 20px;
}
.awards-slide h5 {
    font-size: 23px;
    font-weight: 600;
    color: #a58a3f;
    font-family: "Playfair Display", serif;
}
.awards-slide .container {
    max-width: 1290px;
}
.awrds-inr span {
    position: absolute;
    top: 3px;
    font-size: 11px;
    z-index: 99;
    padding: 5px 10px;
    color: #000;
    line-height: 20px;
    border-radius: 20px;
    left: 4px;
    background: #ceab72b5;
}
.awrds-left span {
    position: absolute;
    top: 3px;
    font-size: 11px;
    z-index: 99;
    padding: 5px 10px;
    color: #fff;
    line-height: 20px;
    border-radius: 20px;
    right: 4px;
    background: #ceab72;
}
.right-text {
    position: absolute;
    top: 3px;
    font-size: 11px;
    z-index: 99;
    padding: 5px 10px;
    color: #000;
    line-height: 20px;
    border-radius: 20px;
    right: 4px;
    background: #ceab72b5;
}
.awards-slide p {
    border-left: 2px solid #eddfc9;
    width: 100%;
    margin-left: 10px;
    padding-left: 7px;
    padding-right: 20px;
    font-weight: 400;
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

.navbar li {
    position: relative;
    padding: 8px 10px;
}

.achrhy-ji {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 17px;
    text-align: center;
    font-family: "Poppins", sans-serif;
    color: #c1a265 !important;
}
.navbar:hover {
    background: #464038;
}
.navbar:hover li,
.navbar:hover li a {
    color: #fff !important;
}
.logo span {
    font-weight: 500;
    color: #fff;
    font-size: 17px;
}
.patanjali-farmer h2 {
    text-align: center;
}
.video-overlay {
    position: absolute;
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, #00000087 0%, #0000 100%);
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer;
}
.home-banner input {
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    white-space: nowrap;
    transition: 0.3s;
    font-family: "Poppins", sans-serif;
}

.navbar li a:hover {
    color: #000 !important;
}

.navbar a i,
.navbar a:focus i {
    font-size: 10px;
    margin-top: 4px;
    line-height: 0;
    margin-left: 2px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
    color: #000;
}

.navbar .getstarted,
.navbar .getstarted:focus {
    background: #fff;
    padding: 6px 18px;
    margin-left: 40px;
    border-radius: 25px;
    color: rgb(109, 178, 72);
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
    background-color: #000;
    color: #fff;
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 2px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 4px;
}

.navbar .dropdown ul li {
    min-width: 200px;
    padding: 5px !important;
    border-bottom: 1px dashed #ecc7594d;
}

.navbar .dropdown ul a {
    font-size: 14px;
    text-transform: none;
    font-weight: 400;
    color: #000 !important;
}

.navbar .dropdown ul a:hover {
    color: #cd6727 !important;
}

.navbar .dropdown ul a i {
    font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
    color: #000;
}

.navbar .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar .megamenu {
    position: static;
}

.navbar .megamenu ul {
    margin-top: 5px;
    right: 0;
    padding: 10px;
    display: flex;
}

.navbar .megamenu ul li {
    flex: 1;
}

.navbar .megamenu ul li a,
.navbar .megamenu ul li:hover > a {
    color: #013289;
}

.navbar .megamenu ul li a:hover,
.navbar .megamenu ul li .active,
.navbar .megamenu ul li .active:hover {
    color: #4154f1;
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover > ul {
        left: -100%;
    }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
    color: #000;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
    color: #000;
}

@media (max-width: 1200px) {
    .mobile-nav-toggle {
        display: block;
    }

    .navbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #e9dfd0;
    transition: 0.3s;
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    border-radius: 10px;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #000;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
    color: #000;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
    margin: 15px;
}

.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
    min-width: 200px;
}

.navbar-mobile .dropdown ul a {
    padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
    font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover > a {
    color: #4154f1;
}

.navbar-mobile .dropdown > .dropdown-active {
    display: block;
}

.banner {
    padding: 0px 0px !important;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

.hero .carousel-control-next-icon,
.carousel-control-prev-icon {
    position: absolute;
    background-color: #cd6727;
}

.hero .carousel-control-next-icon,
.carousel-control-prev-icon {
    background-size: 20px;
}

.hero .carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 3rem;
    height: 3rem;
}

.hero {
    width: 100%;
    height: 100%;
    background-size: cover;
    margin-top: -38px;
}

@media (max-width: 991px) {
    .hero {
        height: auto;
    }
}

@media (max-width: 768px) {
    .hero {
        text-align: center;
    }

    .hero h1 {
        font-size: 32px;
    }

    .hero h2 {
        font-size: 24px;
    }

    .hero .hero-img img {
        width: 100%;
    }
}

.latest-news {
    box-shadow: 0px 2px 7px rgba(1, 41, 112, 0.1);
    background: #9ab95f;
    padding-bottom: 2px;
    color: #fff;
    padding-top: 2px;
    margin-top: -40px;
}

.news-info {
    display: flex;
    gap: 1rem;
    align-items: center;
    width: 100%;
}

.news-info .label {
    white-space: nowrap;
    background: #fff;
    color: rgb(109, 178, 72);
    font-weight: 600;
    display: flex;
    align-items: center;
    padding: 8px 10px;
    position: relative;
}

.news-info .label::after {
    content: "";
    position: absolute;
    right: -20px;
    border: 10px solid transparent;
    border-left-color: #fff;
}

.news-info li a {
    color: #000;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    text-decoration: none;
}

.news-info li {
    list-style: none;
    display: inline-block;
    padding: 0px 20px;
    color: #000;
    border-right: 1px solid;
}

.headlines {
    margin: 0px auto;
}

/*--------------------------------------------------------------
# Index Page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

.about {
    margin: 0px;
}
.about {
    background: #d9e7e0;
}

.about .content h1 {
    text-align: left;
}

.abt-cnt {
    width: 80%;
    margin: 0px auto;
    text-align: center;
    color: #464038 !important;
}
.patanjali-farmer h6 {
    width: 85%;
    margin: 0px auto;
    font-weight: 300;
    line-height: 30px;
    text-align: center;
    color: #464038 !important;
}
.about img {
    width: 100%;
    border-radius: 20px;
    height: 100%;
}

.about .content {
    padding: 20px;
}
.transition-inr p {
    font-size: 18px;
    line-height: 30px;
}
.btn-read-more {
    line-height: 40px;
    border: 2px solid #000;
    color: #000;
    padding: 0 20px;
    border-radius: 6px;
    font-weight: 500;
    font-size: 16px;
    background-color: #dcbb8700;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.awards .card-img {
    background: #fff;
    padding: 6px;
    border-radius: 12px;
}

.btn-read-more i {
    margin-left: 5px;
    font-size: 18px;
    transition: 0.3s;
}

.btn-read-more:hover {
    color: #000;
}

.btn-read-more:hover i {
    transform: translateX(5px);
    color: #000;
}

.about-1 .content h3 {
    text-align: left;
}

.about-1 .content {
    padding-top: 60px;
}

.about-1 .content h2 {
    color: #588505;
}

.about-1 img {
    border-radius: 10px;
}

.about-1 {
    padding-top: 0px;
}

.sanjeevni {
    background-color: #b2750326;
    padding: 20px;
}

@media screen and (min-width: 1024px) {
    .day-vises .post-img img {
        width: 350px;
        height: 300px;
    }
}

.our-products .swiper {
    width: 100%;
}

.our-products .swiper-slide h3 {
    font-size: 18px;
}

.our-products .swiper-slide {
    text-align: center;
    font-size: 18px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

/* .our-products .swiper-slide img {
  display: block;
  /* width: 100%;
  height: 100%; 
  object-fit: cover;
} */

.our-products .swiper-slide p,
.our-products .button a,
.our-products .swiper-slide h3 {
    padding: 10px 15px;
    text-align: center;
    color: #00341c;
    font-size: 16px;
}

.our-products .button a {
    font-size: 13px;
    color: #588505;
    font-weight: 600;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 16px;
    color: #fff;
    background-color: #cd6727;
    padding: 10px 15px 10px;
    font-weight: 600;
    border-radius: 2px;
}
.journey-slide {
    background-image: url(../img/bg-achryji.png);
    background-color: #fff;
    background-position: top left;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    max-width: 1500px;
    margin: 0 auto;
}
.journey-slide img {
    border-radius: 12px;
}
.our-products {
    width: 100%;
    color: #000;
    background-image: linear-gradient(45deg, #fffcf78c, #ebd5becc),
        url(../img/bg-img.png);
    background-size: cover;
    background-attachment: scroll;
    padding: 50px 0px;
}

.patanjali-farmer li {
    height: 300px;
    padding: 6px;
}
.patanjali-farmer li img {
    height: 100%;
    border-radius: 20px;
}
.patanjali-farmer h5 {
    color: #b27503;
    padding: 10px;
    text-align: center;
    font-weight: 600;
}

.patanjali-farmer h1,
.patanjali-farmer h2 {
    color: #464038 !important;
}

.farmer-context p {
    text-align: center;
    width: 80%;
    margin: 0px auto;
    font-size: 14px;
}

.colab .wrapper {
    width: 100%;
    margin: 0 auto;
}

.colab .owl-carousel {
    list-style: none;
    padding: 0;
}

#leadership-video h4 {
    font-weight: 300 !important;
    font-style: italic;
}
.books-slide .colab .owl-item {
    position: relative;
    background: #fff;
    padding: 10px;
    border-radius: 7px;
    overflow: hidden;
    border: 2px solid#f5c69b;
}
.colab .owl-item:hover img {
    transform: rotate(6deg) scale(1.1);
    cursor: pointer;
}
.colab .owl-item img {
    display: block;
    width: 200px;
    border-radius: 7px;
    transition: 0.5s;
    margin: 0 auto;
}
.books-slide .colab h6 {
    position: absolute;
    background: #ffffffd6;
    padding: 10px;
    font-weight: 600 !important;
    font-size: 15px;
    text-align: center;
    width: 80%;
    bottom: 10px;
    left: 10%;
    color: #000;
    border-radius: 10px;
    line-height: 24px;
}
.books-mre a {
    color: #ff7c2f;
    font-weight: 500;
    text-decoration: underline;
}
.owl-prev {
    background: 0 0;
    border: none;
    left: -5%;
    position: absolute;
}

#updates .owl-prev {
    left: -2%;
}
#updates .owl-nav button span {
    color: #fff;
}
.owl-next {
    background: 0 0;
    border: none;
    right: -5%;
    position: absolute;
}

.owl-prev,
.owl-next {
    color: #cd6727 !important;
}

.colab .owl-prev,
.colab .owl-next {
    background: transparent !important;
    height: 45px;
    border-radius: 50%;
    top: 50% !important;
    width: 45px;
    position: absolute !important;
    border: 1px solid#dcbb87 !important;
    cursor: pointer;
    align-items: center;
    opacity: 1 !important;
    justify-content: center;
    transform: translateY(-50%);
}
.our-products .swiper-button-next,
.our-products .swiper-button-prev {
    display: none;
}
.colab .owl-nav button span {
    font-size: 35px;
    font-weight: 700;
    line-height: 25px;
    color: #ff7c2f;
}

@media screen and (max-width: 640px) {
    .wrapper {
        width: 100%;
    }
}

.recognize li {
    list-style: none;
}
.social-feeds h2 {
    text-align: center;
}
.footer-contact .bi {
    position: absolute;
    left: 0px;
    top: 3px;
}
.footer-contact p {
    font-size: 14px;
    position: relative;
    padding-left: 20px;
}
.recognize .owl-prev,
.owl-next {
    background-color: #00000073 !important;
    height: 48px;
    border-radius: 5px;
    top: 50% !important;
    width: 48px;
    position: absolute !important;
    cursor: pointer;
    align-items: center;
    opacity: 1 !important;
    justify-content: center;
    transform: translateY(-50%);
}

.internal-banner img {
    width: 100%;
    padding-top: 80px;
    height: 400px;
}

.card {
    position: relative;
    border-radius: 10px;
    height: 280px;
    border: none;
}
/* .card {
  background: rgb(0 0 0 / 42%);
} */

.our-products .card img {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    min-height: 230px;
    height: 230px;
}

.awards .card-body {
    position: absolute;
    color: #000;
    --f: 10px;
    --r: 15px;
    --t: 10px;
    position: absolute;
    inset: var(--t) calc(-1 * var(--f)) auto auto;
    padding: 0 10px var(--f) calc(10px + var(--r));
    clip-path: polygon(
        0 0,
        100% 0,
        100% calc(100% - var(--f)),
        calc(100% - var(--f)) 100%,
        calc(100% - var(--f)) calc(100% - var(--f)),
        0 calc(100% - var(--f)),
        var(--r) calc(50% - var(--f) / 2)
    );
    background: #fff;
    box-shadow: 0 calc(-1 * var(--f)) 0 inset #0005; /* left: 1%; */ /* padding: 8px 10px !important; */
    top: 5%;
    text-align: center;
    font-size: 14px;
    height: 40px;
    display: grid;
    align-items: center;
}
.awards .card-body p {
    margin-bottom: 0px !important;
    font-size: 11px;
    color: #e8efb0;
    line-height: 20px;
}

.our-products h4 {
    color: #6e4119 !important;
    font-size: 22px;
}

.card-img img {
    width: 100%;
    height: 280px !important;
    border-radius: 10px;
}

#card-1 {
    min-height: 580px;
}

#card-1 .card-img img {
    min-height: 578px;
    object-fit: cover;
    border-radius: 10px;
}

.awards {
    background-image: linear-gradient(45deg, #f7f4f0eb, #e5cda29e),
        url(../img/bg-image/turmeric.png);
    background-size: cover;
}

#updates h2 {
    text-align: center;
}
/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.gallery-slide img {
    width: 100%;
    width: 100%;
    height: 270px;
    min-height: 270px;
    object-fit: cover;
}
.gallery-slide .col-lg-3 {
    padding: 6px;
}
.portfolio #portfolio-flters {
    padding: 0;
    margin: 0 auto 25px auto;
    list-style: none;
    text-align: center;
    background: white;
    border-radius: 50px;
    padding: 2px 15px;
}

.portfolio #portfolio-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 8px 20px 10px 20px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    color: #444444;
    margin: 0 4px 8px 4px;
    transition: 0.3s;
    border-radius: 50px;
    border: 1px solid #fff;
}

.portfolio .portfolio-wrap {
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: rgba(255, 255, 255, 0.75);
}

.portfolio .portfolio-wrap::before {
    content: "";
    background: rgba(255, 255, 255, 0.75);
    position: absolute;
    left: 30px;
    right: 30px;
    top: 30px;
    bottom: 30px;
    transition: all ease-in-out 0.3s;
    z-index: 2;
    opacity: 0;
}

.portfolio .portfolio-wrap img {
    transition: 1s;
}

.portfolio .portfolio-wrap .portfolio-info {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 3;
    transition: all ease-in-out 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.portfolio .portfolio-wrap .portfolio-info::before {
    display: block;
    content: "";
    width: 48px;
    height: 48px;
    position: absolute;
    top: 35px;
    left: 35px;
    border-top: 3px solid rgba(1, 41, 112, 0.2);
    border-left: 3px solid rgba(1, 41, 112, 0.2);
    transition: all 0.5s ease 0s;
    z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info::after {
    display: block;
    content: "";
    width: 48px;
    height: 48px;
    position: absolute;
    bottom: 35px;
    right: 35px;
    border-bottom: 3px solid rgba(1, 41, 112, 0.2);
    border-right: 3px solid rgba(1, 41, 112, 0.2);
    transition: all 0.5s ease 0s;
    z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
    font-size: 20px;
    color: #012970;
    font-weight: 700;
}

.portfolio .portfolio-wrap .portfolio-info p {
    color: #012970;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}

.portfolio .portfolio-wrap .portfolio-links {
    text-align: center;
    z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
    color: #fff;
    background: #bb9153;
    margin: 10px 2px;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a i {
    font-size: 24px;
    line-height: 0;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
    background: #5969f3;
}

.portfolio .portfolio-wrap:hover img {
    transform: scale(1.1);
}

.portfolio .portfolio-wrap:hover::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info {
    opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info::before {
    top: 15px;
    left: 15px;
}

.portfolio .portfolio-wrap:hover .portfolio-info::after {
    bottom: 15px;
    right: 15px;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
    padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
    width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.portfolio-details
    .portfolio-details-slider
    .swiper-pagination
    .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #4154f1;
}

.portfolio-details
    .portfolio-details-slider
    .swiper-pagination
    .swiper-pagination-bullet-active {
    background-color: #4154f1;
}

.portfolio-details .portfolio-info {
    padding: 30px;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
}

.portfolio-details .portfolio-info h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
    margin-top: 10px;
}

.portfolio-details .portfolio-description {
    padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
    padding: 0;
}

.craft .gallery {
    position: relative;
    padding: 0px;
    margin-bottom: 24px;
    height: 238px;
}
.craft a {
    text-decoration: none;
}

.craft .portfolio-wrap .mask {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0px;
    right: 0px;
    bottom: 0px;
    pointer-events: none;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: linear-gradient(
        to bottom,
        rgba(65, 34, 54, 0) 55%,
        #131313 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f7a42a', endColorstr='#f7a42a', GradientType=0);
    opacity: 1;
    border-radius: 0px;
}

.craft .gallery h5 {
    position: absolute;
    padding: 10px 18px;
    width: 23%;
    background-color: #cd6727;
}

.craft .gallery h5 {
    position: absolute;
    z-index: 999;
    bottom: -21px;
    font-size: 15px;
    color: #fff;
    width: 100%;
    left: 0px;
}

.craft .gallery h5:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 8px;
    height: 53%;
    width: 2px;
    background-color: #fff;
}

.craft #portfolio-flters {
    padding: 0;
    margin: 0 auto 25px auto;
    list-style: none;
    text-align: center;
    background: white;
    border-radius: 50px;
    padding: 2px 15px;
}

.craft #portfolio-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 8px 20px 10px 20px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    color: #444444;
    margin: 0 4px 8px 4px;
    transition: 0.3s;
    border-radius: 50px;
    border: 1px solid #fff;
}

.craft #portfolio-flters li:hover,
.craft #portfolio-flters li.filter-active {
    color: #ff8100;
    border-color: #ff8100;
}

.craft #portfolio-flters li:last-child {
    margin-right: 0;
}

.craft .portfolio-wrap {
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    /* background: rgba(255, 255, 255, 0.75); */
}

.craft .portfolio-wrap::before {
    content: "";
    background: rgba(255, 255, 255, 0.75);
    position: absolute;
    left: 30px;
    right: 30px;
    top: 30px;
    bottom: 30px;
    transition: all ease-in-out 0.3s;
    z-index: 2;
    opacity: 0;
}

.craft .portfolio-wrap img {
    transition: 1s;
}

.craft .portfolio-wrap .portfolio-info {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 3;
    transition: all ease-in-out 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.craft .portfolio-wrap .portfolio-info::before {
    display: block;
    content: "";
    width: 48px;
    height: 48px;
    position: absolute;
    top: 35px;
    left: 35px;
    border-top: 3px solid rgba(1, 41, 112, 0.2);
    border-left: 3px solid rgba(1, 41, 112, 0.2);
    transition: all 0.5s ease 0s;
    z-index: 9994;
}

.craft .portfolio-wrap .portfolio-info::after {
    display: block;
    content: "";
    width: 48px;
    height: 48px;
    position: absolute;
    bottom: 35px;
    right: 35px;
    border-bottom: 3px solid rgba(1, 41, 112, 0.2);
    border-right: 3px solid rgba(1, 41, 112, 0.2);
    transition: all 0.5s ease 0s;
    z-index: 9994;
}

.craft .portfolio-wrap .portfolio-info h4 {
    font-size: 20px;
    color: #ff8100;
    font-weight: 700;
}

.craft .portfolio-wrap .portfolio-info p {
    color: #ff8100;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}

.craft.portfolio-wrap .portfolio-links {
    text-align: center;
    z-index: 4;
}

.craft .portfolio-wrap .portfolio-links a {
    color: #fff;
    background: #cd6727;
    margin: 10px 2px;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
}

.craft .portfolio-wrap .portfolio-links a i {
    font-size: 24px;
    line-height: 0;
}

.craft .portfolio-wrap .portfolio-links a:hover {
    background: #b27503;
}

.craft .portfolio-wrap:hover img {
    transform: scale(1.1);
}

.craft .portfolio-wrap:hover::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
}

.craft .portfolio-wrap:hover .portfolio-info {
    opacity: 1;
}

.craft .portfolio-wrap:hover .portfolio-info::before {
    top: 15px;
    left: 15px;
}

.craft .portfolio-wrap:hover .portfolio-info::after {
    bottom: 15px;
    right: 15px;
}

.craft .portfolio-item {
    margin-bottom: 24px;
}

.award-head {
    position: relative;
    width: 100%;
}
.swiper-wrapper{
    height:auto!important;
}
.awards .award-head p::before {
    background-image: url(../img/bg-image/bg-4.png);
    background-position: center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    opacity: 1;
}

.award-head .abt-cnt {
    width: 80% !important;
}

.awards {
    position: relative;
}

.social-feeds h4 {
    background: #ff7c2f;
    color: #fff;
    font-size: 17px;
    padding: 7px;
    border-radius: 12px 12px 0px 0px;
    margin-bottom: 0px;
    text-align: center;
}

/* books */

.book-content input[type="text"] {
    padding: 6px 8px 9px;
    font-size: 17px;
    border: 1px solid #dbc9be;
    width: 60%;
    border-radius: 4px;
    font-size: 14px;
    margin-top: 1px;
    float: left;
}
.book-content input:focus {
    outline: 0px !important;
}
.book-content .col-md-4 {
    padding: 5px;
}
.book-content .search-container button {
    padding: 9px 18px;
    margin-top: 0;
    display: inline-block;
    background: #ddd;
    font-size: 23px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-left: 1px;
    background: #cd6727;
    color: #fff;
}

@media screen and (max-width: 600px) {
    .book-content .search-container {
        float: none;
    }
    .book-content a,
    input[type="text"],
    .search-container button {
        float: none;
        display: block;
        text-align: left;
        width: 100%;
        margin: 0;
        padding: 14px;
    }
}

.book-content select {
    border: 1px solid #cd6727;
    width: 100%;
    margin: 0px auto;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #d1c1b7;
    cursor: pointer;
}

.book-content select option {
    z-index: 9999;
    width: 215px;
    background: #fff;
    margin-top: 4px;
    height: 300px;
    overflow-y: scroll;
    position: absolute;
    position: absolute;
}

.ayurveda ul li {
    font-size: 16px;
    text-align: left;
    list-style: none;
    margin-bottom: 10px;
    line-height: 27px;
}

.ayuved-bg li {
    background: url(../img/herbs.png) 1px 10px no-repeat scroll;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-left: 29px;
    background-size: 19px;
    font-size: 16px;
    letter-spacing: 0;
    list-style: none;
    text-align: left;
    padding-top: 5px;
    color: #fff;
}

*,
::after,
::before {
    box-sizing: border-box;
}

.ayurveda ul li svg {
    width: 17px;
    height: 17px;
    margin-right: 5px;
}

.ayurveda h3 {
    color: #bd6901;
}

.book-content select option:hover {
    background-color: #ecc759;
}

.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    border: none !important;
}
.csr-outer p {
    text-align: justify;
}

.csr-outer img {
    border-radius: 8px;
}
.pricing .box {
    padding: 8px 8px 10px;
    background: #fff;
    text-align: center;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    transition: 0.3s;
    height: 365px;
    border-radius: 10px;
}
.pricing .box p {
    font-size: 14px;
    color: #000;
}
.card-container {
    transition: transform 0.3s, box-shadow 0.3s;
}

.card-container:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.card-container h4 {
    padding: 8px 8px 0px;
    color: #b27503;
}

.card-container a {
    color: #b27503;
}

.card-container img {
    height: 280px;
    max-width: 100%;
}

.pricing h3 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 15px;
}

.pricing .price {
    font-size: 36px;
    color: #444444;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}

.pricing .btn-buy {
    display: inline-block;
    padding: 5px 13px 5px 13px;
    border-radius: 10px;
    color: #b27503;
    transition: none;
    font-size: 14px;
    font-weight: 400;
    font-family: "Nunito", sans-serif;
    font-weight: 400;
    transition: 0.3s;
    border: 1px solid #b27503;
}

.pricing .btn-buy:hover {
    background-color: #b27503;
    color: #fff;
}

.books-inr {
position: relative;
    margin-bottom: 20px;
    padding: 10px;
    background: #f7e6dc;
    border-radius: 15px 15px 0px 0px;
}
.books-btn {
position: absolute;
    top: 7px;
    z-index: 99;
    padding: 6px;
    width: 95.1%;
    background: #ff7c2f;
    border-radius: 10px 10px 0px 0px;
}
.books-btn h5 {
color: #fff;
    float: left;
    margin-right: 10px;
    font-size: 16px;
    margin-bottom: 0px;
    margin-top: 5px;
}
.books-btn a {
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    float: right;
    padding: 0px 10px;
    font-size: 13px;
}
.books-btn a:hover{
    border: 1px solid #000;
    color: #000!important; 
}
.books-inr img {
    border-radius: 10px;
    width: 100%;
}

.jadi-buti-rhasya {
    background: #fbf6ea;
    padding: 20px;
}
.book-filter {
    width: 90%;
    margin: 0 auto;
    align-items: center;
}
.jadi-buti-rhasya h1,
.book-disc h1 {
    text-align: left !important;
}

.book-info {
    padding: 5px 0px;
    font-size: 14px;
}

.book-disc {
    margin-top: 20px;
}
.book-info i {
    padding: 5px;
    color: #b27503;
}

.jadi-buti-rhasya .btn-buy,
.book-disc .btn-buy,
.faq .accordion-body .box .btn-buy {
    display: inline-block;
    padding: 10px 20px;
    margin-top: 15px;
    background-color: #b27503;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    text-align: center;
}

.faq .accordion-button {
    background-color: #f26522;
    border-radius: 10px;
    color: #ffff;
    font-size: 24px;
    font-family: "Playfair Display", serif;
    padding: 8px 10px !important;
}
.navbar .dropdown ul li:last-child a {
    border-bottom: 0px !important;
}
.local-slide svg {
    width: 25px;
    height: 25px;
}
.local-slide h6 {
    color: #000;
    font-weight: 600;
}
.local-slide h6 {
    list-style: none;
    background: url(../img/exercise.png) no-repeat scroll;
    margin-bottom: 10px;
    padding-left: 28px;
    background-size: 16px;
    font-size: 18px;
    letter-spacing: 0;
    list-style: none;
    text-align: left;
    color: #cd6727;
    background-size: 25px;
}
.ayubrved-list li strong {
    font-size: 18px;
    font-weight: 600 !important;
}

.yoga-slide h6 {
    font-size: 17px;
    line-height: 28px;
    margin: 0 auto;
    font-weight: 400;
    text-align: center;
    padding-bottom: 30px;
}
.reasrch-list h6 {
    font-size: 22px;
    line-height: 35px;
    width: 72%;
    margin: 0 auto;
    font-family: "Playfair Display", serif;
    font-weight: 200;
    text-align: center;
    color: #000;
}
.accordion-button:after {
    color: #fff !important;
}

.faq .accordion-body {
    background-color: #fffaeb;
}
.pricing h4 {
    font-size: 15px !important;
}
.pricing p {
    font-size: 14px;
}
.book-filter select {
    font-size: 14px;
}
.faq .accordion-body ol li {
    padding: 25px;
    box-shadow: 0 0 5px rgba(1, 41, 112, 0.08);
    transition: box-shadow 0.3s;
    min-height: 270px;
    background-color: #fff;
    border-bottom: 1px dotted #ffc080;
    width: 48%;
    float: left;
    margin: 10px;
}
select:focus {
    outline: 0px !important;
}
.faq .accordion-body .box:hover {
    box-shadow: 0 0 15px #ffc08075; /* Corrected box-shadow on hover */
}

.accordion-button:focus {
    box-shadow: none;
}

.faq li {
    list-style: none;
    font-size: 14px;
}

.faq li a {
    color: #e17a04;
    font-size: 14px;
    word-break: break-all;
    text-decoration: underline;
}

.faq .accordion-button::after {
    color: #fff;
    flex-shrink: 0;
    width: 15px; /* Set your desired width */
    height: 15px; /* Set your desired height */
    margin-left: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: 15px 15px; /* Match background size with width and height */
    transition: var(--bs-accordion-btn-icon-transition);
}

.award-timeline .timeline {
    position: relative;
    width: 100%;
    max-width: 1140px;
    margin: 0px auto;
    padding: 15px 0;
}

.award-timeline .timeline::after {
    content: "";
    position: absolute;
    width: 2px;
    background: #ff7c2f;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -1px;
}

.award-timeline .timeline .container {
    padding: 15px 8px;
    position: relative;
    background: inherit;
    width: 50%;
}


.award-timeline .timeline .container::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: calc(50% - 8px);
    right: -8px;
    background: #ffffff;
    border: 2px solid #ff7c2f;
    border-radius: 16px;
    z-index: 1;
}

.award-timeline .timeline .container.right::after {
    left: -8px;
}

.award-timeline .timeline .container.right::before {
    left: 8px;
}
.award-timeline .container.right p {
    margin-left: 10px;
    margin-right: 0px !important;
}
.award-timeline .timeline .container .date {
    position: absolute;
    display: inline-block;
    top: calc(46% - 10px);
    font-size: 11px;
    line-height: 16px;
    font-weight: 500;
    color: #ff7c2f;
    text-transform: uppercase;
    letter-spacing: 0px;
    z-index: 1;
    /* left: -70px; */
}

.award-timeline .timeline .left .date {
    right: 60px;
}

.award-timeline .timeline .left .award-img img {
    height: 300px;
}

.award-timeline .timeline .container .icon {
    position: absolute;
    display: inline-block;
    width: 40px;
    height: 40px;
    padding: 9px 0;
    top: calc(50% - 20px);
    background: #f6d155;
    border: 2px solid #006e51;
    border-radius: 40px;
    text-align: center;
    font-size: 18px;
    color: #006e51;
    z-index: 1;
}

.award-timeline .timeline .container.left .icon {
    right: 56px;
}

.award-timeline .timeline .container.right .icon {
    left: 56px;
}


.award-timeline .timeline .container .content h1 {
    margin: 0 0 10px 0;
    font-size: 25px;
    text-align: left;
}

@media (max-width: 767.98px) {
    .award-timeline .timeline::after {
        left: 90px;
    }

    .award-timeline .timeline .container.left::after,
    .award-timeline .timeline .container.right::after {
       display: none;
    }

    .award-timeline .timeline .container.left::before,
    .award-timeline .timeline.container.right::before {
        left: 100px;
        border-color: transparent #006e51 transparent transparent;
    }

    .award-timeline .timeline .container.left .icon,
    .award-timeline .timeline .container.right .icon {
        right: auto;
        left: 146px;
    }

    .award-timeline .timeline .container.left {
        right: 0% !important;
        margin-top: 5px !important;
    }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
    color: #444444;
    background: #f6efe6;
    padding: 15px;
    border-radius: 5px;
}
.contact .col-lg-6 .col-md-6 {
    padding: 5px;
}
.contact .info-box i {
    font-size: 19px;
    line-height: 0;
    color: #fff;
    background-color: #cd6727;
    border-radius: 50%;
    padding: 11px 15px 11px;
}

.contact .info-box h3 {
    font-size: 18px;
    color: #000;
    margin: 20px 0 10px 0;
}

.contact .info-box p {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}

.contact .php-email-form {
    background: #fafbff;
    padding: 30px;
    height: 100%;
}

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    margin-bottom: 24px;
    font-weight: 600;
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    margin-bottom: 24px;
    font-weight: 600;
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
    margin-bottom: 24px;
}

.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    border-radius: 0;
}

.book-content input:focus {
    border-color: #cd6727 !important;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
    border-color: #cd6727;
}

.contact .php-email-form input[type="text"],
.contact .php-email-form input[type="email"] {
    padding: 10px 15px;
}

.contact .php-email-form textarea {
    padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
    background: #cd6727;
    border: 0;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
}

.contact .php-email-form button[type="submit"]:hover {
    background: #b27503;
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
    /* padding: 0 0 30px 0; */
    font-size: 14px;
}

.footer .footer-top {
    background-size: contain;
    /* border-top: 1px solid #e1ecff; */
    border-bottom: 1px solid #e1ecff;
    padding: 40px 0 10px 0;
    background: transparent
        linear-gradient(180deg, #dcbb871f 0%, #7b7a7900 100%) 0% 0% no-repeat
        padding-box;
}

@media (max-width: 992px) {
    .footer .footer-top {
        background-position: center bottom;
    }
}

.footer .footer-top .footer-info {
    margin-bottom: 30px;
}

/* .footer .footer-top .footer-info .logo {
  line-height: 0;
  margin-bottom: 15px;
} */

.footer .footer-top .footer-info .logo img {
    max-height: 40px;
    margin-right: 6px;
}

/* .footer .footer-top .footer-info .logo span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #000;
  font-family: "Nunito", sans-serif;
  margin-top: 3px;
} */

.footer .footer-top .footer-info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    margin-top: 15px;
    font-family: "Nunito", sans-serif;
}

.footer .footer-top .social-links a {
    font-size: 17px;
    display: inline-block;
    color: #000;
    line-height: 0;
    margin-right: 4px;
    transition: 0.3s;
}

.footer .footer-top .social-links a:hover {
    color: #cd6727;
}

.footer .footer-top h4 {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    position: relative;
    padding-bottom: 12px;
}

.footer .footer-top .footer-links {
    margin-bottom: 30px;
}

.footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #d0d4fc;
    font-size: 12px;
    line-height: 0;
}

.footer .footer-top .footer-links ul li {
    padding: 8px 0;
    display: flex;
    align-items: center;
}

.footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

.footer .footer-top .footer-links ul a {
    color: #000;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}

.footer .footer-top .footer-links ul a:hover {
    color: #cd6727;
}

.footer .footer-top .footer-contact p {
    line-height: 26px;
}

.footer .copyright {
    /* padding-top: 30px; */
    color: #fff;
}

.copyright span a {
    color: #fff;
}

.back-to-top {
    background-color: #cd6727;
}

.back-to-top:hover {
    background-color: #198754;
}

.footer-bottom {
    background-color: #252525;
    padding: 5px;
    text-align: center;
}
.copyright {
    text-align: center;
}
.footer .social-links svg {
    width: 20px;
}


@media screen and (max-width: 768px) {
    .top-right {
        display: none;
    }

    .logo img {
        max-height: 40px;
    }

    .navbar {
        margin-top: 54px;
    }

    .navbar-mobile .getstarted {
        margin: 8px;
        width: 30%;
    }

    .hero {
        margin-top: 72px;
    }

    .hero .carousel-control-next-icon,
    .hero .carousel-control-prev-icon {
        background-size: 15px;
        width: 25px;
        height: 25px;
    }

    .news-info li a {
        font-size: 13px;
    }

    .news-info .label {
        font-size: 14px;
        padding: 5px;
    }

    .about .content {
        padding: 10px;
    }

    .latest-news {
        margin-top: -20px;
    }

    .section-header {
        padding-bottom: 10px;
    }

    .farmer-context p {
        font-size: 13px;
        width: 100%;
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 12px;
    }

    .farmer-image .col-md-4 {
        width: 50%;
        display: flex;
        padding: 3px;
    }

    .owl-prev,
    .owl-next {
        width: 30px !important;
        height: 30px !important;
    }

    .owl-next {
        right: 0%;
    }

    .owl-prev {
        left: 0%;
    }

    .owl-nav button span {
        font-size: 25px;
        line-height: 18px;
    }

    .footer .footer-top {
        padding-top: 20px;
    }

    footer .footer-top .footer-links ul li {
        padding: 8px 0px !important;
    }

    .footer .footer-top h4,
    .footer .footer-top .footer-info {
        padding-bottom: 10px;
        margin-bottom: 0px;
    }

    .footer-bottom {
        font-size: 13px;
        padding: 8px 0px 8px;
    }

    .footer-bottom .copyright a {
        font-size: 12px;
    }

    .our-products .button {
        text-align: start;
    }

    .internal-banner img {
        height: 250px;
        padding-top: 72px;
    }
    span.phone-form a.btn {
        margin-top: 5px;
    }

    .right-form {
        margin-top: 0px;
    }
    .contact-us-details-right {
        height: 700px;
    }
    .Download-pdf li {
        margin-top: 4px;
    }
    .breadcrumbs h4::before {
        top: 320px;
    }

    .top-header {
        display: none;
    }

    .navbar {
        margin: 0px;
    }

    /* .navbar a{
    padding: 5px 0 5px 0px;
  } */

    .hero {
        margin-top: -20px;
    }

    .abt-cnt {
        width: 100%;
    }

    .card {
        margin-bottom: 10px;
    }

    .book-content input[type="text"] {
        margin-left: 75px;
        margin-bottom: 20px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .social-links{
        margin-bottom:20px;
    }
.achraji-slide img {
    width: 100%;
    height: 92%;
    object-fit: cover;
}
.books-slide h6 {
    text-align: left!important;
    padding-right: 0px!important;
}
    .btn-read-more {
    line-height: 35px!important;
    padding: 0 9px!important;
    font-size: 14px!important;
}
    .rtl-slider-flex{
        width:94%!important; 
    }
    .rtl-slider-flex .rtl-slider {
    width: 79%;
}
.rtl-slider-flex .rtl-slider-nav {
    width: 21%;
}
    .footer-links{
       width:100%!important; 
    }
   .leadership-video video {
    height: 164px!important;
   }
.leadership-video .content-container {
   padding: 10px!important; 
    min-height: 20px!important; 
}
.news-slide .owl-nav {
    top: 109%;
}
    .testimonils-text {
    width: 57%;
}
#play, #pause {
    width: 23px!important;
}
    section {
    padding:20px 0;
}
    .award .timeline-carousel__image {
    padding-right: 0px!important;
}
.award .timeline-carousel__item-inner .year {
    font-size: 24px!important;
    line-height: 28px!important;
}
.award .timeline-carousel__item-inner p {
    width: 100%;
}
.leadership-video .swiper-slide {
    gap: 10px!important;
    padding: 0px!important;
}
    .our-products {
    padding: 9px 0px;
}
    .name-logo {
        display: block !important;
        width: 45%;
        float: left;
    }
    .mobile-nav-toggle {
        float: right;
        color: #fff;
        padding-top: 10px;
    }
    .name-logo img {
        width: 50px;
    }
    .navbar-mobile a,
    .navbar-mobile a:focus {
        padding: 4px 10px !important;
    }
    .navbar .justify-content-center {
        justify-content: unset !important;
        display: inline-block !important;
    }
    #navbar a,
    .dropdown a {
        color: #000 !important;
    }
    .dropdown a:hover,
    #navbar a:hover {
        color: #c95400 !important;
    }
    .navbar li {
        padding: 5px 8px !important;
    }

    .home-banner {
        margin-top: 0px;
    }

    .achrhy-ji {
        display: none;
    }
    .greate-slide h6 {
        font-size: 21px;
        width: 100%;
        line-height: 33px;
    }

    .greate-slide {
        padding: 20px 0px;
    }
    h2 {
        font-size:27px;
        margin-top: 10px;
    }
    h3 {
        font-size: 22px;
        margin-top: 10px;
    }

    p{
        font-size: 15px;
    }

    #leadership-video h4 {
        font-size:18px;
         line-height: 28px;
    }

    .our-products h6 {
        font-size: 16px;
        width: 100%;
        line-height: 24px;
        padding-bottom: 10px;
    }
    .our-products h6 {
        font-size: 16px;
        line-height: 24px;
        padding-bottom: 10px;
    }
    .books-slide .owl-nav {
        bottom: -8px;
        width: 19%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .news-slide .owl-nav {
        width: 19%;
    }
    .award-head .abt-cnt {
        width: 100% !important;
        font-size: 15px;
    }

    .rtl-slider-slide h5 {
        font-size: 13px;
        text-align: left;
    }

    .thumb-prev {
        right: calc(0% + 0.5em) !important;
    }

    .thumb-prev, .thumb-next{
        height: 30px;
    width: 30px;
    font-size: 15px;
    }
    
    .footer-contact p {
        text-align: left;
    }

    .main-title {
        font-size: 40px;
    }

    .early-days {
        padding: 0px;
    }
    
}

.leadership-video {
    text-align: center;
    padding: 40px 0;
}

.leadership-video .swiper {
    width: 100%;
    margin: auto;
}

.leadership-video .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
       gap: 10px!important;
    padding: 0px!important;
}

.leadership-video .video-container {
    flex: 1;
    max-width: 100%;
}

.leadership-video .content-container {
    flex: 1;
    max-width: 100%;
    text-align: left;
    align-items: center;
    display: flex;
    border-radius: 20px;
    padding: 20px;
    min-height: 303px;
    margin-top: -19px;
    background: #fff6f0;
}
.leadership-video .swiper{
    margin-top:14px;
}

.leadership-video video {
    width: 100%;
    height: 300px; /* Set fixed height */
    background: #ff7c2f;
    border-radius: 12px;
    margin-bottom: 0px;
    padding: 7px;
    position: relative;
    box-sizing: border-box; /* Prevents padding from affecting height */
    object-fit: cover; /* Ensures the video fills the space nicely */
}

.leadership-video .video-container {
    flex: 1;
    display: flex;
    justify-content: center;
    padding: 0px; /* Consistent spacing around video */
    background: #f5f5f5; /* Light background to maintain uniformity */
    border-radius: 12px;
    margin-bottom: 20px;
}

.leadership-video .swiper-pagination .swiper-pagination-bullet {
    width: 35px;
    border-radius: 20px;
    height: 8px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #fff4ec;
    margin-top: 20px;
}

.leadership-video .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #cd6727;
}

@media (max-width: 768px) {
    .leadership-video .video-container {
        max-width: 100%;
        padding: 10px; /* Reduce padding for smaller screens */
    }
}

@media (max-width: 768px) {
    .leadership-video .swiper-slide {
        flex-direction: column;
        text-align: center;
    }

    .leadership-video .video-container,
    .leadership-video .content-container {
        max-width: 100%;
    }
}

.photos {
    background-color: #f5f5f5;
}

.social-inr {
    padding: 8px;
}

/* Positioning adjustments for left and right containers */
.award-timeline .timeline .container.left {
    right: 25%;
    margin-top: 100px;
}

.award-timeline .timeline .container.right {
    left: 25%;
    margin-top: 100px;
}

/* Timeline Line */
.award-timeline .timeline .container::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 2px;
    top: calc(50% - 1px);
    right: 8px;
    background: #ff7c2f;
    z-index: 1;
}

/* Award Image */
.award-timeline .timeline .container .award-img {
    position: absolute;
    display: inline-block;
    top: calc(40% - 100px);
    text-align: center;
}

/* Content Box */

@media screen and (max-width: 600px) {
    .award-timeline .timeline .container {
        width: 100%;
        padding: 10px;
    }

    .award-timeline .timeline .container.right {
        left: 0%;
        margin-top: 5px;
    }

    .award-timeline .timeline .container .content {
        padding: 15px;
    }

    .award-timeline .timeline::after {
        display: none;
    }
}

.testimonial-page .testimonial-item {
    text-align: center;
    background: #fff8f4;
    border: 1px solid #e0c1af;
    padding: 22px;
    border-radius: 5px;
    min-height: 288px;
    margin: 20px 0px 0px;
}

.testimonial-page .testimonial-img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
}

.testimonial-page .testimonial-content {
    text-align: center;
}

.testimonial-page .testimonial-content h3 {
    font-size: 20px;
    color: #ff7c2f;
    margin-top: 10px;
}

.testimonial-page .testimonial-content h4 {
    font-size: 16px;
    color: #777;
    margin-bottom: 10px;
}

.testimonial-page .testimonial-content p {
    font-size: 17px;
    color: #060000;
    line-height: 28px;
}

@media (max-width: 576px) {
    .testimonial-page .testimonial-item {
        flex-direction: column;
        text-align: center;
    }

    .testimonial-page .testimonial-content {
        text-align: center;
    }
}

.timeline-carousel {
    position: relative;
    overflow: hidden;
 background-image: linear-gradient(45deg, #efe4ddeb, #ffd8c6eb), url(../img/bg-image/award.webp);
    background-size: cover;
}

.award .timeline-carousel:after,
.timeline-carousel:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    height: 100%;
    width: 6.9444%;
    z-index: 3;
    width: 6.9444%;
}

.award .timeline-carousel:after {
    left: 0;
}
.award .timeline-carousel:before {
    right: 0;
    opacity: 0;
}
.award .timeline-carousel .slick-list {
    overflow: visible;
}
.award .timeline-carousel .slick-dots {
    bottom: -73px;
}
.award .timeline-carousel h1 {
    color: white;
    font-size: 46px;
    line-height: 50pd;
    margin-bottom: 40px;
    font-weight: 900;
}
.award .timeline-carousel__image {
    padding-right: 30px;
}

.award .timeline-carousel__item {
    cursor: pointer;
}
.award .timeline-carousel__item .media-wrapper {
    /* opacity: 0.4; */
    -webkit-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -o-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.award
    .timeline-carousel__item:last-child
    .timeline-carousel__item-inner:after {
    width: calc(100% - 30px);
}
.award .timeline-carousel__item-inner {
    position: relative;
    padding-top: 45px;
}
.award .timeline-carousel__item-inner:after {
    position: absolute;
    width: 100%;
    top: 45px;
    left: 0;
    content: "";
    border-bottom: 2px solid #f5c69b;
}
.award .timeline-carousel__item-inner .year {
    font-size: 36px;
    line-height: 36px;
    color: white;
    display: table;
    letter-spacing: -1px;
    padding-right: 10px;
    padding-left: 10px;
    background-color: #ff7c2f;
    z-index: 1;
    position: relative;
    margin: -15px 0 12px;
    font-weight: 600;
}

.award .timeline-carousel__item-inner .year:after {
    content: "";
    position: absolute;
    display: block;
    left: -10px;
    top: 0;
    height: 100%;
    width: 10px;
    z-index: 3;
}
.award .timeline-carousel__item-inner .month {
    font-size: 13px;
    text-transform: uppercase;
    color: #ff7c2f;
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
}

.award .timeline-carousel__item-inner p {
    font-size: 15px;
    line-height: 24px;
    width: 90%;
    font-weight: 400;
    margin-bottom: 15px;
    text-align: justify;
}

.award .timeline-carousel__item-inner .read-more {
    font-size: 13px;
    color: #ff7c2f;
    display: table;
    margin-bottom: 10px;
    font-weight: 600;
    text-decoration: none;
    position: relative;
}
.award .timeline-carousel__item-inner .read-more:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    border-bottom: 2px solid #ff7c2f;
    -webkit-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -o-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.award .timeline-carousel__item-inner .read-more:hover:after {
    width: 100%;
}
.award .timeline-carousel__item-inner .pointer {
    height: 29px;
    position: relative;
    z-index: 1;
    margin: -4px 0 16px;
}
.award .timeline-carousel__item-inner .pointer:after,
.timeline-carousel__item-inner .pointer:before {
    position: absolute;
    content: "";
}
.award .timeline-carousel__item-inner .pointer:after {
    width: 9px;
    height: 9px;
    border-radius: 100%;
    top: 0;
    left: 0;
    background-color: #b38c52;
}
.award .timeline-carousel__item-inner .pointer:before {
    width: 1px;
    height: 100%;
    top: 0;
    left: 4px;
    background-color: #b38c52;
}
.award .timeline-carousel .slick-active .media-wrapper {
    opacity: 1 !important;
}

.award .slick-dots {
    /* bottom: 60px; */
    list-style: none;
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    z-index: 2;
}
.award .slick-dots li {
    cursor: pointer;
    display: inline-block;
    margin: 0 6px;
    position: relative;
    width: 10px;
    height: 10px;
}
.award .slick-dots li:last-child {
    margin-right: 0;
}
.award .slick-dots li.slick-active button {
    background: #ff7c2f;
    border-color: #ff7c2f;
}
.award .slick-dots li button {
    display: block;
    font-size: 0;
    width: 10px;
    height: 10px;
    padding: 0;
    background-color: rgba(255, 255, 255, 0.6);
    border-color: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    -webkit-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -o-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.award .slick-dots li button:hover {
    background: #b38c52;
    border-color: #b38c52;
}

.award .link {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 20px;
    z-index: 9999;
}
.award .link a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #fff;
}
.award .link .fa {
    font-size: 28px;
    margin-right: 8px;
    color: #fff;
}
.award .slick-slide {
    height: auto!important;
}
.award .slick-slide img {
    border-radius: 5px;
}
