body {
    margin: 0;
    padding: 0;
    font-family: 'poppins';
}

header {
    background: #e66c21;
    color: white;
    padding: 0px 80px;
    box-sizing: border-box;
}

.icons-top {
    margin-top: 14px;
}

.icons-top a {
    text-decoration: none;
    color: rgb(255, 255, 255);
}

.icons-top img {
    padding-right: 8px;
}

.icons-social img {
    padding-right: 15px;
}

.icons-top p {
    padding-right: 20px;
}

nav {
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    border-top: 1px solid rgba(255, 255, 255, .2);
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    position: sticky !important;
    top: 0 !important;
    z-index: 99 !important;
}

.collapse {
    justify-content: right;
}

.nav-link {
    font-weight: 600;
    margin-right: 25px;
}

.nav-glob {
    padding: 0px 70px;
}

.glob-lr {
    padding: 60px 70px;
}

.right-align {
    text-align: right;
    justify-content: end;
}

.req-btn {
    background-color: white;
    border: 1px solid #ffa700;
    color: #ffa700;
    font-size: 15px;
    font-weight: 500;
    border-radius: 5px;
    padding: 8px 10px;
}

.req-btn:hover {
    border: 1px solid #ffa700;
    background-color: #ffa700;
    color: white;
    font-size: 15px;
    font-weight: 500;
    border-radius: 5px;
    padding: 8px 10px;
}

/* 
.drop-service .dropdown-item:hover {
    background-color: #f7941d !important;
    color: #06331d !important;
}

.drop-service .dropdown-item::before {
    color: #06331d;
    content: "\2B9A";
    font-weight: 900;
    margin-right: 10px;
}
.drop-service .dropdown-item::before:hover {
    color: #ffffff;
    content: "\2B9A";
    font-weight: 900;
    margin-right: 10px;
} */

/* -------------------navbar end--------------- */


/* -------------caursel------------------------- */
.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 1rem !important;
    height: 1rem !important;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}

/* -------------caursel------------------------- */

/* -----------------------about------------------------- */
.title {
    font-size: 25px;
    color:#d1a112;
    margin-bottom: 20px;
    margin-top: 20px;
}

p {
    line-height: 1.7em;
    font-size: 1rem;
}

.banner img {
    width: 100%;
}

/* -----------------------about------------------------- */

/* -----------------------product------------------------- */
.view-clk {
    display: flex;
    justify-content: space-between;
    align-items: self-end;
}

.view-clk .title {
    border-bottom: 3px solid #c75b12;
}

.view-clk a {
    color: black;
}

/* -----------------------product------------------------- */

/* ----------------------enquiry----------------------------- */

.contact-info .contact-box {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}

.contact-icon-box img {
    width: 20px;
}

.contact-content {
    color: white;
}

.contact-content a {
    text-decoration: none;
    color: #ffffff;
    font-size: 1.1em;
}

.contact-content p {
    margin-bottom: 0px;
}

.enquiry {
    background-color: white;
    border-radius: 6px;
    border: none;
    padding: 20px;
}

.enquiry label {
    width: 100%;
    font-size: 15px;
}

.enquiry input {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 4px;
    border: 1px solid #b3b3b3;
    padding: 5px 10px;
}

.enquiry select {
    width: 100%;
    margin-bottom: 20px;
    border-radius: 4px;
    border: 1px solid #b3b3b3;
    padding: 10px 10px;
}

.enquiry textarea {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 4px;
    border: 1px solid #b3b3b3;
    padding: 5px 10px;
}

.submit {
    font-size: 15px;
    font-weight: 500;
    border: none;
    border-radius: 6px;
    padding: 8px 18px;
    background: #ff8f0f;
    color: white;
}

.contact-title {
    color: white;
    margin-bottom: 20px;
}

.describle {
    font-size: 18px;
    font-weight: 550;
    margin-bottom: 15px;
}

/* ----------------------enquiry----------------------------- */



/* ---------------------footer----------------------- */
.f-add {
    font-size: 15px;
}

