a,
a:hover {
    text-decoration: none !important
}

body {
    box-sizing: border-box
}

:root {
    --theme-color: #5a011f;
    --theme-second-color: #f5b43f;
    --theme-light-color: #fffaf2;
    --theme-shadow: 0 2px 4px rgb(0 0 0 / 10%), 0 8px 16px rgb(0 0 0 / 10%);
    --theme-light-shadow: 0 0px 4px rgb(0 0 0 / 10%), 0 6px 8px rgb(0 0 0 / 10%);
    --theme-text-color: #F5B43F
}


.bg-main {
    background-color: var(--theme-light-color);
}



.container h2 {
    font-weight: 900 important;
}

.highlighter {
    color: var(--theme-color)
}


.header {
    position: relative;
    background: 0 0
}

.main-header {
    background: url('../img/banners.webp');
    background-size: cover;
    background-position: center
}

.main-header {
    border-top-right-radius: 200px;
    overflow: hidden;
    padding: 30px 20px 60px 20px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Montserrat, sans-serif !important
}

a:hover {
    text-decoration: none !important
}

a,
b,
button,
input,
option,
p,
select {
    font-family: Poppins, sans-serif !important
}

.main-content h1 {
    font-size: 35px;
    font-weight: 900;
    color: #fff
}

/* .main-content h1 .focus {
    color: var(--theme-second-color);
    font-size: 40px;
    font-weight: 900
} */

.main-content h1 span {}

.main-content h4 {
    font-weight: 700;
    color: #fff;
    font-style: italic;
}

.main-content h4 {
    font-weight: 600;
    color: #fff;
}

.main-content h3 {
    color: #fff;
    font-weight: 700
}

.main-content {
    padding-top: 80px
}

.main-content .line {
    height: 5px;
    width: 60px;
    background: var(--theme-light-color);
    margin-bottom: 10px
}

section {
    padding: 60px 20px
}

.navbar ul {
    margin-bottom: 0
}

.navbar li a {
    font-size: 20px
}

.header .menu>.menu-item>a {
    font-weight: 600
}

.main-img {
    margin-bottom: -10px
}

.brand {
    font-size: 25px;
    font-weight: 700
}

.header-inner {
    background: #fff;
    margin-top: 10px;
    padding: 0;
    border-radius: 60px;
    border: 1px solid var(--theme-color);
    box-shadow: var(--theme-shadow);
    -webkit-box-shadow: var(--theme-shadow)
}

.header .wrapper {
    justify-content: space-around
}

.mobilemenu img {
    margin-bottom: 20px
}

.mobilemenu {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 30px 10px;
    width: 100%;
    background: var(--theme-color);
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 100;
    transition: .5s;
    height: 100%
}

.mobilemenu.active {
    display: flex;
    position: fixed;
    left: 0;
    top: 0;
    transition: .5s;
    z-index: 5500000000
}

.mobilemenu .menu-icons,
.mobilemenu img,
.mobilemenu ul {
    transform: translateX(-1000%);
    transition: .5s
}

.mobilemenu.active img {
    transform: translateX(0);
    transition-delay: 0.2s
}

.mobilemenu.active ul {
    transform: translateX(0);
    transition-delay: 0.3s
}

.mobilemenu.active .menu-icons {
    transform: translateX(0);
    transition-delay: 0.4s
}

.mobilemenu .fa-times {
    color: #fff;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 30px
}

.mobilemenu ul {
    padding-inline-start: 0px;
    padding: 0 10px;
    border-radius: 8px;
    font-weight: 500;
    width: 100%
}

.mobilemenu ul a {
    color: #fff;
    text-align: center;
    font-size: 18px
}

.mobilemenu ul li {
    list-style: none;
    padding: 8px
}

.mobilemenu ul ul {
    padding-inline-start: 0px;
    padding-right: 0;
    background: #eee
}

.mobilemenu ul ul a {
    color: #000 !important
}

.nav a,
.nav label {
    display: block;
    color: #000;
    transition: all .25s ease-in;
    margin-bottom: 0
}

.nav label {
    cursor: pointer
}

.group-list a,
.group-list label {
    padding-left: 1rem
}

.sub-group-list a,
.sub-group-list label {
    padding-left: 1rem
}

.sub-sub-group-list a,
.sub-sub-group-list label {
    padding-left: 1rem
}

.group-list,
.sub-group-list,
.sub-sub-group-list {
    height: 100%;
    max-height: 0;
    overflow: hidden;
    transition: max-height .5s ease-in-out
}

.nav__list input[type=checkbox]:checked+label+ul {
    max-height: 1000px
}

label>span {
    float: right;
    transition: transform .65s ease
}

.nav__list input[type=checkbox]:checked+label>span {
    transform: rotate(90deg)
}

.trade {
    font-size: 20px;
    font-weight: 900;
    vertical-align: super;
    margin-left: 2px
}

.theme-btn1 {
    padding: 15px 25px;
    color: #fff;
    background: var(--theme-color);
    border: 2px solid var(--theme-color);
    box-shadow: 0 3px 4px rgb(90 1 31 / 40%);
    -webkit-box-shadow: 0 3px 4px rgb(90 1 31 / 40%);
    transition: .5s;
    border-radius: 8px;
    margin-top: 10px;
    display: inline-block;
    font-weight: 600
}

.theme-btn1:hover {
    background: 0 0;
    color: var(--theme-color);
    transition: .5s
}

.theme-btn2 {
    padding: 15px 25px;
    color: var(--theme-color);
    background: #f5b43f;
    border: 2px solid #f5b43f;
    box-shadow: 0 3px 4px rgb(245 180 63 / 40%);
    -webkit-box-shadow: 0 3px 4px rgb(245 180 63 / 40%);
    transition: .5s;
    border-radius: 8px;
    margin-top: 10px;
    display: inline-block;
    font-weight: 600
}

.theme-btn2:hover {
    background: 0 0;
    border: 2px solid #f5b43f;
    color: #fff;
    transition: .5s
}

.curve-box {
    background: var(--theme-color);
    clip-path: ellipse(53% 110% at 30% 50%);
    -webkit-clip-path: ellipse(53% 110% at 30% 50%);
    height: 100%;
    color: #fff;
    font-weight: 900;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center
}

.curve-box h2 {
    font-weight: 700;
    margin-bottom: 0
}

.outer-news-box {
    padding: 10px;
    background: var(--theme-color)
}

.news-box {
    overflow: hidden;
    background: #fff
}

.news-img {
    background: #fff;
    padding: 10px;
    box-shadow: var(--theme-shadow);
    margin: 18px 10px;
    border-radius: 8px
}

.news-img.sec {
    transform: translateX(60px)
}

.news-slider {
    padding: 20px 10px
}

.news-bg {
    background: var(--theme-color);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 20px 20px 20px
}

.heading {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center
}

.heading img {
    max-width: 180px
}

.why-choose {
    background: var(--theme-light-color)
}

.heading h1,
.heading h2 {
    font-weight: 900
}

