
/* Bootstrap Icons */
@font-face {
  font-family: 'Bootstrap Icons';
  src: url('/fonts/bootstrap-icons.woff2') format('woff2');
  font-display: swap;
}

/* Font Awesome (Brands) */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  src: url('/fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Font Awesome (Solid) */
@font-face {
  font-family: 'Font Awesome 5 Free';
  src: url('/fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}



/* header css */
/* .navbar {
    transition: top 0.3s;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
} */

@font-face {
  font-display: swap;
}

.logo {
  height: 50px;
  width: auto;
  aspect-ratio: 3 / 1; /* match the logo's width:height ratio */
}



.d-flex {
    display: flex;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.btn.text-primary {
    background-color: #f0f4ff;
    border: 1px solid #c7d6ff;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s, box-shadow 0.3s;
}

.btn.text-primary:hover {
    background-color: #e0ecff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.btn.text-primary i {
    font-size: 18px;
    color: #5a5a5a;
}

.text-secondary {
    color: #6c757d;
    font-size: 14px;
    line-height: 1.4;
}

.text-secondary strong a {
    color: #007bff;
    text-decoration: none;
    transition: color 0.3s;
}

.text-secondary strong a:hover {
    color: #0056b3;
    text-decoration: underline;
}


/* Base Button Style */
.btn.text-primary {
    background-color: #f0f4ff;
    border: 1px solid #c7d6ff;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.2s ease-in-out, box-shadow 0.3s;
    cursor: pointer;
}

/* Icon inside the button */
.btn.text-primary i {
    font-size: 18px;
    color: #5a5a5a;
    transition: transform 0.2s ease;
}

/* Hover Animation */
.btn.text-primary:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}

/* Optional Click (Active) Animation */
.btn.text-primary:active {
    transform: scale(0.95);
}

/* Subtle bounce animation on load or interaction (optional) */
@keyframes bounceIn {
    0% {
        transform: scale(0.8);
        opacity: 0;
    }

    60% {
        transform: scale(1.05);
        opacity: 1;
    }

    100% {
        transform: scale(1);
    }
}

.btn.text-primary.animate-bounce {
    animation: bounceIn 0.5s ease-out;
}



/* About Us css */
.btn-custom {
    background-color: #0C8B93;
    color: white;
}


/* Why Choose Us  css */
.bg-custom {
    background-color: #0C8B93;
}



/* Our Services css */
.service-item .service-icon {
    margin-bottom: 30px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0C8B93;
    border-radius: 2px;
    transform: rotate(-45deg);
}

/*  */
.social-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

/* crousel css */

.client-logo {
    text-align: center;
    padding: 10px;
}

.client-logo img {
    width: 100px;
    height: auto;
    object-fit: contain;
}

.client-logo img:hover {
    filter: grayscale(0%);
}

.client-logo img {
    box-shadow: 9px -4px 20px lightgray;
    border-radius: 8px;
    border: 1px dashed #0e7f8b;
}


/* General FAQs  css */
.accordion-custom .accordion-button:not(.collapsed) {
    color: #FFFFFF;
    background: #0C8B93;
    box-shadow: none;
}


/* Latest Blog css */

.bg-kaagaz {
    background-color: #0C8B93;
}

.text-kaagaz {
    color: #0C8B93;
}

.product-name.py-3 {
    text-align: center;
}

.top-text {
    color: #FF5733;
}

.bottom-text {
    color: #1A73E8;
}

.bottom-text a {
    color: #1A73E8;
}


/* Contact Section Enhancements */
.contact-address {
    margin-left: 20px;
}

.contact-address h5 {
    font-weight: 600;
    font-size: 16px;
    color: #333;
    margin-bottom: 6px;
}

.contact-address h4 {
    font-size: 18px;
    font-weight: 700;
    color: #0C8B93 !important;
    margin-bottom: 4px;
}

.contact-address a {
    color: #0C8B93 !important;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-address a:hover {
    color: #0C8B93 !important;
    text-decoration: underline;
}

.bg-primary {
    background-color: #0C8B93 !important;
    transition: background-color 0.3s ease;
}

.bg-primary:hover {
    background-color: #0C8B93 !important;
}

.rounded-circle {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.fs-4 {
    font-size: 1.5rem !important;
}


/* footer css */
.section-title-1::before,
.section-title-2::before {
    position: absolute;
    content: "";
    width: 150px;
    height: 5px;
    left: 0;
    bottom: 0;
    background-image: radial-gradient(#8f0d58, #0C8B93, white);
    border-radius: 2px;
}

.text-primary {
    color: #0C8B93 !important;
}

.whatsapp-button {
    position: fixed;
    bottom: 50px;
    left: 30px;
    z-index: 1000;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0;
    font-size: 45px;
    color: #25D366;
}

.whatsapp-button:hover {
    color: #128C7E;
}


.home-page.container-fluid {
    padding-top: 69px;
}


@media (max-width: 768px) {
    .contact-address {
        margin-left: 15px;
    }

    .contact-address h4,
    .contact-address h5 {
        font-size: 16px;
    }

    .home-page.container-fluid {
        padding-top: 10px;
    }

    h5.animated.slideInDown {
        font-size: 12px !important;
    }

    .three-button {
        display: flex;
    }

    h1.animated.zoomIn {
        font-size: 12px !important;
    }

    img.img-fluid.w-100 {
        height: 200px !important;
    }

    .shadow.d-flex.align-items-center.justify-content-center.p-4 {
        height: 60px !important;
    }

    .bg-white.d-flex.align-items-center.justify-content-center.rounded.mb-2 {
        width: 30px !important;
        height: 30px !important;
    }

    .d-flex.align-items-center.justify-content-center.rounded.mb-2 {
        width: 30px !important;
        height: 30px !important;
    }

    h5.text-white.mb-0 {
        font-size: 12px;
    }

    h1.text-white.mb-0 {
        font-size: 12px;
    }

    h5.mb-0 {
        font-size: 12px;
    }

    h1.mb-0 {
        font-size: 12px;
    }

    .container-fluid.py-5.wow.fadeInUp {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    .container.py-5 {
        padding-top: 10px !important;
    }

    a.btn.btn-lg.btn-primary.btn-lg-square.rounded.back-to-top {
        width: 30px;
        height: 30px;
        right: 15px;
        bottom: 60px;
    }

    .container.text-end {
        text-align: center !important;
    }

}


/* Modal overlay */
.imagemodal {
  display: none; /* Hidden by default */
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75); /* Semi-transparent dark background */
  overflow: auto;
}

/* Modal content */
.image-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff; /* White background for image content */
  padding: 16px;
  border-radius: 12px;
  width: 90%;
  max-width: 600px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  animation: fadeIn 0.3s ease-in-out;
}

/* Close button */
.image-content .close {
  position: absolute;
  top: 10px;
  right: 16px;
  color: #333;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  transition: color 0.2s ease;
}

.image-content .close:hover {
  color: #ff0000;
}

/* Image */

.image-content img {
  width: 100%;
  max-height: 400px;
  object-fit: contain;
  border-radius: 8px;
  animation: fadeSlideUp 0.6s ease-out;
}

/* Fade and Slide Up Animation */
@keyframes fadeSlideUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/* Responsive adjustments */
@media (max-width: 600px) {
  .image-content {
    padding: 12px;
    border-radius: 8px;
  }

  .image-content .close {
    top: 8px;
    right: 12px;
    font-size: 24px;
  }
}


/*hhhhhhhhhhhhhhhhhhhh*/
.tit {
    font-size: 18px;
}

img.img-fluid.mb-4.rounded {
    width: 100%;
    height: 150px;
}

 .mark {
            background-color: yellow; /* Highlight text */
        }
        
        
      span.product-name {
    color: #06A3DA;
}



img.productimg {
    width: 150px;
    height: 150px;
}


/* Social buttons container */
.social-container {
    display: flex;
    gap: 10px;
    margin-top: 1rem;
}

/* Base button style */
.socials {
    width: 50px;
    height: 50px;
    color: white;
    font-size: 20px;
}

/* Individual social colors */
/*.social.twitter { background-color: #1DA1F2; }*/
/*.social.facebook { background-color: #1877F2; }*/
/*.social.linkedin { background-color: #0A66C2; }*/
/*.social.instagram { background-color: #C13584; }*/
/*.social.pinterest { background-color: #E60023; }*/

.productimg{
width:100%;
height:150px;
object-fit:cover;
border-radius:6px;
}



/*new section seo and analytics css*/

/* Main Heading */
.container h1{
    font-size: 38px;
    font-weight: 700;
    animation: fadeDown 1s ease;
}

/* Sub Headings */
.container h2{
    font-size: 26px;
    margin-bottom: 15px;
    position: relative;
}

/*.container h2::after{*/
/*    content:"";*/
/*    width:60px;*/
/*    height:3px;*/
/*    background:#0C8B93;*/
/*    display:block;*/
/*    margin-top:8px;*/
/*}*/

/* List Style */
.container ul{
    list-style:none;
    padding:0;
}

.container ul li{
    padding: 5px 0;
    font-size:14px;
    position:relative;
    padding-left:20px;
}

/* Custom bullet */
.container ul li::before{
    content:"✓";
    color:#0C8B93;
    font-weight:bold;
    position:absolute;
    left:0;
}

/* Card effect */
.col-lg-6{
    background:white;
    padding:30px;
    border-radius:12px;
    box-shadow:0 10px 25px rgba(0,0,0,0.08);
    transition:0.4s;
}

/* Hover animation */
.col-lg-6:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 40px rgba(0,0,0,0.15);
}

/* Fade animation */
@keyframes fadeDown{
    from{
        opacity:0;
        transform:translateY(-40px);
    }
    to{
        opacity:1;
        transform:translateY(0);
    }
}

/* Scroll animation */
.col-lg-6{
    /*opacity:0;*/
    transform:translateY(50px);
    animation:fadeUp 1s forwards;
}

.col-lg-6:nth-child(2){
    animation-delay:0.3s;
}

@keyframes fadeUp{
    to{
        opacity:1;
        transform:translateY(0);
    }
}



/*read-more css*/
.read-more-btn {
    margin-top: 0px;
    color: #000;
    border: none;
    cursor: pointer;
    background: #fff;
    margin-bottom: 10px;
    margin-left: 35px;
}



/*stamp css*/
 .btns{
background:#06666B;
color:#ffffff;
font-weight:600;
border:none;
padding:5px 15px;
}

        .btns:hover {
            transform: scale(1.05);
            /* बटन थोड़ा बढ़े */
            opacity: 0.95;
            /* हल्का transparent effect */
        }
        
       .product-tag{
display:inline-block;
background:#f2f2f2;
color:#333;
padding:4px 10px;
font-size:13px;
border-radius:4px;
margin-right:5px;
font-weight:600;
}






/*home banner css*/

/* Image */
.hero-img {
    height: 400px;
    object-fit: cover;
     aspect-ratio: 3/2; /* Width / Height */
}

.dynamic-banner {
  min-height: 150px; /* Reserve space */
}

/* 🔥 Text overlay */
.home-text {
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translate(-50%, -50%);
    max-width: 35%;
}

/* Text styles */
.subheading {
    font-size: 20px;
    color: #0C8B93;
}

.main-heading {
    font-size: 2rem;
    color: #0C8B93;
}

.price-text {
    font-size: 14px;
    color: #0C8B93;
}

.btn-custom {
    font-size: 12px;
    background: #05666C;
    margin: 3px;
    padding: 6px 10px;
}

/* 🔽 Tablet */
@media (max-width: 768px) {
    .home-text {
        left: 50%;
        max-width: 80%;
        text-align: center;
    }

    .main-heading {
        font-size: 1.5rem;
    }
}

/* 🔽 Mobile */
@media (max-width: 480px) {

    .hero-img {
        height: 300px;
    }

    .home-text {
        top: 50%;
        left: 30%;
        transform: translate(-50%, -50%);
        max-width: 55%;
        text-align: center;
    }

    .subheading {
        font-size: 16px;
    }

    .main-heading {
        font-size: 15px;
    }

    .price-text {
        font-size: 12px;
    }

    .btn-custom {
        font-size: 11px;
        padding: 5px 8px;
    }
}







/*google raview*/
    .stats-row {
    margin: 0;
}

.stat-card {
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    transition: all 0.4s ease;
    border-radius: 10px;
}

.stat-card.dark {
    background-color: #0C8B93;
    color: #fff;
}

.stat-card.light {
    background-color: #f8f9fa;
    color: #000;
}

.stat-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

.stat-icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
}

.stat-icon.dark-bg {
    background-color: #0C8B93;
}

.stat-content {
    padding-left: 15px;
}

.stat-title {
    font-weight: 600;
    margin-bottom: 0;
    font-size: 16px;
}

.stat-number {
    font-size: 28px;
    font-weight: bold;
    margin: 0;
}

/* Star Rating */
.stars i {
    color: #FFD700;
    margin-right: 2px;
    font-size: 18px;
}

/* Animation */
.fade-up {
    opacity: 0;
    transform: translateY(40px);
    animation: fadeUp 0.8s ease forwards;
}

.fade-delay-1 { animation-delay: 0.2s; }
.fade-delay-2 { animation-delay: 0.4s; }
.fade-delay-3 { animation-delay: 0.6s; }

@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 📱 Responsive */
@media (max-width: 992px) {
    .stat-card {
        height: auto;
        padding: 15px;
        flex-direction: row;
    }
}

@media (max-width: 576px) {
    .stat-card {
        flex-direction: column;
        text-align: center;
        height: auto;
    }

    .stat-content {
        padding-left: 0;
        margin-top: 10px;
    }

    .stat-number {
        font-size: 24px;
    }

    .stat-title {
        font-size: 14px;
    }
}