.f-links {
    font-size: 15px;
}

.f-links a {
    font-size: 16px;
    font-family: sans-serif;
    text-decoration: none;
    color: rgb(0 0 0);
}

#bottom-footer {
    font-size: .9rem;
    text-decoration: none;
}

#bottom-footer a {
    color: white;
    text-decoration: none;
}

.fw-bold {
    font-size: 16px;
}

/* ------------------------------------------------ */
.copyright {
    padding: 10px 0px;
    background-color: #e66c21 !important;
    color: white;
    font-size: 14px;
}

/* ---------------------footer----------------------- */
.callIcon {
    position: fixed;
    left: 1%;
    bottom: 6%;
    z-index: 999999;
    width: 50px;
}

.whatsapp {
    position: fixed;
    left: 1%;
    bottom: 15%;
    z-index: 999999;
    width: 50px;
}

/* ------------------about-------------------------- */
.abt {
    justify-content: space-evenly;
}

.about-box {
    text-align: center;
    border: 1px solid #bc7218;
    border-radius: 4px;
    overflow: hidden;
    padding: 10px;
}

.about-box img {
    margin-bottom: 10px;
}

.points ul li {
    line-height: 1.8;
}

/* ------------------about-------------------------- */
.abt-point {
    padding-left: 0px;
}

.abt-point li {
    list-style: none;
    line-height: 1.8;
}

/* ------------------about-------------------------- */

/* ------------------------product--------------------- */


.product-box {
    text-align: center;
    border-top: 4px solid #682189;
    box-shadow: 1px 1px 4px 1px #bbbbbb;
    border-radius: 12px;
    overflow: hidden;
    padding: 10px;
    height: 100%;
}

.product-box:hover {
    border-top:4px solid #531370;
}

.product-box:hover {
    box-shadow: 1px 1px 12px 1px #cfb4a0;
}

.product-box img {
    /* width:100%; */
    margin-bottom: 10px;
}

.product-box h3 {
    font-size: 18px;
    color: rgb(0, 0, 0);
}

.product-box p {
    font-size: 15px;
    color: rgb(0, 0, 0);
}

.mb-box {
    margin-bottom: 55px;
}

.quo-btn {
    background-color: #ff751f;
    border: 1px solid #ff751f;
    color: #ffffff;
    font-size: 11px;
    font-weight: 500;
    border-radius: 5px;
    padding: 8px 9px;
}

.quo-btn:hover {
    background-color:#ff751f;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: 11px;
    font-weight: 500;
    border-radius: 5px;
    padding: 8px 9px;
}

/* ------------------------product--------------------- */

/* --------------------------------------------- */
.gallery-box {
    text-align: center;
    border-left: 4px solid #682189;
    box-shadow: 1px 1px 4px 1px #bbbbbb;
    border-radius: 12px;
    overflow: hidden;
    padding: 10px;
    height: 100%;
    overflow: hidden;
}

.gallery-box img {
    width: 100%;
}

.gallery-box img:hover {
    transform: scale(1.2);
    transition: transform 0.3s ease-in-out;
}

.text-center {
    justify-content: center;
    margin-bottom: 20px;
}

/* --------------------------------------------- */
.container {
    justify-content: space-between;
}

.cta-banner {
    background: #f8ffe5;
    border-radius: 9px;
    box-shadow: 0 5px 15px 0 rgba(37, 44, 97, .15), 0 2px 4px 0 rgba(93, 100, 148, .2);
    align-items: center;
}

.cta-banner-txt {
    padding: 2rem 4rem;
}

.cta-banner__content {
    h2 {
        font-size: 2rem;
        font-weight: 700;
        letter-spacing: .0025em;
    }

    p {
        color: #525252;
        margin: .5rem 0;
        margin-bottom: 25px;
    }
}

