*{
  margin:0;
  padding:0;
  box-sizing:border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body{
  font-family: 'Segoe UI', sans-serif;
  overflow-x: hidden;
  background: #fff;
}

/* ================= TOP BAR ================= */
.top-bar{
  background:#000E38;
  color:#fff;
  font-size:14px;
  padding:6px 0;
}
.top-bar i{color:white;
    padding-right: 3px;
}

.navbar-brand{
  scale: 1.2;
}

/* ================= HERO ================= */
.hero{
  position:relative;
  /* min-height:100vh; */
  padding: 0px 0px 50px 0px;
  background:url("../images/banner.webp") center/cover no-repeat;
  overflow: visible;
  overflow-y: visible;
}

/* Blue overlay */
.hero::before{
  content:"";
  position:absolute;
  inset:0;
  background: rgba(0,0,0,0.1); 
  z-index: 1;
}

/* ================= NAVBAR ================= */
.hero-navbar{
  position:relative;
  z-index:1050;
  /* margin-top:15px; */
}
.hero-navbar .navbar{
  background:rgba(255,255,255,0.92);
  border-radius:12px;
 padding:4px 25px;
}
.hero-navbar .nav-link{
  font-weight:600;
  color:#000;
}
.hero-navbar .btn-warning{
  border-radius:10px;
  background: #FFD532 !important;
  padding:8px 18px;
  font-weight:600;
}

/* ================= DROPDOWN MENU ================= */
.hero-navbar .dropdown-menu {
  background: rgba(255,255,255,0.92);
  border: none;
  border-radius: 0 0 12px 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  padding: 15px 0;
  margin-top: 24px;
  animation: slideDown 0.3s ease-in-out;
  min-width: 280px;
  left: 0 !important;
  z-index: 9999 !important;
  position: absolute;
  top: 100% !important;
}

.hero-navbar .nav-item.dropdown {
  position: relative;
  overflow: visible;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-navbar .dropdown-menu .dropdown-item {
  padding: 12px 20px;
  color: #333;
  font-weight: 500;
  font-size: 15px;
  transition: all 0.3s ease;
  border-left: 3px solid transparent;
}

.hero-navbar .dropdown-menu .dropdown-item:hover {
  background: rgba(255, 213, 50, 0.15);
  color: #0d3b66;
  border-left-color: #FFD532;

}

/* ================= HERO CONTENT ================= */
.hero-content{
  position:relative;
  z-index:2;
  padding-top:110px;
  color:#fff;
}

.hero-content small{
  color:#FFD532;
  font-weight:600;
  letter-spacing:1px;
}

.hero-content h1{
  font-size:52px;
  font-weight:600;
  line-height:1.2;
}

.hero-content h1 span{
  color:#FFD532;
}

.hero-content p{
  max-width:520px;
  opacity:0.95;
  margin-top:15px;
}

.hero-content .btn{
  margin-top:20px;
  border-radius:30px;
  padding:10px 22px;
  font-weight:700;
}

/* ================= FEATURES ================= */
.hero-features{
  display:flex;
  gap:30px;
  margin-top:50px;
  flex-wrap:wrap;
}

.hero-feature{
  display:flex;
  align-items:center;
  gap:10px;
  font-size:15px;
}

.hero-feature i{
  color:#FFD532;
  font-size:18px;
}

/* ================= RESPONSIVE ================= */
@media(max-width:991px){
  .hero-content h1{
    font-size:38px;
  }
}

@media(max-width:767px){
  .hero{
    text-align:center;
  }
  .hero-content p{
    margin:auto;
  }
  .hero-features{
    justify-content:center;
  }
}
.header-text{
    color: white;
    font-size: 15px;
    padding-left: 15px;
    text-decoration: none;
    font-weight: 400;
}
.header-para{
    font-size: 14px;
    font-weight:400;
}

/* who we are */
.about-section{
  position: relative;
  padding:50px 0;
  background:#fff url("../images/about-background.png") left bottom no-repeat;
  background-size:500px;
  overflow: hidden;
}

/* White overlay only on background */
.about-section::before{
  content:"";
  position:absolute;
  inset:0;
  background: rgba(255,255,255,0.95); /* adjust 0.6–0.85 */
  z-index:1;
}

/* Keep content above overlay */
.about-section > .container{
  position:relative;
  z-index:2;
}
.about-images{
  min-height:520px;
}

/* Image Boxes */
.img-box{
  border-radius:16px;
  overflow:hidden;
  box-shadow:0 20px 40px rgba(0,0,0,0.12);
}

.img-box img{
  width:100%;
  height:100%;
  object-fit:cover;
}

/* Small Image */
.small-img{
    width: 260px;
    position: absolute;
    top: 40px;
    left: 74px;
    z-index: 2;

}

/* Large Image */
.large-img{
    width: 330px;
    position: absolute;
    top: 120px;
    left: 240px;
}

/* Experience Badge */
.experience-badge{
    position: absolute;
    top: 9px;
    display: flex;
    left: 323px;
    /* background: #fff; */
    padding: 33px 33px;
    border-radius: 12px;
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15); */
    text-align: left;
    /* width: 226px;*/
}

.experience-badge h2{
  color:#FFD532;
  font-weight:800;
  margin:0;
      font-size: 42px;
}

.experience-badge p{
      margin: 0;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.3;
    padding-left: 10px;
    padding-top: 15px;
}

/* RIGHT CONTENT */
.section-tag{
  font-weight:700;
  color:#0d3b66;
  letter-spacing:1px;
}

.section-title{
  font-size:38px;
  font-weight:800;
  margin:15px 0;
}

.section-title span{
  color:#0d3b66;
}

.section-text{
  color:#555;
  text-align: justify;
  margin-bottom:20px;
}

.why-title{
  font-weight:700;
  margin-top:20px;
}

.why-list{
  list-style:none;
  padding:0;
  margin:15px 0 25px;
}

.why-list li{
  position:relative;
  padding-left:28px;
  margin-bottom:10px;
}

.why-list li::before{
  content:"✔";
  position:absolute;
  left:0;
  color:#FFD532;
  font-weight:bold;
}

.learn-btn{
  border-radius:25px;
  padding:10px 22px;
  font-weight:600;
}

/* RESPONSIVE */
@media(max-width:991px){
  .about-images{
    min-height:420px;
    margin-bottom:60px;
  }
  .large-img{
    width:320px;
  }
}

@media(max-width:575px){
  .small-img{
    width:200px;
  }
  .large-img{
    width:260px;
    left:40px;
  }
}
.container{
  padding: 0px 80px;
}


/* BACKGROUND SECTION */
.approach-bg{
  padding:120px 0 200px;
  background:url("../images/background-img.webp") center/cover no-repeat;
  position:relative;
}

.approach-bg::before{
  content:"";
  position:absolute;
  inset:0;
  background:rgba(0,0,0,0.65);
}

.approach-bg .container{
  position:relative;
  z-index:2;
}

.approach-bg h2{
  color:#fff;
  font-size:42px;
  font-weight:700;
}

.tag{
  color:white;
  font-weight:500;
  letter-spacing:1px;
}

/* WHITE OVERLAY CARD */
.approach-box{
  margin-top:-120px;   /* KEY PART */
  position:relative;
  z-index:5;
}

.approach-box .container{
position: relative;
  border-radius:30px;
 /* box-shadow:0 30px 70px rgba(0,0,0,0.25); */
  overflow:hidden;
}

.content{
  padding:45px;
  background:#fff;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
box-shadow:0 5px 5px rgba(0,0,0,0.1); 
margin-bottom: 10px;

}
/* TABS */
.tabs{
  display:flex;
}

.tab{
  flex:1;
  text-align:center;
  padding:22px;
  font-weight:700;
  border-bottom:1px solid #fff;
  background-color: white;

}

.tab.active{
  background:#FFD532;
}

/* CONTENT */


.main-text{
  color:#444;
  text-align: justify;
  margin-bottom:25px;
  font-weight: 500;
}

.list{
  list-style:none;
  padding:0;
}

.list li{
  padding-left:30px;
  position:relative;
  margin-bottom:12px;
}

.list li::before{
  content:"";
  width:10px;
  height:10px;
  background:#FFD532;
  border-radius:50%;
  position:absolute;
  left:0;
  top:7px;
}

/* IMAGE */
.img-wrap{
  border-radius:22px;
  overflow:hidden;
}

.img-wrap img{
  width:100%;
  display:block;
}

/* RESPONSIVE */
@media(max-width:991px){
  .tabs{
    flex-direction:column;
  }
  .approach-bg{
    padding-bottom:260px;
  }
}
/* TAB CONTENT SWITCHING */
.tab-content{
  display:none;
  animation:fadeIn 0.35s ease-in-out;
}

.tab-content.active{
  display:block;
}

@keyframes fadeIn{
  from{
    opacity:0;
    transform:translateY(10px);
  }
  to{
    opacity:1;
    transform:translateY(0);
  }
}

/* our products */

.ps-section {
  padding: 100px 0;
  background: #fff;
}

.ps-container {
  max-width: 1200px;
  margin: auto;
}

/* HEADER */
.ps-header {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 40px;
  margin-bottom: 60px;
}

.ps-tag {
  color: black;
  font-weight: 700;
  font-size: 14px;
}

.ps-title {
  font-size: 42px;
  font-weight: 300;
}

.ps-title span {
  font-weight: 700;
}

.ps-desc {
  color: #262626;
  font-weight: 500;
  font-size: 15px;
}

/* MAIN GRID */
.ps-wrapper {
  display: grid;
  grid-template-columns: 340px 1fr 459px;
  gap: 40px;
}

/* LEFT TABS */
.ps-tabs {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  overflow: hidden;
}

.ps-tab {
  padding: 16px 18px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  border-bottom: 1px solid #eee;
}

.ps-tab:last-child {
  border-bottom: none;
}

.ps-tab.active {
  background: #FFD532;
  font-weight: 600;
}

/* CONTENT */
.ps-content {
  display: none;
}

.ps-content.active {
  display: block;
}

.ps-content h4 {
  font-size: 22px;
  margin-bottom: 6px;
  font-weight: 300;
}

.ps-content h4 span {
  font-weight: 700;
}

.ps-content small {
  color: #777;
}

.ps-feature-list {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
}

.ps-feature-list li {
  padding-left: 28px;
  position: relative;
  margin-bottom: 12px;
}

.ps-feature-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #FFD532;
  font-weight: bold;
}

