
:root {
    --primary-color: #FF4500;        /* Orange-red */
    --secondary-color: #FF8C00;     /* Dark orange */
    --accent-color: #FFD700;        /* Gold/yellow */
    --light-color: #FFFFFF;         /* White */
    --dark-color: #8B0000;          /* Dark red */
    --gradient-primary: linear-gradient(135deg, #FF4500, #FF8C00);
    --gradient-secondary: linear-gradient(135deg, #FF8C00, #FFD700);
    --container-padding: 2rem;      /* Default container padding */
}

/* Container padding for better spacing */
.container,
.container-fluid {
    padding-left: var(--container-padding);
    padding-right: var(--container-padding);
}

/* Responsive container padding */
@media (min-width: 1200px) {
    :root {
        --container-padding: 3rem;  /* Larger padding for bigger screens */
    }
}

/* Ensure full width sections have proper spacing */
section, .section {
    padding: 2rem 0;
}

/* Remove black overlay from carousel */
.carousel-inner::before {
    display: none !important;
}

.carousel-item::before {
    display: none !important;
}

.carousel-item {
    background: none !important;
}

.carousel-item img {
    opacity: 1 !important;
}

/* Remove overlay from carousel captions */
#de-carousel .carousel-caption {
    /* Hide banner on mobile devices */
    @media (max-width: 767.98px) {
        display: none !important;
    }
    background: transparent !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

#de-carousel .carousel-caption h2,
#de-carousel .carousel-caption p {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

/* Adjust car listing grid */
.row.g-4 {
    margin-left: calc(-0.5 * var(--container-padding));
    margin-right: calc(-0.5 * var(--container-padding));
    padding: 0 calc(0.5 * var(--container-padding));
}

/*** Spinner Start ***/
/*** Spinner ***/
#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;
}
/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    transition: 0.5s;
    z-index: 99;
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
    background: var(--gradient-secondary);
    border: none;
    color: white;
}

.btn:hover {
    background: var(--gradient-secondary);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 69, 0, 0.3);
}

.btn-primary {
    background: var(--gradient-primary);
}

.btn-primary:hover {
    background: var(--gradient-secondary);
    border-color: var(--secondary-color);
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-xl-square {
    width: 66px;
    height: 66px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square,
.btn-xl-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn.btn-primary {
    color: var(--bs-white);
}

.btn.btn-primary:hover {
    background: var(--bs-secondary);
    border: 1px solid var(--bs-secondary);
}

.btn.btn-secondary {
    color: var(--bs-white);
}

.btn.btn-secondary:hover {
    background: var(--bs-primary);
    border: 1px solid var(--bs-primary);
}

.btn.btn-light {
    color: var(--bs-primary);
}

.btn.btn-light:hover {
    color: var(--bs-white);
    background: var(--bs-primary);
    border: 1px solid var(--bs-primary);
}

/*** Icon Animation Start ***/
@keyframes icon-animat {
    0%  {border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;}

    25% {border-radius: 69% 31% 19% 81% / 43% 37% 63% 57%;}

    50% {border-radius: 67% 33% 16% 84% / 57% 37% 63% 43%;}

    75% {border-radius: 77% 23% 61% 39% / 36% 61% 39% 64%;}

    100% {border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;}
}
/*** Icon Animation End ***/


/*** Navbar Start ***/
.nav-bar {
    background: var(--bs-white);
}

.sticky-top {
    transition: 1s;
}

.navbar-light .navbar-nav .nav-link {
    position: relative;
    margin-right: 25px;
    padding: 35px 0;
    letter-spacing: 1px;
    color: var(--bs-dark);
    font-size: 17px;
    font-weight: 500;
    outline: none;
    transition: .5s;
}

.sticky-top .navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--bs-dark);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--bs-primary);
}

.navbar-light .navbar-brand img {
    max-height: 60px;
    transition: .5s;
}

.sticky-top .navbar-light .navbar-brand img {
    max-height: 50px;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    margin-top: 8px !important;
    background: var(--bs-light);
    transition: .5s;
    opacity: 1;
}



@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
    display: block;
    visibility: hidden;
    top: 100%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
    border: 0;
    border-radius: 10px;
    margin-top: 8px !important;
    transition: .5s;
    opacity: 0;
    }
}

@media (max-width: 991px) {
    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 8px 15px;
        border: 1px solid var(--bs-primary);
        color: var(--bs-primary);
    }

    .sticky-top .navbar-light .navbar-nav .nav-link {
        padding: 12px 0;
    }
}
/*** Navbar End ***/

