/* still have a question section starts */


  .gc-section {
    background: #EDEAE0;
    font-family: 'Nunito Sans', sans-serif;
    padding: 80px 40px;
    text-align: center;
    position: relative;
    overflow: hidden;
  }
  .gc-section::before {
    content: '';
    position: absolute;
    top: -60px; left: 50%;
    transform: translateX(-50%);
    width: 500px; height: 200px;
    background: rgba(220,80,30,0.06);
    border-radius: 50%;
    pointer-events: none;
  }
  .gc-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.12em;
    color: #D85A1E;
    text-transform: uppercase;
    margin-bottom: 20px;
  }
  .gc-eyebrow-icon {
    width: 18px; height: 18px;
    display: inline-block;
  }
  .gc-heading {
    font-size: 42px;
    font-weight: 900;
    color: #1A1A1A;
    line-height: 1.15;
    margin: 0 0 16px;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
  }
  .gc-heading span {
    color: #D85A1E;
  }
  .gc-subtext {
    font-size: 16px;
    color: #555;
    max-width: 440px;
    margin: 0 auto 40px;
    line-height: 1.7;
    font-weight: 400;
  }
  .gc-cards {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 44px;
  }
  .gc-card {
    background: #fff;
    border-radius: 16px;
    padding: 28px 24px;
    width: 190px;
    text-align: center;
    border: 1.5px solid rgba(0,0,0,0.07);
    transition: transform 0.2s, box-shadow 0.2s;
    cursor: default;
  }
  .gc-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(216,90,30,0.12);
  }
  .gc-card-icon {
    width: 48px; height: 48px;
    background: #1A1A1A;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
  }
  .gc-card-icon svg {
    width: 22px; height: 22px;
    fill: #fff;
  }
  .gc-card-title {
    font-size: 14px;
    font-weight: 800;
    color: #1A1A1A;
    margin: 0 0 6px;
  }
  .gc-card-desc {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
    margin: 0;
  }
  
  .gc-btn:hover {
    background: #c04f18;
    transform: translateY(-2px);
  }
  .gc-btn svg {
    width: 18px; height: 18px;
    fill: #fff;
  }
  .gc-divider {
    width: 60px; height: 3px;
    background: #D85A1E;
    border-radius: 2px;
    margin: 0 auto 28px;
  }
/* still have a question section ends  */

