body {
    background-color: #fff;
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}
.contain1{
    overflow: hidden;
}
.intro-section {
    background-color: #ffffff;
    padding: 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
    color: #333;
}

/* Green background behind the logo (left side) */
.intro-section .logo-container {
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(45deg, #0d3c54, #09725f); 
    width: 550px;
    height: 450px;
    clip-path: polygon(0 0, 100% 0, 0 100%);
}

.intro-section .logo-container img {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 130px;
}

/* Orange design on the right side */
.intro-section .right-design {
    position: absolute;
    top: 0;
    right: 0;
    background: #f47c42; /* Solid orange background */
    width: 200px;
    height: 100px;
    clip-path: polygon(100% 0, 10% 0, 100% 100%);
}

.intro-section .logo-container-right img {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 60px;
}

.intro-section .circle-image {
    position: absolute;
    top: 42px;
    left: 120px;
    width: 400px;
    height: 400px;
    background-color: #ffffff;
    border-radius: 50%;
    padding: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    box-sizing: border-box; 
}

.intro-section .circle-image img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}
.text-container{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}
.text-container img{
    width: 40%;
    margin-top: 55px;
    margin-right: 24px;
}
.text-container h1 {
    font-size: 10rem;
    color: #007bff;
    /* margin-top: 220px; */
    margin-bottom: 20px;
    font-weight: bold;
    text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3); /* Adds a soft shadow effect */
}

.text-container h2 {
    font-size: 3rem;
    color: #0d3c54;
    margin-bottom: 20px;
    font-weight: 800;
}

.intro-section h3 {
    font-size: 1.8rem;
    color: #333333;
    margin: 30px 0;
}

.intro-section .date-time {
    font-size: 1.5rem;
    font-weight: bold;
}


.vertical {
    width: 3px;
    height: 60px; /* Adjust height as needed */
    background-color: #ff6e30; /* Black line, adjust color if needed */
    margin: 0 15px; /* Adjust space between the divs */
  }
.footer-section {
    margin-top: 30px;
    font-size: 1rem;
    font-weight: bold;
}

.footer-section .btn-warning {
    font-size: 1.2rem;
    padding: 10px 20px;
}

/* Adding the pseudo-element with background image */
.intro-section::after {
    content: "";
    position: absolute;
    height: 150px;
    width: 150px;
    background-image: url('./assets/images/01.png'); /* Replace with your image URL */
    background-repeat: no-repeat;
    background-size: contain;
    left: 5%;
    bottom: -21%;
    transform: translate(-50%, -50%);
}

.intro-section::before {
    content: "";
    position: absolute;
    height: 150px;
    width: 150px;
    background-image: url('./assets/images/01.png'); /* Replace with your image URL */
    background-repeat: no-repeat;
    background-size: contain;
    right: 42%;
    transform: translate(-50%, -50%);
}
/* Styling for the date-time box */
.date-time-box {
    border: 2px solid #1ea665;  /* Border around the entire box */
    border-radius: 10px;
    padding: 20px;              /* Padding inside the box */
    display: flex;              /* Flexbox to align child divs horizontally */
    justify-content: space-between;  /* Space between the date and time divs */
    align-items: center;        /* Align items vertically centered */
    max-width: 500px;           /* Adjust the width to fit your design */
    margin: 0 auto;             /* Center the box horizontally */
    background-color: #f9f9f9;  /* Background color for the box */
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); /* Optional shadow */
}

/* Styling for the date div */
.date-div p {
    margin: 0;
    font-size: 1.6rem;
    color: #0d3c54;  /* Blue color for the text */
    font-weight: bold;
}

/* Styling for the time div */
.time-div p {
    margin: 0;
    font-size: 1.6rem;
    color: #0d3c54;  /* Red color for the time */
    font-weight: bold;
}



.footer-section {
    display: flex;
    justify-content: space-around;  /* Spaces items evenly across the row */
    align-items: center;            /* Aligns items vertically in the center */
    padding: 20px;
    
}

/* Optional styling for text */
.footer-section p {
    margin: 0;
    font-size: 1.2rem;
    color: #0d3c54;  /* Text color */
    font-weight: bold;
}

/* Styling the button */
.footer-section .cta-button a {
    font-size: 1rem;
    padding: 10px 20px;
    background-color: #ff6e30;  /* Button background color */
    color: #fff;                /* Button text color */
    text-decoration: none;      /* Remove underline */
    border-radius: 5px;
    /* font-weight: bold; */
    transition: background-color 0.3s ease;
    border-radius: 50px;
}

