@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
@font-face {
    font-family: 'GE SS Two';
    src: url('https://storage.googleapis.com/icoms_media/sites/807/fonts/GESSTwoBold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}
.timer-segment .number{font-family:'GE SS Two' !important;}
:root {
--burgundy: #3D0029;
--purple: #8D5BFD;
--red: #FF1420;
--black: #000000;
--white: #FFFFFF;
}
body {
            font-family: font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;;
            line-height: 1.6;
            color: var(--black);
            overflow-x: hidden;
        }
.dark h1.light, .light h1, .dark .light h1, h1.light, .dark h1,
.dark h2.light, .light h2, .dark .light h2, h2.light, .dark h2,
.dark h3.light, .light h3, .dark .light h3, h3.light, .dark h3,
.dark h4.light, .light h4, .dark .light h4, h4.light, .dark h4,
.dark .btn.light, .light .btn, .dark .light .btn, .btn.light, .dark .btn,
body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}
.dark .enFont h1.light, .light .enFont h1, .dark .enFont .light h1, .enFont h1.light, .dark .enFont h1, .dark .enFont h2.light, .light .enFont h2, .dark .enFont .light h2, .enFont h2.light, .dark .enFont h2, .dark .enFont h3.light, .light .enFont h3, .dark .enFont .light h3, .enFont h3.light, .dark .enFont h3, .dark .enFont h4.light, .light .enFont h4, .dark .enFont .light h4, .enFont h4.light, .dark .enFont h4, .dark .enFont .btn.light, .light .enFont .btn, .dark .enFont .light .btn, .enFont .btn.light, .dark .enFont .btn, .enFont body, .enFont { font-family: sans-serif; font-weight: 600; }
@media (min-width: 1230px) {
    .container, .boxed {
        max-width: 85%;
    }
}

.color-green1 { color: #2adaad; }

.client-logos {
    background: hsla(0, 0%, 100%, 1);
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 1) 0%, hsla(252, 26%, 96%, 1) 100%);
    background: -webkit-linear-gradient(90deg, hsla(0, 0%, 100%, 1) 0%, hsla(252, 26%, 96%, 1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, hsla(0, 0%, 100%, 1)), color-stop(100%, hsla(252, 26%, 96%, 1)));
    background: -moz-linear-gradient(90deg, hsla(0, 0%, 100%, 1) 0%, hsla(252, 26%, 96%, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#F4F3F8", GradientType=1);
}

.contact-banner .bg-wrap {
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0)),
                -webkit-linear-gradient(left, rgba(244, 243, 248, 1) 0%, rgba(237, 236, 244, 1) 50%, rgba(189, 229, 221, 1) 100%);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0)),
                -moz-linear-gradient(left, rgba(244, 243, 248, 1) 0%, rgba(237, 236, 244, 1) 50%, rgba(189, 229, 221, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0)),
                -o-linear-gradient(left, rgba(244, 243, 248, 1) 0%, rgba(237, 236, 244, 1) 50%, rgba(189, 229, 221, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0)),
                -ms-linear-gradient(left, rgba(244, 243, 248, 1) 0%, rgba(237, 236, 244, 1) 50%, rgba(189, 229, 221, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0)),
                linear-gradient(90deg, rgba(244, 243, 248, 1) 0%, rgba(237, 236, 244, 1) 50%, rgba(189, 229, 221, 1) 100%);
}

.curved-border { border-radius: 20px; }

.logo-img {
    max-height: 120px;
    width: auto;
    object-fit: contain;
}

.work-block svg { border-radius: 10px; }

a.btn.btn-primary { padding: 15px 30px; }
a.btn.btn-secondary { padding: 10px 15px; font-size: 15px; }

.program-details {
    margin-top: -20%;
    width: 90%;
    left: 5%;
}

.program-icon {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translateX(-50%);
}

#benefits-4col-4 .bg-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to bottom,
        rgba(22, 23, 34, 0) 0%,
        rgba(22, 23, 34, 0.95) 100%
    );
    z-index: 9;
    pointer-events: none;
}

