
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
:root {
  --orange: #e3a144;
  --white: #f6f6f6;
  --black: #2D2E34;
  --violet: #694CB1;
  --blue-primary:#253884;
  --blue-light:#3671e4;
  --green:#54A38C;


}

*{
  margin: 0;
  padding:0;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  
 
}

body{
  overflow-x: hidden;
}
.hero{
  background-color: var(--blue-primary);
 height: 100%;
}
.hero-section{
  
}

  h1 {
    font-size: clamp(2.5rem, 7vw, 6rem);

}
p {
    font-size: clamp(0.5rem, 2vw, 1.5rem);
}
nav{
  margin-left: 5%;
  margin-right: 5%;
}
.dropdown-menu  {
  background-color: var(--blue-primary);
}
.navbar-nav {
  align-items: center;
  text-align: center;
  align-self: center;
 
 }

 .service-link{
  color: var(--white);
  background-color: var(--blue-primary);
 }

/* .container-fluid {
  margin-left: 10%;
  margin-right: 10%;
} */
.nav-link{
  color: var(--white) !important; 
  margin-left: 12px !important ;
  margin-right: 12px !important;
  font-size: 1rem;

}

.head-hero{
  display: inline-block;
  background-color: rgba(54, 113, 228 , 0.3);
  border-radius: 20px;
}

.social-icons {
  display: flex;
  flex-direction: row;
  gap: 10px;
  float: right;
  margin-right: 2%;
  margin-top: 0% !important;
  margin-bottom: 2%;
}
.service{
  display: flex;
  flex-direction: row;
  gap: 0px !important;
}

.service-img{
  width:600px !important;
}
.service .icon{
  margin-right: 10px;

}
.service-details h2{
font-size: 1.6rem;
font-weight: 600;
}

.service-details p{
  font-size: 1rem;
  color: gray;
}
.btn{
  background-color: rgba(190, 117, 15, 0.9); 
  
  border: 1px solid var(--orange);
  color: var(--white);
  font-size: 1.6rem;
  font-weight: 700;
}

.btn:hover{
  background-color: var(--violet);
  border: 1px solid var(--violet);
  color: var(--white);

}


.sub-content p{
  font-size: 1rem !important;
}



/* facts  */

.facts{
  background: url(../images/facts-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center ;
  /* height: 30vh; */
  margin-top: 5% !important;
  color: var(--white);
}

.fact svg{
  margin-bottom: 5%;
  margin-top: 7%;
}
.fact{
  margin-top: 3%;
  margin-bottom: 3%;
}
.fact h3{
  font-weight: bold;
  margin-top: 3%;
}

.fact p{
  color: #ddd;

}

/* end of facts */
/* our services */
.services-head{
  color: var(--orange);
}
.services-header{
  font-weight: 500;
}




/* our services */
.our-services {
  position: relative;
}

.dots-image {
  position: absolute;
  background: url('../images/Dotted-PNG-Picture.png') no-repeat;
  background-size: cover; /* Adjust if needed */
  bottom: -10%;
  border-radius: 20px;
  left: 10;
  width: 200px; /* Adjust size as needed */
  height: 100px; /* Adjust size as needed */
  z-index: 0; /* Ensure it's behind other elements */
}

.service-card-bg {
  position: relative;
  overflow: hidden;
  border: none;
  border-radius: 25px;
  z-index: 1; /* Ensure it's above the dots image */
}

.service-card-bg img {
  width: 100%;
  height: auto;
  display: block;
}

.service-card {
  position: relative;
  z-index: 1; /* Ensure it's above the dots image */
}

.service-card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(37, 56, 132, 0.8); /* Overlay color with opacity */
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 10px;
  color: white;
  text-align: left;
  box-sizing: border-box;
}

.service-card-overlay h5, .service-card-overlay p {
  margin: 0;
}

.service-card-overlay h5 {
  font-size: 1.6rem;
  margin-bottom: 5%;
}