/*** Carousel Header Start ***/
.carousel .carousel-item img {
    object-fit: cover;
}

.carousel .carousel-item,
.carousel .carousel-item img {
    height: 700px;
}

.carousel-item .carousel-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    display: flex;
    align-items: center;
}

.carousel .carousel-indicators {
    left: 75%;
    top: 50%;
    margin-right: 25%;
    transform: translateY(-50%);
    flex-direction: column;
}

.carousel-indicators [data-bs-target] {
    display: flex;
    width: 15px;
    height: 15px;
    border: 6px solid var(--bs-white);
    border-radius: 15px;
    padding: 0;
    margin-top:10px;
    margin-bottom:10px;
    background-color: var(--bs-secondary);
    opacity: 1;
    transition: 0.5s;
}

.carousel-indicators [data-bs-target].active {
    background-color: var(--bs-primary);
}

@media (max-width: 992px) {
    .carousel-indicators [data-bs-target] {
        display: none;
    }
}
/*** Carousel Header End ***/

/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    position: relative;
    overflow: hidden;
   background: linear-gradient(rgba(244, 180, 0, 0.85), rgba(255, 215, 0, 0.8)), url(../img/fact-bg.jpg);

    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 60px 0;
    transition: 0.5s;
}

.bg-breadcrumb .breadcrumb {
    position: relative;
}

.bg-breadcrumb .breadcrumb .breadcrumb-item a {
    color: var(--bs-white);
}
/*** Single Page Hero Header End ***/

/*** Features Start ***/
.feature {
    background: var(--bs-light);
}

.feature .feature-item {
    display: flex;
    border-radius: 10px;
}

.feature .feature-item .feature-icon span {
    width: 90px; 
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-secondary);
    background: var(--bs-primary);
    border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;;
    animation-name: icon-animat;
    animation-duration: 5s;
    animation-delay: 1s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    transition: 0.5s;
}

/*** Features End ***/

/*** About Start ***/
/* ===== About Section Redesign ===== */
.about-card {
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
}

.about-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

.about-content {
    position: relative;
}

.about-title {
    font-size: 1.5rem;
    letter-spacing: 0.5px;
}

.about-description {
    font-size: 15.5px;
    color: #555;
    line-height: 1.8;
}

.about-line {
    width: 80px;
    height: 3px;
    border-radius: 5px;
    background: linear-gradient(90deg, #f0812e, #155ba3);
}

/* Optional WOW.js fade effect */
.wow {
    visibility: hidden;
}
/* ===== About Section Redesign ===== */
.about-card {
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
}

.about-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

.about-content {
    position: relative;
}

.about-title {
    font-size: 1.5rem;
    letter-spacing: 0.5px;
}

.about-description {
    font-size: 15.5px;
    color: #555;
    line-height: 1.8;
}

.about-line {
    width: 80px;
    height: 3px;
    border-radius: 5px;
    background: linear-gradient(90deg, #f0812e, #155ba3);
}

/* Optional WOW.js fade effect */
.wow {
    visibility: hidden;
}

/*** About End ***/


/* === FACT COUNTER SECTION === */
.counter {
  background: linear-gradient(135deg, #1E3A34 0%, #2C4A43 60%, #F4B400 120%), url(../img/fact-bg.jpg);
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

/* Subtle overlay for balance */
.counter::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(30, 58, 52, 0.7);
  z-index: 0;
}
/* ===== About Section Redesign ===== */
.about-card {
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
}

.about-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

.about-content {
    position: relative;
}

.about-title {
    font-size: 1.5rem;
    letter-spacing: 0.5px;
}

.about-description {
    font-size: 15.5px;
    color: #555;
    line-height: 1.8;
}

.about-line {
    width: 80px;
    height: 3px;
    border-radius: 5px;
    background: linear-gradient(90deg, #f0812e, #155ba3);
}

/* Optional WOW.js fade effect */
.wow {
    visibility: hidden;
}

/* Counter item style */
.counter-item {
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(244, 180, 0, 0.3);
  padding: 40px 20px;
  border-radius: 20px;
  backdrop-filter: blur(6px);
  transition: all 0.4s ease;
  box-shadow: 0 10px 20px rgba(0,0,0,0.25);
}
.counter-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 35px rgba(244,180,0,0.4);
  border-color: #F4B400;
}

/* Counter Icon */
.counter-icon {
  width: 100px;
  height: 100px;
  background: #FFD700;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  box-shadow: 0 10px 20px rgba(244, 180, 0, 0.5);
  transition: all 0.4s ease;
}
.counter-item:hover .counter-icon {
  transform: scale(1.15) rotate(10deg);
  box-shadow: 0 20px 40px rgba(198, 40, 40, 0.5);
}

/* Text Styling */
.counter h2 {
  font-size: 2.8rem;
  font-weight: 800;
  color: #fff;
}
.counter h5 {
  color: #f1f1f1;
  letter-spacing: 0.5px;
}

/* Glow animation for icons */
@keyframes iconGlow {
  0% { box-shadow: 0 0 20px rgba(244, 180, 0, 0.3); }
  50% { box-shadow: 0 0 40px rgba(244, 180, 0, 0.6); }
  100% { box-shadow: 0 0 20px rgba(244, 180, 0, 0.3); }
}
.counter-icon {
  animation: iconGlow 3s ease-in-out infinite;
}


/*** Fact Counter End ***/

/*** Services Start ***/
.service .service-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 0 0 45px rgba(0, 0, 0, .1);
    border-radius: 10px;
    background: var(--bs-white);
    transition: 0.5s;
}

.service .service-item:hover {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 60px;
    background: var(--bs-light);
}

.service .service-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: var(--bs-primary);
    border-radius: 10px;
    z-index: -1;
    transition: 0.5s;
    opacity: 0;
}

.service .service-item:hover::after {
    opacity: 1;
}

.service .service-item .service-icon {
    width: 90px; 
    height: 90px; 
    border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-secondary);
    background: var(--bs-primary);
    animation-name: icon-animat;
    animation-duration: 5s;
    animation-delay: 1s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    transition: 0.5s;
}
/*** Service End ***/

