/* ==========================================================
   Utkram Chemicals Pvt. Ltd. — Stylesheet
   ========================================================== */

:root{
  --navy: #0b2b52;
  --blue: #0f5cb8;
  --blue-dark: #0a3d7a;
  --ink: #16232f;
  --muted: #5c6b78;
  --paper: #ffffff;
  --tint: #eef4fb;
  --tint-2: #e6eefb;
  --line: #e4e9ee;
  --gold: #f2b134;
  --radius: 10px;
  --font-display: 'Poppins', sans-serif;
  --font-body: 'Inter', sans-serif;
}

*{box-sizing:border-box;}

body{
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
}

h1,h2,h3,h4,h5,h6{
  font-family: var(--font-display);
  color: var(--navy);
  font-weight: 700;
  margin: 0;
}

a{text-decoration:none; color:inherit;}
img{max-width:100%; display:block;}

.section-label{
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .8rem;
  font-weight: 700;
  color: var(--blue);
  margin-bottom: .6rem;
}

.section-title{
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  margin-bottom: 1rem;
  line-height: 1.2;
}

.section-copy{
  color: var(--muted);
  max-width: 46ch;
  margin-bottom: 1.8rem;
}

/* ---------- Buttons ---------- */
.btn-primary-brand{
  background: var(--blue);
  border: 1px solid var(--blue);
  color: #fff;
  font-weight: 600;
  padding: .7rem 1.6rem;
  border-radius: 4px;
  transition: all .2s ease;
  text-transform: uppercase;
  font-size: 15px;
}
.btn-primary-brand:hover{
  background: var(--blue-dark);
  border-color: var(--blue-dark);
  color: #fff;
}
.btn-outline-light{
  border: 1px solid rgba(255,255,255,.7);
  color: #fff;
  font-weight: 600;
  padding: .7rem 1.6rem;
  border-radius: 4px;
  font-size: 15px;
  text-transform: uppercase;
}
.btn-outline-light:hover{
  background: rgba(255,255,255,.12);
  color: #fff;
}

/* ---------- Header / Navbar ---------- */
.site-header{
  background: #fff;
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 1000;
}
.navbar{padding: .9rem 0;}
.navbar-brand{
  display: flex;
  align-items: center;
  gap: .6rem;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.15rem;
  color: var(--navy);
}
.navbar-brand small{
  display:block;
  font-size: .6rem;
  font-weight: 500;
  color: var(--muted);
  letter-spacing: .05em;
}
.brand-icon{
  font-size: 1.5rem;
  color: var(--blue);
}
.navbar-nav .nav-link{
	color: var(--ink);
	font-weight: 600;
	padding: .5rem 1rem !important;
	position: relative;
	text-transform: uppercase;
	font-size: 13px;
}
.navbar-nav .current-menu-item a{
  color: var(--blue);
}
.navbar-nav .current-menu-item a::after{
  content:'';
  position:absolute;
  left: 1rem; right: 1rem; bottom: 0;
  height: 2px;
  background: var(--blue);
}
.nav-utility{gap:.25rem;}
.utility-icon{
  width: 36px; height: 36px;
  display:flex; align-items:center; justify-content:center;
  border-radius: 50%;
  color: var(--muted);
  transition: background .2s ease;
}
.utility-icon:hover{ background: var(--tint); color: var(--blue); }