/* VIEW BUTTON */
.ps-view-btn {
  display: inline-flex;
  align-items: center;
  border: 3px solid #0b3c6f;
  border-radius: 8px;
  text-decoration: none;
  overflow: hidden;
  margin-top: 24px;
}

.ps-view-text {
  padding: 10px 14px;
  background: #fff;
  color: #0b3c6f;
  font-size: 14px;
  font-weight: 600;
}

.ps-view-icon {
      width: 40px;
    height: 41px;
    background: #0b3c6f;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* VIEW BUTTON */
.ps-view-btn-1 {
  display: inline-flex;
  align-items: center;
  border: 3px solid #FFD532;
  border-radius: 8px;
  text-decoration: none;
  overflow: hidden;
  margin-top: 24px;
}

.ps-view-text-1 {
  padding: 10px 14px;
  background: #fff;
  color: black;
  font-size: 14px;
  font-weight: 600;
}

.ps-view-icon-1 {
      width: 40px;
    height: 41px;
    background: #FFD532;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* IMAGE */
.ps-image img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  border-radius: 26px;
  transition: opacity 0.3s ease;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .ps-header,
  .ps-wrapper {
    grid-template-columns: 1fr;
  }

  .ps-image img {
    height: auto;
  }
}


/* services*/
.services-section {
  background: #1e1e1e;
  /* padding: 100px 0; */
  position: relative;
  overflow: hidden;
}

.service-icon img{
  height: 60px;
  padding: 10px 0px;
  width: 40px;
}
/* subtle bottom-left texture */
.services-section::before {
  content: "";
  position: absolute;
  left: -80px;
  bottom: -80px;
  width: 620px;
  height: 420px;
  background: url("../images/about-background.png") no-repeat center/contain;
  opacity: 0.15;
}

.services-wrapper {
  max-width: 1320px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 50px;
  position: relative;
}

/* LEFT */
.services-left {
  color: #fff;
  padding: 30px 0px;
}

.services-tag {
  color: white;
  font-weight: 700;
}

.services-left h2 {
    font-size: 42px;
    margin: -6px 0 13px;
    font-weight: 300;
}

.services-left h2 span {
  font-weight: 600;
}

/* GRID */
.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

/* CARD */
.service-card {
  background: #1f1f1f;
  padding: 12px;
  border-radius: 20px;
  box-shadow: 0 0 0 1px rgba(255,255,255,0.08);
}

.service-card.glass {
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.15);
}

