:root {
    --primary: #3f939a;
    --secondary: #254c5b;
    --gradientBg: #fafdff;
    --headerHeight: 116px;
    --borderRadius: 18px;
    --boxShadow: 0 4px 22px rgba(31, 47, 70, 0.08);
    --gray: #7E8896;
    --footerBg: #1C8895CC;
    --footerLight: #b7cacf;
    --inputBg: #f6f8fa;
  }
  
  body {
    margin: 0;
    font-family: 'Roboto', Arial, sans-serif;
    background: var(--gradientBg);
    color: var(--secondary);
  }
  .bg-e {
    text-align: center;
    margin-top: -12px;
    background: white;
  }
  .bg-e img {
    max-width: 330px;
    width: 80vw;
    opacity: 0.92;
    filter: blur(2px);
  }
  .video-section {
    position: relative;
    width: 100%;
    /* height: 100vh;      */
    /* overflow: hidden; */
  }
  .video-player{
    width: 100%;
    height: auto;
    object-fit: cover;  /* fills, crops edges, no black bars */
    display: block;

  }
  .section-coming-soon{
    padding-block: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0px;
  }
  .comming-soon-text{
    color: #1C889566;
    font-weight: 700;
    font-style: Bold;
  }
  .newsletter-message {
    margin-top: 10px;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
  }

  .newsletter-message.success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
  }

  .newsletter-message.error {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
  }
  .section-coming-soon {
    font-size: 28px;
    line-height: 48px;
    letter-spacing: 2%;
    text-align: center;
    text-transform: capitalize;
    margin-block: 0px;
  }
  .home-page-title{
    font-family: Roboto Serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 60px;
    leading-trim: NONE;
    line-height: 61px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
    color: #1C8895;
    margin-block: 0px;
  }
  
  .countdown-box {
    width: 828;
    height: 178;
    opacity: 1;
    top: 1071px;
    left: 342px;
    border-radius: 24px;
    background: #FFFFFF;
    box-shadow: 0px 1px 24px 0px #00000026;
    margin-top: 41px;
    padding-block: 30px;
    padding-inline: 95px;
  }
  
  #countdown {
    display: flex;
    justify-content: center;
    align-items: start;
    gap: 47px;
    font-size: 2.1rem;
    font-weight: 600;
  }
  .count-down-text{
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 60px;
    line-height: 61px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #575757;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  #countdown p {
    font-family: Roboto;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 1%;
    text-align: center;
    color: #575757;
    margin-block: 0px;
    padding-top: 29px;
  }
  
  #countdown > span {
    margin-top: 5px;
    color: #575757;
    font-size: 2.2rem;
    font-weight: 600;
  }
  .section-about{
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: center;
    gap: 0;
    padding-inline: 117px;
    flex-wrap: nowrap;
    padding-block: 70px;
  }
  .about-inner-sec{
    position: relative;
    margin-right: 32px;
  }
  .about-inner-sec-2{
    position: relative;
    margin-right: 52px;
    margin-top: 77px;
  }
  .about-inner-sec-3{
    margin-top: 35px;
  }
  .about-inner-sec-img{
    z-index: 1;
    position: relative;
  }
  .about-inner-bg-1{
    width: 199px;
    height: 413px;
    top: 102px;
    left: -24px;
    border-radius: 16px;
    background-color: #1C889540;
    position: absolute;
    z-index: 1;
  }
  .about-inner-bg-2{
    width: 212px;
    height: 343px;
    opacity: 1;
    top: -20px;
    left: 100px;
    border-radius: 16px;
    background-color: #1C889540;
    position: absolute;
    z-index: 1;
  }
  .flex-row-start-center{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    gap: 12px;
  }
  .about-content-title-1{
    font-family: Roboto;
    font-weight: 700;
    font-style: Bold;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 10%;
    text-align: center;
    text-transform: uppercase;
    color: #1C8895;
    margin-block: 0px;
  }
  .about-content-title-2{
    font-family: Roboto Serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 40px;
    leading-trim: NONE;
    line-height: 48px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #1C8895;
    margin-block: 0px;
    padding-top: 8px;
  }
  .about-content-des{
    font-family: Roboto;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 1%;
    color: #575757;
    max-width: 90%;
  }
  .flex-row-start-start{
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: start;
    gap:64px;
  }
  .vission{
    width: 232px;
    padding-block: 8px;
  }
  .vission h3{
    font-family: 'Source Sans Pro';
    font-weight: 500;
    font-style: SemiBold;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 32px;
    letter-spacing: 0%;
    color: #575757;
    margin-block: 0px;
  }
  .vission p{
    font-family: Roboto;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 1%;
    color: #575757;
    margin-block: 0px;
    padding-top: 4px;
  }

  .mission-section {
    background: #F4F9FA;
    padding: 123px;
  }
  
  .mission-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  .mission-content img {
    border-radius: 12px;
    object-fit: cover;
    box-shadow: var(--boxShadow);
  }
  
  .mission-content h2 {
    font-family: Roboto Serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 40px;
    leading-trim: NONE;
    line-height: 48px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #575757;
    margin-block: 0px;
  }
  
  .highlight {
    color: var(--primary);
  }
  
  .mission-content p {
    font-family: Roboto;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0%;
    margin-top: 20px;
    margin-bottom: 0px;
    color: #575757;
    max-width: 95%;
  }
  
  .cta-btn {
    background: #FF7F50;
    color: white;
    border: none;
    border-radius: 34px;
    padding: 12px 24px;
    margin-top: 45px;
    cursor: pointer;
    box-shadow: 0 2px 12px rgba(63,147,154,0.11);
    transition: background .2s;
    font-family: Roboto;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 1%;
    display: block;
    width: max-content;
    text-decoration: none;
  }
  
  .cta-btn:hover {
    background: #226c6e;
  }
  
  .footer {
    /* margin-top: 60px; */
    background: var(--footerBg);
    font-size: 1rem;
    color: var(--secondary);
    padding-top: 40px;
    padding-bottom: 53px;
    position: relative;
  }
  .footer-img{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  /* .footer-container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1550px;
    margin: 0 auto;
    padding: 0 22px 12px 22px;
    gap: 42px;
    justify-content: space-between;
    z-index: 10;
    position: relative;
  } */
  
  .footer-container-div1 {
    min-width: 180px;
    max-width: 215px;
    /* flex: 1 1 180px; */
  }
  
  /* .footer-container h3 {
    margin-bottom: 8px;
    font-family: Yeseva One;
    font-weight: 400;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #fff;
    margin-block: 0px;
  } */
  .footer-p{
    /* font-family: Source Sans Pro; */
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #FCFEFE;
  }
  .footer-link-h4{
    /* font-family: Source Sans Pro; */
    font-weight: 600;
    font-style: SemiBold;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FFFFFF;
    margin-top: 0px;

  }
  .footer-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  .footer-links li {
    margin-bottom: 5px;
  }
  
  .footer-links a {
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #FCFEFE;
    text-decoration: none;
  }
  
  .contact-list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0.97rem;
    color: var(--gray);
  }
  
  .newsletter h4 {
    margin-bottom: 9px;
  }
  
  .newsletter-form {
    display: flex;
    gap: 0;
    position: relative;
    min-width: 275px;
  }
  
  .newsletter-form input[type="email"] {
    padding: 13px;
    border: 1.6px solid #dae2e8;
    border-right: 0;
    border-radius: 5px;
    min-width: 272px;
    font-size: 1rem;
    background: var(--inputBg);
    outline: none;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #1F2B6C;
  }
  
  .newsletter-form button {
    background:none;
    color: white;
    border: none;
    border-radius: 0 24px 24px 0;
    padding: 0px 18px;
    font-size: 1.13rem;
    cursor: pointer;
    transition: background .2s;
    position: absolute;
    right: 0px;
    top: 14px;
  }
  
  .newsletter-form button:hover {
    background-color: #226c6e;
  }
  
  .footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1550px;
    margin: 20px auto 0;
    padding: 38px 0px 0px 0px;
    border-top: 1px solid var(--footerLight);
    color: #FCFEFE;
    font-size: 0.99rem;
  }
  
  .social-icons {
    display: flex;
    flex-direction: row;
    gap: 33px;
    align-items: center;
  }
  
  .social-icons img {
    cursor: pointer;
    width: 40px;
    height: 40px;
  }
  .ply-btn{
    position: absolute;
    z-index: 1;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .video-section{
    position: relative
  }
  @media screen and (max-width: 1279px) {
    .section-about{
      flex-wrap: wrap;
    }
    .mission-content {
      flex-direction: column;
    }
    .countdown-box {
      max-width: 96%;
      padding: 14px 8px;
      margin-inline: auto;
    }
    /* .header-inner{
      margin-inline: 32px;
    } */
  }
  @media screen and (max-width: 1000px) {
    .about-content,
    .mission-content,
    /* .footer-container {
      flex-direction: column;
      align-items: flex-start;
      gap: 24px;
    } */
    .about-text,
    .about-images,
    .mission-content > div,
    .about-columns > div {
      max-width: 100% !important;
      min-width: 0 !important;
    }
    .about-section, .mission-section {
      padding-left: 5vw;
      padding-right: 5vw;
    }
    .footer-bottom {
      flex-direction: column;
      align-items: flex-start;
      gap: 10px;
      padding-left: 5vw;
      padding-right: 5vw;
    }
  }
  
  @media screen and (max-width: 680px) {
    .video-section{
      height: auto;
    }
    .section-coming-soon{
      padding-block: 36px;
    }
    .comming-soon-text{
      font-size: 20px;
      line-height: 24px;
    }
    .home-page-title{
      font-size: 36px;
      line-height: 42px;
    }
    .section-about{
      /* width: 100%; */
      padding-inline: 10px;
      padding-bottom: 30px;
    }
    .flex-row-start-start{
      flex-direction: column;
      gap: 10px;
    }
    .about-inner-sec-2{
      margin: 0px;
    }
    .bg-e img {
      max-width: 220px;
      width: 97vw;
    }
    .coming-soon-section {
      padding: 17px 0 12px 0;
    }
    .countdown-box {
      width: 320px;
      max-width: 90%;
      padding: 14px 8px;
    }
    #countdown {
      font-size: 1rem;
      font-weight: 600;
      gap: 12px;
    }
    .count-down-text{
      font-size: 30px;
      line-height: 32px;
    }
    
    #countdown p {
      font-size: 12px;
      line-height: 16px;
    }
    
    #countdown > span {
      font-size: 1rem;
    }
    .mission-section{
      padding-block: 30px;
    }
    .about-content,
    .mission-content,
    /* .footer-container {
      padding: 0 3vw;
      gap: 20px;
    } */
    .about-images img,
    .mission-content img {
      margin: 0;
    }
    .about-columns {
      gap: 13px;
    }
    .mission-content {
      gap: 13px;
      padding-top: 8px;
    }
    .footer-img{
      max-width: 100%;
    }
    .about-content-title-2{
      font-size: 32px;
      line-height: 36px;
    }
    .about-content-des{
      font-size: 14px;
    }
    .vission h3{
      font-size: 20px;
    }
    .vission p{
      font-size: 14px;
    }
    .mission-content h2{
      font-size: 32px;
      line-height: 36px;
    }
    .mission-content p{
      font-size: 16px;
      line-height: 28px;
    }
    .mission-content img{
      max-width: 99%;
    }
    .ply-btn{
      width: 36px;
      height: auto;
    }
  }
  
  /* Scrollbar style for completeness */
  ::-webkit-scrollbar {
    height: 10px;
    background: #f5f6fa;
  }
  
  ::-webkit-scrollbar-thumb {
    background: #c5dcde;
    border-radius: 6px;
  }
  
  input:focus {
    outline: none;
    box-shadow: none; /* for browsers that add glow */
  }
  button, a {
    cursor: pointer;
  }
