html,body{
    font-family: "Montserrat", sans-serif;
}
h1,h2,h3,h4,h5,h6{
    font-family: "Montserrat", sans-serif;
}
p{
    font-family: "Montserrat", sans-serif;
    font-size: 16px !important;
}
a{
    font-family: "Montserrat", sans-serif;
    text-decoration: none;
}
.section{
    padding: 64px 0px;
}
.main-heading{
    font-size: 42px;
    font-weight: 800;
    color: #111111;
}

.bg-f5f5f5{
  background-color: #f5f5f5;
}
.bg-f2f2f2{
  background-color: #f2f2f2;
}
.bg-index-contact{
  background-color: #26282b;
}

.navbar-brand img{
	width: 156px;
}

.about-img {
    border-radius: 20px;
    width: 100%;
    height: auto;
    box-shadow: 0 0 0 6px rgba(254, 89, 0, 0.2), 0 10px 24px rgba(254, 89, 0, 0.28);
}

.call-float {
    position: fixed;
    bottom: 80px;
    left: 20px;
    background-color: #ffc107;
    color: white;
    font-size: 20px;
    padding: 11px;
    border-radius: 50%;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    width: 50px;
    height: 50px;
    text-align: center;
}
.whatsapp-float {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background-color: #25D366;
    color: white;
    font-size: 28px;
    padding: 5px;
    border-radius: 50%;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    width: 50px;
    height: 50px;
    text-align: center;
}