.heading h1 span,
.heading h2 span {
    color: var(--theme-color)
}

.heading .line {
    height: 4px;
    width: 80px;
    margin-bottom: 5px;
    background: var(--theme-color)
}

.heading .line2 {
    height: 3px;
    width: 60px;
    margin-bottom: 5px;
    background: var(--theme-color)
}

.choose-box {
    background: var(--theme-color);
    box-shadow: var(--theme-shadow);
    -webkit-box-shadow: var(--theme-shadow);
    border-radius: 8px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
    height: 100%;
    color: #fff
}

.choose-box .choose-img {
    padding: 15px;
    border-radius: 0 50% 50% 0;
    height: 100%;
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center
}

.choose-box .choose-img img {
    width: 50px
}

.choose-box h5 {
    margin-bottom: 0;
    font-size: 18px
}

.choose-box .choose-content {
    padding: 0px !important,
}

.choose-boxes .choose-box {
    flex-direction: column !important;
    align-items: start;
    padding: 20px;
}

.choose-boxes .choose-box h5 {
    margin-bottom: 10px;
    font-size: 18px
}

.choose-boxes .choose-box p {

    font-size: 14px
}





.choose-boxes .choose-box .choose-img {
    height: auto !important;
    width: auto !important;
}





.pad-box {
    background: var(--theme-color);
    padding: 20px
}

.pad-box-content {
    background: #fff;
    padding: 30px 60px;
    text-align: center;
    box-shadow: var(--theme-shadow);
    border-radius: 8px
}

.pad-box-content p {
    text-align: justify
}

.slick-slide img {
    width: 100%
}

.nav__menu {
    margin-bottom: 0
}

.nav__container {
    padding: 10px;
    transition: .5s
}

.nav__menu li a {
    font-weight: 600
}

.nav__menu .dropdown ul li {
    background: #fff
}

.nav__menu .dropdown ul li a {
    color: #000
}

.companies-img img {
    width: 100px;
    padding: 5px
}

.companies-img {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px
}

.comapnies-text {
    padding: 20px
}

.comapnies-text h3 {
    font-weight: 900;
    color: var(--theme-color);
    text-decoration: underline wavy var(--theme-color)
}

.comapnies-text h4 {
    margin-bottom: 0;
    letter-spacing: 4px
}

.comapnies-text .h4 {
    letter-spacing: 2px
}

.counter-box {
    padding: 0 10px 10px 10px;
    border: 3px solid var(--theme-color);
    border-radius: 8px
}

.counter-box .count {
    background: #fff;
    color: var(--theme-color);
    padding: 5px 10px;
    border-radius: 60px;
    margin-top: -20px;
    margin-bottom: 0;
    display: table
}

.counter-box .count h4 {
    margin-bottom: 0
}

.counter-head h3 {
    margin-bottom: 0;
    text-align: center;
    font-size: 22px;
    text-transform: uppercase
}

.span {
    color: var(--theme-color)
}

.accordion-container .accordion-item .head p {
    margin-bottom: 0
}

.module-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    box-shadow: var(--theme-shadow);
    padding: 15px;
    border-radius: 8px
}

.module-icon {
    height: 60px;
    width: 60px;
    padding: 10px;
    border-radius: 50%;
    background: var(--theme-color);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px
}

.module-icon img {
    width: 40px
}

.module-content h6 {
    margin-bottom: 0;
    word-break: break-word
}

.modules {
    background: var(--theme-light-color)
}

.modules h2 {
    color: var(--theme-color);
    font-weight: 900
}

.module-outer-box {
    background: var(--theme-color);
    padding: 20px;
    border-radius: 8px;
    box-shadow: var(--theme-shadow);
    color: #fff;
    text-align: center
}

.modules-content h4 {
    letter-spacing: 5px;
    margin-bottom: 0
}

.modules-content h3 {
    font-weight: 900;
    color: var(--theme-color);
    text-decoration: underline wavy var(--theme-color)
}

.offer-box {
    padding: 40px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: var(--theme-shadow);
    border-radius: 8px;
    text-align: center;
    background: var(--theme-color);
    color: #fff
}

.offer-box img {
    max-width: 100%
}

.tt {
    transform: translateY(30px)
}

.tb {
    transform: translateY(-30px)
}

.bt {
    border-radius: 50px 50px 0 0
}

.bb {
    border-radius: 0 0 50px 50px
}

.offer-content h2 {
    font-weight: 900
}

.offer-content h2 span {
    color: var(--theme-color)
}

.offer-content .line {
    height: 5px;
    width: 80px;
    background: var(--theme-color);
    margin-bottom: 5px
}

.offer-box .img-box {
    padding: 20px;
    height: 120px;
    width: 120px;
    background: #fff;
    border-radius: 50%;
    margin-bottom: 10px;
    box-shadow: inset 0 0 5px 3px rgba(0, 0, 0, .2)
}

.batch-box {
    padding: 20px;
    border-radius: 8px;
    box-shadow: var(--theme-shadow);
    background: var(--theme-color);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    height: 100%;
    transition: .5s;
    color: #fff
}

.batch-box .batch-icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: var(--theme-light-color);
    margin-bottom: 10px;
    transition: .5s;
    margin-top: -70px
}

.batch-box .batch-icon i {
    font-size: 45px;
    line-height: 100px;
    color: var(--theme-color);
    transition: .5s
}

.batch-box:hover .batch-icon {
    border-color: #fff;
    transition: .5s;
    background: var(--theme-light-color)
}


.batch-box h5 {
    font-size: 18px;
}

.batch-box:hover {
    background: var(--theme-color);
    color: #fff
}

.batch-box:hover .batch-icon i {
    color: #fff
}

.coveredtools {
    padding: 20px 0;
    position: relative
}

.coveredtools .line {
    height: 5px;
    width: 80px;
    background: var(--theme-color);
    margin-bottom: 10px
}

.coveredtools h2 {
    font-weight: 900
}

.freetools {
    padding: 40px;
    background: var(--theme-color);
    color: #fff;
    position: relative
}

.freetools h2 {
    font-weight: 900
}

.freetools .line {
    background: #fff;
    height: 5px;
    width: 80px;
    margin-bottom: 10px
}

.freetools .tools-icon {
    background: var(--theme-color);
    position: absolute;
    height: 70px;
    width: 70px;
    top: 50%;
    right: -30px;
    transform: translateY(-50%);
    z-index: 10;
    border-radius: 50%;
    text-align: center
}

.freetools .tools-icon i {
    text-align: center;
    line-height: 70px;
    font-size: 22px
}

.freetools-white-box {
    background: #fff;
    padding: 20px;
    border-radius: 8px
}

#about_content .inner_box {
    padding: 20px;
    background: #fff;
    color: #000;
    position: relative;
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
    border-radius: 20px
}


.about-me {
    background: var(--theme-color);
}


#about_content .inner_box:before {
    content: '';
    position: absolute;
    top: 20px;
    right: 40px;
    left: 40px;
    bottom: 20px;
    height: 100%;
    width: calc(100% - 80px);
    z-index: -1;
    background: rgba(239, 37, 31, .5);
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    border-radius: 20px
}

