
/*** Gold & Professional Theme for Friendly Auto Care ***/
:root {
    --bs-primary: #ffd230;
    --bs-secondary: #1a1a1a;
    --bs-light: #f8f9fa;
    --primary-dark: #2c3e50;
    --gold-light: #ffe68d;
    --dark-gradient: linear-gradient(135deg, #1a1a1a 0%, #2c3e50 100%);
}

*, *::before, *::after {
    box-sizing: border-box;
}

nav {
    display: block;
    unicode-bidi: isolate;
}

body {
    background-color: #f5f5f5;
    margin: 0;
    padding: 0;
}

/*** Hero Section Styling ***/
.hero-content {
    max-width: 700px;
    padding-left: 40px;
    padding-right: 20px;
}

.hero-title {
    font-size: 3.75rem;
    font-weight: 700;
    line-height: 1.1;
    color: #ffffff;
    margin-bottom: 24px;
    text-transform: capitalize;
    letter-spacing: -0.5px;
}

.brand-yellow {
    color: #FFD230;
    display: inline;
}

.hero-highlight {
    color: #ffffff;
    display: inline;
}

.hero-text {
    display: block;
    font-size: 1.125rem;
    color: #ffffff;
    line-height: 1.6;
    margin-bottom: 32px;
    max-width: 650px;
    font-weight: 400;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.hero-buttons {
    margin-top: 32px;
}

/*** Hero Image Responsive Styling ***/
.hero-img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    display: block;
}

@media (max-width: 991.98px) {
    .hero-img {
        height: 450px;
    }
}

@media (max-width: 767.98px) {
    .hero-img {
        height: 350px;
    }
}

@media (max-width: 575.98px) {
    .hero-img {
        height: 300px;
    }
}

/*** Custom Typography Styles ***/
.display-3 {
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 700;
    line-height: 1.2;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    line-height: 1.2;
    color: #000c21;
}

h1, .h1 {
    font-size: calc(1.375rem + 1.5vw);
}

.fw-bold {
    font-weight: 700 !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

/* Tablet (992px and below) */
@media (max-width: 991px) {
    .hero-title {
        font-size: 2.75rem;
    }
    
    .hero-content {
        padding-left: 30px;
        padding-right: 15px;
    }
    
    .hero-text {
        font-size: 1rem;
    }
}

/* Mobile (768px and below) */
@media (max-width: 767px) {
    .hero-title {
        font-size: 2rem;
        line-height: 1.15;
    }
    
    .hero-content {
        padding-left: 20px;
        padding-right: 20px;
        max-width: 100%;
    }
    
    .hero-text {
        font-size: 0.95rem;
        margin-bottom: 24px;
    }
    
    .hero-buttons {
        flex-direction: column;
    }
    
    .hero-buttons .btn {
        width: 100%;
    }
}

/* Small Mobile (480px and below) */
@media (max-width: 479px) {
    .hero-title {
        font-size: 1.75rem;
    }
    
    .hero-content {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .hero-text {
        font-size: 0.9rem;
        line-height: 1.5;
    }
}

/*** Navbar Styling ***/
.nav-bar {
    background: #FFD230 !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: .25rem;
    padding-bottom: .25rem;
}

.navbar-brand {
    height: 75px;
    max-width: 350px;
    display: flex;
    align-items: center;
    padding: 0 !important;
}

.navbar-brand img {
    height: auto !important;
    width: 100% !important;
    max-width: 300px !important;
    object-fit: contain !important;
    max-height: none !important;
    transition: transform 0.3s ease;
    filter: drop-shadow(0 2px 4px rgba(255, 210, 48, 0.3));
}

.navbar-light .navbar-brand img {
    max-height: none !important;
    transition: 0.5s;
}

.sticky-top .navbar-light .navbar-brand img {
    max-height: none !important;
}

.navbar-brand img:hover {
    transform: scale(1.05);
}

/* Footer logo styling */
.footer-item img[src*="112.png"] {
    width: 100%;
    height: auto;
}

/* Use .logo-img only for non-navbar contexts */
.logo-img {
    width: 100%;
    height: auto;
}

/* Logo image styling */
img[alt="Logo"] {
    width: 100%;
    height: auto;
}

.nav-link {
    color: #000000 !important;
    font-weight: 500;
    position: relative;
    transition: all 0.3s ease;
}

.nav-link:hover {
    color: #ffffff !important;
}

.nav-link:focus {
    color: #ffffff !important;
}

/*** Topbar Styling ***/
.topbar {
    background: linear-gradient(135deg, #1a1a1a 0%, #2c3e50 100%) !important;
    border-bottom: 2px solid #ffd230;
}

/*** Button Styling ***/
.btn-primary {
    background: linear-gradient(135deg, #ffd230 0%, #f5a300 100%) !important;
    border: none;
    color: #1a1a1a !important;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background: linear-gradient(135deg, #f5a300 0%, #ffd230 100%) !important;
    box-shadow: 0 5px 15px rgba(255, 210, 48, 0.4);
    transform: translateY(-2px);
}

.btn-secondary {
    background: #2c3e50 !important;
    border: 2px solid #ffd230;
    color: #ffd230 !important;
}

.btn-secondary:hover {
    background: #ffd230 !important;
    color: #1a1a1a !important;
}

/*** Hero Section ***/
.page-header {
    background: linear-gradient(135deg, rgba(42, 62, 80, 0.95) 0%, rgba(26, 26, 26, 0.95) 100%), url('../img/hero-bg.jpg') center/cover !important;
    position: relative;
}

.page-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 210, 48, 0.1) 0%, rgba(255, 210, 48, 0.05) 100%);
    z-index: 1;
}

.page-header h1, .page-header p {
    position: relative;
    z-index: 2;
    color: #ffffff;
}

/*** Text Classes ***/
.text-primary {
    color: #ffd230 !important;
}

.text-secondary {
    color: #2c3e50 !important;
}

/*** Card Styling ***/
.card {
    border: none;
    border-top: 3px solid #ffd230;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.card:hover {
    box-shadow: 0 5px 25px rgba(255, 210, 48, 0.2);
    transform: translateY(-5px);
}

.card-body h5 {
    color: #1a1a1a;
    font-weight: 600;
}

/*** Section Backgrounds ***/
.bg-secondary {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%) !important;
}

.bg-light-gold {
    background-color: #ffe68d !important;
}

/*** Footer Styling ***/
footer {
    background: linear-gradient(135deg, #1a1a1a 0%, #2c3e50 100%) !important;
    color: #ffffff;
    border-top: 3px solid #ffd230;
}

footer a {
    color: #ffd230;
    text-decoration: none;
    transition: all 0.3s ease;
}

footer a:hover {
    color: #ffe68d;
    text-decoration: underline;
}

/*** Dropdown Menu Styling ***/
.dropdown-menu {
    background: #ffffff;
    border: 2px solid #000000;
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}

.dropdown-item {
    color: #000000;
    transition: all 0.3s ease;
}

.dropdown-item:hover {
    background-color: #FFD230;
    color: #000000;
    font-weight: 700;
}

/*** Form Styling ***/
.form-control:focus,
.form-select:focus {
    border-color: #ffd230;
    box-shadow: 0 0 0 0.2rem rgba(255, 210, 48, 0.25);
}

.form-label {
    color: #2c3e50;
    font-weight: 600;
}

.service-card {
    background: #ffffff;
    border: none;
    border-left: 5px solid #ffd230;
    padding: 30px;
    margin: 15px 0;
    border-radius: 5px;
    transition: all 0.4s ease;
}

.service-card:hover {
    box-shadow: 0 10px 30px rgba(255, 210, 48, 0.3);
    transform: translateX(10px);
}

.service-card i {
    color: #ffd230;
    font-size: 2.5rem;
    margin-bottom: 15px;
}

/*** Badge Styling ***/
.badge-gold {
    background: linear-gradient(135deg, #ffd230 0%, #f5a300 100%);
    color: #1a1a1a;
    font-weight: 600;
}

/*** Feature Section ***/
.feature-box {
    text-align: center;
    padding: 40px 20px;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffe68d 100%);
    border-radius: 8px;
    transition: all 0.3s ease;
}

.feature-box:hover {
    box-shadow: 0 8px 20px rgba(255, 210, 48, 0.3);
    transform: translateY(-5px);
}

.feature-box h6 {
    color: #1a1a1a;
    font-weight: 700;
    margin-top: 15px;
}

/*** Timeline / Process ***/
.process-step {
    position: relative;
    padding: 20px;
    background: #ffffff;
    border-left: 4px solid #ffd230;
    margin: 20px 0;
}

.process-step::before {
    content: '';
    position: absolute;
    left: -12px;
    top: 20px;
    width: 20px;
    height: 20px;
    background: #ffd230;
    border-radius: 50%;
    border: 3px solid #ffffff;
    box-shadow: 0 0 0 3px #ffd230;
}

/*** Testimonial Styling ***/
.testimonial-card {
    background: linear-gradient(135deg, #2c3e50 0%, #1a1a1a 100%);
    color: #ffffff;
    padding: 30px;
    border-radius: 8px;
    border-left: 5px solid #0066FF !important;
    position: relative;
}

.testimonial-card::before {
    content: '"';
    font-size: 4rem;
    color: #FFFF00;
    opacity: 1;
    position: absolute;
    top: -10px;
    left: 10px;
}

.testimonial-rating {
    color: #ffd230;
    margin: 10px 0;
}

/*** Navigation Enhancement ***/
.navbar-toggler {
    border: 2px solid #000000;
    color: #000000;
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.25);
}

/*** 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;
}

.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: #FFD230 !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.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: #000000 !important;
}

.sticky-top .navbar-light .navbar-nav .nav-link:hover {
    color: #ffffff !important;
}

.sticky-top .navbar-light .navbar-nav .nav-link:focus {
    color: #ffffff !important;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #ffffff !important;
}

.navbar-light .navbar-nav .nav-link.active {
    color: #000000 !important;
}

.navbar-light .navbar-brand img {
    height: 95px !important;
    width: auto !important;
    max-height: none !important;
    transition: .5s;
}

.sticky-top .navbar-light .navbar-brand img {
    height: 95px !important;
    width: auto !important;
    max-height: none !important;
}

.navbar-brand {
    padding-right: 0.5rem;
    margin-right: 0.5rem;
}

@media (max-width: 992px) {
    .navbar-brand img {
        height: 85px !important;
        width: auto !important;
        max-height: none !important;
    }
}

@media (max-width: 576px) {
    .navbar-brand img {
        height: 70px !important;
        width: auto !important;
        max-height: none !important;
    }
}

/* Reservation form width */
.reservation-card {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 768px) {
    .reservation-card {
        max-width: 100%;
        padding: 0 12px;
    }
}

.navbar .dropdown-toggle::after {
    display: none;
}

.navbar .dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(180deg);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    margin-top: 8px !important;
    background: #ffffff;
    transition: .5s;
    opacity: 1;
}

/*** Custom Arrow Icon ***/
.arrow-icon {
    display: inline-block;
    margin-left: 8px;
    font-size: 0.65rem;
    color: #000000;
    vertical-align: middle;
    cursor: pointer;
    transition: all 0.3s ease;
}

.nav-link:hover .arrow-icon {
    color: #333333;
    transform: rotate(180deg);
}

.dropdown-toggle[aria-expanded="true"] .arrow-icon {
    color: #333333;
    transform: rotate(180deg);
}

.nav-arrow-icon {
    display: none;
}
/*** Custom Arrow Icon End ***/



@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 #000000;
        color: #000000;
    }

    .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(31, 46, 78, 1), rgba(0, 12, 33, 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 ***/

/*** About Start ***/
.about .about-item .about-item-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 10px;
    background: var(--bs-light);
    transition: 0.5s;
}

