@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@tailwind base;
@tailwind components;
@tailwind utilities;

body {
  font-family: "Inter", serif !important;
}

body,
html,
#__next {
  width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
.common-section{
padding-bottom: 60px;
}
ul {
  padding: 0px !important;
}

li {
  list-style-type: none !important;
}

.secondary-font-size {
  font-size: 18px !important;
}

h1 {
  font-size: 70px !important;
  font-weight: bold;
}

h2 {
  font-weight: 600 !important;
  font-size: 48px !important;
}

.text-secondary {
  color: #333333 !important;
}

.text-warning {
  color: #ED2124 !important;
}

.btn {
  padding: 10px 20px;
  border: 0px;
  font-size: 17px;
}

.btn-lg {
  padding: 14px 20px;
}

.btn-default {
  background-color: #f2f2f7;
  color: #333333;
}

.btn-primary {
  background-color: #ED2124;
  color: #ffffff;
}

.btn-secondary {
  background-color: #ED2124;
  color: #000;
}

.common-section {
  margin-bottom: 50px;
}

.nav-menu {
  display: none;
}

header {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 30px 0px;
}

.header-main-wrapper {
  padding: 10px 0px;
  width:100%;
  border-radius: 50px;
}

header ul {
  margin: 0px !important;
}

header ul li a {
    font-family: Inter;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;
}

.banner-section {
  position: relative;
  
}

.banner-section:after {
  content: "";
  position: absolute;
  width: 100%;
  top: 0px;
  background-repeat: no-repeat;
  height: 700px;
  background-image: url("./assets/images/banner_bg_frame.png");
  background-size: cover;
  z-index: -1;
}

.services-section {
  background: url("../images/services_img_bg.png");
  width: 100%;
  height: 670px;
  background-size: cover;
  background-repeat: no-repeat;
}
.help-section {   
  padding: 100px 0;
  padding: 33px 0px;
}
.help-section {
  background-image: url(./assets/images/help_bg.png);
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
}