.service-card .icon {
  color: #FFD532;
  font-size: 26px;
  margin-bottom: 10px;
}

.service-card h4 {
  margin-bottom: 12px;
  font-size: 17px !important;
}

.service-card ul {
  padding-left: 18px;
  font-size: 13px;
}

.service-card ul li {
  margin-bottom: 8px;
}

/* RIGHT IMAGE */
.services-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* border-radius: 26px; */
}

.connect-circle {
  position: absolute;
  right: 36%;
  top: 50%;
  width: 140px;
  height: 140px;
  background: #FFD532;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  text-decoration: none;
  z-index: 10;
}

/* SVG circular text */
.circle-text {
  position: absolute;
  width: 100%;
  height: 100%;
  animation: rotateText 12s linear infinite;
}

.circle-text text {
  fill: #000;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 2px;
}

/* Arrow center */
.connect-circle .arrow {
  position: relative;
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  z-index: 2;
}

/* Smooth rotation */
@keyframes rotateText {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}


/* ROTATING TEXT */
.rotating-text {
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 12px;
  font-weight: 700;
  animation: spin 10s linear infinite;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rotating-text::before {
  content: attr(data-text);
}

/* center arrow */
.arrow {
  font-size: 22px;
  font-weight: bold;
  z-index: 2;
}

/* animation */
@keyframes spin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}


