body {
    font-family: 'Rubik', Tahoma, Geneva, sans-serif !important;
}

a {
    text-decoration: none !important;
}

/* Hero Section CSS Start */

.carousel-item {
    height: 60vh;
    position: relative;
}

.carousel-item img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.carousel-caption {
    z-index: 2;
    top: 35%;
    left: 50%;
    position: absolute;
    text-align: center;
}

.carousel-caption h1 {
    font-size: 3rem;
    font-weight: bold;
}

.carousel-caption p {
    font-size: 1.25rem;
}

@media (min-width: 820px) and (max-width: 1250px) {
    .carousel-item {
        height: 30vh;
    }

    .carousel-caption {
        right: 7% !important;
        left: 7% !important;
        top: 25% !important;
    }

    .carousel-caption h1 {
        font-size: 2.5rem;
    }
}

@media (max-width: 819px) {
    .carousel-item {
        height: 40vh;
    }

    .carousel-caption h1 {
        font-size: 1.5rem;
    }

    .carousel-caption {
        top: 25% !important;
    }
}

/* Hero Section CSS End */

/* About Us Section CSS Start */

#about-us {
    margin-top: 100px;
}

.about-sub-title {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0.7px;
    color: #331832;
}

.about-title {
    font-weight: 400;
    font-size: 40px;
    line-height: 50px;
    color: #222d35;
    margin-bottom: 17px;
}

.about-description {
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0.2px;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.about-list {
    position: relative;
    padding: 11px 0 11px 0;
}

.about-list2 {
    padding: 11px 0 11px 0;
}

.about-list:not(:last-child)::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: 1px solid #EEEEEE;
}

.about-matter {
    color: #222D35;
    padding-left: 10px;
}

#border-list li {
    position: relative;
    padding-left: 15px;
}

#border-list li::before {
    content: "";
    position: absolute;
    border-right: 1px solid #eee;
    width: 1px;
    height: 64%;
    top: 18%;
    left: -12px;
}

.about-button {
    background-color: #331832;
    padding: 10px 30px;
    color: #fff;
    transition: .5s;
}

.about-button:hover {
    background-color: #f7b909;
}

.button-text {
    font-size: 20px;
    color: #000;
}

.tel {
    display: flex;
    align-items: center;
    gap: 10px;
}

@media (max-width: 520px) {
    .about-button {
        padding: 10px 26px;
    }
}

@media (max-width: 819px) {
    #border-list li {
        padding-left: 0;
    }
}

/* About Us Section CSS End */

/* Stats Section CSS Start */

.stat-card {
  transition: transform 0.3s ease;
  text-align: center;
  padding: 30px 20px;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.stat-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.stat-icon {
  font-size: 2.5rem;
  color: #f7b909;
  margin-bottom: 15px;
}

.stat-number {
  font-size: 2rem;
  font-weight: 700;
  color: #331832;
}

.stat-label {
  font-size: 1rem;
  margin-top: 5px;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

@media (max-width: 520px) {
    .stat-number {
        font-size: 1.7rem;
    }
}

/* Stats Section CSS End */

/* Service Section CSS Start */

#services {
    width: 100%;
    clear: both;
    position: relative;
    padding: 80px 0 40px 0;
    margin: 100px 0;
    background-color: #331832;
}

.fn_cs_principles_modern .inner {
    /* padding: 30px 0; */
    position: relative;
}

#services h2 {
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
}

.fn_cs_miniboxes {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    padding: 0;
    margin: 0;
    list-style: none;
}

.fn_cs_minibox {
    flex: 1 1 calc(33.333% - 30px);
    box-sizing: border-box;
    position: relative;
    min-width: 260px;
}

.fn_cs_principles_modern .item {
    position: relative;
    /* height: 100%; */
    border: 10px solid #eee;
    border-radius: 5px;
    /* padding: 105px 50px 95px 50px; */
    padding: 105px 50px 35px 50px;
    background: none;
    color: #eee;
    transition: all 0.3s ease;
}

.fn_cs_principles_modern .item h3 {
    font-size: 24px;
    margin-bottom: 18px;
    color: #eee;
}

.fn_cs_principles_modern .item p {
    color: #eee;
    margin: 0;
}

/* .fn_cs_principles_modern .item a {
    position: absolute;
    inset: 0;
    z-index: 10;
    text-decoration: none;
}

.fn_cs_principles_modern .item .icon {
    position: absolute;
    bottom: 48px;
    left: 50px;
}

.fn_cs_principles_modern .item .icon svg {
    width: 15px;
    height: 15px;
    fill: #fff;
    transition: all 0.3s ease;
}

.fn_cs_principles_modern .fn_cs_minibox:hover .item .icon svg {
    fill: #eb4438;
} */