.why-choose-us .content-box-wrapper:not(:last-child):after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: #2ADAAD4D;
}

.why-choose-us .content-box {
    padding: 0 20px;
    height: 100%;
}

.bottom-content, .top-content {
    position: absolute;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
}

.bottom-content { bottom: 30px; }
.top-content { top: 100px; }

.styled-service-block {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    color: #fff;
    margin-bottom: 20px;
    display: flex;
    align-items: flex-end;
    background-size: cover;
    background-position: center;
    box-shadow: 0 6px 18px rgba(0,0,0,0.2);
}

.overlay {
    width: 100%;
    padding: 28px;
    border-radius: 0 0 16px 16px;
    background: linear-gradient(to top, rgba(0,0,0,0.9), rgba(0,0,0,0));
}

.overlay h5 {
    font-weight: 600;
    margin-bottom: 6px;
}

.overlay p {
    font-size: 0.95rem;
    margin: 0;
}

.left-block .overlay {
    padding-top: 100px;
    background: linear-gradient(to top, rgb(73 57 141), rgba(0, 0, 0, 0));
}

@media (min-width: 768px) {
    .equal-col {
        display: flex;
        flex-direction: column;
        height: 700px;
    }
    .left-block {
        height: 100%;
        min-height: 700px;
    }
    .right-top,
    .right-bottom {
        flex: 1;
        margin-bottom: 20px;
    }
    .right-bottom {
        margin-bottom: 0;
    }
}

#benefits-4col-counter .bg-wrap {
    background: hsla(168, 42%, 95%, 1);
    background: -webkit-linear-gradient(90deg, hsla(168, 42%, 95%, 1) 0%, hsla(252, 26%, 96%, 1) 100%);
    background: -moz-linear-gradient(90deg, hsla(168, 42%, 95%, 1) 0%, hsla(252, 26%, 96%, 1) 100%);
    background: linear-gradient(90deg, hsla(168, 42%, 95%, 1) 0%, hsla(252, 26%, 96%, 1) 100%);
}

footer .padding-list li { padding: 3px 0; }

@media (max-width: 767px) {
    .bottom-content, .top-content {
        position: relative;
        transform: none;
        left: unset;
        right: unset;
        bottom: unset;
        top: unset;
        width: 100%;
        margin: 0;
    }
    .why-choose-us .content-box-wrapper:not(:last-child):after {
        display: none;
    }
    .content-box-wrapper .content-box {
        padding: 0;
    }
}

#nav-logo-menu-2.sticky .bg-wrap {
    background-color: #291e54;
}

.navbar-expand-lg.sticky .navbar-nav .nav-link {
    color: #fff !important;
}

.navbar-expand-lg.sticky .navbar-nav .nav-link svg {
    fill: #fff !important;
}

.navbar.sticky img {
    filter: brightness(0) invert(1);
}

.navbar .navbar-toggler .icon-bar {
    background: #291e54 !important;
}

.navbar.sticky .navbar-toggler .icon-bar {
    background: #fff !important;
}

body { overflow-x: hidden; }

#testimonial-carousel .item.content-box {
    min-height: 400px;
}

.blockquote::after { display: none; }

@media (max-width: 991px) {
    .navbar.navbar-expand-lg .navbar-nav {
        background: #fff;
        padding: 20px;
    }
}

.success-message {
    background: rgb(198 233 226 / 30%);
    padding: 15px 20px;
    color: #037303;
    border-radius: 10px;
    font-weight: 500;
    min-height: 40px;
}

p,
.navbar-expand-lg .navbar-nav .nav-link {
    font-weight: 300 !important;
}

.event-tag {
    background: #fff;
    width: auto;
    display: inline-block;
    padding: 7px 15px;
    color: #291e54;
    font-size: 14px;
    font-weight: 500 !important;
    border-radius: 20px;
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, .07);
}

