 body{
      margin:0;
      padding:0;
      font-family: Arial, sans-serif;
      background:#f3f3f3;
    }

    .top-strip{
      background:linear-gradient(115deg, #A60000 0%, #000000 100%);
      color:#fff;
      padding:10px 0;
      font-size:18px;
      font-weight:bold;
    }

    .top-strip .left-contact{
      display:flex;
      gap:25px;
      align-items:center;
      flex-wrap:wrap;
    }
    .top-strip .left-contact a{
     text-decoration:none;
	 color:#fff;
    }
    .top-strip i{
      margin-right:8px;
      color:#fff;
    }

    .scroll-text{
      text-align:right;
      white-space:nowrap;
      overflow:hidden;
    }

    .scroll-text marquee{
      font-weight:700;
    }

    .main-banner{
     background:linear-gradient(#00000026, #000000d6), url(images/bg.png);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
      padding:0;
    }

    .left-img img{
      width:100%;
      height:100%;
      object-fit:cover;
    }

    .right-content{
      padding:15px 20px;
    }

    .heading-box{
      background:#ffe100;
      color:#a60000;
      text-align:center;
      font-size:25px;
      font-weight:900;
      padding:10px;
      text-transform:uppercase;
      border-radius:5px;
      line-height:1.2;
    }

    .phone-box{
      margin-top:5px;
      display:flex;
      justify-content:center;
      align-items:center;
      gap:15px;
      
    }

    .phone-box .icon{
     width: 55px;
    height: 55px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 37px;
    color: #fff;
    }

    .call-icon{
      background:#d91b1b;
    }

    .whatsapp-icon{
      background:#2fc84f;
    }

    .number{
      font-size:32px;
      font-weight:900;
      color:#ffe100;
      line-height:1;
    }

    .cta-btn{
      display:inline-block;
      background:#fff;
      color:#000;
      padding:14px 80px;
      border-radius:40px;
      font-size:22px;
      font-weight:bold;
      text-decoration:none;
      margin-top:5px;
      box-shadow:0 4px 10px rgba(0,0,0,0.2);
    }

    .blue-line{
      width:100%;
      height:5px;
      background:#0066b3;
      margin-top:15px;
    }

    .right-box{
      
      border-radius:20px;
      padding:10px;
      text-align:center;
      height:100%;
      box-shadow:0 0px 3px rgba(0, 0, 0, 0.1);
    }

    .top-red{
      background:#fff;
      color:#000;
      padding:10px 15px;
      border-radius:50px;
      font-size:20px;
      font-weight:bold;
      display:inline-block;
      margin-bottom:5px;
    }

    .question-text{
      font-size:37px;
      font-weight:900;
      color:#ffe100;
      line-height:1.1;
    }

    .yellow-box{
      background:#fff;
      color:#c40000;
      padding:5px 20px;
      border-radius:50px;
      font-size:29px;
      font-weight:900;
      display:inline-block;
      margin-top:5px;
    }
 

    @media(max-width:991px){

      .heading-box{
        font-size:28px;
      }

      .number{
        font-size:42px;
      }

      .question-text{
        font-size:35px;
      }

      .yellow-box{
        font-size:22px;
      }
	  .left-img{
		  margin-top:20px;
	  }
    }

    @media(max-width:767px){

      .top-strip{
        text-align:center;
      }

      .scroll-text{
        text-align:center;
        margin-top:10px;
      }

      .heading-box{
        font-size:22px;
      }

      .number{
        font-size:28px;
      }

      .phone-box .icon{
        width:55px;
        height:55px;
        font-size:28px;
      }

      .question-text{
        font-size:28px;
      }

      .top-red{
        font-size:17px;
      }

      .yellow-box{
        font-size:25px;
      }

      .cta-btn{
        font-size:18px;
        padding:10px 80px;
      }
	   .left-img{
		  margin-top:20px;
	  }
    }
/* Blink Text Section CSS */
/* Promotional Marquee Section CSS */

.promo-marquee-section{
    background:#111;
    padding:15px 0;
    overflow:hidden;
}

.marquee-wrapper{
    background:linear-gradient(45deg,#ff0000,#ff8800);
    padding:15px 0;
    box-shadow:0 5px 20px rgba(255,0,0,0.25);
}

.marquee-wrapper marquee{
    color:#fff;
    font-size:24px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1px;
    font-family:Arial, sans-serif;
}

/* Responsive CSS */

@media(max-width:767px){

    .marquee-wrapper marquee{
        font-size:16px;
    }

    .promo-marquee-section{
        padding:10px 0;
    }

    .marquee-wrapper{
        padding:10px 0;
    }

}
.blink-section{
  background:linear-gradient(115deg, #A60000 0%, #000000 100%);
  padding:10px 0;
  color:#fff;
}
 
  

@media(max-width:768px){

  .blink-box{
    font-size:16px;
    padding:10px 15px;
  }

}	
/* Image Banner Section CSS */

.image-banner-section{
    width:100%;
    overflow:hidden;
    line-height:0;
}

.image-banner-section img{
    width:100%;
    height:auto;
    display:block;
    object-fit:cover;
}
 /* About Us Section CSS */

.about-us-section{
    padding:60px 0;
    background:#fff7f0;
}

.about-content{
    padding-right:30px;
}

.about-tag{
    display:inline-block;
    background:#d40000;
    color:#fff;
    padding:8px 20px;
    border-radius:30px;
    font-size:16px;
    font-weight:700;
    margin-bottom:20px;
    text-transform:uppercase;
    letter-spacing:1px;
}

.about-content h2{
    font-size:42px;
    font-weight:800;
    color:#d40000;
    line-height:1.3;
    margin-bottom:20px;
}

.about-content p{
    font-size:17px;
    color:#000;
    line-height:1.9;
    margin-bottom:18px;
}

.about-btn{
    display:inline-block;
    background:#000;
    color:#fff;
    padding:14px 35px;
    border-radius:50px;
    text-decoration:none;
    font-size:18px;
    font-weight:700;
    transition:0.3s;
    margin-top:10px;
}

.about-btn:hover{
    background:#d40000;
    color:#fff;
}

.about-image img{
    width:100%;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,0.15);
}

/* Responsive CSS */

@media(max-width:991px){

    .about-content{
        padding-right:0;
        margin-bottom:40px;
    }

    .about-content h2{
        font-size:32px;
    }

}

@media(max-width:767px){

    .about-us-section{
        padding:50px 0;
    }

    .about-content h2{
        font-size:26px;
    }

    .about-content p{
        font-size:15px;
    }

    .about-btn{
        padding:12px 25px;
        font-size:16px;
    }

}
/* Services Section CSS */

.services-section{
    padding:60px 0;
    background:linear-gradient(#00000026, #000000d6), url(images/bg.png);
}

.section-title{
    margin-bottom:50px;
}

.section-title span{
    display:inline-block;
    background:#d40000;
    color:#fff;
    padding:8px 20px;
    border-radius:30px;
    font-size:15px;
    font-weight:700;
    margin-bottom:15px;
    text-transform:uppercase;
}

.section-title h2{
    font-size:42px;
    font-weight:800;
    color:#ffe100;
    margin-bottom:15px;
}

.section-title p{
    font-size:17px;
    color:#fff;
    max-width:700px;
    margin:auto;
    line-height:1.8;
}

.service-box{
    background:#d40000;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
    transition:0.4s;
    height:100%;
}

.service-box:hover{
    transform:translateY(-10px);
}

.service-img{
    overflow:hidden;
}

.service-img img{
    width:100%;
   
    object-fit:cover;
    transition:0.4s;
}

.service-box:hover .service-img img{
    transform:scale(1.1);
}

.service-content{
    padding:30px 25px;
    text-align:center;
}

.service-content h3{
    font-size:28px;
    font-weight:bold;
    color:#ffe100;
    margin-bottom:15px;
}

.service-content p{
    font-size:16px;
    color:#fff;
    line-height:1.8;
    margin-bottom:25px;
}

.service-btn{
    display:inline-block;
    background:#fff;
    color:#000;
    padding:13px 30px;
    border-radius:50px;
    text-decoration:none;
    font-size:17px;
    font-weight:700;
    transition:0.3s;
}

.service-btn i{
    margin-right:8px;
}

.service-btn:hover{
    background:#000;
    color:#fff;
}

/* Responsive CSS */

@media(max-width:991px){

    .section-title h2{
        font-size:34px;
    }

}

@media(max-width:767px){

    .services-section{
        padding:50px 0;
    }

    .section-title h2{
        font-size:28px;
    }

    .section-title p{
        font-size:15px;
    }

    .service-content h3{
        font-size:24px;
    }

}
/* Call To Action Section CSS */

.cta-section{
    padding:30px 0;
    background:#fff7f0;
}

.cta-box{
    background:linear-gradient(45deg,#b40000,#000);
    padding:60px 50px;
    border-radius:30px;
    position:relative;
    overflow:hidden;
    box-shadow:0 20px 50px rgba(0,0,0,0.15);
}

.cta-box::before{
    content:"";
    position:absolute;
    width:300px;
    height:300px;
    background:rgba(255,255,255,0.08);
    border-radius:50%;
    top:-100px;
    right:-80px;
}

.cta-box::after{
    content:"";
    position:absolute;
    width:200px;
    height:200px;
    background:rgba(255,255,255,0.08);
    border-radius:50%;
    bottom:-80px;
    left:-60px;
}

.cta-content{
    position:relative;
    z-index:2;
}

.cta-content span{
    display:inline-block;
    background:rgba(255,255,255,0.15);
    color:#fff;
    padding:10px 22px;
    border-radius:50px;
    font-size:15px;
    font-weight:700;
    margin-bottom:18px;
    text-transform:uppercase;
    letter-spacing:1px;
}

.cta-content h2{
    font-size:44px;
    font-weight:800;
    color:#fff;
    line-height:1.3;
    margin-bottom:20px;
}

.cta-content p{
    color:#f3f3f3;
    font-size:17px;
    line-height:1.9;
    max-width:700px;
}

.cta-buttons{
    display:flex;
    flex-direction:column;
    gap:18px;
    align-items:flex-end;
    position:relative;
    z-index:2;
}

.cta-call-btn,
.cta-whatsapp-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    width:240px;
    padding:16px 25px;
    border-radius:60px;
    text-decoration:none;
    font-size:18px;
    font-weight:700;
    transition:0.3s;
}

.cta-call-btn{
    background:#fff;
    color:#d40000;
}

.cta-whatsapp-btn{
    background:#25d366;
    color:#fff;
}

.cta-call-btn:hover,
.cta-whatsapp-btn:hover{
    transform:translateY(-4px);
    color:inherit;
}

.cta-call-btn i,
.cta-whatsapp-btn i{
    font-size:20px;
}

/* Responsive CSS */

@media(max-width:991px){

    .cta-content h2{
        font-size:34px;
    }

    .cta-buttons{
        margin-top:35px;
        align-items:flex-start;
    }

}

@media(max-width:767px){

    .cta-section{
        padding:60px 0;
    }

    .cta-box{
        padding:40px 25px;
        border-radius:20px;
    }

    .cta-content h2{
        font-size:28px;
    }

    .cta-content p{
        font-size:15px;
    }

    .cta-call-btn,
    .cta-whatsapp-btn{
        width:100%;
        font-size:16px;
        padding:14px 20px;
    }

}
/* Unique 6 Services Section CSS */

.unique-services-section{
    padding:60px 0;
    background:linear-gradient(115deg, #A60000 0%, #000000 100%);
}

.services-heading{
    margin-bottom:60px;
}

.services-heading span{
    display:inline-block;
    background:#fff;
    color:#000;
    padding:10px 25px;
    border-radius:50px;
    font-size:16px;
    font-weight:700;
    text-transform:uppercase;
    margin-bottom:18px;
    letter-spacing:1px;
}

.services-heading h2{
    font-size:46px;
    font-weight:800;
    color:#ffe100;
    margin-bottom:15px;
}

.services-heading p{
    max-width:750px;
    margin:auto;
    color:#fff;
    font-size:17px;
    line-height:1.8;
}

.unique-service-box{
    background:#fff;
   
    overflow:hidden;
    position:relative;
    transition:0.4s;
    
    box-shadow:0 10px 35px rgba(0,0,0,0.08);
}

.unique-service-box:hover{
    transform:translateY(-12px);
    box-shadow:0 20px 45px rgba(0,0,0,0.15);
}

.service-image{
    position:relative;
    overflow:hidden;
}

.service-image img{
    width:100%;
    height:260px;
    object-fit:cover;
    transition:0.5s;
}

.unique-service-box:hover .service-image img{
    transform:scale(1.1);
}

.service-image::before{
    content:"";
    position:absolute;
    width:100%;
    height:100%;
    background:linear-gradient(to top,rgba(0,0,0,0.5),transparent);
    top:0;
    left:0;
    z-index:1;
}

.service-details{
    padding:30px 25px;
    text-align:center;
    position:relative;
}

.service-details h3{
    font-size:25px;
    font-weight:800;
    color:#d90000;
    margin-bottom:15px;
}

.service-details p{
    font-size:16px;
    color:#000;
    line-height:1.9;
    margin-bottom:28px;
}

.call-btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    background:linear-gradient(45deg,#ff6600,#ff0000);
    color:#fff;
    padding:14px 35px;
    border-radius:50px;
    text-decoration:none;
    font-size:17px;
    font-weight:700;
    transition:0.4s;
    box-shadow:0 8px 20px rgba(255,0,0,0.25);
}

.call-btn:hover{
    transform:scale(1.05);
    color:#fff;
}

.call-btn i{
    font-size:18px;
}

/* Responsive CSS */

@media(max-width:991px){

    .services-heading h2{
        font-size:36px;
    }

    .service-details h3{
        font-size:24px;
    }

}

@media(max-width:767px){

    .unique-services-section{
        padding:60px 0;
    }

    .services-heading h2{
        font-size:28px;
    }

    .services-heading p{
        font-size:15px;
    }

    .service-image img{
        height:220px;
    }

    .service-details{
        padding:25px 20px;
    }

    .service-details p{
        font-size:15px;
    }

    .call-btn{
        padding:12px 25px;
        font-size:15px;
    }

}
/* Why Choose Us Section CSS */

.why-choose-section{
    padding:90px 0;
    background:#fff8f2;
}

.why-heading{
    margin-bottom:60px;
}

.why-heading span{
    display:inline-block;
    background:#d40000;
    color:#fff;
    padding:10px 25px;
    border-radius:50px;
    font-size:15px;
    font-weight:700;
    text-transform:uppercase;
    margin-bottom:18px;
    letter-spacing:1px;
}

.why-heading h2{
    font-size:44px;
    font-weight:800;
    color:#d40000;
    margin-bottom:15px;
}

.why-heading p{
    max-width:750px;
    margin:auto;
    font-size:17px;
    color:#000;
    line-height:1.8;
}

.why-box{
    background:#fff;
    padding:40px 30px;
    border-radius:25px;
    text-align:center;
    transition:0.4s;
    position:relative;
    overflow:hidden;
    height:100%;
    box-shadow:0 10px 35px rgba(0,0,0,0.08);
}

.why-box::before{
    content:"";
    position:absolute;
    width:100%;
    height:5px;
    background:#d40000;
    left:0;
    top:0;
}

.why-box:hover{
    transform:translateY(-12px);
    box-shadow:0 20px 45px rgba(0,0,0,0.15);
}

.why-icon{
    width:90px;
    height:90px;
    margin:auto;
    margin-bottom:25px;
    border-radius:50%;
    background:#d40000;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:38px;
    box-shadow:0 10px 25px rgba(255,0,0,0.25);
}

.why-box h3{
    font-size:23px;
    font-weight:800;
    color:#d40000;
    margin-bottom:15px;
}

.why-box p{
    font-size:16px;
    color:#000;
    line-height:1.9;
}

/* Responsive CSS */

@media(max-width:991px){

    .why-heading h2{
        font-size:34px;
    }

    .why-box h3{
        font-size:22px;
    }

}

@media(max-width:767px){

    .why-choose-section{
        padding:60px 0;
    }

    .why-heading h2{
        font-size:28px;
    }

    .why-heading p{
        font-size:15px;
    }

    .why-box{
        padding:35px 25px;
    }

    .why-icon{
        width:75px;
        height:75px;
        font-size:30px;
    }

    .why-box h3{
        font-size:20px;
    }

    .why-box p{
        font-size:15px;
    }

}
/* Special Services Section CSS */

.special-services-section{
    padding:60px 0;
    background:linear-gradient(#00000026, #000000d6), url(images/bg.png);
}

.special-heading{
    margin-bottom:60px;
}

.special-heading span{
    display:inline-block;
    background:#fff;
    color:#000;
    padding:10px 25px;
    border-radius:50px;
    font-size:15px;
    font-weight:700;
    text-transform:uppercase;
    margin-bottom:18px;
    letter-spacing:1px;
}

.special-heading h2{
    font-size:44px;
    font-weight:800;
    color:#ffd700;
    margin-bottom:15px;
}

.special-heading p{
    max-width:700px;
    margin:auto;
    color:#fff;
    font-size:17px;
    line-height:1.8;
}

.special-service-box{
    background:#d90000;
    padding:40px 25px;
    border-radius:30px;
    text-align:center;
    position:relative;
    overflow:hidden;
    transition:0.4s;
    height:100%;
    box-shadow:0 12px 35px rgba(0,0,0,0.08);
}

.special-service-box:hover{
    transform:translateY(-12px);
    box-shadow:0 20px 50px rgba(0,0,0,0.15);
}

.special-service-box::before{
    content:"";
    position:absolute;
    width:100%;
    height:6px;
    background:#ffe100;
    top:0;
    left:0;
}

.special-img{
    width:250px;
    height:250px;
    margin:auto;
    border-radius:50%;
    overflow:hidden;
    border:8px solid #fff4e8;
    box-shadow:0 10px 30px rgba(255,102,0,0.2);
    margin-bottom:25px;
}

.special-img img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:0.5s;
}

.special-service-box:hover .special-img img{
    transform:scale(1.1);
}

.special-service-box h3{
    font-size:28px;
    font-weight:800;
    color:#ffe100;
    margin-bottom:25px;
}

.special-btns{
    display:flex;
    justify-content:center;
    gap:15px;
    flex-wrap:wrap;
}

.call-btn,
.whatsapp-btn{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:13px 25px;
    border-radius:50px;
    text-decoration:none;
    font-size:16px;
    font-weight:700;
    transition:0.3s;
}

.call-btn{
    background:#fff;
    color:#000;
    box-shadow:0 8px 20px rgba(255,0,0,0.2);
}

.whatsapp-btn{
    background:#25d366;
    color:#fff;
    box-shadow:0 8px 20px rgba(37,211,102,0.2);
}

.call-btn:hover,
.whatsapp-btn:hover{
    transform:translateY(-3px);
    color:#000;
}

/* Responsive CSS */

@media(max-width:991px){

    .special-heading h2{
        font-size:34px;
    }

    .special-service-box h3{
        font-size:24px;
    }

}

@media(max-width:767px){

    .special-services-section{
        padding:60px 0;
    }

    .special-heading h2{
        font-size:28px;
    }

    .special-heading p{
        font-size:15px;
    }

    .special-img{
        width:200px;
        height:200px;
    }

    .special-service-box{
        padding:35px 20px;
    }

    .special-service-box h3{
        font-size:22px;
    }

    .call-btn,
    .whatsapp-btn{
        width:100%;
        justify-content:center;
    }

}
/* Client Feedback Section CSS */

.client-feedback-section{
    padding:90px 0;
    background:#fff8f2;
}

.feedback-heading{
    margin-bottom:60px;
}

.feedback-heading span{
    display:inline-block;
    background:#d40000;
    color:#fff;
    padding:10px 25px;
    border-radius:50px;
    font-size:15px;
    font-weight:700;
    text-transform:uppercase;
    margin-bottom:18px;
    letter-spacing:1px;
}

.feedback-heading h2{
    font-size:44px;
    font-weight:800;
    color:#d40000;
    margin-bottom:15px;
}

.feedback-heading p{
    max-width:720px;
    margin:auto;
    color:#000;
    font-size:17px;
    line-height:1.8;
}

.feedback-box{
    background:#fff;
    padding:35px 30px;
    border-radius:25px;
    transition:0.4s;
    position:relative;
    overflow:hidden;
    height:100%;
    box-shadow:0 10px 35px rgba(0,0,0,0.08);
}

.feedback-box:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 45px rgba(0,0,0,0.15);
}

.feedback-box::before{
    content:"❝";
    position:absolute;
    top:20px;
    right:25px;
    font-size:70px;
    color:#ffe1d2;
    font-weight:bold;
}

.client-info{
    display:flex;
    align-items:center;
    gap:18px;
    margin-bottom:25px;
}

.client-img{
    width:85px;
    height:85px;
    border-radius:50%;
    overflow:hidden;
    border:4px solid #fff1e6;
    box-shadow:0 8px 20px rgba(255,102,0,0.15);
    flex-shrink:0;
}

.client-img img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.client-details h3{
    font-size:24px;
    font-weight:800;
    color:#d40000;
    margin-bottom:6px;
}

.client-details span{
    color:#ff6600;
    font-size:15px;
    font-weight:600;
}

.client-details span i{
    margin-right:6px;
}

.feedback-box p{
    font-size:16px;
    color:#000;
    line-height:1.9;
    margin-bottom:25px;
}

.stars{
    color:#ffb400;
    font-size:18px;
}

/* Responsive CSS */

@media(max-width:991px){

    .feedback-heading h2{
        font-size:34px;
    }

    .client-details h3{
        font-size:22px;
    }

}

@media(max-width:767px){

    .client-feedback-section{
        padding:60px 0;
    }

    .feedback-heading h2{
        font-size:28px;
    }

    .feedback-heading p{
        font-size:15px;
    }

    .feedback-box{
        padding:30px 22px;
    }

    .client-img{
        width:70px;
        height:70px;
    }

    .client-details h3{
        font-size:20px;
    }

    .feedback-box p{
        font-size:15px;
    }

}
/* Footer Section CSS */

.main-footer{
    background:linear-gradient(#00000026, #000000d6), url(images/bg.png);
    color:#fff;
    padding-top:60px;
    position:relative;
}

.footer-box h3{
    font-size:28px;
    font-weight:800;
    margin-bottom:30px;
    position:relative;
    padding-bottom:12px;
}

.footer-box h3::before{
    content:"";
    position:absolute;
    width:60px;
    height:4px;
    background:#ffe100;
    bottom:0;
    left:0;
    border-radius:10px;
}

.footer-box p{
    color:#fff;
    font-size:16px;
    line-height:1.9;
}

.footer-social{
    display:flex;
    gap:12px;
    margin-top:25px;
}

.footer-social a{
    width:45px;
    height:45px;
    border-radius:50%;
    background:#222;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:18px;
    transition:0.3s;
    text-decoration:none;
}

.footer-social a:hover{
    background:linear-gradient(45deg,#ff6600,#ff0000);
    transform:translateY(-3px);
}

.footer-links{
    padding:0;
    margin:0;
    list-style:none;
}

.footer-links li{
    margin-bottom:15px;
}

.footer-links li a{
    color:#fff;
    text-decoration:none;
    font-size:16px;
    transition:0.3s;
    display:flex;
    align-items:center;
    gap:10px;
}

.footer-links li a:hover{
    color:#fdcb31;
    padding-left:5px;
}

.footer-links li a i{
    color:#fdcb31;
}

.contact-info p{
    display:flex;
    align-items:flex-start;
    gap:12px;
    margin-bottom:18px;
}
.contact-info p a{
text-decoration:none;
color:#fff;
}
.contact-info p i{
    color:#fdcb31;
    margin-top:5px;
    font-size:18px;
}

.footer-call-btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    background:#ffe100;
    color:#000;
    padding:10px 28px;
    border-radius:50px;
    text-decoration:none;
    font-size:16px;
    font-weight:700;
    margin-top:15px;
    transition:0.3s;
}

.footer-call-btn:hover{
    transform:translateY(-3px);
    color:#000;
}

.footer-bottom{
    margin-top:60px;
    padding:22px 0;
    background:#000;
    text-align:center;
    border-top:1px solid rgba(255,255,255,0.08);
}

.footer-bottom p{
    margin:0;
    color:#bbb;
    font-size:15px;
    letter-spacing:0.5px;
}
.footer-bottom p a{
     text-decoration:none;
    color:#fff;
    
}
/* Responsive CSS */

@media(max-width:991px){

    .footer-box h3{
        font-size:24px;
    }

}

@media(max-width:767px){

    .main-footer{
        padding-top:60px;
    }

    .footer-box{
        margin-bottom:20px;
    }

    .footer-box h3{
        font-size:22px;
        margin-bottom:25px;
    }

    .footer-box p,
    .footer-links li a,
    .contact-info p{
        font-size:15px;
    }

    .footer-social a{
        width:40px;
        height:40px;
        font-size:16px;
    }

    .footer-call-btn{
        width:100%;
        justify-content:center;
    }

    .footer-bottom{
        margin-top:40px;
    }

    .footer-bottom p{
        font-size:14px;
    }

}
.floating-btn {
    position: fixed;
    bottom: 20px;
    z-index: 9999;
}

.call-btn1 {
    left: 20px;
}

.whatsapp-btn1 {
    right: 20px;
}

.floating-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    color: #fff;
    font-size: 28px;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    animation: pulse 1.5s infinite;
}

.call-btn1 a {
    background: #e60000;
}

.whatsapp-btn1 a {
    background: #25D366;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(0,0,0,0.4);
    }
    70% {
        transform: scale(1.08);
        box-shadow: 0 0 0 15px rgba(0,0,0,0);
    }
    100% {
        transform: scale(1);
    }
}