html {
  scroll-behavior: smooth;
}
*{
   margin: 0;
   padding: 0;
   font-family: "Poppins", serif;
}
/* For WebKit Browsers (Chrome, Edge, Safari) */
::-webkit-scrollbar {
   width: 10px; /* Adjust scrollbar width */
}

::-webkit-scrollbar-track {
   background: #2c2c2c; /* Light brown for track */
}

::-webkit-scrollbar-thumb {
   background-color: #FAEF9F; /* Light brown for scrollbar thumb */
   border-radius: 10px; /* Rounded edges */
   border: 2px solid #FAEF9F; /* Add space and match track color */
}

/* Optional: Apply to a specific container */
#your-container-id {
   scrollbar-width: thin;
   scrollbar-color: #d2a679 #f5e7d8;
}

body{
   overflow-x: hidden;
}
.main{
  overflow-x: hidden;
}
/* nav start */
 
 .navbar.blur {
   backdrop-filter: blur(10px); 
   background-color:#2c2c2cd2; 
   box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); 
 }
.nav-left{
   width: 40vw;
   height: 10vh;
   display: flex;
   align-items: center;
   justify-content: center;
   object-fit: contain;
}
.nav-right{
   width: 40vw;
   height: 10vh;
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 2vw;
}
.contact-us button{
   padding: 0.5vw 1.5vw;
   border: none;
   border-radius: 0.5vw;
   background-color: #FAEF9F;
   color: white;
   cursor: pointer;
   /* font-size: 1.3vw; */
}

.navigation {
  margin-top: 20px;
}

.nav-btn {
  background-color: #e63946;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  font-size: 18px;
  margin: 5px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s;
}

.nav-btn:hover {
  background-color: #b82e38;
}

.nav-btn:focus {
  outline: none;
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding: 3vh 0px;
  background-color: #2c2c2c;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 100;
  position: sticky;
  top: 0;
  width: 100vw;
}
/* nav end */
.page-1{
   height: max-content;
   width: unset;
   display: flex;
   align-items: center;
   justify-content: center;
   padding: 2vw;
}
.page-1-left{
   height: 100vh;
   width: 50vw;
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
}
.text-box {
   width: 30vw;
   font-size: 1rem;
}
.page-1-right{
   height: 100vh;
   width: 50vw;
   
}
.page-1-right img{
   height: 100vh;
   width: 50vw;
   object-fit:cover;
}

/* op */
.op {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50vw;
 height:100vh ;
}

.image-container {
  position: relative;
  display: inline-block;
  width: 25vw; /* Adjust width as needed */
   /* Example width */
}

.image-container img {
  width: 25vw;
  height: 50vh;
  display: block;/* Optional: Add rounded corners */
  border-radius: 50%;
}

.text-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #FAEF9F; /* Semi-transparent black background */
  color: white;
  text-align: center;
  padding: 10px;
  font-size: 14px; /* Adjust as needed */
  box-sizing: border-box;
  border-radius: 1vw;
}


/* page2 */
.page-2 {
 height: max-content;
 width: 100vw;
 display: flex;
 align-items: center;
 justify-content: center;
 flex-wrap: wrap;
}
.page-2 h1{
   margin: 2vw 2vw;
   font-size: 2rem;
}
.text-box button{
   padding: 0.5rem 1rem;
   border: none;
   border-radius: 0.5vw;
   background-color: #d9534f;
   font-size: 0.9rem;
   color: white;
   margin: 1vw 0vw;
}





.card-container {
   display: flex;
   justify-content: center;
   align-items: center;
   gap: 20px;
   flex-wrap: wrap;
}

.card {
   background-color: white;
   border-radius: 8px;
   box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
   overflow: hidden;
   text-align: center;
   width: 40vw;
   margin: 2vw;
}

.card img {
   width: 100%;
   height: 30vh;
   object-fit: cover;
}

.card h2 {
   font-size: 1.5em;
   margin: 15px 0;
   color: #333;
}

.card p {
   font-size: 1em;
   color: #555;
   margin: 10px 15px;
}

.card .btn {
   display: inline-block;
   margin: 15px;
   padding: 10px 20px;
   background-color: #d9534f;
   color: white;
   text-decoration: none;
   border-radius: 5px;
   transition: background-color 0.3s;
}

