:root{
    --heading-size:48px;
    --heading-size2:40px;
    --body-textsize2:24px;
    --brand:#265897;
}


body {
    font-family: 'Roboto', sans-serif;
    background-color: #ffffff;
    color: #333;
}
.section-padding{
    padding: 80px 0 0 0;
}
.hersosection-wrapper{
    background:url(../images/affiliate-banner.png) no-repeat;
    background-size: contain;
    Height: 600px;
    width: 100%;
}
.hero-banner-button-web{
    bottom: 20px;
    right: 20px;
    width: 230px;
    cursor: pointer;
}
.hero-banner-button-mob{
    bottom: 0px;
}
.main-title {
    color: var(--brand);
    font-weight: 700;
    font-size: var(--heading-size);
    margin-bottom: 50px;
    text-transform: uppercase;
    font-family: cera pro;
}

/* modern card style */
    .card-modern {
      background: #ffffff;
      border-radius: 28px;
      /* padding: 30px 20px 32px; */
      box-shadow: 0 18px 35px -12px rgba(18, 52, 77, 0.15);
      transition: all 0.25s ease;
      display: flex;
      flex-direction: column;
      width: 100%;
      backdrop-filter: blur(2px);
      position: relative;
      overflow: hidden;
      height: 100%;
    }
    .card-modern:hover {
      transform: translateY(-8px);
      box-shadow: 0 28px 45px -12px rgba(21, 80, 130, 0.25);
      border-color: rgba(45, 95, 154, 0.2);
    }
    /* subtle top accent */
    .card-modern::before {
      /* content: ''; */
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 80px;
      background: linear-gradient(90deg, #2d5f9a, #77afe6);
      border-radius: 28px 28px 0 0;
    }
    .card-featured {
      background: #265897;
      box-shadow: 0 20px 35px -10px rgba(23, 75, 135, 0.2);
    }
    .card-featured::before {
      background: linear-gradient(90deg, #1e4f88, #4682d0);
      height: 80px;
    }
    .card-title {
      font-size: 22px;
      font-weight: 500;
      color: #ffffff;
      z-index: 1;
      background: linear-gradient(90deg, #2d5f9a, #77afe6);
      padding: 20px 0;
      text-align: center;
    }
.card-featured .card-highlight-big {
    color: white;
    margin: 30px 0;
    padding: 0 10px;
}

    .card-price-main {
      font-size: 38px;
      font-weight: 700;
      line-height: 1;
      color: #ffffff;
      margin-bottom: 30px;
      display: flex;
      align-items: baseline;
      justify-content: center;
      font-family: cera pro;
    }
    .card-price-main small {
      font-size: 22px;
      font-weight: 300;
      color: #334155;
      /* margin-left: 6px; */
    }
    .card-highlight-big {
      font-size: 26px;
      font-weight: 700;
      color: var(--brand);
      margin-bottom: 30px;
      line-height: 1.2;
      font-family: cera pro;
    }
    .card-text {
      font-size: 16px;
      color: #334155;
      /* margin-bottom: 28px; */
      flex-grow: 1;
      /* padding: 0 10px; */
      padding: 0 20px;
      font-weight: 500;
    }
    .card-extra-note {
      font-size: 14px;
      color: var(--brand);
      border-top: 1px dashed #bdd0e8;
      margin-top: 18px;
      padding: 18px;
      font-weight: 600;
    }
    /* CTA button group */
    .btn-group-modern {
      display: flex;
      gap: 14px;
      flex-wrap: wrap;
      margin-top: 10px;
      justify-content: center;
      padding: 0 20px;
    }
    .btn-route {
      border-radius: 60px;
      padding: 14px 18px;
      font-weight: 600;
      transition: 0.2s;
      font-size: 16px;
      flex: 1 0 auto;
     width: 100%;
      box-shadow: 0 4px 10px rgba(0,40,70,0.1);
      border: 2px solid white;
      background: none;
      color: white;
    }
 
    .btn-route:hover {
      background: white;
      color: var(--brand);
      transform: scale(1.02);
    }
   
   

.paragraph-content {
    font-size: 20px;
    font-weight: 500;
}

.feature-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    padding: 30px 30px;
    height: 100%;
}

.svg-icon {
    width: 60px;
    height: 60px;
    fill: var(--brand);
}

.feature-item h4 {
    font-weight: 600;
    /* font-family: cera pro; */
    color: var(--brand);
}
.map-container {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

.map-container img {
    width: 70%;
}

.affiliatepage-wrapper {
    padding-bottom: 80px;
}
.custom-form input {
    border-radius: 50px;
    height: 50px;
    border-color: var(--brand);
    padding-left: 20px;
    margin-top: 5px;
}

.custom-form {
    /* padding: 0 20%; */
}
.cardcirclebg {
    margin: 0;
    /* background: linear-gradient(90deg, #265897, #77afe6); */
    color: white;
    padding: 0px 30px;
    border-radius: 0 0 150px 150px;
    background: #265897;
    margin-bottom: 30px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.benefits-arrow {
    position: absolute;
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
    z-index: 1;
    top: 150px;
    right: calc(50% - 25px);
}
.benefitsection-wrapper {
    padding-bottom: 50px;
}
.student-container {
    display: flex;
    /* gap: 16px; */
    position: relative;
}

.benefits-arrow img {
    width: 100%;
}

.mobilearrow{
  display: none;
}
.instructor-wrapper {
    background: linear-gradient(to top ,var(--brand) 0%, rgba(255,255,255,0.3) 50%),linear-gradient(to bottom,#ffffff 15%,rgba(255,255,255,0.3) 50%), url('../images/cloud-sky.jpg')center/cover no-repeat;
    position: relative;
    width: 100%;
    /* margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw); */
    /* overflow: visible !important; */
    padding: 6rem 1rem 4rem;
}
.mapsection-wrapper {
    /* background: linear-gradient(to bottom, var(--brand) 75%, #ffffff 100%); */
    background:linear-gradient(to bottom,var(--brand) 77%, rgba(255,255,255,0.3) 100%),url('../images/MZA-BlackAbstract.png')center/cover no-repeat;
    position: relative;
    width: 100%;
    /* margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw); */
    /* overflow: visible !important; */
    padding: 6rem 1rem 4rem;
}

.hero-section {
    /* margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%); */
    max-width: 100%;
    width: 100%;
  }

  
/* Login Modal  Design*/

.login-modal .modal-content {
            border: none;
            border-radius: 32px;
            box-shadow: 0 40px 70px -15px rgba(10, 30, 50, 0.3);
            overflow: hidden;
            backdrop-filter: blur(2px);
            background-color: #ffffff;
        }
        .login-modal .modal-headertxt{
          display: flex;
          flex-wrap: wrap;
          width: 90%;
        }
        .login-modal .modal-header {
            border-bottom: 1px solid #f0f3f7;
            padding: 28px 32px 20px 32px;
            background: #ffffff;
        }
        .login-modal .modal-header .close {
            font-size: 32px;
            font-weight: 300;
            color: #7e8b9c;
            background: none;
            border: none;
            background: none;
        }
        .login-modal .modal-header .close:hover {
            opacity: 1;
            color: #1d3a5c;
        }
        .login-modal .modal-title {
            font-weight: 600;
            font-size: 22px;
            color: #0d2740;
        }
       .login-modal .modal-title span {
            font-weight: 400;
            color: #52718e;
            font-size: 22px;
            margin-left: 6px;
        }
        .login-modal .modal-body {
            padding: 24px 32px 40px 32px;
            background: #ffffff;
        }
        .lead-text {
            font-size: 22px;
            font-weight: 600;
            color: #102b41;
            margin-bottom: 8px;
            /* line-height: 1.3; */
        }
        .sub-text {
            font-size: 16px;
            color: #4e627c;
            font-weight: 400;
        }
        /* two column layout – flex for equal height, but mobile fallback */
        .row-equal {
            display: flex;
            flex-wrap: wrap;
            gap: 0;
            margin-left: -12px;
            margin-right: -12px;
        }
        .row-equal > [class*='col-'] {
            padding-left: 12px;
            padding-right: 12px;
            display: flex;
        }
        /* role cards */
        .role-card {
            background: #fbfdff;
            border-radius: 26px;
            padding: 24px;
            width: 100%;
            transition: all 0.25s ease;
            border: 1px solid #e7edf4;
            /* box-shadow: 0 8px 15px -6px rgba(0, 20, 40, 0.04); */
            display: flex;
            flex-direction: column;
            height: 100%;
        }
       
        .role-icon {
            font-size: 40px;
            margin-bottom: 24px;
            line-height: 1;
        }
        /* advocate specific icon tint */
        .role-card.advocate .role-icon {
            color: #f3b33d;
        }
        .role-card.aviator .role-icon {
            color:var(--brand);
        }
        .role-title {
            font-size: 20px;
            font-weight: 600;
            color: #152f44;
            /* font-family: cera pro; */
        }
        .role-sub {
            font-size: 14px;
            font-weight: 600;
            text-transform: uppercase;
            color: var(--brand);
            margin-bottom: 20px;
            border-bottom: 1px dashed #d8e2ed;
            padding-bottom: 16px;
        }
        .role-description {
            font-size: 16px;
            color: #2f4057;
            line-height: 1.5;
            margin-bottom: 18px;
            flex-grow: 1;
        }
        /* elegant login button */
        .btn-login {
            background: transparent;
            border: 2px solid #dbe2ec;
            border-radius: 60px;
            padding: 14px 18px;
            font-weight: 600;
            font-size: 17px;
            color: #152f44;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            transition: all 0.2s;
            text-decoration: none;
            width: 100%;
            margin-top: 8px;
            gap: 10px;
        }
        .btn-login i {
            font-size: 16px;
            transition: transform 0.15s;
        }
        .btn-login:hover {
            background: var(--brand);
            border-color: var(--brand);
            color: white;
            text-decoration: none;
        }
        .btn-login:hover i {
            transform: translateX(5px);
            color: white;
        }
        .btn-login .arrow-emoji {
            font-size: 18px;
            line-height: 1;
            margin-right: 4px;
        }

    .instructor-image {
    display: flex;
    justify-content: center;
    align-items: center;
}
        .instructor-image img{
            width: 60%;
        }

       
        .custom-dropdown{
    width:100%;
    background:#fff;
    border: 1px solid #265897;
    border-radius: 12px;
    padding:10px 15px;
    color:#333;
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.custom-dropdown:focus,
.custom-dropdown:hover{
    background:#fff;
    border-color: #265897;
    box-shadow:none;
}

.dropdown-menu{
    border-radius:10px;
    border:1px solid #dbe6ff;
    padding:5px 0;
}

.dropdown-item:hover{
    background:#f0f6ff;
}
.input-container{
    max-width: 50%;
    margin: auto;
}