#about_content .inner_box:after {
    content: '';
    position: absolute;
    top: 10px;
    right: 20px;
    left: 20px;
    bottom: 10px;
    height: 100%;
    width: calc(100% - 40px);
    z-index: -1;
    background: #ef251f;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    border-radius: 20px
}

.centers li {
    line-height: 12px;
    margin-bottom: 5px
}

.centers a {
    color: #000
}

.second_side {
    background: var(--theme-color);
    padding: 80px 20px 20px 20px;
    color: #fff
}

.transformed_div p {
    text-align: justify
}

.transformed_div {
    padding: 20px;
    position: relative;
    z-index: 5
}

.transformed_div .image_diV {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 10px;
}

.second_side .icons a {
    color: #fff
}

.second_side .icons i {
    display: inline-block;
    margin: 10px 5px;
    font-size: 20px;
    background: #fff;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 60px;
    text-align: center;
    color: var(--theme-color)
}

.quicklinks h5 {
    font-weight: 700
}

.quicklinks .center_content {
    justify-content: flex-start !important;
    align-items: flex-start !important;
    margin-bottom: 10px
}

.center_content {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column
}

.center_content .line {
    width: 30px;
    height: 4px;
    background: #fff
}

.quicklinks ul {
    padding-inline-start: 0px
}

.quicklinks a {
    color: #fff
}

.quicklinks ul li {
    list-style: none
}

.footer-link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px
}

.footer-link i {
    margin-right: 5px;
    font-size: 25px
}

.quicklinks a {
    color: #fff
}

.footer-link a p {
    margin-bottom: 0
}

.sub_footer {
    padding: 20px 10px;
    text-align: center;
    color: #fff;
    background: #390215
}

.sub_footer p {
    margin-bottom: 0
}

::-webkit-scrollbar {
    width: 15px
}

::-webkit-scrollbar-thumb {
    background: #000
}

::-webkit-scrollbar-track {
    background: #e4e4e4
}

::selection {
    background-color: var(--theme-color) !important;
    color: #fff !important
}

.inner-page-container {
    background: var(--theme-color);
    padding: 0
}

