:root {
    --primary-color: #FF02B5;
    --hover-color: #212121;
}



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



.brandon-light {
    font-family: "Inter", sans-serif;
}

h1 {
    font-family: "Inter", sans-serif;
}

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

body {
    font-family: "Inter", sans-serif;
    color: #fff !important;
}

.container {
    /* max-width: 1024px; */
}

.btn {
    border-radius: 0;
    background-color: var(--primary-color);
    color: #fff;
    transition: all .5s;
    font-weight: bold;
    border: 1px solid var(--primary-color);
    padding: 7px 21px;
}

.btn:hover {
    background-color: var(--hover-color);
    border: 1px solid var(--primary-color);
    color: #fff;
}
.home-section {
    position: relative;
    /* background-image: url('../img/banner-01.png'); */
    background: #f5f5dc38;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 0px;
}

.navbar {
    background-color: #EEEEEE;
    width: 90%;
    margin: 0px auto;
    border-radius: 14px;
    height: auto;
    box-shadow: 0px 0px 5px #ccc;
}
.navbar-brand img {
    height: 65px;
    width: 130px;
    object-fit: scale-down;
}
ul.navbar-nav {
    margin-right: 250px !important;
}
p.copy-text {
    text-align: center;
    margin: 20px 0px 0px 0px;
    padding: 0px 0 20px;
}
.nav-link {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

.nav-link.active {
    color: #ffff !important;
    font-weight: bold;
}

.nav-link {
    margin-right: 15px;
}

.last {
    margin-right: 0;
}

.search-bar {
    display: flex;
    align-items: center;
    position: relative;
    border: 2px solid #3361AC;
    border-radius: 6px;
}

#search-input {
    padding: 10px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding-right: 1px; /* Space for the icon */
}

#search-button {
    position: absolute;
    right: 20px;
    border: none;
    background: none;
    cursor: pointer;
    padding: 5px 10px;
    color: #333;
    border-left: 2px solid #3361AC;
}

#search-button i {
    font-size: 16px;
    color: #3361ac;
}

#search-input:focus {
    border-color: #007bff;
    outline: none;
}

#search-button:focus {
    outline: none;
}
input#search-input::placeholder {
    color: #3361AC;
    font-size: 16px;
    font-weight: 600;
}


/* ======================BANNER CSS START====================== */
.home-section {
    position: relative;
}


.about_line {
    position: relative;
}
.about_line::after {
    position: absolute;
    background-color: #4d6c8b;
    width: 3px;
    height: 350px;
    content: '';
    top: -180px;
    right: 30px;
}
section.banner-01 {
    background-image: url('../img/banner-01.png');
    padding: 30px 10px;
    margin: 30px auto;
    width: 90%;
    border-radius: 10px;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}



.banner-content h3 {
    font-size: 50px;
    color: #000;
    font-weight: 800;
}
.banner-content h4 {
    font-size: 50px;
    color: #317FB6;
    font-weight: 800;
}
.banner-content h6 {
    font-size: 38px;
    color: #000;
    font-weight: 700;
}
.banner-content h6 span {
    color: #317FB6;
}
/* ======================BANNER CSS END======================== */
/* ======================ABOUT CSS START======================== */
div#about {
    margin: 60px 0 0px;
    color: #fff;
    position: relative;
    z-index: 1;
}
.about-paragraph p {
    font-size: 17px;
    font-weight: 400 !important;
    line-height: 22px;
    color: #909090;
}
.about_content_box h4 {
    font-size: 28px;
    font-weight: 700;
}
.about_content_box h4 span {
    color: #317FB6;
}
/* ======================ABOUT CSS END======================== */
/* ======================KEY FEATURES CSS START======================== */
.key-features {padding: 35px 0px;}
.key-box h4 {
    font-size: 20px;
    font-weight: 700;
}


/* =================FOOTER CSS START================== */
.footer {
    background: #4d6c8b;
    padding: 35px 0px;
}

.mx-auto {
    margin-right: 0 !important;
    margin-left: auto !important;
}





.about-title {
    text-align: center;
    padding: 10px 0 20px;
}
.about_img img {
    width: 100%;
    height: auto;
}
.free-text ul li img {
    width: 150px;
    height: auto;
    object-fit: scale-down;
}
.about-title h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 900;
}
.about-paragraph p {
    color: #000;
    font-size: 16px;
    font-weight: 500 !important;
}


