
  * {
            box-sizing: border-box;
        }



@font-face {
   font-family: "Mundial Narrow";
    src: url('../fonts/mundialregular.woff2') format('woff2'),
         url('../fonts/mundialregular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}





        

        html,
        body {
            margin: 0;
            padding: 0;
        }

        body {
            font-family: "Poppins", sans-serif;
            color: #111;
        }

        /* =========================================
           TOP ORANGE BAR
        ========================================= */

        .top-bar {
            height: 29px;
            background: #f4511e;
            color: #fff;
            position: relative;

            display: flex;
            align-items: center;
            justify-content: center;

            font-size: 13px;
            font-weight: 400;
        }

        .top-close {
            position: absolute;
            right: 11.1%;
            top: 2px;

            font-size: 20px;
            font-weight: 300;
            line-height: 20px;

            cursor: pointer;
        }


        /* =========================================
           MAIN NAVBAR
        ========================================= */

        .main-navbar {
        
            background: #fff;
        }

        .navbar-inner {
            height: 100%;
        }

        .logo {
            width: 365px;
            height: auto;
            display: block;
        }

        .navbar-nav {
            gap: 0;
        }

        .navbar-nav .nav-link {
            color: #111;
            font-size: 12px;
            font-weight: 400;

            padding: 0 9px !important;

            white-space: nowrap;
        }

        .navbar-nav .nav-link:hover {
            color: #f4511e;
        }

        .signin {
            color: #f4511e !important;
            margin-left: 12px;
        }

        .signin-arrow {
            margin-right: 8px;
        }

        .signup {
            background: #f4511e;
            color: #fff !important;

            padding: 8px 14px !important;
            margin-left: 5px;
        }

        .signup:hover {
            color: #fff !important;
            background: #dc4215;
        }


        /* =========================================
           HERO SECTION
        ========================================= */

        .hero {
            height: 486px;
            position: relative;
            overflow: hidden;

            background-image:
                linear-gradient(
                    rgba(7, 35, 67, 0.86),
                    rgba(7, 35, 67, 0.86)
                ),
                url("images/hero-bg.jpg");

            background-position: center center;
            background-size: cover;
            background-repeat: no-repeat;
        }

        /*
        Background video
        */
        .hero-video {
            position: absolute;
            top: 0;
            left: 0;

            width: 100%;
            height: 100%;

            object-fit: cover;

            z-index: 0;

            pointer-events: none;
        }

        /*
        Dark overlay for text readability
        */
        .hero::before {
            content: "";
            position: absolute;
            inset: 0;

            background: rgba(7, 35, 67, 0.6);

            z-index: 1;

            pointer-events: none;
        }

        /*
        Dotted overlay
        */
        .hero::after {
            content: "";
            position: absolute;
            inset: 0;

            background-image:
                radial-gradient(
                    rgba(255,255,255,0.16) 1px,
                    transparent 1px
                );

            background-size: 5px 5px;

            opacity: 0.35;
            pointer-events: none;
        }

        .hero-container {
            height: 100%;
            position: relative;
            z-index: 2;
        }


        /* =========================================
           HERO CONTENT
        ========================================= */

        .hero-content {
            padding-top: 120px;
        }

        .hero-title {
            color: #fff;

            font-size: 35px;
            line-height: 1.42;

            font-weight: 500;

            margin: 0 0 10px;
        }

        .hero-description {
            color: #fff;

            font-size: 16px;
            line-height: 2;

            font-weight: 400;

            max-width: 540px;

            margin: 0 0 27px;
        }


        /* =========================================
           TEST DATE
        ========================================= */

        .test-date-row {
            display: flex;
            align-items: center;

            gap: 15px;

            margin-bottom: 31px;
        }

        .test-date-label {
            color: #fff;

            font-size: 16px;
            font-weight: 400;
        }

        .date-box {
            background: #f4511e;
            color: #fff;

            padding: 7px 13px;

            font-size: 17px;
            font-weight: 600;

            line-height: 1.5;
        }


        /* =========================================
           REGISTER BUTTON
        ========================================= */

        .register-btn {
            display: inline-flex;
            align-items: center;

            gap: 8px;

            background: #f4511e;
            color: #fff;

            text-decoration: none;

            padding: 10px 14px;

            font-size: 14px;
            font-weight: 400;

            transition: all .25s ease;
        }

        .register-btn:hover {
            color: #fff;
            background: #d94213;
        }

        .register-arrow {
            font-size: 15px;
        }


        /* =========================================
           FEATURE CARDS
        ========================================= */

        .features {
            position: absolute;

            left: 0;
            right: 0;

            bottom: -188px;

            z-index: 10;
        }

        .feature-card {
            height: 189px;

            background: #f4511e;
            color: #fff;

            display: flex;
            flex-direction: column;

            align-items: center;
            justify-content: center;

            text-align: center;

            padding: 20px;
        }

        .feature-icon {
            height: 48px;

            display: flex;
            align-items: center;
            justify-content: center;

            margin-bottom: 14px;
        }

        .feature-icon i {
            font-size: 39px;
            font-weight: 300;
        }

        .feature-title {
            margin: 0;

            color: #fff;

            font-size: 15px;
            line-height: 1.45;

            font-weight: 600;
        }

        .feature-text {
            margin: 1px 0 0;

            color: #fff;

            font-size: 14px;
            line-height: 1.5;

            font-weight: 400;
        }


        /* =========================================
           SIDE REGISTER
        ========================================= */

        .side-register {
            position: fixed;

            right: 0;
            top: 337px;

            width: 37px;
            height: 150px;

            background: #f4511e;
            color: #fff;

            z-index: 999;

            display: flex;
            align-items: center;
            justify-content: center;

            writing-mode: vertical-rl;
            transform: rotate(180deg);

            text-decoration: none;

            font-size: 13px;
            font-weight: 400;
        }

        .side-register:hover {
            background: #d94213;
            color: #fff;
        }

        .side-register i {
            margin-bottom: 5px;
        }


        /* =========================================
           WHITE SPACE AFTER HERO
        ========================================= */

        .after-hero {
            height: 200px;
            background: #fff;
        }


        /* =========================================
           RESPONSIVE
        ========================================= */

        @media (max-width: 1399px) {

            .logo {
                width: 330px;
            }

            .navbar-nav .nav-link {
                font-size: 11px;
                padding-left: 7px !important;
                padding-right: 7px !important;
            }

            .hero-title {
                font-size: 32px;
            }
        }


        @media (max-width: 1199px) {

            .logo {
                width: 300px;
            }

            .navbar-nav .nav-link {
                font-size: 10px;
                padding-left: 5px !important;
                padding-right: 5px !important;
            }

            .hero-title {
                font-size: 30px;
            }

            .hero-description {
                font-size: 14px;
            }

            .feature-title {
                font-size: 13px;
            }

            .feature-text {
                font-size: 12px;
            }
        }


        @media (max-width: 991px) {

            .top-bar {
                height: 30px;
                font-size: 11px;
            }

            .main-navbar {
                height: auto;
                min-height: 75px;
            }

            .logo {
                width: 290px;
            }

            .navbar-toggler {
                border: 0;
                box-shadow: none !important;
            }

            .navbar-collapse {
                background: #fff;
                padding: 15px 0;
            }

            .navbar-nav .nav-link {
                font-size: 13px;
                padding: 9px 0 !important;
            }

            .signin {
                margin-left: 0;
            }

            .signup {
                display: inline-block;
                margin-left: 0;
                margin-top: 5px;
            }

            .hero {
                height: auto;
                min-height: 650px;
            }

            .hero-content {
                padding-top: 75px;
                padding-bottom: 260px;
            }

            .hero-title {
                font-size: 30px;
            }

            .features {
                bottom: -440px;
            }

            .feature-card {
                height: 180px;
            }

            .side-register {
                display: none;
            }

            .after-hero {
                height: 500px;
            }
        }


        @media (max-width: 575px) {

            .top-bar {
                font-size: 10px;
            }

            .top-close {
                right: 15px;
            }

            .logo {
                width: 250px;
            }

            .hero {
                min-height: 850px;
            }

            .hero-content {
                padding-top: 55px;
                padding-bottom: 430px;
            }

            .hero-title {
                font-size: 27px;
                line-height: 1.4;
            }

            .hero-description {
                font-size: 13px;
                line-height: 1.8;
            }

            .test-date-row {
                display: block;
            }

            .test-date-label {
                display: block;
                margin-bottom: 8px;
            }

            .date-box {
                display: inline-block;
                font-size: 14px;
            }

            .features {
                bottom: -790px;
            }

            .feature-card {
                height: 170px;
            }

            .after-hero {
                height: 800px;
            }
        }
:root {
  --sttar-orange: #ED5524;
  --sttar-navy: #172F53;
  --sttar-dark: #2c3e50;
  --sttar-light-bg: #f2f2f2;
  --sttar-cream: #fff5f0;
}



body {
  /* font-family: "Barlow", "Segoe UI", sans-serif; */
   font-family: "Mundial Narrow", "Segoe UI", sans-serif;
  color: var(--sttar-navy);
}

h1, h2, h3, h4, h5, h6,
.section-title {
  
    font-family: "Mundial Narrow", "Segoe UI", sans-serif;
  font-weight: 700;
}

.text-sttar-orange { color: var(--sttar-orange); }
.bg-sttar-orange { background-color: var(--sttar-orange); }
.bg-sttar-navy { background-color: var(--sttar-navy); }

/* Top announcement bar */
.announcement-bar {
  background-color: var(--sttar-orange);
  color: #fff;
  font-size: 0.95rem;
  padding: 0.45rem 0;
}

.announcement-bar .btn-close-white {
  opacity: 0.9;
  width: 0.75rem;
  height: 0.75rem;
}

/* Navbar */
.main-navbar {
  background: #fff;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.06);
  padding: 0.75rem 0;
}

.main-navbar .nav-link {
color: var(--STTAR-Black, #000);
text-align: center;

/* Navigation STTAR */
font-family: "Mundial Narrow";
font-size: 13px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.main-navbar .nav-link:hover,
.main-navbar .nav-link.active {
  color: var(--sttar-orange);
}

.logo-img {
  height: 48px;
  width: auto;
}

.btn-sttar {
  background-color: var(--sttar-orange);
  border-color: var(--sttar-orange);
  color: #fff;
  font-weight: 600;
  padding: 0.45rem 1.25rem;
  border-radius: 4px;
}

.btn-sttar:hover {
  background-color: #d44a1f;
  border-color: #d44a1f;
  color: #fff;
}

.btn-sttar-outline {
  border: 2px solid var(--sttar-orange);
  color: var(--sttar-orange);
  font-weight: 600;
  background: transparent;
}

.btn-sttar-outline:hover {
  background: var(--sttar-orange);
  color: #fff;
}

/* Hero */
.hero-section {
  position: relative;
  background: linear-gradient(135deg, #172F53 0%, #2d4a7a 50%, #172F53 100%);
  color: #fff;
  overflow: hidden;
  padding: 4rem 0 2rem;
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='2' cy='2' r='1' fill='rgba(255,255,255,0.05)'/%3E%3C/svg%3E");
  pointer-events: none;
}

.hero-decoration {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 45%;
  max-width: 500px;
  opacity: 0.15;
  pointer-events: none;
}

.hero-title {
  color: #FFF;

font-size: 38px;
font-style: normal;
font-weight: 500;
line-height: 120.5%; /* 45.79px */
}

.hero-subtitle {
  font-size: 1.05rem;
  opacity: 0.9;
  max-width: 480px;
  line-height: 1.5;
}

.test-date-badge {
  display: inline-block;
  background: var(--sttar-orange);
  border: 1px solid var(--sttar-orange);
  border-radius: 4px;
  padding: 0.5rem 1.25rem;
  font-size: 0.95rem;
  margin: 1.5rem 0;
  color: #fff;
  font-weight: 500;
}

/* Feature cards */
.feature-card {
  background: var(--sttar-orange);
  color: #fff;
  border-radius: 0;
  padding: 2rem 1.25rem;
  text-align: center;
  min-height: 188px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.feature-card img {
  width: 40px;
  height: 40px;
  margin-bottom: 1rem;
}

.feature-card p {
  font-size: 1rem;
  line-height: 1.35;
  margin: 0;
  font-weight: 600;
}

.feature-card .sub-text {
  font-weight: 400;
}

/* Registration form */
.registration-section {
  background: #fff;
  padding: 2.5rem 0;
}

.registration-form .form-control,
.registration-form .form-select {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 0.55rem 0.75rem;
  font-size: 0.9rem;
}

.registration-form .form-control::placeholder {
  color: #999;
}

/* Section common */
.section-padding {
  padding: 4rem 0;
}

.section-title {
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  text-align: center;
  margin-bottom: 2rem;
  color: var(--sttar-navy);
}

.section-subtitle {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 2.5rem;
  color: #555;
  line-height: 1.6;
}

/* Hall of Fame carousel */
.hof-tabs .nav-link {
  color: var(--sttar-navy);
  font-weight: 600;
  border: none;
  padding: 0.5rem 1.5rem;
}

.hof-tabs .nav-link.active {
  color: var(--sttar-orange);
  border-bottom: 3px solid var(--sttar-orange);
  background: transparent;
}

.awardee-card {
  text-align: center;
  min-width: 180px;
}

.awardee-card img,
.awardee-card .avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  background: #e9ecef;
  margin: 0 auto 0.75rem;
}

.awardee-card .rank {
  font-weight: 700;
  color: var(--sttar-orange);
  font-size: 0.85rem;
}

.awardee-card .name {
  font-weight: 600;
  font-size: 0.85rem;
  margin-bottom: 0.15rem;
}

.awardee-card .school {
  font-size: 0.75rem;
  color: #666;
  line-height: 1.3;
}

.hof-scroll {
  overflow-x: auto;
  padding-bottom: 1rem;
}

.hof-scroll-inner {
  display: flex;
  gap: 1.5rem;
  min-width: max-content;
  padding: 0.5rem;
}

/* Topper cards */
.topper-card {
  text-align: center;
  padding: 1.5rem 1rem;
  position: relative;
}

.topper-card .rank-label {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--sttar-navy);
  margin-bottom: 0.5rem;
}

.topper-card .cash-reward {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--sttar-orange);
}

.topper-card .medal-text {
  font-size: 0.85rem;
  color: #666;
  margin-top: 0.5rem;
}

.tier-card {
  background: var(--sttar-cream);
  border: 2px solid var(--sttar-orange);
  border-radius: 8px;
  padding: 1.5rem 1rem;
  text-align: center;
  height: 100%;
}

.tier-card .tier-label {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--sttar-navy);
}

.tier-card .tier-amount {
  font-size: 1rem;
  font-weight: 700;
  color: var(--sttar-orange);
  margin: 0.5rem 0;
}

.tier-card .tier-cert {
  font-size: 0.85rem;
  color: #666;
}

/* Rewards table */
.rewards-table {
  border: 1px solid #dee2e6;
  border-radius: 8px;
  overflow: hidden;
}

.rewards-table .table {
  margin: 0;
}

.rewards-table thead {
  background: var(--sttar-navy);
  color: #fff;
}

.rewards-table thead th {
  font-weight: 600;
  padding: 0.75rem 1rem;
  border: none;
}

.rewards-table tbody td {
  padding: 0.65rem 1rem;
  vertical-align: middle;
  font-size: 0.9rem;
}

.rewards-table tbody tr:nth-child(even) {
  background: #f8f9fa;
}

/* About / Mark the day */
.about-section {
  background: var(--sttar-light-bg);
}

.exam-info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.exam-info-item {
  text-align: center;
}

.exam-info-item .icon-box {
  width: 50px;
  height: 50px;
  background: var(--sttar-orange);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.75rem;
  color: #fff;
  font-size: 1.25rem;
}

.exam-info-item .label {
  font-size: 0.85rem;
  color: #666;
  margin-bottom: 0.25rem;
}

.exam-info-item .value {
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--sttar-navy);
}

.exam-note {
  font-size: 0.85rem;
  color: #666;
  text-align: center;
  max-width: 950px;
  margin: 2rem auto 0;
  font-style: italic;
}

/* Stats */
.stats-section {
  background: #fff;
}

.stat-item {
  text-align: center;
  padding: 1rem;
}

.stat-item .number {
  font-size: 2.25rem;
  font-weight: 700;
  color: var(--sttar-orange);
  line-height: 1.1;
}

.stat-item .label {
  font-size: 0.95rem;
  color: var(--sttar-navy);
  margin-top: 0.5rem;
}

/* Who can participate */
.participate-section {

  color: #fff;
  padding: 4rem 0;
}

.participant-item {
  text-align: center;
  margin-bottom: 1.5rem;
}

.participant-item .icon-circle {
  width: 99px;
  height: 99px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  border: 2px solid rgba(255, 255, 255, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  font-size: 2rem;
}

.participant-item p {
  font-size: 0.9rem;
  font-weight: 600;
  max-width: 120px;
  margin: 0 auto;
  line-height: 1.3;
}

/* Additional rewards */
.reward-extra-item {
  text-align: center;
  padding: 1rem;
}

.reward-extra-item i {
  font-size: 2.5rem;
  color: var(--sttar-orange);
  margin-bottom: 1rem;
}

.reward-extra-item p {
  font-size: 0.9rem;
  color: #555;
  line-height: 1.4;
}

/* Registration fee banner */
.fee-banner {
  background: var(--sttar-orange);
  color: #fff;
  border-radius: 8px;
  padding: 2.5rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.fee-banner .fee-label {
  background: var(--sttar-navy);
  padding: 0.5rem 1.5rem;
  border-radius: 4px;
  font-weight: 600;
}

.fee-banner .current-fee {
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}

.fee-banner .old-fee {
  font-size: 1.5rem;
  text-decoration: line-through;
  opacity: 0.6;
}

/* Syllabus */
.syllabus-box {
  background: #fff;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  padding: 2.5rem;
}

.syllabus-topics {
  background: #f2f2f2;
  border-radius: 8px;
  padding: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: center;
}

.syllabus-topic {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.85rem;
  font-weight: 600;
}

.syllabus-topic .topic-icon {
  width: 34px;
  height: 34px;
  background: var(--sttar-orange);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1rem;
}

/* Journey steps */
.journey-section {
  background: #f2f2f2;
}

.journey-card {
  background: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0;
  overflow: hidden;
  height: 100%;
  position: relative;
}

.journey-card .step-number {
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--sttar-orange);
  color: #fff;
  width: 70px;
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  clip-path: polygon(0 0, 100% 0, 85% 100%, 15% 100%);
}

.journey-card .card-header-bar {
  background: var(--sttar-navy);
  color: #fff;
  padding: 0.75rem 1rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.journey-card .card-body {
  padding: 1.5rem 1rem;
  font-size: 0.9rem;
  line-height: 1.8;
}

/* Competency report */
.competency-features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-top: 2rem;
}

.competency-item {
  background: #fff;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  padding: 1.25rem;
  text-align: center;
  min-width: 160px;
  flex: 1;
  max-width: 220px;
}

.competency-item .comp-icon {
  width: 52px;
  height: 52px;
  background: var(--sttar-orange);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.75rem;
  color: #fff;
  font-size: 1.25rem;
}

/* Contact */
.contact-section {
  background: #f2f2f2;
}

.contact-card {
  font-size: 0.85rem;
  line-height: 1.6;
}

.contact-card strong {
  display: block;
  color: var(--sttar-navy);
  margin-bottom: 0.25rem;
}

/* Footer */
.site-footer {
  background: var(--sttar-navy);
  color: rgba(255, 255, 255, 0.85);
  padding: 3rem 0 1.5rem;
}

.site-footer h6 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 1rem;
}

.site-footer a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  font-size: 0.85rem;
  display: block;
  margin-bottom: 0.35rem;
}

