@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lexend+Deca:wght@100..900&family=Mukta:wght@200;300;400;500;600;700;800&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lexend+Deca:wght@100..900&family=Mukta:wght@200;300;400;500;600;700;800&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body{
      /* font-family: "Roboto", sans-serif; */
        font-family: "Nunito Sans", sans-serif;
          overflow-x: hidden;
}
p{
            color: #525252;
    font-size: 17px;
    line-height: 1.6;

}

li{
    list-style: none;
}

a{
    text-decoration: none;
}
.img-logo{
    width: 74px;
        margin-left: 6%;

}

.button-navbar{
    background-color: #ed1c24;
        padding: 10px;
            margin-right: 4%;
}

.navbar-nbr2{
  color: #ed1c24;
}

.navbar-nbr2:hover{
  color: #ed1c24;

}
.a-contact{
    color: white;
        text-align: center;
}

.navbar-nav{
  background-color: white;
}


.button-container {
    display: flex;
    /* justify-content: center; */
    align-items: center;     /* vertical centering */
    gap: 10px;               /* space between buttons */
    /* height: 100vh;  */
}

.button-slider2 {
    width: 169px;
}

.a-contact2 {
    color: white;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.a-contact2:hover {
    color: white;
}


/* .a-contact2{
    color: white;
        text-align: center;
} */

/* .button-slider2{
       width: 143px;

} */

/* .a-contact2:hover{
    color: white;

} */



.banner-home{
      background-image: url('../img/slider1.png');
    height: 468px;
    background-size: cover;
    background-position: center;
    display: flex
;
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
    text-align: center;
  /* background-image: url('../img/slider1.jpg');
     height: 468px;
     background-size: cover;
     background-position: center; */
}



.navbar-nbr{
  color: black;
      margin-left: -39%;

}

.navbar-nbr:hover{
color: #ed1c24;;
}

.a-contact:hover{
    color: white;

}

.h5-slide{
    font-size: 60px;
    color: white;
        margin-left: 8%;
}


.carousel-caption {
    position: absolute;
    right: 10%;
    bottom: 10.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: left;
}
.para-slider{
        font-size: 18px;
}

.button-slider{
    width: 163px;
}


.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: none;
}

.section-choose{
        margin-top: 7%;
    margin-left: 5%;
    margin-right: 5%;

}

.p-para {
    text-align: justify;
}

.choose-us-cont{
    margin: 6%;
}

.p-choose{
    margin-left: 10%;
}

.img-trust{
      height: 660px;
width: 92%;
    object-fit: cover;
}







.a-contact {
    padding: 10px 17px;
    /* background-color: #28a745; */
    color: white;
    border-radius: 5px;
    text-decoration: none;
    text-align: center;
    align-items: center;
    display: contents;
}

.a-contact:hover {
  /* background-color: #218838; */
  color: white;
}

.modal-content {
  border-radius: 15px;
  box-shadow: 0px 5px 20px rgba(0,0,0,0.3);
}

.btn-sent{
  background-color: #ed1c24;
  color: white;
}

.btn-sent:hover{
  color: white;

}

.p-banner{
  text-align: left;
}














/* Apply scroll only on desktop (≥992px for Bootstrap's lg breakpoint) */
@media (min-width: 992px) {
  .scrollable {
    max-height: 387px;       /* Visible area */
    overflow-y: auto;        /* Enable vertical scroll */
    padding-right: 10px;
    scroll-behavior: smooth;
    scrollbar-width: thin;
    scrollbar-color: #ed1c24 #f1f1f1;
  }

  /* WebKit browsers (Chrome, Edge, Safari) */
  .scrollable::-webkit-scrollbar {
    width: 10px;
  }

  .scrollable::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 5px;
  }

  .scrollable::-webkit-scrollbar-thumb {
    background-color: #ed1c24;
    border-radius: 5px;
    border: 2px solid #f1f1f1;
  }

  .scrollable::-webkit-scrollbar-thumb:hover {
    background-color: #d3141b;
  }
}

/* On mobile: no scroll, content flows normally */
@media (max-width: 991px) {
  .scrollable {
    max-height: none;
    overflow: visible;
    padding-right: 0;
  }
}


/* .scrollable {
  max-height: 387px;       
  overflow-y: auto;       
  padding-right: 10px;   
  scroll-behavior: smooth; 
}


.scrollable::-webkit-scrollbar {
  width: 10px;
}

.scrollable::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 5px;
}

.scrollable::-webkit-scrollbar-thumb {
  background-color: #ed1c24;
  border-radius: 5px;
  border: 2px solid #f1f1f1;
}

.scrollable::-webkit-scrollbar-thumb:hover {
  background-color: #d3141b;
}


.scrollable {
  scrollbar-width: thin;
  scrollbar-color: #ed1c24 #f1f1f1;
} */



/* table section start  */

table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid #ed1c24;
  text-align: left;
     padding: 22px;

}

tr:nth-child(even) {
    background-color: #ebebeb66;
}
/* table section end  */


.fa-check{
        color: #ed1c24;
}

.ul-list{
    line-height: 2.8;
        margin-left: -5%;
}

/* Image zoom initial */
.animate-image {
  transform: scale(0.8);
  opacity: 0;
  transition: all 1s ease;
}

/* Image zoom active */
.animate-image.active {
  transform: scale(1);
  opacity: 1;
}

/* Text fade-in initial */
.text-content {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1s ease;
}

/* Text fade-in active */
.text-content.active {
  opacity: 1;
  transform: translateY(0);
}



.h6-title{
    color: #ed1c24;
}

/* .section-trust{
    background-color: #f7f7f7;
    padding: 4%;
} */

.container.form-cont {
    width: 79%;
}

.form-control{
     border: 1px solid #000000;
         border-radius: 0;

}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #000000;
    outline: 0;
    box-shadow: none;
}

::placeholder {
  color: black !important;
}
.a-footer{
    color: white;
}

.a-footer:hover{
    color: white;
}

footer{
    background-color: #ed1c24;
    color: white;
    font-size: 12px;
}

.features-h2{
  text-align: center;
 padding-top: 4%;
}

/* .features-bg1{

} */

.features-bx{
  border: 1px solid #ed1c24;
      padding: 31px;
}
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}

.float:hover{
  	color:#FFF;
}


.h2-thankyou{
  font-size: 86px;
}

.section-thank{
  background-color: #ededed; 
  height: 100vh; 
  display: flex; 
  justify-content: center;
   align-items: center;
   text-align: center;
}

.h6-thank{
      font-size: 24px;
}

.a-contact3{
color: #ed1c24;
}

.a-contact3:hover{
color: #ed1c24;

}

.a-thankyou{
  margin-top: 18%;
}
.h3-thankyou{
  max-width: 800px;
   margin: 0 auto;
    font-weight: normal;
}

.img-aminiti{
    width: 100%;
    height: 288px;
    object-fit: cover;
}

.img-aminiti {
  transition: transform 0.4s ease;
}
.img-aminiti:hover {
  transform: scale(1.05);
}




/* .features-bx {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease-out;
} */

.features-bx.animate {
  opacity: 1;
  transform: translateY(0);
}


/* .features-bx:hover{
background-color:#ed1c24 ;
color: white;
transition: 0.8s;
} */


/* make SVG icon white on hover */
/* .features-bx:hover svg {
  fill: white;
  transition: 0.8s;
}
 *
 
 
 