.page-header {
    margin: 50px auto 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.page-header h1 {
    font-weight: 900;
    color: var(--theme-color);
    padding: 10px 30px;
    margin-bottom: 0;
    background: #fff;
    display: table;
    border-radius: 8px 8px 0 0;
    font-size: 30px
}

.modules .accordion-container .accordion-item {
    box-shadow: var(--theme-light-shadow)
}

.modules .accordion-container .accordion-item .head {
    padding: 0;
    box-shadow: none
}

.modules .accordion-container .accordion-item .module-box {
    width: 100%;
    background: #fff;
    box-shadow: none
}

.design-ul {
    padding-inline-start: 40px
}

.design-ul li {
    position: relative;
    margin-bottom: 5px
}

.accordion-container .accordion-item .body .wrapper p {
    margin-top: 10px;
    text-align: justify
}

.design-ul li:after {
    content: "\f00c";
    font-family: Font Awesome\ 5 Free;
    font-weight: 600;
    font-size: .875rem;
    padding-left: 5px;
    color: var(--theme-color);
    position: absolute;
    left: -25px;
    top: 3px
}

.information {
    background: #f0f2f5;
    margin-top: 40px
}

.information-box {
    background: #fff;
    box-shadow: var(--theme-shadow);
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 15px
}

.information-box h2 {
    font-weight: 700;
    margin-bottom: 5px
}

.information-box .line {
    height: 5px;
    width: 80px;
    background: var(--theme-color);
    margin-bottom: 5px
}

.information-box p {
    text-align: justify
}

.side-list .list {
    padding: 20px;
    background: var(--theme-color);
    color: #fff;
    border-radius: 8px;
    box-shadow: var(--theme-color);
    -webkit-box-shadow: var(--theme-color)
}

.side-list .list ul {
    padding-inline-start: 0px
}

.side-list .list ul a {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #fff;
    display: block
}

.side-list .list ul a:last-child {
    border-bottom: none
}

.side-list .list ul li {
    padding: 10px
}

.enquire-form {
    padding: 20px;
    border-radius: 8px;
    box-shadow: var(--theme-shadow);
    background: #fff;
    transition: .5s
}

.modal {
    padding-left: 0 !important
}

.form-control {
    box-shadow: none;
    border-radius: 8px !important;
    border: 2px solid #e9e9e9 !important;
    outline: 0;
    padding: 10px !important;
    height: 50px !important;
    color: #000 !important;
    transition: .5s !important
}

.form-control:focus {
    box-shadow: none !important;
    border: 1px solid var(--theme-color)
}

.form-group {
    position: relative;
    transition: .5s
}

.form-group label {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    margin-bottom: 0;
    transition: .5s
}

textarea {
    resize: none
}

textarea::placeholder {
    font-size: 17px
}

.textarea label {
    top: 20px
}

input:focus,
input:not(:focus):valid,
textarea:focus,
textarea:not(:focus):valid {
    border: 2px solid var(--theme-color) !important;
    transition: .5s
}

.calltoaction {
    padding: 20px
}

.appointment-call {
    padding: 20px;
    background: var(--theme-color);
    border-radius: 8px;
    margin-top: 15px;
    color: #fff;
    text-align: center
}

.appointment-call h4 {
    font-weight: 700
}

.appointment-call a {
    color: #fff
}

.appointment-btn {
    display: flex;
    justify-content: center;
    align-items: center
}

.social-icons a i {
    margin: 5px 10px;
    font-size: 22px
}

.appointment-call .line {
    height: 5px;
    width: 150px;
    border-radius: 100%;
    margin: 10px auto;
    background: #fff
}

.nav__logo img {
    width: 180px
}

.admission-details {
    padding: 20px
}

.call-to-action-content {
    padding: 20px;
    text-align: justify
}

.call-to-action-icon {
    padding: 20px;
    text-align: justify;
    background: var(--theme-color);
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.call-to-action-icon a {
    font-size: 20px;
    color: #fff;
    margin-top: 10px
}

.call-icon {
    width: 120px;
    height: 120px;
    background: #fff;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%
}

.call-icon img {
    width: 80%
}

.inner-call {
    border-radius: 8px;
    box-shadow: var(--theme-shadow);
    background: #fff;
    overflow: hidden
}

#about_content {
    padding: 20px;
    display: none
}

@media screen and (max-width:767px) {
    .row-flip {
        flex-direction: column-reverse
    }

    .blog-box {
        justify-content: center !important
    }
}

textarea {
    resize: none !important
}

.blog-box {
    box-shadow: var(--theme-shadow);
    transition: .5s;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.inner-blog-box {
    padding: 20px;
    transition: .5s;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.blog-content h4 {
    font-weight: 700;
    word-break: break-word;
    transition: .5s;
    font-size: 20px
}

.blog-content p {
    text-align: justify
}

.blog-content .line {
    height: 5px;
    width: 80px;
    background: var(--theme-color);
    margin-bottom: 5px;
    transition: .5s
}

.blog-box:hover .inner-blog-box {
    transition: .5s
}

.list .line {
    background: #fff;
    height: 5px;
    width: 60px;
    margin-bottom: 5px
}

.contact-details .line {
    height: 5px;
    width: 60px;
    background: var(--theme-color);
    margin-bottom: 5px
}

.details-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin-bottom: 20px
}

.details-box .details-icon {
    height: 60px;
    width: 60px;
    background: var(--theme-color);
    border-radius: 50%;
    text-align: center;
    margin-bottom: 10px
}

.details-box .details-icon i {
    color: #fff;
    line-height: 60px;
    font-size: 25px
}

.details-box .details-content h5 {
    margin-bottom: 0;
    font-weight: 700
}

.details-box .details-content a {
    color: #000;
    margin-bottom: 0;
    word-break: break-word
}

.details-box .details-content p {
    width: 100%
}

.contact-form {
    padding: 30px;
    background: #fff;
    box-shadow: var(--theme-shadow);
    border-radius: 8px
}

.call-to-action {
    background: var(--theme-color);
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 30px 20px
}

.appointment-img {
    margin-top: -120px;
    line-height: 0
}

.appointment-img img {
    line-height: 0
}

.appointment-content {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    height: 100%
}

.appointment-content h2 {
    font-weight: 700
}

.about-content h2 {
    font-weight: 900
}

.about-content .line {
    width: 80px;
    height: 5px;
    margin-bottom: 5px;
    background: var(--theme-color)
}

.about-content span {
    color: var(--theme-color)
}

.about-content {
    padding: 20px
}

.about-content p {
    text-align: justify
}


.heading2 {
    color: #fff
}

.heading2 .line,
.heading2 .line2,
.heading2 .line3 {
    background: #fff
}

.menu-toggle.active {
    display: none !important
}

.nav label {
    font-size: 16px !important;
    background: 0 0 !important;
    padding: 0 !important
}

.bl {
    border-left: 1px solid #000
}



@media screen and (max-width:991px) {

    .nav__container {
        padding: 10px 20px
    }

    .nav__logo img {
        width: 150px;
        transform: translate(10px, 0)
    }

    .transformed_div {
        margin-bottom: 15px
    }

    .main-content h1 {
        font-size: 23px
    }

    .main-content h1 .focus {
        font-size: 23px
    }

    .main-content h4 {
        font-size: 18px
    }

    .curve-box h2 {
        font-size: 22px
    }

    .nav__container {
        background: var(--theme-second-color)
    }
}

@media screen and (max-width:767px) {
    .main-content-box {
        margin-bottom: 15px
    }

    .vision {
        transform: none !important
    }

    .mission {
        transform: none !important
    }

    .upper-footer h2 {
        font-size: 20px
    }

    .modules.faqs h1 {
        font-size: 22px
    }

    .modules h2 {
        font-size: 22px
    }

    .inner-blog-box {
        flex-direction: column;
        text-align: center
    }

    .blog-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .blogs .row.mt-4.d-flex.justify-content-center.align-items-center.w-100 {
        margin: 0
    }

    .inner-blog-box .date {
        flex-direction: row !important
    }

    .inner-blog-box .date h1,
    .inner-blog-box .date h5 {
        font-size: 20px;
        margin-right: 3px
    }

    .inner-blog-box .date h1 {
        margin-bottom: 8px !important;
        transform: translateY(-8px)
    }

    .usps {
        display: none
    }

    .certified-img {
        display: none
    }

    .certified {
        padding: 60px 20px !important
    }

    .tools {
        background-color: var(--theme-color) !important
    }

    .right-heading {
        align-items: center !important;
        color: #fff
    }

    .right-heading .line {
        background: #fff
    }

    .upper-footer h2 {
        text-align: center
    }

    .upper-footer img {
        top: -42px !important;
        left: 6px !important
    }

    .bi-arrow-right {
        transform: rotate(90deg);
        display: inline-block
    }

    .curve-box {
        -webkit-clip-path: polygon(0 0, 100% 0%, 91% 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 0%, 91% 100%, 0% 100%)
    }

    .tb {
        transform: translateY(0)
    }

    .tt {
        transform: translateY(0)
    }

    .counter-box {
        margin-bottom: 25px
    }

    .appointment-img {
        margin-top: 0
    }

    .call-to-action {
        margin-top: 0
    }

    .batch-box {
        margin-bottom: 60px
    }

    .modules-content {
        margin-bottom: 10px
    }

    .bl {
        border-left: none
    }

    .companies-img img {
        padding: 10px
    }

    .comapnies-text {
        padding: 0
    }

    .modules-content h1 {
        font-size: 30px
    }

    .comapnies-text h1 {
        font-size: 30px
    }

    .freetools {
        padding: 20px;
        padding-bottom: 40px
    }

    .coveredtools {
        padding: 0;
        padding-top: 40px !important
    }

    .freetools .tools-icon {
        top: auto;
        bottom: -30px;
        left: 50%;
        transform: translateX(-50%)
    }

    .freetools h2 {
        font-size: 25px
    }

    .coveredtools h2 {
        font-size: 25px
    }

    #about_content .inner_box h2 {
        font-size: 25px
    }

    .pad-box-content {
        padding: 20px
    }

    .accordion-container .accordion-item .head {
        padding: 10px
    }

    .offer-content {
        margin-bottom: 20px
    }

    .offer-content h2 {
        font-size: 25px
    }
}

@media screen and (max-width:600px) {
    .companies-img {
        padding: 0
    }

    .covered-tools-box {
        padding: 0 !important
    }

    .covered-tools-box img {
        max-width: 100px !important
    }

    .heading h1 {
        font-size: 25px
    }

    .timeline-container.left::before {
        transform: rotate(180deg)
    }

    .timeline-container.right::before {
        left: 60px !important
    }

    .page-header h1 {
        padding: 10px 10px;
        font-size: 21px
    }

    .information-box h2 {
        font-size: 25px
    }

    .about-content h2 {
        font-size: 25px
    }

    .heading h2 {
        font-size: 25px
    }

    .about-content {
        padding: 0
    }

    section {
        overflow: hidden
    }

    .module-box {
        padding: 10px
    }

    .information-box h4 {
        font-size: 18px;
        font-weight: 700
    }

    .information {
        padding: 60px 0
    }

    .calltoaction {
        padding: 0
    }
}

.modal-dialog {
    max-width: 100%;
    margin: 0
}

@media screen and (max-width:768px) {
    .modal {
        top: 20px;
        left: 3px;
        transform: translate(0, 0);
        position: fixed;
        height: auto
    }
}

@media screen and (max-width:992px) {
    .modal {
        width: 98% !important
    }
}

.modal {
    max-width: 500px;
    width: 60%;
    min-width: 320px;
    background-color: #fff;
    height: auto !important;
    position: fixed;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    border-radius: 8px;
    overflow: visible !important;
    padding-right: 0 !important
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 0 !important
    }
}

