.contact-banner {
    min-height: 320px;
    display: flex;
    align-items: center;

    /* DEMO IMAGE */
    background:
        linear-gradient(to right, #efe7da 40%, rgba(0, 0, 0, 0.15)),
        url("../img/1 (9).jpg");

    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
}

/* Left text */
.banner-content {
    padding: 60px;
    max-width: 500px;
}

.banner-content h1 {
    font-size: 42px;
    color: #c7921e;
    font-weight: 700;
    margin-bottom: 10px;
}

.banner-content p {
    font-size: 16px;
    color: #333;
}

/* Tablet */
@media (max-width: 991px) {
    .banner-content h1 {
        font-size: 34px;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .contact-banner {
        background:
            linear-gradient(to bottom, rgba(239, 231, 218, 0.95), rgba(239, 231, 218, 0.85)),
            url("../img/16.jpg");
        background-position: center;
        text-align: center;
    }

    .banner-content {
        padding: 40px 20px;
        margin: auto;
    }

    .banner-content h1 {
        font-size: 28px;
    }
}




.con_features_area {
    padding: 40px 0;
    background: #fff;
}

.display-flex-custom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.con_features_item {
    display: flex;
    align-items: center;
    padding: 10px;
    border-right: 1px solid #ddd;
    /* Desktop par 4 ke beech ki lines */
}

/* Akhiri item ki line hatao desktop par */
@media (min-width: 992px) {
    .col-lg-3:last-child .con_features_item {
        border-right: none;
    }
}

.media_icon {
    width: 60px;
    height: 60px;
    background: #f5f5f5;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    flex-shrink: 0;
}

.media_icon img {
    max-width: 80%;
}

.media-body h3 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 2px;
    color: #333;
}

.media-body p {
    font-size: 12px;
    color: #777;
    margin: 0;
}

/* --- Responsive Settings --- */

/* Tablet (2 Items per row) */
@media (max-width: 991px) {
    .col-md-6 {
        border-right: none;
        margin-bottom: 20px;
    }
}

/* Mobile (Ek line mein 2 items ya 1 depend on space) */
@media (max-width: 576px) {
    .con_features_item {
        flex-direction: column;
        /* Icon upar text niche (Optional) */
        text-align: center;
        border-right: none;
    }

    .media_icon {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .col-6 {
        width: 50%;
        /* Mobile par 2-2 show honge */
    }
}





/* 2. Main Wrapper - Yeh content ko center mein rakhega */
.product-section-wrapper {
    max-width: 1200px;
    margin: 80px auto;
    padding: 0 20px;
}

/* 3. Flex Container - Desktop pe Image Left aur Text Right */
.product-flex-row {
    display: flex;
    flex-wrap: wrap;
    /* Mobile ke liye wrap on rakha hai */
    align-items: center;
    /* Vertical centering */
    gap: 40px;
    /* Image aur Text ke beech ki doori */
}

/* 4. Column Styling (50-50 split on desktop) */
.item-visual-part,
.item-content-part {
    flex: 1;
    min-width: 300px;
    /* Mobile par stack hone ke liye */
}

/* 5. Image Styling */
.product-image-frame {
    width: 100%;
    text-align: center;
}

.product-image-frame img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    transition: 0.3s ease;
}

/* 6. Text Styling */
.item-label {
    color: #ffb400;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 8px;
}

.item-main-heading {
    font-size: 42px;
    color: #1a1a1a;
    line-height: 1.2;
    margin-bottom: 15px;
}

.item-accent-line {
    width: 60px;
    height: 4px;
    background-color: #ffb400;
    margin-bottom: 30px;
}

.item-para {
    font-size: 16px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 20px;
}

/* 7. Highlighted Box */
.info-highlight-card {
    background-color: #fff9eb;
    border-left: 5px solid #ffb400;
    padding: 20px;
    margin-top: 30px;
    font-style: italic;
    color: #333;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

/* --- RESPONSIVE SETTINGS --- */

/* Tablet aur Mobile ke liye (992px se niche) */
@media (max-width: 992px) {
    .product-flex-row {
        flex-direction: column;
        /* Image upar, text niche */
        text-align: center;
    }

    .item-main-heading {
        font-size: 32px;
    }

    .item-accent-line {
        margin: 0 auto 30px;
        /* Line center mein */
    }

    .info-highlight-card {
        border-left: none;
        border-top: 5px solid #ffb400;
        text-align: center;
    }

    .product-section-wrapper {
        margin: 40px auto;
    }
}

/* Chote Mobile ke liye (576px se niche) */
@media (max-width: 576px) {
    .item-main-heading {
        font-size: 26px;
    }

    .item-para {
        font-size: 14px;
    }
}







/* Main Section */
.battery-section {
  padding: 60px 5%;
  background: #fff;
}

/* Flex Container */
.battery-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  max-width: 1200px;
  margin: auto;
}

/* Image */
.battery-img img {
  /* width: 100%; */
  max-width: 350px;
  height: auto;
  border-radius: 10px;
}

/* Content */
.battery-content {
  max-width: 500px;
}

.small-title {
  color: #f5a800;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 14px;
  margin-bottom: 10px;
}

.battery-content h2 {
  font-size: 36px;
  margin-bottom: 20px;
  color: #000;
}

/* Yellow Box */
.battery-box {
  background: #f5a800;
  padding: 15px 20px;
  border-radius: 5px;
}

.battery-box p {
  font-size: 14px;
  font-weight: bold;
  color: #000;
  margin-bottom: 5px;
}

/* ---------------- RESPONSIVE ---------------- */

/* Tablet */
@media (max-width: 768px) {
  .battery-container {
    flex-direction: column;
    text-align: center;
  }

  .battery-content h2 {
    font-size: 28px;
  }
}

/* Mobile */
@media (max-width: 480px) {
  .battery-section {
    padding: 30px 15px;
  }

  .battery-content h2 {
    font-size: 22px;
  }

  .battery-box p {
    font-size: 12px;
  }
}





.typec-section {
  padding: 60px 5%;
  background: #cfe9ff;
}

.typec-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

/* LEFT TEXT */
.typec-text {
  max-width: 400px;
}

.typec-small {
  color: #ffb000;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 2px;
}

.typec-text h2 {
  font-size: 36px;
  margin: 10px 0 15px;
}

.typec-box {
  display: inline-block;
  background: #ffb000;
  padding: 10px 18px;
  font-weight: bold;
  border-radius: 3px;
}

/* RIGHT IMAGE */
.typec-img img {
  width: 100%;
  /* max-width: 400px; */
  height: auto;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 768px) {
  .typec-container {
    flex-direction: column;
    text-align: center;
  }

  .typec-text h2 {
    font-size: 28px;
  }
}

@media (max-width: 480px) {
  .typec-section {
    padding: 30px 15px;
  }

  .typec-text h2 {
    font-size: 22px;
  }
}






.sf-banner-sec{
  background:#e9fbff;
  padding:60px 7%;
}

.sf-banner-wrap{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:40px;
  max-width:1200px;
  margin:auto;
}

/* Image */
.sf-banner-img img{
  width:320px;
  max-width:100%;
  filter: drop-shadow(0 20px 25px rgba(0,0,0,0.2));
}

/* Text */
.sf-banner-text{
  max-width:520px;
}

.sf-banner-text h6{
  color:#ff9800;
  font-size:14px;
  letter-spacing:2px;
  margin-bottom:10px;
}

.sf-banner-text h2{
  font-size:36px;
  font-weight:700;
  margin-bottom:15px;
}

.sf-banner-text p{
  font-size:16px;
  color:#444;
  margin-bottom:22px;
}

/* Button */
.sf-banner-btn{
  display:inline-block;
  background:#ff9800;
  color:#fff;
  padding:12px 32px;
  border-radius:50px;
  text-decoration:none;
  font-weight:bold;
  transition:0.3s;
}

.sf-banner-btn:hover{
  background:#e07f00;
}

/* Responsive */
@media(max-width:900px){
  .sf-banner-wrap{
    flex-direction:column;
    text-align:center;
  }
  .sf-banner-text h2{
    font-size:28px;
  }
}





.sf4-banner-sec{
  background:#cfeeff;
  padding:70px 8%;
}

.sf4-banner-wrap{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:50px;
  max-width:1200px;
  margin:auto;
}

/* Image */
.sf4-img-box img{
  width:380px;
  max-width:100%;
  transform: rotate(-12deg);
  filter: drop-shadow(0 25px 30px rgba(0,0,0,0.3));
}

/* Text */
.sf4-text-box{
  max-width:500px;
}

.sf4-text-box h2{
  font-size:36px;
  font-weight:700;
  margin-bottom:15px;
}

.sf4-text-box p{
  background:#ffb400;
  display:inline-block;
  padding:10px 18px;
  font-size:13px;
  font-weight:600;
  color:#000;
  border-radius:2px;
}

/* Responsive */
@media(max-width:900px){
  .sf4-banner-wrap{
    flex-direction:column;
    text-align:center;
  }

  .sf4-img-box img{
    transform:rotate(0deg);
  }

  .sf4-text-box h2{
    font-size:28px;
  }
}

@media(max-width:500px){
  .sf4-text-box h2{
    font-size:22px;
  }
}






.sf-mini-sec{
  padding:80px 0;
  background:#fff;
}

.sf-mini-container{
  max-width:1200px;
  margin:auto;
  padding:0 20px;
}

/* Title */
.sf-mini-title{
  text-align:center;
  margin-bottom:50px;
}

.sf-mini-title h2{
  font-size:32px;
  font-weight:700;
  margin-bottom:10px;
}

.sf-mini-title span{
  width:50px;
  height:4px;
  background:#ffb400;
  display:inline-block;
  border-radius:2px;
}

/* Grid Layout */
.sf-mini-grid{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap:20px;
}

/* Image Box */
.sf-mini-item{
  position:relative;
  overflow:hidden;
  border-radius:6px;
}

.sf-mini-item img{
  width:100%;
  display:block;
  transition:0.4s;
}

/* Label Text */
.sf-label{
  position:absolute;
  bottom:10px;
  left:10px;
  color:#fff;
  font-size:16px;
  font-weight:600;
  background:rgba(0,0,0,0.5);
  padding:5px 10px;
  border-radius:3px;
}

/* Hover Effect */
.sf-mini-item:hover img{
  transform:scale(1.1);
}

/* Responsive */
@media(max-width:992px){
  .sf-mini-grid{
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(max-width:600px){
  .sf-mini-grid{
    grid-template-columns: 1fr;
  }
  .sf-mini-title h2{
    font-size:24px;
  }
}







.features-section {
    padding: 80px 0;
    background: #f7f9fc;
    font-family: Arial, sans-serif;
}

.container {
    max-width: 1200px;
    margin: auto;
    padding: 0 15px;
}

/* Title */
.section-title {
    text-align: center;
    margin-bottom: 50px;
}

.section-title h6 {
    color: orange;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.section-title h2 {
    font-size: 32px;
    font-weight: bold;
    color: #111;
}

/* Grid Layout */
.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

/* Box Design */
.feature-box {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
}

.feature-box img {
    width: 100%;
    /* height: 220px; */
    object-fit: cover;
}

.feature-box p {
    padding: 15px;
    font-size: 15px;
    font-weight: 500;
    color: #333;
    text-align: center;
}

/* Hover Effect */
.feature-box:hover {
    transform: translateY(-8px);
}

/* Responsive */
@media (max-width: 992px) {
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .features-grid {
        grid-template-columns: 1fr;
    }

    .section-title h2 {
        font-size: 24px;
    }
}





/* Container and Wrapper */
.p-slider-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #f1f5f9; /* Light grey background */
}

.p-slider-item {
    position: relative;
    min-height: 500px;
    height: 70vh;
    display: flex;
    align-items: center;
}

/* Background Image Control */
.p-slider-bg-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: contain !important; /* Image ko right side fit rakhta hai */
    background-position: right center !important;
    background-repeat: no-repeat !important;
    z-index: 1;
}

.p-slider-container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.p-slider-content {
    max-width: 550px;
}

/* Typography Styling */
.p-slider-subtitle {
    color: #ffb400; /* Reference image ka yellow */
    font-size: 1.1rem;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 12px 0;
    letter-spacing: 1.5px;
}

.p-slider-maintitle {
    color: #002e5b; /* Reference image ka dark blue */
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.1;
    margin: 0 0 25px 0;
}

/* Button Styling */
.p-slider-action-btn {
    display: inline-block;
    background-color: #ffb400;
    color: #002e5b;
    padding: 14px 28px;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.85rem;
    text-transform: uppercase;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.p-slider-action-btn:hover {
    background-color: #002e5b;
    color: #fff;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

/* --- Responsive Layout --- */

/* Tablet Mode */
@media (max-width: 1024px) {
    .p-slider-maintitle {
        font-size: 2.8rem;
    }
    .p-slider-item {
        height: 450px;
    }
}

/* Mobile Mode */
@media (max-width: 768px) {
    .p-slider-item {
        height: auto;
        padding: 60px 0;
        text-align: center;
        display: flex;
        flex-direction: column;
    }
    
    .p-slider-bg-img {
        position: relative;
        height: 220px;
        width: 100%;
        background-position: center !important;
        margin-bottom: 20px;
        order: -1; /* Image text ke upar chali jayegi */
    }

    .p-slider-content {
        margin: 0 auto;
        padding: 0 15px;
    }

    .p-slider-maintitle {
        font-size: 2rem;
    }
}




.sf-para-sec{
  background:#f8f9fb;
  padding:80px 0;
}

.sf-para-container{
  max-width:1100px;
  margin:auto;
  padding:0 20px;
}

/* Title */
.sf-para-title{
  text-align:center;
  margin-bottom:40px;
}

.sf-para-title h2{
  font-size:32px;
  font-weight:700;
  margin-bottom:10px;
}

.sf-para-title span{
  width:50px;
  height:4px;
  background:#ffb400;
  display:inline-block;
  border-radius:2px;
}

/* Table Box */
.sf-table-wrap{
  overflow-x:auto;
  background:#fff;
  border-radius:6px;
  box-shadow:0 5px 20px rgba(0,0,0,0.05);
}

/* Table Style */
.sf-para-table{
  width:100%;
  border-collapse:collapse;
  min-width:600px;
}

.sf-para-table th,
.sf-para-table td{
  padding:12px 15px;
  border:1px solid #ddd;
  font-size:14px;
}

.sf-para-table th{
  background:#f1f1f1;
  text-align:left;
  font-weight:600;
  width:35%;
}

.sf-para-table td{
  color:#333;
}

/* Responsive */
@media(max-width:768px){
  .sf-para-title h2{
    font-size:24px;
  }
}




/* Section Container */
.otdr-video-section {
    position: relative;
    height: 500px;
    /* Desktop Height */
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    color: #ffffff;
}

/* Background Image & Parallax Effect */
.video-parallax-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    /* Extra height for parallax movement */
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url("../") no-repeat center center;
    background-size: cover;
    z-index: -1;
    transform: translateY(0);
    /* Parallax handling via JS or CSS */
}

/* Container */
.video-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

/* Content Styling */
.video-content-wrapper {
    z-index: 2;
}

/* Play Button Styling */
.custom-play-button {
    text-decoration: none;
    display: inline-block;
    margin-bottom: 25px;
}

.play-icon-circle {
    width: 90px;
    height: 90px;
    background: #ffb400;
    /* Theme Yellow */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.4s ease;
    box-shadow: 0 0 0 0 rgba(255, 180, 0, 0.5);
    animation: pulse-border 2s infinite;
    /* Ripple effect */
}

.play-triangle {
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 22px solid #fff;
    margin-left: 5px;
}

.play-icon-circle:hover {
    transform: scale(1.1);
    background: #e6a200;
}

/* Title Styling */
.video-title {
    font-size: 40px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}

/* Ripple Animation */
@keyframes pulse-border {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 180, 0, 0.7);
    }

    100% {
        box-shadow: 0 0 0 30px rgba(255, 180, 0, 0);
    }
}

/* --- Responsive (Tablets) --- */
@media (max-width: 992px) {
    .otdr-video-section {
        height: 400px;
    }

    .video-title {
        font-size: 30px;
    }

    .play-icon-circle {
        width: 75px;
        height: 75px;
    }
}

/* --- Responsive (Mobile) --- */
@media (max-width: 576px) {
    .otdr-video-section {
        height: 300px;
    }

    .video-title {
        font-size: 22px;
        padding: 0 10px;
    }

    .play-icon-circle {
        width: 60px;
        height: 60px;
    }

    .play-triangle {
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 15px solid #fff;
    }
}





/* Section General Style */
.pdf-download-section {
    padding: 60px 20px;
    background-color: #f8f9fa;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.section-title {
    text-align: center;
    color: #1f2933;
    margin-bottom: 40px;
    font-size: 32px;
    font-weight: bold;
}

/* Grid System: Baad mein naye cards add karne par ye apne aap adjust hoga */
.pdf-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Desktop: 3 Columns */
    gap: 30px;
}

