/* Reset and base styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style-type: none;
  }
  body {
    font-family: "Open Sans", sans-serif;
    line-height: 1.6;
    background-color: #fff;
    color: #333;
  }

  
  /* Navbar and Hero */
  .hero {
    background: url('images/hero-bg.jpg') center/cover no-repeat;
    height: 100vh;
    position: relative;
    color: #fff;
  }
  .hero-overlay {
    background: rgba(0, 0, 0, 0.6);
    height: 100%;
    padding: 20px 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .custom-shape-divider-bottom-1745389620 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-bottom-1745389620 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 149px;
}

.custom-shape-divider-bottom-1745389620 .shape-fill {
    fill: #FFFFFF;
}
  .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 16%;
  }
  .nav-links a {
    color: #fff;
    margin-left: 20px;
    text-decoration: none;
  }
  .logo{
    margin-left:-10%;
  }
  .icons-1{
    margin-right:22% ;
  }
  .icons-1 ul{
    display: flex;
    color: white;
  }
  .icons-1 ul li{
    margin-left: 20px;
    font-size: 250%;
  }

  .hero-content {
    text-align: center;
    margin-bottom: 170px;
    font-size: x-large;
  }
  .hero-content h2 {
    font-size: 74px;
    margin-bottom: 15px;
    line-height: 84px;
    font-weight: 700;
  }
  .hero-content p {
    font-size: 28px;
    line-height: 40px;
    font-weight: 400;
  }
  .btn-primary {
    background: #2091F9;
    color: #fff;
    padding: 10px 40px;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    margin-top: 60px;
    font-weight: bold;
    font-size: large;
  }
  
  /* Features Section */
  .features {
    padding: 60px 20px;
    text-align: center;
  }
  .features h2{
    font-size:48px;
    font-weight:400;
    line-height: 55px;
  }
  .features>p{
    font-size:28px;
    font-weight:400;
    line-height: 40px;
    letter-spacing: 0.2px;
    margin-top: 30px;
  }
  .features-grid {
    display: flex;
    justify-content: center;
    gap: 80px;
    margin-top: 80px;
  }
  .feature-item {
    max-width: 230px;
  }
  .feature-item h4{
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.1px;
    margin-top: 15px;
  }
  .feature-item p{
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.2px;
    margin-top: 15px;
  }
  
  /* Video Preview */
  .video-preview {
    padding: 40px;
    text-align: center;
    position: relative;
  }
  .video-preview video {
    border-radius: 15px;
  }
  .video-preview img{
    position: absolute;
    left: 45%;
    bottom: 41%;
    width: 150px;
  }
  
  
  /* Organize Section */
  .organize {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 43px;
    padding-bottom: 43px;
    gap: 50px;
    justify-content: center;
    margin-top: 10%;
    margin-bottom:10%;
  }
  /* .organize img {
    width: 620px;
    height: 340px;
    border-radius: 10px;
  } */
  .text1 {
    width: 530px;
    height: 357px;
    gap:60px;
  }
  .text1 h3{
    font-weight: 400;
    font-size: 48px;
    line-height: 55px;
    letter-spacing: 0.2px;
    width: 333px;
    height: 110px;

  }
  .text1 p{
    font-weight: 400;
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 0.2px;
    color:#374754;
    width: 530px;
    height: 80px;
    margin-top:30px;
  }
  .text12 {
    width: 620px;
    height: 340px;
    border-radius: 10px;
    position:relative;
  }
  .text12 img:nth-child(1){
    position: absolute;
    width: 509.56px;
    height: 342.83px;
  }
  .text12 img:nth-child(2){
    position: absolute;
    width: 625px;
    height: 18px;
    top:330px;
    right:53px;
  }
  .text12 img:nth-child(3){
    position: absolute;
    width: 617px;
    height: 7.27px;
    top:340px;
    right:57px;
  }
  .text12 img:nth-child(4){
    position: absolute;
    width: 83.48px;
    height:7.74px;
    top:330px;
    left:220px;
  }
  .text12 img:nth-child(5){
    position: absolute;
    width:481.42px;
    height: 300.86px;
    top:15px;
    left:15px;
  }
  
  
  /* Prototyping Section */
  .prototyping {
    padding: 60px 20px;
    background: #f9f9f9;
    text-align: center;
    display:flex;
    justify-content: center;
    align-items: center;
  }
  .prototyping img{
    width: 640px;
    height: 490px;
  }
  .text2 {
    width: 530px;
    height: 500px;
    gap:60px;
    margin-left:10%;
  }
  .text2 h3{
    font-weight: 400;
    font-size: 48px;
    line-height: 55px;
    letter-spacing: 0.2px;
    width: 333px;
    height: 110px;
    text-align: left;
    margin-top: 20px;

  }
  .text2 p{
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.2px;
    color:#374754;
    text-align: left;
  }
  .text2 h4{
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.1px;
    text-align:left;
    margin-top:50px;

  }
  .text2 input{
    border: none;
    border-radius: 20px;
    cursor: pointer;
    background-color: #e8e8e8;
    padding: 10px 40px;
    width: 270px;
    height: 42px;
  }
  .text2 div{
    text-align: left;
    margin-top:30px;
  }
  .btn-prototype {
    background: #2091F9;
    color: #fff;
    padding: 10px 40px;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    font-weight: bold;
    font-size: large;
  }
  
  /* Partners Section */
  .partners {
    padding: 40px 20px;
    text-align: center;
  }
  .partners-text{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  } 
  .partners-text h3{
    font-weight: 400;
    font-size: 48px;
    line-height: 55px;
    letter-spacing: 0.2px;
    margin-top: 50px;
    width: 490px;
    height: 80px;

  }
  .partners-text p{
    font-weight: 400;
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 0.2px;
    color:#374754;
    width: 540px;
    height: 80px;
    margin-top:10px;
  }
  .logo-grid {
    display: flex;
    justify-content: center;
    margin-top: 100px;
    align-items: center;
    flex-direction: column;
  }
  .logo-grid h4{
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.1px;
    color:#374754;
  }
  .logo-grid-1{
    display: flex;
    border: 1px solid #D8D8D8;
  }
  .logo-grid-1 div{
    border: 1px solid #D8D8D8;
    padding: 31px 40px 31px 40px;
  }
  .logo-grid-2{
    display: flex;
    border: 1px solid #D8D8D8;
    margin-bottom: 30px;;
  }
  .logo-grid-2 div{
    border: 1px solid #D8D8D8;
    padding: 31px 40px 31px 40px;
  }
  .logo-grid img {
    width: 180px;
    margin-top: 20px;
  }
  
  /* Testimonials Section */
  .testimonials {
    padding: 60px 20px;
    background: #ffffff;
    text-align: center;
  }
  .testimonials h3{
    font-weight: 400;
    font-size: 48px;
    line-height: 55px;
    letter-spacing: 0.2px;
    margin-top: 50px;

  }
  /* slider */
  .slider-parent{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 30px;
  }
  .slider {
    width: 1000px;
    height: 400px;
    overflow: hidden;
    position: relative;
    background: #fff;
    text-align: center;
  }

  .slides {
    display: flex;
    width: 3000px; /* 3 slides * 400px */
    transition: transform 0.5s ease-in-out;
  }

  .slide {
    width: 1000px;
    flex-shrink: 0;
    text-align: center;
    padding: 20px;
  }
  .slide p{
    font-weight: 400;
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 0.2px;
    color:#374754;
    margin-top:30px;
  }

  .ibm-logo-img {
    width: 120px;
  }

  .dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
  }

  .dot {
    height: 12px;
    width: 12px;
    background-color: #2091F9;
    border: 1px solid rgb(199, 192, 192);
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
  }

  .dot.active {
    background-color: rgb(255, 255, 255);
  }
  .customer-details{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .customer-details h3{
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.1px;
    color:#374754;
  }
  .customer-details h4{
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 0.2px;
    color:#252B42;
  }
  .customer-details img{
    width:50px;
    height:50px;
    border-radius: 50%;
  }
  .customer-details div{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-bottom: 5%;
    padding-left:2%;
  }


  /* Pricing Section */
  .pricing {
    background: #252B42;
    color: white;
    padding: 60px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .pricing h2{
    font-weight: 400;
    font-size: 48px;
    line-height: 55px;
    letter-spacing: 0.2px;
    margin-top: 40px;
  }
  .pricing-p{
    font-weight: 400;
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 0.2px;
    width: 580px;
    margin-top:30px;
  }
  .pricing-cards {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    margin-top: 100px;
    margin-bottom: 80px;
  }
  .pricing-cards h4{
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.1px;
    margin-top: 10px;
  }
  .pricing-cards p{
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.1px;
    margin-top: 10px;
  }
  .pricing-cards h3{
    font-weight: 700;
    font-size: 74px;
    line-height: 84px;
    letter-spacing: 0.2px;
    margin-top: 10px;
  }
  .pricing-cards li{
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 0.2px;
    margin-top: 20px;
    margin-bottom: -10px;
  }
  .sub-card-pricing{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sub-card-pricing div{
    padding-left:10px;
  }
  .sub-card-pricing h4{
    text-align: left;
  }
  .btn-primary-middleCard {
    background: #fff;
    color: #2091F9;
    padding: 10px 40px;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    margin-top: 60px;
    font-weight: bold;
    font-size: large;
  }
  .card {
    background: white;
    padding: 30px;
    border-radius: 10px;
    width: 335px;
    height: 607px;
    color: black;
    margin-top: 4%;
  }
  .card-featured {
    background-color: #2091F9;
    padding: 30px;
    border-radius: 10px;
    width:335px;
    height: 693px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .card h4 {
    margin-bottom: 10px;
  }
  .card ul {
    list-style: none;
    margin: 20px 0;
  }
  
  /* Contact Section */

  .contact {
    padding: 60px 20px;
    text-align: center;
  }
  .form-map-container{
    display: flex;
    width: 1211px;
    height: 669px;
    margin-top: 50px;
    margin-left: 229px;
    margin-right: 229px;
    gap:50px;
    align-items: center;
    justify-self: center;
    
  }
  .contact-form {
    width: 453px;
    height: 669px;
    padding: 52px 50px 52px 50px;
    display: flex;
    flex-direction: column;
    gap: 45px;
    margin: 0 auto;
    border:1px solid #DDDDDD ;
    border-radius: 20px;
    box-shadow: 0px 13px 19px 0px rgba(0, 0, 0, 0.07);
    flex:1;
  }
  .contact-form label{
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.1px;
    margin-top: 10px;
  }
  .contact-form input{
    width:353px;
    height: 54px;
    padding: 19px 20px 19px 20px;
    border: 1px solid #ccc;
    border-radius: 39px;
    gap:47px;
    background-color: #F5F5F5;
  }
  .contact-form textarea {
    width:353px;
    height: 193px;
    padding: 23px 20px 23px 20px;
    padding: 10px;
    gap:47px;
    border: 1px solid #ccc;
    border-radius: 2px;
    background-color: #F5F5F5;
  }
  .contact-form button {
    width:145px;
    height: 56px;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.1px;
    background: #2091F9;
    color: white;
    padding: 18px 38px 18px 38px;
    border: none;
    border-radius: 35px;
    cursor: pointer;
    gap: 10px;
  }
  .location-phone-email{
    width: 708px;
    height: 612.7px;
  }
  .location-phone-email-child1{
    display: flex;
    width: 708px;
    height: 108px;
    margin-top: 28px;
    margin-bottom: 40px;
    align-items: center;
    justify-content: center;
  }
  .location-phone-email-child1 div:nth-child(1){
    width: 304px;
    height: 108px;
  }
  .location-phone-email-child1 div:nth-child(2){
    width: 132px;
    height: 87px;
  }
  .location-phone-email-child1 div:nth-child(3){
    width: 242px;
    height: 75px;
  }
  .map-section{
    padding-top: 10px;
    padding-bottom: 10px;
    gap:29px;
    border: 1px solid red;
  }
  
  /* Footer */
  footer {
    background: #252B42;
    color: #ccc;
    text-align: center;
    padding: 20px;
    font-size: 14px;
  }
  .footers-text{
    display: flex;
    align-items: left;
    justify-content: center;
    text-align: left;
    flex-direction: column;
    width: 185px;
    height: 267px;
  } 
  .footers-text h3{
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.1px;
    margin-bottom: 20px;

  }
  .footers-text li{
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 0.2px;
    margin-top:15px;
  }
  .footer-content{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top:150px;
    margin-bottom: 150px;
    margin-left: 280px;

  }
  .footer-content-1{
    display: flex;
    flex:3;
  }
  .footer-content-2{
    display: flex;
    flex-direction: column;
    width:335px;
    height:267px;
    flex:2;
  }
  .footer-content-2 div:nth-child(1){
    display: flex;
    align-items: center;
    padding:10px;
  }
  .footer-content-2 div:nth-child(2){
    display: flex;
    align-items: center;
    padding:10px;
    padding-bottom: 20px;
  }
  .footer-content-2 div:nth-child(3){
    display: flex;
  }
  /* Responsive Design */
  @media (max-width: 768px) {
    .features-grid,
    .pricing-cards,
    .organize {
      flex-direction: column;
      align-items: center;
    }
  }