@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

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

.header{
    padding-block: 10px;
    position: fixed;
    top: 0px;
    width: 100%;
    background: #ffff;
    z-index: 1000;
}
.logo img{
    width: 160px;
}
.call-button {
    height: 61px;
    line-height: 61px;
    cursor: pointer;
}
.call-button a{
    text-decoration: none;
    padding: 20px 25px;
    border-radius: 5px;
    font-weight: 700;
    color: #fff;
    background-color: #d86627;
}
.call-button img{
    width: 26px;
}
.form-top {
    position: absolute;
    z-index: 99;
    width: 100%;
    top: 90px;
}
.form-bg {
    background-color: #fff;
    border-radius: 10px;
    margin-top: 40px;
}
.default-form-area {
    padding: 20px;
}
.default-form-area h2 {
    /* margin-bottom: 20px; */
    font-size: 18px;
    font-weight: 800;
    /* color: rgb(20, 41, 89); */
    text-align: center;
}
.default-form-area h6{
    color: #ffa500;
    /* color: rgb(20, 41, 89); */
    font-weight: 900;
    text-align: center;
    font-size: 26px;
    text-transform: uppercase;
}
.custom-close-btn {
  position: absolute;
  top: 2px;
  right: 10px;
  padding: 0.5rem;
  border: none;
  background: none;
  font-size: 30px;
}
.custom-close-btn:focus {
  outline: none;
}
.default-form-area1 {
    padding: 20px;
}
.default-form-area1 h4 {
    margin-bottom:-38px;
    font-size: 20px;
    font-weight: 700;
    color: rgb(20, 41, 89);
    text-align: center;
}
.form-group .form-control{
    height: 55px;
    font-size: 15px;
    font-weight: 700;
    color: #6d7a8c;
    border: 1px solid #f1f1f1;
}
.submit-btn{
    padding: 17px 40px;
    font-weight: 700;
    background: #142959;
    color: #ffff;
    cursor: pointer;
}
#deskbanner-slider .owl-nav .owl-prev{
    background: rgb(0 0 0 / 50%);
    border: none;
    padding: 11px 13px;
    border-radius: 50px;
    position: absolute;
    top: 50%;
    left: 20px;
    z-index: 1000;
    outline: none;
    cursor: pointer;
}
#deskbanner-slider .owl-nav .owl-next{
    background: rgb(0 0 0 / 50%);
    border: none;
    padding: 11px 13px;
    border-radius: 50px;
    position: absolute;
    top: 50%;
    right: 20px;
    z-index: 1000;
    outline: none;
    cursor: pointer;
}
#deskbanner-slider .owl-nav button img{
    width: 20px;
}
.whychooseus{
    padding-block: 60px;
}
.big-title{
    font-size: 40px;
    text-align: center;
    line-height: 70px;
    letter-spacing: 0px;
    font-weight: 700;
    color: #142959;
    margin-bottom: 20px;
}










.download-btn {
  padding: 17px 40px;
  font-weight: 700;
  background-color: #142959;
  color: #ffffff;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  font-family: 'figtree', sans-serif;
  cursor: pointer;
  /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); */
  margin-top: 23px;
}
.download-btn a{
    color: #fff;
    text-decoration: none;
}

/* .download-btn:hover {
  background-color: #0f1f42;
  transform: scale(1.03);
}

.download-btn:active {
  transform: scale(0.97);
}

.download-btn i {
  margin-right: 8px;
  font-size: 18px;
  vertical-align: middle;
} */


/* .download-btn1 {
  padding: 17px 40px;
  font-weight: 700;
  background-color: #142959;
  color: #ffffff;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  font-family: 'figtree', sans-serif;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
} */

/* .download-btn1:hover {
  background-color: #0f1f42;
  transform: scale(1.03);
}

.download-btn1:active {
  transform: scale(0.97);
}

.download-btn1 i {
  margin-right: 8px;
  font-size: 18px;
  vertical-align: middle;
} */