.service-card-overlay p {
  font-size: 1rem;
}

.service-card-overlay:hover {
  background: rgba(37, 56, 132, 0.5); /* Overlay color on hover */
}

/* end of our services */



/* testimonials */

.swiper {
  width: 100%;
  height:100%;
  display: flex;
  align-items: center;
  margin-top: 0% !important;
}

.swiper-slide {
  display: flex;
  justify-content: space-evenly;
  flex-direction: row;
  align-items: center;
  /* gap: 10% ; */

}

.testimonial-content {
  /* flex: 1; */
  padding-right: 0px;
  text-align: left;
  width: 50%;
}

.testimonial-text {
  font-size: 24px;
  font-weight: bold;
  /* background-color: red; */
  margin-bottom: 40%;
}
.testimonial-text svg{
   width: 100px !important; 
   height: 100px !important;
}

.testimonial-image {


  object-fit: cover;
 
}


.swiper-button-prev ,
.swiper-button-next  {

  width: 40px;
  height: 40px;
  transition: transform 0.3s ease;
  background-color: var(--orange) !important;
  color: var(--white);
  padding: 5px 5px;
  margin: 5px 5px;
  border-radius: 50%;
 margin-left: 3.5% !important;

}


.swiper-button-prev::after,
.swiper-button-next::after{
 font-size: 1.1rem;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  transform: scale(1.1);
}



.swiper-button-next {
  left: 100px;
}
/* testimonials */




/* SLIDER  */


/*marquee*/.marquee{
  width:100%;
  margin:0 auto;
  overflow:hidden;
  white-space:nowrap
  ;box-sizing:border-box;
  animation:marquee 50s linear infinite;color:#fff}


  .marquee image{
    height: 50px !important;
  }
  .marquee:hover{animation-play-state:paused}/* Make it move */
  @keyframes marquee{
    0%
    {
      text-indent:27.5em
    }
    100%{
      text-indent:-105em
    }
  }


/* offers */


/* form  */



.map {
  position: relative;
  /* height: 100vh;  */
  overflow: hidden;
}
iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: 1;
}
.form-container {
  position: relative;
  z-index: 2;
  max-width: 600px;
  margin-left: auto;
  background: var(--white);
  padding: 40px 40px;
  margin-top:  20px;
  margin-bottom: 20px;
  margin-right: 20px;
  border-radius: 40px;
}

   form.CUS input.subject { display: none; }

/* input */

/* From Uiverse.io by opMorn */ 
.input-container {
  position: relative;
  margin: 10px auto;
  /* width: 200px; */
}
/* Base styling for all input types + textarea + select */
.input-container input[type="text"],
.input-container input[type="tel"],
.input-container input[type="number"],
.input-container textarea,
.input-container select {
  font-size: 16px;
  width: 100%;
  border: none;
  border-bottom: 2px solid var(--violet);
  padding: 5px 0;
  background-color: transparent;
  outline: none;
  resize: none;
  appearance: none; /* for select + number spin buttons hidden */
}

/* Remove number input arrows (Chrome, Edge, Safari) */
.input-container input[type="number"]::-webkit-outer-spin-button,
.input-container input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Remove number arrows (Firefox) */
.input-container input[type="number"] {
  -moz-appearance: textfield;
}

/* Floating label */
.input-container .label {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--violet);
  transition: all 0.3s ease;
  pointer-events: none;
}

/* Label moves up */
.input-container input[type="text"]:focus ~ .label,
.input-container input[type="tel"]:focus ~ .label,
.input-container input[type="number"]:focus ~ .label,
.input-container textarea:focus ~ .label,
.input-container select:focus ~ .label,
.input-container input[type="text"].not-empty ~ .label,
.input-container input[type="tel"].not-empty ~ .label,
.input-container input[type="number"].not-empty ~ .label,
.input-container textarea.not-empty ~ .label,
.input-container select.not-empty ~ .label {
  top: -30px;
  font-size: 16px;
  color: #333;
}