.explore-service {
  width: 100%;
  border: 1px solid #e5e5ea;
  padding: 30px;
  border-radius: 20px;
  margin-right: 20px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.banner-content {
  /* background:  #fff; */
}

.book-app-section {
  padding: 50px 0px;
}

.faq-section {
  padding-top:50px;
}
.faq-main-wrapper {
  background-color: #000;
  padding: 35px;
  border-radius: 20px;
}
section.explore-services-section.common-section .flex.flex-col.gap-5.h-full {
    background-color: #F8F8F8;
    padding: 40px;
    border-radius: 30px;
}
.products-card-wrapper img {
  width: 100%;
  height: 280px;  
  object-fit: cover;
  border-radius: 10px;
}
section.book-app-section {
    display: flex;
    justify-content: center;
}
section.common-section.bg-white img.rounded.w-full {
    border-radius: 30px;
}
footer {
  padding: 34px 0px;
  background-color: #000;
  color: #fff;
}

.user-card-wrapper {
  border: 1px solid #e5e5ea;
  border-radius: 20px;
  padding: 20px;
}
.book-app-section img.img-fluid.w-full {
    width: 50%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}
.accordion-header {
  background-color: #2E2E2E;
  cursor: pointer;
  padding: 10px;
  font-weight: bold;
  color: #fff;
}
.accordion-content {
  color: #fff;
  padding: 10px;
  display: none;
  background-color: #2E2E2E;

}
.accordion.open .accordion-content {
  display: block;
}

@media all and (max-width: 991px) {
  .faq-section {
    padding: 50px 0px;
  }
  .faq-main-wrapper {
    padding: 0px;
  }
  

 
  .services-section {
    height: fit-content;
  }

  .banner-section {
    height: fit-content;
  }

  .menu-toggle {
    display: none;
  }

  .nav-menu {
    display: flex !important;
    flex-direction: row;
    position: static;
    background: transparent;
    box-shadow: none;
  }

  .fixed-header {
    display: none;
  }

  .common-user-section {
    margin-bottom: 50px;
    background-color: #e5e5ea;
  }

  h1 {
    font-size: 40px !important;
  }

  h2 {
    font-size: 35px !important;
  }
  .header-main-wrapper {
    width: 100%;
  }
  .help-section {
    height: fit-content;
  }
  header{
    background-color: #fff;
  }
  .common-section{
padding-bottom: 30px;
  }
}
.service-slider .slick-slide {
  padding-right: 20px;
  height: 300px;
}
.explore-services-section .slick-slide div {
  height: 100% !important;
}
/ =============== new features section css start here ============== /

.accordion-header,
.accordion-body {
  background: white;
}

.accordion-header {
    padding: 20px;
    font-family: Inter;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0%;
    vertical-align: middle;
    background-color: #2E2E2E;
}

.accordion__item {
  margin-bottom: 20px;
}

.accordion__item .accordion__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.accordion-body {
  background: #fcfcfc;
  color: #353535;
  display: none;
}

.accordion-body__contents {
  font-family: Inter;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0%;
  vertical-align: middle;
  padding: 10px 20px;
  background-color: #2E2E2E;
  color: #fff;
}
.accordion__item.active:last-child .accordion-header {
  border-radius: none;
}
.accordion__item > .accordion-header:after {
  content: "\f3d0";
  font-family: IonIcons;
  font-size: 1.2em;
  float: right;
  position: relative;
  top: -2px;
  transition: .3s all;
  transform: rotate(0deg);
}

.accordion__item.active > .accordion-header:after {
  transform: rotate(-180deg);
}

.accordion__item .accordion__item .accordion-header {
  background: #f1f1f1;
  color: #353535;
}

@media screen and (max-width: 1000px) {
  body {
    padding: 1em;
  }
  
  .accordion {
    width: 100%;
  }
}
section.common-section.bg-white ul li {
    margin-bottom: 15px;
}
section.common-section.bg-white.about-us .container {
    background-color: #F8F8F8;
    padding: 60px;
    border-radius: 50px;
}
section.common-section.bg-white.about-us .container {
    background-color: #F8F8F8;!;
    padding: 60px;
    border-radius: 50px;
}
section.w-full.banner-section.common-section h1 {
    font-family: Inter;
    font-weight: 700;
    font-size: 50px !important;
    leading-trim: Cap height;
    line-height: 75px;
    letter-spacing: 0%;
    text-transform: capitalize;
}
.explore {
    margin-top: 40px;
}
.works {
    padding-bottom: 40px;
}
.banner-section {
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.about-us {
    margin: 0px;
}
section.explore-services-section.common-section {
    margin-bottom: 0px;
}
.banner-right-image {
    position: relative;
}

.banner-right-image::after {
    content: '';
    background-image: url(/wp-content/uploads/2025/05/Image.png);
    width: 100%;
    height: 100%;
    position: absolute;
    left: -50%;
    z-index: -1;
}
.features h2 {
    font-family: Inter;
    font-weight: 600;
    font-size: 35px !important;
    line-height: 54px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
}
section.book-app-section .banner-content h2 {
    font-family: Inter;
    font-weight: 600;
    font-size: 38px !important;
    line-height: 50px;
    letter-spacing: 0px;
    vertical-align: middle;
    margin: 0px;
    padding-bottom: 40px;
}
section.book-app-section .banner-content  p {
    padding-bottom: 40px !important;
}
.banner-section.common-section .flex.gap-4.place-justify-center.flex-wrap.mt-5 {
    padding-top: 40px;
}
section.explore-services-section.common-section span {
    font-family: Inter;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0%;
    vertical-align: middle;
}
.features p.text-white.text-\[24px\].mb-3 {
    font-family: Inter;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0%;
    vertical-align: middle;
}
/ =============== new features section css start here ============== /

.policy-content h3{
    font-size: 28px !important;!i;!;
    font-weight: 500 !important;
}

.list-icon{
	margin-top:5px;
}