.number_holder {
    background-color: #D24E1A;
    color: #eee;
    position: absolute;
    top: -10px;
    left: 50px;
    width: 70px;
    height: 80px;
    font-size: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom-left-radius: 5px;
    z-index: 1;
}

.number_holder:after {
    content: '';
    position: absolute;
    left: 100%;
    top: 10px;
    border-top: 70px solid rgba(210, 78, 26, 0.4);
    border-right: 20px solid transparent;
    transition: all 0.3s ease;
}

/* ======================
   ✅ RESPONSIVE STYLES
========================= */

/* Tablets: 2 per row */
@media (max-width: 992px) {
    .fn_cs_minibox {
        flex: 1 1 calc(50% - 30px);
    }
}

@media (max-width: 820px) {
    #services {
        padding: 80px 0 0px 0;
    }
    
    .fn_cs_minibox {
        height: 350px !important;
    }
}

/* Phones: 1 per row */
@media (max-width: 576px) {
    #services {
        padding: 80px 20px 80px 20px;
    }
    
    .fn_cs_minibox {
        flex: 1 1 100%;
    }

    .fn_cs_principles_modern .item {
        padding: 85px 30px 30px 30px;
    }

    .fn_cs_minibox {
        height: 285px !important;
    }

    .number_holder {
        left: 30px;
    }

    .fn_cs_principles_modern .item .icon {
        left: 30px;
    }
}

/* Service Section CSS End */

/* Product Section CSS Start */

#products .product-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#products .product-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

#products .product-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
}

#products .product-title {
    margin-top: 15px;
    text-align: center;
    font-weight: 600;
    font-size: 1.25rem;
}

#products h2 {
    text-align: center;
    margin-bottom: 10px;
    color:#331832;
}

.product-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    background-color: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.product-card:hover {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}

.product-img-container {
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-radius: 5px;
}

.product-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-body {
    flex: 1;
    text-align: left;
}

.product-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 5px;
}

.product-price {
    color: #28a745;
    font-size: 1.3rem;
    font-weight: 500;
}

/* Product Section CSS End */

/* Contact Us Section CSS Start */

#contact-us {
    padding: 50px 0;
}

.contact-box {
    background: #fff;
    padding: 50px;
    box-shadow: 0px 3px 12px rgb(0 0 0 / 3%);
    border-radius: 6px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 12px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    color: #000;
}

.contact-form textarea {
    height: 120px;
}

.contact-form button {
    background: #331832;
    border: none;
    padding: 12px 30px;
    color: #fff;
    font-weight: bold;
    border-radius: 4px;
    cursor: pointer;
    transition: 0.3s;
}

.contact-form button:hover {
    background: #f7b909;
}

.contact-info h5 {
    color: #000;
    font-weight: bold;
    margin: 0 0 5px;
}

.contact-info h2 {
    color: #331832;
    margin: 0 0 20px;
    font-size: 45px;
    font-weight: 600;
}

.contact-info p {
    font-size: 14px;
    color: #000;
    margin: 5px 0 15px;
}

.contact-info .box {
    display: flex;
    /* align-items: center; */
    margin-bottom: 20px;
}

.icon-box {
    width: 50px;
    height: 50px;
    min-width: 50px;
    border-radius: 5px;
    background-color: #331832;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-right: 15px;
    transition: transform 0.3s ease;
}

.icon-box:hover {
    transform: translateY(-4px);
}

.box h5 {
    margin-bottom: 5px;
    font-weight: 600;
}

.box p {
    margin-bottom: 0;
    color: #000;
    font-size: 16px;
    transition: .5s;
}

.box a p:hover {
    color: #f7b909;
}

/* Responsive */
@media (min-width: 820px) and (max-width: 1024px) {
    .contact-box {
        padding: 20px;
    }
    
    .contact-info h2 {
        margin: 0;
    }
}

@media (max-width: 768px) {
    .contact-box {
        padding: 15px;
    }
    
    .contact-info .box {
        flex-direction: row;
        align-items: flex-start;
    }

    .contact-info {
        margin-top: 50px;
    }
}

/* Contact Us Section CSS End */

/* Whatsapp Icon CSS Start */

.whatsapp-float {
    position: fixed;
    bottom: 50px;
    right: 20px;
    background-color: #25D366;
    color: #fff;
    padding: 15px 22px;
    border-radius: 50%;
    z-index: 9999;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    color: #fff;
    text-decoration: none;
}

.whatsapp-float i {
    font-size: 28px;
}

/* Whatsapp Icon CSS End */