.key-box {
    background: #4D6C8B;
    padding: 20px 20px;
    color: #fff;
    border-radius: 9px;
    margin: 10px 0;
}
div#pricing {color: #fff;}
.serv-box img {
    width: 100%;
    height: auto;
    object-fit: scale-down;
}
.serv-box {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 0px #ccc;
}
.serv-box h4 {
    font-size: 18px;
    padding: 8px 10px;
    font-weight: 600;
}
.form input {
    width: 100%;
    height: 40px;
    margin: 10px 0px;
    padding: 4px 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 4px #ccc;
}
textarea {
    width: 100%;
    padding: 10px 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 4px #ccc;
    margin: 10px 0;
    height: 120px;
}

button.form-btn {
    border: #4d6c8b;
    padding: 9px 30px;
    border-radius: 8px;
    background: #4d6c8b;
    color: #fff;
}
.banner-content-btn a {
    padding: 10px 40px;
    text-decoration: none;
    color: #fff;
    border-radius: 5px;
    background: linear-gradient(to bottom, #000000 40%, #00A1F9 100%);
}
h2 {
    font-size: 34px;
    font-weight: 700;
}
.contact-content p {
    font-size: 21px;
}
.free-text ul li {
    list-style: none;
    display: inline-block;
    margin: 0 7px 0 0;
}
.free-text ul {
   padding: 0;
   margin: 0;
}
.privacy-text h1 {
    font-size: 50px;
    font-weight: 800;
}
.banner-content {
    color: #fff;
}
a.register {
    background: #fc7e00;
    padding: 10px 14px;
    border-radius: 4px;
    text-decoration: none;
    color: #fff;
    margin-left: 60px;
}
a.register i {
    margin-left: 10px;
    transform: rotate(45deg);
}
.banner-content-btn a i {
    margin-left: 10px;
    transform: rotate(45deg);
}
.hero-center-02 img {
    width: 125px;
    position: absolute;
    opacity: 1.5;
    right: -130px;
    bottom: 70px;
}

.banner-images img {
    width: 100%;
    height: auto;
    margin-top: 410px;
}


.swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    overflow: hidden;
  }

  .slider__btns {
    position: absolute;
    width: 43%;
    margin: 26px 37px 0;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    display: flex;
    right: 55px;
}

/* Style navigation buttons */
.swiper-button-next,
.swiper-button-prev {
    color: white !important;
    padding: 6px;
    border-radius: 7px;
    width: 55px !important;
    font-size: 14px !important;
    border: 1px solid;
}

/* Style pagination to be at the bottom and use numbers */
.swiper-pagination {
    position: absolute;
    bottom: 5px;
    width: 100%;
    text-align: center;
}

.swiper-pagination .swiper-pagination-bullet {
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #000;
}

/* Add active state styles for pagination */
.swiper-pagination .swiper-pagination-bullet-active {
    background-color: #007bff;
    color: #fff;
}
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    display: flex
;
    justify-content: center;
    align-items: center;
    position: absolute;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 30px !important;
}
.swiper-button-next, .swiper-button-prev {
    margin-top: -40px !important;
    z-index: 99999 !important;
}
.rating-main {
    background: #00A1F966;
    display: flex;
    justify-content: space-between;
    padding: 16px 30px;
    border-radius: 65px;
    color: #fff;
    align-items: center;
}
.rating {
    padding: 90px 0 40px;
}
.rating-box {
    display: flex;
    align-items: center;
    gap: 10px;
}
.rating-icon img {
    width: 35px;
}
.rating-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    background: linear-gradient(to bottom, #2737CF66, #00A1F980);

}
.rating-text h4 {
    font-size: 18px;
    font-weight: 600;
    padding: 0;
    margin: 0;
}
.rating-text p {
    font-size: 12px;
    margin: 0;
}
.about-paragraph h5 {
    color: #00A1F9;
    font-size: 20px;
    font-weight: 600;
}
.about-paragraph strong {
    color: #00A1F9;
    font-size: 18px;
    font-weight: 600;
}
div#services {color: #000;width: 90%;margin: 0 auto;border-radius: 10px;}
.about-paragraph {
    color: #000;
    position: relative;
    margin-bottom: 30px;
}
.loyality-box {
    display: flex;
    gap: 20px;
    align-items: center;
    margin: 10px 0 30px;
}
.loyality-text h6 {
    color: #00A1F9;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}
.loyality-text p {
    color: #fff;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
}
.loyality-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    border-radius: 50px;
    background: linear-gradient(to bottom, #2737CF66, #00A1F980);
    padding: 30px;
}
.loyality-icon img {
    width: 40px;
    object-fit: scale-down;
}
.light-bg {
position: relative;
}
.light-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/before.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: 0.2;
}

.about-title h5 {
    color: #00A1F9;
}
div#pricing .container {
    position: relative;
    z-index: 2;
}