.site-footer a:hover {
  color: var(--sttar-orange);
}

.site-footer .footer-links li {
  list-style: none;
  margin-bottom: 0.35rem;
}

.newsletter-input {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  border-radius: 4px 0 0 4px;
}

.newsletter-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.social-icons a {
  display: inline-flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  margin-right: 0.5rem;
  color: #fff;
}

.social-icons a:hover {
  background: var(--sttar-orange);
}

.footer-divider {
  border-color: rgba(255, 255, 255, 0.15);
  margin: 2rem 0;
}

.footer-bottom {
  font-size: 0.8rem;
  opacity: 0.7;
}


/* =========================================================
   STTAR FOOTER
========================================================= */

.sttar-footer {
    background: #1c385f;
    color: #fff;
    padding-top: 34px;
    padding-bottom: 0;

    font-family: "Poppins", sans-serif;
}


/* =========================================================
   FOOTER TOP
========================================================= */

.footer-top {
    padding-bottom: 34px;
}

.footer-column {
    padding-right: 30px;
}


/* Footer Heading */

.footer-heading {
    color: #f4511e;

    font-size: 15px;
    font-weight: 600;

    margin: 0 0 4px;

    line-height: 1.5;
}


/* White Line */

.footer-line {
    width: 100%;
    height: 2px;

    background: rgba(255, 255, 255, 0.9);

    margin-bottom: 6px;
}