.footer-section .cta-button a:hover {
    background-color: #ff9800;  /* Hover effect */
}
.mega{
    color: #a30000;
    font-size: 35px;
    font-weight: 1000;
    margin-top:150px;
    }
    .mega2{
    color: #a30000;
    font-size: 35px;
    font-weight: 1000;
    }

/* Optional responsiveness */
@media (max-width: 600px) {
    .mega{
    color: #a30000;
    font-size: 35px;
    font-weight: 1000;
    }
    .locations-list li:nth-child(1)::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 30px !important; 
    width: 30px !important;
    background-image: url(https://cdn-icons-png.flaticon.com/512/17678/17678881.png);
    background-repeat: no-repeat;
    background-size: contain;
}
    .footer-section {
        flex-direction: column;  /* Stack items vertically on small screens */
        text-align: center;
    }

    .footer-section div {
        margin-bottom: 10px;
    }
}

.ph-container{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.ph-container .icon{
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    padding: 5px;
    background-color: #ff6e30;
}

.mail-container{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.mail-container .icon{
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    padding: 5px;
    background-color: #ff6e30;
}
.fa-solid{
    color: #ffffff;
    font-size: 12px;
}

.right-design::after {
    content: "";
    position: absolute;
    height: 150px;
    width: 150px;
    background-image: url('./assets/images/02.png'); /* Replace with your image URL */
    background-repeat: no-repeat;
    background-size: contain;
    left: 32%;
    bottom: -21%;
    transform: translate(-50%, -50%);
}


/* franchise style  */
/*  */
/*  */
/*  */
/*  */
/*  */


/* Franchise Section Styles */
.franchise-section {
    padding: 20px;
    background-color: #f9f9f9;
    position: relative;
    overflow: hidden;
}
.franchise-section::before {
    content: "";
    position: absolute;
    height: 150px;
    width: 150px;
    background-image: url('./assets/images/03.webp'); /* Replace with your image URL */
    background-repeat: no-repeat;
    background-size: contain;
    /* right: 42%; */
    top: 0;
    right: -65px;
    transform: translate(-50%, -50%);
}
.franchise-section::after {
    content: "";
    position: absolute;
    height: 150px;
    width: 150px;
    background-image: url('./assets/images/03.webp'); 
    background-repeat: no-repeat;
    background-size: contain;
    /* right: 50%;
    top: 50%; */
    bottom: -135px;
    transform: translate(-50%, -50%);
}
.img-container{
    display:none;
}
.franchise-logo-container {
    position: absolute;
    top: -49px;
    left: -32px;
    background-color: #fad73e;
    width: 276px;
    height: 274px;
    clip-path: circle(50%);
}


.circular-logo {
    position: absolute;
    top: 71px;
    left: 93px;
    width: 150px;
}
.franchise-heading{
    margin-left: 24rem !important;
}
.franchise-heading h1 {
    font-size: 5rem;
    margin-left: 60px;
    text-align: left;
}

.locations-list {
    list-style-type: none;
    padding-left: 0;
    font-size: 1.2rem;
}

.locations-list li {
    font-size: 1.1rem;
    margin: 5px 0;
}
.text-primar{
    color: #38297a ;
    font-size: 6rem;
    font-weight: bold;
}
.text-succes{
    color: #008d01;
    font-size: 4.5rem;
    font-weight: 800;
    letter-spacing: 2;
}
.text-dange{
    color: #fe4c40;
    font-size: 3.5rem;
}
.illustration-image-container {
    width: 100%;
    text-align: center;
}

.illustration-image-container img {
    width: 100%;
    height: auto;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .franchise-section {
        flex-direction: column;
        align-items: center;
    }

    .franchise-logo-container,
    .illustration-image-container {
        margin-bottom: 20px;
    }
}
.locations-list {
    list-style-type: none;
    padding-left: 0;
    font-size: 1.2rem;
    color: #333333;
    margin-bottom: 0;
}


.locations-list li {
    font-size: 1.7rem;
    color: #00035b; /* Dark text */
    /* margin: 10px 0; */
    display: flex;
    align-items: center;
    font-weight: 700;
    position: relative; /* Relative positioning for li */
    padding-left: 60px; /* Add padding to create space for the image */
}


.locations-list li:nth-child(1)::before {
    content: "";
    position: absolute;
    left: 0; /* Moves the image towards the left */
    top: 50%; /* Vertically center the image */
    transform: translateY(-50%); /* Adjust centering */
    height: 40px !important;
    width: 40px !important;
    background-image: url('https://cdn-icons-png.flaticon.com/512/17678/17678881.png'); /* Replace with your image URL */
    background-repeat: no-repeat;
    background-size: contain;
}

.locations-list li::before {
    content: "";
    position: absolute;
    left: 0; /* Moves the image towards the left */
    top: 50%; /* Vertically center the image */
    transform: translateY(-50%); /* Adjust centering */
    height: 40px;
    width: 40px;
    background-image: url('assets/images/correct.png'); /* Replace with your image URL */
    background-repeat: no-repeat;
    background-size: contain;
}

.illustration-container {
    position: relative; /* To allow the ::before pseudo-element to be positioned relative to this container */
    text-align: right; /* Aligns content inside the container to the right */
}

.illustration-image {
    max-width: 100%; /* Increases the size of the image */
    height: auto;
    margin-right: 20px;
    border-radius: 15px;
}

/* Background Circle behind image */
.illustration-container::before {
    content: '';
    position: absolute;
    right: -48px;
    bottom: -91px; /* Adjusts the vertical position of the circle */
    width: 350px; /* Adjusts the circle size */
    height: 350px; /* Adjusts the circle size */
    background-color: #fad73e; /* Background color of the circle */
    border-radius: 50%;
    z-index: 0; /* Ensures the circle stays behind the image */
}

/* Ensure the image is above the circle */
.illustration-image {
    position: relative; /* Makes the image stay on top of the circle */
    z-index: 1; /* Places the image above the circle */
}


/* Responsive Adjustments */
@media (max-width: 768px) {
    .locations-list {
        text-align: left;
    }

    .illustration-container {
        text-align: center;
    }

    .illustration-image {
        margin: 0 auto;
        max-width: 100%;
    }
}

/* Service style  */
/*  */
/*  */
/*  */
/*  */
/*  */
/* Service Section Styles */
.service-section {
    background-image: url('./assets/images/wall.jpg'); /* Replace with your background image */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 40px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.headline{
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Heading Styles */
.service-section .services-heading {
    font-size: 4.5rem;
    font-weight: bold;
    color: #ffd700; /* Bright yellow similar to the design */
    text-transform: uppercase;
    margin-bottom: 30px;
}

/* Container Padding */
.service-item {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    text-align: left;
    color: #000;
    position: relative;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    display: flex;
    /* justify-content:center; */
    align-items: center;
    height: auto; /* Let content determine the height */
}

/* Ensure all boxes are the same minimum height, but grow as needed */
.service-item {
    min-height: 150px; /* Set a minimum height */
}

/* Numbering Styles */
.service-item::before {
    content: attr(data-number);
    position: absolute;
    top: -15px;
    left: -15px;
    background-color: #333;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    font-weight: bold;
}

/* Icon Styling */
.service-item .icon img {
    width: 50px;
    height: auto;
    margin-bottom: 10px;
}

/* Text Styling */
.service-item p {
    font-size: 1rem;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0;

}

/* Specific styling for wide and slim box */
/* .wide-slim-box {
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    text-align: left;
    color: #000;
    position: relative;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    height: auto;
} */

/* Adjust the icon size for this specific box */
/* .wide-slim-box .icon img {
    width: 50px;
    height: auto;
    margin-bottom: 0;
} */

/* Text styling specific to this box */
/* .wide-slim-box .text p {
    font-size: 1rem;
    color: #333;
    margin: 0;
    line-height: 1.2;
}

@media (max-width: 992px) {
    .wide-slim-box {
        text-align: center;
        min-height: 120px;
    }
} */



/* registration  */

.new-section {
    background-color: #f5f5f5; /* Background color for the new section */
    padding: 50px 20px;
    position: relative;
    overflow: hidden;
}

.logo-background-container {
    content: "";
    position: absolute;
    top: 0;
    left: -10px;
    height: 160px;
    width: 160px;
    background-image: url('./assets/images/04.webp'); /* Replace with your image URL */
    background-repeat: no-repeat;
    background-size: contain;
}

.logo-background {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.logo-image {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 130px;
}

.text-column {
    padding-left: 20px;
}

.text1{
    font-size: 2rem;
    font-weight: 800;
    color: #003e8d;
    padding: 20px;
}
.text2{
    font-size: 2.5rem;
    font-weight: 600;
    color: #000;
    margin-left: 80px;
}
.text3{
    font-size: 3.5rem;
    font-weight: 600;
    color: #b81903;
    margin-left: 120px;
}
.text4{
    font-size: 3rem;
    font-weight: 800;
    color: #e82b2b;

}
.text5{
    font-size: 4rem;
    font-weight: 800;
    color: #053474;
    margin-left: 80px;
}
.text6{
    font-size: 3.4rem;
    font-weight: 600;
    margin-left: 140px;
}
.offer-details p {
    font-size: 2rem;
    color: #333;
    font-weight: bold;
}

.register-button {
    margin-top: 20px;
}
.new-section::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: #dda894; /* Solid orange background */
    width: 300px;
    height: 70px;
    clip-path: polygon(100% 0, 0% 0, 0% 100%, 100% 100%);
}

.illustration-container1 {
    position: relative; /* To allow the ::before pseudo-element to be positioned relative to this container */
    text-align: right; /* Aligns content inside the container to the right */
}

.illustration-image1 {
    max-width: 100%; /* Increases the size of the image */
    height: auto;
    margin-right: 20px;
    border-radius: 15px;
}

/* Background Circle behind image */
.illustration-container1::before {
    content: '';
    position: absolute;
    right: -48px;
    bottom: -91px; /* Adjusts the vertical position of the circle */
    width: 400px; /* Adjusts the circle size */
    height: 400px; /* Adjusts the circle size */
    background-color: #fad73e; /* Background color of the circle */
    border-radius: 50%;
    z-index: 0; /* Ensures the circle stays behind the image */
}

/* Ensure the image is above the circle */
.illustration-image1 {
    position: relative; /* Makes the image stay on top of the circle */
    z-index: 1; /* Places the image above the circle */
}
.special-offer-section {
    position: relative;
    padding: 20px;
    background-color: #f4f4f4;
}

.price-tag {
    position: absolute;
    background-color: red;
    color: white;
    /* padding: 10px 20px; */
    font-weight: bold;
    font-size: 1.2em;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 50px;
    bottom: -45px;
    padding: 5px;
}
.price-tag span{
    margin-left: 5px;
}

.register-button {
    /* margin-top: 20px; */
    padding: 15px 30px;
    background-color: #dda894;
    color: #000;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1.2em;
}

.register-button:hover {
    background-color: #e2977b;
}
.new-section::after {
    content: "";
    position: absolute;
    height: 150px;
    width: 150px;
    background-image: url('./assets/images/03.webp'); 
    background-repeat: no-repeat;
    background-size: contain;
    /* right: 50%;
    top: 50%; */
    bottom: -135px;
    transform: translate(-50%, -50%);
}

/* popup style  */

/* Popup Form Styles */
/* Popup Container */
/* Popup Container */
.popup {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    background-color: rgba(0, 0, 0, 0.6); /* Black background with opacity */
    justify-content: center;
    align-items: center;
}

.popup-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    width: 450px;
    position: relative;
    text-align: center;
}

.close-btn {
    position: absolute;
    top: 20px;
    right: 10px;
    font-size: 24px;
    cursor: pointer;
}

.popup-content h2 {
    margin-bottom: 10px;
}

.popup-content form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.popup-content label {
    font-weight: bold;
    margin-top: 10px;
}

.popup-content input, 
.popup-content textarea, 
.popup-content select {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
}

.popup-content textarea {
    resize: none;
    height: 80px;
}

.submit-btn {
    background-color: #28a745;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    margin-top: 15px;
    cursor: pointer;
}

.submit-btn:hover {
    background-color: #218838;
}

.register-button {
    background-color: #007bff;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.register-button:hover {
    background-color: #0056b3;
}
/* Time Picker Container */
.time-picker-container {
    display: flex;
    align-items: center;
    gap: 10px; /* Adds space between the time input and the AM/PM dropdown */
}

.time-picker-container select {
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    background-color: #fff;
    cursor: pointer;
}


.close-btn {
position: absolute;
top: 10px;
right: 10px;
background-color: #fd7e14; /* Background color for the close button */
color: white; /* Text color */
border: none;
padding: 10px;
border-radius: 50%;
cursor: pointer;
font-size: 24px;
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
}

.close-btn:hover {
background-color: darkred; /* Change color on hover */
}
/* Base styles for both mobile and desktop */
.time-picker-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 10px 0;
  }
  
  .time-picker-container input[type="time"],
  .time-picker-container select {
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
  }
  
  /* Mobile view */
  @media (max-width: 768px) {
    .time-picker-container {
      /* flex-direction: column; */
      width: 100%;
      align-items: stretch;
    }
  
    .time-picker-container input[type="time"],
    .time-picker-container select {
      width: 100%;
      font-size: 16px;
    }
  }
  
  /* Desktop view */
  @media (min-width: 769px) {
    .time-picker-container {
      /* flex-direction: row; */
      /* width: auto; */
    }
  
    .time-picker-container input[type="time"],
    .time-picker-container select {
      width: auto;
      font-size: 14px;
    }
  }

  