.modal-dialog {
    margin: 0 !important
}

.close {
    position: absolute;
    right: 8px;
    top: 5px;
    font-size: 30px;
    font-weight: 400;
    cursor: pointer;
    z-index: 5
}

.close:after,
.close:before {
    content: '';
    position: absolute;
    background: #767676;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    left: 14px;
    right: 14px;
    top: 30px;
    height: 3px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
    -webkit-transition: all .1s ease-in;
    -o-transition: all .1s ease-in
}

.floating-btn {
    display: none
}

.modal-form {
    padding: 40px 20px
}

.floating-btn .phone {
    background-color: #000
}

.floating-btn .hidden {
    display: block
}

@media screen and (max-width:992px) {
    .floating-btn {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: safe center;
        align-items: center;
        z-index: 10000
    }

    .floating-btn a {
        width: 50%;
        padding: 15px;
        border-radius: 0 !important
    }

    .floating-btn .phone {
        background-color: var(--theme-color)
    }

    .floating-btn .hidden {
        display: block
    }
}

.floating-btn a {
    display: none;
    background-color: #00b386;
    color: #fff !important;
    padding: 15px 25px;
    border-radius: 30px;
    font-weight: 500;
    font-size: 18px;
    transition: .5s ease all;
    box-shadow: 0 0 30px rgb(51 51 51 / 25%)
}

.floating-btn .whatsapp {
    background-color: var(--theme-second-color);
    color: #000 !important
}

.who-is .heading h2 span {
    color: var(--theme-color)
}

.who-is .heading h2 {
    font-weight: 900
}

.who-is {
    padding: 60px 20px 0 20px;
    overflow: hidden
}

.who-is img {
    line-height: 0 !important;
    margin-bottom: -10px
}

.features {
    background: var(--theme-color);
    color: #fff
}

.features-box {
    text-align: center
}

.features-box img {
    margin-bottom: 5px
}

.benefit-box {
    border-radius: 8px;
    box-shadow: var(--theme-light-shadow);
    -webkit-box-shadow: var(--theme-light-shadow);
    background: #fff;
    display: flex;
    justify-content: center;

    align-items: center;
    flex-direction: column;
    padding: 20px;
    position: relative;
    border: 3px solid var(--theme-color);
    height: 100%
}

.benefit-content p {
    margin-bottom: 0;
    margin-top: 25px;
    text-align: center
}

.benefit-letter h3 {
    margin-bottom: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    line-height: 50px
}



.benefit-letter {
    height: 50px;
    width: 50px;
    background: var(--theme-color);
    text-align: center;
    color: #fff;
    font-weight: 900;
    border-radius: 5px;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%)
}

.heading-career .benefit-letter {
    width: auto !important;
    display: flex;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;

    align-items: center;
}

.career-benefits {
    background: var(--theme-color)
}

.career-benefits .benefit-letter {
    background: #fff;
    color: var(--theme-color)
}

.career-benefits .benefit-box {
    background: 0 0;
    color: #fff;
    border: 3px solid #fff;
    height: 100%
}

.join {
    background: var(--theme-light-color)
}

.batch-box .batch-icon img {
    max-width: 60px
}

.batch-box .batch-icon {
    display: flex;
    justify-content: center;
    align-items: center
}

.join .batch-box:hover .batch-icon {
    background: var(--theme-light-color)
}

.covered-tools-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap
}

.covered-tools-box img {
    max-width: 120px
}

.timeline {
    position: relative;
    max-width: 1200px;
    margin: 0 auto
}

.timeline::after {
    content: '';
    position: absolute;
    width: 6px;
    background-color: #fff;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px
}

.timeline-container {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 50%
}

.timeline-container::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    right: -11px;
    background-color: #fff;
    border: 4px solid var(--theme-second-color);
    top: 15px;
    border-radius: 50%;
    z-index: 1
}

.timeline-container.left {
    left: 0
}

.timeline-container.right {
    left: 50%
}

.timeline-container.left::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    right: 30px;
    border: medium solid #fff;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #fff
}

.timeline-container.right::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    left: 30px;
    border: medium solid #fff;
    border-width: 10px 10px 10px 0;
    border-color: transparent #fff transparent transparent
}

.timeline-container.right::after {
    left: -13px
}

.content {
    padding: 20px 30px;
    background-color: #fff;
    position: relative;
    border-radius: 6px
}

.timeline-container h5 {
    font-weight: 700
}

@media screen and (max-width:600px) {
    .timeline::after {
        left: 31px
    }

    .timeline-container {
        width: 100%;
        padding-left: 70px;
        padding-right: 25px
    }

    .timeline-container::before {
        left: 60px;
        border: medium solid #fff;
        border-width: 10px 10px 10px 0;
        border-color: transparent #fff transparent transparent
    }

    .timeline-container.left::after,
    .timeline-container.right::after {
        left: 15px
    }

    .timeline-container.right {
        left: 0
    }
}

.methodology {
    background: var(--theme-light-color)
}

.methodlogy-box {
    text-align: center
}

.methodlogy-box img {
    width: 80px;
    margin-bottom: 10px
}

.methodlogy-box h4 {
    color: var(--theme-color)
}

.aboutus {
    padding: 60px 20px 0 20px;
    overflow: hidden
}

.aboutus img {
    margin-bottom: -6px
}

.tools {
    background: url(../img/side-bg.png) #fff;
    background-repeat: no-repeat;
    background-size: cover
}

.covered-tools-box {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: var(--theme-shadow);
    -webkit-box-shadow: var(--theme-shadow)
}

.covered-tools-box img {
    padding: 5px
}

.media-box {
    border-radius: 8px;
    box-shadow: var(--theme-shadow);
    -webkit-box-shadow: var(--theme-shadow);
    overflow: hidden;
    background: #fff
}

.media-box img {
    margin-bottom: -6px;
    line-height: 0 !important
}

header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 50000000;
    background-color: var(--theme-second-color) !important;
    transition: .5s
}

header.fixed .nav__container {
    background: 0 0;
    padding: 10px;
    border-radius: 60px;
    border: none !important;
    transition: .5s
}

.menu-icons {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    border-top: 1px solid #9c0437
}

.menu-icons a {
    color: #fff;
    padding: 10px;
    font-size: 20px
}

@media screen and (max-width:400px) {
    .hidden {
        font-size: 16px !important
    }

    .main-form {
        padding: 20px
    }

    .main-form h3 {
        font-size: 20px
    }

    .blog-content h4 {
        font-size: 16px
    }

    .inner-blog-box .date h1,
    .inner-blog-box .date h5 {
        font-size: 16px
    }
}

#about_content .inner_box h2 {
    font-weight: 900
}

#about_content .inner_box h2 span {
    color: var(--theme-color)
}

#about_content .inner_box .line {
    height: 5px;
    width: 50px;
    background: var(--theme-color);
    margin-bottom: 5px
}

.heading p {
    font-weight: 700;
    font-size: 18px
}