.card .btn:hover {
   background-color: #c9302c;
}






.page-3{
   height: max-content;
   display: flex;
   align-items: center;
   justify-content: center;
   background-color: #2c2c2c;
}
.testimonial-container {
   display: flex;
   flex-direction: column;
   align-items: center;
   padding: 40px;
 }
 
 .testimonial-card {
   background-color: #4a4a4a;
   color: #ffffff;
   padding: 20px;
   margin: 10px;
   border-radius: 8px;
   max-width: 600px;
   text-align: center;
   box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
 }
 
 .author {
   margin-top: 15px;
   font-weight: bold;
   font-style: italic;
 }
/* Contact Section */
.page-4{
   height: 70vh;
   width: 100vw;
   display: flex;
   align-items: center;
   justify-content: center;
}
.contact-section {
   width: 80%;
   max-width: 800px;
   text-align: center;
   padding: 20px;
 }
 
 .contact-section h1 {
   font-size: 2rem;
   margin-bottom: 10px;
   color: #101E4C;
 }
 
 .contact-section p {
   font-size: 1rem;
   color: #101E4C;
   margin-bottom: 20px;
 }
 
 .contact-form {
   display: flex;
   flex-direction: column;
   gap: 15px;
   margin: 0 auto 20px;
   width: 100%;
 }
 
 .form-group {
   display: flex;
   gap: 10px;
 }
 
 .form-group input {
   flex: 1;
   padding: 10px;
   font-size: 1rem;
   border: 1px solid #ddd;
   border-radius: 4px;
   background-color: #f4f4f4;
 }
 
 textarea {
   height: 100px;
   padding: 10px;
   font-size: 1rem;
   border: 1px solid #ddd;
   border-radius: 4px;
   background-color: #f4f4f4;
   resize: none;
 }
 
 .submit-btn {
   background-color: #101E4C;
   color: #fff;
   font-size: 1rem;
   border: none;
   border-radius: 4px;
   padding: 10px 20px;
   cursor: pointer;
 }
 
 .submit-btn:hover {
   background-color: #c0392b;
 }
 
 /* Footer */
 footer {
   margin-top: 20px;
   font-size: 0.9rem;
   color: #777;
 }
 
 footer a {
   text-decoration: none;
   color: #e74c3c;
 }
 
 footer a:hover {
   text-decoration: underline;
 }
 
 /* Responsive Design */
 @media (max-width: 600px) {
   .form-group {
     flex-direction: column;
   }
   .nav-right {
    width: 80vw;
    height: 10vh;
    display: flex
;
    align-items: center;
    justify-content: center;
    gap: 2vw;
}
 }

 /* end */
 .end{
   height: max-content;
   width: unset;
   background-color: #101E4C;
   color: white;
   display: flex;
   align-items: center;
   justify-content: space-evenly;
   padding: 2vw;
   
 }
 .end ul{
  list-style: none;
 }


/* Services Section */
.services-section {
  text-align: center;
  padding: 50px 20px;
  background-color: #101E4C;
  height: max-content;
  display: flex
;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
 
 .services-section h1 {
   font-size: 2.5vw;
   color: white;
   margin-bottom: 10px;
 }
 
 .services-section p {
   font-size: 1.3vw;
   color: white;
   margin-bottom: 40px;
   font-weight: 500;
 }
 
 .services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin: 0 5vw;
  width: 100vw;
}
 
 .service-card {
   background: white;
   color: #101E4C;
   border-radius: 8px;
   padding: 20px;
   text-align: left;
   box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
   transition: transform 0.3s ease;
   display: flex;
   align-items: center;
   justify-content: center;
   flex-wrap: wrap;
 }
 
 .service-card:hover {
   transform: translateY(-5px);
 }
 
 .service-card .icon {
   font-size: 2rem;
   margin-bottom: 10px;
   width: 100%;
   display: flex;
   align-items: center;
   justify-content: center;
 }
 .icon img{
  height: 4vh;
  object-fit: contain;
 }
 .service-card h2 {
   font-size: 1.5rem;
   margin-bottom: 10px;
 }
 
 .service-card p {
   font-size: 0.9rem;
   line-height: 1.5;
   margin-bottom: 10px;
   color: #101E4C;
 }
 /* Responsive Design */
 @media (max-width: 768px) {
   .services-grid {
     grid-template-columns: 1fr;
   }
 }

