.image-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
section.testimonial .testimonial-container {
  max-width: 1400px !important; /* Use !important to force this rule */
  width: 100% !important;
}


h1,h2,h3,h4,h5,h6{
  font-family: Arial, sans-serif;
   font-weight: 300;
}
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100..900;1,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100..900;1,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Poppins', sans-serif;
}

nav {
position: fixed;
z-index: 99;
width: 100%;
height: 100px;
background: white;
}

nav .wrapper {
position: relative;
max-width: 1300px;
padding: 0px 30px;
height: 70px;
line-height: 70px;
margin: auto;
display: flex;
align-items: center;
justify-content: space-between;
}

.wrapper .logo a {
color: #f2f2f2;
font-size: 30px;
font-weight: 600;
text-decoration: none;
}

.wrapper .nav-links {
display: inline-flex;
}

.nav-links li {
list-style: none;
}

.nav-links li a {
color: black;
text-decoration: none;
font-size: 18px;
font-weight: 500;
padding: 9px 15px;
border-radius: 5px;
transition: all 0.3s ease;
}

.nav-links .mobile-item {
display: none;
}

.nav-links .drop-menu {
position: absolute;
background: white;
width: 180px;
line-height: 45px;
top: 85px;
opacity: 0;
visibility: hidden;
box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box {
transition: all 0.3s ease;
top: 70px;
opacity: 1;
visibility: visible;
}

.drop-menu li a {
width: 100%;
display: block;
padding: 0 0 0 15px;
font-weight: 400;
border-radius: 0px;
}

.mega-box {
position: absolute;
left: 0;
width: 100%;
padding: 0 30px;
top: 85px;
opacity: 0;
visibility: hidden;
}

.mega-box .content {
background: white;
padding: 25px 20px;
display: flex;
width: 100%;
justify-content: space-between;
box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.mega-box .content .row {
width: calc(25% - 30px);
line-height: 45px;
}

.content .row img {
width: 100%;
height: 100%;
object-fit: cover;
}

.content .row header {
color: #2196f3;
font-size: 20px;
font-weight: 500;
}

.content .row .mega-links {
margin-left: -40px;
}

.row .mega-links li {
padding: 0 0;
list-style: none;
}

.row .mega-links li a {
color: black;
font-size: 14px;
font-weight: 400;
display: block;
padding: 0 20px;
transition: all 0.3s ease;
margin-left: 40px;
}

.wrapper .btn {
color: white;
font-size: 20px;
cursor: pointer;
display: none;
border: none;
background: #3d479e;
}

.wrapper .btn i {
font-size: 25px;
}

@media screen and (max-width: 960px) {
.wrapper .btn {
  display: block;
}


.wrapper .nav-links {
  position: fixed;
  height: 100vh;
  width: 100%;
  max-width: 350px;
  left: -100%;
  top: 0px;
  display: block;
  padding: 50px 10px;
  line-height: 50px;
  overflow-y: auto;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

input[type="checkbox"]:checked~.nav-links {
  left: 0%;
}

.nav-links .desktop-item {
  display: none
}

.nav-links .mobile-item {
  display: block;
  font-size: 23px;
  font-weight: 500;
  margin-left: 20px;
  color: black;
}

.nav-links li a {
  font-size: 20px; /* Increase font size for better visibility */
  padding: 10px 20px; /* Increase padding to make the links larger */
}

.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box {
  top: 0;
  opacity: 1;
  visibility: visible;
  position: relative;
  box-shadow: none;
}

.mega-box .content {
  flex-direction: column;
  margin: 20px 10px;
  width: 100%; /* Ensure full width for content */
}
}

input[type="radio"],
input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

label[for="menu-btn"],
label[for="close-btn"],
label[for="showMega"] {
  display: inline-block;
  cursor: pointer;
  position: relative;
}

label[for="menu-btn"] i,
label[for="close-btn"] i {
  color: #242526;
  font-size: 30px;
}
.btn::before {
  background: transparent !important;
}
.wrapper .btn {
  background: white;
  color: black !important;
}

  /* ===============================footer======================== */
  /* Base styling */
footer {
    
  color: #ffffff;
  padding: 40px 0;
}

.footer-main {
  position: relative;
  top: 50px;
}

.footer-area {
  padding: 0 15px;
}



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

.footer-tittle h4 {
  font-size: 18px;
  margin-bottom: 15px;
}

.footer-tittle ul {
  list-style: none;
  padding: 0;
}

.footer-tittle ul li {
  margin-bottom: 10px;
}

.footer-tittle ul li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s;
}

.footer-tittle ul li a:hover {
  color: #ed4e22;
}

.footer-pera p {
  font-size: 14px;
  line-height: 1.6;
}

.footer-form {
  margin-top: 20px;
}

.subscribe_form {
  display: flex;
}

.subscribe_form input {
  flex: 1;
  padding: 10px;
  border: none;
  border-radius: 5px;
  margin-right: 10px;
}

.subscribe_form .form-icon button {
  background: #f4f4f9;
  border: none;
  border-radius: 5px;
  padding: 10px 15px;
  color: #ffffff;
  cursor: pointer;
}

.footer-copy-right {
  text-align: center;
  /* border-top: 1px solid red; */
  padding-top: 20px;
}

.footer-copy-right p {
  margin: 0;
  font-size: 14px;
}

.footer-copy-right a {
  color: #ed4e22;
  text-decoration: none;
}

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

/* Responsive styling */
@media (max-width: 991px) {
  .col-lg-3, .col-lg-2 {
      flex: 0 0 100%;
      max-width: 100%;
      margin-bottom: 30px;
  }

  .footer-copy-right {
      margin-top: 30px;
  }
}

@media (max-width: 576px) {
  .subscribe_form {
      flex-direction: column;
  }

  .subscribe_form input {
      margin-bottom: 10px;
  }
}

/* Base styling */
.cta-footer-caption h4 {
  font-size: 24px;
  color: black; /* Adjust text color */
  margin-bottom: 15px;
}

.cta-footer-caption p {
  font-size: 16px;
  color: black; /* Adjust text color */
  margin-bottom: 20px;
}

.cta-footer-social {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px; /* Adjust size as needed */
  height: 60px;
  border-radius: 50%;
  background-color: #ffffff; /* Default background color, overridden by specific colors */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s, background-color 0.3s;
  text-decoration: none;
}

.social-icon img,
.social-icon lord-icon {
  width: 40px; /* Adjust size as needed */
  height: 40px;
  transition: opacity 0.3s;
}

.social-icon:hover img,
.social-icon:hover lord-icon {
  opacity: 0.8;
}

.facebook-icon {
  background-color: #3b5998; /* Facebook blue */
  color: #ffffff; /* Icon color for contrast */
}

.instagram-icon {
  background-color: #e4405f; /* Instagram pink */
  color: #ffffff; /* Icon color for contrast */
}

/* Responsive styling */
@media (max-width: 576px) {
  .cta-footer-social {
      flex-direction: column;
      align-items: center;
  }

  .social-icon {
      margin-bottom: 10px;
  }
}


/* whatapp */


.content {
   position: relative;
   padding: 20px;
}

.whatsapp-button {
   position: fixed;
   bottom: 20px;
   left: 20px;
   z-index: 1000; /* Ensures the button is on top */
   display: flex;
   align-items: center;
   justify-content: center;
   width: auto;
   height: 60px;
   padding: 10px;
   background-color: #25D366;
   border-radius: 30px;
   box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
   text-decoration: none;
   color: white;
}

.whatsapp-button img {
   width: 40px;
   height: 40px;
}





.family{
  font-family: Arial !important;
  font-weight: 100 !important;
  font-size: 60px;
}


.alsa{
  /* font-weight: 900 !important; */
  font-size: 47px; 
  color: white;
  font-family: 'Poppins', Arial;
  font-weight: 100;
}
.alsa-1{
  font-weight: 500;
  color: white !important;
  font-weight: 100;
  font-size: 20px;
} 
.alsa-2{
  color: white;
   font-size: 18px;  
   line-height: 30px;
   font-weight: 100;
}
.alsa-3{
  color: black;
   font-weight: 500; 
   font-size: 21px;
}













ul {
  margin: 0px;
  padding: 0px;
}
.footer-section {
background-color: white;
position: relative;
}
.footer-cta {
border-bottom: 1px solid #373636;
}
.single-cta i {
color: #3d479e;
font-size: 37px;
float: left;
margin-top: 14px;
margin-left: 20px;

}

@media screen and (max-width: 970px) {
  .single-cta i{
    font-size: 30px;
   
  }
}
.cta-text {
padding-left: 15px;
display: inline-block;
}
.cta-text h4 {
color: black;
font-size: 20px;
font-weight: 600;
margin-bottom: 2px;
}
.cta-text span {
color: black;
font-size: 15px;
}
.footer-content {
position: relative;
z-index: 2;
}
.footer-pattern img {
position: absolute;
top: 0;
left: 0;
height: 330px;
background-size: cover;
background-position: 100% 100%;
}
.footer-logo {
margin-bottom: 30px;
}
.footer-logo img {
  max-width: 300px;
}
.footer-text p {
margin-bottom: 14px;
font-size: 14px;
    color: #7e7e7e;
line-height: 28px;
}
.footer-social-icon span {
color: black;
display: block;
font-size: 20px;
font-weight: 700;
font-family: 'Poppins', sans-serif;
margin-bottom: 20px;
}
.footer-social-icon a {
color: white;
font-size: 16px;
margin-right: 15px;
}
.footer-social-icon i {
height: 40px;
width: 40px;
text-align: center;
line-height: 38px;
border-radius: 50%;
}
.facebook-bg{
background: #3B5998;
}
.twitter-bg{
background: #55ACEE;
}
.google-bg{
background: #DD4B39;
}
.footer-widget-heading h3 {
color: black;
font-size: 20px;
font-weight: 600;
margin-bottom: 40px;
position: relative;
}
.footer-widget-heading h3::before {
content: "";
position: absolute;
left: 0;
bottom: -15px;
height: 2px;
width: 50px;
background: #3d479e;
}
.footer-widget ul li {
display: inline-block;
float: left;
width: 50%;
margin-bottom: 12px;
}
.footer-widget ul li a:hover{
color: #ff5e14;
}
.footer-widget ul li a {
color: #878787;
text-transform: capitalize;
}
.subscribe-form {
position: relative;
overflow: hidden;
}
.subscribe-form input {
width: 100%;
padding: 14px 28px;
background: white;
border: 1px solid white;
color: #3d479e;
}
.subscribe-form button {
  position: absolute;
  right: 0;
  background: #3d479e;
  padding: 13px 20px;
  border: 1px solid #3d479e;
  top: 0;
}
.subscribe-form button i {
color: #fff;
font-size: 22px;
transform: rotate(-6deg);
}
.copyright-area{
background: #202020;
padding: 25px 0;
}
.copyright-text p {
margin: 0;
font-size: 14px;
color: #878787;
}
.copyright-text p a{
color: #ff5e14;
}
.footer-menu li {
display: inline-block;
margin-left: 20px;
}
.footer-menu li:hover a{
color: #ff5e14;
}
.footer-menu li a {
font-size: 14px;
color: #878787;
}



@media screen and (max-width: 650px) {
  .h4{
      position: relative;
      left: 50px;
      width: 40%;
  }
  .fa-map-marker-alt{
      position: relative;;
      top: 40px;
  }
}

@media screen and (min-width: 1218px) {
  .h4{
      position: relative;
      left: 50px !important;
      bottom: 38px;
      width: 40%;
      font-weight: 100;
  }
  .fa-map-marker-alt{
      position: relative;;
      top: 0px;
  }
}

/* hero section responsive  */

@media screen and (max-width: 950px) {
  .head{
    /* color: red !important; */
    margin-top: 80px !important;
    font-size: 32px !important;
  }
  .logo1{
    width: 100px;
  }
}

@media screen and (max-width: 500px) {
  .end{
    font-size: 17px !important;
  }
  .ed{
    font-size: 17px !important;
  }
}