* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-family: 'Poppins', sans-serif;
    list-style: none;
    text-decoration: none;
}

body {
    min-height: 100vh;
    background-color: #ffffff;
}

header {
    padding: 1.5rem 5%;
    border-bottom: 1px solid #DEDEDE
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    font-weight: bold;
    font-size: 1.5rem;
    width: 90px;
}
.logo img {
    width: 100%;
}

.nav-links {
    display: flex;
    gap: 2rem;
}

.nav-links a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
}

.nav-links a.active {
    background-color: #e6e6ff;
    padding: 0.5rem 1rem;
    border-radius: 20px;
}

.hero {
    display: flex;
    padding: 2rem 7%;
    gap: 4rem;
    width: 100%;
}

.hero-content {
    flex: 1;
    padding-top: 4rem;
}

h1 {
    font-size: 4rem;
    line-height: 1.2;
    margin-bottom: 2rem;
    color: #1a1a1a;
}

.highlight {
    color: #4040ff;
}

.hero-content p {
    font-size: 1.2rem;
    color: #666;
    max-width: 600px;
    line-height: 1.6;
}


.image-grid {
    display: flex;
    flex-wrap: wrap;
    width: 592px;
}
.image-item {
    background-color: #f5f5f5;
    min-height: 200px;
    background-size: cover;
    background-position: center;
    height: 200.86px;
    width: 197.33px;
}

.image-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.rounded-top-left {
    border-top-right-radius: 100px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    overflow: hidden;
  }
  
.item2 {
    background-color: #BEC0FF; /* Adjust color as needed */
    height: 200.86px;
    width: 197.33px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 0;
    overflow: hidden;
}

.item3{
    border-top-right-radius: 0;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    overflow: hidden;
}

.item4 {
        background: conic-gradient(from 0.2deg at 50% 50%, #010125 0deg, #0E12F0 360deg);
        height: 200.86px;
        width: 197.33px;
        border-bottom-left-radius: 100px;
        border-bottom-right-radius: 100px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        overflow: hidden;
}

.item5{
    width: 394.67px;
    height: 200.86px;
    border-top-right-radius: 100px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 0;
    overflow: hidden;
}
.shape-1{
    min-height: 200px;
    height: 200.86px;
    width: 197.33px;
    background-color: #BEC0FF;
    border-radius: 50%;

}
.shape-2{
    min-height: 200px;
    height: 200.86px;
    width: 197.33px;
    border-top-right-radius: 0;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 100px;
    overflow: hidden;
}

.about {
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 4rem;
    padding: 4rem 7%;
    box-sizing: border-box;
    border-bottom: 1 px solid;
  }
  
  .about .left {
    max-width: 600px;
    flex: 1;
  }
  
  .reena {
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    color: #000271;
    margin-bottom: 16px;
  }
  
  .head {
    font-weight: 700;
    font-size: 36px;
    line-height: 1.3;
    margin-bottom: 32px;
    color: #0A0A0A;
  }
  
  .description {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #4B4B4B;
    margin-bottom: 24px;
  }
  
  .about .right {
    flex: 1;
    width: 576px;
    height: 462px;

  }
  
  .right img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
  }

  #service-section {
    padding: 12px 70px;
    background-color: #fff;
    text-align: center;
  }
.top{
    margin-bottom: 60px;
}
  
  .service-list ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2.5rem;
    padding: 0;
    list-style: none;
    margin: 0 auto;
    max-width: 1200px;
  }
