/* General Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #333;
}


/* Hero Section Styles */
.hero-section {
    background-image: url('images/he.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    
    min-height: 600px;
  
    margin-bottom: 80px;;
    display: flex;
    position: relative;
    align-items: center;
}

.btn-call {
    margin-bottom: 10px     ;
}

.hero-section::before {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 100%;
    content: "";
    background: black;
    opacity: .6;
}





/* Contact Section Styles */
.contact-section {
    padding: 80px 0;
    background-color: #f8f9fa;
}

.contact-description {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 30px;
}

.contact-info {
    margin-top: 40px;
}

.info-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}
    
.info-icon {
    font-size: 24px;
    margin-right: 15px;
    flex-shrink: 0;
}

.info-item h4 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #111;
    margin: 0 0 5px;
}

.info-item p {
    font-size: 1rem;
    color: #666;
    margin: 0;
}

.contact-form {
    background: white;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.form-control {
    border: 1px solid #ddd;
    padding: 12px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.form-control:focus {
    border-color: #FFAA17;
    box-shadow: 0 0 0 0.2rem rgba(255, 170, 23, 0.25);
}

.btn-submit {
    background: linear-gradient(135deg, #00c6ff, #0072ff);
    color: white;
    padding: 12px 30px;
    border: none;
    border-radius: 30px;
    font-weight: 600;
    transition: all 0.3s ease;
    width: 100%;
}

.btn-submit:hover {
    background: linear-gradient(135deg, #0072ff, #00c6ff);
    transform: translateY(-2px);
}



.about-section {
    padding: 64px 0;
  }

  /* 4rem 0 */
  .About-us-content span {
    color: #00bcd4;
    font-weight: 800;
    letter-spacing: 1.92px;
  }

  /* .12em */
  .About-us-content h2 {
    font-weight: 800;
  }

  .About-us-content p {
    color: #64748b;
  }

.hero-content h1 {
    font-size: 40px;
    font-weight: 600;
    color: white;
    line-height: 1.2;
}

@media (max-width: 768px) {
    .hero-content h1 {
        font-size: 25px;
    }
}

@media (max-width: 767px) {
    body {
        padding-top: 86px!important;
    }
}

.hero-content p {
    font-size: 1.125rem;
    color: white;
}

.btn-call-now {
    display: inline-block;
    background: #C70005;
    color: white;
    text-decoration: none;
    padding: 12px 30px;
    border-radius: 30px;
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

/* hero section end here */

/* counter section start here */

.choose-icon {
    font-size: 2.5rem;
    color: #0d6efd;
}

.choose-box {
    background: #295495;
    padding: 30px;
    color: white;
    border-radius: 15px;
    transition: 0.3s;
    height: 100%;
}

.choose-box:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}





.front_pro{
    border:0;
    border-radius:15px;
    overflow:hidden;
    transition:.4s;
    height:100%;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
}

.front_pro:hover{
    transform:translateY(-10px);
    box-shadow:0 15px 35px rgba(0,0,0,.15);
}

.front_pro img{
    width:100%;
    height:250px;
    object-fit:cover;
}

.front_pro .card-body{
    padding:25px;
}

.front_pro h3{
    font-size:22px;
    font-weight:700;
    margin-bottom:15px;
    min-height:60px;
}

.front_pro p{
    color:#666;
    line-height:1.8;
    min-height:90px;
}

.service-btn{
    display:flex;
    gap:10px;
    justify-content:center;
    flex-wrap:wrap;
}

.call-btn{
    background:#ff6b00;
    color:#fff;
    padding:10px 18px;
    border-radius:5px;
    text-decoration:none;
    font-weight:600;
}

.whatsapp-btn{
    background:#25D366;
    color:#fff;
    padding:10px 18px;
    border-radius:5px;
    text-decoration:none;
    font-weight:600;
}

.call-btn:hover,
.whatsapp-btn:hover{
    color:#fff;
    opacity:.9;
}

@media(max-width:767px){

    .front_pro img{
        height:220px;
    }

    .front_pro h3{
        min-height:auto;
        font-size:20px;
    }

    .front_pro p{
        min-height:auto;
    }

    .service-btn{
        flex-direction:column;
    }

    .call-btn,
    .whatsapp-btn{
        width:100%;
    }
}





/* Featured Products Section */
.bg-soft {
    background: #f8fafc;
    padding: 80px 0;
}

.section-heading h1 {
    font-size: 30px;
    font-weight: 700;
    color: #222;
    margin-bottom: 15px;
}

.section-heading .lead {
    color: #666;
    font-size: 17px;
    line-height: 1.8;
}

/* Product Card */
.front_pro {
    border: none;
    overflow: hidden;
    transition: all 0.4s ease;
    border-radius: 15px;
    height: 100%;
    background: #fff;
}

.front_pro:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

/* Product Image */
.blog-img {
    overflow: hidden;
}

.blog-img img {
    width: 100%;
    transition: all 0.5s ease;
}

.front_pro:hover .blog-img img {
    transform: scale(1.08);
}

/* Product Title */
.card-title a {
    color: #222;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

.card-title a:hover {
    color: red;
}

/* Price */
.disscount {
    margin: 15px 0;
    font-size: 18px;
}

.disscount del {
    color: #999;
    margin-right: 8px;
}

.disscount span {
    color: #ff6600;
    font-size: 22px;
    font-weight: 700;
}

/* Description */
.card-body p {
    color: #666;
    line-height: 1.7;
}

/* Buttons */
.btn-secondary {
    background: #ff6600;
    border: none;
    border-radius: 50px;
    padding: 12px 25px;
    font-weight: 600;
    transition: all 0.3s ease;
    margin: 5px;
}

.btn-secondary:hover {
    background: #222;
    transform: translateY(-3px);
}


/* top calll bar */
.mobile-call-bar {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            background: #C70005;
            z-index: 99999;
            text-align: center;
            padding: 12px 10px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, .15);
        }

        .mobile-call-bar a {
            text-decoration: none;
            color: #fff;
            display: block;
        }

        .mobile-call-bar span {
            display: block;
            font-size: 16px;
            font-weight: 600;
            margin-bottom: 5px;
        }

        .mobile-call-bar strong {
            display: block;
            font-size: 20px;
            font-weight: 700;
        }

        /* Hide on Desktop & Tablet */
        @media (min-width: 768px) {
            .mobile-call-bar {
                display: none;
            }
        }

        /* Body space */
        @media (max-width: 767px) {
            body {
                padding-top: 95px;
            }
        }



        /* top calll bar end */


        /* footer calll */

          .mobile_footer {
        display: none;
        justify-content: space-around;
        align-items: center;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #fff;
        padding-top: 4px;
        border-top-left-radius: 100px;
        border-top-right-radius: 100px;
        border-top: 1px solid #ccc;
        z-index: 1000;
        .mobile_footer_item {
          max-width: 40px;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          gap: 1px;
          text-decoration: none;
          color: #000;
          font-weight: 500;
          font-size: 12px;
          img {
            max-width: 80%;
            height: auto;
          }
        }
      }
	  @media (max-width: 768px) {
        .mobile_footer {
          display: flex;
        }
      }


      /* mobile end footer */
/* Quick View Button */
.quickW {
    background: transparent;
    border: 2px solid #ff6600;
    color: #ff6600;
}

.quickW:hover {
    background: #ff6600;
    color: #fff;
}

/* See More Button */
.text-center .btn-secondary {
    padding: 14px 35px;
    font-size: 16px;
}

/* Responsive */
@media (max-width: 991px) {
    .section-heading h1 {
        font-size: 34px;
    }

    .front_pro {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .bg-soft {
        padding: 60px 0;
    }

    .section-heading h1 {
        font-size: 28px;
    }

    .section-heading .lead {
        font-size: 15px;
    }

    .btn-secondary {
        width: 100%;
        margin: 5px 0;
    }

    .card-body {
        padding: 20px;
    }
}

@media (max-width: 576px) {
    .section-heading h1 {
        font-size: 24px;
    }

    .disscount span {
        font-size: 20px;
    }
}

.btn-call{
    background-color: red;
    color: white;
}
.btn-call:hover{
    background-color: red;
    color: white;
}


/* cta start */

.cta-section{
    background:#f8f9fa;
}

.cta-box{
    background:#ffffff;
    padding:50px 30px;
    border-radius:15px;
    box-shadow:0 5px 25px rgba(0,0,0,0.08);
}

.cta-box h2{
    font-size:36px;
    font-weight:700;
    margin-bottom:15px;
}

.cta-box p{
    font-size:18px;
    color:#666;
    max-width:700px;
    margin:auto;
}

@media(max-width:768px){
    .cta-box{
        padding:35px 20px;
    }

    .cta-box h2{
        font-size:28px;
    }

    .cta-box p{
        font-size:16px;
    }

    .cta-box .btn{
        width:100%;
        margin-bottom:10px;
    }
}

/* footer start here */
  .footer {
    background-color: #0f172a;
    color: #e2e8f0;
    padding: 60px 20px 30px;
  }
  .footer a {
    color: #94a3b8;
    text-decoration: none;
    transition: color 0.3s ease;
  }
  .footer a:hover {
    color: #38bdf8;
  }
  .footer-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
  }
  .footer-links li {
    list-style: none;
    margin-bottom: 10px;
  }
  .footer-bottom {
    border-top: 1px solid #334155;
    margin-top: 40px;
    padding-top: 20px;
    text-align: center;
    font-size: 0.9rem;
    color: #94a3b8;
  }
  /* footer end here */





.nav-call-bottom-mob{
    background:#fff;
    width:100%;
    height:70px;
    position:fixed;
    bottom:0;
    left:0;
    box-shadow:0 1px 8px rgba(0,0,0,0.2);
    display:none;
    z-index:100;
    padding-top:5px;
}

@media only screen and (max-width:1023px){
    .nav-call-bottom-mob{
        display:block;
    }
}

.nav-call-bottom-mob h4{
    text-align:center;
    color:#16385a;
    font-size:15px;
    font-weight:900;
    margin-bottom:6px;
}
.phone a{
    color: black !important;
    text-decoration: none !important;
}
.nav-call-bottom-mob .callNchat{
    width:82%;
    margin:0 auto;
    position:relative;
}

.nav-call-bottom-mob .call-but-bot{
    width:100%;
    height:30px;
    border-radius:100px;
    background:#0F172A;
    color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:18px;
    font-weight:600;
    text-decoration:none;
    box-shadow:0 3px 6px rgba(69,186,17,0.5);
}

.nav-call-bottom-mob .call-but-bot span{
    color:white;
}

.nav-call-bottom-mob .operator-na{
    position:absolute;
    top:0;
    left:0;
    width:78px;
    height:79px;
    transform:scale(0.7);
    background:url("/sites/1/Images/V3/call-center-header-008.png") no-repeat;
}