/* Additional Responsive Design */
@media (max-width: 1024px) {
    .navbar {
        flex-direction: none;
        font-size: 1rem;
    }
    .nav-right {
        gap: 1rem;
    }
    .contact-us button {
        font-size: 1rem;
        padding: 0.4rem 1rem;
    }
}

@media (max-width: 768px) {
    .page-1-left, .page-1-right {
        width: 100%;
        height: 30vh;
        text-align: center;
    }
    .page-1-right img {
        width: 100%;
        height: 30vh;
        margin: 0 auto;
    }
    .text-box {
        width: 80%;
        margin: 0 auto;
        font-size: 0.5rem;
    }
    .card-container {
        flex-direction: column;
        gap: 1rem;
    }
    .card {
        width: 90%;
    }
    .services-grid {
        grid-template-columns: 1fr;
    }
    .service-card {
        margin: 1rem 0;
    }
    .testimonial-container {
        padding: 20px;
    }
    .page-2 h1{
font-size: 1.2rem;
margin: 6vw 2vw;
    }
  }

@media (max-width: 480px) {
    .navbar {
        font-size: 0.9rem;
    }
    .page-1-left, .page-1-right {
        text-align: center;
    }
    .text-box {
        font-size: 2vw;
    }
    .contact-us button {
        padding: 0.3rem 0.8rem;
        font-size: 0.8rem;
    }
    .card img {
        width: 100%;
    }
    .testimonial-card {
        font-size: 0.9rem;
    }
    .page-2 h1{
      font-size: 1rem;
    }
}







/* News Section */
/* .news-section {
  padding: 50px 20px;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.news-card {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.news-card:hover {
  transform: translateY(-5px);
  background-color: #2c2c2c;
  color: white;
  transition: transform 0.3s ease;
}

.news-card h2 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.news-card p {
  font-size: 1rem;
  margin-bottom: 10px;
}

.news-date {
  font-size: 0.8rem;
  color: #555;
} */