.tick-list li::after {
    content: "";
    background-image: url(https://storage.googleapis.com/icoms_media/sites/807/images/uploaded/807/check.png);
    width: 15px !important;
    height: 15px !important;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 5px;
}

.tick-list li {
    font-weight: 300;
    position: relative;
    padding-left: 25px;
    padding-top: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.nav-tabs li.nav-item {
    width: auto;
    text-align: center;
    position: relative;
    padding: 0;
}

.nav-tabs li.nav-item a {
    padding: 15px 40px;
    display: flex;
    align-items: center;
}

.nav-tabs li.nav-item:not(:last-child) {
    padding-right: 5px;
}

.nav-tabs li.nav-item .nav-link:active:after {
    content: "";
}

@media (max-width: 576px) {
    .nav-tabs li.nav-item { width: calc(100% / 3); }
    .nav-tabs .nav-link { font-size: 14px; }
    .tab-content {
        font-size: 16px;
        line-height: 20px;
    }
    .nav-tabs li.nav-item a {
        padding: 15px 0px;
    }
}

.nav-tabs li.nav-item a span:first-child {
    color: #49398d;
    font-weight: 500;
}

.bg-fixed { background-attachment: fixed; }

.row .row {
    margin-left: -15px;
    margin-right: -15px;
}

.icon-top-box svg {
    border-radius: 15px;
}

.radius-50 { border-radius: 50%; }

.light .client-logos .owl-next,
.light .client-logos .owl-prev {
    background: #e7e2ff;
    border-radius: 50%;
}

.client-logos .owl-theme .owl-nav [class*=owl-]::before {
    margin: 8px;
    height: 8px;
    width: 8px;
}

.light .client-logos .owl-prev { left: 10px; }
.light .client-logos .owl-next { right: 10px; }

.nav-tabs li.nav-item a.active svg { fill: #2adaad; }
.nav-tabs li.nav-item svg { fill: #49388d; }

.light .client-logos .owl-next { right: 15px; }
.light .client-logos .owl-prev { left: 15px; }

/* Timeline */
#timeline-vertical--0 .timeline-icon {
    background-color: #FF1420 !important;
    border: 3px solid #FF1420 !important;
}

.main-timeline:before {
    background-color: #C43333 !important;
}
.main-timeline .timeline:before {
    background-color: #C43333 !important;
}
.main-timeline .timeline-icon {
    border-color: #C43333 !important;
}

/* Awards */
.awards-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 40px;
}
.prize-card {
    position: relative;
    display: inline-block;
    margin-bottom: 50px;
}
.prize-card img {
    width: 180px;
    max-width: 100%;
    height: auto;
}
.prize-card h3 {
    font-size: 20px;
    margin-top: 10px;
}
.prize-number {
    position: absolute;
    right: -10px;
    top: -10px;
}
.prize-number h3 {
    margin: 0;
    font-size: 24px;
}
.prize-card.featured img {
    width: 220px;
}
.prize-card.featured h3 {
    font-size: 24px;
}
/* FAQ accordion plus / minus style */
#faq a.accordion-header {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-right: 30px;          /* space for the icon */
    color: #ffffff;               /* question text */
}

/* default (open) state: red minus line */
#faq a.accordion-header::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    width: 16px;
    height: 2px;
    background-color: #C43333;    /* red */
    transform: translateY(-50%);
}

/* collapsed state: red plus sign */
#faq a.accordion-header.collapsed::after {
    content: "+";
    background: none;
    width: auto;
    height: auto;
    font-size: 22px;
    line-height: 1;
    color: #C43333;               /* red */
}
@media (max-width: 767px) {

    #benefits-4col-counter-3 .prize-card img {
        width: 120px !important;
        height: auto;
    }

    #benefits-4col-counter-3 .prize-card.featured img {
        width: 120px !important;
    }

    #benefits-4col-counter-3 .prize-card {
        text-align: center;
        margin-bottom: 40px;
    }
}

#desc-text-4--1 h3 {
    text-align: center !important;
    margin: 0 auto !important;
    display: block !important;
}
#desc-text-4--1 .col-lg-6 {
    margin: 0 auto !important;
    text-align: center !important;
}
/* Title in the middle */
#benefits-4col-6 .themes-main-title {
  font-size: 30px;
  color: #ffffff;
  margin-bottom: 20px;
}

