.homebg {
    background-image: url(../images/Banner\ desktop.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 50px 0;
    position: relative;
    display: flex;
    align-items: center; /* Center content vertically */
}

.banner-containt{
  
 
  padding: 50px;
  
  
}
.banner-containt h1{
 
  font-size: 35px;
  position: absolute;
  top: 250px;
}
.banner-containt p{
 font-size: 18px;
  position: absolute;
  top: 340px;
}
@media screen and (max-width:800px) {
  .homebg {
    background-image: url(../images/banner\ mob\ \(2\).jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 100px 0;
    margin-top: 140px;
}
.banner-containt h1 {
  font-size: 33px;
  position: absolute;
  top: 290px;
}
.icon3 {
  background-color: rgb(29, 115, 174)!important;
  border-radius: 0px!important;
}

.body {
  background-image: none !important;
  background-color: rgb(39, 98, 177);
}
#btn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  padding: 0px;
}

#btn button {
  width: 100% !important;
  border: none !important;
  border-radius: 0 !important;
padding: 20px;
 
}
#btn #no {
  background-color: rgba(0, 0, 92, 0.829);
  color: white;
  font-size: 17px;
}
#btn #text {
  background-color: rgb(59, 189, 19);
  color: white;
  font-size: 17px;
}
/* .w-50{
  width: 25%!important;
} */
.flyer{
  text-align: center!important;
  margin-bottom: 30px;
}
.bgcolour {
  background-color: #cde8fa !important;
  margin-left: 0px!important;
  margin-right: 0px!important;
}

}
.bannerhome{
        margin-top: 90px;

}

/* Contact form container */
.contact-form-container {
    display: flex;
    justify-content: center; /* Align the form to the right */
    padding-right: 50px; /* Add some padding from the right edge */
}

/* Contact form styling */
.contact-form {
    background: rgb(255, 255, 255); /* Semi-transparent background */
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    max-width: 400px;
    width: 100%;
}

.contact-form h2 {
    margin-bottom: 20px;
    color: #333;
    text-align: center;
}

.contact-form .form-group {
    margin-bottom: 15px;
}

.contact-form .form-control {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
}

.contact-form .btn {
    width: 100%;
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 10px;
    border-radius: 4px;
    cursor: pointer;
}

.contact-form .btn:hover {
    background-color: #0056b3;
}
.btn_demo_new2{
    background-color: rgb(237, 115, 35);
    text-decoration: none;
    color: white;
    padding: 10px 20px 10px 20px;
    margin-left: 30px;
    margin-right: 20px;
    border-radius: 30px;
    font-size: 15px;
}
.btn_demo_new2:hover{
color: rgb(255, 255, 255);
background-color:  rgb(236, 103, 15);
}
.navphone{
    text-decoration: none;
    color: black;
    font-size: 17px;
}
.heading{
    font-size: 35px;
    font-family: "Poppins", serif;
    font-weight: 600;
}
.subheading{
    color: rgb(255, 213, 76);
    font-size: 20px;
    font-family: "Poppins", serif;
    font-weight: 400;
}
/*  */
.input-with-icon {
    position: relative;
  }
  
  .input-with-icon .icon1 {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    color: rgb(26, 82, 118);
  }
  
  .input-with-icon .form-control {
    padding-left: 35px;
  }
  .input-with-icon {
    position: relative;
    display: flex;
    align-items: center;
  }
  
  .input-with-icon .icon1 {
    position: absolute;
    left: 10px;
    color: rgb(26, 82, 118);
    z-index: 1;
  }
  
  .select-container {
    position: relative;
    width: 100%;
  }
  
  .select-container select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-left: 35px; /* Space for the icon on the left */
    padding-right: 30px; /* Space for the arrow on the right */
    border: 1px solid #ccc;
    border-radius: 5px;
    height: 40px;
    z-index: 0;
  }
  
  .select-container::after {
    content: "\f107"; /* Font Awesome arrow down icon */
    font-family: "Font Awesome 5 Free"; /* Use Font Awesome for the arrow */
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    pointer-events: none;
    color: rgb(26, 82, 118);
  }
  .btn-primary{
    background-color: rgb(26, 82, 118)!important;
  }
  .btn-primary:hover{
    background-color: rgb(236, 103, 15)!important;
  }
  /*  */
  .iconname{
    font-size: 12px;
margin-top: 18px;
font-weight: 600;
  }
  .icon{
    background-color: rgb(29, 115, 174);
    padding: 12px 15px 12px 15px;    
    font-size:30px ;
    color: white;
   border-radius: 10px;
    font-weight: 800;

  }
  .icon2{
    background-color: rgb(62, 169, 240);
    padding: 12px 15px 12px 15px;
    font-size:30px ;
    color: white;
  border-radius: 10px;
    font-weight: 800;
  }
  /*  */
  .fasicon{
    color: rgb(236, 103, 15);
  }
  .feature-box {
    display: flex;
    align-items: center; /* Align items vertically */
    gap: 15px; /* Space between icon and text */
   
  }
