* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #FFF;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Inter Tight", serif;
    font-weight: 800;
}

p {
    font-family: "Inter Tight", serif;
    font-weight: 500;
}

li {
    margin-bottom: 0.3em;
}

.xx-small {
    font-size: xx-small;
}

.x-small {
    font-size: x-small;
}

.small {
    font-size: small;
}

.medium {
    font-size: medium;
}

.large {
    font-size: large;
}

.x-large {
    font-size: x-large;
}

.xx-large {
    font-size: xx-large;
}

.xxx-large {
    font-size: xxx-large;
}

.main-color {
    color: #F04F29;
  }
  
  .text-color-primary {
    color: #AB290A;
  }
  
  .text-color-secondary {
    color: #333333;
  }
  
  .background-light {
    background-color: #F8F8F8;
  }
  
  .background-dark {
    background-color: #333333;
  }
  
  .accent-color {
    color: #007bff; /* Blue accent */
  }
  
  .success-color {
    color: #28a745; /* Green success */
  }
  
  .warning-color {
    color: #ffc107; /* Yellow warning */
  }
  .beige-color{
    background-color: #e0be00;
  }

header {
    position: relative;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: rgb(0, 0, 0);
}

header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('image/video.mp4') no-repeat center center/cover;
    z-index: -1;
}

.navbar {
    background-color: rgba(255, 255, 255, 0.3) !important;
    backdrop-filter: blur(10px);
    border-radius: 50px;
    margin: 20px;
    padding: 10px 20px;
    width: calc(100% - 40px);
    position: fixed;
    top: 0;
    z-index: 1000;
}

.navbar .container-fluid {
    --bs-gutter-x: 0;
}

.navbar-brand img {
    height: 40px;
}

.navbar-nav .nav-link {
    color: rgb(0, 0, 0) !important;
    margin: 0 10px;
}

.navbar-nav .btn-primary {
    background-color: rgba(0, 123, 255, 0.8);
    border: none;
    border-radius: 20px;
    padding: 8px 20px;
}

.navbar-toggler {
    border: none;
    background: transparent;
    padding: 0;
    border-radius: 0;
}

.navbar-toggler-icon {
    background-image: none;
    width: 30px;
    height: 30px;
    position: relative;
    border-radius: 0;
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background: white;
    left: 0;
    transition: all 0.3s ease;
}

.navbar-nav .nav-link:focus,
.navbar-nav .nav-link:active,
.navbar-toggler:focus,
.navbar-toggler:active {
    outline: none !important;
    box-shadow: none !important;
    border-radius: 0;
}

.navbar-toggler-icon::before {
    top: 0;
}

.navbar-toggler-icon::after {
    bottom: 0;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before {
    transform: rotate(45deg);
    top: 50%;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
    transform: rotate(-45deg);
    bottom: 50%;
}

.jumbotron {
    background: none;
    color: rgb(0, 0, 0);
}

.jumbotron .btn-secondary {
    border: none; 
}

@media (max-width: 992px) {
    .navbar-nav {
        margin: 0;
    }

    .navbar-collapse {
        background-color: rgba(255, 255, 255, 0.3);
        backdrop-filter: blur(10px);
        border-radius: 20px;
        margin-top: 10px;
        padding: 10px;
    }

    .navbar-nav .nav-link {
        text-align: center;
        margin: 5px 0;
    }

    .navbar-nav .btn-primary {
        width: 100%;
        margin-top: 10px;
    }

    .navbar-collapse .d-flex {
        display: inline !important;
    }

    .navbar .container-fluid {
        --bs-gutter-x: 1rem;
    }

    .navbar .header .jumbotron .container .hero {
        min-height: 200px;
    }
}


.custom-button {
    padding: 14px 20px;
    background: linear-gradient(to bottom, #FF6200, #DC5500);
    border: none;
    border-radius: 100px;
    color: white;
    font-weight: normal;
    font-size: 16px;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

.custom-button:hover {
    opacity: 0.9;
}

.responsive-img {
    max-width: 100%;
    height: auto;
}

@media (min-width: 1200px) {
    .responsive-img {
        max-width: 70%;
    }
}
.test{
    height: 200px;
}


@media (max-width: 465px) {
 .test{
    height: 120px;
}
}

#bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  filter: brightness(60%); 
}

header {
  position: relative;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  text-align: center;
  color: white;
}

/* hero section  */

.hero-section {
    text-align: center;
    padding: 50px 20px;
}

.hero-section h1 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #DC5500;
}


/* .hero-img {
    
} */
 /* image section  */
 .image-section {
    margin-top: 20px;
    position: relative;  
    overflow: hidden;
}

.hero-img {

    max-height: 400px; 
    border-radius: 20px;
    height: auto;
    object-position: center center;
    top: 50%;
    left: 50%;
 /* Maintain aspect ratio and cover the section */
}

#mobile{
    display: none;
}
@media (max-width: 465px) {
    #mobile{
        display: block;
        height: 400px;
        width: 100%;
    }
    #laptop{
        display: none;
    }
}