.sign-up {
    position: relative;
    }
    .sign-up::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url('../img/signup-bg.png');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        z-index: 0;
        opacity: 0.5;
    }
    div#sign-up .container {
        position: relative;
        z-index: 2;
    }

    .about-paragraph input::placeholder {
        color: #aaa;
    }
    
    .about-paragraph input {
        background-color: #1E4169;
        border: 1px solid #444;
        color: #fff;
    }
    
    .about-paragraph .btn-primary {
        padding: 10px 40px;
        text-decoration: none;
        color: #fff;
        border-radius: 5px;
        background: linear-gradient(to bottom, #144971 40%, #00A1F9 100%);
        border: none;
    }
    
    .about-paragraph .btn-primary:hover {
        background-color: #00A1F9;
    }
    .story-title p {
        width: 30%;
    }
    .story-bg {
        position: relative;
        background-image: url('../img/story-bg.png');
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
        width: 94%;
        margin: 0 auto;
        padding: 30px 60px;
        }
    .story-bg .container {
        position: relative;
        z-index: 2;
        }
   
        .story-row {
            margin-top: 130px;
        }
        .story-boxx {
            text-align: center;
            background: #059DF04D;
        }
        div#tesimonials {
            text-align: center;
        }
        div#tesimonials .story-title p {
            width: 100%;
        }


        .swiper-slide {
            display: flex;
            justify-content: center;
          }
          .testimonials .shadow {
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
          }
          .custtom-testimoails .swiper-slide {
            width: 32%;
        }
        .custtom-testimoails {
            display: flex;
            justify-content: space-between;
            width: 100%;
            overflow: hidden;
        }

        .footer {
            background: url('./assets/img/footer-bg.png') no-repeat center;
            background-size: cover;
            color: white;
            font-size: 14px;
          }
          .footer a:hover {
            text-decoration: underline;
          }
          .footer ul li {
            padding: 0 10px;
          }
          


          /* Grey background line */
.swiper-pagination.progress-line {
    position: relative;
    height: 4px;
    background-color: #ccc; /* Grey base */
    margin-top: 20px;
    border-radius: 4px;
    overflow: hidden;
  }
  
  /* Yellow progress bullets (equal divisions like progress bars) */
  .swiper-pagination.progress-line .swiper-pagination-bullet {
    flex: 1;
    height: 100%;
    background-color: transparent;
    opacity: 1;
    margin: 0;
    border-radius: 0;
    position: relative;
  }
  
  /* Active bullet fill effect */
  .swiper-pagination.progress-line .swiper-pagination-bullet-active {
    background-color: #fc7e00; /* Yellow active color */
  }
  .swiper-pagination.progress-line {
    display: flex;
  }
  .swiper-pagination.progress-line .swiper-pagination-bullet {
    transition: background-color 0.4s ease;
  }
  .banner-btn {
    display: inline-grid;
    gap: 16px;
}
.banner-content h2 {
    font-size: 46px;
    margin-top: 16px;
}
.hero-center-02 {
    position: relative;
}
.banner-content span {
    background: #9191915c;
    padding: 10px 10px;
    border-radius: 50px;
    border: 1px solid #cccccc75;
}
.about_both_img {
    position: relative;
}
.about_img_02 {
    position: absolute;
    width: 45%;
    top: 350px;
    left: 345px;
}
.about-paragraph span {
    display: flex;
    gap: 10px;
    align-items: center;
    background: #fbfbfb;
    width: 141px;
    border-radius: 50px;
    padding: 5px 10px;
    box-shadow: 0px 0px 7px #ccc;
}
.row.custom-list li {
    list-style: none;
    padding: 8px 0px;
}
.custom-list li small {
    color: #fff;
    background: #fc7e00;
    padding: 6px 10px;
    border-radius: 7px;
}
.about-paragraph a {
    background: #fc7e00;
    padding: 10px 30px;
    border-radius: 40px;
    color: #fff;
    text-decoration: none;
}
.row.custom-list {
    margin-bottom: 24px;
}
.about-paragraph h2 {
    font-size: 30px;
    margin: 10px 0px;
    color: #463933;
}
.paws_img {
    position: absolute;
    z-index: -1;
    top: -40px;
    left: -70px;
    opacity: 0.7;
}
.paws_img_02 {
    position: absolute;
    width: 360px;
    right: -60px;
    bottom: -120px;
    z-index: -1;
}
.custtom-marque {
    display: flex;
    justify-content: space-evenly;
    gap: 10px;
}