.media-box {
    position: relative
}

.media-box .theme-btn1 {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    border-radius: 0;
    text-align: center;
    display: inline-block;
    transform: translateX(-50%)
}

.media-box .theme-btn1:hover {
    color: var(--theme-color);
    background: #fff;
    border: 2px solid #fff
}

.main-form {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    position: relative
}

.main-form .form-control {
    background: #fff;
    border: 2px solid #dcdcdc
}

.main-form h3 {
    text-align: center;
    font-weight: 700;
    color: #000
}

.main-form .line {
    height: 5px;
    width: 60px;
    margin: 10px auto;
    background: var(--theme-color)
}

.main-form textarea {
    height: 80px !important
}

.footer-link a {
    word-break: break-word
}

.upper-footer .inner-upper-footer {
    position: relative !important;
    background: var(--theme-second-color);
    padding: 30px 20px;
    border-radius: 8px;
    box-shadow: var(--theme-shadow);
    margin-bottom: -60px;
    z-index: 5;
    margin-top: 60px
}

.upper-footer h2 {
    margin-bottom: 0;
    font-weight: 700;
    color: var(--theme-color)
}

.upper-footer img {
    width: 100px;
    position: absolute;
    top: -39px;
    left: -36px;
    transform: rotate(-27deg)
}

footer hr {
    border-bottom: 1px solid #fff;
    opacity: .2
}

footer a,
footer a:hover {
    text-decoration: none !important;
    color: #fff
}

footer .inner_box .line {
    height: 5px;
    width: 40px;
    background: #fff;
    margin-bottom: 10px
}

footer .inner_box a {
    color: #fff !important
}

.cd-words-wrapper {
    color: var(--theme-second-color)
}

.right-heading {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column
}

.vision {
    background: var(--theme-color);
    padding: 30px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    transform: translateY(20px)
}

.mission {
    padding: 30px;
    color: #000;
    background: var(--theme-second-color);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    transform: translateY(-20px)
}

.mission p,
.vision p {
    text-align: justify;
}

.ioCKCx {
    background-color: rgb(240 240 240) !important;
    box-shadow: var(--theme-shadow)
}

.inner-blog-box .date {
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
    margin-right: 10px
}

.inner-blog-box .date h1 {
    margin-bottom: 0;
    color: var(--theme-color);
    font-weight: 700;
    margin-bottom: -8px !important
}

.inner-blog-box .date h1,
.inner-blog-box .date h5,
.inner-blog-box .date h6 {
    margin-bottom: 0
}

.contact-content {
    padding: 20px;
    background: #fff;
    text-align: justify;
    box-shadow: var(--theme-shadow);
    border-radius: 8px;
    margin-top: 20px
}

.form-control[readonly] {
    background: #fff;
    border-color: var(--theme-color)
}

.certified-box {
    padding: 15px 10px;
    background: #fff;
    -webkit-box-shadow: var(--theme-light-shadow);
    box-shadow: var(--theme-light-shadow);
    border-radius: 8px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center
}

.certified-box h6 {
    font-weight: 600;
    margin-top: 10px
}

.certified {
    padding: 60px 20px 0 20px;
    overflow: hidden
}

.certified-img img {
    margin-bottom: -10px
}

.comments {
    margin: 50px auto 50px auto;
    padding: 0 10px 0 20px;
    font-family: Arial, Tahoma;
    border-left: 1px solid #ccc
}

.comments p {
    line-height: 1.5;
    background-color: #fff;
    border-radius: 8px;
    padding: 10px;
    position: relative;
    background: #fff;
    color: var(--theme-color)
}

.comments p:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -30px
}

.comments p:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px;
    border-color: transparent #fff transparent transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -15px
}

.usp {
    background: var(--theme-color);
    padding: 60px 20px 0 20px;
    overflow: hidden
}

.usps img {
    margin-bottom: -10px
}

.pay {
    height: 45px;
    width: 130px;
    background: var(--theme-second-color);
    padding: 0;
    position: fixed;
    right: -43px;
    text-align: center;
    font-weight: 700;
    color: #fff;
    border-radius: 8px 8px 0 0;
    transform: rotate(-90deg) translateX(-50%);
    top: 50%;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center
}

.pay,
.pay:active,
.pay:focus,
.pay:hover {
    color: #000
}

.pay p {
    margin-bottom: 0
}

body.active {
    overflow: hidden
}

.about-me-content h2 span {
    color: var(--theme-second-color);
}




.testimonial-gradient {
    background: linear-gradient(135deg, var(--theme-color), #7a0128);
    padding: 2.5rem;
    border-radius: 20px;
    box-shadow: var(--theme-shadow);
    color: white;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.testimonial-gradient .row {
    gap: 10px;
}

.testimonial-gradient::before {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 150px;
    height: 150px;
    background: var(--theme-second-color);
    border-radius: 50%;
    opacity: 0.1;
}

.testimonial-gradient .quote-icon {
    color: var(--theme-second-color);
    font-size: 3rem;
    margin-bottom: 1rem;
}

.testimonial-gradient .testimonial-text {
    font-size: 1.1rem;
    line-height: 1.8;
    color: white;
    margin-bottom: 2rem;
}

.testimonial-gradient .author-info {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.testimonial-gradient .author-img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 3px solid var(--theme-second-color);
}

.testimonial-gradient .rating {
    color: var(--theme-second-color);
    margin-top: 0.5rem;
}


.skills li {
    padding: 12px 24px;
    border: 2px solid white;
    border-radius: 25px;

    font-weight: 500;
    width: auto;
    margin-bottom: 10px;
    background: transparent;
    color: white;
    transition: all 0.3s ease;
    cursor: pointer;
}

.success-stories .skills li {
    color: black;
    border: 2px solid var(--theme-second-color);
}

.success-stories {
    background-color: var(--theme-light-color);
}


.skills li:hover {
    background: var(--theme-second-color);
    color: rgb(255, 255, 255);
    box-shadow: 0px 5px 0 white;
    transform: translateY(-5px);
}

.ads {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.feature {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.certified {
    background-color: var(--theme-color);
}

.certified .certified-boxs {
    padding: 12px 24px;
    border: 2px solid white;
    border-radius: 25px;
    font-weight: 500;
    width: auto;
    margin-bottom: 10px;
    background: transparent;
    color: white;
    transition: all 0.3s ease;
    cursor: pointer;
}

.highlighter-main {
    color: var(--theme-second-color);

}



.certified-boxs:hover {
    background: var(--theme-second-color);
    color: rgb(255, 255, 255);
    box-shadow: 0px 5px 0 white;
    transform: translateY(-5px)
}

.certified-boxs {
    opacity: 1;
    max-height: 100px;
    /* enough height for content */
    overflow: hidden;
    transition: opacity 0.5s ease, max-height 0.5s ease;
}

.certified-boxs.hide {
    opacity: 0;
    max-height: 0;
    padding: 0;
    margin: 0;
    pointer-events: none;
}

/*  */

.book-call-section {
    border-radius: 12px;
    border: 1px solid var(--theme-second-color);
    background: #FFF3D6;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}


.consultant-info::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 80px;
    background: #f5b43f;
    z-index: 1;
    bottom: -25px;
    left: 0;
    border-radius: 120px 120px 0 0;
}

.profile-image {
    max-height: 450px;
    object-fit: contain;
    display: flex;
    margin-top: -150px;
    justify-content: center;
}

.profile-img-section {
    /* margin-top: -150px; */
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;

}

.consultant-name {

    font-weight: 700;
    font-size: 1.2rem;
    position: relative;
    color: white;
    text-align: center;
    z-index: 2;
}

.consultant-info {
    position: relative;
}

.btns {
    gap: 20px;
}

/*  */
.client-name {
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.client-position {
    color: #666;
    font-size: 0.9rem;
}

.testimonial-text {
    color: #666;
    margin-bottom: 2rem;
    line-height: 1.6;
}

.testimonial-quote {
    font-size: 1.75rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
    line-height: 1.3;
}

.testimonial-card {
    background-color: var(--theme-light-color);
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    padding: 40px;
}

.client-image {
    width: 100%;
    height: 350px;
    object-position: top;
    object-fit: cover;
    border-radius: 12px;
}

/* cta` */
/* CTA Section Styling */
#cta-1.cta-section {
    background: linear-gradient(135deg, var(--theme-color) 0%, #7a0129 100%);
    border-radius: 20px;
    box-shadow: var(--theme-shadow);
    position: relative;
    overflow: hidden;
    padding: 3rem 0;
}

/* Circular Overlay Background */
#cta-1.cta-section::before {
    content: "";
    position: absolute;
    top: -100px;
    right: -100px;
    width: 400px;
    height: 400px;
    background: var(--theme-second-color);
    border-radius: 50%;
    opacity: 0.1;
}

/* Section Text */
#cta-1 .text-white {
    color: #fff !important;
}

/* Heading */
#cta-1 h2 {
    font-weight: 700;
    margin-bottom: 1.5rem;
}

/* List Items */
#cta-1 .lead {
    font-size: 1.1rem;
    margin-bottom: 0;
}

/* Icon and Text Alignment */
#cta-1 .d-flex {
    align-items: flex-start;
    margin-bottom: 1rem;
}

