body {
	background-color:#000;
    font-family: Arial, sans-serif;
}
/* Top Header */
.top-bar {
    background:#d60000;
    color:#fff;
    padding:8px 0;
    font-weight:600;
    text-align:center;
}

/* Marquee */
.marquee-box {
    background:#000;
    color:#fff;
    font-size:20px;
    padding:8px 0;
    font-weight:bold;
    overflow:hidden;
}
strong{
	color:#ffd700;
}
.two-img-box {
  
    border-radius: 12px;
    position: relative;
}

.two-img {
    transition: 0.5s ease;
    opacity: 0.92;
}

.two-img:hover {
    transform: scale(1.07);
    opacity: 1;
    box-shadow: 0 8px 25px rgba(0,0,0,0.35);
}
/* Blink Text */
.blink-box {
    background:#d60000;
    color:#fff;
    padding:10px;
    text-align:center;
    font-size:22px;
   
}

/* Section Title */
.section-title {
    text-align:center;
    font-size:36px;
    font-weight:800;
    margin:40px 0 20px;
    color:#ffd700;
}

/* Services Cards */
.service-card {
    background:#fff;
    border-radius:12px;
    padding:20px;
	color:#000;
	    font-weight: bold;
    text-align:center;
    box-shadow:0 4px 10px rgba(0,0,0,0.15);
    transition:0.3s;
}
.service-card:hover {
    transform:translateY(-8px);
    box-shadow:0 8px 18px rgba(0,0,0,0.3);
}
.service-card h4{
	color:#000;
}
.service-card img{
   width:100%;
}
/* Why Choose Us */
.choose-box {
    text-align:center;
    padding:25px;
    border-radius:10px;
    background:#fff;
    box-shadow:0 3px 10px rgba(0,0,0,0.15);
    transition:0.3s;
}
.choose-box:hover {
    transform:translateY(-8px);
}

/* Feedback */
.client-box {
    background:#fff;
    padding:25px;
    border-radius:12px;
    text-align:center;
    box-shadow:0 3px 10px rgba(0,0,0,0.15);
}

.client-img {
    width:110px;
    height:110px;
    border-radius:50%;
    object-fit:cover;
    margin-bottom:15px;
}

/* Footer */
.footer {
    background:#d60000;
    color:#fff;
    padding:30px 0;
    text-align:center;
    margin-top:40px;
}
/* BLOG SECTION */
.blog-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    transition: 0.4s ease-in-out;
}

.blog-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.35);
}

.blog-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: 0.4s;
    opacity: 0.92;
}

.blog-card:hover .blog-img {
    transform: scale(1.07);
    opacity: 1;
}

.blog-content {
    padding: 18px;
	text-align:center;
}

.blog-content h4 {
    color: #d60000;
    font-weight: 700;
    margin-bottom: 10px;
	text-align:center;
}
/* Footer */
footer {
    background: #000;
    color: #ddd;
    padding: 60px 20px 30px;
  }

  .footer-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: auto;
    gap: 40px;
  }

  .footer-col {
    flex: 1 1 250px;
    min-width: 250px;
  }

  .footer-col h3 {
    color: #ffd700;
    font-size: 20px;
    margin-bottom: 20px;
    position: relative;
  }

  .footer-col h3::after {
    content: '';
    width: 50px;
    height: 2px;
    background: #ffd700;
    position: absolute;
    left: 0;
    bottom: -8px;
  }

  .footer-col p {
    line-height: 1.7;
    color: #bbb;
  }
 .footer-col p a {
  text-decoration:none;color:#ffd700;
  }
  .footer-col ul {
    list-style: none;
    margin-top: 10px;
	padding:0;
  }

  .footer-col ul li {
    margin-bottom: 12px;
  }

  .footer-col ul li a {
    color: #ccc;
    text-decoration: none;
    transition: color 0.3s;
  }

  .footer-col ul li a:hover {
    color: #ffd700;
  }
  .footer-bottom {
    text-align: center;
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #333;
    color: #aaa;
    font-size: 14px;
}
/* Floating Buttons Base */
.float-whatsapp, .float-call{
    position: fixed;
    right: 20px;
    z-index: 9999;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--red);
    box-shadow: 0 0 15px rgba(255,0,0,0.6);
    animation: pulse 1.5s infinite;
}

.float-whatsapp img,
.float-call img{
    width: 35px;
    filter: brightness(0) invert(1);
}

/* Position */
.float-whatsapp{
    bottom: 120px;
    background:#25D366;
	color: #fff;
    box-shadow:0 0 12px #25D366;
}

.float-call{
    bottom: 40px;
	color: #fff;
    background:#e60000;
    box-shadow:0 0 12px #e60000;
}

/* Hover */
.float-whatsapp:hover, .float-call:hover{
    transform: scale(1.15);
    transition: 0.3s;
}

/* Glow Animation */
@keyframes pulse {
  0% { box-shadow: 0 0 10px #ff0000; }
  50% { box-shadow: 0 0 25px #ff0000; }
  100% { box-shadow: 0 0 10px #ff0000; }
}

/* ICONS */
.icon{font-size:25px;}
/* COPYRIGHT BAR */
/* BLOG SECTION */
.blog-section{
   padding:60px 20px;
    background:#ffcc00;
    text-align:center;
}
