 @media (max-width: 767px) {
  .header__logo img {
    width: 60px!important;   /* apni requirement ke hisaab se set karo */
    height: auto;   /* proportion maintain karega */
  }
      .cta.-type-2 .cta__content {
        padding: 0 0px!important;
    }

}
  @media (max-width: 576px) {
 
.swiper-wrapper{
  height: 350px !important;
}
.hero__bg img{
  height: 350px !important;
}
.hero__bg video{
  height: 350px !important;
}
.hero.-type-7 .hero__nav {
    position: absolute;
    top: 45%;
    left: 10px;
    right: 10px;
    justify-content: space-between;
    transform: translateY(-50%);
    z-index: 10;
}
.hero__bg::before {
  height: 350px !important;
}
.size-72 {
  width: 34px !important;
  height: 34px !important;
}
}
 @media (max-width: 383px) {
  .swiper-wrapper{
  height: 300px! important;
}
.hero__bg img{
  height: 300px !important;
}
    .hero.-type-7 .hero__title {
        font-size: 25px;
    }
 }

  .trend-card{
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  height: 360px;
  background: #111;
  transition: transform .25s ease, box-shadow .25s ease;
}

.trend-card:hover{
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(0,0,0,.18);
}

.trend-img{
  width: 100%;
  height: 100%;
}

.trend-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform .45s ease;
}

.trend-card:hover .trend-img img{
  transform: scale(1.08);
}

/* gradient overlay */
.trend-overlay{
  position:absolute;
  inset:0;
  background: linear-gradient(
    to top,
    rgba(0,0,0,.78) 0%,
    rgba(0,0,0,.20) 55%,
    rgba(0,0,0,.05) 100%
  );
}

/* bottom text */
.trend-content{
  position:absolute;
  left: 18px;
  right: 18px;
  bottom: 16px;
  z-index: 2;
  color: #fff;
}

.trend-title{
  font-weight: 700;
  font-size: 18px;
}

.trend-desc{
  font-size: 13px;
  opacity: .9;
  line-height: 1.35;
}

/* small badge */
.trend-badge{
  position:absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
}

@media (max-width: 576px){
  .trend-card{ height: 300px; }
}

.hero__bg {
  position: relative;
  display: inline-block; /* or block */
}

.hero__bg::before {
  content: "";
  position: absolute;
  height:650px;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgb(48 39 38 / 53%); /* white overlay with 40% opacity */
  z-index: 1;
}

.hero__bg img {
  display: block;
  width: 100%;
  /* height: auto; */
  position: relative;
  z-index: 0;
  height:650px ;
}

.about-modern{
  background: #f7f8fb;
}

/* soft pattern/gradient in background */
/*.about-modern::before{
  content:"";
  position:absolute;
  inset:-30%;
  background:
    radial-gradient(circle at 15% 25%, rgba(13,110,253,.12), transparent 35%),
    radial-gradient(circle at 85% 70%, rgba(0,0,0,.08), transparent 40%),
    radial-gradient(circle at 55% 15%, rgba(13,110,253,.08), transparent 35%);
  z-index:0;
}*/

.about-modern .container{
  z-index:1;
}

.about-media{
  border-radius: 22px;
  overflow: hidden;
  background: #fff;
}

.about-media img{
  height: 520px;
  object-fit: cover;
  transition: transform .45s ease;
  width: 100%;
}

.about-media:hover img{
  transform: scale(1.05);
}

/* make image height smaller on mobile */
@media (max-width: 576px){
  .about-media img{ height: 320px; }
}