/* Individual Card Style */
.pdf-card {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: 0.3s;
    border: 1px solid #eee;
}

.pdf-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.image-placeholder img {
    max-width: 100%;
    height: 150px;
    object-fit: contain;
    margin-bottom: 15px;
}

.pdf-card h3 {
    font-size: 18px;
    color: #1f2933;
    margin-bottom: 10px;
}

.pdf-card p {
    color: #666;
    font-size: 14px;
    margin-bottom: 20px;
}

/* Download Button with Yellow Hover */
.download-btn {
    display: block;
    padding: 12px;
    background-color: #1f2933;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border-radius: 6px;
    transition: all 0.3s ease;
    border: 2px solid #1f2933;
}

.download-btn:hover {
    background-color: #ffb400; /* Yellow Color */
    color: #1f2933;
    border-color: #ffb400;
}

/* --- Responsive Settings --- */

/* For Tablets (992px and below) */
@media (max-width: 992px) {
    .pdf-container {
        grid-template-columns: repeat(2, 1fr); /* 2 Columns */
        gap: 20px;
    }
}

/* For Mobile Phones (600px and below) */
@media (max-width: 600px) {
    .pdf-container {
        grid-template-columns: 1fr; /* 1 Column (Full Width) */
    }
    
    .section-title {
        font-size: 24px;
    }
    
    .pdf-card {
        padding: 20px;
    }
}






/* image  */

        /* Yeh aapka main section hai */
        .image-section {
            width: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            background-color: #fff; /* Section ka background color */
            overflow: hidden; /* Image bahar na nikle */
        }

        /* Image styling - No Gaps */
        .full-responsive-img {
            width: 100%;       /* Desktop, Tab, Mobile sab par 100% width */
            display: block;    /* Bottom gap hatane ke liye */
            height: auto;      /* Aspect ratio barabar rahega */
        }