body{
    overflow-y: scroll; 
    overflow-x: hidden; 
    background-image: url('../img/body_bg3.html');
}

#ctl00_ctl00_mainSlider{
    /*
        background-image: url(../img/background_overlay.png&#39;);
     */
}
.topheader{
    background-color:#000; 
    padding: 10px;
}
.topheader .leftbar{
    /* text-align: right;  */
    font-weight: 600; 
    font-size: 13px; 
    padding: 2px;
}
.topheader  a{
    color: #fff; 
    font-size: 13px;
     font-weight: 600; 
     /* float: left;  */
     letter-spacing: 1px;
}
.main-nav{
    background-color: #107277;
}
.copyright
{
    text-align: right;
    padding-top: 10px;
    color: #fff;
}
 .prodlist li a{
    color: #333;
}
 .prodlist li a i{
    font-size: 15px; color:#107277
}

.page{
    padding-top: 30px;
}
.page h1{
    text-align: center;
}
.footer{
    background-color: #000;
    padding-top: 30px;
    padding-bottom: 30px"
}

.borders{
  border-right: 1px solid #7f7f7f
}
.borders ul{
    color: #fff;
    list-style: none;
}
.icon-caret-right{
    color:#107277;
}
.address-content{
  text-align: left;
  padding-top: 0px;
  color: #fff;
  font-size: 15px;
  border-right: 1px solid #7f7f7f;
}

.contact-conent{
 text-align: left;
 padding-left: 20px;
 color: #fff;
 font-size: 15px;
}

.icon-envelope-alt{
   color:#107277; 
   font-size:16px;
}

.hr-style{
 border:0;
 border-bottom:1px solid #888;
}
.contact-conent span{
 color: #fff;
 font-weight: 500;
}

.icons{
    color: #107277;
    font-size: 16px;
}

.deep-footer{
   background-color: #272727; 
}

.pt-top{
    padding-top: 10px;
}
.pt-top p{
    text-align: left; 
    color: #fff;
}
/* /////// header -start  /////// */
.main-header{
    width: 100%;
}
.leftbar span{
    color: #107277;
}
.leftbar i{
  font-size: 13px;
}
.social{
 text-align: right;
 padding-right: 53px;
}

.social span{
 color: #fff;
 font-size: 13px;
 font-weight: 600;
}

.navbar-in{
    padding-left: 0;
    padding-right: 0;
    float: right; 
    width: 100%;
}
  
.pdf2 ul li a{
    color: #000!important;
    text-decoration: none;
}

.title-name{
    color: #077378;
    font-weight: 600;
}
/* ============================================
   PRODUCT SEO SECTION
============================================ */

.product-seo-section {
    background: #fff;
    color: #333;
}


/* ============================================
   PRODUCT INTRO
============================================ */

.product-intro-box {
    margin-bottom: 20px;
}

.product-image-box {
    height: 360px;
    background: #f7f8fa;
    border-radius: 16px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid #eeeeee;
}

.product-image-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-label,
.market-label,
.coverage-label {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.product-seo-section h1 {
    font-size: 36px;
    line-height: 1.25;
    font-weight: 700;
    margin-bottom: 18px;
}

.product-seo-section p {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 15px;
    color: #555;
}


/* ============================================
   PRODUCT HIGHLIGHT
============================================ */

.product-highlight {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 15px 18px;
    margin-top: 20px;
    border-left: 4px solid #333;
    background: #f7f7f7;
    border-radius: 6px;
}

.product-highlight strong {
    font-size: 16px;
}

.product-highlight span {
    font-size: 13px;
    color: #666;
}


/* ============================================
   SEO CARDS
============================================ */

.seo-card {
    position: relative;
    height: 100%;
    padding: 30px;
    border: 1px solid #e7e7e7;
    border-radius: 14px;
    background: #fff;
    transition: all 0.3s ease;
}

.seo-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.card-number {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 12px;
    opacity: 0.6;
}

.seo-card h2,
.market-card h2,
.seo-coverage-box h2,
.seo-final-content h2 {
    font-size: 23px;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 15px;
}

.seo-card h3,
.market-card h3,
.seo-final-content h3 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 22px;
    margin-bottom: 10px;
}

.seo-card h4,
.market-card h4,
.seo-final-content h4 {
    font-size: 16px;
    font-weight: 600;
    margin-top: 18px;
    margin-bottom: 8px;
}

.seo-card h5,
.seo-final-content h5 {
    font-size: 15px;
    font-weight: 600;
    margin-top: 18px;
    margin-bottom: 8px;
}

.seo-card h6,
.seo-final-content h6 {
    font-size: 14px;
    font-weight: 600;
    margin-top: 18px;
    margin-bottom: 8px;
}


/* ============================================
   FEATURES
============================================ */

.feature-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 20px 0;
}

.feature-list div {
    font-size: 14px;
    line-height: 1.5;
}

.feature-list i {
    margin-right: 6px;
}


/* ============================================
   APPLICATIONS
============================================ */

.application-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 20px 0;
}

.application-grid span {
    padding: 10px 12px;
    border: 1px solid #e5e5e5;
    border-radius: 7px;
    font-size: 13px;
}


/* ============================================
   MARKET SECTION
============================================ */

.market-card {
    height: 100%;
    padding: 30px;
    border-radius: 14px;
}

.india-card {
    background: #f7f8fa;
}

.international-card {
    border: 1px solid #e7e7e7;
    background: #fff;
}

.country-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 20px 0;
}

.country-list span {
    padding: 7px 12px;
    border-radius: 30px;
    background: #f1f1f1;
    font-size: 13px;
}


/* ============================================
   SEO COVERAGE
============================================ */

.seo-coverage-box {
    padding: 35px;
    border-radius: 14px;
    background: #f7f8fa;
    border: 1px solid #e9e9e9;
}

.seo-coverage-box strong {
    font-weight: 700;
}

.coverage-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 20px;
}

.coverage-tags span {
    padding: 8px 13px;
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 30px;
    font-size: 13px;
}


/* ============================================
   FINAL CONTENT
============================================ */

.seo-final-content {
    padding: 10px 0;
}


/* ============================================
   RESPONSIVE
============================================ */

@media (max-width: 991px) {

    .product-seo-section h1 {
        font-size: 30px;
    }

    .product-image-box {
        height: 300px;
    }

    .seo-card,
    .market-card {
        padding: 25px;
    }
}


@media (max-width: 767px) {

    .product-seo-section h1 {
        font-size: 25px;
    }

    .product-seo-section h2,
    .seo-card h2,
    .market-card h2,
    .seo-coverage-box h2,
    .seo-final-content h2 {
        font-size: 21px;
    }

    .product-image-box {
        height: 250px;
    }

    .feature-list,
    .application-grid {
        grid-template-columns: 1fr;
    }

    .seo-card,
    .market-card,
    .seo-coverage-box {
        padding: 20px;
    }

    .product-highlight {
        margin-top: 15px;
    }

}