/* =========================================================
   FOOTER LINKS
========================================================= */

.footer-links {
    list-style: none;

    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links a {
    color: #fff;

    text-decoration: none;

    font-size: 12px;
    font-weight: 400;

    transition: 0.2s ease;
}

.footer-links a:hover {
    color: #f4511e;
}


/* =========================================================
   CONTACT
========================================================= */

.contact-item {
    display: flex;
    align-items: center;

    gap: 10px;

    margin-bottom: 12px;

    color: #fff;

    font-size: 14px;
}

.contact-item i {
    color: #f4511e;

    font-size: 17px;

    width: 17px;

    text-align: center;
}

.contact-item strong {
    font-weight: 600;
}


/* =========================================================
   SOCIAL ICONS
========================================================= */

.social-icons {
    display: flex;
    align-items: center;

    gap: 28px;

    margin-top: 12px;
}

.social-icons a {
    color: #fff;

    text-decoration: none;

    width: 20px;
    height: 20px;

    display: flex;
    align-items: center;
    justify-content: center;

    transition: 0.2s ease;
}

.social-icons a i {
    font-size: 16px;
}

.social-icons a:hover {
    color: #f4511e;
}


/* =========================================================
   BOTTOM FOOTER
========================================================= */

.footer-bottom {
    padding-top: 0;
}


/* =========================================================
   ABOUT
========================================================= */

.about-wrapper {
    display: flex;
    align-items: center;

    gap: 35px;

    padding-top: 25px;
}

.footer-logo {
    flex: 0 0 165px;
}

.footer-logo img {
    width: 165px;
    height: auto;

    display: block;
}

.about-text {
    color: #fff;

    font-size: 9px;
    line-height: 2;

    font-weight: 400;

    max-width: 570px;
}


/* =========================================================
   NEWSLETTER
========================================================= */

.newsletter-column {
    padding-left: 0;
}

.newsletter-form {
    display: flex;

    width: 100%;

    margin-top: 36px;

    height: 47px;
}

.newsletter-form input {
    flex: 1;

    min-width: 0;

    border: none;
    outline: none;

    background: #fff;

    color: #1c385f;

    padding: 0 13px;

    font-family: "Poppins", sans-serif;

    font-size: 13px;

    border-radius: 14px 0 0 14px;
}

.newsletter-form input::placeholder {
    color: #31547d;
}

.newsletter-form button {
    width: 117px;

    border: none;
    outline: none;

    background: #f4511e;
    color: #fff;

    font-family: "Poppins", sans-serif;

    font-size: 13px;
    font-weight: 600;

    cursor: pointer;

    border-radius: 0;
}

.newsletter-form button:hover {
    background: #d94213;
}

.newsletter-text {
    color: #fff;

    font-size: 10px;

    line-height: 2;

    margin: 3px 0 0;

    max-width: 390px;
}


/* =========================================================
   COPYRIGHT
========================================================= */

.copyright {
    color: #f4511e;

    font-size: 9px;

    padding-top: 22px;
    padding-bottom: 6px;
}

/* =========================================================
   SECTION 1
========================================================= */

.sttar-section-1 {
    background: #fff;
    color: #111;

    font-family: "Poppins", sans-serif;

    overflow: hidden;

    padding-bottom: 45px;
}


/* =========================================================
   REGISTER
========================================================= */

.register-section {
    padding-top: 65px;
}

.section-title {
    text-align: center;

    color: #17365d;

    font-size: 28px;
    font-weight: 400;

    margin: 0 0 20px;
}

.section-title span {
    color: #f4511e;
}


/* Register row */

.register-row {
    margin-left: 0;
    margin-right: 0;
}

.register-row > div {
    padding: 0 15px;
}

.register-input {
    width: 100%;
    height: 40px;

    border: 1px solid #163b70;
    border-radius: 0;

    outline: none;

    padding: 0 7px;

    background: #fff;

    color: #111;

    font-family: "Poppins", sans-serif;

    font-size: 12px;
}

.register-input::placeholder {
    color: #111;
    opacity: 1;
}

.register-row > div:nth-child(-n+4) {
    margin-bottom: 12px;
}


/* Date Select */

.date-select-wrapper {
    position: relative;
}

.date-select {
    appearance: none;
    -webkit-appearance: none;

    padding-right: 35px;

    cursor: pointer;
}

.date-select-wrapper i {
    position: absolute;

    right: 14px;
    top: 11px;

    color: #17365d;

    font-size: 15px;

    pointer-events: none;
}


/* Submit */

.submit-btn {
    width: 100%;
    height: 40px;

    border: 0;
    border-radius: 0;

    background: #f4511e;
    color: #fff;

    font-family: "Poppins", sans-serif;

    font-size: 13px;
    font-weight: 400;

    cursor: pointer;
}

.submit-btn:hover {
    background: #d94213;
}

.submit-btn span {
    margin-right: 10px;
}

.promocode {
    text-align: right;

    color: #111;

    font-size: 11px;

    margin-top: -1px;
}


/* =========================================================
   HALL OF FAME
========================================================= */

.hall-section {
    margin-top: 99px;
}

.hall-title {
    margin-bottom: 27px;
}


/* =========================================================
   HORIZONTAL ROW
========================================================= */

.hall-row-wrapper {
    width: 100%;
    overflow: visible;
}

.hall-row {
    align-items: center;
}

/* =========================================================
   OWL CAROUSEL CUSTOMIZATION
========================================================= */

.hall-row.owl-carousel .owl-stage-outer {
    overflow: hidden;
}

.hall-row.owl-carousel .owl-item {
    display: flex;
    justify-content: center;
}

.hall-row.owl-carousel .owl-nav {
    margin-top: 20px;
    text-align: center;
}

.hall-row.owl-carousel .owl-nav button.owl-prev,
.hall-row.owl-carousel .owl-nav button.owl-next {
    width: 40px;
    height: 40px;

    background: #f4511e;
    color: #fff;

    border-radius: 50%;

    font-size: 18px;
    font-weight: 700;

    margin: 0 8px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    transition: all .25s ease;
}

.hall-row.owl-carousel .owl-nav button.owl-prev:hover,
.hall-row.owl-carousel .owl-nav button.owl-next:hover {
    background: #d94213;
    color: #fff;
}

.hall-row.owl-carousel .owl-nav button.owl-prev span,
.hall-row.owl-carousel .owl-nav button.owl-next span {
    font-size: 22px;
    line-height: 1;
}


/* =========================================================
   AWARDEE
========================================================= */

.awardee {
    display: flex;
    align-items: center;

    
    flex-shrink: 0;

    gap: 9px;
}

.awardee img {
    width: 133px !important; 
    height: 133px;;

    flex-shrink: 0;

    border-radius: 50%;

    object-fit: cover;

    background: #eee;
}


/* Text */

.awardee-info {
    width: 90px;

    line-height: 1.15;
}

.awardee-info .air {
    color: #777;

    font-size: 10px;
    font-weight: 600;

    margin-bottom: 2px;
}

.awardee-info strong {
    display: block;

    color: #111;

    font-size: 10px;
    line-height: 1.2;

    font-weight: 700;

    margin-bottom: 2px;
}

.awardee-info small {
    display: block;

    color: #111;

    font-size: 8px;

    line-height: 1.25;

    font-weight: 400;
}


/* =========================================================
   YEAR LABEL
========================================================= */

.award-year {
    text-align: center;

    color: #17365d;

    font-size: 16px;

    margin-top: 12px;
    margin-bottom: 49px;
}

.award-year span {
    color: #f4511e;

    font-size: 13px;

    margin: 0 5px;
}

.award-year b {
    color: #f4511e;

    font-weight: 400;
}


/* =========================================================
   ROW SPACING
========================================================= */

.second-row {
    margin-top: 0;
}

.third-row {
    margin-top: 0;
}

.last-year {
    margin-bottom: 0;
}





/* =========================================================
   SECTION 2 : BONANZA
========================================================= */

.bonanza-section {
    background: #fff;
    padding: 82px 0 65px;
    font-family: "Poppins", sans-serif;
    overflow: hidden;
}


/* =========================================================
   TITLE
========================================================= */

.bonanza-title {
    text-align: center;

    color: #111;

    font-size: 28px;
    font-weight: 400;

    margin: 0 0 36px;
}

.bonanza-title span {
    color: #f4511e;
}


/* =========================================================
   TOP RANKS
========================================================= */

.top-ranks {
    margin-left: 0;
    margin-right: 0;
}

.top-ranks > div {
    display: flex;
    justify-content: center;
}


/* =========================================================
   CIRCLE COMMON
========================================================= */

.rank-circle {
    position: relative;

    display: flex;
    flex-direction: column;

    align-items: center;

    text-align: center;

    background: #fff;

    color: #173f7a;

    border: 2px dotted #f4511e;

    border-radius: 50%;
}


/*
   Arrow-like dotted bottom decoration
*/

.rank-circle::after {
    content: "‹‹‹‹  ››››";

    position: absolute;

    bottom: -7px;
    left: 50%;

    transform: translateX(-50%);

    width: 80%;

    color: #f4511e;

    background: #fff;

    font-size: 19px;

    letter-spacing: 1px;

    line-height: 10px;

    white-space: nowrap;
}


/* =========================================================
   BIG CIRCLE
========================================================= */

.rank-big {
    width: 265px;
    height: 265px;

    padding-top: 5px;

    margin: 0 auto;
}


/* =========================================================
   TOP 3 CONTENT
========================================================= */

.rank-heading {
    color: #f4511e;

    font-size: 20px;
    font-weight: 600;

    line-height: 1.2;

    margin-top: 0;
}

.rank-number {
    color: #164487;

    font-size: 36px;
    font-weight: 600;

    line-height: 1.15;

    margin-top: 7px;
}

.reward-title {
    color: #164487;

    font-size: 21px;
    font-weight: 600;

    line-height: 1.25;

    margin-top: 7px;
}

.reward-amount {
    color: #164487;

    font-size: 25px;
    font-weight: 600;

    line-height: 1.25;

    margin-top: 5px;
}

.plus {
    color: #555;

    font-size: 17px;
    font-weight: 500;

    line-height: 1;

    margin: 5px 0;
}

.medal,
.certificate {
    color: #555;

    font-size: 14px;
    font-weight: 600;

    line-height: 1.25;
}


/* =========================================================
   LOWER RANKS
========================================================= */

.lower-ranks {
    margin-top: 52px;
}

.lower-ranks > div {
    display: flex;
    justify-content: center;
}


/* =========================================================
   SMALL CIRCLE
========================================================= */

.rank-small {
    width: 200px;
    height: 180px;

    padding-top: 1px;

    margin: 0 auto;
}


/* =========================================================
   SMALL CONTENT
========================================================= */

.top-label {
    color: #f4511e;

    font-size: 18px;
    font-weight: 600;

    line-height: 1;

    margin-top: 0;
}

.top-number {
    color: #f4511e;

    font-size: 29px;
    font-weight: 600;

    line-height: 1;

    margin-top: 3px;
}

.small-reward-title {
    color: #164487;

    font-size: 14px;
    font-weight: 600;

    line-height: 1;

    margin-top: 12px;
}

.small-reward {
    color: #164487;

    font-size: 21px;
    font-weight: 600;

    line-height: 1;

    margin-top: 10px;
}

.small-plus {
    color: #111;

    font-size: 15px;

    margin: 7px 0 5px;

    line-height: 1;
}

.small-certificate {
    color: #333;

    font-size: 13px;
    font-weight: 400;

    line-height: 1;
}




/* =========================================================
   SECTION 3 : ASSURED REWARDS
========================================================= */

.assured-rewards-section {
    background: #fff;

    padding: 30px 0 70px;

    font-family: "Poppins", sans-serif;

    overflow: hidden;
}


/* =========================================================
   TITLE
========================================================= */

.assured-title {
    text-align: center;

    color: #17365d;

    font-size: 28px;
    font-weight: 400;

    line-height: 1.4;

    margin: 0 0 18px;
}

.assured-title span {
    color: #f4511e;
}


/* =========================================================
   REWARD BOX
========================================================= */

.reward-box {
    width: 100%;

    border: 1px solid #f4511e;

    background: #fff;
}


/* =========================================================
   REWARD ITEM
========================================================= */

.reward-item {
    min-height: 34px;

    display: flex;
    align-items: center;
    justify-content: center;

    text-align: center;

    padding: 5px 15px;

    color: #111;

    font-size: 14px;
    font-weight: 400;

    line-height: 1.35;

    border-bottom: 1px solid #f4511e;
}


/* =========================================================
   TOTAL
========================================================= */

.reward-total {
    height: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #f4511e;

    color: #fff;

    font-size: 20px;
    font-weight: 400;

    line-height: 1;
}

.reward-total strong {
    font-weight: 700;

    margin-left: 5px;
}


/* =========================================================
   GIFT ICON
========================================================= */

.gift-icon {
    position: relative;

    width: 110px;
    height: 145px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #f4511e;
}

.gift-icon > i {
    font-size: 75px;

    position: relative;

    z-index: 2;
}


/* =========================================================
   STARS
========================================================= */

.gift-star {
    position: absolute;

    color: #f4511e;

    font-size: 18px;

    line-height: 1;

    z-index: 1;
}

.star-1 {
    top: 2px;
    left: 42px;
}

.star-2 {
    top: 20px;
    left: 8px;
}

.star-3 {
    top: 18px;
    right: 7px;
}

.star-4 {
    top: 45px;
    left: 0;
}

.star-5 {
    top: 43px;
    right: -2px;
}

.star-6 {
    top: 75px;
    left: 5px;
}

.star-7 {
    top: 72px;
    right: 4px;
}

.star-8 {
    top: 12px;
    left: 68px;
}




/* =========================================================
   SECTION 4
========================================================= */

.nto-section-4 {
    background: #f5f5f5;

    padding: 88px 0 62px;

    min-height: 770px;

    font-family: "Poppins", sans-serif;

    color: #111;

    overflow: hidden;
}


/* =========================================================
   INTRO
========================================================= */

.nto-intro {
    min-height: 170px;
}

.nto-logo-wrap {
    padding-left: 2px;
}

.nto-logo {
    width: 205px;
    max-width: 100%;
    height: auto;

    display: block;
}


.nto-description {
    margin: 0;

    padding-left: 35px;

    color: #111;

    font-size: 14px;

    line-height: 2.05;

    font-weight: 400;
}


/* =========================================================
   CALENDAR TITLE
========================================================= */

.nto-calendar-title {
    margin: 79px 0 31px;

    text-align: center;

    color: #19385f;

    font-size: 27px;

    line-height: 1.3;

    font-weight: 400;
}

.nto-calendar-title span {
    color: #f4511e;
}


/* =========================================================
   INFO ROW
========================================================= */

.nto-info-row {
    margin-left: 0;
    margin-right: 0;
}

.nto-info-row > div {
    padding-left: 15px;
    padding-right: 15px;
}


.nto-info-item {
    min-height: 155px;
}


/* =========================================================
   ICON
========================================================= */

.nto-icon {
    width: 50px;
    height: 50px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #f4511e;

    color: #fff;

    margin-bottom: 9px;
}

.nto-icon i {
    font-size: 20px;
    line-height: 1;
}


/* =========================================================
   LABEL
========================================================= */

.nto-label {
    color: #111;

    font-size: 14px;

    font-weight: 400;

    line-height: 1.35;

    margin-bottom: 5px;
}


/* =========================================================
   VALUE
========================================================= */

.nto-value {
    color: #19385f;

    font-size: 18px;

    line-height: 1.4;

    font-weight: 500;
}


/* =========================================================
   NOTE
========================================================= */

.nto-note {
    max-width: 965px;

    margin: 14px auto 0;

    text-align: center;

    color: #111;

    font-size: 13px;

    line-height: 1.65;

    font-weight: 400;
}


/* =========================================================
   REGISTER
========================================================= */

.nto-register-wrap {
    display: flex;

    justify-content: center;

    margin-top: 55px;
}


.nto-register-btn {
    display: inline-flex;

    align-items: center;

    gap: 9px;

    padding: 11px 13px;

    background: #f4511e;

    color: #fff;

    text-decoration: none;

    font-size: 13px;

    font-weight: 400;

    transition: all .2s ease;
}

.nto-register-btn:hover {
    background: #d94112;

    color: #fff;
}

.nto-register-btn span {
    font-size: 16px;
}


/* =========================================================
   LARGE DESKTOP
========================================================= */

@media (min-width: 1400px) {

    .nto-section-4 .container {
        max-width: 1170px;
    }

    .nto-description {
        font-size: 14px;
    }

    .nto-info-row > div {
        padding-left: 15px;
        padding-right: 15px;
    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .nto-section-4 {
        padding: 65px 0 55px;
    }

    .nto-intro {
        min-height: auto;
    }

    .nto-logo-wrap {
        text-align: center;

        margin-bottom: 30px;
    }

    .nto-logo {
        width: 190px;

        margin: 0 auto;
    }

    .nto-description {
        padding-left: 0;

        text-align: center;

        font-size: 13px;

        line-height: 1.9;
    }

    .nto-calendar-title {
        margin-top: 65px;
    }

    .nto-info-item {
        margin-bottom: 30px;
    }

}



/* =========================================================
   SECTION 5 : STTAR GLOBAL OUTREACH
========================================================= */

.sttar-outreach-section {
    background: #fff;

    min-height: 440px;

    padding: 80px 0 70px;

    font-family: "Poppins", sans-serif;

    overflow: hidden;
}


/* =========================================================
   HEADING
========================================================= */

.outreach-title {
    text-align: center;

    color: #f4511e;

    font-size: 28px;

    font-weight: 400;

    line-height: 1.4;

    margin: 0 0 47px;
}

.outreach-title span {
    color: #19385f;
}


/* =========================================================
   STATISTICS
========================================================= */

.outreach-stats {
    margin: 0 auto;

    max-width: 1050px;
}

.outreach-stats > div {
    padding-left: 20px;
    padding-right: 20px;
}


.outreach-item {
    text-align: center;

    color: #164887;
}


/* =========================================================
   NUMBER
========================================================= */

.outreach-number {
    color: #164887;

    font-size: 33px;

    font-weight: 600;

    line-height: 1.2;

    margin-bottom: 3px;
}


/* =========================================================
   TEXT
========================================================= */

.outreach-text {
    color: #164887;

    font-size: 22px;

    font-weight: 400;

    line-height: 1.5;
}



/* =========================================================
   SECTION 6 : WHO CAN PARTICIPATE
========================================================= */

.participate-section {
    position: relative;

    min-height: 390px;

    padding: 70px 0 75px;

  

   
    background-image: url("../images/bg.png");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;

    overflow: hidden;
}


/* =========================================================
   HEADING
========================================================= */

.participate-title {
    position: relative;

    z-index: 2;

    text-align: center;

    color: #111;

    font-size: 28px;

    font-weight: 400;

    line-height: 1.3;

    margin: 0 0 48px;
}

.participate-title span {
    color: #555;
    font-weight: 600;
}


/* =========================================================
   PARTICIPANTS ROW
========================================================= */

.participate-row {
    position: relative;

    z-index: 2;

    margin-left: -7px;
    margin-right: -7px;
}

.participate-row > div {
    padding-left: 7px;
    padding-right: 7px;
}


/* =========================================================
   PARTICIPANT ITEM
========================================================= */

.participant-item {
    display: flex;
    flex-direction: column;

    align-items: center;

    text-align: center;

    color: #111;
}


/* =========================================================
   ORANGE CIRCLE
========================================================= */

.participant-icon {
    width: 100px;
    height: 100px;

    border-radius: 50%;

    background: #f4511e;

    color: #fff;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 14px;

    position: relative;
}


/* Icon */

.participant-icon i {
    font-size: 38px;

    font-weight: 300;

    line-height: 1;
}


/* =========================================================
   LABEL
========================================================= */

.participant-name {
    color: #111;

    font-size: 14px;

    line-height: 1.45;

    font-weight: 400;

    min-height: 42px;
}


/* =========================================================
   DESKTOP - 8 ITEMS IN ONE ROW
========================================================= */

@media (min-width: 1200px) {

    .participate-section .container {
        max-width: 1200px;
    }

    .participate-row {
        flex-wrap: nowrap;
    }

    .participate-row > div {
        width: 12.5%;
        flex: 0 0 12.5%;
    }

    .participant-icon {
        width: 100px;
        height: 100px;
    }

}


/* =========================================================
   LARGE TABLET
========================================================= */

@media (max-width: 1199px) {

    .participate-section {
        min-height: auto;

        padding: 65px 0 65px;
    }

    .participate-title {
        font-size: 27px;
    }

    .participant-icon {
        width: 90px;
        height: 90px;
    }

    .participant-icon i {
        font-size: 34px;
    }

    .participant-name {
        font-size: 13px;
    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .participate-section {
        padding: 60px 15px;
    }

    .participate-title {
        margin-bottom: 40px;
    }

    .participate-row > div {
        margin-bottom: 30px;
    }

    .participant-icon {
        width: 95px;
        height: 95px;
    }

}


/* ========================================================= JOURNEY SECTION ========================================================= */ .journey-section { background: #fff; padding: 70px 0 80px; font-family: "Poppins", sans-serif; overflow: hidden; } /* ========================================================= TITLE ========================================================= */ .journey-title { text-align: center; color: #19385f; font-size: 28px; font-weight: 400; line-height: 1.4; margin: 0 0 37px; } .journey-title span { color: #f4511e; } /* ========================================================= ROW ========================================================= */ .journey-row { max-width: 1170px; margin: 0 auto; } .journey-row > div { padding-left: 15px; padding-right: 15px; } /* ========================================================= ITEM ========================================================= */ .journey-item { display: flex; flex-direction: column; align-items: center; } /* ========================================================= NUMBER ========================================================= */ .journey-number { width: 70px; height: 47px; display: flex; align-items: center; justify-content: center; background: #f4511e; color: #fff; font-size: 27px; font-weight: 600; line-height: 1; margin-bottom: 8px; } /* ========================================================= CARD ========================================================= */ .journey-card { width: 270px; background: #19385f; color: #fff; border-top: 16px solid #19385f; } /* ========================================================= CARD TITLE ========================================================= */ .journey-card-title { height: 41px; display: flex; align-items: center; background: #f4511e; color: #fff; padding: 0 30px; gap: 18px; font-size: 23px; font-weight: 400; white-space: nowrap; } .journey-card-title i { font-size: 19px; line-height: 1; } /* ========================================================= CARD BODY ========================================================= */ .journey-card-body { min-height: 135px; padding: 17px 14px 15px; } .journey-card-body ul { margin: 0; padding: 0; list-style: none; } .journey-card-body li { position: relative; padding-left: 14px; margin-bottom: 9px; color: #fff; font-size: 14px; line-height: 1.45; font-weight: 400; } .journey-card-body li::before { content: "•"; position: absolute; left: 0; top: 0; color: #fff; font-size: 14px; } /* ========================================================= LARGE DESKTOP ========================================================= */ @media (min-width: 1400px) { .journey-section .container { max-width: 1170px; } .journey-card { width: 270px; } } /* ========================================================= TABLET ========================================================= */ @media (max-width: 991px) { .journey-section { padding: 60px 0 65px; } .journey-title { font-size: 26px; margin-bottom: 35px; } .journey-row > div { margin-bottom: 40px; } .journey-card { width: 280px; } } /* ========================================================= MOBILE ========================================================= */ @media (max-width: 767px) { .journey-section { padding: 50px 15px 55px; } .journey-title { font-size: 23px; margin-bottom: 30px; } .journey-card { width: 100%; max-width: 320px; } .journey-card-title { font-size: 20px; padding-left: 25px; gap: 14px; } .journey-card-body { min-height: 130px; } } /* ========================================================= SMALL MOBILE ========================================================= */ @media (max-width: 480px) { .journey-title { font-size: 21px; } .journey-number { width: 65px; height: 45px; font-size: 24px; } .journey-card-title { height: 40px; font-size: 18px; } .journey-card-body li { font-size: 13px; } }

/* ========================================================= SECTION 7 ========================================================= */ .sttar-section-7 { background: #fff; padding: 65px 0 85px; font-family: "Poppins", sans-serif; overflow: hidden; } /* ========================================================= TITLE ========================================================= */ .sec7-title { text-align: center; color: #111; font-size: 27px; font-weight: 400; line-height: 1.4; margin: 0 0 48px; } .sec7-title strong { font-weight: 700; } /* ========================================================= REWARDS ========================================================= */ .sec7-rewards { max-width: 1120px; margin: 0 auto; } .sec7-rewards > div { padding-left: 15px; padding-right: 15px; } .sec7-reward { text-align: center; min-height: 190px; color: #625757; } /* ========================================================= ICON ========================================================= */ .sec7-icon { height: 58px; display: flex; align-items: center; justify-content: center; margin-bottom: 10px; color: #f4511e; } .sec7-icon i { font-size: 43px; line-height: 1; font-weight: 300; } /* ========================================================= REWARD TEXT ========================================================= */ .sec7-reward p { margin: 0; color: #625757; font-size: 14px; line-height: 1.35; font-weight: 400; } /* ========================================================= FEE BANNER ========================================================= */ .sec7-fee-banner { display: flex; width: 100%; height: 130px; margin-top: 15px; background: #f4511e; } /* ========================================================= FEE CONTENT ========================================================= */ .sec7-fee-content { flex: 1; display: flex; align-items: center; gap: 40px; padding-left: 0; } /* Registration Label */ .fee-label { min-width: 318px; height: 46px; display: flex; align-items: center; justify-content: center; background: #194a86; color: #fff; font-size: 27px; font-weight: 400; } /* Old Price */ .old-price { color: #fff; font-size: 36px; line-height: 1; text-decoration: line-through; text-decoration-thickness: 2px; white-space: nowrap; } /* New Price */ .new-price { color: #fff; font-size: 52px; font-weight: 600; line-height: 1; white-space: nowrap; } /* Register Button */ .fee-register-btn { display: inline-flex; align-items: center; gap: 7px; background: #fff; color: #f4511e; text-decoration: none; padding: 10px 12px; font-size: 13px; font-weight: 400; white-space: nowrap; transition: all .2s ease; } .fee-register-btn:hover { background: #17365d; color: #fff; } .fee-register-btn span { font-size: 15px; } /* ========================================================= LOGO BLOCK ========================================================= */ .fee-logo { width: 203px; height: 130px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; background: #19385f; overflow: hidden; } .fee-logo img { width: 108px; max-height: 115px; object-fit: contain; } /* ========================================================= LARGE DESKTOP ========================================================= */ @media (min-width: 1400px) { .sttar-section-7 .container { max-width: 1170px; } } /* ========================================================= 1200 - 1399 ========================================================= */ @media (max-width: 1399px) { .sec7-fee-content { gap: 30px; } .fee-label { min-width: 300px; font-size: 25px; } .old-price { font-size: 32px; } .new-price { font-size: 48px; } } /* ========================================================= TABLET ========================================================= */ @media (max-width: 991px) { .sttar-section-7 { padding: 55px 0 65px; } .sec7-title { font-size: 25px; margin-bottom: 40px; } .sec7-reward { min-height: 170px; margin-bottom: 25px; } .sec7-fee-banner { height: auto; min-height: 130px; flex-direction: column; } .sec7-fee-content { flex-wrap: wrap; justify-content: center; gap: 20px; padding: 15px; } .fee-label { min-width: 260px; } .fee-logo { width: 100%; height: 90px; } .fee-logo img { width: 75px; } } /* ========================================================= MOBILE ========================================================= */ @media (max-width: 767px) { .sttar-section-7 { padding: 45px 15px 55px; } .sec7-title { font-size: 22px; margin-bottom: 35px; } .sec7-reward { min-height: auto; margin-bottom: 35px; } .sec7-icon { height: 52px; } .sec7-icon i { font-size: 38px; } .sec7-reward p { font-size: 12px; } .sec7-fee-banner { margin-top: 5px; } .sec7-fee-content { flex-direction: column; gap: 15px; padding: 20px 15px; } .fee-label { width: 100%; min-width: 0; height: 45px; font-size: 21px; } .old-price { font-size: 28px; } .new-price { font-size: 40px; } .fee-register-btn { font-size: 12px; } } /* ========================================================= SMALL MOBILE ========================================================= */ @media (max-width: 480px) { .sec7-title { font-size: 20px; } .fee-label { font-size: 19px; } .old-price { font-size: 25px; } .new-price { font-size: 36px; } }


/* =========================================================
   SECTION 10 : YOUR COMPETENCY REPORT
========================================================= */

.sttar-sec10 {
    position: relative;

    background: #f4511e;

    min-height: 294px;

    padding: 30px 0 0;

    font-family: "Poppins", sans-serif;

    overflow: visible;
}


/* =========================================================
   CONTAINER
========================================================= */

.sttar-sec10 .container {
    position: relative;

    max-width: 1170px;
}


/* =========================================================
   TITLE
========================================================= */

.sec10-title {
    color: #fff;

    text-align: center;

    font-size: 28px;

    line-height: 1.35;

    font-weight: 400;

    margin: 0 0 24px;
}


/* =========================================================
   DESCRIPTION
========================================================= */

.sec10-description {
    color: #fff;

    text-align: center;

    font-size: 17px;

    line-height: 1.95;

    font-weight: 400;

    margin: 0 auto;

    max-width: 850px;
}


/* =========================================================
   CARDS WRAPPER
========================================================= */

.sec10-cards {
    position: relative;

    display: flex;

    align-items: flex-start;

    justify-content: center;

    margin-top: 45px;

    margin-left: 0;
    margin-right: 0;

    z-index: 5;
}


/* =========================================================
   CARD COLUMN
========================================================= */

.sec10-cards > div {
    padding-left: 15px;
    padding-right: 15px;
}


/* =========================================================
   CARD
========================================================= */

.sec10-card {
    position: relative;

    height: 140px;

    background: #19385f;

    color: #fff;

    display: flex;

    align-items: center;

    justify-content: center;

    text-align: center;

    padding: 35px 20px 15px;

    margin: 0 auto;

    max-width: 225px;
}


/* =========================================================
   CARD TEXT
========================================================= */

.sec10-card-text {
    color: #fff;

    font-size: 18px;

    line-height: 1.3;

    font-weight: 400;
}


/* =========================================================
   CIRCULAR ICON
========================================================= */

.sec10-icon {
    position: absolute;

    top: -32px;

    left: 50%;

    transform: translateX(-50%);

    width: 52px;
    height: 52px;

    border-radius: 50%;

    background: #fff;

    color: #f4511e;

    display: flex;

    align-items: center;
    justify-content: center;

    z-index: 3;
}


/* Icon */

.sec10-icon i {
    font-size: 21px;

    line-height: 1;
}


/* =========================================================
   DESKTOP EXACT CARD WIDTHS
========================================================= */

@media (min-width: 1200px) {

    .sec10-cards {
        margin-left: -15px;
        margin-right: -15px;
    }

    .sec10-cards > div {
        flex: 0 0 auto;
    }

    .sec10-cards > div:nth-child(1) {
        width: 195px;
    }

    .sec10-cards > div:nth-child(2) {
        width: 245px;
    }

    .sec10-cards > div:nth-child(3) {
        width: 275px;
    }

    .sec10-cards > div:nth-child(4) {
        width: 210px;
    }

    .sec10-cards > div:nth-child(5) {
        width: 275px;
    }

    .sec10-card {
        max-width: none;

        width: 100%;
    }

}


/* =========================================================
   LARGE TABLET
========================================================= */

@media (max-width: 1199px) {

    .sttar-sec10 {
        padding-bottom: 70px;
    }

    .sec10-description {
        font-size: 15px;
    }

    .sec10-card {
        max-width: 260px;

        margin-bottom: 55px;
    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .sttar-sec10 {
        min-height: auto;

        padding: 45px 0 30px;
    }

    .sec10-title {
        font-size: 26px;
    }

    .sec10-description {
        font-size: 14px;

        line-height: 1.8;

        padding: 0 15px;
    }

    .desktop-break {
        display: none;
    }

    .sec10-cards {
        margin-top: 55px;
    }

    .sec10-card {
        max-width: 270px;
    }

}



/* =========================================================
   SECTION 11 : CONTACT US
========================================================= */

.sttar-sec11 {
    background: #fff;

    padding: 38px 0 72px;

    font-family: "Poppins", sans-serif;

    color: #19385f;

    overflow: hidden;
}


/* =========================================================
   TITLE
========================================================= */

.sec11-title {
    text-align: center;

    font-size: 28px;

    font-weight: 400;

    line-height: 1.3;

    color: #19385f;

    margin: 0 0 34px;
}

.sec11-title span {
    color: #f4511e;
}


/* =========================================================
   CONTACT ROW
========================================================= */

.sec11-contact-row {
    max-width: 930px;

    margin: 0 auto;
}


/* =========================================================
   CONTACT COLUMN
========================================================= */

.sec11-contact-row > div {
    position: relative;

    padding-left: 20px;
    padding-right: 20px;
}


/* =========================================================
   CONTACT ITEM
========================================================= */

.sec11-contact-item {
    position: relative;

    min-height: 100px;

    text-align: left;

    padding-left: 0;
}


/* =========================================================
   PARTNERSHIP DIVIDER
========================================================= */

.sec11-contact-item.partnership {
    padding-right: 35px;

    border-right: 1px solid #f4511e;
}


/* =========================================================
   LABEL
========================================================= */

.sec11-label {
    color: #164887;

    font-size: 14px;

    font-weight: 400;

    line-height: 1.3;

    margin-bottom: 8px;
}


/* =========================================================
   NAME
========================================================= */

.sec11-name {
    color: #19385f;

    font-size: 18px;

    font-weight: 600;

    line-height: 1.3;

    margin-bottom: 3px;
}


/* =========================================================
   EMAIL
========================================================= */

.sec11-email {
    color: #19385f;

    font-size: 15px;

    font-weight: 400;

    line-height: 1.45;

    margin-bottom: 2px;
}


/* =========================================================
   MOBILE
========================================================= */

.sec11-mobile {
    color: #19385f;

    font-size: 15px;

    font-weight: 400;

    line-height: 1.45;
}


/* =========================================================
   DESKTOP ALIGNMENT
========================================================= */

@media (min-width: 992px) {

    .sec11-contact-row {
        display: flex;

        align-items: flex-start;
    }

    .sec11-contact-row > div {
        flex: 0 0 25%;

        width: 25%;
    }

    /*
       First two contacts are under
       Partnership heading.
    */

    .sec11-contact-row > div:nth-child(1) {
        padding-left: 0;
    }

    .sec11-contact-row > div:nth-child(2) {
        padding-left: 20px;
    }

    /*
       Enquiry group starts from column 3
    */

    .sec11-contact-row > div:nth-child(3) {
        padding-left: 20px;
    }

    .sec11-contact-row > div:nth-child(4) {
        padding-right: 0;
    }

}


/* =========================================================
   LARGE DESKTOP
========================================================= */

@media (min-width: 1200px) {

    .sttar-sec11 .container {
        max-width: 1170px;
    }

    .sec11-contact-row {
        max-width: 930px;
    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .sttar-sec11 {
        padding: 50px 0 60px;
    }

    .sec11-title {
        font-size: 26px;

        margin-bottom: 40px;
    }

    .sec11-contact-row > div {
        margin-bottom: 35px;
    }

    .sec11-contact-item {
        text-align: center;
    }

    .sec11-contact-item.partnership {
        padding-right: 0;

        border-right: none;
    }

}





/* ========================================================= SECTION 4 ========================================================= */ 
.sttar-sec4 { background: #f7f7f7; min-height: 780px; padding: 88px 0 62px; font-family: "Poppins", sans-serif; color: #111; } 
/* ========================================================= INTRO ========================================================= */ 
.sec4-intro { min-height: 175px; } .sec4-logo { width: 175px; max-width: 100%; height: auto; display: inline-block; } 
.sec4-description { color: #111; font-size: 14px; line-height: 2.05; font-weight: 400; margin: 0; padding-left: 35px; } 
/* ========================================================= TITLE ========================================================= */ 

.sec4-title { text-align: center; color: #17365d; font-size: 27px; font-weight: 400; margin: 80px 0 30px; } .sec4-title span { color: #f4511e; } /* ========================================================= DETAILS ========================================================= */ .sec4-details { margin-left: 0; margin-right: 0; } .sec4-details > div { padding-left: 15px; padding-right: 15px; } .detail-box { min-height: 155px; } /* ========================================================= ICON ========================================================= */ .detail-icon { width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; background: #f4511e; color: #fff; margin-bottom: 10px; } .detail-icon i { font-size: 20px; } /* ========================================================= LABEL ========================================================= */ .detail-label { color: #111; font-size: 14px; font-weight: 400; line-height: 1.4; margin-bottom: 4px; } /* ========================================================= VALUE ========================================================= */ .detail-value { color: #17365d; font-size: 18px; font-weight: 500; line-height: 1.4; } .detail-value.language { line-height: 1.25; } /* ========================================================= NOTE ========================================================= */ .sec4-note { text-align: center; max-width: 600px; margin: 50px auto 0; color: #111; font-size: 13px; line-height: 1.8; font-weight: 400; }


/* =========================================================
   SECTION 8 : OLYMPIAD SYLLABUS
========================================================= */

.sttar-sec8 {
    background: #f5f5f5;

    padding: 75px 0 70px;

    font-family: "Poppins", sans-serif;

    overflow: hidden;
}


/* =========================================================
   MAIN WRAPPER
========================================================= */

.sec8-wrapper {
    width: 100%;

    max-width: 1165px;

    margin: 0 auto;

    background: #19385f;
}


/* =========================================================
   TOP DARK AREA
========================================================= */

.sec8-top {
    min-height: 375px;

    padding: 43px 70px 0;

    color: #fff;

    position: relative;
}


/* =========================================================
   TITLE
========================================================= */

.sec8-title {
    text-align: center;

    color: #fff;

    font-size: 38px;

    font-weight: 300;

    line-height: 1.3;

    margin: 0 0 34px;
}

.sec8-title span {
    color: #f4511e;
}


/* =========================================================
   DESCRIPTION
========================================================= */

.sec8-description {
    color: #fff;

    font-size: 20px;

    font-weight: 400;

    line-height: 2.05;

    margin: 0;

    text-align: left;
}


/* =========================================================
   SUB TITLE
========================================================= */

.sec8-subtitle {
    position: absolute;

    left: 0;
    right: 0;

    bottom: 17px;

    text-align: center;

    color: #f4511e;

    font-size: 27px;

    font-weight: 400;

    line-height: 1.3;

    margin: 0;
}


/* =========================================================
   TOPICS WHITE AREA
========================================================= */

.sec8-topics {
    background: #fff;

    min-height: 110px;

    padding: 20px 45px;
}


/* =========================================================
   TOPIC
========================================================= */

.sec8-topic {
    display: flex;

    align-items: center;

    justify-content: center;

    gap: 15px;

    min-height: 70px;
}


/* =========================================================
   ORANGE ICON BOX
========================================================= */

.sec8-icon {
    width: 50px;
    height: 50px;

    flex: 0 0 50px;

    display: flex;

    align-items: center;
    justify-content: center;

    background: #f4511e;

    color: #fff;
}

.sec8-icon i {
    font-size: 22px;

    line-height: 1;
}


/* =========================================================
   TOPIC TEXT
========================================================= */

.sec8-topic-text {
    color: #111;

    font-size: 18px;

    line-height: 1.35;

    font-weight: 400;
}


/* =========================================================
   BOTTOM STRIP
========================================================= */

.sec8-bottom {
    height: 58px;

    background: #19385f;
}


/* =========================================================
   LARGE DESKTOP
========================================================= */

@media (min-width: 1400px) {

    .sttar-sec8 .container {
        max-width: 1170px;
    }

    .sec8-wrapper {
        max-width: 1165px;
    }

}


/* =========================================================
   1200 - 1399
========================================================= */

@media (max-width: 1399px) {

    .sec8-title {
        font-size: 34px;
    }

    .sec8-description {
        font-size: 18px;
    }

    .sec8-topic-text {
        font-size: 16px;
    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .sttar-sec8 {
        padding: 60px 15px;
    }

    .sec8-top {
        min-height: auto;

        padding: 40px 40px 35px;
    }

    .sec8-title {
        font-size: 30px;

        margin-bottom: 28px;
    }

    .sec8-description {
        font-size: 15px;

        line-height: 1.9;
    }

    .sec8-subtitle {
        position: static;

        margin-top: 35px;
    }

    .sec8-topics {
        padding: 20px 25px;
    }

    .sec8-topic {
        justify-content: flex-start;

        margin-bottom: 15px;
    }

    .sec8-bottom {
        height: 45px;
    }

}

