*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;

    scroll-behavior: smooth;
}
.hero-section {
    position: relative;
    overflow: hidden;
    padding-top: 100px;
    padding-left: 100px;
    padding-right: 100px;
    z-index: 1;
  }
  
  .hero-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('assets/images/bg_img.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0.1;
    filter: grayscale(80%);
    background-color: #f6f6f6;
    z-index: -1;
  }
  
/* .overlay {
  background-color: rgba(255, 255, 255, 0.94);
  padding: 80px 20px;
} */

.fixed-top {
  background-color: white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1030;
}

.nav-link {
  color: rgba(0,0,0,0.6) !important;
  font-family: "Open Sans";
  font-size: 14px !important;
  font-weight: 600 !important;
  margin-right: 15px;
}
.nav-link:hover{
    opacity: .7;
    transition: all .2s ease-in-out;
}



.hero-heading {
color: #203864!important;
text-align: left;
font-family: "Open Sans";
font-style: italic;
font-size: 44px;
font-weight: 700;
}
.contact-box .hero-heading{
    font-size: 27px;
    text-align: center;
    margin-bottom: 16px;
}


.create-account-btn {
    font-size: 20px;
    font-weight: 400;
    padding: 6px 20px;
    line-height: 1.7em !important;
    background-color: transparent;
    background-size: cover;
    font-family: "Open Sans";
    text-decoration: none;
    background-position: 50%;
    background-repeat: no-repeat;
    border: 2px solid rgb(46, 163, 242);
    border-radius: 3px;
    color: rgb(46, 163, 242);
}


.create-account-btn:hover{
    background-color: rgb(46, 163, 242);
    color: #fff;
    transition: all .2s ease-in-out;
}

.contact-box {
  background-color: #fff;
  border-radius: 5px;
  padding: 25px;
  /* box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1); */
}
.contact-box button:hover{
    opacity: .8;
}
.contact-box button{
    background-color: #e05333;
    color: #ffffff;
    display: inline-block;
    line-height: 1;
    font-size: 15px;
    padding: 16px 24px;
    border-radius: 3px;
    transition: all .2 ease-in-out;

    width: 100%;
    border: none;
    font-family: "Open Sans";
    font-weight: 500;
    outline: none;
   
    cursor: pointer;;
}
.search-toggle {
  cursor: pointer;
  font-size: 1.2rem;
  padding-left: 10px;
  color: #333;
}