/* ---------- Hero ---------- */
.hero{
  position: relative;
  min-height: 640px;
  display:flex;
  align-items:center;
  overflow:hidden;
}
.hero-media{
  position:absolute; inset:0;
}
.hero-media img{
  width:100%; height:100%; object-fit:cover;
}
.hero-overlay{
  position:absolute; inset:0;
  background: linear-gradient(90deg, rgba(6,16,32,.88) 0%, rgba(6,16,32,.65) 45%, rgba(6,16,32,.35) 100%);
}
.hero-content{
  position:relative;
  z-index:2;
  color:#fff;
  padding: 5rem 0;
  /*max-width: 780px;*/
}
.hero .eyebrow{
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: .8rem;
  font-weight: 600;
  color: var(--gold);
  margin-bottom: 1rem;
}
.hero h1{
  color:#fff;
  font-size: clamp(2rem, 4.2vw, 3.2rem);
  line-height: 1.15;
  margin-bottom: 1.2rem;
}
.hero h1 span{ color: #cfe0f7; }
.hero-lede{
  color: rgba(255,255,255,.85);
  font-size: 1.05rem;
  max-width: 65ch;
  margin-bottom: 2rem;
}
.hero-actions{ display:flex; gap: 1rem; flex-wrap: wrap; }

/* ---------- Stats ---------- */
.stats-section{
  padding: 3.5rem 0;
  border-bottom: 1px solid var(--line);
}
.stat-card{
  text-align:center;
  padding: 1.2rem .5rem;
  border: 1px solid #5c6b78;
}
.stat-icon{
  width: 56px; height:56px;
  margin: 0 auto 1rem;
  display:flex; align-items:center; justify-content:center;
  background: var(--tint);
  color: var(--blue);
  border-radius: 50%;
  font-size: 1.3rem;
}
.stat-card h3{
  font-size: 1.3rem;
  margin-bottom: .3rem;
}
.stat-card p{
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .72rem;
  font-weight: 600;
  color: var(--muted);
  margin:0;
}

/* ---------- Partners ---------- */
.partners-section { background: #eef2f9; padding: 60px 0; }
.section-label {
  color: #2f5fdb; font-weight: 600; letter-spacing: 1px;
  text-transform: uppercase; font-size: 14px; margin-bottom: 24px;
}

.partners-carousel {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
}

.partners-viewport {
  overflow: hidden;
  flex: 1;
  mask-image: linear-gradient(to right, transparent, black 8%, black 92%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, black 8%, black 92%, transparent);
}

.partners-track {
  display: flex;
  gap: 20px;
  width: max-content;
  animation: scrollPartners 20s linear infinite;
}

.partners-track:hover { animation-play-state: paused; }

@keyframes scrollPartners {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); } /* exactly half, since content is duplicated */
}

.partner-item {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border-radius: 10px;
  padding: 16px 24px;
  white-space: nowrap;
  box-shadow: 0 1px 3px rgba(0,0,0,0.06);
  font-weight: 500;
  color: #333;
}

