@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'open sans', sans-serif;
  }
  
  body {
    color: #ffffff;
  }
  
  header {
    background: url('images/bg.png') no-repeat center center/cover;
    height: 100vh;
    position: relative;
  }
  
  nav {
    width: 1605px;
    height: 144px;
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    padding: 15px 292px;
  }
  .nav-links {
    /* margin-top: -20px; */
    width: 433;
    height: 48;
    top: 53.5px;
    left: 40px;
    gap: 38px;
    display: flex;
    list-style: none;
  }
  .nav-links li a {
    color: white;
    text-decoration: none;
    font-size: 2.5px;
    opacity: 0.8;
  }
  .logo img{
    width: 218px;
    padding-top: 4px;
    padding-left: 47px;

  }  
  .social-icons{
    /* margin-top: -40px; */
    padding-left:276px;
    display: flex;
    align-items: center;
    gap: 30px;
  }
  .social-icons img {
    width: 30px;
  }  

  /* ------------------------Hero Section -------------------------------------------------------------------------- */
  .hero {
    margin-top: 48px;
    text-align: center;
    position: relative;
    top: 28.6%;
    left:49.4%;
    transform: translate(-50%, -50%);
  }  
  .hero h1 {
    font-size: 68px;
    font-weight: 700;
  }  
  .hero #two{
      padding: 5px;
      margin-top: -20px;
      padding-left: 19px;
    }
  .hero p {
    font-size: 26px;
    /* padding-top: 18px; */
    margin-top: 15px;
    margin-left: 455px;    
    width: 700px;    
  }  
 .hero button {
    background-color: #2091F9;
    width: 214px; /* fixed width */
    height: 45px; /* fixed height */
    color: #ffffff;
    /* gap: 40px; */
    border: none;
    padding:0 30px; /* vertical padding removed to keep height consistent */
    font-size: 20px;
    border-radius: 22px;
    text-align: center;
    cursor: pointer;
    display: inline-block; /* ensures proper layout */
    line-height: 45px; /* vertically center text */
    position: relative;
    margin-top: 80px;
  }
  /* ------------------------------------------------------Feature Section-----------------------------------------------------------------/ */
  .features-section {
    background-color: #ffffff;
    text-align: center;
    padding: 60px 20px;
    color: #d3d3d3;
    margin-top: 50px;
  }
  
  .features-section h2 {
    width: 196px;
    height: 55px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 48px;
    line-height: 55px;
    letter-spacing: 0.2px;
    text-align: center;
    margin: 0 auto;
    color: #252B42;
    /* padding: 20px; */
    /* margin:20px; */
  }

  .features-section p {
    margin-top: 20px;
    margin-left: -10px;
    width: 530;
    height: 80;
    color : #374754;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 25.5px;
    line-height: 40px;
    letter-spacing: 0.2px;
    text-align: center;
  }


  
  /* .subtext {
    width: 530;
    height: 80;
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 0.2px;
    text-align: center;
    color: #374754;
  } */
  
  .features {
    margin-top: 78px;
    margin-left: -5px;
    width: 869;
    height: 257;
    gap: 52px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
    margin-bottom: 60px;
  }
  
  .feature {
    max-width: 225px;
    text-align: center;
  }
  
  .feature img {
    width: 60px;
    margin-bottom: 15px;
  }
  
  .feature h3 {
    width: 200;
    height: 56;
    font-family: Open Sans;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.1px;
    text-align: center;
    color: #252B42;

    /* font-size: 16px;
    margin-bottom: 10px; */
  }
  
  .feature p {
    width: 210;
    height: 100;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 17px;
    line-height: 25px;
    letter-spacing: 0.2px;
    text-align: center;
    color:  #374754;
    margin-left: -10px;
  }
  
  .features-screen {
    /* margin-top: 120px; */
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
    border-radius: 50px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  }
  /* -------------------------------------------------------------Video section------------------------------------------------------------------ */
  .video {
    margin-top: 40px;
    display: block;
    width: 100%;
    height: auto;
  }
  
  /* Play Button Overlay */
  .play-button-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* background-color: rgba(0, 0, 0, 0.5); */
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
  
  .play-button-bg__button {
    fill: white;
  }
  
  /* ------------------------------------Dextop 4--------------------------------------------- */

  .dextop4 {
    margin-top: 160px;
    margin-left: 128px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 60px 100px;
  }

  .dextop4-text {
    max-width: 500px;
  }

  .dextop4-text h1 {
    font-size: 45px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #2b2c48;
    max-width: 400px;
  }

  .dextop4-text p {
    font-size: 25px;
    color: #4a4a4a;
    margin-bottom: 30px;
  }

  .btn {
    /* margin-top: -100px; */
    margin: 10px;
    background-color: #1e90ff;
    color: white;
    padding: 13px 50px;
    font-size: 19px;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }

  .btn:hover {
    background-color: #1c86ee;
  }

  .dextop4-img img {
    margin-right: 140px;
    width: 600px;
    max-width: 100%;
  }

  @media (max-width: 900px) {
    .dextop4 {
      flex-direction: column;
      text-align: center;
      padding: 40px 20px;
    }

    .dextop4-img {
      margin-top: 40px;
    }
  }

  /* ----------------------------------Cta 4------------------------------------------------------------------------------------- */


  .cta4 {
    margin-top: 280px;
    margin-left: 148px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 60px 100px;
    background-color: #fff;
  }

  .cta4-img img {
    max-width: 620px;
    width: 100%;
  }

  .cta4-text {
    max-width: 500px;
    padding-left: 50px;
    margin-right: 80px;
    
  }

  .cta4-text .small-heading {
    font-weight: bold;
    color: #2b2c48;
    font-size: 12px;
    margin-bottom: 20px;
  }

  .cta4-text h2 {
    font-size: 50px;
    font-weight: 600;
    color: #2b2c48;
    margin-bottom: 20px;
    font-weight: 400;
  }

  .cta4-text .sub-heading {
    color: #5a5a5a;
    font-size: 20px;
    margin-bottom: 30px;
  }

  .cta4-form {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
  }

  .cta4-form input {
    padding: 14px 20px;
    font-size: 1rem;
    border: 1px solid #ddd;
    border-radius: 999px;
    flex: 1;
    min-width: 200px;
  }

  .cta4-form button {
    background-color: #1e90ff;
    color: white;
    padding: 14px 30px;
    font-size: 1rem;
    border: none;
    border-radius: 999px;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }

  .cta4-form button:hover {
    background-color: #1c86ee;
  }

  @media (max-width: 900px) {
    .cta4 {
      flex-direction: column;
      text-align: center;
      padding: 40px 20px;
    }

    .cta4-text {
      padding-left: 0;
      margin-top: 40px;
    }

    .cta4-form {
      justify-content: center;
    }
  }


  /* <----------------------------------------------------------------------Partner---------------------------------------------------------------------> */
  
  .partners-section {
    padding: 60px 20px;
    text-align: center;
    font-family: 'Segoe UI', sans-serif;
  }

  .partners-header h2 {
    margin-top: 40px;
    text-align: center;
    font-size: 45px;
    font-weight: 400;
    color: #252b42;
    margin-bottom: 30px;
    line-height: 55px;
  }

  .partners-header p {
    margin-left: 510px;
    margin-top: -9px;
    /* gap: -20px; */
    width: 532px;
    max-width: 100%;
    font-size: 26px;
    font-weight: 400;
    color: #0c0b0b;
  }

  .partners-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    max-width: 1000px;
    /* slightly increased */
    margin: 100px auto;
    /* margin-top: 100px; */
    border: 1px solid #e0e0e0;
    cursor: pointer;
  }

  .partner-card {
    border: 1px solid #e0e0e0;
    padding: 20px 20px;
    /* increased padding */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    transition: transform 0.2s ease, filter 0.2s ease;
  }

  .partner-card:hover {
    transform: scale(1.1);
    filter: grayscale(100%);
  }

  .partner-card p {
    font-size: 12px;
    /* slightly bigger */
    margin-bottom: 20px;
    color: #666;
  }

  .partner-card img {
    max-height: 55px;
    /* increased size */
    max-width: 200px;
    object-fit: contain;
  }

  button{
    background-color: #1e90ff;
    color: white;
    padding: 14px 50px;
    font-size: 20px;
    border: none;
    border-radius: 999px;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }



  /* --------------------------------------------------------------Testimonial----------------------------------------------------------> */

  .testimonials1 {
    margin-top: 18px;
    text-align: center;
    padding: 80px 20px;
    background: white;
  }

  .testimonials1 h2 {
    
    font-size: 43px;
    font-weight: 500;
    color: #2b2c48;
    margin-bottom: 30px;
  }

  .brand-logo {
    margin: 50px;
    width: 150px;
    margin-bottom: 30px;
  }

  .quote {
    padding: 18px;
    font-size: 26px;
    max-width: 950px;
    margin: 0 auto 40px auto;
    color: #3f4b5a;
    line-height: 1.6;
  }

  .author {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 30px;
  }

  .author img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
  }

  .author strong {
    font-size: 10px;
    color: #2b2c48;
  }

  .author span {
    font-size: 15px;
    color: #6c7a89;
  }

  .dots {
    margin-top: 70px;
    display: flex;
    justify-content: center;
    gap: 12px;
  }

  .dot {
    width: 22px;
    height: 22px;
    background-color: #e0e0e0;
    border-radius: 50%;
    cursor: pointer;
  }

  .dot.active {
    background-color: #1e90ff;
  }
  /* ================================================================== pricing ============================================================= */

  .pricing-section {
    background-color: #252b42;
    color: white;
    padding: 100px 20px;
    text-align: center;
    font-family: 'Segoe UI', sans-serif;
    max-height: 1064px;
  }
  
  .pricing-section h2 {
    text-align: center;
    font-size: 48px;
    font-weight: 400;
    color: white;
    margin-bottom: 30px;
    line-height: 55px;
  }
  
  .pricing-section p {
    margin: 0 auto;
    width: 532px;
    max-width: 100%;
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 120px;
  }
  
  .pricing-cards {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 50px;
    margin-top: 20px;
  }
  
  .card {
    background-color: #fff;
    border-radius: 10px;
    max-width: 100%;
    width: 335px;
    height: 590px;
    padding: 40px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all .3s;
    color: black;
  }
  
  .card:hover {
    filter: drop-shadow(0px 8.14769px 63.1446px #357abb)
  }
  
  .card.highlighted {
    background-color: #2196f3;
    color: white;
    width: 335px;
    height: 670px;
    margin-top: -43px;
  }
  
  .card.highlighted h3 {
    margin-top: 43px;
  }
  
  .card.highlighted .features {
    background-color: #2196f3;
    color: white;
  }
  
  .card h3 {
    text-transform: uppercase;
    margin-bottom: 5px;
    margin-bottom: 20px;
  }
  
  .card .subtext {
    text-align: center;
    font-size: 16px;
    margin-bottom: 10px;
  }
  
  .price-box {
    display: flex;
    align-items: center
  }
  
  .price-boxnum {
    font-size: 74px;
    font-weight: 700;
    margin-right: 10px
  }
  
  .price-boxdesc {
    display: flex;
    flex-direction: column
  }
  
  .price-boxcurr {
    font-size: 20px;
    font-weight: 700
  }
  
  
  .period {
    font-size: 14px;
    margin-bottom: 25px;
  }
  
  .features2 {
    list-style: none;
    padding: 0;
    margin-bottom: 50px;
    font-size: 14px;
    display: flex;
    flex-direction: column; /* stack vertically */
    gap: 10px; /* space between items */
  }
  
  .features2 li {
    /* you can add padding or styling here if needed */
  }
  
  .order-btn {
    display: flex;
    align-items: center;
    padding: 15px 63px;
    justify-content: center;
    color: #fff;
    background-color: #2091f9;
    border-radius: 35px;
    border: none;
    transition: all .3s;
    font-size: 20px;
    white-space: nowrap;
  }
  
  .card.highlighted .order-btn {
    background-color: white;
    color: #2196f3;
  }
  
  .card.highlighted .order-btn:hover {
    background-color: rgb(226, 226, 226);
    color: #2196f3;
  }
  
  .order-btn:hover {
    background-color: #1976d2;
  }
  
  
  /* ========================================================================== contact us======================================================== */
  /* General Reset */


  .contact-section {
    height: 1028px;
    margin-top:40px ;
    margin-left: -26px;
    padding: 150px 20px 20px 50px;
    text-align: center;
    background-color: #ffffff;
    color: #0c0b0b;
    /* height: 100%; */
    margin-bottom: 30px;
  }
  
  .contact-section h2 {
    text-align: center;
    font-size: 44px;
    font-weight: 400;
    color: #252b42;
    margin-bottom: 30px;
    line-height: 55px;
  }
  
  .contact-subtext {
    color: #0c0b0b;
    margin: 0 auto;
    width: 532px;
    max-width: 100%;
    font-size: 26px;
    font-weight: 400;
    margin-left: 505px;
    margin-top:-5px;
    margin-bottom: 60px;
  }
  
  .contact-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 100px;
  }
  
  .contact-form {
    padding: 20px 50px;
    width: 420px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    border: 1px solid #DDDDDD;
    box-shadow: 0 13px 19px #00000012;
    border-radius: 20px;
  }
  
  .contact-form h3 {
    margin-top: 20px;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: .1px;
    text-align: center;
    margin-bottom: 45px;
  }
  
  .contact-form input,
  .contact-form textarea {
    width: 100%;
    padding: 15px 15px;
    margin-bottom: 45px;
    border-radius: 30px;
    border: none;
    background-color: #f1f1f1;
    font-size: 10px;
  }
  
  .contact-form textarea {
    height: 200px;
    border-radius: 0px;
    resize: vertical;
    margin-bottom: 50px;
  }
  
  .contact-form button {
    margin-top: -40px ;
    margin-left: -190px;
    position: relative;
    background-color: #2196f3;
    color: #ffffff;
    border: none;
    padding: 15px 40px;
    border-radius: 30px;
    cursor: pointer;
    font-size: 20px;
    transition: background 0.3s ease;
  }
  
  .contact-form button:hover {
    background-color: #1976d2;
  }
  
  .contact-info {
    /* margin-top: -30px; */
    max-width: 600px;
    text-align: left;
    width: 100%;
  }
  
  .contact-info iframe {
    width: 520px;
    height: 320px;
    display: block;
    margin: 60px auto;
  }
  

  .info-row {
    margin-top: 20px;
    margin-left: -50px;
    display: flex;
    min-width: 200px;
    /* flex-direction: row; */
    justify-content: space-between;
    align-items: center;
    /* gap: -15px; */
    /* padding: 0px 15px; */
  }
  
  .info-row p {
    max-width: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* max-width: 300px; */
    font-size: 20px;
    text-align: center;
  }
  
  .info-row img {

    /* color: #2196f3; */
    align-items: center;
    margin-left: 20px;
    padding: auto;
    justify-content: center;
    margin-bottom: 10px;
    /* slight space below icon */
    font-size: 30px;
    /* makes icons larger */
  }
  
  .social-icons2 {
    margin-right: 530px;
    margin-top: -20px;
    display: flex;
    gap: 18px;
    justify-content: center;
    align-items: center;
    /* padding: 10px 0; */
    color: #1976d2;
  }
  
  .social-icons2 img {
    
    width: 32px;
    height: 32px;
    cursor: pointer;
    transition: transform 0.3s ease, filter 0.3s ease;
  }
  
  .social-icons2 img:hover {
    transform: scale(1.1);
    filter: brightness(1.2);
  }
  
/* ============================================ Footer =============================================== */


.footer {
  height: 520px;
  background-color: #252B42;
  color: white;
  align-items: center;
  justify-content: center;
}

.footer-container {
  padding-top: 150px;
  /* padding: 50px; */
  padding-left: 380px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer-column {
  min-width: 160px;
  margin-bottom: 20px;
}

.footer-column h4 {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
}

.footer-column ul {
  list-style: none;
  padding: 10px;
}

.footer-column ul li {
  margin-bottom: 10px;
  font-size: 16px;
  opacity: 0.85;
  row-gap: 20px;
}

.contact-info p {
  display: flex;
  align-items: center;
  font-size: 16px;
  margin-bottom: 15px;
}

.contact-info img {
  width: 35px;
  margin-right: 10px;
}

.footer-icons img {
  margin-right: 15px;
  cursor: pointer;
}

  