#cta-1 .icon {
    font-size: 2rem;
    margin-right: 1rem;
    flex-shrink: 0;
    color: var(--theme-second-color);
}

#cta-1 .btn {
    background-color: var(--theme-second-color);
    color: var(--theme-color);
    border: none;
    border-radius: 15px;
    font-size: 1.3rem;
    font-weight: 700;
    padding: 1rem 2.5rem;
    width: 100%;
    box-shadow: 0 10px 30px rgba(245, 180, 63, 0.4);
    transition: all 0.3s ease;
}

#cta-1 .btn:hover {
    background-color: var(--theme-color);
    color: var(--theme-light);
    transform: translateY(-3px);
}

/* Small Text Below Button */
#cta-1 small {
    opacity: 0.75;
    font-size: 0.9rem;
}


.icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.icon-rocket {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f5b43f' stroke-width='2'%3E%3Cpath d='M4.5 16.5c-1.5 1.26-2 5-2 5s3.74-.5 5-2c.71-.84.7-2.13-.09-2.91a2.18 2.18 0 0 0-2.91-.09z'%3E%3C/path%3E%3Cpath d='m12 15-3-3a22 22 0 0 1 2-3.95A12.88 12.88 0 0 1 22 2c0 2.72-.78 7.5-6 11a22.35 22.35 0 0 1-4 2z'%3E%3C/path%3E%3Cpath d='M9 12H4s.55-3.03 2-4c1.62-1.08 5 0 5 0'%3E%3C/path%3E%3Cpath d='M12 15v5s3.03-.55 4-2c1.08-1.62 0-5 0-5'%3E%3C/path%3E%3C/svg%3E");
}

.icon-award {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f5b43f' stroke-width='2'%3E%3Ccircle cx='12' cy='8' r='6'%3E%3C/circle%3E%3Cpath d='m15.477 12.89 1.515 8.526a.5.5 0 0 1-.81.47l-3.58-2.687a1 1 0 0 0-1.197 0l-3.586 2.686a.5.5 0 0 1-.81-.469l1.514-8.526'%3E%3C/path%3E%3C/svg%3E");
}

.icon-trending {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f5b43f' stroke-width='2'%3E%3Cpath d='m22 7-8.5 8.5-5-5L2 17'%3E%3C/path%3E%3Cpolyline points='16 7 22 7 22 13'%3E%3C/polyline%3E%3C/svg%3E");
}

.icon-star {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f5b43f' stroke-width='2'%3E%3Cpolygon points='12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2'%3E%3C/polygon%3E%3C/svg%3E");
}

.icon-target {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f5b43f' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Ccircle cx='12' cy='12' r='6'%3E%3C/circle%3E%3Ccircle cx='12' cy='12' r='2'%3E%3C/circle%3E%3C/svg%3E");
}

.icon-sparkles {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f5b43f' stroke-width='2'%3E%3Cpath d='m12 3-1.912 5.813a2 2 0 0 1-1.275 1.275L3 12l5.813 1.912a2 2 0 0 1 1.275 1.275L12 21l1.912-5.813a2 2 0 0 1 1.275-1.275L21 12l-5.813-1.912a2 2 0 0 1-1.275-1.275L12 3Z'%3E%3C/path%3E%3Cpath d='M5 3v4'%3E%3C/path%3E%3Cpath d='M19 17v4'%3E%3C/path%3E%3Cpath d='M3 5h4'%3E%3C/path%3E%3Cpath d='M17 19h4'%3E%3C/path%3E%3C/svg%3E");
}

.icon-lg {
    width: 48px;
    height: 48px;
}

.icon-xl {
    width: 64px;
    height: 64px;
}

.btn:hover {
    transform: scale(1.05);
    transition: transform 0.3s ease;
}

.card-hover:hover {
    transform: translateY(-10px);
    transition: transform 0.3s ease;
}

.backdrop-blur {
    backdrop-filter: blur(10px);
}

.pattern-dots {
    background-image: radial-gradient(circle, var(--theme-second-color) 1.5px, transparent 1.5px);
    background-size: 40px 40px;
}


.vision-mission h5 {
    text-align: left;
    font-style: italic;
}

.different .card {
    transition: all .5s;
    border-radius: 20px;
    height: 100%;

    border: 2px dotted var(--theme-color);
}


.different .card:hover {
    background: var(--theme-color);
    color: white;
    border: none;
    height: 100%;
}

.about-baches .batch-box:hover i {
    color: var(--theme-color);
}

.batches .row:last-child .batch-box {
    margin-bottom: 0;
}

.about-methodology i {
    font-size: 40px;
    color: var(--theme-color);

}


.about-methodology .methodlogy-box {
    padding: 0;
}


/* STUDENTS ZONE */