/* ── WHATSAPP FLOATING BUTTON ── */
        .wa-float {
            position: fixed;
            bottom: 36px;
            left: 50%;
            transform: translateX(-50%);
            z-index: 999;
            display: none;
            flex-direction: column;
            align-items: center;
            gap: 10px;
        }

        .wa-btn {
            display: flex;
            align-items: center;
            gap: 12px;
            background: linear-gradient(135deg, #f7c040, #f7dc9f);
            color: #fff;
            border: none;
            padding: 14px 32px;
            border-radius: 999px;
            font-size: 15px;
            font-weight: 700;
            cursor: pointer;
            font-family: 'Syne', sans-serif;
            letter-spacing: .3px;
            box-shadow: 0 8px 32px #eb0029, 0 0 0 0 #fb2b4e;
          
            transition: transform .25s, box-shadow .25s;
            text-decoration: none;
        }

        .wa-btn:hover {
            transform: translateY(-4px) scale(1.05);
            box-shadow: 0 16px 48px #ff032d
        }

    
.float-wa:hover {
            transform: translateY(-4px) scale(1.05);
            box-shadow: 0 16px 48px #85ff03
        }
        .wa-icon {
            font-size: 22px;
            line-height: 1
        }

        .wa-label {
            display: flex;
            flex-direction: column;
            line-height: 1.2
        }

        .wa-label .wa-small {
            font-size: 10px;
            font-weight: 500;
            opacity: .85;
            letter-spacing: 1px;
            text-transform: uppercase
        }

        .wa-label .wa-big {
            font-size: 15px;
            font-weight: 800;
            letter-spacing: .3px
        }

        .wa-tooltip {
            background: rgba(0, 20, 10, 0.9);
            border: 1px solid rgba(37, 211, 102, 0.3);
            color: rgba(255, 255, 255, 0.7);
            font-size: 11px;
            font-weight: 500;
            padding: 6px 16px;
            border-radius: 999px;
            letter-spacing: .5px;
            backdrop-filter: blur(10px);
            white-space: nowrap;
            animation: tooltipBob 3s ease-in-out infinite;
        }

        @keyframes tooltipBob {

            0%,
            100% {
                transform: translateY(0)
            }

            50% {
                transform: translateY(-4px)
            }
        }
/* virtual section css starts  */
.counselingForms{
        width: 100%;

}
    .consult-title {
        font-size: 28px;
        font-weight: 700;
        margin-bottom: 8px;
    }

    .consult-subtitle {
        color: #6b7280;
        margin-bottom: 25px;
    }

    .elt-section {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        gap: 60px;
        padding: 80px 20px;
        max-width: 1200px;
        margin: auto;
    }

    /* Left side (for future content or image) */
    .elt-section-left {
        flex: 1;
    }

    /* Right side form container */
    .elt-section-right {
        flex: 1;
        justify-items: center;
           

    }

    /* Form Card */
    .counselingForms {
        background: #ffffff;
        padding: 40px;
        border-radius: 14px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
        display: flex;
        flex-direction: column;
        gap: 18px;
        max-width: 420px;
    }

    /* Inputs */
    .text-input,
    .email-input,
    .date-input,
    .time-select {
        width: 100%;
        padding: 14px 16px;
        border-radius: 8px;
        border: 1px solid #e4e6ea;
        font-size: 15px;
        outline: none;
        transition: all .25s ease;
        background: #fafafa;
    }

    /* Focus Effect */
    .text-input:focus,
    .email-input:focus,
    .date-input:focus,
    .time-select:focus {
        border-color: #ff2e2e;
        background: #fff;
        box-shadow: 0 0 0 3px rgba(255, 46, 46, 0.08);
    }

    /* Button */
    .counselingForms button {
        margin-top: 10px;
        padding: 14px;
        border: none;
        border-radius: 8px;
        font-size: 16px;
        font-weight: 600;
        cursor: pointer;
        background: #ff2e2e;
        color: #fff;
        transition: all .3s ease;
    }

    /* Button Hover */
    .counselingForms button:hover {
        background: #e60000;
        transform: translateY(-1px);
        box-shadow: 0 6px 16px rgba(255, 0, 0, 0.2);
    }

    /* Response message */
    #response {
        margin-top: 15px;
        font-size: 14px;
        font-weight: 500;
    }

    /* Disabled slot style */
    .time-select option:disabled {
        color: #999;
    }

    /* Responsive */
    @media (max-width:900px) {

        .elt-section {
            flex-direction: column;
            align-items: center;
            gap: 40px;
        }

        .counselingForms {
            width: 100%;
        }

    }

/* virtual section css end  */


.header-main .main-menu ul li .submenu {

    max-height: 90vh;
    overflow: scroll;
}


.float-wa {
        position: fixed;
        bottom: 90px;
        right: 30px;
        z-index: 999;
        width: 52px;
        height: 52px;
        border-radius: 50%;
        background: #25D366;
        display: none;
        align-items: center;
        justify-content: center;
        font-size: 26px;
        color: #fff;
        text-decoration: none;
        box-shadow: 0 4px 20px rgba(6, 179, 69, 0.5);
        animation: pulse-wa 2.5s ease-in-out infinite;
    }
     @keyframes pulse-wa {

            0%,
            100% {
                box-shadow: 0 4px 20px rgba(5, 136, 53, 0.5);
            }

            50% {
                box-shadow: 0 4px 40px rgba(8, 171, 68, 0.8);
            }
        }
    .float-wa:hover {
        color: #fff !important;
    }

    .virtual-counsellings {
        position: fixed;
        bottom: 155px;
        right: 30px;
        z-index: 999;
        width: 52px;
        height: 52px;
        border-radius: 50%;
        background: #ffffff;
        display: none;
        align-items: center;
        justify-content: center;
        font-size: 26px;
        color: #fff;
        text-decoration: none;
        box-shadow: 0 4px 20px rgba(249, 49, 49, 0.5);
        animation: pulse-virtual-counselling 2.5s ease-in-out infinite;
    }
     @keyframes pulse-virtual-counselling {

            0%,
            100% {
                box-shadow: 0 4px 20px rgba(163, 21, 21, 0.5);
            }

            50% {
                box-shadow: 0 4px 40px rgba(148, 9, 9, 0.8);
            }
        }
    .virtual-counsellings:hover {
        color: #fff !important;
    }

