* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: var(--roboto-font);
    font-optical-sizing: auto;
    font-style: normal;
    /* font-size: 15px; */

}

html,
body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

.content {
    margin-top: 77px;
}

@font-face {
    font-family: 'Gellix-Bold';
    src: url('./Fonts/Gellix/GellixBold.otf');
    font-weight: normal;
}

@font-face {
    font-family: 'Gellix-regular';
    src: url('./Fonts/Gellix/GellixRegular.otf');
    font-weight: normal;
}

@font-face {
    font-family: 'Gellix-Normal-Bold';
    src: url('./Fonts/Gellix/GellixSemiBold.otf');
    font-weight: normal;
}

@font-face {
    font-family: 'PT-Sans';
    src: url('./Fonts/PT-Sans/PTS55F.ttf');
    font-weight: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('./Fonts/Roboto/Roboto-Regular.ttf');
    font-weight: normal;
}

:root {
    --theme-color: #108a00;
    --theme-color2: #e7ffdd;
    --theme-color3: #647295;
    --yellow-color: #f2dd79;
    --border-color: #e2e5ed;
    --text-black: black;
    --text-white: white;
    --text-light-blak: #555;
    --dm-fonts: "DM Sans", sans-serif;
    --forum-fonts: "Forum", serif;
    --libree-fonts: "LibreBaskerville";
    --gillex-regular: "Gellix-regular";
    --gillex-bold-fonts: "Gellix-Bold";
    --gillex-normalbold-fonts: "Gellix-Normal-Bold";
    --pt-sans-fonts: "PT-Sans";
    --roboto-font: "Roboto"
}


/* Header */
.top-contact-details {
    height: 40px;
    position: fixed;
    top: 0px;
    background-color: #0a2c06 ;
    z-index: 10;
}

.dropdown-item:hover {
    color: var(--theme-color);
    /* font-weight: bold; */
    background-color: #f6f6f6;
    border-radius: 15px;
}
.dropdown-item{
 font-size: 13px;
 /* margin-bottom: 8px; */
}
#drop{
    padding-right: 35px !important;
}

.dropdown-toggle {
    font-size: 17px;
}
.dropdown-img{
    background-color: aliceblue;
    border-radius: 50%;
     padding: 10px;
}
.dropdown-item:hover .dropdown-img {
    background-color: rgb(161, 202, 161) !important;
  }

.dropdown-item:focus{
    background: none !important;
}
.home:hover{
    cursor: pointer;
}
.number2{
    position: absolute;
    z-index: 10;
    height: 25px;
    width: 25px;
    background-color: red;
    top:10px;
    left: 50px;
    border-radius: 50%;
    
}
.hr{

        border-bottom: 0.0000001rem solid #e6e6e6 !important;
}

.dropdown-toggle:hover {
    cursor: pointer;
}
#dropdown-menu {
    display: none;
  }
  
  #dropdown-menu.show {
    display: block;
  }
  

.dropdown-menu.show {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset; 
    margin-left: -15px !important;
    /* margin-top: 15px !important; */
}

/* Fix dropdown menu width and text alignment */
#dropdown-menu {
    min-width: 600px !important;
    max-width: 650px !important;
    white-space: normal !important;
    word-wrap: break-word !important;
}

#dropdown-menu .dropdown-item {
    white-space: normal !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
}

#dropdown-menu .dropdown-item div {
    white-space: normal !important;
    word-wrap: break-word !important;
}

#dropdown-menu .d-flex.justify-content-between {
    gap: 15px;
}

#dropdown-menu li {
    flex: 1 1 0;
    min-width: 0;
}

#dropdown-menu .dropdown-item h6 {
    white-space: normal !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
}

/* Ensure navbar dropdown never hides off-screen */
.header .dropdown-menu {
    max-height: 100vh;
    overflow-y: auto;
}

.logo-firsttext {
    color: var(--text-white);
    font-size: 1.75rem;
    border-radius: 10px;
    padding: 2px 14px;
    background-color: var(--theme-color)
}

