@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Playfair+Display:wght@594&family=Roboto+Slab:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
	* {
		box-shadow: box-shadow;
		/* font-family: Arial, Helvetica, sans-serif; */
		font-family: Proxima Nova, proxima-nova, Proxima Nova Fallback, Arial, sans-serif;
		margin: 0;
		padding: 0;
	}

 body{}
  body {
  background-color: #FFF4E5;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}
 .fleet-title {
            font-size: 15px;
            color: #1e3a8a;
            margin-bottom: 6px;
        }

        .fleet-description {
            font-size: 13px;
            color: #666;
        }
/* Headings */
h1 {
  font-size: 2.5rem; /* ~40px */
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  font-size: 2rem; /* ~32px */
  font-weight: 600;
  line-height: 1.3;
}

h3 {
  font-size: 1.75rem; /* ~28px */
  font-weight: 600;
  line-height: 1.4;
}

h4 {
  font-size: 1.5rem; /* ~24px */
  font-weight: 500;
}

h5 {
  font-size: 1.25rem; /* ~20px */
  font-weight: 500;
}

h6 {
  font-size: 1rem; /* ~16px */
  font-weight: 500;
}

/* Paragraphs and body text */
p {
  font-size: 1rem; /* 16px */
  margin-bottom: 1em;
}

small {
  font-size: 0.875rem; /* 14px */
  color: #666;
}

div, span, li {
  font-size: 1rem;
}

/* Buttons */
button {
  font-size: 1rem;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
a {text-decoration: none;}
/* Link Styling */
p a {
    color: #007bff;
    text-decoration: none;
    transition: color 0.3s ease;
}

p a:hover {color: #0056b3;text-decoration: underline;}
	/* hader top index page */

.header-top-text{text-decoration: none;color: #f8f8f8;border: 1px solid transparent;font-size: 14px;}
.header-top-text:hover{color: #aaa;border-bottom: 1px solid #ccc;}
.myrounded{border-radius:12px;overflow:hidden;}
.mybg {background-color: #333;color:#f2f2f2;}
.font-size-16{font-size:25px;font-weight:bold;}
.font-size-12{font:12px verdana;}
.myposition-st {position:sticky !important;top:140px;}
.clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5em;
    max-height: 3em; /* 2 lines × line-height */
}
.bg-f9 {
  background-color: #f9f9f9;
}
        .btn-success{background:#25D366 !important;color:#222;}
        .card-hover {
        transition: transform 0.3s ease;
        cursor: pointer;
    }

    .card-hover img {
        transition: transform 0.4s ease;
    }
    
    .card-hover:hover img {
        transform: scale(1.08);
        box-shadow: 1.2px 4px 8px #405f7dff; 
    }
    
    .card-hover .card-title {
        transition: color 0.3s ease;
    }
    
    .card-hover:hover .card-title {
        color: #007bff; /* Bootstrap primary color */
    }
    .card-hover .read-more {
        background-color: transparent;
        padding: 5px 10px;
        border-radius: 14px;
        color: #007bff;
        transition: background-color 0.3s, color 0.3s;
        display: inline-block;
    }
    
    .card-hover:hover .read-more {
        background-color: #555;
        color: #fff;
    }
     #attractive-line {
    width: 8px;
    height: 100px;
    border-radius: 4px;
    background: linear-gradient(180deg, #FF9800, #43e97b, #F57C00);
    position: absolute;
    margin-left: -20px;
    margin-top: 20px;
    overflow: hidden;
}

#attractive-line::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 20px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    animation: waterDrop 1.5s linear infinite;
}

@keyframes waterDrop {
    0% { top: -20px; opacity: 0; }
    20% { opacity: 1; }
    80% { top: 100px; opacity: 1; }
    100% { top: 120px; opacity: 0; }
}
   .tag_cs {
    background: #8fc7e9;
    background: linear-gradient(148deg,rgba(217, 164, 147, 1) 5%, rgba(69, 149, 174, 1) 100%);
    font-size: 13px;
    letter-spacing: 0.05px;
    padding: 6px 10px;
    border-radius: 29px;
}

.tag_cs:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(89, 176, 189, 0.46);
    background: linear-gradient(135deg, #89bae1ff, #7ab0dcff); /* reverse gradient on hover */
}


/* contact page style */
.contact-info33 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 15px;
    padding: 30px 20px;
    min-height: 250px;
    position: relative;
    margin-bottom: 25px;
    border-radius: 15px 50px 50px 50px;
    background: #daeaf9ff;
    transition: #8498c6ff;
}
.contact-info33 .icon33 {
    position: relative;
    font-size: 35px;
    color: whitesmoke;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50px;
    background: #8ac0f0ff;
}
.contact-info33 .icon33 i {
    position: absolute;
    top: auto;
    left: 17px;
}
.contact-info33 .content33 p {
    font-weight: 500;
    font-size: 16px;
}
.contact-info33 .content33 h5 {
    font-size: 17px;
    font-weight: 700;
}


/* page style services and fleets style design */



.accordion-body{background: #f9f9f9;}
.accordion-item {border:1px solid#333;}
.post_label{margin-top:-12px;}
.mybg{background: #f9f9f9 !important;}
.text-danger{color:#800020 !important;}
.mytab_bg {background: #444 !important;}
.form-control{border:1px solid #e3e3e3;background: #fefff0 !important;padding: 10px!important;}
    .sticky-header {
      position: sticky;
      top: -1px; /* or top: 0; */
      background:#444;
      z-index: 1020; 
    }
   .cart_box {
        border-radius: 15px;
        overflow: hidden;
        border-top: 2px solid #FFA500;
        border-right: 2px solid #ADD8E6;
        border-bottom: 2px solid #90EE90;
        border-left: 2px solid #FFA500;
        background:#ffffff;
    } 
    
    .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}
.card-img-top:hover {
    transform: scale(1.05);
}
.clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5em;
    max-height: 3em; /* 2 lines × line-height */
}
.bg-f3{background:#f3f3f3 !important;}
.card-hover {transition: all 0.3s ease-in-out;border: 0;border-radius: 12px;}
.card-hover:hover {transform: translateY(-6px);box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);}
.card-hover img {transition: all 0.3s ease-in-out;}
.card-hover:hover img {filter: brightness(90%);}
.btn-web-read, .btn-whatsapp {font-size: 13px; padding: 6px 14px;font-weight: 600;border-radius: 6px;}

.btn-whatsapp {background-color: #7ed957;color: white;}
.btn-primary{background: #3e80bdff !important;color:#f8f8f8;}

.btn-web-blue{background: #7ed957 !important;color:#222;}
.btn-web-read {background-color: #596687ff;color: white;}

.web-blue{background: #7ed957 !important;color:#222;}
.web-read{background-color: #596687ff;color: white;}

.btn-web-read:hover, .btn-whatsapp:hover {opacity: 0.9;}
    @media (min-width: 992px) {
      .col-lg-5th {
        flex: 0 0 20%;
        max-width: 20%;
      }
    }


.carousel-image img{
    background-color: #d3f5dd;
    border-radius: 20px;
    width: 325px;
    height: 175px;
    object-fit: cover;
    box-shadow: 0 3px 5px #999;
    margin: 10px auto;
}






/* contact button background color for 3 button */
.contact-buttons {
    position: fixed;
    bottom: 20px; /* Adjust as needed */
    right: 20px; /* Adjust as needed */
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    z-index:9999;
}

.contact-buttons a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    width: 50px; /* Button width */
    height: 50px; /* Button height */
    border-radius: 50%; /* Circular shape */
    margin-bottom: 10px;
    color:#ffffff;
}
.whatsapp-button {
    background-color: #25D366; /* WhatsApp green */
}

.call-button {
    background-color: #007BFF; /* Call button blue */
}

.email-button {
    background-color: #DC3545; /* Email button red */
}

.contact-buttons a:hover {
    opacity: 0.8; /* Dim button on hover */
}



	.footer-dark {
        background: linear-gradient(135deg, #1a2a3a 0%, #0d1a26 100%);
        color: #fff;
        padding-top: 3rem;
    }

    .footer-logo {
        max-height: 50px;
        width: auto;
    }

    .footer-heading {
        color: #fff;
        font-size: 1.2rem;
        font-weight: 600;
        position: relative;
        padding-bottom: 10px;
    }

    .footer-heading:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 50px;
        height: 2px;
        background: #3e80bdff;
    }

    .footer-links {
        list-style: none;
        padding: 0;
    }

    .footer-links li {
        margin-bottom: 0.8rem;
    }

    .footer-links a {
        color: #b1b1b1;
        text-decoration: none;
        transition: all 0.3s;
        display: block;
    }

    .footer-links a:hover {
        color: #3e80bdff;
        padding-left: 5px;
    }

    .footer-links i {
        margin-right: 8px;
        color: #3e80bdff;
        font-size: 0.8rem;
    }

    .footer-text {
        color: #b1b1b1;
        line-height: 1.6;
    }

    .contact-info a {
        color: #b1b1b1;
        text-decoration: none;
        transition: all 0.3s;
    }

    .contact-info a:hover {
        color: #3e80bdff;
    }

    .footer-icon {
        color: #3e80bdff;
        font-size: 1.2rem;
        margin-top: 3px;
    }

    .social-links .social-icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        background: rgba(255,255,255,0.1);
        border-radius: 50%;
        color: #fff;
        margin-right: 10px;
        transition: all 0.3s;
    }

    .social-links .social-icon:hover {
        background: #3e80bdff;
        transform: translateY(-3px);
    }

    .footer-bottom {
        padding-top: 20px;
    }

    @media (max-width: 768px) {
        .footer-links {
            margin-bottom: 30px;
        }

        .footer-bottom .text-md-start, .footer-bottom .text-md-end {
            text-align: center !important;
        }

        .footer-legal-links {
            margin-top: 10px;
        }
    }
	