*{
    padding: 0;
    margin: 0;
    outline: 0;
    box-sizing: border-box;
}
h1,h2,h3,h4,h5,p{
    margin: 0;
}
a{
    text-decoration: none;
}
body{
    font-family: "Poppins Regular", sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #030303;
}

/* header part start */
/* top header start */

.header-top{
    background-color: #E2E2E2;
}
.header-top-box{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 10px;
    align-items: center;
}
.header-top-right{
    display: flex;
    justify-content: flex-end;
    gap: 50px;
}
.header-top-left a{
    font-size: 14px;
    line-height: 24px;
    color: #030303;
    font-weight: 500;
    transition: .3s all ease;
    
}
.header-top-right a{
    font-size: 14px;
    font-weight: 500;
    color: #BF262A;
    transition: .3s all ease;
}

.header-top-right a:hover,
.header-top-left a:hover{
    text-decoration: underline;
}
.header-top-right{
    display: flex;
    align-items: center;
}
.header-top-right .btn-box a{
    color: #fff;
}
.header-top-right a{
    color: #BF262A;
}
.header-top-btn .beader-booking-btn{
    display: inline-block;
    padding: 10px 20px;
    background-color: #BF262A;
    color: #fff !important;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}
.header-top-btn .beader-booking-btn:hover{
    text-decoration: none;
    background-color: #3E3E3E;
}
/* top header end */

/* header middle start */
.header-middle-box{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 10px;
    align-items: center;
}
.logo{
    width: 115px;
}
.single-header-location{
    display: grid;
    grid-template-columns: 60px 1fr;
    gap: 15px;
    align-items: center;
}
.header-loctation-icon{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #E2E2E2;
}
.header-loctation-icon i{
    font-size: 23px;
    color: #BF262A;
}
.header-loctation-text h4{
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
}
.header-loctation-text p{
    font-size: 15px;
    line-height: 20px;
    color: #767676;
}
.header-middle-right{
    display: flex;
    justify-content: flex-end;
    gap: 60px;
}
/* header middle end */

/* header bottom start */
.header-bottom{
    background-color: #3E3E3E;
}
.nav-item a,
.dropdown-menu.show li{
    padding: 17px 25px !important;
    cursor: pointer;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    transition: .3s;
    
}
.nav-item a:hover,
.nav-item a:focus,
.dropdown-menu.show li:focus,
.dropdown-menu.show li:hover{
    background-color: #BF262A !important;
    color: #fff !important;
}
.dropdown-menu.show{
    background-color: #3E3E3E;
}
.nav-item a.active{
    background-color: #BF262A;
}
.navbar-toggler{
    padding: 0;
    border: none;
}
.navbar-toggler-icon{
    background-image: url("../images/menu.svg");
}
.book-btn a{
    background-color: #BF262A;
    color: #fff;
    display: inline-block;
}
.navbar-collapse.collapse.show{
    padding-bottom: 20px;
}

.dropdown-menu.show .dropdown-item-a{
    padding: 0 !important;
}
.dropdown-item-a a{
    display: block;
    padding: 17px 25px !important;
}
/* header bottom end */
/* header part end */


/* banner part start */
.banner{
    background-color: #fff;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("../images/banner.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    position: relative;
    z-index: 10;
    
}
.banner::before{
    content: "";
    width: 100%;
    height: 100%;
    background-color: #030303;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .5;
    z-index: -1;
}

.banner-box h2{
    font-size: 45px;
    line-height: 60px;
    color: #fff;
    font-weight: 700;
}
.banner-box h3{
    font-size: 30px;
    font-weight: 700;
    color: #E2E2E2;
    text-shadow: 0 0 1px #030303;
}
.banner-content p{
    color: #fff;
    font-weight: 500; 
    font-size: 18px;
}

/* banner part end */

/* about part start */
.com-heading{
    font-size: 45px;
    font-weight: 700;

}
.com-heading span{
    color: #BF262A;
}
.about{
    
    background-image: url("../images/about.webp");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    z-index: 10;
    
}
.about::before{
    content: "";
    width: 70%;
    height: 100%;
    background-color: #929697;
    position: absolute;
    top: 0;
    right: -100px;
    transform: skewX(-15deg);
    z-index: -1;
}
.about-box{
    grid-template-columns: 550px 1fr;
}
.about-text{
    max-width: 550px;
    width: 100%;
    
}
.about-text p{
    color: #fff;
}

/* about part end */

/* request part start */
.request{
    background-color: #E2E2E2;
}
.request-box{
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    padding: 40px;
    background-color: #fff;
}
.input-box{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 30px;
    margin-bottom: 30px;
}
.single-input label{
    margin-bottom: 5px;
    display: block;
    font-weight: 500;
    
}
.single-input input,
.single-input select,
.single-input textarea{
    font-family: "Poppins", sans-serif;
    width: 100%;
    height: 50px;
    padding: 10px 15px;
    border: none;
    border: 1px solid #3E3E3E;
}
::placeholder{
    font-family: "Poppins", sans-serif;
}
.single-input input:focus,
.single-input textarea:focus,
.single-input select:focus{
    border-color: #BF262A;
}

.single-input textarea{
    height: 160px;
}
.submit-btn button,
.statement-box a{
    display: inline-block;
    padding: 15px 30px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    background-color: #BF262A;
    border: none;
    text-transform: uppercase;
    border: 1px solid #BF262A;
    transition: .3s all ease;
}
.submit-btn button:hover{
    background-color: #fff;
    color: #BF262A;
}
/* request part end */

/* faq par start */
.faq-box{
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}


  .faq-item {
    border-bottom: 1px solid #3E3E3E;
    margin-bottom: 15px;
    
    overflow: hidden;
  }
  .faq-item:last-child{
    border: none;
    margin: 0;
  }

  .faq-question {
    background-color: #fff;
    padding: 20px 20px;
    cursor: pointer;
    position: relative;
    font-size: 20px;
    font-weight: 500;
    
  }

  .faq-question::after {
    content: '+';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }

  .faq-question.expanded::after {
    content: '-';
    color: #BF262A;
  }
  .faq-question.expanded{
    color: #BF262A;
  }

  .faq-answer {
    padding: 0px 20px;
   
    transition: 0.3s ease-out;
    height: 0;
    overflow: hidden;
  }

  .faq-answer.show-answer {
    padding: 12px 20px;
    height: auto; 
    
  }
/* faq par end */

/* statement part start */
.statement{
    background-color: #BF262A;
}
.statement-box h2{
    color: #fff;
}
.statement-box a{
    background-color: #fff;
    color: #BF262A;
}
.statement-box a:hover{
    background-color: #030303;
    color: #fff;
}
/* statement part end */

/* footer part start */
.footer{
    background-color: #030303;
    color: #fff;
}
.footer-box{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
}
.footer-middle h3{
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}
.footer-left h4{
    font-size: 20px;
    font-weight: 600;
}
.footer-left p,
.footer-left p a{
    font-size: 15px;
    line-height: 22px;
    font-weight: 300;
}
.footer-left p a{
    color: #BF262A;
    transition: .3s all ease;
}
.footer-left p a:hover{
    text-decoration: underline;
}
.footer-right{
    display: flex;
    justify-content: flex-end;
    gap: 15px;
}
.footer-right a{
    display: inline-flex;
    width: 41px;
    height: 41px;
    border-radius: 50%;
    background-color: #fff;
    color: #030303;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: .3s all linear;
}
.footer-right a:hover{
    transform: translateY(-3px);
    background-color: #BF262A;
    color: #fff;
}
.footer-bottom p{
    font-size: 14px;
    font-weight: 300;
    color: #767676;
}
/* footer part end */

/* home service part start */
.h-service-box{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 30px;
    
    width: 100%;
    margin: 0 auto;
    
}
.single-h-service{
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    border-radius: 10px;
    transition: .3s all linear;
    
}
.single-h-service:hover{
    box-shadow: 0 0 10px rgba(0, 0, 0, .7);
}
.h-service-img img{
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.h-service-text{
    padding: 30px 20px;
    
}
.h-service-text h3{
    font-size: 25px;
    font-weight: 600;
    color: #BF262A;
}

.h-service-text button,
.h-service-text a{
    font-size: 18px;
    font-weight: 600;
    color: #BF262A;
    cursor: pointer;
    background-color: transparent;
    border: none;
    
}
.h-service-text button:hover{
    text-decoration: underline;
}
/* home service part end */


/* ===============service derails page start============== */
.service-details{
    min-height: 55vh;
    
}
.service-details-box{
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}
.service-img{
    
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover ;
    background-attachment: fixed;
    
}
.service-details-box h2{
    font-size: 35px;
    

}
.details-list-box h4{
    font-size: 24px;
    font-weight: 600;
}
.details-list-box p{
    display: grid;
    grid-template-columns: 35px 1fr;
    gap: 20px;
    margin-bottom: 10px;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
}
.service-details-box .statement-box a{
    background-color: #BF262A;
    color: #fff;
}
.service-details-box .statement-box a:hover{
    background-color: #fff;
    color: #BF262A;
}

.error{
    color: #BF262A;
}
/* ===============service derails page end============== */


/* =========common service page start================ */
.com-service-details-box h2{
    font-size: 25px;
    line-height: 35px;
    font-weight: 500;
}
.list-none{
    list-style-type: none;
}
.main-service-details-box p a,
.main-service-details-box li a{
    color: #BF262A;
    text-decoration: underline;
}
.main-service-details-box p a:hover,
.main-service-details-box li a:hover{
    text-decoration: underline;
}
.tick-ul li{
    display: grid;
    grid-template-columns: 25px 1fr;
    gap: 7px;
}
/* =========common service page end================ */

/* checkbox start */
.single-input .check-lebel {
      display: grid;
      grid-template-columns: 16px 1fr;
      align-items: flex-start;
      gap: 10px;
      font-size: 13px;
      line-height: 1.5;
    }

    .single-input .check-lebel input[type="checkbox"] {
      width: 16px;
      height: 16px;
      margin-top: 2px;
      cursor: pointer;
    }

    
/* checkbox end */