.about .about-item .about-item-inner .about-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;
}

.about .about-img {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    
}

.about .about-img .img-1 {
    height: 85%;
    margin-right: 50px;
}

.about .about-img .img-2 {
    position: absolute;
    width: 100%; 
    bottom: 0; 
    right: 0;
    padding-left: 50px;
    border-radius: 10px;
}

.about .about-img::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 98%;
    top: 0;
    right: 0;
    border-radius: 10px;
    background: var(--bs-primary);
    z-index: -1;
}

.about .about-item .text-item {
    position: relative;
    padding-left: 25px;
}

.about .about-item .text-item::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    background: var(--bs-secondary);
}
/*** About End ***/

/*** Cars Categories Start ***/
.categories .categories-item {
    position: relative;
    border: 1px solid var(--bs-secondary);
    border-radius: 10px;
    transition: 0.5s;
}

.categories .categories-item:hover {
    border: 1px solid var(--bs-primary);
}

.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 ***/


/*** 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 ***/

/*** 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 ***/

/*** 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 {
    background: var(--bs-dark);
}

.footer .footer-item a {
    line-height: 35px;
    color: var(--bs-body);
    transition: 0.5s;
}

.footer .footer-item p {
    line-height: 35px;
}

.footer .footer-item a:hover {
    letter-spacing: 1px;
    color: var(--bs-primary);
}

.footer .footer-item .footer-btn a,
.footer .footer-item .footer-btn a i {
    transition: 0.5s;
}

.footer .footer-item .footer-btn a:hover {
    background: var(--bs-white);
}

.footer .footer-item .footer-btn a:hover i {
    color: var(--bs-primary) !important;
}
/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: var(--bs-dark);
}
/*** copyright end ***/