/* Hero */
.hero{
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%; /* adjust as needed */
  z-index: 5;
  position: absolute;

  /* min-height:75vh; */
  display:flex; 
  flex-direction:column; 
  align-items:center; 
  justify-content:center; 
  text-align:center; 
  padding:24px;
  overflow:hidden;
  background-image: url('../images/banner-bg.webp');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* .hero:after{
  content:""; position:absolute; inset:0; pointer-events:none;
  background: radial-gradient(40rem 18rem at 50% 5%, rgba(255, 255, 255, .06), transparent 40%), linear-gradient(180deg, rgba(255, 176, 70, .35), #212529);
} */
.hero-inner{ position:relative; z-index:2; max-width:1100px }

/* Golden rounded rectangle for H2 */
.hero-eyebrow{
  display:inline-block; background:#ffb046; color:#111; font-weight:800;
  padding:14px 28px; border-radius:20px; font-size:clamp(1rem, 2.2vw, 1.35rem);
  box-shadow:0 10px 26px rgba(255,176,70,.35), inset 0 -2px 0 rgba(0,0,0,.15);
  margin-bottom:18px;
}

.hero .hero-title{
  font-size:clamp(2rem, 4.6vw, 3.2rem); 
  font-weight:800; 
  margin:8px 0 6px;
  text-shadow:0 10px 28px rgba(0,0,0,.5);
  color: #fff;
}
.hero p{
  color:#e8e8e8; 
  margin:12px auto 28px; 
  font-size: 16px;
}

.cta{ display:flex; gap:18px; flex-wrap:wrap; justify-content:center }
.btn-2{
  padding:18px 42px; border-radius:999px; font-weight:800; font-size:clamp(1rem, 2vw, 1.25rem);
  text-decoration:none; display:inline-block; transition:.2s; border:2px solid transparent;
}
.hero-btn-primary{ 
  background:linear-gradient(135deg, #ffb046, #ffb046); color:#111; box-shadow:0 16px 36px rgba(255,176,70,.35) 
}
.hero-btn-primary:hover{ transform:translateY(-3px); box-shadow:0 22px 46px rgba(255,176,70,.45) }
.btn-ghost{ border-color:#fff; color:#fff }
.btn-ghost:hover{ background:#fff; color:#111; transform:translateY(-3px) }


.about-hero .breadcrumbs{
  display:flex; gap:10px; align-items:center;
  color:#6b6b6b; font-size:14px; margin:14px 0 0;
}
.about-hero .breadcrumbs a{color:#6b6b6b; text-decoration:none}
.about-hero .breadcrumbs a:hover{color:#2a2a2a; text-decoration:underline}


.opportunity-card{
  position:relative;
  border-radius:16px;
  padding:18px 18px 18px 18px;
  background: #000;             /* solid black fill */
  color:#fff;
  isolation:isolate;            /* contain the glow */
  overflow:hidden;
}
.opportunity-card::before{
  content:"";
  position:absolute; inset:0;
  border-radius:16px;
  padding:1.6px;                 /* border thickness */
   background: linear-gradient(135deg, rgba(255,176,70,.9), rgba(255,176,70,.35));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  mask-composite: exclude;
  z-index:-1;
}
.opportunity-card::after{
  content:"";
  position:absolute; inset:-14px;
  border-radius:22px;
  background: radial-gradient(60% 60% at 50% 50%, rgba(255,176,70,.25), transparent 60%);
  z-index:-2;
  filter: blur(12px);
}
.opportunity-card:hover{
  transform: translateY(-2px);
  transition: transform .25s ease;
}
.opportunity-card h4{
  margin:0 0 6px 0;
  font-size: clamp(16px, 2vw, 18px);
  font-weight:700;
  letter-spacing:.2px;
}
.opportunity-card p{
  margin:0;
  font-size: clamp(14px, 1.6vw, 15px);
  line-height:1.65;
  color:#e9e9e9;
}
.accent-underline{
  width:72px; height:6px; border-radius:6px;
  background: linear-gradient(90deg, var(--accent), rgba(255,176,70,.35));
  margin:10px 0 18px 0;
}


:root{
    --bg:#f7f7f8;
    --ink:#1e2329;
    --muted:#6c7680;
    --panel:#0f1c2c;         /* dark left card */
    --accent:#e25527;        /* orange accent */
    --stroke:#e9edf2;
    --input:#f5f7fb;
    --radius:18px;
    --soft:#f4f7fc;
}

.title{font-size:36px;line-height:1.2;font-weight:700}
.title span{color:#ffc207}

.grid{display:flex;gap:26px}

/* LEFT CONTACT CARD */
.card{flex:0 0 330px;background:#26282b;color:#e8eef5;padding:26px;border-radius:22px;box-shadow:0 12px 30px rgba(7,16,26,.18)}
.card h3{margin:0 0 12px; font-weight: 800; font-size:26px;color:#fff}
.card p{margin:0 0 18px;color:#b9c7d6;font-size:14px}

.info{display:grid;gap:14px;margin:20px 0 14px}
.info-item{display:grid;grid-template-columns:36px 1fr;gap:12px;align-items:start;background:rgba(255,255,255,.03);padding:12px;border-radius:12px}
.icon{height:36px;

width:36px;
border-radius:10px;
display:grid;
place-items:center;
background:#ffc107;}


.icon svg{width:18px;height:18px;fill:#1c1e22}
.info-item .label{color:#fff;font-weight:600;font-size:14px;margin-bottom:4px}
.info-item .text{color:#cdd8e3;font-size:13px;line-height:1.5}

.social{display:flex;gap:10px;margin-top:12px}
.social a{height:36px;width:36px;border-radius:10px;display:grid;place-items:center;background:rgba(255,255,255,.08);transition:.2s}
.social a:hover{background:rgba(255,255,255,.16)}
.social svg{fill:#e9f0f8;width:16px;height:16px}

/* RIGHT FORM */
.career-form{
    background-color: #0e1116;
}
.career-form .pill{
	color: #fff;
}
.career-form .title{
	color: #fff;
}
.form{flex:1;border:1px solid var(--stroke);border-radius:22px;padding:22px 22px 26px;box-shadow:0 10px 24px rgba(16,23,33,.06)}

.form-row{display:flex;gap:16px;margin-bottom:14px}
.form-row>div{flex:1}

.career-form label{
	display:block;
	font-size:12px;
	color:#fff;
	margin-bottom:6px
}
.career-form input,
.career-form select,
.career-form textarea {
	width:100%;
	background: #1c1e22;
	border:1px solid #444;
	border-radius:12px;
	padding:14px 14px;
	font-size:14px;
	color: #fff;
	outline:none;
}
.career-form input:focus,
.career-form select:focus,
.career-form textarea:focus {
	background-color: #1c1e22;
    color: #fff;
    box-shadow: none;
    border-color: #ffc107;
}
.career-form textarea{
	min-height:130px;
	resize:vertical
}


.btn{background:var(--accent);color:#fff;border:0;border-radius:999px;padding:12px 18px;font-weight:600;cursor:pointer;box-shadow:0 8px 20px rgba(226,85,39,.28);transition:transform .08s ease}
.btn:active{transform:translateY(1px)}

/* Laptop-first; simple stacking below 980px for safety */
@media (max-width: 980px){
    .grid{flex-direction:column}
    .card{flex:auto}
}



.banner-area{
    /* background-image: url('../images/Vastu-Shatra-All-Page-Banner.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; */
    padding: 120px 0px;
    text-align: center;
    background: #26282b;
    color: #fff;
}
.banner-title{
    line-height: 80px;
    font-size: 50px;
    font-weight: 700;
    color: #fff;
}
.breadcrumb,
.breadcrumb .breadcrumb-item,
.breadcrumb .breadcrumb-item, a{
    color: #fff;
}
.breadcrumb-item+.breadcrumb-item::before{
    color: #fff;
}
.card-1{
    padding: 24px;
    border-radius: 20px;
    border: 1px solid #ddd;
}


header {
    background: #fff;
    border-bottom: 1px solid #eee;
    padding: 15px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo img {
    height: 50px;
}

.navbar{
    padding: 0px;
}
.nav-link{
    padding: 24px 20px !important;
    color: #000;
    text-decoration: none;
    font-weight: 600;
    color: #2f343a;
    position: relative;
    padding-bottom: 5px;
}
.nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    border: 0px !important;
    background: #2f343a;
    transform: scaleX(0);
    transition: transform 0.3s ease;
}
.nav-link:hover::after {
    transform: scaleX(1);
}
.dropdown-menu {
  padding: 0px !important;
  border-radius: 0px !important;
}
.dropdown-menu .dropdown-item {
  padding: 10px 20px !important;
}
.dropdown-menu .dropdown-item {
  border-bottom: 1px solid #ddd;
  font-size: 14px;
}
.dropdown-menu li .dropdown-item:hover {
  background-color: #fff;
  color: #000 !important;
}
@media all and (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: none;
  }
  .navbar .nav-item:hover .dropdown-menu {
    display: block;
  }
  .navbar .nav-item .dropdown-menu {
    margin-top: 0;
  }
}



.footer-royal {
  --bg:#111111;
  --card:#161616;
  --ink:#e9e9e9;
  --muted:#bcbcbc;
  --gold:#ffb046;            /* golden yellow */
  --gold-10: rgba(255,176,70,.12);
  --gold-20: rgba(255,176,70,.20);
  background:
    radial-gradient(1200px 500px at 70% -20%, var(--gold-10), transparent 60%),
    linear-gradient(180deg, #0c0c0c 0%, var(--bg) 100%);
  color: var(--ink);
  font-family: "Rubik", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  position: relative;
  overflow: hidden;
}
.footer-royal a { color: var(--ink); text-decoration: none; }
.footer-royal a:hover { color: var(--gold); }

.footer-royal__contact{
  display:grid; gap:18px; grid-template-columns: repeat(3,minmax(0,1fr));
}
@media (max-width:900px){ .footer-royal__contact{grid-template-columns:1fr;} }

.footer-royal__card{
  display:flex; gap:16px; align-items:center;
  background:linear-gradient(180deg, var(--card), #0f0f0f);
  border:1px solid rgba(255,255,255,.06);
  border-radius:16px; padding:18px 20px;
  box-shadow:
    0 0 0 1px rgba(255,255,255,.02) inset,
    0 10px 24px rgba(0,0,0,.4),
    0 0 22px -6px var(--gold-20);              /* soft golden glow */
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.footer-royal__card:hover{
  transform: translateY(-2px);
  box-shadow:
    0 0 0 1px var(--gold-20) inset,
    0 14px 28px rgba(0,0,0,.55),
    0 0 36px -6px rgba(255,176,70,.45);       /* stronger glow on hover */
  border-color: var(--gold-20);
}

.footer-royal__icon{
  width:52px; height:52px; flex:0 0 52px;
  display:grid; place-items:center;
  border-radius:14px;
  background: radial-gradient(180px 120px at 30% 20%, rgba(255,176,70,.35), rgba(255,176,70,.12));
  outline:1px solid rgba(255,176,70,.35);
  box-shadow: 0 0 20px rgba(255,176,70,.25) inset, 0 6px 14px rgba(0,0,0,.45);
}
.footer-royal__icon svg{ width:26px;height:26px; fill:var(--gold); }

.footer-royal__card-body h3{
  margin:0 0 4px; font-size:16px; font-weight:600; letter-spacing:.2px;
}
.footer-royal__card-body a, .footer-royal__card-body address{
  color:var(--muted); font-style:normal; line-height:1.45;
}
.footer-royal__card-body a:hover{ color:var(--gold); }

.footer-royal__divider{
  margin:36px 0 24px; border:0; height:1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.08), transparent);
}

.footer-royal__grid{
  display:grid; gap:28px; grid-template-columns: 2fr 1.2fr 1.2fr 1.4fr;
}
@media (max-width:1000px){ .footer-royal__grid{ grid-template-columns:1fr 1fr; } }
@media (max-width:640px){ .footer-royal__grid{ grid-template-columns:1fr; } }

.footer-royal__col h4{
  margin:0 0 12px; font-size:18px; font-weight:650;
  position:relative; display:inline-block; padding-bottom:6px;
}
.footer-royal__col h4:after{
  content:""; position:absolute; left:0; right:0; bottom:0; height:2px;
  background: linear-gradient(90deg, var(--gold), rgba(255,176,70,.15));
  border-radius:2px;
}

.footer-royal__col p{ margin:0; color:var(--muted); line-height:1.7; }

.footer-royal__list{ list-style:none; padding:0; margin:0; }
.footer-royal__list li{ padding:8px 0; border-bottom:1px dashed rgba(255,255,255,.06); color:var(--muted); }
.footer-royal__list li:last-child{ border-bottom:0; }

.footer-royal__links{ list-style:none; padding:0; margin:0; }
.footer-royal__links li{ margin:10px 0; }
.footer-royal__links a{
  position:relative; padding-bottom:3px;
}
.footer-royal__links a:after{
  content:""; position:absolute; left:0; bottom:-2px; height:2px; width:0;
  background:var(--gold); transition:width .28s ease;
}
.footer-royal__links a:hover:after{ width:60%; }

.footer-royal__contactlines{ list-style:none; padding:0; margin:0 0 14px; color:var(--muted); }
.footer-royal__contactlines li{ margin:8px 0; }

.footer-royal__social{ display:flex; gap:12px; }
.footer-royal__social a{
  width:38px; height:38px; display:grid; place-items:center; border-radius:10px;
  background:#151515; border:1px solid rgba(255,255,255,.06);
  box-shadow: 0 6px 14px rgba(0,0,0,.4), 0 0 10px rgba(255,176,70,.08) inset;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.footer-royal__social a:hover{
  transform: translateY(-2px);
  border-color: rgba(255,176,70,.45);
  box-shadow: 0 10px 18px rgba(0,0,0,.55), 0 0 22px rgba(255,176,70,.35) inset;
}
.footer-royal__social svg{ width:18px; height:18px; fill:var(--ink); }
.footer-royal__social a:hover svg{ fill:var(--gold); }

.footer-royal__bottom{
  margin-top:28px; padding-top:18px;
  display:flex; align-items:center; justify-content:space-between;
  border-top:1px solid rgba(255,255,255,.08); color:var(--muted);
  font-size:14px;
}
.footer-royal__top{
  width:50px; height:50px; display:grid; place-items:center; border-radius:10px;
  background:#2e2e2e; border:1px solid #ffc107;
}
.footer-royal__top:hover{ border-color: var(--gold); color:var(--gold); }


.career-hero{
  background:
    radial-gradient(1200px 400px at 10% -10%, rgba(255,176,70,.25), transparent 60%),
    radial-gradient(1200px 500px at 110% 0%, rgba(212,175,55,.18), transparent 60%),
    linear-gradient(135deg, #fff8ef 0%, #fff 40%, #faf7ff 100%);
  padding-top: 56px; padding-bottom: 56px;
  position: relative; overflow:hidden;
}

/* info card with golden glow */
.info-card{
  background: linear-gradient(135deg, rgba(255,176,70,.12), rgba(255,176,70,.02));
  border:1px solid rgba(212,175,55,.55);
  border-radius: 24px;
  padding: clamp(20px,3vw,36px);
  box-shadow:
    0 10px 30px rgba(0,0,0,.06),
    0 0 0 2px rgba(212,175,55,.12) inset,
    0 0 34px 6px rgba(255,176,70,.25);
}

/* pill badges */
.badges{display:flex; gap:10px; flex-wrap:wrap; margin-top:14px}
.badge{
  background:#fff; border:1px dashed rgba(212,175,55,.75);
  padding:8px 12px; border-radius:999px; font-size:13px; color:#5a4b2b;
}


.about-hero{
  background:
    radial-gradient(1200px 280px at 50% -40px, var(--soft), transparent 60%),
    linear-gradient(180deg, #e7d7bd 0%, #e0ccb2 100%);
  padding: 40px 0px;
  position:relative;
}
.about-hero-pill{
  display:inline-block;
  background: #ffb046;
  color:#0b0b0b;
  font-family:Montserrat, Poppins, sans-serif;
  font-weight:800;
  font-size:clamp(22px, 3.1vw, 40px);
  line-height:1.25;
  padding:22px 34px;
  border-radius:56px;
  box-shadow:0 8px 0 0 rgba(196,138,45,.45), 0 20px 40px rgba(255,176,70,.25);
  border:3px solid rgba(0,0,0,.06);
}

.gold-card{
  background: linear-gradient(135deg, rgba(255,176,70,.90), rgba(255,176,70,.35));
  border:2px solid #ffb046;
  border-radius:20px;
  padding:28px;
  box-shadow:
    0 0 0 6px rgba(255,176,70,.15) inset,
    0 14px 40px rgba(255,176,70,.45),
    0 2px 6px rgba(0,0,0,.08);
}
.gold-card h2{
  margin:0 0 10px;
  color: #111111;
  font-weight:800;
  font-size:clamp(22px, 2.2vw, 30px);
  letter-spacing:.2px;
}
.gold-card p{margin:0 0 12px; font-size:clamp(14px, 1.05vw, 17px)}
.gold-card p:last-child{margin-bottom:0}

/* Rounded images */
.rounded-img{
  border-radius:20px;
  overflow:hidden;
  box-shadow:0 20px 50px rgba(0,0,0,.15);
}

    .vision-heading {
        font-size: 28px;
        font-weight: 700;
        color: #222;
        margin-bottom: 20px;
    }

    /* Arrow animation */
    .down-arrow {
        font-size: 32px;
        color: #ffb046;
        animation: bounce 1.5s infinite;
    }

    @keyframes bounce {
        0%, 100% {
            transform: translateY(0);
        }
        50% {
            transform: translateY(8px);
        }
    }

    /* Button Style */
    .vision-btn {
        display: inline-block;
        background: #ffb046;
        color: #000;
        font-weight: 700;
        font-size: 18px;
        padding: 15px 40px;
        border-radius: 25px;
        text-decoration: none;
        transition: all 0.3s ease-in-out;
        box-shadow: 0px 4px 8px rgba(255, 176, 70, 0.5);
    }

    .vision-btn:hover {
        background: #e09a35;
        transform: scale(1.05);
        box-shadow: 0px 6px 12px rgba(255, 176, 70, 0.7);
    }


/* Media Platform - Start */
.media-platforms-section {
  padding: 60px 0;
}
.media-card {
  background: #fff;
  border-radius: 15px;
  padding: 20px;
  transition: 0.3s ease-in-out;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  height: 100%;
}
.media-card:hover {
  box-shadow: 0 0 20px #ffc008;
  transform: translateY(-5px);
}
.media-card img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.get-featured-btn {
  background-color: #ffc107;
  border: none;
  font-weight: bold;
  padding: 14px 48px;
  border-radius: 50px;
  font-size: 24px;
  box-shadow: 0 6px 20px #ffc107;
  color: #fff;
  transition: 0.3s ease-in-out;
}
.get-featured-btn:hover {
  background-color: #1c1e22;
  color: #fff;
}
/* Media Platform - End */



.about-section {
    background: linear-gradient(to right, rgba(255, 176, 70, 0.1), rgba(0, 0, 0, 1)), linear-gradient(to left, #111111, #000000);
    color: #fff;
  border-bottom: 4px solid #ffc207;
  border-radius: 20px;
  padding: 30px;
  transition: all 0.3s ease;
}
.about-section:hover {
  box-shadow: 0 0 12px var(--accent), 0 10px 24px rgba(254, 89, 0, 0.25);
}
.about-img {
  border-radius: 20px;
  width: 100%;
  height: auto;
  box-shadow: 0 0 0 6px rgba(254, 89, 0, 0.2), 0 10px 24px rgba(254, 89, 0, 0.28);
}
.cs-phone{
  --ring: color-mix(in srgb, #ffc008 35%, transparent);
  display:inline-flex; align-items:center; gap:10px;
  text-decoration:none; color:#ffc008;
  border:2px solid #ffc008;
  padding:10px 14px; border-radius:14px; font-weight:700;
  letter-spacing:.3px;
  
  transition:box-shadow .25s ease, transform .2s ease, background .2s ease, color .2s ease;
}
.cs-phone:hover,
.cs-phone:focus-visible{
  background:#ffc008; color:#fff; outline:none;
  transform:translateY(-1px);
  box-shadow:0 0 0 6px var(--ring), 0 10px 24px rgba(254,89,0,.28);
}

/*  */
.bg-f9f9f9{
  background-color: #f9f9f9;
}
.service-card {
  background: #fff;
  border-radius: 20px 20px 20px 20px;
  /* margin-bottom: 40px; */
  padding: 25px;
  transition: all 0.4s ease;
  border-bottom: 10px solid #ffc107;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}
.service-card:hover {
  background: #26282b;
  color: #fff;
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(254, 89, 0, 0.4);
}
.service-card .service-title{
  font-size: 24px;
  font-weight: 600;
}
.service-card:hover h3,
.service-card:hover p,
.service-card:hover .read-more {
  color: #fff;
}
.service-image {
  width: 100%;
  height: auto;
  border-radius: 20px;
  margin-bottom: 20px;
}
.service-card p {
  margin-bottom: 0px;
}
/*  */

.card-dark {
  background: linear-gradient(to bottom right, #1c1c1c, #000);
  border-radius: 20px;
  overflow: hidden;
  text-align: center;
  padding: 20px;
  color: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
  height: 100%;
}
.card-dark:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
}
.card-dark img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  border-radius: 14px;
  margin-bottom: 20px;
}
.card-dark .card-title {
  font-size: 20px;
  font-weight: 600;
}
.bg-collab{
  background-color: #312e2e;
}


.what-we-do-section {
  background:
    radial-gradient(1200px 700px at 10% 0%, rgba(255,176,70, 0.2), transparent 60%),
    linear-gradient(135deg, #343333 0%, #1f1f1f 70%);
  color: #fff;
}
.what-box {
  background-color: #111111;
  border: 1px solid #444444;
  border-radius: 20px;
  padding: 30px 20px;
  text-align: center;
  color: #fff;
  height: 100%;
  transition: 0.3s ease;
}
.what-box:hover {
  background-color: #1b1b1b;
  transform: translateY(-5px);
}
.what-box img {
    width: 100%;
    margin-bottom: 20px;
    border-radius: 10px;
}
.what-box h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}


.impact-section {
  background: linear-gradient(to bottom, #1c1c1c, #000);
  color: #f0e6d2;
  text-align: center;
}
.impact-box {
  padding: 20px 30px;
}
.imp-border-right{
  border-right: 2px solid #595050;
}
.impact-box .icon {
  font-size: 40px;
  margin-bottom: 20px;
  border: 3px solid #ffc107;
  width: 70px;
  height: 70px;
  line-height: 64px;
  border-radius: 50%;
  display: inline-block;
}
.impact-box .number {
  font-size: 32px;
  font-weight: bold;
  color: #fff;
}
.impact-box .desc {
  font-size: 16px;
  color: #d3d3d3;
  margin-top: 5px;
}
.impact-section .divider {
  border-left: 2px solid #444;
  height: 100px;
  margin: auto;
}

.contact-list-title {
  font-size: 16px;
  margin-top: 20px;
  font-weight: 600;
  color: #fff;
}

.index-contact-form {
  background-color: #0e1116;
  border: 1px solid #363639;
  border-radius: 16px;
  padding: 30px;
}
.index-contact-form .form-control,
.index-contact-form .custom-select {
  background-color: #1c1e22;
  border: 1px solid #444;
  color: #fff;
}
.index-contact-form .form-control::placeholder {
  color: #888;
}
.index-contact-form .form-control:focus, 
.index-contact-form .custom-select:focus {
  background-color: #1c1e22;
  color: #fff;
  box-shadow: none;
  border-color: #ffc107;
}
.submit-btn {
  --border-bottom-width: 1px;
  --border-color: #ffc107;
  --border-left-width: 1px;
  --border-right-width: 1px;
  --border-style: solid;
  --border-top-width: 1px;
  background-color: #ffc107;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px -2px 10px 0px inset;
  width: 100%;
  color: #111111;
  font-weight: 800;
  padding: 12px 20px;
  border: 1px solid #ffc107;
}

.footer-above-section {
  background: 
    linear-gradient(to right, rgba(255, 176, 70, 0.1), rgba(0, 0, 0, 1)),
    linear-gradient(to left, #111111, #000000);
}
.footer-above-section h2 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}
.footer-above-section p {
  font-size: 16px;
  color: #bbbbbb;
  margin-bottom: 40px;
}
.footer-above-section .contact-info .btn-custom {
  font-size: 34px;
  font-weight: 600;
  padding: 14px 28px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: 0.3s ease;
  margin-right: 15px;
  display: inline-block;
  text-align: center;
  min-width: 300px;
}
.footer-above-section .btn-contact {
  background-color: #e6e6e6;
  color: #000;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
}
.footer-above-section .btn-contact:hover {
  background-color: #fff;
  color: #000;
}
.footer-above-section .btn-open {
  background-color: #1c1c1c;
  color: #fff;
}
.footer-above-section .btn-open:hover {
  background-color: #2a2a2a;
  color: #fff;
}


@media only screen and (max-width: 680px) {

  .section {
    padding: 44px 0px;
  }
  .nav-link{
    padding: 10px 10px !important;
    border-bottom: 1px solid #ddd;
  }

  .main-heading{
    font-size: 22px;
  }
  .banner-area{
      padding: 40px 0px;
  }
  .banner-title{
      font-size: 24px;
      line-height: normal;
  }
  .impact-section .divider {
    display: none;
  }
  .card-dark img {
    height: 200px;
  }

  .hero{
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
    width: 100%; /* adjust as needed */
    z-index: 5;
  }
  .hero:after{
    content:""; position:absolute; inset:0; pointer-events:none;
    background: radial-gradient(40rem 18rem at 50% 5%, rgba(255, 255, 255, .06), transparent 40%), linear-gradient(180deg, rgba(255, 176, 70, .35), #212529);
  }
}