/*  */

.switchgear-section {
  padding: 60px 0;
  background: #f5f7f9;
  position: relative;
  overflow: hidden;
}

/* subtle bg line-art image */
.switchgear-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/about-background.png") no-repeat center / cover;
  opacity: 0.08;
  z-index: 0;
}

.switchgear-section .container {
  position: relative;
  z-index: 1;
}

/* Title */
.section-title {
  font-size: 38px;
  font-weight: 400 !important;
  color: #0b3c6f !important;
  margin-bottom: 60px;
}

.section-title span {
  font-weight: 700;
}

/* Grid */
.panel-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
  justify-items: center;
}

/* Card */
.panel-card {
  background: #fff;
    width: 164px;
    height: 172px;
  border-radius: 26px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}

.panel-card:hover {
  transform: translateY(-6px);
}

/* Icon circle */
.icon-circle {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}

.icon-circle.yellow {
  background: #FFD532;
}

.icon-circle.blue {
  background: #0b3c6f;
}

.icon-circle img {
  width: 34px;
  height: 34px;
}

/* Text */
.panel-card h5 {
  font-size: 16px;
  color: #0b3c6f;
  font-weight: 600;
}

@media (max-width: 991px) {
  .panel-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .panel-grid {
    grid-template-columns: 1fr;
  }
}