.feature-card {
    background: white;
    border-radius: 20px;
    padding: 2.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.feature-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--theme-color));
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: white;
    margin-bottom: 1.5rem;
}

.feature-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-dark);
}

.feature-text {
    color: var(--text-light);
    line-height: 1.8;
}

.custom-list {
    list-style: none;
    padding: 0;
}

.custom-list li {
    padding: 0.8rem 0;
    padding-left: 2rem;
    position: relative;
    color: var(--text-dark);
}

.custom-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--primary-color);
    font-weight: 700;
    font-size: 1.2rem;
}

.stats-box {
    background: white;
    border-radius: 20px;
    padding: 2rem;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.stats-number {
    font-size: 3rem;
    font-weight: 700;
    background: linear-gradient(135deg, var(--theme-color));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.stats-label {
    /* color: var(--text-light); */
    font-size: 1rem;
    margin-top: 0.5rem;
}



/*  */
.corse-feature .feature-card {
    background: white;
    border: none;
    box-shadow: var(--theme-shadow);
    border-radius: 10px;
    transition: all 0.3s ease;
    padding: 0px;
    height: 100% !important;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.corse-feature .card-body :first-child {
    gap: 20px;
}

.corse-feature .feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 8px rgb(0 0 0 / 15%), 0 12px 24px rgb(0 0 0 / 15%);
}

.corse-feature .icon-wrapper {
    width: 60px;
    height: 60px;
    background-color: var(--theme-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.icon-wrapper svg {
    width: 30px;
    height: 30px;
    color: white;
}

.feature-title {
    color: var(--theme-color);
    font-weight: bold;
    font-size: 1.5rem;
}

.feature-description {
    color: #555;
    line-height: 1.7;
}

.corse-feature .module-badge {
    background-color: var(--theme-second-color);
    color: var(--theme-color);
    font-weight: bold;
    min-width: 48px;
    border-radius: 50px;
    padding: 4px 8px;
    display: inline-block;
    text-align: center;
}

.module-list {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.module-list li {
    margin-bottom: 10px;
    display: flex;
    gap: 10px;
    align-items: start;
}

.corse-feature.module-list li span {
    color: #555;
    width: 100%;
    margin-left: 10px;

}

.corse-feature .price-footer {
    background-color: var(--theme-color);
    color: white;
    padding: 20px;
    text-align: center;
    border-radius: 0 0 0.375rem 0.375rem;
}

.corse-feature .price-footer h4 {
    margin-bottom: 5px;
    font-weight: bold;
}

.corse-feature .price-footer small {
    color: rgba(255, 255, 255, 0.7);
}

.corse-feature .enroll-btn {
    background-color: var(--theme-color);
    color: white;
    border: none;
    border-radius: 50px;
    padding: 15px 50px;
    font-size: 1.125rem;
    font-weight: bold;
    box-shadow: var(--theme-shadow);
    transition: all 0.3s ease;
    cursor: pointer;
}

.enroll-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgb(0 0 0 / 15%), 0 12px 24px rgb(0 0 0 / 15%);
    background-color: var(--theme-color);
}

.highlight-text {
    color: var(--theme-color);
    font-weight: bold;
}

.modules-intro {
    color: var(--theme-color);
    font-weight: 600;
    margin-bottom: 15px;
}


.choose-img {
    font-size: 40px;
}


.module-card {
    background: white;
    border-left: 4px solid var(--theme-second-color);
    box-shadow: var(--theme-shadow);
    transition: all 0.3s ease;
    margin-bottom: 20px;
    border-radius: 8px;
    overflow: hidden;
}

.module-card:hover {
    transform: translateX(8px);
    box-shadow: 0 4px 8px rgb(0 0 0 / 15%), 0 12px 24px rgb(0 0 0 / 15%);
    border-left-color: var(--theme-color);
}

.module-header {
    background: linear-gradient(135deg, var(--theme-color) 0%, #7a0128 100%);
    color: white;
    padding: 20px 25px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.module-number {
    background: var(--theme-second-color);
    color: var(--theme-color);
    font-weight: bold;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    flex-shrink: 0;
}

.module-title {
    font-size: 1.25rem;
    font-weight: bold;
    margin: 0;
}

.module-content {
    padding: 25px;
}

.module-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.module-content ul li {
    padding: 10px 0;
    padding-left: 30px;
    position: relative;
    color: #555;
    line-height: 1.6;
}

.module-content ul li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--theme-second-color);
    font-weight: bold;
    font-size: 1.2rem;
}

.module-content ul li:not(:last-child) {
    border-bottom: 1px solid #f0f0f0;
}


.main-content-box {
    align-items: center;
    justify-content: center;
    text-align: center;
}

.main-content-box h2 {
    font-size: 18px;
    font-weight: 500;
}

.main-content-box h3 {
    font-size: 18px;
    font-weight: 500;

}

.information-box:first-child h3 {
    font-weight: 700;
}

.google-ads img {
    width: 100%;
    max-width: 400px;
}

.ads {
    min-width: 100%;

    /* height: 400px; */
    object-fit: cover;
}


/* FAQ SECTION ABOUT PAGE */

.faq-container {
    background: var(--theme-color);
}

.faq-sidebar {
    flex: 0 0 300px;
    background: var(--theme-second-color);
    padding: 60px 40px;
    position: sticky;
    top: 150px;
    border-radius: 20px;
    border-right: 1px solid #333;
}

.faq-label {
    color: var(--accent-color);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.faq-title {
    color: #ffffff;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
}

.faq-content {
    flex: 1;
    background: var(--theme-color);
}

.faq-item {
    border-bottom: 1px solid #333;
    margin-bottom: 0;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
    cursor: pointer;
    color: white;
    transition: all 0.3s ease;
    user-select: none;
}

.faq-question:hover {
    color: var(--theme-second-color);
}

.faq-question h3 {
    font-size: 1.1rem;
    font-weight: 500;
    margin: 0;
    flex: 1;
    padding-right: 20px;
}

.faq-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
    color: var(--accent-color);
    font-size: 18px;
}

.faq-item.active .faq-icon {
    transform: rotate(45deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    color: #cccccc;
    line-height: 1.7;
}

.faq-item.active .faq-answer {
    max-height: 500px;
    padding-bottom: 30px;
}

.faq-answer p {
    margin: 0;
    font-size: 1rem;
}






/* Floating widget simulation */
.floating-widget {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #333;
    color: #fff;
    padding: 10px 15px;
    border-radius: 8px;
    font-size: 12px;
    opacity: 0.7;
    z-index: 1000;
}

@media (max-width: 768px) {
    .faq-container {
        flex-direction: column;
    }

    .faq-sidebar {
        flex: none;
        padding: 40px 20px;
    }

    .faq-title {
        font-size: 2.5rem;
    }

    .faq-content {
        padding: 40px 20px;
    }

    .faq-question h3 {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .faq-title {
        font-size: 2rem;
    }

    .faq-question {
        padding: 20px 0;
    }

    .faq-question h3 {
        font-size: 0.95rem;
    }
}