/* Underline animation */
.input-container .underline {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #333;
  transform: scaleX(0);
  transition: all 0.3s ease;
}

/* Underline active */
.input-container input[type="text"]:focus ~ .underline,
.input-container input[type="tel"]:focus ~ .underline,
.input-container input[type="number"]:focus ~ .underline,
.input-container textarea:focus ~ .underline,
.input-container select:focus ~ .underline,
.input-container input[type="text"].not-empty ~ .underline,
.input-container input[type="tel"].not-empty ~ .underline,
.input-container input[type="number"].not-empty ~ .underline,
.input-container textarea.not-empty ~ .underline,
.input-container select.not-empty ~ .underline {
  transform: scaleX(1);
}


/* end of input */
/* form */



.our-offer {
  position: relative;
}

.dots-img {
  position: absolute;
  background: url('../images/Dotted-PNG-Picture.png') no-repeat;
  background-size: cover; /* Adjust if needed */
  top: -30px;
  border-radius: 30px;
  left: 0;
  margin-left: 20px;
  width: 200px; /* Adjust size as needed */
  height: 100px; /* Adjust size as needed */
  z-index: -1; /* Ensure it's behind other elements */
}


/* email */
.user-select-none{
  color: #ddd;
  text-decoration: none;
  font-size: 1.4rem;
}

/* footer */


footer{
  background-color: var(--black);
  color: var(--white);
}

#item-footer{
  display: inline-block;
  background: var(--BLACK);
  margin: 0;
  padding: 3px 3px;
  border-radius: 0.5em;
}


#item-footer a{
  text-decoration: none;
  font-size: 1rem;
  padding: 10px 10px;
  margin: 2px 2px;
  color: #fff;
}



/* end of footer */

/* mobile screen */
@media (max-width: 768px) {
 
  .hero-section > div{
    padding: 0% !important;
    margin: 0% !important;
  }
  .social-icons {
    float: none;
    justify-content: center;
    margin-top: 1rem !important;
  }
  .cta p{
    width: 100% !important;
    font-size: 1rem;
  }
  .service-img{
    width: 300px !important;
  }

  
.facts{
  margin: 0 !important ;
  padding: 0 !important;
}
.fact svg{

  margin-bottom: 2% !important;
  margin-top: 3% !important;
}
.fact p{

  font-size: 1rem;
}
 .head-sevices  {
  padding:  0 !important;
  margin: 0 !important;
}

.our-services{
  padding:  0 !important;
  margin: 0 !important;
}

.form-container {
 
  max-width: 320px;
  margin-top:  50px;
  margin-bottom: 30px;
  margin-right: 30px;

}



.swiper-slide {
  margin-top: 20%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
   flex-direction: column !important;
}

.swiper-button-prev ,
.swiper-button-next  {

  margin-top: -10% !important;
  align-self: center;

}
.testimonial-image {
  margin-top: 10% !important; 
}
.testimonial-content{
  padding: 0 !important;
  margin: 0 !important;
  width: 100%;
}
.testimonial-text {
  

}
}















/* Tablet specific styles */
@media (min-width: 768px) and (max-width: 1024px) {
  .swiper-slide {
    flex-direction: column; /* Stack content vertically on tablets */
  }

  .testimonial-content {
    width: 100%; /* Full width for text on tablets */
    text-align: center; /* Center text alignment */
  }

  .testimonial-image {
    width: 100%; /* Full width for image on tablets */
    margin-top: 20px; /* Add space between text and image */
  }

  .swiper-button-prev,
  .swiper-button-next {
    display: inline-block;
    position: static; /* Make buttons static on tablets */
    margin: 20px 10px; /* Add margin around buttons */
  }

  .swiper-button-next {
    left: auto; /* Reset left positioning for next button */
  }
}