.why-choose{
  background: linear-gradient(180deg, #f8f9fb 0%, #ffffff 100%);
}

/* card */
.why-card{
  background: #fff;
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 18px;
  padding: 22px;
  box-shadow: 0 10px 30px rgba(0,0,0,.06);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  position: relative;
  overflow: hidden;
}

/* top glow accent */
.why-card::before{
  content:"";
  position:absolute;
  inset: -30% -30% auto -30%;
  height: 140px;
  background: radial-gradient(circle at 30% 30%, rgba(13,110,253,.18), transparent 60%);
}

.why-card:hover{
  transform: translateY(-6px);
  box-shadow: 0 18px 50px rgba(0,0,0,.12);
  border-color: rgba(13,110,253,.22);
}

.why-icon{
  width: 56px;
  height: 56px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(13,110,253,.10);
  border: 1px solid rgba(13,110,253,.18);
  margin-bottom: 14px;
  position: relative;
  z-index: 1;
}

.why-icon img{
  width: 26px;
  height: 26px;
}

.why-title{
  font-weight: 800;
  font-size: 18px;
  margin-bottom: 8px;
  position: relative;
  z-index: 1;
}

.why-text{
  color: #6c757d;
  line-height: 1.7;
  margin: 0;
  font-size: 14px;
  position: relative;
  z-index: 1;
}
/* whole footer wrapper */
.acme-footer{
  background: #0a3a66; /* blue area below */
}

/* top white content */
.acme-footer-top{
  background: #ffffff;
  border-top: 3px solid #0a3a66;
}

.acme-ft-title{
  font-weight: 800;
  color: #0b2a44;
  margin: 0;
}

.acme-ft-line{
  width: 52px;
  height: 3px;
  background: #0a3a66;
  margin: 10px 0 14px;
  border-radius: 10px;
}

.acme-ft-text{
  color: #586a7a;
  line-height: 1.7;
  font-size: 14px;
  margin: 0;
}

.acme-ft-small{
  color: #586a7a;
  font-size: 13px;
  margin-bottom: 10px;
}

/* socials */
.acme-social{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.acme-social-btn{
  width: 38px;
  height: 38px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  background: #0a3a66;
  transition: transform .2s ease, opacity .2s ease;
}
.acme-social-btn:hover{
  transform: translateY(-2px);
  opacity: .9;
}

/* links */
.acme-links{
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}
.acme-links li a{
  color: #0b2a44;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  padding-left: 14px;
  font-size: 14px;
}
.acme-links li a::before{
  content:"›";
  position:absolute;
  left:0;
  top:-1px;
  color:#0a3a66;
  font-weight: 900;
}
.acme-links li a:hover{
  text-decoration: underline;
}

/* contact list */
.acme-contact{
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}
.acme-contact li{
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: #0b2a44;
  font-size: 14px;
}
.acme-contact i{
  margin-top: 2px;
  color: #0a3a66;
}
.acme-contact a{
  color: #0b2a44;
  text-decoration: none;
  font-weight: 600;
}
.acme-contact a:hover{
  text-decoration: underline;
}

/* illustration strip */
.acme-footer-illustration{
  background: #fdfdfd;
  text-align: center;
  padding: 0;
}
.acme-footer-illustration img{
  width: 100%;
  max-width: 1200px;
  height: auto;
  display: block;
  margin: 0 auto;
  opacity: .95;
}

/* bottom bar */
.acme-footer-bottom{
  background: #0a3a66;
  border-top: 1px solid rgba(255,255,255,.15);
}
.acme-card{
  height: 22px;
  width: auto;
  background: rgba(255,255,255,.95);
  padding: 3px 6px;
  border-radius: 6px;
}
/* Newsletter card */
.acme-newsletter-card{
  background: #f8f9fb;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 16px;
  padding: 18px;
  height: 100%;
}

/* Form layout */
.newsletter-form-2{
  display: flex;
  gap: 12px;
  align-items: flex-start;     /* IMPORTANT: so error can sit below input */
  flex-wrap: wrap;             /* IMPORTANT: responsive */
  margin-top: 10px;
}

/* wrapper for input (recommended) */
.newsletter-form-2 .field-wrap{
  flex: 1;
  min-width: 240px;            /* keeps input nice size */
}

/* Input */
.newsletter-form-2 input{
  width: 100%;
  height: 44px !important;
  line-height: 44px;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,.18);
  padding: 0 14px;
  font-size: 14px;
  outline: none;
  background: #fff;
  box-sizing: border-box;
}

.newsletter-form-2 input:focus{
  border-color: #0a3a66;
  box-shadow: 0 0 0 .2rem rgba(10,58,102,.12);
}

/* Button */
.newsletter-form-2 button{
  height: 44px !important;
  padding: 0 18px;
  border-radius: 12px;
  border: none;
  font-weight: 800;
  background: #0a3a66;
  color: #fff;
  transition: transform .2s ease, background .2s ease;
  white-space: nowrap;
}

.newsletter-form-2 button:hover{
  transform: translateY(-1px);
  background: #062a4f;
}

/* Message area */
#msgHoldersubscribe{
  font-size: 13px;
  margin-top: 6px;
}

/* jQuery validate error (IMPORTANT FIX) */
.newsletter-form-2 label.error{
  display: block;
  margin-top: 6px;
  font-size: 12px;
  color: #dc3545;
  font-weight: 600;
}

/* Input error style */
.newsletter-form-2 input.error{
  border-color: #dc3545 !important;
  box-shadow: 0 0 0 .2rem rgba(220,53,69,.12);
}

/* Mobile improvement */
@media (max-width: 576px){
  .newsletter-form-2{
    gap: 10px;
  }
  .newsletter-form-2 .field-wrap{
    min-width: 100%;
  }
  .newsletter-form-2 button{
    width: 100%;
  }
}
/* premium modal */
.acme-popup{
  border: 0;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0,0,0,.25);
}

/* body padding */
.acme-popup-body{
  padding: 26px 26px 22px;
  background: #fff;
}

/* close button */
.acme-popup-close{
  position: absolute;
  top: 10px;
  right: 12px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: none;
  background: rgba(0,0,0,.06);
  color: #111;
  font-size: 22px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform .2s ease, background .2s ease;
  z-index: 5;
}
.acme-popup-close:hover{
  background: rgba(0,0,0,.12);
  transform: rotate(90deg);
}

/* big icon */
.acme-popup-icon{
  width: 84px;
  height: 84px;
  border-radius: 50%;
  margin: 0 auto 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at 30% 30%, #47d67b, #1ea455);
  box-shadow: 0 14px 35px rgba(30,164,85,.30);
}
.acme-popup-icon span{
  color: #fff;
  font-size: 40px;
  font-weight: 900;
  line-height: 1;
}

/* title + text */
.acme-popup-title{
  font-weight: 900;
  margin: 6px 0 8px;
  color: #101828;
}
.acme-popup-text{
  color: #667085;
  font-size: 15px;
  line-height: 1.6;
  max-width: 440px;
  margin: 0 auto 16px;
}

/* button */
.acme-popup-btn{
  background: #0a3a66;
  color: #fff;
  font-weight: 800;
  border-radius: 12px;
  padding: 10px 18px;
}
.acme-popup-btn:hover{
  background: #062a4f;
  color: #fff;
}

/* ensure modal on top of theme layers */
.modal{ z-index: 99999 !important; }
.modal-backdrop{ z-index: 99998 !important; }
