 @media (min-width:1200px){
            .container{
                width:1240px;
                
            }
            }
        .split-inner {
    display: grid;
        }
        .tech-section {
  padding: 20px 20px;
  background: #12416a;
  color: #fff;
}

.tech-container {
  max-width: 1200px;
  margin: auto;
}

.tech-title {
    color: #fff;
  font-size: 30px;
  margin-bottom: 20px;
  line-height: 1.4;
}

.tech-title span {
  color:#ee6314;
}

.tech-desc {
    color: #fff;
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 30px;
}

.tech-desc span {
  color: #ee6314;
  font-weight: 500;
}

.tech-features {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.tech-box {
  flex: 1;
  min-width: 260px;
  background: rgba(255,255,255,0.08);
  padding: 20px;
  border-radius: 8px;
}

.tech-box span {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
}

.tech-note {
    color: #fff;
  margin-top: 20px;
  font-size: 18px;
  opacity: 0.9;
}

/* ✅ Responsive */
@media (max-width: 768px) {
  .tech-title {
    font-size: 24px;
  }

  .tech-features {
    flex-direction: column;
  }
}
      .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus {
          background: #fff;
          
      }
        .service-24 {
            margin-bottom: 20px;
  background: #12416a;
  padding: 30px 20px;
  color: #fff;
}

.container4 {
  max-width: 1100px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.service-content2 {
  flex: 1;
  min-width: 300px;
}

.service-content2 h2 {
    color: #fff;
  font-size: 32px;
  margin-bottom: 15px;
}

.service-content2 p {
    color: #fff;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.service-conten2 ul {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.service-content2 ul li {
  margin-bottom: 10px;
  font-size: 16px;
}

.btn4 {
  display: inline-block;
  background: #fff;
  color: #0d2b5c;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s;
}

.btn4:hover {
  background: #ffcc00;
  color: #000;
}

.service-image2 {
  flex: 1;
  text-align: center;
  min-width: 300px;
}

.service-image2 img {
  width: 340px;
}
        .faq-section {
  max-width: 1200px;
  margin: 0px auto;
}

.faq-title {
  text-align: center;
  font-size: 28px;
  margin-bottom: 20px;
}

.faq-item {
  background: #eaeaea;
  margin-bottom: 10px;
  border-radius: 5px;
  overflow: hidden;
}

.faq-question {
    background: #12416a;
    color: #fff;
  padding: 15px;
  cursor: pointer;
  position: relative;
  font-weight: bold;
}

.faq-question::after {
  content: "›";
  position: absolute;
  right: 20px;
  font-size: 20px;
  transition: 0.3s;
}

.faq-item.active .faq-question {
  background: linear-gradient(45deg, #062241, #d94795);
  color: #fff;
}

.faq-item.active .faq-question::after {
  transform: rotate(90deg);
  color: #fff;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  background: #fff;
  padding: 0 15px;
  transition: max-height 0.4s ease;
}

.faq-answer p {
  padding: 15px 0;
  margin: 0;
}
/*--------faq-----*/
        @media (max-width: 767px) {
        .intro-area-2{
            display: none;
        }
        }
         .card {
	
        background: #12416a;
         }
        .service-btn {
            background: #12416a;
      /*background: linear-gradient(90deg, #0d4569, #f577b5, #12416a);*/
    border-radius: 12px;
}
.custom-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.custom-popup-box {
    background: #fff;
    width: 500px;
    max-height: 70%;
        border: 2px solid red;
    border-radius: 10px;
    padding: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
}

.custom-popup-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.custom-popup-icon {
    width: 40px;
    height: 40px;
}

.custom-popup-content {
    overflow-y: auto;
    max-height: 300px; /* scroll appears if content exceeds */
    padding-right: 10px;
}

.custom-close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 25px;
    cursor: pointer;
    color: #333;
    transition: 0.3s;
}

.custom-close-btn:hover {
    color: red;
}
.split-grid1 {
    display: flex;
    gap: 0px;
    justify-content: center;
    margin-top: -11px;
    flex-wrap: wrap;
}

.star-btn {
    padding: 57px 51px;
    background: linear-gradient(45deg, #12416a, #ff5db5);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: transform 0.3s, box-shadow 0.3s;

    /* Star shape */
    clip-path: polygon(
        50% 0%,
        61% 35%,
        98% 35%,
        68% 57%,
        79% 91%,
        50% 70%,
        21% 91%,
        32% 57%,
        2% 35%,
        39% 35%
    );
}

.star-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 8px 15px rgba(0,0,0,0.3);
}
.banner-area{
    margin-top: 10px;
    
}
/* Desktop / Tablet में Hide */
.mobile-banner {
    display: none;
}

/* सिर्फ Mobile में Show */
@media (max-width: 767px) {
    .mobile-banner {
        display: block;
        width: 100%;
        background: #fff; /* बैकग्राउंड क्लीन रहेगा */
        text-align: center;
        padding: 10px 0; /* ऊपर-नीचे थोड़ा gap */
    }

    .mobile-banner img {
        margin-top:175px;
        width: 100%;       /* पूरी screen cover करेगी */
        max-width: 100%;   /* image overflow नहीं करेगी */
        height: auto;      /* proportion सही रहेगा */
        border-radius: 10px; /* हल्का rounded look */
        box-shadow: 0 4px 12px rgba(0,0,0,0.1); /* हल्का shadow effect */
    }
}