.custom-marquee {
    overflow: hidden;
    position: relative;
    padding: 20px 0;
  }
  
  .marquee-track {
    display: flex;
    gap: 50px; 
    animation: scroll 20s linear infinite;
    white-space: nowrap;
  }
  .marquee-track h2 {
    font-size: 40px;
    font-weight: 800;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    border-radius: 12px;
    transition: transform 0.3s ease;
    color: transparent;
    -webkit-text-stroke: 1px #fc7e00;
    text-stroke: 1px #40001f;
    text-shadow: 1px 1px 0 #fff;
    background-color: transparent;
    letter-spacing: 3px;
  }
  
  .marquee-track h2:hover {
    transform: scale(1.05);
  }
  
  .marquee-track h2 img {
    width: 20px;
    height: 20px;
    object-fit: contain;
  }

  @keyframes scroll {
    0% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(-50%);
    }
  }

  div#pricing {
   position: relative;
   background-image: url('../img/service-bg.png');
   background-size: 100% 100%;
   background-position: center;
   background-repeat: no-repeat;
   width: 100%;
   margin: 0 auto;
   padding: 30px 60px 100px !important;
   }
.about-content {
    display: flex;
    justify-content: space-between;
}
.heading {
    width: 50%;
}
.peragraph {
    width: 40%;
}
.heading h2 {
    color: #fff;
    font-size: 54px;
}
.peragraph p {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
}
.testi-text.mb-3 {
    position: absolute;
    bottom: 0;
}
.arrow-btns {
    position: absolute;
    text-align: center;
    margin: 0 auto;
    right: 50%;
    bottom: -60px;
    z-index: 11;
}



section.testimonials {
    padding: 45px 0px;
    position: relative;
}

.testimonails-img img {
    width: 100%;
    height: auto;
}
h2.head-title {
    text-align: center;
    color: #463933;
    margin: 0px auto 40px;
    width: 35%;
}
.testimonails-content {
    color: #000;
    text-align: center;
    margin: 40px 0;
}
.testimonails-content img {
    margin-bottom: 20px;
}
.testi_img_01 {
    position: absolute;
    top: 50px;
    z-index: -1;
    right: 0;
}
.testi_img_02 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    opacity: 0.7;
}
.appionment-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}


/* Appointment Section */

  
  .booking-box {
    background-color: #40001F;
    color: #fff;
  }
  
  .booking-box h3 {
    font-weight: bold;
  }
  
  .booking-box input.form-control {
    border-radius: 8px;
  }
  
  .phone-img {
    max-width: 100%;
    margin: 0 0 0 auto;
    display: block;
  }





  .custom-footer {
    /* background: linear-gradient(to right, #4a0038, #680447); */
    background-image: url('../img/footer-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: 'Poppins', sans-serif;
  }
  
  .footer-logo {
    width: 100%;
    height: auto;
  }
  
  .footer-heading {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 20px;
  }
  
  .custom-footer ul li {
    margin-bottom: 8px;
    list-style: inside;
  }
  
  .custom-footer ul li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
  }
  
  .custom-footer ul li a:hover {
    text-decoration: underline;
  }
  
  .footer-socials a {
    display: inline-block;
    margin-right: 10px;
    color: white;
    font-size: 16px;
    border: 1px solid white;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 28px;
    transition: all 0.3s ease;
  }
  
  .footer-socials a:hover {
    background-color: white;
    color: #680447;
  }
  .newsletter {
    display: flex;
    justify-content: space-around;
    gap: 20px;
}
.right-footer {
    width: 35%;
}
form.custtom-form {
    position: relative;
    background: #fff;
    text-align: center;
    padding: 0px 0px;
    border-radius: 5px;
}
button.btn-form {
    background: transparent;
    border: none;
    color: #fc7e00 !important;
    padding: 10px 0;
    font-size: 18px;
    font-weight: 600;
}
.appionment-img {
    position: relative;
}
.appionment-img:after {
    background: #fc7e00;
    width: 78%;
    height: 79%;
    content: '';
    position: absolute;
    top: 65px;
    right: -24px;
    z-index: -1;
    border-radius: 15px 20px 10px 10px;
}
.booking-box span {
    background: #fff;
    color: #000;
    padding: 10px 20px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    width: 38%;
    gap: 10px;
}
h3.mb-4 {
    font-size: 36px;
    margin: 20px 0 20px;
}
button.service-btn {
    display: grid;
    place-items: center;
    padding: 20px 20px;
    border-radius: 5px;
    background: transparent;
    color: #fff;
    border: 1px solid #FF9800;
}
button.btn-submit {
    background: #FC7E00;
    width: 34% !important;
    height: 50px;
    border-radius: 50px;
    border: none;
}
.footer__logo {
    display: flex;
}
section.terms {
    color: #000;
    padding: 45px 0px;
}
section.terms h1 {
    font-size: 50px;
    font-weight: 800;
}
section.terms h4 {
    font-size: 30px;
    font-weight: 700;
    margin: 40px 0 14px;
}