/* Put the three points right-aligned (especially on desktop) */
#benefits-4col-6 .themes-points .content-box {
  text-align: right;
}
/* Center the icons and text in the themes section */
#benefits-4col-6 .content-box {
    text-align: center;
}

#benefits-4col-6 .content-box .icon {
    display: block;
    margin: 0 auto 15px;
}

/* Optional: keep the line under the theme nicely aligned */
#benefits-4col-6 .theme-separator {
    display: block;
    margin-top: 15px;
}
/* ===== Themes section Ã¢â‚¬â€œ mobile fix ===== */
@media (max-width: 767px) {

  /* remove the horizontal shift on mobile */
  #benefits-4col-6 .offset-left {
    padding-left: 15px;
    padding-right: 15px;
  }

  /* center all text inside the section */
  #benefits-4col-6 .col-lg,
  #benefits-4col-6 .col-md,
  #benefits-4col-6 .content-box {
    text-align: center;
  }

  /* main title + theme text: smaller and with some spacing */
  #benefits-4col-6 h3 {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px;
  }

  /* make sure icons sit nicely above the text and are centered */
  #benefits-4col-6 .icon {
    display: block;
    margin: 0 auto 10px;
  }

  /* optional: slightly smaller body text */
  #benefits-4col-6 p {
    font-size: 14px;
  }
}

#alert-img-text-btn {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

#alert-img-text-btn h4 {
    margin: 0 !important;
    padding: 10px 0 !important;
}

#alert-img-text-btn .btn {
    margin: 0 !important;
    padding: 6px 18px !important;
}

#alert-img-text-btn .row {
    align-items: center !important;
}
#faq a.accordion-header {
    position: relative;
    color: #fff !important;
    padding-right: 30px; 
}

#faq a.accordion-header.collapsed::after {
    content: "+";
    position: absolute;
    right: 0;
    top: 5px;
    font-size: 32px; 
    color: #C43333 !important;
    font-weight: bold;
}
#faq a.accordion-header:not(.collapsed)::after {
    content: "-";
    position: absolute;
    right: 0;
    top: 5px;
    font-size: 32px;   /* Ã¢â€ Â Ã™â€ Ã™ÂÃ˜Â³ Ã˜Â§Ã™â€žÃ˜Â´Ã™Å  Ã™â€¡Ã™â€ Ã˜Â§ */
    color: #C43333 !important;
    font-weight: bold;
}

/* Vertical separator between theme and icons */
#benefits-4col-6 .row.align-items-start {
    position: relative;
}

#benefits-4col-6 .points-col {
    position: relative;
}

#benefits-4col-6 .points-col::before {
    content: "";
    position: absolute;
    left: 0;                 /* stick to the left edge of the icons column */
    top: 10%;                /* adjust as you like */
    bottom: 10%;             /* adjust as you like */
    width: 2px;
    background: rgba(255, 255, 255, 0.6); /* line color */
}

/* Optional: hide the vertical line on mobile if it feels tight */
@media (max-width: 767.98px) {
    #benefits-4col-6 .points-col::before {
        display: none;
    }
}
@media(max-width:767px){
footer .logos img {
        margin: 0 !important;
        width: 70%;
        padding: 0 !important;
}
footer .madaar-logo {width: 30%;}
.logo img{height:60px;}
.prize-card.highlight img {width: 200px !important;}
.prize-card.regular img {width: 80px;}
}
	section.custom {
		padding: 6rem 5%;
		max-width: 1400px;
		margin: 0 auto;
	}

	section.custom:nth-child(even) {
		background: #f8f9fa;
	}

	section.custom .section-title {
		font-size: clamp(2rem, 4vw, 3rem);
		font-weight: 800;
		margin-bottom: 3rem;
		text-align: center;
		color: var(--burgundy);
		position: relative;
		padding-bottom: 1rem;
	}

	section.custom .section-title::after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 80px;
		height: 4px;
		background: linear-gradient(90deg, var(--red), var(--burgundy));
		border-radius: 2px;
	}