*,
ul,
p,
li,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    transition: all 0.4s;
}

h2 {
    font-size: 20px;
}

.jic {
    justify-items: center;
}


:root {
    /* --theme: #ff64ff; */
    /* --theme: #0d6efd; */
    /* --theme: #002c69; */
    /* --theme: #061327; */
    /* --theme: #401F71; */
    /* --theme: #626F47; */
    /* --theme: #604652; */
    /* --theme: #522546; */
    /* --theme: #694F8E; */
    --theme: #102E50;
    /* --theme: #8ACCD5; */
    /* --theme: #000; */
    /* --theme: #8b4c4c; */
    /* --theme: salmon; */
    --gray: #555;
    --white: #ffffff;
    --black: #000;
    --blue: #153e6e;
    --vlg: #CBEBF5;
    --red: #dc3545;
    --yellow: #A66E38;
    --green: #28a745;
}


li {
    list-style: none;
}

a {
    text-decoration: none;
}


/* --------customize button -------- */
.heroBtn {
    position: relative;
    /* ✅ Needed for ::before to align correctly */
    overflow: hidden;
    z-index: 1;
    font-weight: 500 !important;
    border: none;
    color: var(--white);
    transition: all 0.5s ease !important;
    background: var(--theme);
    display: inline-block;
    /* Optional: ensures sizing behaves like a button */
    outline: 1px solid #A66E38;
}

.heroBtn:hover {
    background: var(--blue);
    color: var(--white);
}





/* -------------header------------- */
header {
    z-index: 10;
    position: fixed;
    width: 100%;
    max-width: 1440px;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    background: #00000030;
    border-bottom: 2px solid var(--yellow);
}

header.scrolled {
    background: #000000bb;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);

}

header .logo {
    font-weight: 700;
    width: 100px;
    color: var(--white);
    font-family: monospace;
}

.navbar {
    background: transparent;
}


header .nav-link {
    padding: 2px;
    border-radius: 20px;
    color: var(--white);
    font-size: 16px;
    font-weight: 600;
    margin-left: 12px;
    margin-right: 12px;
    position: relative;
    z-index: 5;
}

.navbar-nav .nav-link.active {
    background: var(--theme);
    color: var(--white);
}

header .nav-link i {
    font-size: 15px;
}

header .nav-link:hover {
    background: var(--theme);
    color: var(--white);
    z-index: 5;
}

header .heroBtn::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -100%;
    width: 10%;
    /* Thin light */
    height: 200%;
    background: linear-gradient(120deg, transparent, #ffffffa3, transparent);
    transform: rotate(45deg);
    animation: shine 15s ease-in-out infinite;
    pointer-events: none;
    z-index: 2;
}

@keyframes shine {
    0% {
        left: -100%;
    }

    10% {
        left: 120%;
    }

    100% {
        left: 120%;
    }
}

.zoom-button {
    animation: zoomInOut 2s infinite ease-in-out;
}

@keyframes zoomInOut {

    0%,
    100% {
        transform: scale(100%);
    }

    50% {
        transform: scale(105%);
        /* Zoom in */
    }
}


header .dropdown-item {
    color: var(--white);
}

header .dropdown-menu li:hover {
    background: transparent !important;
}

header .subMenu {
    position: relative;
    background: var(--theme);
}

/* ------- */
.topHeader {
    background: transparent;
    padding: 5px 0;
    color: var(--white);
    border-bottom: 1px solid #ffffff5f;
}

.topHeader-social {
    gap: 15px;
    justify-content: end;
    font-size: 12px;
    align-items: center;
}

.topHeader-social a {
    font-size: 16px;
}

.topHeader a {
    color: var(--white);
}

.topHeader a:hover {
    color: var(--yellow);
}

@media(max-width:991px) {
    header .topHeader a {
        font-size: 14px;
    }

    .navbar-nav {
        background: var(--theme);
        border-radius: 10px;
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }

    header .nav-link {
        margin-top: 15px;
    }
}

/* -------------header end------------- */