.service-list ul li div{
    align-items: center;
    margin: 0 auto;
}
.head-h3 h3{
    font-family: Poppins;
font-weight: 600;
font-size: 20px;
line-height: 30px;
letter-spacing: 0%;
text-align: center;
}
.top h3{
font-family: Poppins;
font-weight: 600;
font-size: 16px;
line-height: 100%;
letter-spacing: 0%;
text-align: center;
color: #000271;
margin-bottom: 12px;
}
.top h2{
    font-family: Poppins;
font-weight: 600;
font-size: 36px;
line-height: 44px;
letter-spacing: -2%;
text-align: center;
}
.type-h3{
    margin-bottom: 12px;
    margin-top: 12px;
}
.top .h2{
    margin-bottom: 16px;
}
.top h5{
    font-family: Poppins;
font-weight: 400;
font-size: 20px;
line-height: 30px;
letter-spacing: 0%;
text-align: center;

}
.top .h5{
    margin-bottom: 24px;
}
.icon{
    width: 64px;
    height: 60px;
    border-radius: 50%;
    background-color: #F9F5FF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}
.icon img{
    align-items: center;
    width: 28px;
    height: 28px;
}
.p{
font-family: Poppins;
font-weight: 400;
font-size: 16px;
line-height: 24px;
letter-spacing: 0%;
text-align: center;
color:#475467 ;

}
.service-btn{
    width: 221px;
    height: 60px;
    border-radius: 8px;
    padding: 16px 28px;
    background-color:#16174B ;
    margin: 0 auto;
    display: flex;
    color: #FFFFFF;
    align-items: center;
    justify-content: space-around;
    margin-top: 85px;
}
.service-btn .title{
    font-family: Poppins;
font-weight: 600;
font-size: 18px;
line-height: 28px;
letter-spacing: 0%;

}
.service-btn .img{
    width: 24px;
    height: 24px;
}
.service-btn-btn .img img{
    width: 100%;
    height: 100%;
    display: block;
}
.feed-back{
    width: 100%;
    min-height: 100vh;
    padding: 6rem 7%;
}
.star-section{
    width: 116px;
    height: 20px;
}
.star-section ul {
    display: flex;
    justify-content: space-evenly;
}
.star-section ul li {
    width: 20px;
    height: 20px;
}
.star-section ul li img{
    width: 100%;
    height: 100%;
}
.feed-back .left{
    width: 576px;
    height: 412px;
}
.feed-back .left h2{
    font-family: Poppins;
font-weight: 500;
font-size: 48px;
line-height: 60px;
letter-spacing: -2%;
margin-top: 24px;

}
.feed-wrap{
    padding: 30px 40px;
    margin-top: 40px;
}
.feed-container{
    display: flex;
    gap: 40px;
    justify-content: space-between;
}
.person img{
    width: 100%;
    height: 100%;
    object-fit: cover;

}
.person-grid{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 16px;
    }
.first-row{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin: 0 auto;
    gap: 16px;
}
.second-row{
    display: flex;
    margin: 0 auto;
    gap: 16px;
}
    .person img{
        width: 100%;
        height: 100%;
    }
    .img-1{
        width: 160px;
        height: 160px;
    }
    .img-2{
        width: 160px;
    height: 240px;
    margin-top: -80px;
    
    }
    .img-3{
        width: 192px;
    height: 128px;
    
    }
    .img-4{
        width: 160px;
    height: 240px;
    }
    .img-5{
        width: 192px;
    height: 128px;
    }

.right-side{
    width: 576px;
}

.profile{
    display: flex;
    justify-content: space-between;
    margin-top: 46px;
    align-items: center;
    align-content: center;
}
.pro-img{
width: 56px;
height: 56px;
border-radius: 50%;
}
.pro-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.arrow{
    display: flex;
    gap: 12px;
}
.person-data{
    margin-left: -91px;
}


.process-section{
    max-width: 100%;
}
.container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    padding: 2rem 0;
  }
  
  .process-section .intro {
    margin-bottom: 2rem;
    text-align: left;
  }
  
  .subheading {
    font-size: 0.9rem;
    color: #0066cc;
    font-weight: bold;
  }
  
  .cntct-us{
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -2%;
    margin-bottom: 12px;
    
  }
  
  .description {
    font-size: 1rem;
    color: #666;
  }
  .stats-image-grid{
    display: flex;
    justify-content: space-between;
  }
.image-side{
    width: 560px;
height: 560px;
}
.image-side img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.stats{
    display: flex;
    flex-wrap: wrap;
    width: 560px;
    padding: 33px 16px;
}
.stat-box{
width: 264px;
text-align: center;
}
.stat-box h2{
    font-family: Poppins;
font-weight: 600;
font-size: 60px;
line-height: 72px;
letter-spacing: -2%;
text-align: center;

}
.strong{
    font-family: Poppins;
font-weight: 600;
font-size: 18px;
line-height: 28px;
letter-spacing: 0%;
text-align: center;

}
.strong-p{
    font-family: Poppins;
font-weight: 400;
font-size: 16px;
line-height: 24px;
letter-spacing: 0%;
text-align: center;

}

.location-section{
    width: 100%;
    padding: 12px 70px;
    height: 100vh;
}

.contact-container {
    margin-top: 80px;
  }