.cta-banner__button {
    background-image: linear-gradient(to top right, #3eb82e, #65d849);
    padding: .8rem 1.2rem;
    border-radius: 9px;
    text-decoration: none;
    color: #fff;
    box-shadow: 0px 4px 8px rgba(45, 35, 66, 0.4), 0px 7px 13px -3px rgba(45, 35, 66, 0.3), inset 0px -3px 0px #309e22;
    text-shadow: 1px 2px rgba(#000, .1);
    transition: all .2s ease;

    &:hover {
        margin-top: -5px;
        box-shadow: 0px 4px 28px rgb(45 35 66 / 16%), 0px 7px 16px -3px rgb(45 35 66 / 13%), inset 0px -3px 0px #309e22;
    }
}

.cta-banner a {
    color: white;
}

@media (max-width: 1280px) {
    .cta-banner {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .cta-banner__button {
        margin: 1rem 0;
    }
}

/* --------------------------------------------- */


/* ------------------------contact page--------------------- */

.cnt-box {
    box-shadow: 1px 1px 12px 1px #b6b6b6;
    border-radius: 6px;
    padding: 20px;
}

.title-contact {
    color: #c28b15;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 30px;
}

.info img {
    background-color: #e3ae0f;
    border-radius: 50%;
    padding: 16px;
    margin-right: 10px;
}

.info {
    margin-bottom: 30px;
}

/* ------------------------contact page--------------------- */



/* -----------------------request a need----------------------------- */

.query {
    box-shadow: 1px 1px 8px 1px #d4d4ff;
    padding: 20px;
    border-radius: 10px;
}

.query a:hover {
    color: #1f1d1d;
}

.query input {
    width: 100%;
    padding: 5px 4px;
    margin: 10px 0px;
    border-radius: 8px;
    border: 1px solid rgb(209, 209, 209);
}

.text-area {
    width: 100%;
    padding: 8px 10px;
    margin: 10px 0px;
    border-radius: 8px;
    border: 1px solid rgb(209, 209, 209);
}

.query select {
    width: 100%;
    padding: 8px 10px;
    margin: 10px 0px;
    border-radius: 8px;
    border: 1px solid rgb(209, 209, 209);
}

.number {
    width: 14% !important;
}

.mobile {
    width: 83% !important;
    margin-left: 0px !important;
}

.contact-form {
    display: flex;
    margin-bottom: 40px;
}

.contact-form h6 a {
    color: black;
    text-decoration: none;
}

.icon {
    font-size: 35px;
    margin-top: 10px;
    margin-right: 10px;
}

.sub-btn {
    background-color: white;
    border: 1px solid #8b6c0f;
    color: #8b6c0f;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    padding: 8px 25px;
    margin-top: 20px;
}

.sub-btn:hover {
    background-color: #8b6c0f;
    border: 1px solid #8b6c0f;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    padding: 8px 25px;
    margin-top: 20px;
}

/* -----------------------request a need----------------------------- */

.facebook {
    position: fixed;
    right: -6.9%;
    bottom: 43%;
    z-index: 999999;
}

.insta {
    position: fixed;
    right: -6.9%;
    bottom: 37%;
    z-index: 999999;
}

.youtube {
    position: fixed;
    right: -6.9%;
    bottom: 30.5%;
    z-index: 999999;
}

.facebook:hover {
    position: fixed;
    right: 0%;
    bottom: 45%;
    z-index: 999999;
    transition: 0.5s;
}

.insta:hover {
    position: fixed;
    right: 0%;
    bottom: 37%;
    z-index: 999999;
    transition: 0.5s;
}

.youtube:hover {
    position: fixed;
    right: 0%;
    bottom: 29%;
    z-index: 999999;
    transition: 0.5s;
}


/* ---------------------24 service---------------------- */

.bg-service {
    border-radius: 2px;
    padding: 10px 20px;
    margin-bottom: -80px;
}

.service-box {
    background-color: #ffffff;
    box-shadow: -1px -1px 1px -1px #dadada;
    border: 1px solid #c7c7c7;
    border-radius: 6px;
    justify-content: space-evenly;
    padding: 30px 15px;
}

.service-box h6 {
    margin: auto;
    font-size: 20px;
}

.dataCareSection {
    background: #57C785;
    background: radial-gradient(circle, #64bb8a 58%, #4ead78 75%, #438d63 89%);
}

.product_title {
    display: block;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
}

.text-red {
    color: #e11f26;
}

.globle_h {
    color: white;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
}

.review_box:hover {
    transform: translate(5px, -5px);
    box-shadow: -14px 14px 12px 0px rgba(0, 0, 0, 0.09)
}

.body_counter {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin-top: -3rem
}

.body_counter li {
    width: 33.3%;
    line-height: 1;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    margin-top: 6rem;
    color: white;
}

.body_counter li .gradient-text {
    font-size: 72px;
    padding-bottom: 1rem;
}

.body_counter li .gradient-text span {
    font-family: 'poppins';
}

.body_counter li .gradient-text sup {
    position: static;
    vertical-align: middle;
    font-size: 62%;
}

.body_counter li .gradient-text i {
    font-style: normal;
    font-family: 'poppins';
}

.gradient-text {
    /* background: linear-gradient(90deg, #156738 10%, #ed8c21 68%); */
    background-color: #ffffff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

/* ------------------------------/counter------------------------------ */

/* ------------------------------------------- */
.table-wrap {
    background: transparent;
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(8, 35, 63, 0.08);
}

/* Desktop table */
table.responsive-table {
    width: 100%;
    border-collapse: collapse;
    background: var(--card);
}

thead {
    background:#006d80;
    color: #fff;
}

thead th {
    text-align: left;
    padding: 14px 16px;
    font-weight: 600;
    font-size: 0.95rem;
    letter-spacing: 0.02em;
}

tbody td {
    padding: 14px 16px;
    vertical-align: top;
    border-top: 1px solid rgba(15, 76, 129, 0.06);
}

tbody tr:nth-child(odd) td {
    background: linear-gradient(180deg, rgba(247, 249, 251, 1), rgba(255, 255, 255, 1));
}

/* small typography for long lists */
.topics {
    font-size: 0.95rem;
    color: var(--muted);
    line-height: 1.45;
}

.level {
    font-weight: 700;
    color: black;
}
.level a{
    color: black;
}
.duration {
    font-weight: 600;
    color:black;
    text-align: center;
    width: 150px;
}

/* details style inside table */
details {
    margin: 0;
}

details summary {
    list-style: none;
    cursor: pointer;
    outline: none;
    user-select: none;
    font-weight: 500;
    color:black;
}

details[open] summary::after {
    content: "▲";
    float: right;
    color: var(--muted);
    font-size: 0.8rem;
}

details summary::after {
    content: "▼";
    float: right;
    color: var(--muted);
    font-size: 0.8rem;
}

details p,
details ul {
    margin: 8px 0 0 0;
    padding-left: 1em;
    color: var(--muted);
}

/* Responsive: switch to stacked cards on narrow screens */
@media (max-width:880px) {

    table.responsive-table,
    thead,
    tbody,
    th,
    td,
    tr {
        display: block;
        width: 100%;
    }

    thead {
        display: none;
    }

    /* hide header in card mode */
    tr {
        margin: var(--gap) 0;
        background: transparent;
    }

    td {
        display: block;
        border: none;
        padding: 14px;
        background: var(--card);
        margin-bottom: 8px;
        border-radius: var(--radius);
        box-shadow: 0 4px 14px rgba(8, 35, 63, 0.06);
    }

    td+td {
        margin-top: 10px;
    }

    /* spacing between card cells */
    .row-head {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 12px;
    }

    .row-head .title {
        font-weight: 700;
        color: var(--accent);
    }

    .duration {
        text-align: right;
    }
}

/* small helper list bullets */
ul {
    margin: 6px 0 0 1.1em;
}

li {
    margin: 6px 0;
}

/* footer note */
.note {
    font-size: 0.9rem;
    color: var(--muted);
    margin-top: 12px;
}

/* ------------------------------------------- */
.banner-inner {
    padding: 100px 75px;
}

.banner-space {
    padding: 40px 90px;
}

.title-banner {
    font-size: 35px;
    color: white;
}

.title-h2 {
    font-size: 17px;
    line-height: 26px;
    color: white;
    margin-bottom: 20px;
}

/* --------------------------------------- */

/* --------------------------------------- */



/* --------------------------------------- */

.form-heading {
    font-size: 20px;
    font-weight: 500;
    color: #cd7b32;
}

.select-plan {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    margin-top: 16px;
}

.select-plan input {
    width: 100%;
    padding: 12px;
    border-radius: 4px;
    border: 1px solid #d4d4d4;
    margin-bottom: 20px;
}

.select-plan select {
    width: 100%;
    font-size: 14px;
    padding: 12px;
    border-radius: 4px;
    border: 1px solid #d4d4d4;
    margin-bottom: 20px;
}

.select-plan option {
    font-size: 15px;
}

.trip-btn {
    /* width: 100%; */
    background-color: #87a357;
    color: white !important;
    padding: 7px 12px;
    border: none;
    border-radius: 6px;
}

.explore-btn {
    background-color: #9c0b0b;
    color: white;
    padding: 8px 12px;
    border: none;
    border-radius: 6px;
}

.bg-select {
    overflow: hidden;
    display: inline-flex;
    background-color: white;
    padding: 20px;
    margin-top: 16px;
    border-radius: 8px;
}

.bg-select input {
    border: 1px solid #a8a8a8;
}

.bg-select label {
    display: flex;

    margin-bottom: -22px;
}

.space-select {
    margin-right: 10px;
}

.two-flex {
    display: flex;
}

.marg {
    margin-right: 20px;
}

/* --------------------------------------- */

/* --------------------------------------- */
.services {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
    text-align: center;
}

.services h2 {
    font-size: 2rem;
    margin-bottom: 40px;
    color: #222;
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.service-item {
    background: #fff;
    border-radius: 12px;
    padding: 30px 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.service-icon {
    font-size: 40px;
    margin-bottom: 15px;
    color: #6c5ce7;
}

.service-item h3 {
    font-size: 1.2rem;
    margin-bottom: 10px;
    color: #111;
}

.service-item p {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.5;
}

/* --------------------------------------- */


/* --------------------------------------- */
.blog-section {
    padding: 60px 0;
    background-color: #f9f9f9;
}

.mb-bottom {
    margin-bottom: 20px;
}

.blog-card {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    transition: transform 0.3s ease;
    background: white;
    /* opacity: 0; */
    transform: translateY(20px);
    height: 100%;
}

.blog-card.show {
    opacity: 1;
    transform: translateY(0);
}

.blog-card:hover {
    transform: translateY(-10px);
}

.blog-img {
    height: 200px;
    object-fit: cover;
    width: 100%;
}

.blog-content {
    padding: 20px;
}

.blog-content h3 {
    font-size: 17px;
}

.blog-content p {
    line-height: 25px;
    font-size: 15px;
}

.blog-card a {
    text-decoration: none;
    color: white;
}

/* --------------------------------------- */


/* --------------------------------------- */
.slider-container {
    position: relative;
    padding: 0 40px;
}

.service-slider {
    overflow: hidden;
}

.slider-track {
    display: flex;
    transition: transform 0.5s ease;
}

.quo-btn {
    background: linear-gradient(90deg, #ff751f, #ffbf5e);
    color: white;
    border: none;
    padding: 8px 10px;
    border-radius:6px;
    font-weight: 600;
    transition: all 0.3s ease;
    margin: 0 20px 20px;
}

/* .quo-btn:hover {
            background: linear-gradient(90deg, #2980b9, #27ae60);
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        } */

.slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: white;
    color: #3498db;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    z-index: 10;
}

.slider-nav:hover {
    background: #3498db;
    color: white;
}

.slider-nav.prev {
    left: 0;
}

.slider-nav.next {
    right: 0;
}

.slider-dots {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.dot {
    width: 12px;
    height: 12px;
    background: #ddd;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.dot.active {
    background: #3498db;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .mb-box {
        width: 50%;
    }
}

@media (max-width: 576px) {
    .mb-box {
        width: 100%;
    }

    .slider-container {
        padding: 0 30px;
    }

    .slider-nav {
        width: 35px;
        height: 35px;
    }
}

/* --------------------------------------- */

/* --------------------------------------- */
.industre-inner h2 {
    font-size: 22px;
    margin-bottom: 10px;
}

.industre-inner h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.industre-inner p {
    font-size: 15px;
}

.industre-inner ul {
    padding-left: 0px;
}

.industre-inner li {
    font-size: 15px;
}

/* --------------------------------------- */


/* --------------------------------------- */
.vastu-challenges {
    padding: 60px 20px;
    background: #f9f9f9;
}

.vastu-challenges h2 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 40px;
    color: #222;
    font-weight: 700;
}

.challenge-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    /* max-width: 1100px; */
    margin: 0 auto;
}

.challenge-card {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    font-weight: 500;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    transition: all 0.3s ease;
}

.challenge-card span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 32px;
    min-height: 32px;
    background: #ff9800;
    color: #fff;
    font-weight: bold;
    border-radius: 50%;
    flex-shrink: 0;
    font-size: 14px;
}

.challenge-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
}

/* --------------------------------------- */

/* --------------------------------------- */
.vastu-solutions {
    padding: 60px 20px;
    background: #f9f9f9;
    border-radius: 16px;
    text-align: center;
}

.vastu-solutions h2 {
    font-size: 28px;
    margin-bottom: 15px;
    color: #002a52;
}

.vastu-solutions p {
    max-width: 750px;
    margin: 0 auto 40px;
    color: #444;
    line-height: 1.6;
}

.solutions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 25px;
}

.solution-card {
    background: #fff;
    border-radius: 14px;
    padding: 25px 20px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.solution-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
}

.solution-card .icon {
    font-size: 36px;
    margin-bottom: 12px;
    color: #007b5e;
}

.solution-card h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #002a52;
}

.solution-card p {
    font-size: 15px;
    color: #555;
    line-height: 1.5;
}

/* --------------------------------------- */

/* --------------------------------------- */
.testimonials-grid {
    /* padding: 40px 20px; */
    text-align: center;
    background: #f9f9f9;
}

.testimonials-grid h2 {
    margin-bottom: 30px;
}

.grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.card {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.card p {
    font-size: 1rem;
    margin-bottom: 10px;
}

/* --------------------------------------- */


/* --------------------------------------- */
.testimonials-grid {
    /* padding: 40px 20px; */
    text-align: center;
    background: #f9f9f9;
}

.testimonials-grid h2 {
    margin-bottom: 30px;
}

.grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.card {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.grid .card h3 {
    font-size: 1rem;
    color: #008000;
    margin-bottom: 10px;
}

.card p {
    font-size: 1rem;
    margin-bottom: 10px;
}

/* --------------------------------------- */

/* --------------------------------------- */


/* ------------------------------------------------------- */

.section-title h2 {
    position: relative;
    margin-bottom: 45px;
    display: inline-block;
    font-weight: 600;
    line-height: 1;
}

/* .section-title h2::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 60px;
    height: 2px;
    background: #149f13;
    bottom: -25px;
    margin-left: -30px;
} */

.section-title.service-title p {
    padding: 0 190px;
    margin-bottom: 10px;
}

.blog-area {
    background: #F8F9FA;
}

.blog-wrapper {
    background: #fff;
    overflow: hidden;
    padding: 20px;
    height: 100%;
}

.home-blog-wrapper {
    transition: .3s;
}

.blog-wrapper.home-blog-wrapper:hover {
    box-shadow: 10px 20px 30px rgba(0, 0, 0, .12);
}

.blog-thumb {
    margin-bottom: 20px;
}

.blog-title {
    display: inline-block;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.4;
    margin: 10px 0 15px;
    padding: 0;
    text-align: left;
}

.blog-content.home-blog h2 {
    font-size: 18px;
    margin-bottom: 10px;
}

.blog-content.home-blog p {
    margin-bottom: 10px;
    text-align: left;
}

.link-box.home-blog-link a {
    font-size: 14px;
    color: #149f13;
}

.blog-title a {
    color: #222;
}

.link-box a {
    color: #555;
}

.link-box a:hover {
    color: #149f13;
}

.link-box ul {
    padding-left: 15px;
}

.link-box ul li {
    list-style: disc;
}

.blog-title a:hover {
    color: #149f13;
}

.meta-info ul {
    padding-left: 0px;
    margin-bottom: 0px;
}

.meta-info ul li {
    color: #9e9e9e;
    display: inline-block;
    font-size: 14px;
    padding: 0 12px;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
}

.embed-responsive {
    margin-bottom: 20px;
}

.meta-info ul li:first-child {
    padding-left: 0
}

.meta-info ul li a {
    color: #149f13;
}

.meta-info ul li a:hover {
    color: #444
}

.meta-info ul li::before {
    border: 1px solid #999;
    border-radius: 5px;
    content: "";
    height: 5px;
    left: -4px;
    position: absolute;
    top: 6px;
    width: 5px;
}

.meta-info ul li:first-child:before {
    display: none
}

.blog-thumb img {
    width: 100%;
}

.link-box a {
    font-weight: 600;
}

/* ------------------------------------------------------- */


/* ------------------------------------------------------- */

.border-shape {
    background: #44ad13 none repeat scroll 0 0;
    color: #fff;
    display: block;
    height: 3px;
    left: 0;
    margin: 20px auto;
    position: relative;
    right: 0;
    text-align: center;
    top: 0;
    width: 80px;
}

.border-shape::before {
    background: #44ad13 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    left: 80px;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    top: 1px;
    width: 100px;
}

.border-shape::after {
    background: #44ad13 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    margin: 0 auto;
    position: absolute;
    right: 80px;
    text-align: center;
    top: 1px;
    width: 100px;
}

/* ------------------------------------------------------- */

/* --------------------------------------- */
.img-rotate {
    width: 100%;
    animation: rotate-animation 10s infinite linear;
}

@keyframes rotate-animation {

    0% {

        transform: rotate(0deg);

    }

    50% {

        transform: rotate(180deg);

    }

    100% {

        transform: rotate(360deg);

    }

}

/* --------------------------------------- */


/* ------------------courses--------------------- */
.duration {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.duration i {
    margin-right: 10px;
    font-size: 1.2rem;
}

.btn-enroll {
    display: inline-block;
    background: var(--accent);
    color: white;
    padding: 12px 25px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 600;
    transition: var(--transition);
    text-align: center;
    text-decoration: none;
}

.btn-enroll:hover {
    background: #ff5252;
    transform: translateY(-2px);
}

/*------- Section Styling --------------*/
 :root {
            --primary: #3a6ea5;
            --secondary: #f8f9fa;
            --accent: #ff6b6b;
            --dark: #2d3e50;
            --light: #ffffff;
            --gray: #6c757d;
            --light-gray: #e9ecef;
            --shadow: 0 4px 6px #0000001a;
            --transition: all 0.3s ease;
        }
        
.section-course {
    padding: 60px 0;
}

.section-course:nth-child(even) {
    background-color: var(--secondary);
}

.section-title {
    text-align: center;
    /* margin-bottom: 40px; */
    color: var(--dark);
}

.section-title h2 {
    font-size:26px;
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
}

.section-title h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: var(--accent);
}

/* What You Will Learn */
.learn-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.learn-card {
    background: white;
    padding: 25px;
    border-radius: 8px;
    box-shadow: var(--shadow);
    transition: var(--transition);
}

.learn-card:hover {
    transform: translateY(-5px);
}

.learn-card i {
    font-size: 2.5rem;
    color: #d96612;
    margin-bottom: 20px;
}

.learn-card h3 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #2d3e50;
}

.learn-card ul {
    list-style: none;
    padding-left: 0;
}

.learn-card ul li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
}

.learn-card ul li:before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--accent);
    font-weight: bold;
}

 /* Syllabus */
        .accordion {
            max-width: 100%;
            margin: 0 auto;
        }

        .accordion-item {
            margin-bottom: 15px;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: var(--shadow);
        }

        .accordion-header {
            background: white;
            padding: 20px;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-weight: 600;
            transition: var(--transition);
        }

        .accordion-header:hover {
            background: var(--light-gray);
        }

        .accordion-header i {
            transition: var(--transition);
        }

        .accordion-content {
            background: white;
            padding: 0 20px;
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease, padding 0.3s ease;
        }

        .accordion-content.active {
            padding: 20px;
            max-height: 500px;
        }

        .accordion-header.active i {
            transform: rotate(180deg);
        }

        .badge {
            display: inline-block;
            padding: 4px 10px;
            border-radius: 20px;
            font-size: 0.8rem;
            font-weight: 600;
            margin-left: 10px;
        }

        .badge-primary {
            background: var(--primary);
            color: white;
        }

        .badge-accent {
            background: var(--accent);
            color: white;
        }
         /* Who Should Enroll */
        .enroll-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 25px;
        }

        .enroll-card {
            text-align: center;
            padding: 30px 20px;
            background: white;
            border-radius: 8px;
            box-shadow: var(--shadow);
            transition: var(--transition);
        }

        .enroll-card:hover {
            transform: translateY(-5px);
        }

        .enroll-card i {
            font-size: 3rem;
            color: #d96612;
            margin-bottom: 20px;
        }

        .enroll-card h3 {
            font-size: 18px;
            margin-bottom: 15px;
            color: var(--dark);
        }

        /* How the Course Works */
        .course-works {
            max-width: 800px;
            margin: 0 auto;
        }

        .works-item {
            display: flex;
            margin-bottom: 30px;
            background: white;
            padding: 25px;
            border-radius: 8px;
            box-shadow: var(--shadow);
        }

        .works-icon {
            flex: 0 0 80px;
            font-size: 2.5rem;
            color: #d96612;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .works-content {
            flex: 1;
        }

        .works-content h3 {
            font-size: 18px;
            margin-bottom: 15px;
            color: var(--dark);
        }

        /* CTA Section */
        .cta-section {
            text-align: center;
            padding: 80px 0;
            background: linear-gradient(135deg, var(--primary) 0%, var(--dark) 100%);
            color: white;
        }

        .cta-section h2 {
            font-size: 2.5rem;
            margin-bottom: 20px;
        }

        .cta-section p {
            max-width: 600px;
            margin: 0 auto 30px;
            font-size: 1.1rem;
            opacity: 0.9;
        }

        .cta-buttons {
            display: flex;
            justify-content: center;
            gap: 20px;
            flex-wrap: wrap;
        }

        .btn-light {
            background: white;
            color: var(--primary);
        }

        .btn-light:hover {
            background: var(--light-gray);
            color: var(--dark);
        }

        /* FAQ Section */
        .faq-container {
            max-width: 800px;
            margin: 0 auto;
        }

        .faq-item {
            margin-bottom: 20px;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: var(--shadow);
        }

        /* Sticky CTA */
        .sticky-cta {
            position: fixed;
            bottom: 0;
            left: 0;
            width: 100%;
            background: var(--dark);
            color: white;
            padding: 15px 0;
            text-align: center;
            z-index: 99;
            transform: translateY(100%);
            transition: transform 0.3s ease;
            box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
        }

        .sticky-cta.show {
            transform: translateY(0);
        }

        .sticky-cta .btn {
            margin-left: 20px;
        }
/* ------------------courses--------------------- */