/* -----------------------banner----------------- */
.banner {
    height: 100vh;
    max-height: 800px;
    position: relative;
}

.banner-social-link {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 4;
    background: var(--theme);
    padding: 15px;
    border-top-right-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-top: 2px solid var(--yellow);
    border-right: 2px solid var(--yellow);
}

.banner-social-link i {
    color: var(--white);
    font-size: 18px;
    margin: 15px 0;
}

.banner .carousel-item {
    position: relative;
}

.banner .carousel-item::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* For Safari */
    background: linear-gradient(90deg, #102E5080, #102E5080);
    padding: 20px;
    border-radius: 10px;
}

.banner .carousel-caption {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    position: absolute;
    right: 15%;
    top: 50%;
    transform: translateY(-50%);
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    margin-top: 30px;
    color: #fff;
    text-align: left;
    z-index: 5 !important;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    opacity: 0;
}

.banner h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--white);
    text-shadow: 1px 1px #000;
}

.carousel-banner-img {
    height: 100%;
    object-fit: cover;
}

.banner .mobile {
    max-height: 500px;
}

.banner .justify-end {
    display: flex;
    justify-content: end;
}

.banner p {
    font-size: 24px !important;
    font-weight: 400;
    margin-bottom: 20px;
}

.banner .heroBtn {
    background: var(--theme);
}

.banner .heroBtn:hover {
    background: var(--blue);
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 4px solid var(--theme);
    padding: 0;
    margin-right: 6px;
    margin-left: 6px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    opacity: .5;
    transition: opacity .6s ease;
}

.carousel-indicators .active {
    opacity: 1;
}

@media(max-width:767px) {
    .banner-social-link {
        display: none;
    }

    .banner {
        height: 70vh;
    }
}

@media(max-width:575px) {
    .banner h1 {
        font-size: 30px;
    }

    .carousel-indicators [data-bs-target] {
        display: none;
    }

    .banner h1 {
        font-size: 24px;
    }

    .banner p {
        font-size: 16px !important;
    }
}

/* -----------------------banner end----------------- */

/* -------------aboutUs-------------- */
.about {
    overflow: hidden;
    position: relative;
}

.about h5 {
    font-weight: 700;
    color: var(--yellow);
    border-bottom: 1px solid var(--yellow);
    display: inline;
    background: linear-gradient(90deg, var(--theme), var(--yellow));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* For Firefox */
    background-clip: text;
    color: transparent;
    border-radius: 5px;
    padding: 0 2px 2px;
}

.about h2 {
    font-size: 36px;
    font-weight: 700;
    margin: 10px 0 20px;
    color: var(--theme);
}

.about p {
    color: #555;
    margin-bottom: 15px;
}