/*  */

/* why choose us */
.why-choose-section {
  padding: 100px 0;
  background: #ffffff;
}

/* Tag */
.section-tag {
  color: #FFD532;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
  margin-bottom: 12px;
}

/* Title */
.section-title {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #222;
}

.section-title span {
  font-weight: 700;
}

/* Description */
.section-desc {
  color: #555;
  font-size: 16px;
  max-width: 520px;
  margin-bottom: 35px;
}

/* Features */
.features-list {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.feature-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.feature-icon {
  width: 48px;
  height: 48px;
  background: #0b3c6f;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.feature-icon img {
  width: 22px;
  height: 22px;
}

.feature-text h5 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
  color: #222;
}

.feature-text p {
  font-size: 14px;
  color: #666;
  margin: 0;
}

/* Image */
.why-image img {
  width: 100%;
  max-width: 520px;
  border-radius: 26px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .why-choose-section {
    padding: 70px 0;
  }

  .why-image {
    margin-top: 40px;
    text-align: center;
  }

  .section-title {
    font-size: 32px;
  }
}



/* contact forms  */
.contact-section {
  position: relative;
  padding: 30px 0;
  background: url("../images/form-bg-img.webp") no-repeat center/cover;
  color: #fff;
}

.contact-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.65);
  z-index: 0;
}

.contact-section .container {
  position: relative;
  z-index: 1;
}

/* LEFT */
.left-title {
  font-size: 28px;
  margin-bottom: 30px;
}

/* Info cards */
.info-card {
  background: #fff;
  color: #222;
  border-radius: 14px;
  padding: 14px 22px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 20px;
  max-width: 520px;
}

.info-icon {
  width: 44px;
  height: 44px;
  background: #FFD532;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}

.info-card h6 {
  margin: 0 0 4px;
  font-weight: 600;
}

.info-card p {
  margin: 0;
  font-size: 14px;
  color: #444;
}

/* RIGHT */
.section-tag {
  color: #FFD532;
  font-weight: 600;
  letter-spacing: 1px;
}

.right-title {
  font-size: 42px;
  margin: 12px 0 10px;
}

.right-title span {
  font-weight: 700;
}

.right-desc {
  font-size: 15px;
  max-width: 420px;
  margin-bottom: 30px;
  color: #ddd;
}

/* FORM */
.contact-form input,
.contact-form textarea {
  width: 100%;
  border: none;
  padding: 10px 16px;
  border-radius: 8px;
  margin-bottom: 15px;
  font-size: 14px;
}

.contact-form button {
  background: #FFD532;
  border: none;
  padding: 10px 22px;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
}

.contact-form button:hover {
  background: #FFD532;
}


/* contact */
.cta-section {
  padding: 100px 0;
  background: #fff;
}

.cta-box {
  max-width: 1200px;
  margin: auto;
  background: #0b3c6f;
  border-radius: 28px;
  padding: 40px 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}

/* soft light bubble */
.cta-box::before {
  content: "";
  position: absolute;
  top: -40px;
  left: -40px;
  width: 140px;
  height: 140px;
  background: rgba(255,255,255,0.12);
  border-radius: 50%;
}

/* LEFT */
.cta-content {
  color: #fff;
  max-width: 520px;
}

.cta-content h2 {
  font-size: 40px;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 28px;
}

.cta-content h2 strong {
  font-weight: 700;
}

/* BUTTON */
.cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #FFD532;
  color: #000;
  padding: 12px 20px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  font-size: 14px;
}

.cta-btn span {
  font-size: 16px;
}

/* RIGHT IMAGE */
.cta-image {
  position: absolute;
  right: 60px;
  bottom: 0;
}

