/********** Template CSS **********/
:root {
    --primary: #EB6019;
    --secondary: #F57E57;
    --light: #EEF9FF;
    --dark: #091E3E;
}

h1,
h2,
.font-weight-bold {
    font-weight: 700 !important;
}

h3,
h4,
.font-weight-semi-bold {
    font-weight: 600 !important;
}

h5,
h6,
.font-weight-medium {
    font-weight: 500 !important;
}

.btn {
    font-family: 'Jost', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn-primary,
.btn-secondary {
    color: #FFFFFF;
}

.btn-primary:hover {
    background: var(--secondary);
    border-color: var(--secondary);
}

.btn-secondary:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}
.top-bar a {
  color: #FFFFFF;
  text-decoration: none;
  transition: .5s;
}

.top-shape::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 100%;
    top: 0;
    left: -17px;
    background: var(--primary);
    transform: skew(40deg);
}
.navbar{
    background-color: #01578C;
    transition: .5s;
}
.navbar-nav a {
    color: #FFFFFF;
    outline: none;
    transition: .5s;
}
.navbar-nav a:hover {
    color: var(--secondary);
    
}

.navbar-light .navbar-nav .nav-link {
    font-family: 'Jost', sans-serif;
    padding: 35px 15px;
    font-size: 18px;
    color: var(--dark);
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 15px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}
/* Custom White Navbar Toggler with Outline */
.navbar-toggler {
  border: 1px solid rgba(255, 255, 255, 0.8) !important;
  padding: 8px;
  background-color: transparent !important;
  transition: all 0.3s ease;
  /* outline: 2px solid rgba(255, 255, 255, 0.3) !important; */
  /* outline-offset: 2px; */
}

.navbar-toggler:hover {
  border-color: rgba(255, 255, 255, 1) !important;
  /* outline-color: rgba(255, 255, 255, 0.5) !important; */
}

.navbar-toggler-icon {
  width: 1.75em;
  height: 1.75em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.9)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  transition: all 0.3s ease;
}
.logo {
  max-width: 150px; /* Default size */
  height: auto;
}

/* Tablet */
@media (max-width: 992px) {
  .logo {
      max-width: 120px;

  }
}

/* Mobile */
@media (max-width: 576px) {
  .logo {
      max-width: 90px;
      margin-left: -24px;
  }
}


/* Mobile Adjustments */

@media (max-width: 767.98px) {
  .navbar {
    padding-top: 5px!important;
    padding-bottom: 5px!important;
  }
}
@media (max-width: 991px) {
  .navbar-toggler {
      padding: 0px;
      margin-right: -22px;
  }
  
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
    }
}

.hero-image {
    height: auto;
}

/* Responsive text sizes */
.carousel-caption h1 {
  font-size: 3rem;
}

.carousel-caption h5 {
  font-size: 1.2rem;
}

/* Tablet */
@media (max-width: 992px) {
  .hero-image {
      height: auto;
  }
  .carousel-caption h1 {
      font-size: 2.5rem;
  }
  .carousel-caption h5 {
      font-size: 1rem;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .hero-image {
      height: auto;
  }
  .carousel-caption h1 {
      font-size: 2rem;
  }
  .carousel-caption h5 {
      font-size: 0.9rem;
  }
  .btn {
      font-size: 0.9rem;
      padding: 8px 16px;
  }
}

.carousel-caption {
    top: 0;
    left: 0;    
    right: 0;
    bottom: 0;
    background: rgba(9, 30, 62, .60);
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

@media (min-width: 991.98px) {
    .banner {
        position: relative;
        margin-top: -115px;
        z-index: 1;
    }
}

.section-title h5::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 3px;
    right: -55px;
    bottom: 11px;
    background: var(--primary);
}

.section-title h5::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 3px;
    right: -75px;
    bottom: 11px;
    background: var(--secondary);
}

.twentytwenty-wrapper {
    height: 100%;
}