/*** FAQ Section Start ***/
#faq {
    background: linear-gradient(135deg, #f9f9f9 0%, #ffffff 100%);
}

.accordion-item {
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.accordion-item:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}

.accordion-button {
    background-color: #fff;
    border: none;
    color: #333;
    font-weight: 600;
    font-size: 16px;
    padding: 20px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.accordion-button:not(.collapsed) {
    background-color: #f0f7ff;
    color: #0d6efd;
    box-shadow: none;
}

.accordion-button:focus {
    border-color: #0d6efd;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.accordion-button:after {
    width: 20px;
    height: 20px;
}

.accordion-body {
    padding: 20px;
    color: #666;
    line-height: 1.8;
    font-size: 15px;
}
/*** FAQ Section End ***/

/*** Mobile Optimization Start ***/
@media (max-width: 576px) {
    /* Better mobile button sizes */
    .btn {
        min-height: 44px;
        padding: 10px 16px !important;
    }
    
    /* Better touch targets for navigation */
    .nav-link {
        padding: 12px 0 !important;
    }
    
    /* Improved mobile text sizes */
    h1, .display-3, .display-5 {
        font-size: 1.5rem !important;
    }
    
    /* Better spacing on mobile */
    .container {
        padding: 0 15px;
    }
    
    /* Mobile-friendly form elements */
    .form-control, .form-select {
        min-height: 44px;
        font-size: 16px;
    }
    
    /* Responsive table scrolling */
    .table-responsive {
        overflow-x: auto;
    }
    
    /* Better accordion on mobile */
    .accordion-button {
        padding: 15px !important;
        font-size: 14px;
    }
    
    /* Improved image responsiveness */
    img {
        max-width: 100%;
        height: auto;
    }
    
    /* Mobile navbar padding */
    .navbar {
        padding: 0.5rem 0 !important;
    }
    
    /* Better spacing for mobile content */
    .container-fluid {
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media (max-width: 768px) {
    /* Tablet optimization */
    .display-3 {
        font-size: 2rem !important;
    }
    
    .display-5 {
        font-size: 1.8rem !important;
    }
    
    /* Better spacing for tablet */
    section {
        padding: 3rem 0 !important;
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    /* Tablet-specific adjustments */
    .navbar-nav {
        text-align: center;
    }
    
    .nav-item {
        margin: 0 5px;
    }
}
/*** Mobile Optimization End ***/

/*** Dropdown Menu Styling Start ***/
.dropdown-menu {
    border: none;
    border-radius: 0.5rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    background-color: #fff;
    animation: slideIn 0.3s ease;
}

.dropdown-item {
    padding: 12px 20px;
    color: #333;
    font-weight: 500;
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
}

.dropdown-item:hover,
.dropdown-item:focus {
    background-color: #FFD230;
    color: #000000;
    border-left-color: transparent;
}

.nav-item.dropdown:hover .dropdown-menu {
    display: block;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/*** Dropdown Menu Styling End ***/

.service-card {
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    transition: all 0.5s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #e0e0e0;
}

.service-card:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
    border-color: #0d6efd;
}

.service-icon {
    background: linear-gradient(135deg, #f0f7ff 0%, #e8f4fd 100%);
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 20px;
}


.service-icon i {
    font-size: 48px;
}

.service-card h5 {
    color: #333;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 20px;
}

.service-card p {
    color: #666;
    line-height: 1.6;
    font-size: 14px;
    margin-bottom: 20px;
}

/*** Service Cards Styling End ***/

/*** Testimonial Cards Styling Start ***/
.testimonial-card {
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-left: 5px solid #0066cc;
    transition: all 0.5s ease;
    position: relative;
}

.testimonial-card::before {
    content: '"';
    font-size: 48px;
    color: #FFD230;
    position: absolute;
    top: 10px;
    left: 15px;
    font-weight: bold;
}

.testimonial-card:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

.testimonial-card h5 {
    color: #333;
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 16px;
}

.testimonial-card small {
    color: #999;
    font-size: 12px;
}

.testimonial-card .fa-star {
    font-size: 14px;
}

.testimonial-card p {
    color: #666;
    line-height: 1.6;
    font-size: 14px;
    font-style: italic;
}

/*** Testimonial Cards Styling End ***/

/*** Override Red Colors to Yellow ***/
:root {
    --bs-red: #FFD230;
}

/* Override all red/primary color instances */
a {
    color: #FFD230 !important;
}

a:hover {
    color: #CAA800 !important;
}

.dropdown-menu a {
    color: #000000 !important;
}

.dropdown-menu a:hover,
.dropdown-item:hover {
    color: #000000 !important;
    background-color: #FFD230 !important;
}

.btn-primary {
    background-color: #FFD230 !important;
    border-color: #FFD230 !important;
    color: #1a1a1a !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
    background-color: #CAA800 !important;
    border-color: #CAA800 !important;
}

.btn-outline-primary {
    color: #FFD230 !important;
    border-color: #FFD230 !important;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary.active {
    color: #fff !important;
    background-color: #FFD230 !important;
    border-color: #FFD230 !important;
}

.btn-link {
    color: #FFD230 !important;
}

.btn-link:hover {
    color: #CAA800 !important;
}

.form-check-input:checked {
    background-color: #FFD230 !important;
    border-color: #FFD230 !important;
}

.form-check-input:focus {
    border-color: #FFD230 !important;
    box-shadow: 0 0 0 0.25rem rgba(255, 210, 48, 0.25) !important;
}

.form-range::-webkit-slider-thumb {
    background-color: #FFD230 !important;
}

.form-range::-moz-range-thumb {
    background-color: #FFD230 !important;
}

.text-primary {
    color: #FFD230 !important;
}

.bg-primary {
    background-color: #FFD230 !important;
}

.btn:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 210, 48, 0.25) !important;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: transparent;
    color: #000000;
}

.dropdown-item:hover,
.dropdown-item:focus {
    background-color: transparent !important;
    color: #FFD230 !important;
}

.btn-check:focus + .btn-primary,
.btn-primary:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 210, 48, 0.25) !important;
}

/*** End Override Red Colors to Yellow ***/

/*** Topbar Contact and Email - White Color ***/
.topbar a.text-muted {
    color: #ffffff !important;
}

.topbar a.text-muted:hover {
    color: #FFD230 !important;
}

/*** End Topbar Contact and Email ***/

/*** Areas We Serve Styling ***/
.area-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.area-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    border: 2px solid #FFB366;
    border-radius: 8px;
    color: #000000 !important;
    text-decoration: none;
    background-color: #ffffff;
    transition: all 0.3s ease;
    font-weight: 500;
}