.about .cool {
    border-bottom: 4px solid var(--theme);
    border-radius: 40px;
    padding: 10px 0;
    color: var(--theme);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.about h4 {
    font-size: 30px;
    font-weight: 700;
}

.about .heroBtn {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.about .swiper {
    width: 100%;
    height: 100%;
    border-top: 6px solid #90D1CA;
    border-bottom: 6px solid #90D1CA;
    border-left: 4px solid var(--theme);
    border-right: 4px solid var(--theme);
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    overflow: hidden;
}

.about .swiper-slide {
    background-position: center;
    background-size: cover;
}

.about .swiper-slide img {
    width: 100%;
    height: 400px;
    object-fit: cover;

}

.about-person {
    width: 160px;
    height: 250px;
    object-fit: cover;
    position: absolute;
    right: -60px;
    bottom: -30px;
    border: 6px solid var(--white);
    border-radius: 10px;
    z-index: 2;
}

.about-box {
    text-align: center;
    width: 200px;
    height: 100px;
    object-fit: cover;
    position: absolute;
    background: var(--white);
    right: 90px;
    bottom: -15px;
    border-bottom: 4px solid var(--theme);
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-box h6 {
    font-size: 14px;
}

.custom-shape-divider-bottom-1747390390 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1747390390 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 0px;
}

.custom-shape-divider-bottom-1747390390 .shape-fill {
    fill: var(--theme);
}

@media(max-width:991px) {
    .about .roow1 {
        flex-direction: column-reverse;
    }
}

@media(max-width:767px) {
    .about .cool {
        width: 85%;
        margin: 5px auto;
    }
}

@media(max-width:575px) {
    .about h2 {
        font-size: 20px;
    }
}

/* -------------aboutUs end-------------- */

/* ------------why us -------------- */
.whyUs {
    position: relative;
    background: url(../images/whyus-bg3.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    border-radius: 100px;
    overflow: hidden;
}

.whyUs h5 {
    font-weight: 700;
    border-bottom: 1px solid var(--white);
    display: inline;
    background: linear-gradient(90deg, var(--white), var(--white));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* For Firefox */
    background-clip: text;
    color: transparent;
    border-radius: 5px;
    padding: 0 2px 2px;
}

.whyus-box {
    background: transparent;
    padding: 20px 10px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    /* transition: 0.5s !important; */
    height: 100%;
    outline: 4px solid var(--yellow);

}

.whyus-box img {
    width: 50px;
    margin-bottom: 10px;
}

.whyus-box:hover {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    background: var(--theme);
    cursor: pointer;
}

.whyus-box h4 {
    color: var(--yellow);
    margin-bottom: 10px;
    font-size: 20px;
}

.whyus-box p {
    color: var(--white);
}

/* ------------why us end -------------- */

/* ------------telegram---------- */
.telegram {
    position: relative;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: var(--white);
}

.telegram-right {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.telegram-center img {
    width: 50px;
    height: 50px;
}

.telegram-right img {
    position: relative;
    overflow: hidden;
    z-index: 1;
    font-weight: 500 !important;
    border: none;
    color: var(--white);
    transition: all 0.5s ease !important;
    box-shadow: rgba(255, 255, 255, 0.35) 0px 5px 15px;
    background: var(--theme);
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border: 4px solid var(--yellow);
    display: inline-block;
}

.telegram-right img::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -100%;
    width: 10%;
    /* Thin light */
    height: 200%;
    background: linear-gradient(120deg, transparent, #ffffffa3, transparent);
    transform: rotate(45deg);
    animation: shin 5s ease-in-out infinite;
    pointer-events: none;
    z-index: 2;
}

@keyframes shin {
    0% {
        left: -100%;
    }

    10% {
        left: 120%;
    }

    100% {
        left: 120%;
    }
}

.telegram h5 {
    font-weight: 700;
    border-bottom: 1px solid var(--yellow);
    display: inline;
    background: linear-gradient(90deg, var(--theme), var(--yellow));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* For Firefox */
    background-clip: text;
    color: transparent;
    border-radius: 5px;
    padding: 0 2px 2px;
}

.telegram p {
    margin: 15px 0;
    color: var(--theme);
}

/* ------------------------------------- */
.telegram .tab {
    display: flex;
    justify-content: space-between;
}

.telegram .tab button {
    display: block;
    background-color: inherit;
    color: var(--black);
    text-align: center;
    padding: 10px 15px;
    border-radius: 10px;
    width: 100%;
    border: none;
    outline: none;
    cursor: pointer;
    font-weight: 500;
    flex-basis: 30%;
    background: #ddd;
    border-bottom: 2px solid var(--theme);
}

.telegram .tab button:hover {
    background: var(--blue);
    color: var(--white);
    outline: 1px solid var(--yellow);
    border: transparent;
}

.telegram .tab button.active {
    background: var(--blue);
    color: var(--white);
    outline: 1px solid var(--yellow);
    border: transparent;
}

.telegram .tabcontent {
    padding: 15px 10px 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin-top: 10px;
    border-radius: 10px;
    background: var(--white);
    border-bottom: 2px solid var(--theme);
}

.telegram .tabcontent h3 {
    font-size: 24px;
    color: var(--blue);
}

.telegram .tabcontent p {
    min-height: 120px;
    font-weight: 500;
    font-size: 20px;
    color: #555;
}

/* ------------- */
@media(max-width:991px) {
    .telegram-center {
        padding: 0 10px 20px;
    }
}

@media(max-width:575px) {
    .telegram .tabcontent h3 {
        font-size: 20px;
    }
}

/* ------------telegram end---------- */

/* ------------plan------------- */
.plan {
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background: var(--vlg);
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
}

.plan h5 {
    font-weight: 700;
    color: var(--yellow);
    border-bottom: 1px solid var(--yellow);
    display: inline;
    background: linear-gradient(90deg, var(--theme), var(--yellow));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* For Firefox */
    background-clip: text;
    color: transparent;
    border-radius: 5px;
    padding: 0 2px 2px;
}

.plan h2 {
    color: var(--theme);
}

.plan-card {
    height: 100%;
    color: var(--white);
    background: linear-gradient(45deg, var(--theme), var(--yellow));
    text-align: center;
    border-radius: 20px;
    position: relative;
    padding-bottom: 50px;
    border-bottom: 4px solid var(--theme);
    border-right: 4px solid var(--theme);
}

.plan-card-top {
    background: var(--black);
    border-radius: 20px;
    padding: 20px 10px;
    position: relative;
    width: 104%;
    left: -2%;
    top: 0;
    overflow: hidden;
    border: 2px solid var(--yellow);
}

.plan-card-bottom {
    padding: 20px 10px;
}

.plan-card h3 {
    color: var(--yellow);
    font-size: 20px;
}

.plan-card h6 {
    font-size: 12px;
    font-weight: 400;
    padding: 20px 0 0;
}

.plan-card h4 {
    font-size: 30px;
}

.plan-card h4 span {
    color: var(--red);
    text-decoration: line-through;
    font-size: 0.6em;
}

.plan-card small {
    font-size: 10px;
    font-weight: 400;
    padding: 20px 0 0;
    z-index: 2;
    position: relative;
}

.plan-card p {
    padding: 0 20px;
    color: #ccc;
}

.plan-card .heroBtn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
}

.plan .swiper {
    width: 80%;
    padding: 0 15px;
}

.plan .swiper-slide {
    height: 100%;
}

.plan .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.custom-shape-divider-bottom-1745825681 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1745825681 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 40px;
    transform: rotateY(180deg);
}

.custom-shape-divider-bottom-1745825681 .shape-fill {
    fill: var(--theme);
}

@media(max-width:1200px) {
    .plan .swiper {
        width: 100%;
        padding: 0 15px;
    }
}

/* ------------plan end------------- */

/* -------------vision & Mission--------- */
.visionMission {
    background: linear-gradient(#000000bb, #000000bb), url(../images/vision-mission-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.visionMission h5 {
    font-weight: 600;
    color: var(--white);
    border-bottom: 1px solid var(--white);
    display: inline;
    border-radius: 5px;
    padding: 0 2px 2px;
}

.visionMission .roow {
    width: 80%;
    margin: auto;
}

.visionMission .img {
    max-height: 400px;
    min-height: 250px;
    border-radius: 40% 50% 50% 40%;
    width: 100%;
    object-fit: cover;
    box-shadow: var(--theme) 5px 5px, var(--yellow) 6px 6px;
}

.visionMission h3 {
    color: var(--yellow);
    font-size: 24px;
}

.visionMission h3 b {
    display: block;
    color: var(--baseColor);
}

.visionMission .box {
    display: flex;
    gap: 30px;
    align-items: center;
}

.visionMission .box img {
    width: 50px;
    height: 50px;
}

.visionMission p {
    margin-top: 20px;
    color: #aaa;
}

@media(max-width:991px) {

    .visionMission .roow {
        width: 100%;
    }
}

@media(max-width:767px) {

    .visionMission .second-row {
        flex-direction: column-reverse;
    }
}

/* ----------------vision mission end------------- */

/* -------------youtubeLearning------------- */
.youtubeLearning {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden !important;
}

.youtubeLearning h5 {
    font-weight: 700;
    color: var(--yellow);
    border-bottom: 1px solid var(--yellow);
    display: inline;
    background: linear-gradient(90deg, var(--theme), var(--yellow));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* For Firefox */
    background-clip: text;
    color: transparent;
    border-radius: 5px;
    padding: 0 2px 2px;
}

.youtubeLearning h2 {
    margin: 20px 0;
    font-weight: 600;
    color: var(--theme);
    font-size: 24px;
}


.youtubeLearning .heroBtn {
    background: var(--theme);
    color: var(--white);
}


.youtubeLearning .heroBtn {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}


@media(max-width:575px) {
    .youtubeLearning h2 {
        font-size: 20px;
    }
}

/* -------------youtubeLearning end------------- */


/******* testimonial *******/
.testimonial {
    background: linear-gradient(#ffffffbb, #ffffffbb), url(../images/testimonial-bg2.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    border-top-right-radius: 100px;
    border-top-left-radius: 100px;
}

.testimonial h5 {
    font-weight: 700;
    color: var(--yellow);
    border-bottom: 1px solid var(--yellow);
    display: inline;
    background: linear-gradient(90deg, var(--theme), var(--yellow));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* For Firefox */
    background-clip: text;
    color: transparent;
    border-radius: 5px;
    padding: 0 2px 2px;
}

.testimonial .swiper {
    width: 100%;
    height: 100%;
}

.testimonial .swiper-wrapper {
    padding: 60px 0;
}

.testimonial .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: url(../images/whyus-bg3.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    position: relative;
    height: 300px;
}

.testimonial .test-img-box {
    position: absolute;
    width: 100px;
    height: 100px;
    background: var(--theme);
    border-radius: 50%;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    border: 3px solid var(--theme);
}

.testimonial h4 {
    margin: 10px 0 20px;
    color: var(--yellow);
}

.testimonial h4 small {
    font-size: 14px;
    color: #ddd;
}

.testimonial .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial p {
    color: #ccc;
    font-size: 14px;
    font-style: italic;
}

.testimonial .swiper-slide i {
    color: var(--yellow);
}

/* ------------- */
@media(max-width:991px) {
    .testimonial .swiper {
        width: 100%;
    }
}

/******* testimonial end *******/

/* ----------blog----------- */
.blog {
    color: #555;
    overflow: hidden;
    background: var(--vlg);
}

.blog h5 {
    font-weight: 700;
    color: var(--yellow);
    border-bottom: 1px solid var(--yellow);
    display: inline;
    background: linear-gradient(90deg, var(--theme), var(--yellow));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* For Firefox */
    background-clip: text;
    color: transparent;
    border-radius: 5px;
    padding: 0 2px 2px;
}

.blog-card {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #ccc;
    height: 100%;
    position: relative;
    background: var(--white);
}

.blog-card:hover {
    box-shadow: #f4a91e 0px 5px 15px;
}

.blog-card:hover img {
    transform: scale(104%);
}

.blog-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: top;
}

.blog-card figcaption {
    padding: 10px;
}

.blog-card h4 {
    color: #555;
    font-size: 18px;
    margin-bottom: 10px;
}

.blog-card p {
    color: #555;
    margin-bottom: 10px;
}

.blog-post-date {
    position: absolute;
    top: 10px;
    right: 10px;
    background: var(--yellow);
    padding: 3px 7px;
    border-radius: 20px;
    font-size: 14px;
    color: var(--white);
}

/* ----------blog end----------- */

/* --------------faq------------------ */
.faq {
    overflow: hidden;
    background: url(../images/whyus-bg3.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.faq h5 {
    font-weight: 600;
    color: var(--white);
    border-bottom: 1px solid var(--white);
    display: inline;
    border-radius: 5px;
    padding: 0 2px 2px;
}

.faq h2 {
    color: var(--theme);
}

.faq p {
    color: #555;
}

.faq .accordion-body {
    border-top: 1px solid #ffffff15;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

.faq .accordion-item {
    border-radius: 20px !important;
    background: var(--theme);
    color: #ccc;
    border: 2px solid var(--yellow);
}

.accordion-button:not(.collapsed) {
    box-shadow: none;
}

.faq .accordion-button {
    padding: 20px;
    font-weight: 600;
    font-size: 20px;
    border-radius: 20px !important;
    outline: none;
    color: var(--yellow);
    background: var(--theme);
}

.accordion-button::after {
    background-image: url(../images/add.png);
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../images/minus.png);
    transform: var(--bs-accordion-btn-icon-transform);
}

.accordion-button[aria-expanded="true"]::after {
    background-image: url(../images/minus.png);
}

/* --------------faq end------------------ */

/* ----------------contact----------------- */
.contact {
    background: beige;
    position: relative;
    overflow: hidden;
}

.contact h5 {
    font-weight: 700;
    color: var(--yellow);
    border-bottom: 1px solid var(--yellow);
    display: inline;
    background: linear-gradient(90deg, var(--theme), var(--yellow));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* For Firefox */
    background-clip: text;
    color: transparent;
    border-radius: 5px;
    padding: 0 2px 2px;
}

.contact .roow {
    background: #ffffff;
    padding: 30px 20px;
    border-radius: 20px;
}

.contact form {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 20px;
    background: var(--white);
    border-radius: 20px;
}

.contact form input,
.contact form textarea {
    width: 100%;
    margin: 7px 0 20px;
    border: none;
    outline: none;
    background: #ffb5a270;
    padding: 5px;
    border-radius: 4px;
}

.contact form input::placeholder,
.contact form textarea::placeholder {
    color: #999;
}

.contact form label {
    color: var(--theme);
    font-weight: 500;
}

.contact-left-ul {
    margin-bottom: 15px;
}

.contact-left-ul li {
    font-weight: 500;
    color: var(--theme);
    margin: 30px 10px;
}

.contact-mobile {
    max-height: 450px;
}

/* ------------------ */
@media(max-width:991px) {
    .contact .roow {
        padding: 0;
    }

    .contact-mobile {
        display: none;
    }
}

/* ----------------contact end----------------- */

/* ------------footer------------- */
footer {
    background: var(--theme);
    color: var(--white);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

footer .logo {
    font-size: 20px;
    color: var(--white);
    font-weight: 700;
}

footer p {
    color: var(--white);
}

.footerLink {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-left: 35px;
}

.footerLink li a {
    position: relative;
}

.footerLink li a::after {
    position: absolute;
    content: '';
    width: 25px;
    height: 2px;
    border-radius: 10px;
    background: var(--white);
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
}

footer h5 {
    color: var(--white);
    display: inline-block;
}

footer .socialLink {
    display: flex;
    gap: 15px;
    padding: 0;
    margin-top: 30px;
}

footer .socialLink i {
    font-size: 20px;
    color: var(--white);
}

footer .socialLink i:hover {
    color: var(--yellow);
}

.footerLink a {
    color: var(--white);
    font-weight: 500;
}

.footerLink a i {
    font-size: 12px;
    color: var(--white);
}

.footerLink a:hover {
    color: #fff;
    margin-left: 15px;
    color: var(--yellow);
}

.footerLink a:hover::after {
    background: var(--yellow);
}

.footerLink a:hover i {
    color: var(--yellow);
}

.footerInformation {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footerInformation li {
    display: flex;
    align-items: baseline;
    gap: 8px;
}

footer i {
    color: var(--white);
}

footer hr {
    border: 1px solid red;
    display: block;
}

.copyRight {
    margin-top: 20px;
    border-top: 1px solid #ffffff25;
    font-size: 14px;
    color: var(--white);
    padding-top: 40px;
}

.copyRight a {
    color: var(--yellow);
}

/* ------------footer end------------- */






/* ----------------media Querry----------------- */

@media(max-width:767px) {
    p {
        font-size: 15px !important;
    }

    h5 {
        font-size: 18px !important;
    }
}