.logo-secondtext {
    font-size: 1.75rem;
    color: var(--theme-color);
}
.about:hover{
 cursor: pointer;
}

.menu-bar {
    display: none;
}

.header {
    height: 77px;
    padding: 8px 0px;
    position: fixed;
    top: 40px;
    border-bottom: 1px solid #4066490F !important;
    background-color: white !important;
    background: white !important;
    z-index: 10;

}

.header-button {
    background-color: #0a2c06 !important;
    color: white !important;
    border-radius: 0px 15px 0px 15px !important;
    padding: 10px 30px 10px 30px !important;
    border-color: #E2EFE4 !important;
    font-size: 15px !important;
    font-weight: 600;
}

.header-button:hover {
    background-color: #27392A !important;
    color: white !important;
}

.cancel {
    display: none;
    background-color: rgb(241, 241, 241) !important;
    padding: 15px 15px 6px 15px;
    cursor: pointer;
}

.menu {
    display: none;
}

.fa-circle-xmark{
    font-size: 20px !important;
}

@media screen and (max-width:365px){
    .fa-phone-volume,
    .fa-envelope {
        font-size: 14px !important;
    }
    .top-contact-details{
        display: none;
    }
    .header {
        top: 0px !important;
    
    }
    .content,
    .sub-bannar {
        margin-top: 77px !important;
    }
}


@media screen and (max-width: 1000px) {
    .cancel {
        position: absolute;
        top: 0px;
        right: 0;
    }
    
.dropdown-menu.show {
    margin: 0px !important;
}

    .menu {
        position: absolute;
        left: 0px;
        top: 0px;
        transition: transform 0.5s ease;
        transform: translateX(-100%);
        transform: translateX(0);
        width: 100%;
        height: 50vh;
        padding: 30px;
        background-color: rgb(241, 241, 241);
        text-align: center;
    }

    .nav-content {
        display: none !important;
    }

    .menu-bar {
        cursor: pointer;
        display: block;
    }

    .header {
        justify-content: space-between;
    }
}

/* Footer */

.footer-top {
    background-color: black;
}

.white-mediumText {
    font-size: 24px;
    color: white;
    font-family: "Forum", serif;

}

.white-smallText {
    font-size: 15px;
    color: #E9E9E9;

}

.border-row {
    padding: 40px 0px 40px;
    border-top: 1px solid #FFFFFF30;
    border-bottom: 1px solid #FFFFFF30;
}

.white-icon {
    fill: white !important;
}

.white-icon:hover {
    cursor: pointer;
    box-shadow: red 0px 8px 24px, red 0px 16px 56px, red 0px 24px 80px;

}

/* Enhanced Social Media Icons - Gradient Effect With Tooltips */
.logos {
    list-style: none;
    margin: 0;
    padding: 0;
}

.logos span {
    position: relative;
    display: inline-block;
    margin: 5px;
}

.logos a {
    display: inline-block;
    position: relative;
    text-decoration: none;
}

