/* ================= GLOBAL PROFESSIONAL UPGRADE ================= */

body{
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color:#222;
  scroll-behavior:smooth;
}

h1,h2,h3,h4{
  letter-spacing:0.5px;
}

/* Section spacing improvement */
section{
  position:relative;
}

section h2{
  position:relative;
  display:inline-block;
  padding-bottom:10px;
}

section h2::after{
  content:"";
  width:60%;
 /* height:3px;
  background:#C4161C;*/
  position:absolute;
  left:20%;
  bottom:0;
  border-radius:10px;
}

/* Smooth animation */
.elevator-box,
.service-box,
.why-box,
.slide-item,
.img-slide,
.vid-slide,
.info-box{
  transition:all 0.4s ease;
}

/* Hover lift effect */
.elevator-box:hover,
.service-box:hover,
.why-box:hover,
.slide-item:hover{
  transform:translateY(-12px);
  box-shadow:0 20px 40px rgba(0,0,0,0.12);
}

/* ================= HEADER PROFESSIONAL ================= */

.header{
  backdrop-filter:blur(10px);
}

nav a{
  position:relative;
}

nav a::after{
  content:"";
  position:absolute;
  width:0%;
  height:2px;
  background:#C4161C;
  left:0;
  bottom:-5px;
  transition:0.3s;
}

nav a:hover::after{
  width:100%;
}

/* ================= HERO PREMIUM ================= */

.hero-content{
  background:rgba(255,255,255,0.95);
  box-shadow:0 20px 50px rgba(0,0,0,0.25);
  border-radius:12px;
}

.hero-content h1{
  font-weight:700;
}

.hero-buttons a{
  border-radius:30px;
  transition:all 0.3s ease;
}

.hero-buttons a:hover{
  transform:translateY(-3px);
  box-shadow:0 10px 20px rgba(0,0,0,0.2);
}

/* ================= ABOUT ENHANCEMENT ================= */

.about-image img{
  box-shadow:0 20px 40px rgba(0,0,0,0.15);
}

.about-content p{
  font-size:16px;
}

.about-buttons a{
  border-radius:30px;
}

/* ================= PRODUCTS SLIDER ENHANCED ================= */

.slide-item{
  border-radius:18px;
}

.slide-item h3{
  font-size:17px;
}

/* ================= SERVICES POLISH ================= */

