/* HERO SECTION */
.hero-section{
  background:linear-gradient(135deg,#eef2ff,#f8fafc);
  margin-top: 30px;
}

.hero-badge{
  display:inline-block;
  background:#DCFCE7;
  color:#166534;
  font-weight:600;
  padding:8px 14px;
  border-radius:20px;
  font-size:14px;
}

.hero-title{
  font-family:'Poppins',sans-serif;
  font-size:42px;
  font-weight:700;
  color:#0F172A;
}
.hero-title span{
  color:#2563EB;
}

.hero-subtitle{
  font-size:18px;
  color:#475569;
}


/* CTA BUTTON */
.hero-cta{
  display:inline-block;
  margin-top:10px;
  padding:14px 28px;
  font-size:16px;
  font-weight:600;
  color:#fff;
  text-decoration:none;
  border-radius:12px;
  background:linear-gradient(45deg,#2563EB,#F97316);
  animation:pulse 2s infinite;
}

/* IMAGE */
.hero-img{
  animation:float 4s ease-in-out infinite;
  border-radius: 10px;
}

/* Animations */
@keyframes pulse{
  0%{transform:scale(1);}
  50%{transform:scale(1.05);}
  100%{transform:scale(1);}
}

@keyframes float{
  0%{transform:translateY(0);}
  50%{transform:translateY(-10px);}
  100%{transform:translateY(0);}
}

/* RESPONSIVE */
@media(max-width:768px){
  .hero-title{font-size:30px;}
  .hero-subtitle{font-size:16px;}
  .hero-img{margin-top:30px;}
}
.box li{
    list-style: none;
    font-weight: 600;
    color: white;
    text-align: left;          /* text left se start hoga */
    display: flex;             /* icon + text ek line me */
    align-items: flex-start;   /* top aligned */
    gap: 10px;                 /* icon aur text ke beech gap */
}

.box{
    background-color: #0F172A;
    padding: 10px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.box h3{
    color: #2563EB;
    background-color: white;
    padding: 5px;
    border-radius: 5px;
    border: 2px dotted #2563EB;
}

.box{
  background: linear-gradient(135deg, #2563EB, #1E40AF);
  border-radius: 16px;
  padding: 28px 24px;
  color: #fff;
  box-shadow: 0 20px 40px rgba(37,99,235,0.25);
}

.box h3{
  font-family: 'Poppins', sans-serif;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.box h3::before{
  content: "🔥";
}

.box ul{
  list-style: none;
  padding: 0;
  margin: 0;
}

.box ul li{
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 14px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.box ul li i{
  color: white;
  font-size: 18px;
  margin-top: 3px;
}

/* Hover Effect */
.box ul li:hover{
  transform: translateX(5px);
  transition: 0.3s ease;
}

/* Mobile Responsive */
@media(max-width:576px){
  .box{
    padding: 22px 18px;
  }
  .box h3{
    font-size: 18px;
  }
  .box ul li{
    font-size: 14px;
  }
}


/* WHY CHOOSE US */
.why-choose-us{
  background:#F8FAFC;
}

.section-title{
  font-family:'Poppins',sans-serif;
  font-size:36px;
  font-weight:700;
  color:#0F172A;
}
.section-title span{
  color:#2563EB;
}

.section-subtitle{
  font-size:18px;
  color:#475569;
  margin-top:10px;
}

.why-card{
  background:#fff;
  border-radius:16px;
  padding:30px 24px;
  text-align:center;
  height:100%;
  box-shadow:0 15px 35px rgba(0,0,0,0.08);
  transition:0.3s ease;
}

.why-card i{
  font-size:40px;
  color:#2563EB;
  margin-bottom:15px;
}

.why-card h4{
  font-family:'Poppins',sans-serif;
  font-size:20px;
  font-weight:600;
  margin-bottom:10px;
}

.why-card p{
  font-size:15px;
  color:#475569;
  line-height:1.6;
}

/* Highlight Card */
.why-card.highlight{
  background:linear-gradient(135deg,#2563EB,#F97316);
  color:#fff;
}

.why-card.highlight i,
.why-card.highlight p,
.why-card.highlight h4{
  color:#fff;
}

/* Hover */
.why-card:hover{
  transform:translateY(-8px);
}

/* Responsive */
@media(max-width:768px){
  .section-title{
    font-size:26px;
  }
  .section-subtitle{
    font-size:16px;
  }
}
.difference-section{
  background:#F8FAFC;
}

.section-title{
  font-family:'Poppins',sans-serif;
  font-size:34px;
  font-weight:700;
  color:#0F172A;
}
.section-title span{
  color:#2563EB;
}

.section-subtitle{
  font-size:16px;
  color:white;
    background:linear-gradient(135deg,#22C55E,#16A34A);
    padding: 5px;
    border: 2px dashed white;

}

/* TABLE */
.difference-table{
  background:#fff;
  border-radius:16px;
  overflow:hidden;
  box-shadow:0 20px 40px rgba(0,0,0,0.08);
}

.difference-table thead{
  background:linear-gradient(135deg,#2563EB,#1E40AF);
  color:#fff;
}

.difference-table th{
  padding:16px;
  font-size:16px;
}

.difference-table td{
  padding:16px;
  font-size:14px;
  line-height:1.6;
}

.difference-table i{
  margin-right:8px;
  font-size:16px;
}

/* OUR COLUMN HIGHLIGHT */
.our-col{
  background:linear-gradient(135deg,#22C55E,#16A34A);
  color:#fff !important;
}

.difference-table tbody tr:hover{
  background:#F1F5F9;
}

/* MOBILE */
@media(max-width:768px){
  .section-title{
    font-size:24px;
  }
  .difference-table th,
  .difference-table td{
    font-size:13px;
    padding:12px;
  }
}



/* SERVICES */
.services-section{
  background:#F8FAFC;
}

.section-title{
  font-family:'Poppins',sans-serif;
  font-size:36px;
  font-weight:700;
  color:#0F172A;
}
.section-title span{
  color:#2563EB;
}

.section-subtitle1{
  font-size:17px;
}

/* CARD */
.service-card{
  background:#fff;
  border-radius:18px;
  padding:26px 22px;
  text-align:center;
  height:100%;
  box-shadow:0 20px 40px rgba(0,0,0,0.08);
  transition:0.3s ease;
}

.service-card img{
  width: 100%;
  height: 200px;
  object-fit: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 5px !important;
}

.service-card h4{
  font-family:'Poppins',sans-serif;
  font-size:20px;
  font-weight:600;
  margin-bottom:8px;
}

.service-card p{
  font-size:15px;
  color:#475569;
  margin-bottom:18px;
}

/* BUTTON ROW (IMPORTANT PART) */
.service-btns{
  display:flex;
  gap:10px;
  justify-content:center;
}

.service-btns a{
  flex:1;                 /* dono button equal width */
  text-align:center;
  padding:10px 0;
  border-radius:10px;
  font-size:14px;
  font-weight:600;
  text-decoration:none;
  white-space:nowrap;     /* ek hi row me rahe */
}



/* Highlight card */

/* Hover */
.service-card:hover{
  transform:translateY(-8px);
}

/* MOBILE */
@media(max-width:576px){
  .section-title{
    font-size:26px;
  }
  .service-card img{
    height:160px;
  }
  .service-btns a{
    font-size:13px;
    padding:9px 0;
  }
}



/* FINAL CTA SECTION */


.final-cta-box{
  background: linear-gradient(135deg, #2563EB, #F97316);
  border-radius: 22px;
  padding: 55px 30px;
  color: #fff;
  box-shadow: 0 30px 70px rgba(0,0,0,0.35);
  animation: ctaGlow 3s infinite alternate;
}

.final-cta-box h2{
  font-family: 'Poppins', sans-serif;
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 15px;
}

.final-cta-box h2 span{
  color: #FEF3C7;
}

.final-cta-box p{
  font-size: 18px;
  margin-bottom: 30px;
  opacity: 0.95;
}

/* CTA BUTTON ROW */
.cta-btn-row{
  display: flex;
  gap: 14px;
  justify-content: center;
  margin-bottom: 18px;
}

.cta-btn-row a{
  flex: 1;
  max-width: 220px;
  text-align: center;
  padding: 14px 0;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

/* Call Button */
.cta-call{
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}
.cta-call:hover{
  background: #fff;
  color: #0F172A;
}

/* Enquire Button (Main CTA) */
.cta-enquire{
  background: #22C55E;
  color: white;
  animation: pulse 2s infinite;
}
.cta-enquire:hover{
  background: #16A34A;
  color: #fff;
}

/* Small text */
.final-cta-box small{
  font-size: 14px;
  opacity: 0.9;
}

/* Animations */
@keyframes pulse{
  0%{transform: scale(1);}
  50%{transform: scale(1.08);}
  100%{transform: scale(1);}
}

@keyframes ctaGlow{
  from{
    box-shadow: 0 25px 50px rgba(37,99,235,0.5);
  }
  to{
    box-shadow: 0 35px 80px rgba(249,115,22,0.6);
  }
}

/* Responsive */
@media(max-width:768px){
  .final-cta-box h2{
    font-size: 26px;
  }
  .final-cta-box p{
    font-size: 16px;
  }
  .cta-btn-row a{
    font-size: 14px;
    padding: 12px 0;
  }
}


/* FOOTER WRAPPER */
.pro-footer{
  background:#0B1220;
  color:#CBD5E1;
  padding:60px 0 30px;
}

/* BRAND */
.footer-brand{
  font-family:'Poppins',sans-serif;
  font-size:24px;
  font-weight:700;
  color:#fff;
  margin-bottom:12px;
}
.footer-brand span{
  color:#38BDF8;
}

.footer-desc{
  font-size:15px;
  line-height:1.7;
  color:#94A3B8;
}

/* TITLES */
.footer-title{
  font-size:15px;
  font-weight:600;
  color:#E5E7EB;
  margin-bottom:12px;
  text-transform:uppercase;
  letter-spacing:0.5px;
}

/* LIST */
.footer-list{
  list-style:none;
  padding:0;
  margin:0;
}
.footer-list li{
  font-size:14px;
  margin-bottom:8px;
  color:#94A3B8;
}

/* CONTACT */
.footer-contact{
  display:block;
  font-size:15px;
  color:#38BDF8;
  text-decoration:none;
  margin-bottom:15px;
}
.footer-contact:hover{
  text-decoration:underline;
}

/* CTA BUTTON */
.footer-btn{
  display:inline-block;
 background: linear-gradient(45deg, #2563EB, #F97316);
  color:white;
  font-size:14px;
  font-weight:700;
  padding:12px 26px;
  border-radius:50px;
  text-decoration:none;
}
.footer-btn:hover{
  background:#22C55E;
}

/* DIVIDER */
.footer-divider{
  border:0;
  border-top:1px solid #1E293B;
  margin:30px 0 15px;
}

/* BOTTOM */
.footer-bottom{
  font-size:13px;
  color:#64748B;
}

/* RESPONSIVE */
@media(max-width:768px){
  .pro-footer{
    padding:45px 0 25px;
  }
  .footer-brand{
    font-size:22px;
  }
  .footer-title{
    margin-top:10px;
  }
}


.ads-proof-section{
  background:#F8FAFC;
}

/* Carousel image */
.ads-thumb{
  cursor:pointer;
  border-radius:18px;
  box-shadow:0 20px 40px rgba(0,0,0,0.18);
}

/* Custom arrows */
.custom-btn{
  width:48px;
  height:48px;
  border-radius:50%;
  background:#2563EB;
  color:#fff;
  font-size:30px;
  font-weight:700;
  border:none;
  top:50%;
  transform:translateY(-50%);
  opacity:1;
}
.custom-btn:hover{
  background:#1E40AF;
}

/* Remove default icons */
.carousel-control-prev-icon,
.carousel-control-next-icon{
  display:none;
}

/* Modal background */
.modal-dark{
  background:rgba(15,23,42,0.95);
  border-radius:20px;
  border:none;
}

/* Modal image */
.modal-img{
  max-height:85vh;
  width:auto;
  object-fit:contain;
  border-radius:12px;
}

/* Close button */
.custom-close{
  position:absolute;
  top:15px;
  right:15px;
  background:#f1ebeb;
  border-radius:50%;
  padding:10px;
  opacity:1;
  z-index:10;
}
.ads-caption{
  text-align: center;
  margin-top: 12px;
  font-size: 18px;
  font-weight: 600;
  color: white;
  padding: 10px;
  
  background: linear-gradient(135deg, #2563EB, #1E40AF);
  border: 1px dashed white;
}

/* Mobile */
@media(max-width:768px){
  .ads-caption{
    font-size: 14px;
  }
}

/* Text */
.ads-note{
  font-size:14px;
  color:white;
  background-color: red;
  padding: 8px;
  border: 2px dashed white;
  font-weight: 500;
}

/* Responsive */
@media(max-width:768px){
  .custom-btn{
    width:40px;
    height:40px;
    font-size:24px;
  }
  .modal-img{
    max-height:75vh;
  }
}


.contact-map-section{
  background:#F8FAFC;
}

/* Contact box */
.contact-box{
  background:#fff;
  border-radius:18px;
  padding:32px 28px;
  box-shadow:0 20px 40px rgba(0,0,0,0.08);
}

.contact-box .section-title{
  font-family:'Poppins',sans-serif;
  font-size:32px;
  font-weight:700;
  color:#0F172A;
}
.contact-box .section-title span{
  color:#2563EB;
}

.contact-box .section-subtitle{
  font-size:16px;
  color:#475569;
  margin:12px 0 22px;
}

/* Contact list */
.contact-list{
  list-style:none;
  padding:0;
  margin:0 0 25px;
}
.contact-list li{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:14px;
  font-size:15px;
  color:#334155;
}
.contact-list i{
  color:#2563EB;
  font-size:18px;
}
.contact-list a{
  color:#334155;
  text-decoration:none;
}
.contact-list a:hover{
  text-decoration:underline;
}

/* Buttons */
.contact-btns{
  display:flex;
  gap:12px;
}
.contact-btns a{
  flex:1;
  text-align:center;
  padding:12px 0;
  border-radius:10px;
  font-size:14px;
  font-weight:600;
  text-decoration:none;
}

.btn-call{
  border:1px solid #2563EB;
  color:#2563EB;
  background:#fff;
}
.btn-call:hover{
  background:#2563EB;
  color:#fff;
}

.btn-enquire{
 background: linear-gradient(45deg, #2563EB, #F97316);
  color:white;
}
.btn-enquire:hover{
  background:#16A34A;
  color:#fff;
}

/* Map */
.map-box{
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 20px 40px rgba(0,0,0,0.1);
}
.map-box iframe{
  width:100%;
  height:100%;
  min-height:320px;
  border:0;
}

/* Responsive */
@media(max-width:768px){
  .contact-box .section-title{
    font-size:24px;
  }
  .contact-btns{
    flex-direction:column;
  }
}
/* HIDE BY DEFAULT (DESKTOP) */
.sticky-mobile-bar{
  display: none;
}

/* SHOW ONLY ON MOBILE */
@media (max-width: 768px){
  .sticky-mobile-bar{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    z-index: 9999;
    box-shadow: 0 -6px 20px rgba(0,0,0,0.2);
    animation: slideUp 0.6s ease;
  }
}

/* COMMON BUTTON */
.sticky-btn{
  flex: 1;
  padding: 14px 0;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

/* CALL BUTTON */
.call-btn{
  background: linear-gradient(45deg, #2563EB, #1E40AF);
}

/* WHATSAPP BUTTON */
.whatsapp-btn{
  background: linear-gradient(45deg, #22C55E, #16A34A);
}

/* ICON */
.sticky-btn i{
  font-size: 18px;
}





.my-custom-carousel .my-carousel-item {
  padding: 20px;
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  margin: 5px;
  background-color: #f8f8f8;
}

.my-review-card img.my-review-img {
  width: 70px !important;
  height: 70px !important;
  border-radius: 50%;
  object-fit: cover;
}


.my-review-card img.my-review-img2 {
  width: 30px !important;
  height: 30px !important;
  border-radius: 50%;
  object-fit: cover;
  position: relative;
  margin-top: 50px;
  margin-left: -25px;
}

.my-review-header {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.my-review-name {
  font-weight: bold;
  margin-left: 12px;
}

.my-review-verified {
  color: #3498db;
  margin-left: 6px;
}

.my-review-date {
  font-size: 13px;
  color: #7f8c8d;
  margin-left: 10px;
}

.my-review-rating {
  color: #fcbf02;
  margin: 12px 0;
}

.my-review-text {
  font-size: 16px;
}

.owl-nav button.owl-prev,
.owl-nav button.owl-next {
  background: #3498db;
  border: none;
  border-radius: 50%;
  color: #fff;
  font-size: 22px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.owl-nav button.owl-prev {
  left: -55px;
}

.owl-nav button.owl-next {
  right: -55px;
}

/* Media Queries */
@media (max-width: 768px) {
  .my-custom-carousel .my-carousel-item {
    padding: 15px;
  }

  .my-review-card img.my-review-img {
    width: 60px;
    height: 60px;
  }

  .my-review-text {
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .my-custom-carousel .my-carousel-item {
    padding: 10px;
  }

  .my-review-card img.my-review-img {
    width: 50px;
    height: 50px;
  }

  .my-review-text {
    font-size: 13px;
  }
}








/* Media query for mobile devices */
@media (max-width: 768px) {
  .googlereview {
    text-align: center;
  }

  .star-rating {
    font-size: 15px;
  }
}

.googlelogofull {
  width: 100px;
  height: 40px;
  margin-right: 10px;
}

.googlereview {
  display: flex;
  align-items: center;
  justify-content: center;
}

.star-rating {
  margin-left: 10px;
}

.btn-center {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}


.bgreviews {
  background-color: #f8f8f8;
  padding-top: 30px;
  padding-bottom: 30px;
  border-radius: 20px;
}