/* @media (max-width: 992px) {
    .hero-img {
  

    }
} */


.pill-container {
    position: absolute;
    width: 377px;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%); /* Center the pill container */
    background-color: rgba(255, 255, 255, 0.8); /* Semi-transparent background */
    padding: 8px;
    border-radius: 100px; /* Pill shape */
}

@media (max-width:1024px){
    .pill-container{
        width: 300px;
    }
}

.pill {
    display: flex;
    justify-content: space-between;
    align-items: center;
    
}

.description {
    margin-top: 20px;
    padding: 30px;
}

.text-12{
    font-size: 15px !important;
}

/* stats section  */

.stats-section {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    padding: 10px 0;
    padding-inline: 16px;
    border: #FF6200 solid;
    border-radius: 16px;
}

.stat-box {
    background: linear-gradient(180deg, #FF6200, #FFCDAF, #FFFFFF);
    padding: 20px;
    text-align: center;
    color: white;
    border-radius: 16px;
    flex: 1;
    min-width: 250px;
}
.stat-box h1, p{
    color: #333333;
}

/* brand logo  */
.brands{
    margin-top: 40px;
}
.brand-logos {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 30px 0;
}

.brand-logos img {
    width: 100%;
    max-width: 150px;
}

.review-section {
    text-align: center;
    margin: 40px 0;
}

.review-box {
    display: inline-block;
    padding: 0px 16px;
    background: white;
    border-radius: 50px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

.google-review {
    text-align: center;
    max-width: 200px; /* Limit the width of the section */
    margin: 0 auto;  /* Add some margin for spacing */
}

.badge-container {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 20px;
    background-color: #F0F0F0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

  .google-logo {
    width: 35px; 
    height: 35px;

  }

  .rating-container {
    display: flex;
    align-items: center;
  }

  .star {
    font-size: 20px;
    color: #FDB913; /* More accurate gold color */
    margin-right: 5px;
  }

  .rating-value {
    font-size: 20px;
    font-weight: bold;
    margin-right: 5px;
  }

  .review-count {
    font-size: 16px;
    color: #666;
  }


  /* about  */

#about{
    background: linear-gradient(180deg, #AB290A, #F04F29);
    padding-bottom: 300px;
    scroll-margin-top: 100px !important;
}
#service{
    scroll-margin-top: 100px !important;
}
#price{
    scroll-margin-top: 100px !important;
}
#faq{
    scroll-margin-top: 100px !important;
}
#contact{
    scroll-margin-top: 100px !important;
}

@media only screen and (max-width: 900px) and (min-width: 492px) {
    #about{
        
        padding-bottom: 200px;
    }
    
}
@media (max-width: 492px) {
    #about{
        
        padding-bottom: 100px;
    }
}



#about .hero{
    padding: 40px 20px;
}