.why-box{
    border: solid 1px #e96a25;
    padding: 30px 20px;
}
.why-box p{
    font-size: 26px;
    font-weight: 700;
    line-height: 34px;
    padding-top: 20px;
    color: #000;
    margin-bottom: 0px;
}
.multi-brand{
    padding-block: 60px;
    background: #fffbf8;
}
.brand-box{
    padding: 10px;
    background: #FFF;
    border-radius: 20px;
}
.about-us{
    padding-block: 60px;
}
.about-content h4{
    width: max-content;
    padding: 12px 20px;
    border-radius: 6px;
    margin: 0px;
    letter-spacing: 1px;
    font-size: 15px;
    text-transform: uppercase;
    color: #01bdb2;
    font-weight: 800;
    background: #fff;
    box-shadow: 0px 10px 25px 0px rgb(0 0 0 / 8%);
    margin-bottom: 10px;
}
.fade-text{
    margin-bottom: 20px;
    color: #F6F6F6;
    letter-spacing: 0px;
    font-weight: 600;
    font-size: 60px;
    text-align: center;
}
.ent-carepoints{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 0px;
}
.ent-carepoints li{
    list-style-type: none;
    background: url(../images/check.png);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 25px;
    background-size: 19px;
    line-height: 40px;
    /* font-size: 16px; */
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    color: #ffa500;
}
.product-sec{
    background: #e96a25;
    padding-block: 60px;
}
.product-card{
    padding: 20px;
    background: #ffff;
    border-radius: 20px;
    margin-bottom: 25px;
    min-height: 406px;
}
.product-card h3{
    font-size: 21px;
    line-height: 22px;
    padding-top: 20px;
    font-weight: 800;
    color: #ffa500;
}
.product-card p{
    font-size: 14px;
    color: #6d7a8c;
    font-weight: 600;
    margin-bottom: 0px;
    line-height: 24px;
}
.happy-client{
    padding-block: 60px;
}
.orange-text{
    color: #ffa500;
}
.photo-gallery{
    padding-block: 60px;
    background: #0d2354;
}
.photo-item img{
    border-radius: 20px;
}
#photo-carousel .owl-nav .owl-prev{
    background: #ffff;
    border: none;
    padding: 7px 8px;
    border-radius: 50px;
    position: absolute;
    top: 45%;
    left: -50px;
    z-index: 1000;
    outline: none;
    cursor: pointer;
}
#photo-carousel .owl-nav .owl-next{
    background: #ffff;
    border: none;
    padding: 7px 8px;
    border-radius: 50px;
    position: absolute;
    top: 45%;
    right: -50px;
    z-index: 1000;
    outline: none;
    cursor: pointer;
}
#photo-carousel .owl-nav .owl-prev img{
    width: 22px;
    rotate: 180deg;
}
#photo-carousel .owl-nav .owl-next img{
    width: 22px;
}
.testimonial-bg{
    background: url(../images/testimonials-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100dvh;
    position: relative;
    display: flex;
    align-items: center;
}
.testi-overlay{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(273deg, #e96a25 44%, #1429595C 79%) !important;
    opacity: 1;
}
.testi-all h3{
    font-size: 27px;
    line-height: 26px;
    font-weight: 800;
    color: #FFF;
    margin-bottom: 40px;
}
.testi-all p{
    font-size: 19px;
    color: #ffff;
    line-height: 33px;
    font-style: italic;
}
#testi-slider .owl-nav button{
    border: none;
    background: #fff;
    border-radius: 50px;
    padding: 10px;
    margin-right: 15px;
    outline: none;
    cursor: pointer;
}
#testi-slider .owl-nav button img{
    width: 25px;
}
.footer-section {
    padding-block: 20px;
    background: #0d2354;
}
.footer-bottom p{
    margin-bottom: 0px;
    text-align: center;
    color: #ffff;
    font-size: 16px;
    font-weight: 500;
}
.footer-bottom p a{
    text-decoration: none;
    color: #ffff;
}
.mob-btn.fixed {
    position: fixed;
    z-index: 99;
    width: 100%;
    bottom: -1px;
    overflow: hidden;
    box-shadow: 0 -2px 20px rgba(0, 0, 0, 0.35);
}
.mob-btn.fixed a {
    width: 50%;
    float: left;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: #e96a25;
    font-size: 16px;
    font-weight: 700;
    color: #FFF;
    text-decoration: none;
}
.mob-btn.fixed a:first-child {
    border-right: 1px solid #fff;
}
.whatsapp-icon {
    position: fixed !important;
    bottom: 50px;
    right: 10px;
    height: 50px;
    width: 40px;
    z-index: 1000;
}
.about-1{
    margin-bottom: 15px;
}
.loc-title{
    font-size: 22px;
    line-height: 22px;
    padding-top: 20px;
    font-weight: 800;
    color: #ffa500; 
}
.loc-text{
    font-size: 16px;
    color: #6d7a8c;
    font-weight: 600;
    margin-bottom: 0px;
    line-height: 24px;
}
@media(max-width:798px){
    .logo-img{
      width: auto !important;
      margin-top: 10px;
    }
    .default-form-area1 h4{
        font-size: 18px;
    }
    .default-form-area h4{
        font-size: 18px;
    }
    .call-button a {
        padding: 13px 10px;
        font-size: 15px;
    }
    .logo img {
        width: 100%;
    }
    .form-top {
        position: relative;
        top: 20px;
        border: 1px solid #f1f1f1;
        border-radius: 20px;
    }
    .form-bg{
        margin-top: 0px;
    }
    #mobbanner-slider .owl-nav{
        display: none;
    }
    .banner{
        margin-top: 60px;
    }
    .why-box {
        margin-bottom: 20px;
    }
    .big-title {
        color: #ffa500;
        line-height: 50px;
    }    
    .brand-box{
        margin-bottom: 20px;
    }
    .about-content h2{
        font-size: 32px;
        color: #142959;
    }
    .about-content img{
        margin-bottom: 25px;
    }
    .about-content p{
        color: #6d7a8c;
    }
    .fade-text{
        font-size: 60px !important;
        color: #F6F6F6 !important;
        margin-block: 30px;
    }
    .ent-carepoints{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
    .ent-carepoints li{
        font-size: 15px;
    }
    .product-card {
        min-height: 385px;
    }
    #photo-carousel .owl-nav{
        display: none;
    }
    .testi-all h3 {
        font-size: 21px;
        margin-bottom: 30px;
    }
    .testi-all p {
        font-size: 16px;
        line-height: 32px;
    }
    .footer-section {
        margin-bottom: 40px;
    }
}