.search-area {
  display: none;
  position: absolute;
  right: 15px;
  top: 60px;
  z-index: 1040;
  width: 250px;
  background: #fff;
  padding: 10px;
  border: 1px solid #ccc;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

footer {
  padding: 40px 0;
  color: #333;
}
.hero-section .sub-heading{
    color: #0C71C3!important;
    text-align: left;
    font-family: "Actor";
    font-size: 21px;
    font-weight: 700;
}
p{
    color: rgb(32, 56, 100);
    font-size: 17px;
    font-family: "Roboto";
    font-weight: 300;
    text-align: justify;
}
.hero-section .calling-number-text{
    color: rgb(12, 113, 195);
    font-family: "Abel";
    font-size: 23px;
    font-weight: 700;
}
.hero-section h4{
    padding-bottom: 10px;
    line-height: 1em;
    margin: 0;
    font-weight: 500;
    font-family: 'Arial', Helvetica, Arial, Lucida, sans-serif;
    font-size: 21px;
    color: #203864 !important;
    text-align: left;
}
.section-heading{
  font-weight: 700
  ;
  color: #203864 !important;
  font-size: 26px;

    font-family: "Roboto";
}
.hero-section .image-container{
  width: 100%;
  height: 320px;

}
.hero-section .image-container img{
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.section-2{
  padding-top: 30px;
  padding-bottom: 80px;
}
.card-section {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;

}

.flip-card {
  background-color: transparent;
  width: 250px;
  height: 350px;
  cursor: pointer;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  /* border-radius: 1px; */
  overflow: hidden;
  /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15); */
}

.flip-card-front {
  background-color: #fff;
}

.flip-card-front img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.flip-card-back {
  background-color: #E05333;
  color: white;
  transform: rotateY(180deg);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
}

.flip-card-back h3 {
  margin-bottom: 10px;
  font-size: 20px;
  font-family: "Actor";
}

.flip-card-back p {
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
}
.section-3 video{
  height: auto;
  width: 100%;
}
.section-3{
  background-color: #f3f3f3!important;
padding-bottom: 30px;
}
.section-4{
  padding-top: 30px;
padding-bottom: 30px;
}

.cards-area .card-box .counting-number{
  margin-bottom:30px !important;
  width: max-content;
    margin: 0 auto;
    width: 70px;
    height: 70px;
   display: flex;
   justify-content: center;
   align-items: center;
    border-radius: 50%;
 margin-top: -50px;
    background: #203864;
    color: #fff;
}
.cards-area .card-box .counting-number p{
  color: #fff;
  font-size: 40px;
  font-family: "Roboto";
  font-weight: 600;
  margin-bottom: 0;
}
.cards-area .card-box  .heading-part{
  margin-bottom: 34px;
}
.cards-area .card-box  .heading-part h5{
  margin: 0;
  font-size: 16px;
  color: rgb(32, 56, 100);
  font-family: "Roboto";
  font-weight: 700;
  text-align: center;
  line-height: 16px;
}
.cards-area .card-box .image-area{
  margin-bottom: 34px;
  text-align: center;
}
.cards-area .card-box .image-area img{
  max-width: 100%;
  height: auto;
}
.cards-area .card-box .text-area p{
  text-align: justify;
  margin: 0;
}

.cards-area{
  display: flex;
  flex-wrap: wrap;
  gap:40px;
  margin-top: 60px;
}
.cards-area .card-box{
  height: 400px;
  border: 1px solid #203864;
  border-radius: 8px;
  padding: 22px;
  width: 29.6667%;

  
}
.section-5 {
  background-color: #f3f3f3;
  padding-top: 30px;
  padding-bottom: 30px;
}
.section-6{
  padding-top: 30px;
  padding-bottom: 30px;
}

.section-5 .image-container img{
  max-width: 100%
  ;width: 100%
  ;height: 300px;
}
.section-5  p{
  font-size: 17px;
}
.section-6 p{
  font-size: 17px;
}
.section-6 img{
  max-width: 100%;
  width: 100%;
  height: 285px;
  object-fit: cover;
}
.cta-box{
  width: 80%;
  margin: 0 auto;
  background-color: #f3f3f3;
  text-align: center;
  padding: 20px;
}
.cta-box p{
  text-align: center;
}
.section-7{
  margin-top: 30px;
  margin-bottom: 40px;
}

.section-7 .work-box  li{
  
  font-family: "Roboto";
  margin-bottom: 5px;
}
.section-7 .work-box h6
{
  font-family: "ROBOTO";
  font-size: 16px;
  font-weight: 700;
}
.section-7 .work-box h4{
  
  color: #203864 !important;
  text-align: center;
  font-weight: 900;
  font-family: "roboto";
  font-size: 16px;
  margin-bottom: 20px;
}
.section-7 .work-box{
  color: #203864 !important;
  text-align: left;
  font-weight: 300;
    font-size: 16px;
    background-color: #f3f3f3;
    padding-top: 15px !important;
    padding-right: 15px !important;
    padding-bottom: 15px !important;
    padding-left: 15px !important;
    min-height: 45em;
  
}
.cta-box button{
  font-size: 20px;
    font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif !important;
    background-color: #E05333;
    border: 1px solid #E05333;
    border-radius: 3px;
    font-weight: 500;
    padding: .3em 1em;
    line-height: 1.7em !important;
    color: #fff;
    margin-top: 14px;
}

.testimonial-swiper {
  max-width: 700px;
  margin: 0 auto;
  position: relative;
}

.swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 30px 20px;
  cursor:grab;
  box-sizing: border-box;
}

.swiper-slide img {
  height: 30px;
  margin-bottom: 20px;
}

.testimonial-text {
  font-size: 1.2rem;
  font-style: italic;
  color: #203864;
  font-family: "Roboto";
  margin-bottom: 15px;
  line-height: 1.6;
}

.client-name {
  font-weight: 700;
  font-size: 1.1rem;
  color: #203864;
  font-family: "Roboto";
}
footer{
  background-color: #000;
  text-align: center;
  height: fit-content;
  padding: 15px;
  font-size: 20px;
font-family: "Roboto";
font-weight: 700;
color: #fff;
}
.text-section{
  background-color: #f3f3f3;
  padding: 20px;
}
.section-8 {
  margin-top: 30px;
  margin-bottom: 60px;
}

/* Custom arrow positions */
.swiper-button-next,
.swiper-button-prev {
  color: #000;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  display: none !important;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.swiper-button-prev {
  left: -60px;
}

.swiper-button-next {
  right: -60px;
}

/* Responsive arrow position */
@media (max-width: 768px) {
  .swiper-button-prev {
    left: -30px;
  }

  .swiper-button-next {
    right: -30px;
  }
}

@media (max-width: 576px) {
  .testimonial-text {
    font-size: 1rem;
    padding: 0 10px;
  }

  .client-name {
    font-size: 1rem;
  }

  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }
}
@media only screen and (max-width:770px){
  .hero-section
  {
    padding: 0px;
    padding-top: 100px;
  }
  .hero-heading{
    font-size: 30px !important;
  }
  p {
    font-size: 14px !important;
  }
  .hero-section .calling-number-text {
    font-size: 18px;
  }
  .create-account-btn{
    width: 100%;
    font-size: 16px ;
    display: block;
    text-align: center;
  }
  .contact-box{
    padding: 10px;
  }
  .flip-card{
    width: 80%;
  }
  .cards-area .card-box{
    width: 100%;
  }
  .cta-box{
    width: 100%;
  }
  .section-7 div{
    flex-wrap: wrap;
  }
  .cta-box button{
    font-size: 14px;
  }
  .g-5{
    --bs-gutter-x: 0 !important;
    --bs-gutter-y: 0 !important;
  }
}