/*** Cars Categories Start ***/
.categories .categories-item {
    position: relative;
    border: 1px solid #FFD700;
    border-radius: 10px;
    transition: 0.5s;
    background: white;
    box-shadow: 0 5px 15px rgba(255, 69, 0, 0.1);
}

.categories .categories-item:hover {
    border: 2px solid var(--primary-color);
    box-shadow: 0 10px 20px rgba(255, 69, 0, 0.2);
    transform: translateY(-5px);
}

.categories .categories-item .categories-item-inner {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    transition: 0.5s;
}

.categories .categories-item .categories-item-inner:hover {
    box-shadow: 0 0 50px rgba(234, 0, 30, .3);
}

.categories .categories-item-inner .categories-img {
    background: var(--bs-light);
}

.categories .categories-item-inner .categories-content {
    border-top: 4px solid var(--bs-white);
    text-align: center;
    background: var(--bs-light);
}

.categories .categories-item-inner .categories-review {
    display: flex;
    align-items: center;
    justify-content: center;
}

.categories-carousel .owl-stage-outer {
    margin-top: 65px;
    margin-right: -1px;
}

.categories-carousel .owl-nav .owl-prev,
.categories-carousel .owl-nav .owl-next {
    position: absolute;
    top: -65px;
    padding: 10px 35px;
    color: var(--bs-white);
    background: var(--bs-primary);
    border-radius: 50px;
    transition: 0.5s;
}

.categories-carousel .owl-nav .owl-prev {
    left: 0 !important;
}

.categories-carousel .owl-nav .owl-next {
    right: 0;
}

.categories-carousel .owl-nav .owl-prev:hover,
.categories-carousel .owl-nav .owl-next:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}
/*** Cars Categories End ***/


/*** Process Section Start ***/
.steps {
  background: linear-gradient(rgba(30, 58, 52, 0.95), rgba(30, 58, 52, 0.95)), url(../img/fact-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
  position: relative;
}

/* Step card */
.steps .steps-item {
  position: relative;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  padding: 40px 30px;
  border: 1px solid rgba(255, 215, 0, 0.2);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: all 0.4s ease;
}

.steps .steps-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(244, 180, 0, 0.4);
  border-color: #F4B400;
}