/* services  */
.services {
    margin: 50px 0; 
    margin-top: -20%;/* Add some spacing around the section */

  }
  
 .services .draw{
       border: #DC5500 solid;
    border-radius: 20px;
 } 
  .service-card {
    text-align: left;
    background-color: #FCFCFD;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 30px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  
  .services .icon{
    height: 70px;
    width: 70px;
  }

  .services p{
    color: #475467;
    font-weight: 300;

  }

  .contact-form {
    background-color: #f8f8f8;
    padding: 50px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.contact-info {
    margin-bottom: 30px;
}

.contact-info i {
    margin-right: 10px;
    color: #333;
}

.form-group {
    margin-bottom: 20px;
}



/* accrodiaon  */
.accordion-item {
    background-color: #F04F29; 
    border: none; 
    margin-bottom: 10px; 
    border-radius: 16px; 
}

.accordion-button {
    background-color: #F04F29; 
    color: white;
    font-size: 18px;
    font-weight: bold;
    padding: 15px;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    border-radius: 16px; 
}

.accordion-button:focus {
    outline: none;
}

.accordion-button[aria-expanded="true"] {
    background-color: #AB290A; /* Set background color for active state */
    color: #fff;
    border: none;
}
.accordion-item .accordion-collapse {
    border: none; /* Remove border around the expanded content */
}

/* Remove Bootstrap chevron */
.accordion-button::after {
    display: none;
}

/* Custom plus/minus icons */
.icon {
    font-size: 22px;
    font-weight: bold;
    transition: transform 0.3s ease-in-out;
}

.accordion-button[aria-expanded="true"] .icon {
    content: '\2212'; /* Minus */
    transform: rotate(180deg);
}

.accordion-body {
    background-color: #F04F29; 
    color: white;
    border-radius: 16px;
    padding: 15px;
    border: none;
}

/* cta  */
.cta{
    background-image: url(image/IMG_5547.JPG);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; 
    padding: 200px 0px;
    
}

.cta2{
    background-image: url(assets/lady.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; 
    padding: 200px 0px;
    
}



.carousel-container {
    width: 100%;
    margin: 20px auto;
    background: white;
    padding: 10px;
}
.owl-carousel .item {
    color: white;
    font-size: 20px;
    border-radius: 5px;
    text-align: center;
}


/* pricing  */
.pricing-section {
    padding: 50px 0;
    margin-bottom: 40px;
}

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

.toggle-container {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.toggle-container input[type="radio"] {
    display: none;
}

.toggle-container label {
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 20px;
    cursor: pointer;
    margin-right: 10px;
}

.toggle-container input[type="radio"]:checked + label {
    background-color: #333;
    color: #fff;
}

.pricing-card {
    border-radius: 20px;
    padding: 30px;
    text-align: center;
    min-height: 400px; /* Set a minimum height for all cards */
    display: flex; /* Use flexbox for vertical centering */
    flex-direction: column; 
    justify-content: center; 
}

.pricing-card.bg-primary {
    background-color: #007bff; /* Blue */
    color: #fff; 
}

.pricing-card.bg-secondary {
    background-color: #6c757d; /* Gray */ 
    color: #fff; 
}

.pricing-card.bg-success {
    background-color: #28a745; /* Green */ 
    color: #fff; 
}

.price {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.benefits {
    list-style: none;
    padding: 0;
    margin: 0;
}

.benefits li {
    margin-bottom: 10px;
}


/* footer  */

footer {
    background-color: #f8f8f8;
    padding: 30px 0;
}


.footer-logo img {
    width: 100% /* Adjust as needed */
}

.footer-links,
.footer-socials,
.footer-address {
    text-align: left; 
}

.footer-links ul,
.footer-socials ul {
    list-style: none;
    padding: 0;
}

.footer-links li,
.footer-socials li {
    margin-bottom: 5px;
}
.footer-links li a{
    text-decoration: none;
    color: #333333;
}

.footer-socials a {
    margin-right: 10px; /* Space between icons */
    color: #333; /* Set icon color */

}

.copyright {
    text-align: center;
    margin-top: 30px;
    font-size: 14px;
}