/* Admin Section */
.admin-section {
  max-width: 600px;
  margin: 50px auto;
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.admin-section form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.admin-section input,
.admin-section textarea,
.admin-section button {
  padding: 10px;
  font-size: 1rem;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.admin-section button {
  background-color: #2ecc71;
  color: #fff;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.admin-section button:hover {
  background-color: #27ae60;
}

.h1{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2vw 2vw;
  color: #101E4C;
  font-size: 2.5vw;
}


.news-container {
  width: 100vw;
  height: 300px; /* Adjust height as needed */
  overflow: hidden;
  position: relative;
  height: 50vh;
  display: flex;
  justify-content: center;
}

.news-container::before,
.news-container::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 50px; /* Adjust the fading height */
  pointer-events: none; /* Ensure it doesn't interfere with user interactions */
  z-index: 1;
}

.news-container::before {
  top: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

.news-container::after {
  bottom: 0;
  background: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

.news-scroller {
  display: flex;
  flex-direction: column;
  animation: scrollNews 1s linear infinite;
  position: relative;
  z-index: 0; /* Ensure it is behind the fading layers */
}

.news-card {
  padding: 10px;
  border-bottom: 1px solid #ddd;
  width: 90vw;
}
.news-card small{
  color: #101E4C ;
}
.news-card h2{
  color: #101E4C;
}

.news-card:last-child {
  border-bottom: none;
}

@keyframes scrollNews {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}

/* about */
.about{
  height: 80vh;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.about-r{
  height: max-content;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-r img{
  height: 40vh;
  width: 400px;
  object-fit: cover;
  border-radius: 50%;
}
.about-l{
  height: max-content;
  width: 50vw;
  display: flex;
  align-items: center;
  justify-content: center;
}




.about-section {
  text-align: center;
  padding: 40px 20px;
 background-color: #2c2c2c;
 color: white;
  /* Light background for contrast */
}

.about-container {
  display: inline-block;
  max-width: 400px;
  width: 100%;
}

.profile-picture {
  width: 150px; /* Circle size */
  height: 150px;
  margin: 0 auto;
  overflow: hidden; /* Ensures circular crop */
  border-radius: 50%; /* Makes it circular */
  border: 5px solid #ddd; /* Optional: Adds a border */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* Optional: Adds a shadow for depth */
}

.profile-picture img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures image fills the circle neatly */
}

.about-title {
  margin-top: 20px;
  font-size: 1.8rem;
   /* Dark text for readability */
  font-family: 'Arial', sans-serif; /* Adjust to your font choice */
  padding: 1vw 1vw;
}

@media screen and (max-width: 768px) {
  .profile-picture {
    width: 120px;
    height: 120px;
  }

  .about-title {
    font-size: 1.5rem;
  }
}




.logo h1 {
  font-size: 1.5rem;
  color: #FAEF9F;
}

.nav-links {
  display: flex;
  list-style: none;
}

.nav-links li {
  margin: 0 15px;
  display: flex
;
  align-items: center;
  justify-content: center;
  height: 5vh;
}

.nav-links a {
  text-decoration: none;
  color: white;
  font-weight: bold;
  transition: color 0.3s;
}

.nav-links a:hover {
  color: #FAEF9F;
}

.cta-buttons .contact-btn,
.cta-buttons .hire-btn {
  text-decoration: none;
  padding: 4.5px 15px;
  border-radius: 5px;
  font-weight: bold;
  transition: all 0.3s ease;
}

.contact-btn {
  background-color: transparent;
  color: #FAEF9F;
  border: 2px solid #FAEF9F;
}

.contact-btn:hover {
  background-color: #FAEF9F;
  color: #fff;
}

.hero-content button {
  background-color: #FAEF9F;
  color: #fff;
  border: none;
padding: 0.7vw;
border-radius: 0.5vw;
}
.hero-content button a {
color: black;
text-decoration: none;
font-weight: 700;
}
.hero-content button a:hover {
  color: white;
  }
.hero-content button:hover {
  background-color: #2c2c2c;
  color: white;
}

/* Hero Section */
.hero-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10vw;
  background-color: #101E4C;
}

.hero-content {
  max-width: 600px;
  
}

.hero-content h1 {
  font-size: 3rem;
  color: white;
  margin: 10px 0;
}

.hero-content h3 {
  font-size: 1.8rem;
  color: #FAEF9F;
  margin: 10px 0;
}

.hero-content .description {
  margin: 20px 0;
  font-size: 1rem;
  color: white;
}

.contact-info p {
  font-size: 1rem;
  margin: 5px 0;
  color: white;
}

.hero-image {
  width: 40%;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
}

.hero-image img {
  width: 20vw ;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border: 0.4vw solid white;
}

/* Responsive Design */
@media (max-width: 768px) {
  .hero-section {
    flex-direction: column;
    text-align: center;
  }

  .hero-content {
    margin-bottom: 20px;
  }

  .hero-image {
    width: 80%;
  }




  .nav-links {
    margin: 20px 0;
  }

  
}

/* Name Rectangle */
.name-box {
  position: absolute;
  bottom: -3vw;
  left: 50%;
  transform: translateX(-50%);
  background-color: white;
  color: black;
  padding: 12px 25px;
  border-radius: 0.5vw;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  z-index: 1;
  width: max-content;
}

/* Responsive Adjustments for Name Rectangle */
@media (max-width: 768px) {
  .name-box {
    font-size: 0.9rem; /* Slightly smaller text for mobile */
    padding: 8px 15px; /* Adjust padding for smaller screens */
    bottom: -20px; /* Reduces space below the image */
  }
}

@media (max-width: 480px) {
  .name-box {
    font-size: 0.8rem; /* Further adjust text size for smaller devices */
    padding: 6px 10px; /* Compact padding */
  }
}

/* about us */
.about{
  height: max-content;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-left{
  height: 50vh;
  width: 50vw;
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
}
.about-text-box {
  width: 40vw;
  font-size: 1rem;
  color: #101E4C;
}
.about-text-box p{
  padding: 0.5vw;
  padding-left: 0;
  font-size: 1vw;
}
.about-text-box h1{
  font-size: 2.5vw;
}
.about-right{
  height: 70vh;
  width: 50vw;
  
}
.about-right img{
  height: 70vh;
  width: 50vw;
  object-fit:cover;
}

/* aour approach */

/* about us */
.approach{
  height: 70vh;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #101E4C;
}
.approach-left{
  height: 70vh;
  width: 50vw;
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
}
.approach-text-box {
  width: 40vw;
  color: white;
}
.approach-text-box p{
  padding: 0.8vw;
  padding-left: 0;
  font-size: 0.9vw;
}
.approach-text-box h1{
  font-size: 2vw;
  padding: 1vw;
  padding-left: 0;
}
.approach-right{
  height: 70vh;
  width: 50vw;
  
}
.approach-right img{
  height: 70vh;
  width: 50vw;
  object-fit:cover;
}
.p{
  padding: 2vw;
  padding-left: 0;
}

/* making it responsive */
/* ?"navbar" */

/* Hamburger Menu */
.hamburger {
  display: none; /* Hidden by default */
  flex-direction: column;
  cursor: pointer;
}

.hamburger span {
  background-color: white;
  height: 3px;
  width: 25px;
  margin: 4px 0;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .nav-links {
    display: none; /* Hide navigation links on small screens */
    flex-direction: column;
    position: absolute;
    top: 50px;
    right: 0px;
    background-color: #2c2c2c;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    height: 100vh;
    width: 100vw;
  }

  .nav-links.active {
    display: flex; /* Show links when active */
  }

  .hamburger {
    display: flex; /* Show hamburger menu on small screens */
  }

  .hamburger.active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }

  .hamburger.active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
  .logo h1 {
    font-size: 1rem;
    color: #FAEF9F;
}
}

/* Slide-In Animation */
@keyframes slideIn {
  from {
    right: -320px; /* Start off-screen */
  }
  to {
    right: 0px; /* Slide into position */
  }
}
/* Keyframes for Slide Out */
@keyframes slideOut {
  from {
    right: 0px; /* Start in visible position */
  }
  to {
    right: -450px; /* Slide out of view */
  }
}
/* Apply Animation */
.nav-links.active {
  display: flex; /* Show links */
  animation: slideIn 0.5s ease-out forwards; /* Slide in animation */
}

/* Slide-Out Animation */
.nav-links.closing {
  display: none;
  animation: slideOut 0.5s ease-out forwards; /* Slide out animation */
}
/* Responsive Hamburger Menu */
.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  z-index: 1100;
}

.hamburger span {
  background-color: white;
  height: 3px;
  width: 25px;
  margin: 4px 0;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}

/* Show Hamburger for Small Screens */
@media (max-width: 480px) {
  .hamburger {
    display: flex; /* Display hamburger icon */
  }

  .contact-btn {
    margin-top: 10px;
    width: 100%; /* Full width for mobile */
  }
}

/* hero section */
  .hero-image img {
    width: 20vw;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    object-fit: cover;
    border: 0.4vw solid white;
  }
  @media (max-width: 480px){
      .hero-image img {
    width: 64vw;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 50%;

    object-fit: cover;
    border: 0.4vw solid white;
  }
  }

/* about page */
@media (max-width: 480px) {
.about-right img {
  height: 25vh;
  width: 100vw;
  object-fit: cover;
}
.about-right {
  height: 25vh;
  width: 100vw;
}
.about-left {
  height: 40vh;
  width: 100vw;
  display: flex
;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.about-text-box {
  width: 90vw;
  font-size: 2rem;
  color: #101E4C;
}
.about-text-box p {
  padding: 0.5vw;
  padding-left: 0;
  font-size: 2.5vw;
  text-align: center;
}
.about-text-box h1 {
  font-size: 7.5vw;
  display: flex
;
  align-items: center;
  justify-content: center;
}
}
@media (max-width: 480px) {
  ::-webkit-scrollbar {
    display: none; /* Adjust scrollbar width */
 
}
/* our servces */
.services-section h1 {
  font-size: 7.5vw;
  color: white;
  margin-bottom: 10px;
}
.services-section p {
  font-size: 3.3vw;
  color: #101E4C;
  margin-bottom: 40px;
  font-weight: 500;
}
.services-section {
  text-align: center;
  padding: 50px 20px;
  background-color: #101E4C;
  height: max-content;
  display: flex
  ;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.services-grid {
  display: grid
  ;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 0px 4vw;
  margin: 0 5vw;
  width: 100vw;
}
.services-grid {
  grid-template-columns: 1fr;
  display: flex
  ;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.service-card {
  margin: 1rem 0;
  width: 35vw;
  height: 12vh;
}
.services-section p {
  font-size: 2.5vw;
  color: #101E4C;
  margin-bottom: 40px;
  font-weight: 500;
}
.our p{
  color: white;
}
.service-card {
  margin: 1rem 0;
  width: 26vw;
  height: 8vh;
}
.icon img {
  height: 2.5vh;
  object-fit: contain;
}

}
/* news */
@media (max-width: 480px) {
  .h1 {
    display: flex
;
    align-items: center;
    justify-content: center;
    padding: 2vw 2vw;
    color: #101E4C;
    font-size: 7.5vw;
}
}
/* approafh */
@media (max-width: 480px){
  .approach-right img {
    height: 40vh;
    width: 100vw;
    object-fit: cover;
}
.approach-right {
  height: 40vh;
  width: 100vw;
}
.approach {
  height: max-content;
  width: 100vw;
 display: block;
  background-color: #101E4C;
}
.approach-text-box {
  width: 80vw;
  color: white;
  text-align: left;
  padding: 10vw 0vw;
}
.approach-left {
  height: max-content;
  width: 100vw;
  display: flex
;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.approach-text-box h1 {
  font-size: 7.5vw;
  padding: 1vw;
  padding-left: 0;
  text-align: center;
}
.approach-text-box ul li{
  font-size: 3vw;
}
.approach-text-box p {
  padding: 0.8vw;
  padding-left: 0;
  font-size: 3vw;
}
}
/* contact */
@media (max-width: 480px){
  .page-4 {
    height: 90vh;
    width: 100vw;
    display: flex
;
    align-items: center;
    justify-content: center;
}
.end {
  height: max-content;
  width: unset;
  background-color: #101E4C;
  color: white;
  display: flex
;
padding: 2vw;
  align-items: center;
  justify-content: space-around;
  font-size: 3vw;
  flex-wrap: wrap;
  text-align: center;
}
.end ul{
  width: unset;
  display: flex;
  align-items: center;
  justify-content: center;
}
.end ul li{
  font-size: 3vw;
}
}

/* 1024 */
@media (max-width: 1024px){
  .hero-image img {
    width: 50vw;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    object-fit: cover;
    border: 0.4vw solid white;
  }
  .approach-text-box p {
    padding: 0.8vw;
    padding-left: 0;
    font-size: 1.9vw;
  }.approach-text-box h1 {
    font-size: 3vw;
    padding: 1vw;
    padding-left: 0;
  }
  .about-text-box p{
    padding: 0.5vw;
    padding-left: 0;
    font-size: 2vw;
  }
}
  /* 896 */
  @media (max-width: 896px ){
    .hero-image img {
      width: 61vw;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
      border-radius: 50%;

      object-fit: cover;
      border: 0.4vw solid white;
  }
  }
  /* 667 */
  @media (max-width: 667px){
    .hero-image img {
      width: 61vw;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
      border-radius: 50%;
      object-fit: cover;
      border: 0.4vw solid white;
  }
  .approach-text-box h1 {
    font-size: 7.5vw;
    padding: 1vw;
    padding-left: 0;
}
.approach-text-box p {
  padding: 0.8vw;
  padding-left: 0;
  font-size: 2.9vw;
}
  }
.div{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.div ul li{
  width: 30vw;

}

/* Footer Styling */
.footer {
  background-color: #101E4C;
  color: white;
  padding: 20px 10px;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap; /* Make items stack on smaller screens */
  justify-content: space-between;
  gap: 20px;
}

.footer-section {
  flex: 1; /* Equal width for all sections */
  min-width: 250px; /* Ensures each section has a minimum size */
}

.footer-section h4 {
  font-size: 1.2rem;
  color: white;
  margin-bottom: 10px;
}

.footer-section p {
  font-size: 0.9rem;
  line-height: 1.5;
}

.footer-section a {
  color: white;
  text-decoration: none;
}

.footer-section a:hover {
  text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column; /* Stack sections vertically */
    align-items: center;
    text-align: center;
  }

  .footer-section {
    margin-bottom: 20px;
  }
}