.services{
  background:linear-gradient(to right,#f7f7f7,#ffffff);
}

.service-box{
  border-radius:18px;
}

/* ================= WHY CHOOSE POLISH ================= */

.why-box{
  border-radius:18px;
}

.why-icon{
  transition:0.4s;
}

.why-box:hover .why-icon{
  transform:scale(1.2);
}

/* ================= GALLERY POLISH ================= */

.img-slide img,
.vid-slide iframe{
  border-radius:18px;
  box-shadow:0 15px 35px rgba(0,0,0,0.15);
}

/* ================= CONTACT PREMIUM ================= */

.contact-section{
  background:linear-gradient(to right,#f7f5f2,#ffffff);
}

.contact-form input,
.contact-form textarea{
  transition:0.3s;
}

.contact-form input:focus,
.contact-form textarea:focus{
  border-color:#C4161C;
  outline:none;
  box-shadow:0 0 10px rgba(196,22,28,0.2);
}

.contact-form button{
  border-radius:30px;
  font-weight:600;
}

.contact-form button:hover{
  transform:translateY(-3px);
  box-shadow:0 10px 20px rgba(0,0,0,0.2);
}

/* ================= FOOTER PREMIUM ================= */

.main-footer{
  letter-spacing:1px;
}

/* ================= MOBILE POLISH ================= */

@media(max-width:768px){

  section{
    padding:60px 0 !important;
  }

  .hero-content{
    text-align:center;
  }

  .slide-item{
    min-width:220px;
  }

  .img-slide{
    min-width:250px;
  }

  .vid-slide{
    min-width:300px;
  }

}

*{
  margin:0;
  padding:0;
  box-sizing:border-box;
  font-family: Arial, Helvetica, sans-serif;
}

body{
  background:#fff;
}

/* ================= CONTAINER ================= */

.container{
  width:1200px;
  margin:auto;
}

@media (max-width:1024px){
  .container{
    width:90%;
  }
}

/* ================= HEADER ================= */

.header{
 
  
  left:0;
 
 
}
/* ===== DEFAULT HEADER ===== */

.header{
  position:fixed;
  top:0;
  width:100%;
  padding:20px 0;
  transition:all 0.4s ease;
  z-index:999;
}

/* ===== SCROLL ACTIVE HEADER ===== */

.header.scrolled{
  background:#ffffff70;
  box-shadow:0 5px 20px rgba(0,0,0,0.1);
  padding:12px 0;
}

/* Menu color change after scroll */

.header.scrolled nav a{
  color:#222 !important;
}

.header.scrolled nav a:hover{
  color:#C4161C !important;
}





.header-flex{
  display:flex;
  align-items:center;
  justify-content:space-between;
}

/* ================= LOGO STYLE ================= */

.logo-box{
  background:#efefef;
  padding:8px 20px;
border-radius:0 0 15px 15px;  /* वर flat, खाली curve */
  box-shadow:0 10px 25px rgba(0,0,0,0.25);
  display:inline-block;
  margin-top: -20px;  
}

.logo-box img{
  height:100px;     /* मोठा logo */
  display:block;
}

/* Desktop Menu */
nav{
  display:flex;
  align-items:center;
}

nav a{
  color:#fff;
  text-decoration:none;
  margin-left:25px;
  font-size:16px;
  font-weight:700;
  transition:0.3s;
}

nav a:hover{
  color:#AA0000;
}

/* Hamburger */
.menu-toggle{
  display:none;
  font-size:30px;
  cursor:pointer;
  color:#fff;
}

/* ================= HERO ================= */

.hero{
  height:100vh;
  background:url("images/slider.jpeg") center/cover no-repeat;
  display:flex;
  align-items:center;
  position:relative;
}

.hero::after{
  content:"";
  position:absolute;
  width:100%;
  height:100%;
  filter: brightness(1.15); /* 1.1 ते 1.3 मध्ये adjust करू शकता */
  top:0;
  left:0;
}

.hero-content{
  position:relative;
  z-index:2;
  max-width:600px;
  background:#d3d3d3e3;
  padding:40px;
  border-radius:6px;
}

.hero-content h1{
  font-size:32px;
  margin-bottom:15px;
}

.hero-content p{
  margin-bottom:25px;
  line-height:1.6;
}

.hero-buttons a{
  display:inline-block;
  padding:12px 25px;
  margin-right:10px;
  text-decoration:none;
  color:#fff;
  border-radius:4px;
  font-weight:600;
}

.btn-blue{
  background:#0047AB;
}

.btn-green{
  background:#1f8f3c;
}

.btn-blue:hover,
.btn-green:hover{
  opacity:0.9;
}




















/* ================= MOBILE ================= */

@media (max-width:768px){

.header{
    position:fixed;
    background:#000;
  }

  body{
    padding-top:80px;
  }

  .logo img{
    height:65px;
  }

  /* Show hamburger */
  .menu-toggle{
    display:block;
  }

  /* Hide desktop menu */
  nav{
    position:absolute;
    top:100%;
    left:0;
    width:100%;
    background:#111;
    flex-direction:column;
    display:none;
    padding:20px 0;
  }

  nav a{
    display:block;
    margin:12px 0;
    text-align:center;
  }

  nav.active{
    display:flex;
  }

  /* Hero responsive */
  .hero{
    height:auto;
    padding:120px 0 60px;
    text-align:center;
  }

  .hero-content{
    max-width:100%;
    padding:25px;
  }

  .hero-content h1{
    font-size:22px;
  }
}










.hero-content p{
  margin-bottom:25px;
  line-height:1.6;
}

.hero-buttons a{
  display:inline-block;
  padding:12px 25px;
  margin-right:10px;
  text-decoration:none;
  color:#fff;
  border-radius:4px;
  font-weight:600;
}

.btn-blue{
  background:#0047AB;
}

.btn-green{
  background:#1f8f3c;
}

.btn-blue:hover,
.btn-green:hover{
  opacity:0.9;
}











/* ================= TOP STRIP ================= */

.top-strip{
  background:#e9e1d5;
  padding:10px 0;
  text-align:center;
  font-weight:600;
  font-size:16px;
}


/* ================= ABOUT SECTION ================= */

.about{
  padding:90px 0;
  background:#f5f3ef;   /* image सारखा light texture gray */
}

.about-flex{
  display:flex;
  align-items:center;
  gap:60px;
}

.about-image{
  flex:1;
}

.about-image img{
  width:100%;
  border-radius:12px;
}

.about-content{
  flex:1;
}

.about-content h2{
  font-size:32px;
  margin-bottom:20px;
  font-weight:700;
}

.about-content h2 span{
  font-weight:400;
  color:#333;
}

.about-content p{
  line-height:1.7;
  margin-bottom:25px;
  color:#444;
}

.about-list{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:15px 40px;
  margin-bottom:30px;
  font-weight:600;
}

.about-list div{
  display:flex;
  align-items:center;
  gap:10px;
}

.about-list div::before{
  content:"✔";
  color:#1f8f3c;
  font-weight:bold;
}

.about-buttons a{
  display:inline-block;
  padding:14px 28px;
  border-radius:6px;
  font-weight:600;
  text-decoration:none;
  color:#fff;
  margin-right:15px;
}

.about-buttons .btn-blue{
  background:#1f4e8c;
}

.about-buttons .btn-green{
  background:#2f8f46;
}

.about-buttons a:hover{
  opacity:0.9;
}



/* ================= RESPONSIVE ================= */

@media (max-width:1024px){
  .container{
    width:90%;
  }
}

/* Tablet & Mobile */
@media (max-width:768px){


  /* HERO */
  .hero{
    height:auto;
    padding:120px 0 60px;
    text-align:center;
  }

  .hero-content{
    max-width:100%;
    padding:25px;
  }

  .hero-content h1{
    font-size:24px;
  }

  .hero-buttons a{
    margin-bottom:10px;
  }

  /* ABOUT SECTION */
  .about{
    padding:60px 0;
  }

  .about-flex{
    flex-direction:column;
    gap:30px;
  }

  .about-content h2{
    font-size:22px;
  }

  .about-list{
    grid-template-columns:1fr;
  }

  .about-buttons{
    display:flex;
    flex-direction:column;
    gap:10px;
  }

  .about-buttons a{
    width:100%;
    text-align:center;
    margin-right:0;
  }

}

/* Small Mobile */
@media (max-width:480px){

  .logo img{
    height:65px;
  }

  .hero-content h1{
    font-size:20px;
  }

  .top-strip{
    font-size:13px;
    padding:8px 10px;
  }

}




/* ================= ELEVATORS SECTION ================= */

.elevators{
  padding:80px 0;
  text-align:center;
  background:#fff;
}

.elevator-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:30px;
 /* max-width:900px;*/
  margin:auto;
}

.elevator-box{
  background:#f9f9f9;
  border-radius:12px;
  overflow:hidden;
  box-shadow:0 5px 20px rgba(0,0,0,0.08);
  transition:0.3s;
}

.elevator-box:hover{
  transform:translateY(-8px);
}

.elevator-box img{
  width:100%;
  /*height:250px;*/
  object-fit:cover;
}

.elevator-box h3{
  padding:20px;
}

















/* ================= ADDITIONAL PRODUCTS ================= */

/* ================= PRODUCTS SLIDER 2 ================= */
/* ================= FULL WIDTH PRODUCTS SLIDER ================= */
/* ================= FULL WIDTH SLIDER WITH ARROWS ================= */

.products-slider-2{
  padding:80px 0;
  background:#fff;
  width:100%;
  position:relative;
      text-align: center;
}

.products-slider-2 h2{
  text-align:center;
  font-size:32px;
  margin-bottom:50px;
  font-weight:700;
}

.slider-wrapper{
  overflow:hidden;
 
  width:100%;
}

.slider-track{
  display:flex;
  width:max-content;
}

/* Auto animation */


.slider-wrapper:hover .auto-slide{
  animation-play-state:paused;
}

@keyframes scrollAuto{
  0%{ transform:translateX(0); }
  100%{ transform:translateX(-50%); }
}

.slide-item{
  min-width:320px;
  margin-right:30px;
  background:#f8f8f8;
  border-radius:12px;
  overflow:hidden;
  box-shadow:0 5px 20px rgba(0,0,0,0.08);
  text-align:center;
  
}

/* Default */
.slide-item img{
  width:100%;
  height:260px;
  object-fit:cover;
  transition:0.4s ease;
}

/* Desktop hover → full image */
.slide-item:hover img{
  object-fit:contain;
  background:#fff;
}

/* Mobile मध्ये full image default */
@media(max-width:768px){
  .slide-item img{
    object-fit:contain;
    background:#fff;
  }
}

.slider-wrapper{
  
  scroll-behavior:smooth;
  -webkit-overflow-scrolling:touch;
}
.slide-item{
  overflow:hidden;
}

.slide-item img{
  transition:0.4s ease;
}

.slide-item:hover img{
  object-fit:contain;
  transform:scale(0.95);
  background:#fff;
}

.slide-item h3{
  padding:18px;
  font-size:18px;
  font-weight:600;
}

/* Arrow Buttons */
.slider-btn{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  background:#000;
  color:#fff;
  border:none;
  width:45px;
  height:45px;
  border-radius:50%;
  cursor:pointer;
  font-size:20px;
  z-index:10;
  opacity:0.7;
}

.slider-btn:hover{
  opacity:1;
}

.prev-btn{ left:20px; }
.next-btn{ right:20px; }

@media(max-width:768px){
  .slide-item{
    min-width:250px;
  }
}


/* ================= SERVICES SECTION ================= */

.services{
  padding:80px 0;
  background:#f3f3f3;
  text-align:center;
}

.services h2{
  font-size:32px;
  margin-bottom:50px;
  font-weight:700;
}

.services-grid{
  display:flex;
  gap:30px;
  justify-content:center;
  flex-wrap:wrap;
}

.service-box{
  flex:1;
  min-width:250px;
  max-width:260px;
  background:#fff;
  padding:20px;
  border-radius:12px;
  box-shadow:0 8px 25px rgba(0,0,0,0.08);
  transition:0.4s;
}

.service-box:hover{
  transform:translateY(-10px);
}

.service-box img{
  width:100%;
  height:200px;
  object-fit:cover;
  border-radius:8px;
  margin-bottom:20px;
}

.service-box h3{
  font-size:18px;
  margin-bottom:15px;
}

.service-box p{
  font-size:14px;
  color:#555;
  line-height:1.6;
}

/* Responsive */
@media(max-width:768px){
  .services-grid{
    flex-direction:column;
    align-items:center;
  }

  .service-box{
    max-width:90%;
  }
}
.service-box img{
  transition:0.4s ease;
}

.service-box:hover img{
  transform:scale(1.05);
}








/* ================= TESTIMONIAL SECTION ================= */

.testimonial-section{
  padding:100px 0;
  background:#f8f9fb;
  text-align:center;
}

.testimonial-section h2{
  font-size:34px;
  margin-bottom:60px;
}

.testimonial-wrapper{
  position:relative;
  display:flex;
  align-items:center;
}

.testimonial-slider{
  display:flex;
  gap:30px;
  overflow:hidden;
  scroll-behavior:smooth;
}

.testimonial-card{
  min-width:350px;
  background:#fff;
  padding:30px;
  border-radius:15px;
  box-shadow:0 15px 40px rgba(0,0,0,0.08);
  text-align:left;
  transition:0.4s;
}

.testimonial-card:hover{
  transform:translateY(-10px);
}

.stars{
  color:#e63946;
  font-size:18px;
  margin-bottom:10px;
}

.date{
  font-size:13px;
  color:#888;
  margin-bottom:15px;
}

.testimonial-card p{
  font-size:14px;
  line-height:1.6;
  margin-bottom:20px;
}

.client-info{
  display:flex;
  align-items:center;
  gap:12px;
}

.client-info img{
  width:50px;
  height:50px;
  border-radius:50%;
  object-fit:cover;
}

.client-info h4{
  font-size:15px;
  margin:0;
}

.client-info span{
  font-size:13px;
  color:#777;
}

/* Arrows */

.arrow{
  background:#fff;
  border:none;
  font-size:22px;
  padding:10px 15px;
  cursor:pointer;
  box-shadow:0 5px 15px rgba(0,0,0,0.1);
  border-radius:50%;
  transition:0.3s;
}

.arrow:hover{
  background:#C4161C;
  color:#fff;
}

section{
  scroll-margin-top:100px;
}





/* ================= About ================= */

.heroabout{
  height:100vh;
  background:url("images/About Us hero banner.jpg") center/cover no-repeat;
  display:flex;
  align-items:center;
  position:relative;
}

.heroabout::after{
  content:"";
  position:absolute;
  width:100%;
  height:100%;
  filter: brightness(1.15); /* 1.1 ते 1.3 मध्ये adjust करू शकता */
  top:0;
  left:0;
}

.heroabout-content{
  position:relative;
  z-index:2;
  max-width:600px;
  background:#d3d3d3;
  padding:40px;
  border-radius:6px;
}

.heroabout-content h1{
  font-size:32px;
  margin-bottom:15px;
}

.heroabout-content p{
  margin-bottom:25px;
  line-height:1.6;
}

.heroabout-buttons a{
  display:inline-block;
  padding:12px 25px;
  margin-right:10px;
  text-decoration:none;
  color:#fff;
  border-radius:4px;
  font-weight:600;
}








.heroelevators{
  height:100vh;
  background:url("images/Elevator Service in nashik image+.png") center/cover no-repeat;
  display:flex;
  align-items:center;
  position:relative;
}

.heroelevators::after{
  content:"";
  position:absolute;
  width:100%;
  height:100%;
  filter: brightness(1.15); /* 1.1 ते 1.3 मध्ये adjust करू शकता */
  top:0;
  left:0;
}

.heroelevators-content{
  position:relative;
  z-index:2;
  max-width:600px;
  background:#d3d3d3;
  padding:40px;
  border-radius:6px;
}

.heroelevators-content h1{
  font-size:32px;
  margin-bottom:15px;
}

.heroelevators-content p{
  margin-bottom:25px;
  line-height:1.6;
}

.heroelevators-buttons a{
  display:inline-block;
  padding:12px 25px;
  margin-right:10px;
  text-decoration:none;
  color:#fff;
  border-radius:4px;
  font-weight:600;
}








.icon {
  font-size: 40px;
  color: #007bff;
  margin-bottom: 15px;
}


/* CTA SECTION */
.cta-section {
  position: relative;
  padding: 80px 20px;
  text-align: center;
  
      background: linear-gradient(135deg, #ec1f24, #a30004);
  color: #fff;
  overflow: hidden;
}

.cta-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('https://www.transparenttextures.com/patterns/cubes.png');
  opacity: 0.1;
}

.cta-content {
  position: relative;
  z-index: 2;
}

.cta-section h2 {
  font-size: 32px;
  font-weight: 700;
}

.cta-section h2 span {
  color: #ffd700;
}

.cta-section p {
  margin-top: 15px;
  font-size: 16px;
  opacity: 0.9;
}

.cta-buttons {
  margin-top: 35px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.cta-btn {
  padding: 14px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.call-btn {
      background: #c91217;
  color: #fff;
}

.quote-btn {
  background: #fff;
  color: #0056b3;
}

.cta-btn:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}




.services {
  padding: 80px 20px;
  text-align: center;   /* Heading center */
}

.container {
  max-width: 1200px;
  margin: 0 auto;       /* Section center */
}

.services h2 {
  font-size: 32px;
  margin-bottom: 40px;
}





.icon {
  font-size: 45px;
  color: #007bff;
  margin-bottom: 15px;
}

.service-box h3 {
  margin-bottom: 15px;
}

.service-box p {
  font-size: 15px;
  line-height: 1.6;
}



/*elevator page*/

.elevator-hero{
  background:#0e1a35;
  color:#fff;
  text-align:center;
  padding:200px 0px 50px 0px;
}

.hero-btns{
  margin-top:25px;
}

.btn-primary, .btn-secondary{
  padding:12px 25px;
  margin:10px;
  text-decoration:none;
  border-radius:30px;
  font-weight:600;
  display:inline-block;
}

.btn-primary{
  background:#C4161C;
  color:#fff;
}

.btn-secondary{
  background:#fff;
  color:#0e1a35;
}

/*.elevator-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
  gap:25px;
  margin-top:40px;
}*/

.elevator-box{
  background:#fff;
 /* padding:25px;*/
  border-radius:10px;
  box-shadow:0 5px 20px rgba(0,0,0,0.08);
  transition:0.3s;
}

.elevator-box:hover{
  transform:translateY(-8px);
}

.card-btn{
  display:inline-block;
  margin-top:15px;
  color:#C4161C;
  font-weight:600;
  text-decoration:none;
}

.why-choose{
  background:#f7f7f7;
  padding:60px 20px;
  text-align:center;
}

.final-cta{
  background:#C4161C;
  color:#fff;
  text-align:center;
  padding:70px 20px;
}

.elevator-grid-section {
  padding: 80px 20px;
 
}

.container {
  max-width: 1200px;
  margin: auto;
}

/* 3 Column Layout */
/*.elevator-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  justify-content: center;
}*/

/* Card Design */
.elevator-box {
  background: #fff;
 /* padding: 30px 25px;*/
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transition: 0.3s ease;
}

.elevator-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 35px rgba(0,0,0,0.15);
}

.elevator-icon {
  font-size: 40px;
  color: #ec1f24;
  margin-bottom: 15px;
}

.elevator-box h3 {
  margin-bottom: 10px;
  font-size: 20px;
}

.elevator-box p {
  font-size: 14px;
  margin-bottom: 15px;
  color: #555;
}

.elevator-box ul {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.elevator-box ul li {
  font-size: 14px;
  margin-bottom: 8px;
}

.elevator-box ul li i {
  color: green;
  margin-right: 6px;
}

.card-btn {
  display: inline-block;
  padding: 10px 20px;
  background: #ec1f24;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  transition: 0.3s;
}

.card-btn:hover {
  background: #0056b3;
}

/* Responsive */
@media (max-width: 992px) {
  .elevator-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .elevator-grid {
    grid-template-columns: 1fr;
  }
}



/* ================= WHY CHOOSE SECTION ================= */
/* ================= WHY CHOOSE PREMIUM ================= */



/* ================= WHY FULL IMAGE ================= */

.why-full{
  position:relative;
  padding:100px 0;
  background:url("images/why-choose.png") no-repeat right center/cover;
  overflow:hidden;
}

/* LEFT WHITE GRADIENT OVERLAY */
.why-full::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:60%;
  height:100%;
  background:linear-gradient(to right, rgba(255,255,255,0.95), rgba(255,255,255,0.8), rgba(255,255,255,0));
  z-index:1;
}

.why-inner{
  position:relative;
  z-index:2;
}

.why-text{
  max-width:600px;
}

.why-text h2{
  font-size:40px;
  font-weight:700;
  color:#1c2b4a;
  margin-bottom:20px;
}

.why-text p{
  font-size:16px;
  line-height:1.8;
  color:#323232;
  margin-bottom:40px;
  font-weight: bold;
}

.why-boxes{
  display:grid;
  grid-template-columns:repeat(2, 1fr);
  gap:20px;
  max-width:600px;
}
.why-card{
  display:flex;
  align-items:center;
  gap:15px;
  background:#f7f9fc;
  padding:18px 20px;
  border-radius:10px;
  box-shadow:0 6px 18px rgba(0,0,0,0.08);
  transition:0.3s;
}

.why-card:hover{
  transform:translateY(-5px);
}

.why-icon1{
  width:55px;
  height:55px;
  background:#e6f0ff;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:10px;
  font-size:22px;
  color:#ec1f24;
}
.why-text-box h3{
  font-size:34px;
  font-weight:700;
  color:#1c2b4a;
  margin:0;
}

.why-text-box p{
  margin:2px 0 0;
  font-size:14px;
  color:#323232;
  font-weight: bold;
}
.review-card h3{
  display:flex;
  align-items:center;
  gap:6px;
}

.stars{
  color:#f5b301;
  font-size:14px;
}

.why-box{
  background:#fff;
  padding:22px;
  border-radius:10px;
  box-shadow:0 10px 30px rgba(0,0,0,0.08);
  transition:0.3s;
}

.why-box:hover{
  transform:translateY(-6px);
}

.why-box h3{
  font-size:28px;
  font-weight:700;
  color:#1c2b4a;
  margin-bottom:6px;
}

.why-box span{
  font-size:14px;
  color:#6d7b8a;
}

.review-btn{
  display:inline-block;
  margin-top:6px;
  padding:6px 16px;
  background:linear-gradient(to bottom,#2d5be3,#1e43b7);
  color:#fff;
  font-size:13px;
  border-radius:6px;
  text-decoration:none;
  font-weight:500;
  box-shadow:0 4px 10px rgba(0,0,0,0.15);
  transition:0.3s;
}

.review-btn:hover{
  background:linear-gradient(to bottom,#1e43b7,#16308a);
}

/* Responsive */
@media(max-width:768px){
  .why-boxes{
    grid-template-columns:1fr;
  }
}

/* Responsive */

@media(max-width:992px){
  .why-full{
    background-position:center;
  }

  .why-full::before{
    width:100%;
    background:rgba(255,255,255,0.9);
  }

  .why-boxes{
    grid-template-columns:1fr;
  }
}