.us{
    color: #000271;
    margin-bottom: 12px;
}
  
  .left {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 48px;
  }
  
  .left h5 {
    color: #4f46e5;
    margin: 0;
  }
  
  .left h1 {
    font-size: 2.5em;
    margin: 0;
    color: #1f2937;
  }
  .sub-head{
    font-family: Poppins;
font-weight: 400;
font-size: 16px;
line-height: 24px;
letter-spacing: 0%;
color: #475467;
margin-bottom: 12px;

  }
  
  .subtext {
    color: #6b7280;
  }
  
  .contact-section {
    display: flex;
    gap: 15px;
    align-items: flex-start;
  }
  
  .icon {
    width: 40px;
    height: 40px;
    background-color: #f3f4f6;
    border-radius: 50%;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
  }
  .contact-top{
    margin-bottom: 60px;
  }
  
  .email {
    background-image: url('../images/email.png')
  }
  
  .location {
    background-image: url('../images/location.png')
  }
  
  .phone {
    background-image: url('../images/call.png')
  }
  
  .info h3 {
    margin: 0;
    color: #111827;
    margin-bottom: 12px;
  }
  

  
  .email-address {
    font-family: Poppins;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #000271;
  }
  
 .contact-right {
  width: 100%;
  height: auto;
}


  footer{
    width: 100%;
    background-color:#0C111D ;
    height: 146px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 60px;
    margin-top: 30px;
  }
  .footer-reena{
    font-family: Poppins;
font-weight: 700;
font-size: 20px;
line-height: 100%;
letter-spacing: 0%;
text-align: center;
vertical-align: middle;
color: #FFFFFF;
  }
  .reserved{
    color: #D0D5DD;
    font-family: Poppins;
font-weight: 400;
font-size: 16px;
line-height: 24px;
letter-spacing: 0%;

  }



  @media (max-width: 1200px) {
    body{
        width: 100%;
    }
    .image-grid {
      grid-template-columns: repeat(3, 1fr); /* or 1fr for single column */
      width: 400px;
    }
    .image-item {
        background-color: #f5f5f5;
        min-height: 100px;
        background-size: cover;
        background-position: center;
        height: 200.86px;
        width: 197.33px;
    }
  }


@media (max-width: 600px) { 
    body{
        width: 100%;
    }
}

/* Medium devices (tablets) */
/* @media (max-width: 768px) { ... } */

/* Large devices (small laptops) */
@media (max-width: 1024px) { 
    body{
        width: 100%;
    }
    h1 {
        font-size: 30px;
        line-height: 1.2;
        margin-bottom: 2rem;
        color: #1a1a1a;
    }
    .image-grid {
        display: flex;
        flex-wrap: wrap;
        width: 592px;
    }
    .image-item {
        background-color: #f5f5f5;
        min-height: 160px;
        background-size: cover;
        background-position: center;
        height: 170.86px;
        width: 160.33px;
    }
    .image-grid {
        display: flex;
        flex-wrap: wrap;
        width: 570px;
    }

    
    .image-item img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }
    .rounded-top-left {
        border-top-right-radius: 100px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        overflow: hidden;
      }
      
    .item2 {
        background-color: #BEC0FF; /* Adjust color as needed */
        height: 168.86px;
        width: 176.33px;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
        border-bottom-left-radius: 100px;
        border-bottom-right-radius: 0;
        overflow: hidden;
    }
    
    .item3{
        border-top-right-radius: 0;
        border-top-left-radius: 100px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        overflow: hidden;
    }
    
    .item4 {
            background: conic-gradient(from 0.2deg at 50% 50%, #010125 0deg, #0E12F0 360deg);
            height: 179.86px;
            width: 160.33px;
            border-bottom-left-radius: 100px;
            border-bottom-right-radius: 100px;
            border-top-left-radius: 0;
            border-top-right-radius: 0;
            overflow: hidden;
    }
    
    .item5{
        width: 349.67px;
        height: 179.86px;
        border-top-right-radius: 100px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 100px;
        border-bottom-right-radius: 0;
        overflow: hidden;
    }
    .shape-1{
        height: 190.86px;
        width: 176.33px;
        background-color: #BEC0FF;
        border-radius: 50%;
    
    }
    .shape-2{
        min-height: 174px;
        height: 179.86px;
        width: 173.33px;
        border-top-right-radius: 0;
        border-top-left-radius: 100px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 100px;
        overflow: hidden;
    }
 }