.hero-header {
    background: linear-gradient(rgba(9, 30, 62, .85), rgba(9, 30, 62, .85)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
    padding-top:3rem;
    padding-bottom:3rem;
}

.bg-appointment {
    background: linear-gradient(rgba(9, 30, 62, .85), rgba(9, 30, 62, .85)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.appointment-form {
    background: rgba(6, 163, 218, .7);
}
/* Services List Section CSS */

#banner .service-item {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
  padding: 20px;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.banner img {
  width: 18%;
  height: auto;
}

#banner .service-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

#banner .service-item .icon {
  font-size: 40px;
  margin-right: 15px;
  color: #007bff;
}

#banner .service-item:hover .icon {
  animation: rotateIcon 1s infinite linear;
}

#banner .service-item .title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

#banner .service-item .title a {
  color: #333;
  text-decoration: none;
  position: relative;
}

#banner .service-item .title a::before {
  content: '';
  position: absolute;
  width: 0;
  height: 3px;
  background: #007bff;
  bottom: -5px;
  left: 0;
  transition: width 0.3s;
}

#banner .service-item .title a:hover::before {
  width: 100%;
}


.service-item img,
.service-item .bg-light,
.service-item .bg-light h5,
.team-item .team-text {
    transition: .5s;
}

.service-item:hover img {
    transform: scale(1.15);
}

.team-item .team-text::after,
.service-item .bg-light::after {
    position: absolute;
    content: "";
    top: 50%;
    bottom: 0;
    left: 15px;
    right: 15px;
    border-radius:100px / 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .7);
    opacity: 0;
    transition: .5s;
    z-index: -1;
}

.team-item:hover .team-text::after,
.service-item:hover .bg-light::after {
    opacity: 1;
}

.bg-offer {
    background:url(../assets/img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.offer-text {
    background: rgba(6, 163, 218, .85);
}

.price-carousel .owl-nav {
    position: absolute;
    width: calc(100% + 45px);
    height: 45px;
    top: calc(50% - 22.5px);
    left: -22.5px;
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
}

.price-carousel:hover .owl-nav {
    opacity: 1;
}

.price-carousel .owl-nav .owl-prev,
.price-carousel .owl-nav .owl-next {
    position: relative;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 2px;
    font-size: 22px;
    transition: .5s;
}

.price-carousel .owl-nav .owl-prev:hover,
.price-carousel .owl-nav .owl-next:hover {
    background: var(--secondary);
}

.bg-testimonial {
    background: url(../assets/img/banner-back.jpg) center center no-repeat;
    background-size: cover;
}

.testimonial-carousel {
    background: rgba(6, 163, 218, .85);
}
.fs-5 {
    font-size: 1rem !important;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: calc(100% + 46px);
    height: 46px;
    top: calc(50% - 23px);
    left: -23px;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 2px;
    font-size: 22px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--secondary);
}

.testimonial-carousel .owl-item img {
    width: 120px;
    height: 120px;
}
.position-relative img{
    z-index: -1;
}

.about-image img{
    width:100%;
    max-height: 31rem;
}
.about2-image img{
    width:100%;
    max-height: 15rem;
}

/* Breadcrumb section background */
.breadcrumb-section {
    background: linear-gradient(90deg, #1e1e1e, #333);
    padding: 20px 0;
}

/* Breadcrumb list styling */
.breadcrumb-list {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1rem;
    margin: 0;
    padding: 0;
}

/* Breadcrumb links */
.breadcrumb-list a {
    color: #fff;
    text-decoration: none;
    position: relative;
    padding-bottom: 2px;
    transition: all 0.3s ease;
}

/* Hover effect with underline animation */
.breadcrumb-list a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 0;
    height: 2px;
    background-color: #EB6019;
    transition: width 0.3s ease;
}

.breadcrumb-list a:hover::after {
    width: 100%;
}

.breadcrumb-list a:hover {
    color: #EB6019;
}

/* Active breadcrumb item */
.breadcrumb-item.active {
    color: #bbb;
}

/* Add separator arrow */
.breadcrumb-item + .breadcrumb-item::before {
    content: "›";
    color: #EB6019;
    margin: 0 8px;
}

    

/*--------------------------------------------------------------
# why choose us Section
--------------------------------------------------------------*/
.why-choose-us {
            padding: 5rem 1rem;
            background: #f9f9f9;
        }

        .section-heading {
            text-align: center;
            margin-bottom: 3rem;
        }

        .section-heading h2 {
            font-size: 2.5rem;
            color: #2c3e50;
            margin-bottom: 1rem;
        }

        .features-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
            max-width: 1200px;
            margin: 0 auto;
        }

        .feature-card {
            background: white;
            height: 14rem;
            padding: 1rem;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
            transition: transform 0.3s ease;
            cursor: pointer;
            position: relative;
            overflow: hidden;
        }

        .feature-card:hover {
            transform: translateY(-10px);
        }

        .feature-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 4px;
            background: #3498db;
            transform: scaleX(0);
            transition: transform 0.3s ease;
        }

        .feature-card:hover::before {
            transform: scaleX(1);
        }

        .feature-icon {
            font-size: 2.5rem;
            color: #3498db;
            margin-bottom: 1rem;
        }

        .feature-content h3 {
            color: #2c3e50;
            margin-bottom: 1rem;
            font-size: 1.25rem;
        }

        .feature-content p {
            color: #7f8c8d;
            line-height: 1.6;
        }

        @media (max-width: 768px) {
            .features-grid {
                grid-template-columns: 1fr;
            }
            
            .section-heading h2 {
                font-size: 2rem;
            }
            .display-3 {
                font-size:2rem;
            }
            .hero-header {
                padding-top:0px;
                padding-bottom:0px;
            }
        }