.bg-white1{
    background: linear-gradient(135deg,#a4ccf7, #c6defa );
   
}
 .bg-white1:hover{
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Optional shadow */

 }

 /*  */
 .body {
    font-family: Arial, sans-serif;
    background-image: url(../images/bgimg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 0;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
   
}
.card-container {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}
.card {
    background: white;
    border-radius: 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 20px;
    width: 200px;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.card:hover {
   
    transform: translateY(-10px); /* Moves the card up */
  box-shadow: 0 12px 20px rgba(0, 23, 155, 0.2); /* Adds a stronger shadow on hover */
  border: 1px solid rgb(0, 22, 117);
   
}
.card::before {
    content: '';
    width: 100%;
    height: 20px;
    background-color: #f0f8ff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    position: absolute;
    top: 0;
    left: 0;
}
.icon3 {
    font-size: 40px;
    margin-bottom: 15px;
    color: #e7fdfd;
    background-color: rgb(29, 115, 174);
    padding: 12px 15px 12px 15px;    
    color: white;
   border-radius: 10px;
    font-weight: 800;
}
.title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}
.text {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}
.bgcolour{
  background-color: #cde8fa!important;
  margin-left: 40px;
  margin-right: 10px;
  
}
/* slider */
.slick-slide {
  /* margin: 0px 20px; */
}

.slick-slide img {
  width:80%;
}

.slick-slider
{
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list
{
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus
{
  outline: none;
}
.slick-list.dragging
{
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
       -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track
{
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after
{
  display: table;
  content: '';
}
.slick-track:after
{
  clear: both;
}
.slick-loading .slick-track
{
  visibility: hidden;
}

.slick-slide
{
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide
{
  float: right;
}
.slick-slide img
{
  display: block;
}
.slick-slide.slick-loading img
{
  display: none;
}
.slick-slide.dragging img
{
  pointer-events: none;
}
.slick-initialized .slick-slide
{
  display: block;
}
.slick-loading .slick-slide
{
  visibility: hidden;
}
.slick-vertical .slick-slide
{
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* testimonial */

.modal-overlay {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: flex-end;
  transition: right 0.5s ease-in-out;
  z-index: 1000;
}

/* Modal content */
.modal-content {
  background: #fff;
  width: 300px;
  height: 100%;
  padding: 20px;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.2);
  overflow-y: auto;
}

/* Close button */
.close-btn {
  position: absolute;
  top: 10px;
  left: 10px;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
}

/* Active class to slide in */
.modal-overlay.active {
  right: 0;
}
/* Call Icon */
.whatsapp-icon {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    background-color: #25D366;
    border-radius: 50%;
    display: flex
;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    animation: blink 1s infinite;
    cursor: pointer;

}
.call-icon {
  position: fixed;
  bottom: 90px; /* 20px (whatsapp) + 60px (button height) + 10px (gap) */
  right: 20px;
  width: 60px;
  height: 60px;
  background-color: #34b7f1; /* Light blue for call */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  cursor: pointer;
  animation: blink 1s infinite;
}

.call-icon img {
  width: 30px;
  height: 30px;
}

.call-icon:hover {
  animation: none;
  transform: scale(1.1);
}