.partner-item i { color: #2f5fdb; }

.carousel-arrow {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  cursor: pointer;
  font-size: 14px;
  color: #2f5fdb;
  z-index: 2;
}
.carousel-arrow:hover { background: #2f5fdb; color: #fff; }

/* ---------- Core Strengths ---------- */
.strengths-section{
  background: var(--tint-2);
  padding: 5.5rem 0;
}
.feature-row{
  display:flex;
  gap: 1rem;
  margin-bottom: 30px;
}
.feature-icon{
  flex-shrink:0;
  width: 46px; height: 46px;
  background: var(--blue-dark);
  color:#fff;
  border-radius: 8px;
  display:flex; align-items:center; justify-content:center;
  font-size: 1.05rem;
}
.feature-row h5{
  margin-bottom: .3rem;
  font-size: 1.05rem;
}
.feature-row p{
  color: var(--muted);
  margin:0;
  font-size: .93rem;
}
.strengths-media img{
  border-radius: var(--radius);
  box-shadow: 0 24px 48px -18px rgba(11,43,82,.35);
  width:100%;
  aspect-ratio: 4/4.4;
  object-fit: cover;
}

/* ---------- Industries ---------- */
.industries-section{
  padding: 5.5rem 0;
}
.carousel-nav{ display:flex; gap:.6rem; }
.carousel-btn{
  width: 42px; height: 42px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background:#fff;
  color: var(--navy);
  display:flex; align-items:center; justify-content:center;
  transition: all .2s ease;
}
.carousel-btn:hover{ background: var(--blue); color:#fff; border-color: var(--blue); }
.industry-card{ height:100%; }
.industry-media{
  border-radius: var(--radius);
  overflow:hidden;
  aspect-ratio: 3/3.6;
  margin-bottom: 1rem;
}
.industry-media img{
  width:100%; height:100%; object-fit:cover;
  transition: transform .4s ease;
}
.industry-card:hover .industry-media img{ transform: scale(1.06); }
.industry-card h5{ margin-bottom:.4rem; font-size:1.05rem; }
.industry-card p{ color: var(--muted); font-size:.9rem; margin:0; }

/* ---------- Clientele ---------- */
.clientele-section{
  background: var(--tint);
  padding: 5rem 0;
}
.client-logo{
  background:#fff;
  border:1px solid var(--line);
  border-radius: 8px;
  height: 84px;
  display:flex; align-items:center; justify-content:center;
  color: #b6c0ca;
  font-size:.75rem;
  font-weight:700;
  letter-spacing:.06em;
}

/* ---------- Testimonial ---------- */
.testimonial-section{
  background: linear-gradient(135deg, var(--navy), var(--blue-dark));
  padding: 5.5rem 0;
  color:#fff;
}
.quote-icon{
  font-size: 2.2rem;
  color: rgba(255,255,255,.35);
  margin-bottom: 1.2rem;
}
.testimonial-quote{
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  font-family: var(--font-display);
  font-weight: 500;
  max-width: 900px;
  margin: 0 auto 1.8rem;
  line-height: 1.5;
}
.testimonial-name{ color:#fff; margin-bottom:.2rem; }
.testimonial-role{
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .75rem;
  color: rgba(255,255,255,.65);
  font-weight: 600;
}
.carousel-indicators-custom{
  display:flex;
  justify-content:center;
  gap:.5rem;
  margin-top: 2rem;
}
.carousel-indicators-custom button{
  width:9px; height:9px;
  border-radius:50%;
  border:none;
  background: rgba(255,255,255,.35);
  padding:0;
}
.carousel-indicators-custom button.active{
  background: #fff;
  width: 22px;
  border-radius: 6px;
  transition: all .25s ease;
}

/* ---------- Footer ---------- */
.site-footer{
  background: var(--tint);
  padding: 4.5rem 0 1.5rem;
}
.footer-brand{
  display:flex; align-items:center; gap:.6rem;
  font-family: var(--font-display);
  font-weight:700;
  font-size: 1.1rem;
  color: var(--navy);
  margin-bottom: 1rem;
}
.footer-brand small{
  display:block;
  font-size:.6rem;
  font-weight:500;
  color:var(--muted);
}
.footer-about{
  color: var(--muted);
  font-size: .9rem;
  max-width: 40ch;
}
.site-footer h6{
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .78rem;
  color: var(--blue);
  margin-bottom: 1.1rem;
}
.footer-links{ list-style:none; padding:0; margin:0; }
.footer-links li{ margin-bottom: .7rem; }
.footer-links a{
  color: var(--muted);
  font-size: .93rem;
  transition: color .2s ease;
}
.footer-links a:hover{ color: var(--blue); }
.footer-contact{ list-style:none; padding:0; margin:0; }
.footer-contact li{
  display:flex;
  gap:.7rem;
  color: var(--muted);
  font-size: .9rem;
  margin-bottom: 1rem;
  align-items:flex-start;
}
.footer-contact i{
  color: var(--blue);
  margin-top: .2rem;
  width:16px;
}
.site-footer hr{ border-color: #ccc; margin: 2rem 0 1.2rem; opacity: 1;}
.footer-bottom{ color: var(--muted); font-size: .85rem; }
.social-icons{ display:flex; gap:.6rem; }
.social-icons a{
  width: 34px; height: 34px;
  border-radius: 50%;
  background: #fff;
  border:1px solid var(--line);
  color: var(--navy);
  display:flex; align-items:center; justify-content:center;
  transition: all .2s ease;
}
.social-icons a:hover{ background: var(--blue); color:#fff; border-color: var(--blue); }

/* ---------- Responsive ---------- */
@media (max-width: 991.98px){
  .navbar-collapse{
    background:#fff;
    padding: 1.2rem;
    border-top: 1px solid var(--line);
    margin-top: .9rem;
  }
  .navbar-nav{ margin-bottom: 1rem; }
  .nav-utility{ justify-content: space-between; }
  .hero{ min-height: 560px; }
  .strengths-media{ margin-top: 2rem; }
}

@media (max-width: 575.98px){
  .hero-actions .btn{ width:100%; text-align:center; }
  .hero-content{ padding:20px 15px; }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce){
  .industry-card:hover .industry-media img{ transform:none; }
  *{ transition: none !important; }
}








/* About Us Page */


  .section-label.light { color: #a9c1f2; }
  .text-center { text-align: center; }
  .body-copy { color: var(--text-muted); line-height: 1.7; margin-bottom: 18px; font-size: 15px; }

  .about-hero {
    position: relative;
    min-height: 320px;
    display: flex;
    align-items: center;
    background: url('../images/about-ucpl-hero.jpg') center/cover no-repeat;
    padding: 150px 0 100px 0;
  }
  .about-hero-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(100deg, rgba(10,25,50,0.88) 20%, rgba(10,25,50,0.55) 80%);
  }
  .about-hero .container { position: relative; z-index: 1; }
  .hero-title {
    color: #fff; font-size: 42px; font-weight: 800; line-height: 1.2; margin: 0 0 16px;
  }
  .hero-sub { color: #d3ddf0; max-width: 560px; font-size: 15px; line-height: 1.7; }

  /* LEGACY */
  .legacy-section { background: #fff; padding: 80px 0; }
  .legacy-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
  .legacy-text h2 { font-size: 30px; color: var(--text-dark); margin: 0 0 20px; line-height: 1.3; }

  .legacy-stats { display: flex; gap: 14px; margin-top: 28px; }
  .stat-box {
    background: #EEF4FF; border-radius: 10px; padding: 16px 20px;
    display: flex; flex-direction: column; align-items: center; flex: 1;
  }
  .stat-num { font-size: 22px; font-weight: 700; color: var(--navy); }
  .stat-label { font-size: 11px; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.5px; margin-top: 4px; }

  .legacy-image-wrap { position: relative; }
  .legacy-image { width: 100%; border-radius: 14px; display: block; object-fit: cover; }
  .legacy-quote-card {
    position: absolute; bottom: 24px; left: -24px;
    background: var(--navy); color: #fff; padding: 20px 24px;
    border-radius: 10px; max-width: 260px; box-shadow: 0 12px 30px rgba(13,35,64,0.3);
  }
  .legacy-quote-card p { font-style: italic; font-size: 14px; line-height: 1.5; margin: 0; }

  /* PHILOSOPHY */
  .philosophy-section { background: #F4F7F9; padding: 80px 0; }
  .philosophy-section h2.text-center { margin: 0 auto 20px; font-size: 30px; font-weight: 600; color: var(--text-muted); text-transform: capitalize;}
  .philosophy-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 40px;}
  .philosophy-card { border-radius: 16px; padding: 40px; }
  .philosophy-card.light { background: #fff; border: 1px solid var(--border-soft); }
  .philosophy-card.dark { background: var(--navy); color: #fff; }
  .philosophy-icon {
    width: 44px; height: 44px; border-radius: 5px; background: #006BB6;
    display: flex; align-items: center; justify-content: center; color: #fff; font-size: 18px; margin-bottom: 20px;
  }
  .philosophy-card.dark .philosophy-icon { background: rgba(255,255,255,0.15); }
  .philosophy-card h3 { font-size: 20px; margin: 0 0 12px; }
  .philosophy-card p { font-size: 14.5px; line-height: 1.7; color: var(--text-muted); margin: 0; }
  .philosophy-card.dark p { color: #c7d3ea; }

  /* LEADERSHIP */
  .leadership-section { background: #fff; padding: 80px 0; }
  .leadership-header {
    display: flex; justify-content: space-between; align-items: flex-end;
    flex-wrap: wrap; gap: 20px; margin-bottom: 40px; border-bottom: 1px solid var(--border-soft); padding-bottom: 30px;
  }
  .leadership-header h2 { font-size: 30px; margin: 0; color: var(--text-dark); }
  .leadership-sub { max-width: 320px; font-size: 14px; color: var(--text-muted); text-align: right; }

  .leadership-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
  .leader-card{ border-bottom: 1px solid #ccc; padding-bottom: 15px;}
  .leader-card img {
    width: 100%; aspect-ratio: 3/3.4; object-fit: cover; border-radius: 10px; margin-bottom: 16px;
  }
  .leader-card h4 { font-size: 16px; margin: 0 0 4px; color: var(--text-dark); }
  .leader-card span { font-size: 12px; color: #2f5fdb; font-weight: 600; letter-spacing: 0.3px; text-transform: uppercase;}

  /* RESPONSIVE */
  @media (max-width: 900px) {
    .legacy-grid { grid-template-columns: 1fr; gap: 40px; }
    .philosophy-grid { grid-template-columns: 1fr; }
    .leadership-grid { grid-template-columns: repeat(2, 1fr); }
    .leadership-sub { text-align: left; }
    .hero-title { font-size: 32px; }
  }
  @media (max-width: 520px) {
    .leadership-grid { grid-template-columns: 1fr 1fr; gap: 16px; }
    .legacy-stats { flex-wrap: wrap; }
    .legacy-quote-card { position: static; margin-top: 16px; max-width: 100%; }
  }
  
  
  
  
    /* HERO */
  .contact-hero {
    position: relative;
    min-height: 260px;
    display: flex;
    align-items: center;
    background: url('../images/contact-us-hero.jpg') center/cover no-repeat;
    padding: 150px 0;
  }
  .contact-hero-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(100deg, rgba(9,22,45,0.92) 25%, rgba(9,22,45,0.6) 85%);
  }
  .contact-hero .container { position: relative; z-index: 1; }
  
  /* CONTACT SECTION */
  .contact-section {
    background: #eef2f9;
    background-image: radial-gradient(circle, #d7e0f2 1px, transparent 1px);
    background-size: 18px 18px;
    padding: 60px 0;
  }
  .contact-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 24px; align-items: start; }

  .contact-card {
    background: #fff; border-radius: 14px; padding: 32px;
    border: 1px solid #dde4f0;
  }

  .form-heading { font-size: 17px; color: #16213a; margin: 0 0 24px; font-weight: 600; }

  .contact-form .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
  .form-group { display: flex; flex-direction: column; }
  .form-group label { font-size: 13px; color: #16213a; margin-bottom: 6px; font-weight: 500; }
  .form-group input, .form-group textarea {
    border: 1px solid #000; border-radius: 8px; padding: 11px 14px;
    font-size: 14px; color: #16213a; font-family: inherit; resize: vertical;
  }
.form-group textarea { height: 165px;}
  .form-group input:focus, .form-group textarea:focus {
    outline: none; border-color: #2f5fdb; box-shadow: 0 0 0 3px rgba(47,95,219,0.12);
  }

  .submit-btn {
    background: #0d2340; color: #fff !important; border: none; border-radius: 8px;
    padding: 13px 26px; font-size: 14px; font-weight: 600; cursor: pointer;
    display: inline-flex; align-items: center; gap: 10px; text-transform: uppercase;
  }
  .submit-btn:hover { background: #2f5fdb; }

  /* INFO COLUMN */
  .contact-info-col { display: flex; flex-direction: column; gap: 24px; }

  .office-row { display: flex; gap: 14px; margin-bottom: 20px; }
  .office-icon, .directory-icon {
    width: 40px; height: 40px; border-radius: 5px; background: #2f5fdb;
    color: #fff; display: flex; align-items: center; justify-content: center;
    font-size: 15px; flex-shrink: 0;
  }
  .office-row h4 { font-size: 15px; margin: 0 0 6px; color: #16213a; }
  .office-row p { font-size: 13.5px; color: var(--text-muted); line-height: 1.6; margin: 0; }

  .map-placeholder {
    background: #dbe6fb; border-radius: 10px; height: 140px;
    display: flex; align-items: center; justify-content: center;
  }
  .map-link-btn {
    background: #fff; color: #16213a; font-size: 13px; font-weight: 600;
    padding: 10px 18px; border-radius: 8px; text-decoration: none;
  }
  .map-link-btn:hover { background: #2f5fdb; color: #fff; }

  .directory-heading {
    font-size: 15px; color: #16213a; margin: 0 0 18px; padding-bottom: 16px;
    border-bottom: 1px solid #dde4f0;
  }
  .directory-row { display: flex; gap: 14px; margin-bottom: 20px; }
  .directory-row:last-child { margin-bottom: 0; }
  .directory-row h5 { font-size: 14px; margin: 0 0 4px; color: #16213a; font-weight: 600; }
  .directory-row p { font-size: 13px; margin: 0 0 2px; }
  .directory-row a { color: #2f5fdb; text-decoration: none; }
  .directory-row a:hover { text-decoration: underline; }

  /* FOOTPRINT */
  .footprint-section { background: #0d2340; padding: 60px 0; }
  .footprint-title { color: #fff; font-size: 25px; font-weight: 600; margin: 0 0 30px; }
  .footprint-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
  .footprint-box {
    border: 1px solid rgba(255,255,255,0.15); border-radius: 10px;
    padding: 24px; text-align: center; display: flex; flex-direction: column; gap: 8px;
  }
  .footprint-num { color: #fff; font-size: 24px; font-weight: 700; }
  .footprint-label { color: #a9c1f2; font-size: 12px; text-transform: uppercase; letter-spacing: 0.5px; }

  /* RESPONSIVE */
  @media (max-width: 900px) {
    .contact-grid { grid-template-columns: 1fr; }
    .footprint-grid { grid-template-columns: repeat(2, 1fr); }
  }
  @media (max-width: 560px) {
    .contact-form .form-row { grid-template-columns: 1fr; }
    .contact-card { padding: 24px; }
    .contact-hero .hero-title { font-size: 22px; }
  }
  
  
  
  
  
  
  
  
  
  /* HEADER + FILTERS */
  .gallery-header-section { background: #eef2f9; padding: 60px 0 30px; }
  .gallery-header-row {
    display: flex; justify-content: space-between; align-items: flex-end;
    flex-wrap: wrap; gap: 24px;
  }
  .gallery-header-text { max-width: 100%; }
  .gallery-title { font-size: 26px; color: #16213a; font-weight: 700; margin: 0 0 12px; }
  .gallery-sub { font-size: 14px; color: #5b6b85; line-height: 1.7; margin: 0; }

  .gallery-filters .filter-btn {
    background: #fff; border: 1px solid #dde4f0;
    font-size: 12.5px; font-weight: 600; letter-spacing: 0.4px;
    color: #16213a; text-transform: uppercase; padding: 10px 18px;
  }
  .gallery-filters .filter-btn:hover { border-color: #2f5fdb; color: #2f5fdb; }
  .gallery-filters .filter-btn.active { background: #0d2340; border-color: #0d2340; color: #fff; }

  /* GRID */
  .gallery-grid-section { background: #eef2f9; padding: 30px 0 70px; }
  .gallery-col { transition: opacity 0.25s ease, transform 0.25s ease; }
  .gallery-col.hidden { display: none; }

  .gallery-item {
    position: relative; display: block; overflow: hidden; border-radius: 10px;
    aspect-ratio: 4/3;
  }
  .gallery-item img {
    width: 100%; height: 100%; object-fit: cover; display: block;
    filter: grayscale(100%); transition: filter 0.3s ease, transform 0.4s ease;
  }
  .gallery-overlay {
    position: absolute; inset: 0; background: rgba(13,35,64,0.0);
    display: flex; align-items: center; justify-content: center;
    color: #fff; font-size: 22px; opacity: 0; transition: all 0.3s ease;
  }
  .gallery-item:hover img { filter: grayscale(30%); transform: scale(1.05); }
  .gallery-item:hover .gallery-overlay { opacity: 1; background: rgba(13,35,64,0.35); }

  /* LIGHTBOX MODAL */
  .lightbox-modal .modal-content {
    background: rgba(8,15,28,0.97); border: none; position: relative;
  }
  .lightbox-body {
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    height: 100vh; padding: 40px;
  }
  .lightbox-image {
    max-width: 90%; max-height: 78vh; object-fit: contain;
    border-radius: 6px; box-shadow: 0 20px 60px rgba(0,0,0,0.5);
  }
  .lightbox-caption { color: #dce6fb; font-size: 14px; margin-top: 18px; text-align: center; }
  .lightbox-counter { color: #7c8dab; font-size: 12.5px; margin-top: 6px; letter-spacing: 0.5px; }

  .btn-close-custom {
    position: absolute; top: 20px; right: 24px; z-index: 5;
    background: transparent; border: none; color: #fff; font-size: 26px; cursor: pointer;
  }
  .btn-close-custom:hover { color: #2f5fdb; }

  .lightbox-nav {
    position: absolute; top: 50%; transform: translateY(-50%);
    background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.2);
    color: #fff; width: 48px; height: 48px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 16px; cursor: pointer; z-index: 5;
  }
  .lightbox-nav:hover { background: #2f5fdb; border-color: #2f5fdb; }
  .lightbox-prev { left: 24px; }
  .lightbox-next { right: 24px; }

  @media (max-width: 560px) {
    .lightbox-nav { width: 40px; height: 40px; font-size: 14px; }
    .lightbox-prev { left: 10px; }
    .lightbox-next { right: 10px; }
    .lightbox-body { padding: 20px; }
  }
  
  .tour-cta-section { background: #f5f7fc; padding: 50px 0; }

  .tour-cta-card {
    background: #0f5fb3;
    border-radius: 14px;
    padding: 36px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
  }

  .tour-cta-text h3 {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    margin: 0 0 10px;
  }

  .tour-cta-text p {
    color: #cfe0f7;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
    max-width: 480px;
  }

  .tour-cta-btn {
    background: #fff;
    color: #0f2a4a;
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    padding: 14px 28px;
    border-radius: 8px;
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
  }

  .tour-cta-btn:hover {
    background: #0f2a4a;
    color: #fff;
  }

  @media (max-width: 560px) {
    .tour-cta-card {
      padding: 26px;
      flex-direction: column;
      align-items: flex-start;
    }
    .tour-cta-btn { width: 100%; text-align: center; }
  }
  
  
  
  
  
@media (max-width: 767px) {
.navbar-brand{ width: 60%;}
.hero h1{ font-size: 22px; line-height: 32px;}
.hero-content{ padding:20px 15px;}
.stat-card h3{ font-size: 15px;}
.stat-card p{ overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 1; /* number of lines to show */
           line-clamp: 1; 
   -webkit-box-orient: vertical;
}
body{ overflow-x: hidden;}   
.footer-bottom{ text-align: center; display: block !important;}
.social-icons{ display: inline-flex; margin-top: 15px;}

	
}	  
  
  