/* Circular icon with gradient (yellow to red like logo) */
.steps .steps-item .d-flex.flex-shrink-0 {
  background: linear-gradient(145deg, #F4B400, #C62828);
  box-shadow: 0 0 20px rgba(244, 180, 0, 0.4);
  border: none;
  transition: all 0.4s ease;
}

.steps .steps-item:hover .d-flex.flex-shrink-0 {
  transform: scale(1.1);
  box-shadow: 0 0 25px rgba(198, 40, 40, 0.5);
}

/* Text styling */
.steps .steps-item h4 {
  color: #fff;
  font-weight: 700;
}

.steps .steps-item p {
  color: #ddd;
}

/* Step number */
.steps .steps-item .setps-number {
  position: absolute;
  width: 70px;
  height: 70px;
  bottom: -30px;
  right: 30px;
  border-radius: 50%;
  color: #fff;
  border: 2px solid #F4B400;
  background: linear-gradient(145deg, #F4B400, #C62828);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 1.2rem;
  box-shadow: 0 6px 15px rgba(244, 180, 0, 0.4);
  transition: all 0.3s ease;
}

.steps .steps-item:hover .setps-number {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(198, 40, 40, 0.5);
}

/* Section title */
.steps h1 {
  color: #fff;
  font-weight: 800;
}

.steps h1 span {
  color: #F4B400;
}

.steps p {
  color: #ccc;
}
/*** Process Section End ***/


/*** Blog Start ***/
.blog .blog-item {
    border-radius: 10px;
    transition: 0.5s;
}

.blog .blog-item:hover {
    box-shadow: 0 0 45px rgba(0, 0, 0, .2);
}

.blog .blog-item .blog-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.blog .blog-item .blog-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.3);
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img::after {
    height: 100%;
}

.blog .blog-item .blog-img img {
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img img {
    transform: scale(1.2);
}  

.blog .blog-item .blog-content {
    position: relative;
    background: var(--bs-light);
}

.blog .blog-item .blog-content .blog-date {
    position: absolute;
    top: 0; 
    left: 25px; 
    transform: translateY(-50%);
    padding: 12px 25px;
    border-radius: 10px;
    color: var(--bs-white);
    background: var(--bs-primary);
}

.blog .blog-item .blog-content .blog-comment {
    display: flex;
    justify-content: space-between;
}
/*** Blog End ***/


/*** Banner Start ***/
/*** Banner Start ***/
.banner .banner-item {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  transition: 0.5s ease;
  z-index: 1;
}

.banner .banner-item img {
  transition: transform 0.8s ease;
}

.banner .banner-item:hover img {
  transform: scale(1.05);
}

/* Elegant dark overlay with logo-tone gradient */
.banner .banner-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(30, 58, 52, 0.95), rgba(244, 180, 0, 0.75));
  z-index: 2;
}

/* Glass-style content box */
.banner .banner-content {
  position: absolute;
  inset: 0;
  z-index: 5;
  padding: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  backdrop-filter: blur(4px);
}

/* Typography */
.banner .banner-content h2 {
  color: #F4B400;
  font-size: 2.5rem;
  letter-spacing: 1px;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
}

.banner .banner-content h1 {
  font-size: 3.5rem;
  color: #fff;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.7);
}

.banner .banner-content p {
  font-size: 1.25rem;
  color: #eee;
}