/*--------------------------------------------------------------
# Portfolio Section
--------------------------------------------------------------*/

.portfolio {
    padding: 50px 0;
    margin-bottom: 50px; /* Added space below the entire section */
    background-color: #f9f9f9; /* Optional: Add subtle background color */
}

.portfolio-flters {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 30px;
}

.portfolio-flters li {
    padding: 10px 20px;
    cursor: pointer;
    background-color: #f3f3f3;
    border-radius: 5px;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.portfolio-flters li:hover {
    transform: scale(1.1); /* Hover effect for filter buttons */
}

.portfolio-flters .filter-active {
    background-color: #007bff;
    color: #fff;
}

.portfolio-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.portfolio-item {
    flex: 1 1 calc(33.333% - 20px);
    border-radius: 5px;
    overflow: hidden;
    transition: transform 0.3s ease;
    position: relative;
}

.portfolio-item img {
    width: 100%;
    height: 300px; /* Uniform height for all images */
    object-fit: cover; /* Ensures the image fills the space proportionally */
    display: block;
    transition: transform 0.3s ease, filter 0.3s ease;
}

.portfolio-item:hover img {
    transform: scale(1.1); /* Zoom-in effect on hover */
    filter: brightness(0.9); /* Slight fade effect */
}

.portfolio-item:hover {
    transform: translateY(-5px); /* Slight elevation on hover */
}

/* Responsive CSS */
@media (max-width: 1024px) {
    .portfolio-item {
        flex: 1 1 calc(50% - 20px);
    }

    .portfolio-flters {
        flex-wrap: wrap;
        gap: 10px;
    }
}

@media (max-width: 768px) {
    .portfolio-item {
        flex: 1 1 calc(100% - 20px);
    }

    .portfolio-flters li {
        padding: 8px 15px;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 10px;
    }

    .portfolio-flters li {
        font-size: 14px;
    }
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact {
  background: url("../assets/img/contact-bg.png") left top no-repeat;
  background-size: contain;
  position: relative;
}

@media (max-width: 640px) {
  .contact {
    background-position: center 50px;
  }
}

.contact:before {
  content: "";
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.contact .info-item+.info-item {
  margin-top: 40px;
}

.contact .info-item i {
  font-size: 20px;
  background: var(--color-primary);
  color: #fff;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  margin-right: 15px;
}

.contact .info-item h4 {
  padding: 0;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #1c88ba;
}

.contact .info-item p {
  padding: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.contact .php-email-form {
  width: 100%;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #df1529;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #059652;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #059652;
  border-top-color: #fff;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  padding: 12px 15px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: var(--color-primary);
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: #01578C;
  border: 0;
  padding: 12px 40px;
  color: #fff;
  transition: 0.4s;
}

.contact .php-email-form button[type=submit]:hover {
  background:var(--primary);
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Recent Blog Posts Section
--------------------------------------------------------------*/
.recent-posts .post-box {
    transition: 0.3s;
    height: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
  }
  
  .recent-posts .post-box .post-img {
    overflow: hidden;
    position: relative;
  }
  
  .recent-posts .post-box .post-img img {
    transition: 0.5s;
  }
  
  .recent-posts .post-box .meta {
    margin-top: 15px;
  }
  
  .recent-posts .post-box .meta .post-date {
    font-size: 15px;
    font-weight: 400;
    color: var(--color-primary);
  }
  
  .recent-posts .post-box .meta .post-author {
    font-size: 15px;
    font-weight: 400;
    color: var(--color-secondary);
  }
  
  .recent-posts .post-box .post-title {
    font-size: 18px;
    color: var(--color-secondary);
    font-weight: 700;
    margin: 15px 0 0 0;
    position: relative;
    transition: 0.3s;
  }
  
  .recent-posts .post-box p {
    margin: 15px 0 0 0;
    color: rgba(27, 47, 69, 0.7);
  }
  
  .recent-posts .post-box .readmore {
    display: flex;
    align-items: center;
    font-weight: 600;
    line-height: 1;
    transition: 0.3s;
    margin-top: 15px;
  }
  
  .recent-posts .post-box .readmore i {
    line-height: 0;
    margin-left: 4px;
    font-size: 18px;
  }
  
  .recent-posts .post-box:hover .post-title {
    color: var(--color-primary);
  }
  
  .recent-posts .post-box:hover .post-img img {
    transform: scale(1.1);
  }
/*--------------------------------------------------------------
# Blog Details Page
--------------------------------------------------------------*/
.blog{
    padding-top:5rem;
    padding-bottom: 5rem; /* Added space below the entire section */
}

.title {
    font-size: 20px;
    font-weight: 600!important;
    margin-bottom: 10px;
    color: var(--color-secondary);
}

.meta-top ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 15px;
}
.meta-top ul li{
    list-style: none;
    gap: 6px;
}
.blog .blog-details {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    padding: 30px;
  }
  
  .blog .blog-details .post-img {
    margin: -30px -30px 20px -30px;
    overflow: hidden;
  }
  
  .blog .blog-details .title {
    font-size: 28px;
    font-weight: 700;
    padding: 0;
    margin: 20px 0 0 0;
    color: var(--color-secondary);
  }
  
  .blog .blog-details .content {
    margin-top: 20px;
    color: #3b3b3d;
  }
  
  .blog .blog-details .content h3 {
    font-size: 22px;
    margin-top: 30px;
    font-weight: bold;
  }
  
  .blog .blog-details .content blockquote {
    overflow: hidden;
    background-color: rgba(27, 47, 69, 0.06);
    padding: 60px;
    position: relative;
    text-align: center;
    margin: 20px 0;
  }
  
  .blog .blog-details .content blockquote p {
    color: var(--color-default);
    line-height: 1.6;
    margin-bottom: 0;
    font-style: italic;
    font-weight: 500;
    font-size: 22px;
  }
  
  .blog .blog-details .content blockquote:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: var(--color-secondary);
    margin-top: 20px;
    margin-bottom: 20px;
  }
  
  .blog .blog-details .meta-top {
    margin-top: 20px;
    color: var(--color-gray);
  }
  
  .blog .blog-details .meta-top ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
    padding: 0;
    margin: 0;
  }
  
  .blog .blog-details .meta-top ul li+li {
    padding-left: 20px;
  }
  
  .blog .blog-details .meta-top i {
    font-size: 16px;
    margin-right: 8px;
    line-height: 0;
    color: rgba(86, 184, 230, 0.8);
  }
  
  .blog .blog-details .meta-top a {
    color: var(--color-gray);
    font-size: 14px;
    display: inline-block;
    line-height: 1;
  }
  
  .blog .blog-details .meta-bottom {
    padding-top: 10px;
    border-top: 1px solid rgba(27, 47, 69, 0.15);
  }
  
  .blog .blog-details .meta-bottom i {
    color: #38618e;
    display: inline;
  }
  
  .blog .blog-details .meta-bottom a {
    color: rgba(27, 47, 69, 0.8);
    transition: 0.3s;
  }
  
  .blog .blog-details .meta-bottom a:hover {
    color: var(--color-primary);
  }
  
  .blog .blog-details .meta-bottom .cats {
    list-style: none;
    display: inline;
    padding: 0 20px 0 0;
    font-size: 14px;
  }
  
  .blog .blog-details .meta-bottom .cats li {
    display: inline-block;
  }
  
  .blog .blog-details .meta-bottom .tags {
    list-style: none;
    display: inline;
    padding: 0;
    font-size: 14px;
  }
  
  .blog .blog-details .meta-bottom .tags li {
    display: inline-block;
  }
  
  .blog .blog-details .meta-bottom .tags li+li::before {
    padding-right: 6px;
    color: var(--color-default);
    content: ",";
  }
  
  .blog .blog-details .meta-bottom .share {
    font-size: 16px;
  }
  
  .blog .blog-details .meta-bottom .share i {
    padding-left: 5px;
  }
  
  .blog .post-author {
    padding: 20px;
    margin-top: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  }
  
  .blog .post-author img {
    max-width: 120px;
    margin-right: 20px;
  }
  
  .blog .post-author h4 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 0px;
    padding: 0;
    color: var(--color-secondary);
  }
  
  .blog .post-author .social-links {
    margin: 0 10px 10px 0;
  }
  
  .blog .post-author .social-links a {
    color: rgba(27, 47, 69, 0.5);
    margin-right: 5px;
  }
  
  .blog .post-author p {
    font-style: italic;
    color: rgba(var(--color-gray-rgb), 0.8);
    margin-bottom: 0;
  }
  
  /*--------------------------------------------------------------
  # Blog Sidebar
  --------------------------------------------------------------*/
  .blog .sidebar .sidebar-title {
    font-size: 22px;
    font-weight: 400;
    padding: 0;
    margin: 0;
    color: var(--color-secondary);
  }
  
  .blog .sidebar .sidebar-item+.sidebar-item {
    margin-top: 40px;
  }
  
  .blog .sidebar .search-form form {
    background: #fff;
    border: 1px solid rgba(27, 47, 69, 0.2);
    padding: 3px 10px;
    position: relative;
  }
  
  .blog .sidebar .search-form form input[type=text] {
    border: 0;
    padding: 4px;
    border-radius: 4px;
    width: calc(100% - 40px);
  }
  
  .blog .sidebar .search-form form input[type=text]:focus {
    outline: none;
  }
  
  .blog .sidebar .search-form form button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 15px;
    margin: -1px;
    background: var(--color-primary);
    color: #fff;
    transition: 0.3s;
    border-radius: 0 4px 4px 0;
    line-height: 0;
  }
  
  .blog .sidebar .search-form form button i {
    line-height: 0;
  }
  
  .blog .sidebar .search-form form button:hover {
    background: rgba(86, 184, 230, 0.8);
  }
  
  .blog .sidebar .categories ul {
    list-style: none;
    padding: 0;
  }
  
  .blog .sidebar .categories ul li+li {
    padding-top: 10px;
  }
  
  .blog .sidebar .categories ul a {
    color: var(--color-secondary);
    font-size: 15px;
  }
  
  .blog .sidebar .categories ul a:hover {
    color: var(--color-default);
  }
  
  .blog .sidebar .categories ul a span {
    padding-left: 5px;
    color: rgba(var(--color-default-rgb), 0.4);
    font-size: 14px;
  }
  
  .blog .sidebar .recent-posts .post-item {
    display: flex;
    box-shadow: 0px 0 15px rgba(0, 0, 0, 0.08);
    padding: 20px;
  }
  
  .blog .sidebar .recent-posts .post-item+.post-item {
    margin-top: 15px;
  }
  
  .blog .sidebar .recent-posts img {
    width: 80px;
    margin-right: 15px;
  }
  
  .blog .sidebar .recent-posts h4 {
    font-size: 18px;
    font-weight: 400;
  }
  
  .blog .sidebar .recent-posts h4 a {
    color: var(--color-secondary);
    transition: 0.3s;
  }
  
  .blog .sidebar .recent-posts h4 a:hover {
    color: var(--color-primary);
  }
  
  .blog .sidebar .recent-posts time {
    display: block;
    font-style: italic;
    font-size: 14px;
    color: rgba(var(--color-default-rgb), 0.4);
  }
  
  .blog .sidebar .tags {
    margin-bottom: -10px;
  }
  
  .blog .sidebar .tags ul {
    list-style: none;
    padding: 0;
  }
  
  .blog .sidebar .tags ul li {
    display: inline-block;
  }
  
  .blog .sidebar .tags ul a {
    color: #38618e;
    font-size: 14px;
    padding: 6px 14px;
    margin: 0 6px 8px 0;
    border: 1px solid rgba(27, 47, 69, 0.15);
    display: inline-block;
    border-radius: 50px;
    transition: 0.3s;
  }
  
  .blog .sidebar .tags ul a:hover {
    color: #fff;
    border: 1px solid var(--color-primary);
    background: var(--color-primary);
  }
  
  .blog .sidebar .tags ul a span {
    padding-left: 5px;
    color: rgba(27, 47, 69, 0.8);
    font-size: 14px;
  }
  
  /*--------------------------------------------------------------
  # Blog Comments
  --------------------------------------------------------------*/
  .blog .comments {
    margin-top: 30px;
  }
  
  .blog .comments .comments-count {
    font-weight: bold;
  }
  
  .blog .comments .comment {
    margin-top: 30px;
    position: relative;
  }
  
  .blog .comments .comment .comment-img {
    margin-right: 14px;
  }
  
  .blog .comments .comment .comment-img img {
    width: 60px;
  }
  
  .blog .comments .comment h5 {
    font-size: 16px;
    margin-bottom: 2px;
  }
  
  .blog .comments .comment h5 a {
    font-weight: bold;
    color: var(--color-default);
    transition: 0.3s;
  }
  
  .blog .comments .comment h5 a:hover {
    color: var(--color-primary);
  }
  
  .blog .comments .comment h5 .reply {
    padding-left: 10px;
    color: var(--color-secondary);
  }
  
  .blog .comments .comment h5 .reply i {
    font-size: 20px;
  }
  
  .blog .comments .comment time {
    display: block;
    font-size: 14px;
    color: rgba(27, 47, 69, 0.8);
    margin-bottom: 5px;
  }
  
  .blog .comments .comment.comment-reply {
    padding-left: 40px;
  }
  
  .blog .comments .reply-form {
    margin-top: 30px;
    padding: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  }
  
  .blog .comments .reply-form h4 {
    font-weight: bold;
    font-size: 22px;
  }
  
  .blog .comments .reply-form p {
    font-size: 14px;
  }
  
  .blog .comments .reply-form input {
    border-radius: 4px;
    padding: 10px 10px;
    font-size: 14px;
  }
  
  .blog .comments .reply-form input:focus {
    box-shadow: none;
    border-color: rgba(86, 184, 230, 0.8);
  }
  
  .blog .comments .reply-form textarea {
    border-radius: 4px;
    padding: 10px 10px;
    font-size: 14px;
  }
  
  .blog .comments .reply-form textarea:focus {
    box-shadow: none;
    border-color: rgba(86, 184, 230, 0.8);
  }
  
  .blog .comments .reply-form .form-group {
    margin-bottom: 25px;
  }
  
  .blog .comments .reply-form .btn-primary {
    border-radius: 4px;
    padding: 10px 20px;
    border: 0;
    background-color: var(--color-secondary);
  }
  
  .blog .comments .reply-form .btn-primary:hover {
    background-color: rgba(27, 47, 69, 0.8);
  }
  
  /*--------------------------------------------------------------
  # Blog Home Pagination
  --------------------------------------------------------------*/
  .blog-pagination {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.blog-pagination ul {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 10px;
}

.blog-pagination ul li {
    display: inline-block;
}

.blog-pagination ul li a {
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    color: #01578C;
    background: #f8f9fa;
    padding: 10px 15px;
    border-radius: 5px;
    border: 1px solid #01578C;
    transition: all 0.3s ease-in-out;
}

.blog-pagination ul li a:hover,
.blog-pagination ul li.active a {
    background: #01578C;
    color: #ffffff;
    border-color: #01578C;
}

/*--------------------------------------------------------------
  # faq-section
  --------------------------------------------------------------*/

 .faq-section {
            padding: 50px 20px;
            
        }
        .faq-header {
            margin-bottom: 30px;
            font-size: 2rem;
            font-weight: bold;
            color: #0056b3;
        }
        .accordion-item {
            margin-bottom: 15px;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }
        .accordion-button {
            font-weight: bold;
            background: #f8f9fa;
            color: #0056b3;
        }
        .accordion-button:focus {
            box-shadow: none;
        }
        .accordion-body {
            font-size: 1rem;
            color: #333;
        }
        
@media (max-width: 768px) {
    .faq-header {
        font-size:1.5rem;
    }
    
}
  
  /*--------------------------------------------------------------
  # choices-section
  --------------------------------------------------------------*/
  .choices-section {
    padding: 1rem 0;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

.section-title {
    /* text-align: center; */
    font-size: 2.5rem;
    margin-bottom: 3rem;
    color: #2d3436;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.choice-card {
    border-radius: 6px;
    overflow: hidden;
    position: relative;
}

.image-container {
    position: relative;
    height: 300px;
    transition: transform 0.3s ease;
}

.image-container:hover {
    transform: scale(1.03);
}

.image-container img {
    width: 100%;
    height: 100%;
}

.overlay-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 2rem;
    color: white;
}

.overlay-content h3 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    color: #fff;
}