.area-item:hover {
    background-color: #FFD230;
    color: #000000;
    text-decoration: none;
    border-color: #FFD230;
}

.area-item-primary {
    background-color: #FFD230;
    color: #000000 !important;
    border-color: #FFD230;
    font-weight: 600;
}

.area-item-primary:hover {
    background-color: #FFC700;
    border-color: #FFC700;
    color: #000000;
}

.area-item i {
    font-size: 0.9rem;
    color: #000000 !important;
}

/*** End Areas We Serve Styling ***/

/*** General Service Sidebar - Fixed Position ***/
.service-sidebar {
    position: sticky;
    top: 20px;
    width: 320px;
    max-height: 90vh;
    overflow-y: auto;
    z-index: 100;
    transform: translateX(20px);
}

@media (max-width: 992px) {
    .service-sidebar {
        position: static;
        width: 100%;
        max-height: none;
        right: auto;
        top: auto;
    }
}

/*** End General Service Sidebar ***/

/*** Services List Styling ***/
.services-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.service-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 15px;
    border: 1px solid #FFE0C9;
    border-radius: 6px;
    color: #000000 !important;
    text-decoration: none;
    background-color: #ffffff;
    transition: all 0.3s ease;
    font-weight: 500;
    font-size: 0.95rem;
}

.service-item:hover {
    background-color: #FFD230;
    color: #000000;
    text-decoration: none;
    border-color: #FFD230;
}

.service-item-primary {
    background-color: #FFD230;
    color: #000000 !important;
    border-color: #FFD230;
    font-weight: 600;
}

.service-item-primary:hover {
    background-color: #FFC700;
    border-color: #FFC700;
    color: #000000;
}

.service-item i {
    font-size: 0.85rem;
    color: #000000 !important;
}

/*** End Services List Styling ***/

/*** Brand Links Styling ***/
.brands-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 30px 20px;
    margin-bottom: 30px;
    align-items: center;
}

.brand-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: transform 0.3s ease;
}

.brand-item:hover {
    transform: scale(1.05);
}

.brand-item img {
    max-width: 100%;
    max-height: 80px;
    object-fit: contain;
    margin-bottom: 15px;
    display: block;
}

.brand-item p {
    font-size: 0.9rem;
    font-weight: 500;
    color: #333;
    margin: 0;
}

/*** Hero Section Styling ***/
.text-white {
    color: #fff !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

/*** End Brand Links Styling ***/