/* Buttons with logo-inspired colors */
.btn-whatsapp {
  background: linear-gradient(135deg, #25D366, #128C7E);
  color: #fff;
  border: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-whatsapp:hover {
  background: linear-gradient(135deg, #1DA955, #0E6E63);
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(37, 211, 102, 0.4);
}

.btn-book {
  background: linear-gradient(135deg, #F4B400, #C62828);
  color: #fff;
  border: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-book:hover {
  background: linear-gradient(135deg, #C62828, #F4B400);
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(244, 180, 0, 0.5);
}

@media (max-width: 991px) {
  .banner .banner-content {
    align-items: center;
    text-align: center;
  }
  .banner .banner-content h1 {
    font-size: 2.2rem;
  }
  .banner .banner-content h2 {
    font-size: 1.8rem;
  }
}
/*** Banner End ***/

/*** Team Start ***/
.team .team-item {
    position: relative;
    text-align: center;
    border-radius: 10px;
    margin-top: 100px;
    background: var(--bs-light);
    transition: 0.5s;
    z-index: 1;
}

.team .team-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    background: var(--bs-secondary);
    z-index: 2;
    transition: 0.5s;
}

.team .team-item:hover::after {
    height: 100%;
}

.team .team-item .team-content {
    position: relative;
    z-index: 5;
}

.team .team-item .team-content h4,
.team .team-item .team-content p {
    transition: 0.5s;
}

.team .team-item:hover .team-content h4 {
    color: var(--bs-white);
}
.team .team-item:hover .team-content p {
    color: var(--bs-white);
}

.team .team-item .team-img {
    position: relative;
    overflow: hidden;
    top: -100px;
    margin-bottom: -100px;
    border-radius: 10px;
    z-index: 3;
}

.team .team-item .team-img img {
    transition: 0.5s;
}

.team .team-item:hover .team-img img {
    transform: scale(1.1);
}

.team .team-item .team-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-radius: 10px;
    background: rgba(255, 255, 255, .3);
    z-index: 4;
    transition: 0.5s;
}

.team .team-item:hover .team-img::after {
    height: 100%;
}
/*** Team End ***/

/*** Testimonial Start ***/
.testimonial-carousel .owl-stage-outer {
    margin-right: -1px;
}

.testimonial .testimonial-item {
    position: relative;
    margin-top: 35px;
    border: 1px solid var(--bs-secondary);
    border-radius: 10px;
}

.testimonial .testimonial-item .testimonial-quote {
    position: absolute;
    width: 70px;
    height: 70px;
    top: 0;
    right: 25px;
    transform: translateY(-50%);
    border-radius: 70px;
    color: var(--bs-white);
    background: var(--bs-secondary);
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial .testimonial-item .testimonial-inner {
    display: flex;
    align-items: center;
    background: var(--bs-light);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.testimonial .testimonial-item .testimonial-inner img {
    width: 100px; 
    height: 100px; 
    border-radius: 100px;
    border: 4px solid var(--bs-white);
}

.testimonial-carousel .owl-dots {
    display: flex;
    justify-content: center;
}

.testimonial-carousel .owl-dots .owl-dot {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    margin: 20px 10px 0 10px;
    background: var(--bs-primary);
    transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background: var(--bs-secondary);
    transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot span {
    position: relative;
    margin-top: 50%;
    margin-left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.testimonial-carousel .owl-dots .owl-dot.active span::after {
    background: var(--bs-primary);
}

.testimonial-carousel .owl-dots .owl-dot span::after {
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 15px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--bs-white);
    transition: 0.5s;
}
/*** Testimonial End ***/

/*** Contact Start ***/
.contact .contact-add-item {
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--bs-light);
}

.contact .contact-add-item .contact-icon {
    width: 90px; 
    height: 90px; 
    border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-secondary);
    background: var(--bs-primary);
    animation-name: icon-animat;
    animation-duration: 5s;
    animation-delay: 1s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    transition: 0.5s;
}

/*** Contact End ***/


/*** Footer Start ***/
/*** Footer Start ***/
.footer {
    background: #000;
    font-size: 15px;
}

.footer .footer-item a {
    display: block;
    line-height: 28px;
    color: #ccc;
    font-size: 14px;
    transition: 0.3s;
}

.footer .footer-item a:hover {
    color: #f0812e;
    padding-left: 5px;
}

.footer .footer-item p {
    color: #ddd;
    line-height: 24px;
    font-size: 14px;
}

/*** Copyright ***/
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: #000;
    font-size: 14px;
}

/*** copyright end ***/

/*** Moving Text Banner Start ***/
.moving-text-banner {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}

.moving-text-container {
    overflow: hidden;
    position: relative;
}

.moving-text {
    display: inline-block;
    animation: scroll-left 30s linear infinite;
    white-space: nowrap;
}

.moving-text span {
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.5px;
}

@keyframes scroll-left {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

/* Pause animation on hover */
.moving-text-banner:hover .moving-text {
    animation-play-state: paused;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .moving-text span {
        font-size: 12px;
    }
    
    .moving-text {
        animation-duration: 20s;
    }
}
/*** Moving Text Banner End ***/

/* === Mobile Layout Tweaks === */
@media (max-width: 575.98px) {
    :root{
        --container-padding: 0.75rem; /* Narrower side gutters on phones */
    }
    .contact-form-pro{
        padding: 1.5rem 1rem !important; /* tighter padding for form card */
    }
    /* Smaller horizontal gutters so columns hug the screen */
    .row.g-4,
    .row.g-5 {
        --bs-gutter-x: 1rem; /* default g-4 =1.5rem, g-5 =3rem */
    }
}

#testimonials {
    background-color: #f8f9fa;
    padding: 60px 0;
  }
  
  #testimonials h2 {
    font-size: 2rem;
    margin-bottom: 15px;
  }
  
  #testimonials .shadow-sm {
    transition: all 0.3s ease;
  }
  
  #testimonials .shadow-sm:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
  }
  