.logos a:before {
    content: " ";
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: linear-gradient(45deg, #108a00, #0a6b00);
    transition: all 0.25s ease-out;
}

.logos a:hover:before {
    transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transition: all 0.25s ease-in;
}

.logos a:hover i {
    color: #108a00;
    transform-origin: top left;
    transform: scale(1.5) translateX(-50%) translateY(-50%);
    -ms-transform: scale(1.5) translateX(-50%) translateY(-50%);
    -webkit-transform: scale(1.5) translateX(-50%) translateY(-50%);
    background: -webkit-linear-gradient(45deg, #108a00, #0a6b00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.25s ease-in;
}

.logos a i {
    color: #fff;
    font-size: 20px;
    line-height: normal;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    transform-origin: top left;
    transform: scale(1) translateX(-50%) translateY(-50%);
    -ms-transform: scale(1) translateX(-50%) translateY(-50%);
    -webkit-transform: scale(1) translateX(-50%) translateY(-50%);
    transition: all 0.25s ease-out;
}

.logos a.ic-linkedin:before {
    background: linear-gradient(130deg, #0077b5, #004182);
}

.logos a.ic-linkedin:hover i {
    background: -webkit-linear-gradient(-90deg, #0077b5, #004182);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.logos a.ic-youtube:before {
    background: linear-gradient(130deg, #FF0000, #A11013);
}

.logos a.ic-youtube:hover i {
    background: -webkit-linear-gradient(0deg, #FF0000, #A11013);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.logos a.ic-facebook:before {
    background: linear-gradient(130deg, #1877F2, #0A5FCC);
}

.logos a.ic-facebook:hover i {
    background: -webkit-linear-gradient(-90deg, #1877F2, #0A5FCC);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.logos a.ic-instagram:before {
    background: rgb(254,218,117);
    background: linear-gradient(130deg, rgba(254,218,117,1) 0%, rgba(250,126,30,1) 25%, rgba(214,41,118,1) 50%, rgba(150,47,191,1) 75%, rgba(79,91,213,1) 100%);
}

.logos a.ic-instagram:hover i {
    background: -webkit-linear-gradient(-90deg, rgba(254,218,117,1) 0%, rgba(250,126,30,1) 25%, rgba(214,41,118,1) 50%, rgba(150,47,191,1) 75%, rgba(79,91,213,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Tooltips */
.logos span .tooltip {
    position: absolute;
    z-index: -1;
    bottom: 50%;
    left: 50%;
    width: 80px;
    padding: 5px;
    color: #fff;
    font-size: 12px;
    border-radius: 5px;
    cursor: text;
    opacity: 0;
    visibility: hidden;
    background: #000;
    transform: translateX(-50%) scale(.5);
    transition: all .35s, opacity .35s .1s;
    text-align: center;
}

.logos span .tooltip:after {
    content: "";
    position: absolute;
    top: calc(100% - 1px);
    left: 50%;
    border: 5px solid transparent;
    border-top-color: #000;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-50%);
    transition: all .35s, opacity .35s .1s;
}

.logos span:hover .tooltip {
    opacity: 1;
    visibility: visible;
    bottom: calc(100% + 10px);
    transform: translateX(-50%) scale(1);
}

.logos span:hover .tooltip:after {
    opacity: 1;
    visibility: visible;
}

/* Home */
.content {
    margin-top: 113px;
    padding: 30px 0px;
}

.colorless-button {
    background-color: white !important;
    border-radius: 0px 15px 0px 15px !important;
    color: var(--theme-color) !important;
    padding: 8px !important;
    border-color: var(--theme-color) ;
    font-size: 15px !important;
}

.colorless-button:hover {
    color: #FFFFFF !important;
    background-color: #dbffd8 !important;
    border-color: #dbffd8 !important;
}

.big-title {
    font-size: 44px;
    color: var(--theme-color);
    font-family: var(--gillex-bold-fonts);
}

.small-title {
    font-size: 44px;
    color: var(--theme-color);
    font-family: var(--gillex-bold-fonts);
    line-height: 60px;
    font-weight: bold;
}

.small-titles {
    font-size: 44px;
    color: var(--theme-color);
    font-family: var(--gillex-bold-fonts);
    line-height: 60px;
    font-weight: bold;
}

.banner-section {
    background: url('./Assests/images/banner.png') no-repeat bottom center;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.banner-logo {
    position: absolute;
    right: -70px;
    top: -90px;
    z-index: 5;
    width: 150px;
}

@media screen and (min-width: 768px) and (max-width: 1080px) {
    .banner-logo {
        position: absolute;
        right: -40px;
        top: -70px;
        z-index: 5;
        width: 110px !important;
    }
}

@media screen and (min-width: 1400px) and (max-width: 1435px) {
    .banner-logo {
        position: absolute;
        right: -50px;
        top: -70px;
        z-index: 5;
        width: 130px !important;
    }
}

@media screen and (max-width : 650px) {
    .banner-logo {
        display: none !important
    }
}

.banner-content {
    opacity: 1;
    z-index: 10;
}

.para {
    color: black;
    font-size: 18px;
    line-height: 1.67;
    font-family: var(--roboto-font);
}

.para-profile {
    color: black;
    font-size: 18px;
    line-height: 1.67;
    font-family: var(--roboto-font) !important;
}

.para-profile3 {
    color: black;
    font-size: 18px;
    line-height: 1.67;
    font-family: var(--gillex-normalbold-fonts);
}

.para-profile2 {
    color: black;
    font-size: 13px;
    line-height: 1.67;
    font-family: var(--dm-fonts) !important;
}

.banner-underline-text {
    font-size: 48px;
    font-family: var(--gillex-bold-fonts);
    ;
    line-height: 60px;
    background: linear-gradient(120deg, #ffe713 -60%, #ff4593 120%);
    background-repeat: no-repeat;
    background-size: 100% 0.3em;
    background-position: 0 107%;
    transition: background-size 0.45s ease-in;

}

.underline-text {
    font-size: 44px;
    color: var(--theme-color);
    font-family: var(--gillex-bold-fonts);
    line-height: 60px;
    background: linear-gradient(120deg, var(--yellow-color) -60%, var(--yellow-color) 120%);
    ;
    background-repeat: no-repeat;
    background-size: 100% 0.3em;
    background-position: 0 107%;
    transition: background-size 0.45s ease-in;

}

.color-button {
    background-color: var(--theme-color) !important;
    border-radius: 0px 15px 0px 15px;
    color: white !important;
    padding: 10px 30px 10px 30px !important;
    border-color: var(--theme-color) !important;
    font-size: 15px !important;
    font-weight: 600;
}

.banner-footer {
    background-color: black !important;
}

.para-fourm {
    color: #7A7A7A;
    font-size: 21px;
    font-family: "Forum", serif;
}

.section {
    padding: 30px 0px 30px 0px;
}

.carousel-indicators [data-bs-target] {
    height: 5px !important;
    width: 5px !important;
}


.profile-image {
    position: relative;
    border-radius: 50%;
    height: 150px !important;
    margin: 10px;
    object-fit: cover;
    width: 150px !important;
}

.profile-slide {
    padding: 20px 20px 30px 20px;
    width: 100% !important;
    height: 100% !important;
    /* background-color: #eeefed; */
    background: url(./Assests/images/profile-slide.png);
    background-position: right;
    background-size: cover;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    position: relative;

}

.upwork-logo {
    width: 60% !important;
    height: 30px !important;
    object-fit: fill !important;
    margin: 10px;
    display: flex;
    justify-content: end;
}

.color-link {
    color: var(--theme-color);
    text-decoration: underline;
    cursor: pointer;
}

.color-link:hover {
    color: #FF723E;
}

.normal-card {
    border-radius: 0px 60px 0px 60px;
    background-color: #FFF0E2;
    padding: 40px;
    height: 100%;
    position: relative;
}

.catogery-icon {
    position: absolute;
    right: 50px;
    top: -20px;
    background-color: rgb(255, 250, 250);
    padding: 10px;
    border-radius: 50%;
    border: 1px solid var(--yellow-color);

}

.normal-card:hover {
    background-color: #CCD3CA;
    cursor: pointer;
}

.normal-card2:hover {
    background-color: #CCD3CA;
    cursor: pointer;
}

.normal-card2 {
    border-radius: 60px 0px 60px 0px;
    background-color: #FFF0E2;
    padding: 40px;
    height: 100%;
    position: relative;
}

.big-radius-img {
    border-radius: 200px 0px 200px 0px !important;
    position: relative;

}

.card-boxTitle {
    font-size: 27px;
    color: var(--theme-color);
    font-family: var(--gillex-normalbold-fonts);
}

.card-box {
    border: 2px solid var(--theme-color);
    border-radius: 0px 60px 0px 60px;
    border-color: var(--theme-color);
    margin: 0px 80px 0px 0px;
    padding: 10px 5px 20px 5px;
    height: 100%;
    position: relative;
}

.card-box2 {
    border: 2px solid var(--theme-color);
    border-radius: 60px 0px 60px 0px;
    border-color: var(--theme-color);
    margin: 0px 80px 0px 0px;
    padding: 10px 5px 20px 5px;
    height: 100%;
    position: relative;
}


.curve-img {
    border-radius: 60px 0px 60px 0px;
    width: 100%;
}

.social-media {
    transition: transform 0.3s ease;
}

.social-media:hover {
    transform: scale(1.4);
    cursor: pointer;
}




@media screen and (max-width: 1000px) {
    .big-title {
        font-size: 35px !important;
        line-height: 55px !important;
    }

    .hide-column {
        display: none;
    }

    .para {
        font-size: 18px !important;
    }

    .typewrite {
        font-size: 27px !important;
    }

    .typewrite {
        height: 91px;
    }

    .full-width,
    .small-title,
    .underline-text {
        width: 100% !important;
        text-align: center;

    }

    .reverce {
        flex-direction: column-reverse !important;
    }

    .section {
        padding: 15px 0px 15px 0px !important;
    }

    .card-box {
        margin: 0px !important;
    }

    .big-radius-img {
        border-radius: 100px 0px 100px 0px !important;
    }

    .padding-reduce {
        padding: 10px !important;
        margin: 0px !important;
    }
    .enroll-button{
        margin: 0px 0px 15px 10px !important;
    }

    .small-title,
    .small-about-title,
    .underline-text,
    .banner-underline-text {
        font-size: 38px !important;
        line-height: 50px !important;
    }

}

@media screen and (max-width:990px) {
    .center-button {
        text-align: center !important;
    }

    .profile-image {
        height: 130px !important;
        width: 130px !important;
    }
}

@media screen and (max-width: 1400px) {
    .typewrite {
        height: 86px;
    }
}

/* catagery Page */
.sub-bannar {
    background-color: #f6f6f6;
    min-height: 120px;
    margin-top: 116px;
   ;
}
.about-banner{
    background-color: #252323;
}

/* Same padding and alignment for all 3 about-page carousel banners */
#carouselExampleAutoplaying .about-banner {
    padding: 1rem 0;
}
#carouselExampleAutoplaying .about-banner-box.container {
    padding-left: calc(var(--bs-gutter-x, 0.75rem) * 1);
    padding-right: calc(var(--bs-gutter-x, 0.75rem) * 1);
}
#carouselExampleAutoplaying .carousel-item .padding-reduce {
    padding: 1rem 0 1rem 0;
    margin-left: 3rem;
}
#carouselExampleAutoplaying .carousel-item .col-lg-7 {
    display: flex;
    align-items: center;
}

.sub-banner-footer{
    background-color: #252323;
    padding: 6px;
}

.sub-bannar-smalltext {
    color: black ;
    font-size: 15px;
    font-family: var(--gillex-normalbold-fonts);
}

.sub-bannar-largetext {
    color: black ;
    font-size: 27px;
     font-family: var(--gillex-normalbold-fonts);
}

.sub-bannar-routingtext {
    color: black !important;
    font-size: 15px;
     font-family: var(--gillex-normalbold-fonts);
    text-decoration: none !important;
}

.sub-bannar-routingtext:hover {
    color: var(--theme-color) !important;
}

.normal-class-card {

    /* border-radius: 90px 0px 90px 0px; */
    border-radius: 30px;
    background-color: white;
    padding: 20px;
    margin: 20px;
    height: 100%;
    border: 1px solid #E2EFE4;
}

.normal-class-card:hover {

    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    border: 2px solid var(--theme-color);
}

.number {
    color: var(--theme-color);
    text-align: left;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(-white);
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.2;
}

.accordion {
    --bs-accordion-border-color: none !important;
}

.accordion-button {
    font-size: 18px;
    font-weight: 600;
    background-color: rgba(0, 0, 0, 0.02);

    border-radius: 5px !important;
    border: none !important;
}

.accordion-button:focus {
    box-shadow: none !important;
    background: rgba(0, 0, 0, 0.02) !important;
}

.accordion-button:not(.collapsed) {
    background-color: rgba(0, 0, 0, 0.02) !important;
    color: #212529 !important;
}

.accordion-flush>.accordion-item>.accordion-collapse {
    background-color: rgba(0, 0, 0, 0.02) !important;
    padding: 10px 20px 25px;
    font-size: 16px !important;
}

.technogies {
    background-color: #0a2c06;
}

.technoliges-slide {
    background-color: white !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    padding: 10px;
    height: 100px !important;

    border-radius: 20px;
}

.sheets-warning {
    margin: 10px;
    border-radius: 10px;
    padding: 10px 5px;
    /* background-color: #fdedd1; */
}


/* Skill Development */

.card-wrapper {
    border: 1px solid var(--border-color);
    padding: 10px;
}

.skills-icon i {
    font-size: 40px;
}

.card-wrapper:hover .skills-icon i,
.card-wrapper:hover .card-boxTitle {
    color: var(--theme-color) !important;
}

.card-wrapper:hover {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
}

@media screen and (max-width:768px) {
    .margin-row {
        margin-top: 1.5rem;
    }

    /* Stack profile cards into two rows on small screens */
    .profile-slide .row {
        flex-direction: column;
    }

    .profile-slide .col-md-4,
    .profile-slide .col-md-8,
    .profile-slide .col-xl-4,
    .profile-slide .col-xl-8,
    .profile-slide .col-sm-12 {
        width: 100%;
        max-width: 100%;
    }

    .upwork-logo {
        justify-content: center;
    }
}


.dull-background {
    background-color: #f3f5f6;
}

.white-card {
    padding: 20px;
    background-color: white;
    border-radius: 20px;
    height: 100%;
}

/* Join Now */

.form-control,
.form-select {
    box-shadow: none !important;
    background-color: white !important;
    font-family: var(--dm-fonts);
    font-size: 14px !important;
}

.form-control:focus,
.form-select:focus {
    border: 1px solid #dee2e6 !important;
}

option {
    font-size: 1rem;
}


/* FeedBack Container */
.feedback-container {
    background: url(./Assests/images/feedback-slide.png);
    background-position: right;
    background-size: cover;
    border-radius: 20px;
    border-radius: 10px;
    height: 400px;
    width: 100%;
    align-content: center;
}

@media screen and (max-width:1200px) {
    .feedback-container {
        height: 450px !important;
    }
}

@media screen and (max-width:550px) {
    .feedback-container {
        height: 100% !important;
    }

    .small-title {
        font-size: 35px !important;
    }

    .underline-text {
        font-size: 35px !important;
    }

    .watsapp {
        width: 50px !important;
    }

    .watsapp img {
        width: 30px;
    }
}

.star-img {
    position: absolute;
    top: 0px;
    z-index: 5;
}


/* Floating Action Button - BeeFly Contact FAB */
.bf-fab {
    position: fixed;
    bottom: 24px;
    right: 20px;
    z-index: 999;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
    gap: 10px;
    font-family: var(--dm-fonts);
}

.bf-fab-main {
    position: relative;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: none;
    outline: none;
    background: linear-gradient(135deg, #2ecc71, #108a00);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    animation: bf-fab-pulse 2.5s ease-in-out infinite;
}

/* Stop pulse when menu is open */
.bf-fab.bf-fab-open .bf-fab-main {
    animation: none;
}

@keyframes bf-fab-pulse {
    0% {
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25), 0 0 0 0 rgba(46, 204, 113, 0.4);
    }
    50% {
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25), 0 0 0 12px rgba(46, 204, 113, 0);
    }
    100% {
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25), 0 0 0 0 rgba(46, 204, 113, 0);
    }
}

.bf-fab-main:hover,
.bf-fab-main:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.28);
    background: linear-gradient(135deg, #3ee98b, #16a20a);
    animation: none; /* Stop pulse on hover/focus */
}

.bf-fab-main:focus-visible {
    outline: 3px solid #ffffff;
    outline-offset: 3px;
}

.bf-fab-main-logo {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.bf-fab-main-logo img {
    width: 100%;
    height: auto;
    display: block;
}

.bf-fab-main-icon {
    display: none; /* Removed plus icon */
}

.bf-fab-main-sr {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.bf-fab-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
    pointer-events: none;
}

.bf-fab-menu-item {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.bf-fab.bf-fab-open .bf-fab-menu {
    pointer-events: auto;
}

.bf-fab.bf-fab-open .bf-fab-menu-item {
    opacity: 1;
    transform: translateY(0);
}

.bf-fab-menu-item:nth-child(1) {
    transition-delay: 0.02s;
}

.bf-fab-menu-item:nth-child(2) {
    transition-delay: 0.05s;
}

.bf-fab-menu-item:nth-child(3) {
    transition-delay: 0.08s;
}

.bf-fab-menu-item:nth-child(4) {
    transition-delay: 0.11s;
}

.bf-fab-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(7, 12, 10, 0.98);
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
    white-space: nowrap;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
    transform-origin: right center;
    transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.bf-fab-btn:hover,
.bf-fab-btn:focus-visible {
    background: #141d18;
    transform: translateX(-2px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.4);
    color: #ffffff;
}

.bf-fab-btn:focus-visible {
    outline: 2px solid #2ecc71;
    outline-offset: 2px;
}

.bf-fab-btn-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: linear-gradient(135deg, #2ecc71, #108a00);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}

.bf-fab-btn-icon i {
    color: #ffffff;
}

.bf-fab-btn-label {
    font-weight: 500;
}

@media screen and (max-width: 550px) {
    .bf-fab {
        bottom: 18px;
        right: 16px;
        gap: 8px;
    }

    .bf-fab-main {
        width: 62px;
        height: 62px;
    }

    .bf-fab-main-logo {
        width: 44px;
        height: 44px;
    }

    .bf-fab-btn {
        padding: 9px 12px;
        font-size: 12px;
    }

    .bf-fab-btn-icon {
        width: 26px;
        height: 26px;
        font-size: 13px;
    }
}

/* JoinNow Landing Page */

.configure-items {
    padding: 15px;
    margin: 10px;
    position: relative;
    width: 90px;
}

.configure-checkbox {
    position: absolute;
    top: 0;
    right: 5px;
}

.card {
    cursor: pointer;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 8px;
    transition: background-color 0.3s, border-color 0.3s;
}

.card-name {
    margin-top: 10px;
    font-size: 15px;
}

.card:hover {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.card.active {
    background-color: var(--theme-color2);
    border-color: var(--theme-color);
}

.configure-items.default-checked {
    pointer-events: none;
    background-color: var(--theme-color2);
    border-color: var(--theme-color);
}

.configure-items.default-checked .configure-checkbox .form-check-input {
    /* display: none; */
}

.configure-items.active {
    background-color: var(--theme-color2);
    border-color: var(--theme-color);
}

.configure-icons {
    width: 60px;
    height: 60px;
}

.form-check-input {
    height: 13px !important;
    width: 13px !important;
}

.form-check-input:checked {
    background-color: var(--theme-color) !important;
    box-shadow: none !important;
}

.form-check-input:focus {
    box-shadow: none !important;
}

.configure-list {
    background-color: #f5f7fb;
    border: 1px solid #e2e5ed;
    border-radius: 10px;

}


/* Round Animation */
.elementor-headline-plain-text {
    font-family: var(--gillex-regular);
    font-weight: bold;
}

#bee {
    font-family: var(--gillex-bold-fonts) !important;

}

.elementor-headline {
    position: relative;
    font-size: 2em;
}

.elementor-headline-dynamic-wrapper {
    position: relative;
    display: inline-block;
}

.elementor-headline-dynamic-wrapper svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    transform: translate(-50%, -50%);
    overflow: visible;
}

.elementor-headline-dynamic-wrapper path {
    stroke: var(--theme-color);
    stroke-width: 8;
    fill: none;
    stroke-dasharray: 1500;
    stroke-dashoffset: 1500;
    animation: draw 2s ease-in-out forwards;
}

@keyframes draw {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes hide {
    to {
        opacity: 0;
    }
}

.info-box1,
.info-box2,
.info-box3 {
    border: 1px solid #ccc;
    position: relative;
    border-radius: 10px;
    padding: 10px 10px 10px 20px;
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
}

.info-box1::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background: #6b0098;
    border-radius: 10px 0px 00px 10px;

}

.info-box2::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background: red;
    border-radius: 10px 0px 00px 10px;
}

.info-box3::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background: #35d9c2;
    border-radius: 10px 0px 00px 10px;

}

.animated-div1 {
    font-family: var(--gillex-normalbold-fonts);
}

.phone {
    position: relative;
}

.phone-flg {
    position: absolute;
    top: 38px;
    left: 5px;
    background-color: rgb(189, 189, 189);
    height: 35px;
}

.journey-image {
    position: absolute;
    top: -50px;
    right: 0px;
}


/* Terms */

.term-syllubus-container {
    border-left: 1px dotted black;
    padding-left: 30px;
    position: relative;
}


.term-head::before {
    content: "";
    position: absolute;
    left: -40px;
    top: 20px;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    z-index: 1;
    border: 2px solid var(--yellow-color);
}

.highlighted-container {
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 15px;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.terms-banner {
    background: url(./Assests/images/all-dot.svg) !important;
}

.fa-angles-right {
    font-size: 13px !important;
}

.nav-link {
    color: black !important;
}

.nav-tabs {
    border: none !important;
}

.nav-link.active {
    background-color: rgba(0, 0, 0, 0.02) !important;
    border-bottom: 2px solid var(--theme-color) !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    font-weight: bold;
    color: var(--theme-color) !important;

}

.nav-link:hover {

    border: none !important;
    font-weight: bold;
    color: var(--theme-color) !important;
}


/* Fees Container */

.fees-container {
    border: 1px solid var(--border-color);
    border-radius: 10px;
    padding: 20px;
    box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;

}

.fees-box {
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 20px;
    padding-top: 20px;
}

.fees-container::before {
    content: "";
    position: absolute;
    left: 0;
    top: -1px;
    width: 100%;
    height: 10px;
    background-color: var(--theme-color);
    border-radius: 10px 10px 0px 0px;

}
.terms-subhead{
    font-size: 16px !important;
    color: #212529 !important;
    font-weight: 500 !important;
    padding: 0px !important;
}
.terms-subhead:not(.collapsed)::after,
.terms-subhead::after{
    display: none !important;
}
.fa-circle{
    font-size: 5px;
    color: #999999;
}
.terms-subcontent{
    display: flex;
    align-items: center;
   
}


/* Success Stories */
.stories-img {
    border-radius: 50%;
    height: 300px;
    width: 300px;
    position: relative;


}
.stories-img-container{
    position: relative;
}

.stories-img-container::before {
    content: "";
    position: absolute;
    /* border-radius: 50%; */
    height: 100%;
    left: 0px;
    width:15px;
    background-color: var(--yellow-color); 


}
.details{
    background-color: #f2f2f2;
    border-radius: 20px;
}
.nav-content>div{
    height: 30px !important;
}
.header .nav-content .about{
    margin-bottom: 0 !important;
}
.fa-circle-xmark{
    color: var(--theme-color);
}

.course-banner{
    background-image: radial-gradient(circle, #108a00, #0e7701, #0b6401, #095201, #074100);
}
.coursebanner-right-box{
    background-color: white;
    border-radius: 10px;
    padding: 10px;
}
.full{
    background-image: radial-gradient(circle, #d3001c, #a01120, #6e171e, #3e1517, #0d0b0b);
    color: white !important;
    padding: 10px;
}
.enquiry-btn{
    background-color: #00254a;
    padding: 10px;
}