.cta-image img {
  height: 330px;
  object-fit: contain;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .cta-box {
    flex-direction: column;
    text-align: center;
    padding: 50px 30px;
  }

  .cta-image {
    position: static;
    margin-top: 30px;
  }

  .cta-image img {
    height: 260px;
  }

  .cta-content h2 {
    font-size: 32px;
  }
}


/* footer */
.site-footer {
  background: linear-gradient(180deg, #06153a, #04102b);
  color: #fff;
  padding: 60px 0 30px;
  position: relative;
}

/* Newsletter */
.newsletter {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.newsletter h3 {
  font-size: 28px;
  font-weight: 500;
}

.newsletter-form {
  display: flex;
  gap: 10px;
}

.newsletter-form input {
  background: transparent;
  border: 1px solid rgba(255,255,255,0.4);
  padding: 12px 16px;
  color: #fff;
  width: 220px;
  border-radius: 6px;
}

.newsletter-form input::placeholder {
  color: #ccc;
}

.newsletter-form button {
  background: #FFD532;
  border: none;
  padding: 12px 18px;
  border-radius: 6px;
  font-weight: 600;
  cursor: pointer;
}

.social-icons {
  display: flex;
  gap: 12px;
}

.social-icons a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

/* Divider */
.footer-line {
  border: none;
  border-top: 1px solid rgba(255,255,255,0.15);
  margin: 40px auto;
  max-width: 1200px;
}

/* Content */
.footer {
  background: linear-gradient(180deg, #05163a, #030f2a);
  color: #fff;
  padding: 50px 0 25px;
  font-family: Arial, sans-serif;
}

/* NEWSLETTER */
.footer-newsletter {
 
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}

.footer-newsletter h3 {
  font-size: 26px;
  font-weight: 500;
}

.newsletter-form {
  display: flex;
  gap: 10px;
}

.newsletter-form input {
  background: transparent;
  border: 1px solid rgba(255,255,255,0.4);
  padding: 12px 14px;
  border-radius: 6px;
  color: #fff;
  width: 220px;
}

.newsletter-form button {
  background: #ffd633;
  border: none;
  padding: 12px 16px;
  border-radius: 6px;
  font-weight: 600;
  cursor: pointer;
}

.footer-social {
  display: flex;
  gap: 14px;
}

.footer-social a {
  color: #fff;
  font-size: 16px;
}

/* DIVIDER */
.footer-divider {
  border: none;
  border-top: 1px solid rgba(255,255,255,0.15);
  margin: 35px auto;
  max-width: 1200px;
}

/* CONTENT */
.footer-content {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.2fr repeat(4, 1fr);
  gap: 10px;
}

.footer-col h4 {
  color: #ffd633;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 600;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 10px;
}

.footer-col ul li a {
  color: #ddd;
  font-size: 14px;
  text-decoration: none;
}

.footer-col ul li a:hover {
  color: #ffd633;
}

/* LOGO */
.footer-logo img {
  width: 180px;
  /*margin-bottom: 10px;*/
}

.footer-logo p {
  font-size: 14px;
  color: #ccc;
}

/* CONTACT */
.footer-contact p {
  font-size: 14px;
  color: #ddd;
  margin-bottom: 10px;
}

.footer-contact i {
  color: #ffd633;
  margin-right: 8px;
}

/* COPYRIGHT */
.footer-bottom {
  text-align: center;
  font-size: 13px;
  color: #aaa;
}


.site-footer {
  position: relative;
  background-color: #0b1d2a; /* footer main bg */
  color: #fff;
  padding: 60px 0 120px; /* extra bottom space for bg image */
  overflow: hidden;
}

/* Bottom background image */
.site-footer::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px; /* height of bg image */
  background-image: url("../images/backgroun"); /* your image */
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  z-index: 1;
}

/* Footer content above bg */
.footer-inner {
  position: relative;
  z-index: 2;
}
 @media (max-width:1320px) {
    .container{
      padding: 0px 40px;
    }
    .small-img{
          left: -9px;
    }
    .large-img{
      left: 89px;
    }
    .experience-badge{
          left: 243px;
    }
    .ps-view-text {
    padding: 10px 14px;
    background: #fff;
    color: #0b3c6f;
    font-size: 11px;
    font-weight: 600;
}
  }

/* RESPONSIVE */
@media (max-width: 991px) {
  .footer-newsletter {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-content {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 575px) {
  .footer-content {
    grid-template-columns: 1fr;
  }
}

.footer-contact .contact-item {
  display: flex;
  align-items: flex-start; /* important for multi-line address */
  gap: 10px;
  margin-bottom: 12px;
  color: #fff; /* adjust if needed */
}

.footer-contact i {
  font-size: 16px;
  margin-top: 4px; /* aligns icon with first line */
  color: #f4c430; /* optional accent color */
}

.footer-contact span {
  line-height: 1.6;
}

@media(max-width:1025px){
  .container{
    padding: 0px 30px;
  }
  
}


@media(max-width:768px){
  .top-bar{
    display: none;
  }
  .newsletter-form{
    flex-direction: column;
  }
  .hero{
    text-align: start;
  }
  .hero-content h1{
    font-size: 31px;
  }
  .hero-features{
    justify-content: start;
  }
  .hero::before{
        content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
  }
  .experience-badge{
    position: absolute;
    top: -59px;
    left: 50px;
    display: flex;
    /* left: 249px; */
    /* background: #fff; */
    padding: 33px 33px;
    border-radius: 12px;
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15); */
    text-align: left;
    /* width: 226px;*/
  }
.approach-bg{
  padding-bottom: 143px;
}
.services-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 25px;
}
.services-wrapper {
    max-width: 1320px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 50px;
    position: relative;
}
.connect-circle{
  display: none;
}
.large-img{
  left: 16px;
}
.ps-container{
  padding: 0px 10px;
}
.panel-card{
      background: #fff;
    width: 275px;
}
  }
@media (max-width: 768px) {
    .container {
        padding: 0px 10px;
    }
    .small-img {
        left: 43px;
    }
}
 

<style>
.icons{
  height: 35px;
  width: 45px;
  padding-right: 10px;
}
.img-wrap img {
    min-height: 262px;
    width: 100%;
    display: block;
    height: 200px;
}
/* ================= MINIMAL MOBILE NAVBAR FIX ================= */

@media (max-width: 991px) {
  /* Make navbar fixed on mobile so it doesn't push content down */
  .hero-navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1050;
    padding: 10px 15px;
    width: 100%;
  }

  /* Reserve space in hero section so content starts below the fixed navbar */
  .hero {
    padding-top: 80px !important;
  }

  /* Reset hero-content padding (no centering) */
  .hero-content {
    padding-top: 20px !important;
  }

  /* Keep original navbar styling, no extra shadow or centering */
  .navbar-collapse {
    background: rgba(255,255,255,0.95);
    margin-top: 10px;
    padding: 15px;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  }

  /* Keep links as they were (no centering) */
  .navbar-nav {
    text-align: left;
  }

  /* Mobile dropdown menu fixes */
  .hero-navbar .dropdown-menu {
    position: static !important;
    background: rgba(255, 213, 50, 0.1);
    box-shadow: none;
    padding: 10px 0;
    border-radius: 8px;
    margin-top: 10px;
    min-width: auto !important;
  }

  .hero-navbar .dropdown-menu .dropdown-item {
    padding: 10px 15px;
    font-size: 14px;
  }

  .nav-item.dropdown {
    overflow: visible;
  }
}

/* Optional: Ensure top-bar is hidden on mobile (already in your code) */
@media (max-width: 768px) {
  .top-bar {
    display: none;
  }
}
.about-heading{
    font-size: 17px;
    font-weight: 600;
    color: white;
    text-align: start;
}
</style>