.overlay-content p {
    font-size: 1rem;
    opacity: 0.9;
}

@media (max-width: 768px) {
    .grid-container {
        grid-template-columns: 1fr;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .image-container {
        height: 300px;
    }
    
    .overlay-content {
        padding: 1.5rem;
    }
}

/*--------------------------------------------------------------
# Brand section
--------------------------------------------------------------*/
.top-brands {
  padding: 4rem 0;
  background: #f8f9fa;
  overflow: hidden;
}

.brands-container {
  position: relative;
  overflow: hidden;
}

.brands-slide {
  display: flex;
  align-items: center;
  gap: 4rem;
  animation: scroll 25s linear infinite;
  width: max-content;
}

.brands-slide img {
  height: 60px;
  width: auto;
  opacity: 0.7;
  transition: all 0.3s ease;
  filter: grayscale(1);
}

.brands-slide img:hover {
  opacity: 1;
  filter: grayscale(0);
  transform: scale(1.1);
}

@keyframes scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}

/* Clone for infinite scroll */
.brands-container::after {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, #f8f9fa 30%);
}

@media (max-width: 768px) {
  .brands-slide {
      gap: 2rem;
      animation-duration: 20s;
  }
  
  .brands-slide img {
      height: 40px;
  }
  
  .section-title {
      font-size: 2rem;
  }
}