/* Yt Section Starts  */

    /* ══════════════════════════════════
   SHORTS / REELS MODE (9:16)
   Scoped ONLY to vc-section
══════════════════════════════════ */

    .vc-section {

        padding: 20px 0;
    }



    /* Container becomes vertical scroll */
    .vc-carousel-outer {
        overflow-y: auto;
        overflow-x: auto;
        scrollbar-width: none;
        scroll-snap-type: y mandatory;
    }

    .vc-card {
        flex: 0 0 auto;
        /* 🔥 prevents shrinking */
    }

    /* Stack cards vertically */
    .vc-track {
        display: flex;
        gap: 20px;
        align-items: center;
    }

    /* Each card = full reel */
    .vc-card {
        width: 360px;
        max-width: 100%;
        height: 640px;
        /* 9:16 ratio */
        border-radius: 16px;
        overflow: hidden;
        position: relative;
        background: #000;
        scroll-snap-align: center;
    }

    /* Video container full height */
    .vc-iframe-wrap {
        width: 100%;
        height: 100%;
        position: relative;
    }

    /* Thumbnail + iframe fill */
    .vc-iframe-wrap iframe,
    .vc-iframe-wrap .vc-thumb {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border: none;
    }

    /* Overlay play button center */
    .vc-play-overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(0, 0, 0, 0.3);
        cursor: pointer;
    }

    .play-btn {
        width: 70px;
        height: 70px;
        background: rgba(255, 255, 255, 0.15);
        backdrop-filter: blur(10px);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .play-btn svg {
        fill: white;
        width: 28px;
    }

    /* Hide body default */
    .vc-card-body {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 14px;
        color: #fff;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    }

    /* Minimal reel-style text */
    .vc-card-title {
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 6px;
    }

    .vc-card-desc {
        font-size: 12px;
        line-height: normal;
        opacity: 0.8;
    }

    /* Meta styling */
    .vc-card-meta {
        display: flex;
        justify-content: space-between;
        font-size: 11px;
        margin-bottom: 6px;
    }

    .vc-tag {
        background: #eb0029;
        color: #fff;
        padding: 2px 8px;
        border-radius: 10px;
    }

    .vc-duration {
        opacity: 0.8;
    }

  /* ══════════════════════════════════
   VC CONTROLS (Isolated Styling)
══════════════════════════════════ */

.vc-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

/* ── Arrow Buttons ── */
.vc-arrow {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: none;
     background: rgb(120 116 116 / 8%);
    backdrop-filter: blur(10px);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

/* SVG inside arrow */
.vc-arrow svg {
    width: 18px;
    height: 18px;
    stroke: #ffffff;
    stroke-width: 2;
    fill: none;
}

/* Hover effect */
.vc-arrow:hover {
       background: rgb(0 0 0 / 20%);
    transform: scale(1.1);
}

/* Disabled state */
.vc-arrow:disabled {
    opacity: 0.3;
    cursor: not-allowed;
    transform: none;
}

/* ── Dots Container ── */
.vc-dots {
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Individual dot */
.vc-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
    cursor: pointer;
}

/* Active dot */
.vc-dot.active {
    width: 20px;
    border-radius: 10px;
    background: #eb0029;
}

/* Hover dot */
.vc-dot:hover {
    background: #ffffff;
}


    /* Mobile optimization */
    @media (max-width: 480px) {
        .vc-card {
            width: 100%;
            height: 100vh;
            /* full screen reels */
            border-radius: 0;
        }
           .vc-controls {
        gap: 12px;
    }

    .vc-arrow {
        width: 36px;
        height: 36px;
    }

    .vc-dot {
        width: 6px;
        height: 6px;
    }

    .vc-dot.active {
        width: 16px;
    }
    }

/* Yt Section end  */
/* .airplane section css start  */
    /* ── section ── */
    .ap-section {
        padding: 90px 24px 120px;
        background: var(--light);
    }

    .ap-header, .vc-header {
        text-align: center;
        margin-bottom: 72px;
    }

    .ap-eyebrow {
        display: inline-block;
        font-family: 'Montserrat', sans-serif;
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 3px;
        text-transform: uppercase;
        color: var(--red);
        background: rgba(227, 0, 15, 0.08);
        padding: 5px 16px;
        border-radius: 99px;
        margin-bottom: 18px;
    }

    .ap-title,.vc-title {
        font-family: 'Montserrat', sans-serif;
        font-size: clamp(28px, 5vw, 46px);
        font-weight: 900;
        line-height: 1.15;
    }

    .ap-title span {
        color: var(--red);
    }

    .ap-sub, .vc-sub {
        margin-top: 14px;
        font-size: 15px;
        color: var(--grey);
        max-width: 480px;
        margin-left: auto;
        margin-right: auto;
        line-height: 1.75;
    }

    /* ── timeline wrap ── */
    .tl-wrap {
        position: relative;
        max-width: 1200px;
        margin: 0 auto;
    }

    /* centre track */
    .tl-track {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 0;
        bottom: 0;
        width: 2px;
        background: var(--bdr);
        z-index: 0;
    }

    .tl-fill {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 0%;
        background: var(--red);
        transition: height 0.35s ease;
        border-radius: 2px;
    }

    /* ── airplane ── */
    .airplane {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        z-index: 20;
        width: 54px;
        height: 54px;
        transition: top 0.5s cubic-bezier(0.4, 0, 0.2, 1);
        filter: drop-shadow(0 6px 16px rgba(227, 0, 15, 0.55));
        top: 0;
    }

    .airplane svg {
        width: 100%;
        height: 100%;
    }

    /* ── row ── */
    .tl-step {
        position: relative;
        z-index: 1;
        display: grid;
        grid-template-columns: 1fr 60px 1fr;
        align-items: center;
        margin-bottom: 72px;
    }

    .tl-step:nth-child(odd) .tl-card {
        grid-column: 3;
        grid-row: 1;
    }

    .tl-step:nth-child(odd) .tl-space {
        grid-column: 1;
        grid-row: 1;
    }

    .tl-step:nth-child(even) .tl-card {
        grid-column: 1;
        grid-row: 1;
    }

    .tl-step:nth-child(even) .tl-space {
        grid-column: 3;
        grid-row: 1;
    }

    .tl-dot-col {
        grid-column: 2;
        grid-row: 1;
        display: flex;
        justify-content: center;
    }

    /* ── dot ── */
    .tl-dot {
        width: 22px;
        height: 22px;
        border-radius: 50%;
        border: 3px solid var(--bdr);
        background: var(--white);
        transition: all 0.4s ease;
        z-index: 5;
        flex-shrink: 0;
    }

    .tl-step.done .tl-dot {
        border-color: var(--red);
        background: var(--red);
    }

    .tl-step.active .tl-dot {
        border-color: var(--red);
        background: var(--red);
        transform: scale(1.35);
        box-shadow: 0 0 0 8px rgba(227, 0, 15, 0.13);
    }

    /* ── card ── */
    .tl-card {
        background: var(--white);
        border-radius: 18px;
        padding: 28px 26px 24px;
        border: 1.5px solid var(--bdr);
        box-shadow: 0 2px 14px rgba(0, 0, 0, 0.05);
        position: relative;
        opacity: 0;
        transform: translateY(22px);
        transition: opacity 0.5s ease, transform 0.5s ease,
            border-color 0.35s ease, box-shadow 0.35s ease;
    }

    .tl-card.show {
        opacity: 1;
        transform: translateY(0);
    }

    .tl-step.active .tl-card {
        border-color: var(--red);
        box-shadow: 0 8px 36px rgba(227, 0, 15, 0.13);
    }

    /* connector nub – odd (card right) */
    .tl-step:nth-child(odd) .tl-card::before {
        content: '';
        position: absolute;
        left: -10px;
        top: 50%;
        transform: translateY(-50%);
        border: 10px solid transparent;
        border-right-color: var(--bdr);
    }

    .tl-step:nth-child(odd) .tl-card::after {
        content: '';
        position: absolute;
        left: -8px;
        top: 50%;
        transform: translateY(-50%);
        border: 9px solid transparent;
        border-right-color: var(--white);
    }

    .tl-step.active:nth-child(odd) .tl-card::before {
        border-right-color: var(--red);
    }

    /* connector nub – even (card left) */
    .tl-step:nth-child(even) .tl-card::before {
        content: '';
        position: absolute;
        right: -10px;
        top: 50%;
        transform: translateY(-50%);
        border: 10px solid transparent;
        border-left-color: var(--bdr);
    }

    .tl-step:nth-child(even) .tl-card::after {
        content: '';
        position: absolute;
        right: -8px;
        top: 50%;
        transform: translateY(-50%);
        border: 9px solid transparent;
        border-left-color: var(--white);
    }

    .tl-step.active:nth-child(even) .tl-card::before {
        border-left-color: var(--red);
    }

    .card-step-num {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 12px;
    }

    .card-step-num .badge {
        background: var(--red);
        color: #fff;
        font-family: 'Montserrat', sans-serif;
        font-size: 10px;
        font-weight: 700;
        padding: 3px 10px;
        border-radius: 7px;
        letter-spacing: 0.5px;
    }

    .card-step-num .label {
        font-family: 'Montserrat', sans-serif;
        font-size: 10px;
        font-weight: 700;
        letter-spacing: 1.5px;
        text-transform: uppercase;
        color: var(--grey);
    }

    .card-icon {
        font-size: 32px;
        margin-bottom: 10px;
        display: block;
    }

    .card-title {
        font-family: 'Montserrat', sans-serif;
        font-size: 16px;
        font-weight: 700;
        color: var(--dark);
        margin-bottom: 8px;
        line-height: 1.35;
    }

    .card-desc {
        font-size: 13.5px;
        color: var(--grey);
        line-height: 1.72;
    }



    /* ── mobile ── */
    @media (max-width: 620px) {
        .tl-wrap {
            padding-left: 8px;
        }

        .tl-step {
            grid-template-columns: 44px 1fr;
            margin-bottom: 44px;
        }

        .tl-track {
            left: 22px;
            transform: none;
        }

        .airplane {
            left: 22px;
        }

        .tl-dot-col {
            grid-column: 1;
        }

        .tl-step:nth-child(odd) .tl-card,
        .tl-step:nth-child(even) .tl-card {
            grid-column: 2;
        }

        .tl-step:nth-child(odd) .tl-space,
        .tl-step:nth-child(even) .tl-space {
            display: none;
        }

        .tl-step:nth-child(odd) .tl-card::before,
        .tl-step:nth-child(odd) .tl-card::after,
        .tl-step:nth-child(even) .tl-card::before,
        .tl-step:nth-child(even) .tl-card::after {
            display: none;
        }

        .card-title {
            font-size: 15px;
        }

        .card-desc {
            font-size: 13px;
        }
    }
/* .airplane section css end  */

.header-main {
    padding:0;
}
.header-main .header-right .header__cart > a::before {
  font-size: 10px;
  font-weight: 500;
  line-height: 15px;
  position: absolute;
  top: 0;
  right: -10px;
  width: 15px;
  height: 15px;
  padding: 0 4px;
  content: "";
  text-align: center;
  border-radius: 100%;
  background: unset;
  color: var(--white);
}
.contact-box.style1 .title {
font-size: 18px;
}
.country-flags-img{
    width: 100px;
    border-radius: 55%;
    border: solid;
    height: 100px;
}
/* instagram post  */


    .insta-section {
        padding: 50px 0;

    }

    .swiper {
        padding: 10px 0;
    }

    .insta-card {
        position: relative;
        border-radius: 14px;
        overflow: hidden;
        background: #000;
        aspect-ratio: 1 / 1;
    }

    .insta-card img,
    .insta-card video {
        width: 100%;

        object-fit: cover;
        display: block;
    }

    .insta-card video {
        height: 535px;
    }

    /* Hover Overlay */
    .insta-overlay {
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, .55);
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        transition: opacity .3s ease;
    }

    .insta-card:hover .insta-overlay {
        opacity: 1;
    }

    /* Instagram Icon */
    .insta-icon {
        width: 54px;
        height: 54px;
        fill: #fff;
    }

    /* Caption */
    .insta-caption {
        position: absolute;
        bottom: 0;
        padding: 14px;
        color: #fff;
        background: linear-gradient(to top, rgba(0, 0, 0, .6), transparent);
        width: 100%;
    }

    .insta-caption h4 {
        font-size: 15px;
        margin: 0;
    }

    .insta-caption p {
        font-size: 12px;
        margin-top: 4px;
        opacity: .85;
    }

    .styleCustomBtn{
            background-color: rgb(180 255 194 / 52%) !important;
    color: #003e10 !important;
    padding: 13px 40px;
    border-radius: 100px;

    font-family: var(--title-font);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    border: none;
    }
    .styleCustomBtn:after {
background-color: #003e10 !important;

    }

    .styleCustomBtn:before {
background-color: #003e10 !important;

    }
  .content-class ul li ul {
            margin-left: 40px;
            list-style: circle;
            border-radius: 10px;
            padding: 25px;
            border-left: 4px solid var(--theme);
            background: var(--white);
        }

         .content-class {
            border-left: 4px solid var(--theme);
            border-radius: 10px;
            padding: 40px;
        }
/* instagram post end  */
.breadcumb-wrapper .breadcumb-content {
    padding: 60px 0;
    text-align: center;
}
@media (min-width: 1761px) {
    .header-top-wrapper{
        width: 90%;
    }
}
@media (min-width: 769px) {
   .wa-label {
    display: none;
   }
  

   .wa-float {
    position: fixed;
    bottom: 36px;
    bottom: 150px;
    right: 4px;
    left: unset;
    transform: translateX(-50%);
    z-index: 999;
    display: none;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.wa-btn {
 
    padding: 14px 7px;}
}

@media (max-width: 1600px) {
    .header-top-wrapper {
     
        background-image: none;
            }
     

     .sticky.header-1 .mega-menu-wrapper {
        padding: 0 35px;}
       




}
   
@media (max-width: 768px) {
    .testimonial-play-btn,.testimonial-img, .testimonial-word-crousl{
        display: none !important;
    }

      .content-class ul li ul {
            margin-left: 20px;
            list-style: circle;
            border-radius: 10px;
            padding: 25px;
            border-left: 4px solid var(--theme);
            background: var(--white);
        }
        .content-class {
    border-left: 4px solid var(--theme);
    border-radius: 10px;
    padding: 25px;
}
}

@media (max-width: 1199px) {
    .header-1{
        height: 50px;
    }
    .mega-menu-wrapper{
        margin-top: 7px
    }
}
@media (max-width: 490px) {
    .footer-top .fancy-box .item2 p {
        font-size: 11px;
    }
    .breadcumb-wrapper .breadcumb-content .breadcumb-title {
        font-size: 30px;}

    .theme-btn.style6 {
    padding: 10px 9px;
    font-size: 10px;
}

@media (max-width: 390px) {
   .wa-float {
  
    left: 35%;
}
}
    .section-title .title {
        font-size: 39px;
        line-height: 39px;
    }
.styleCustomBtn {
 
          padding: 12px 12px;
    font-size: 10px;

}
}