h3{
    font-family: 'Lato', sans-serif !important;
    font-size: 20px !important;
}
h2{
    font-family: 'Lato', sans-serif !important;
    font-size: 30px ;
}
p{
    font-family: 'Lato', sans-serif !important;
    font-size: 16px !important;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Lato', sans-serif;
}

.hero {
    height: 40vh;
    background: url('./assets/reticulated-gas-system-bangalore/Images/Banner.webp') no-repeat center center/cover;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    position: relative;
}
@media(max-width:768px){
    .hero {
    height: 55vh;
    }
}
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.hero-content {
    position: relative;
    z-index: 1;
    padding: 0px 100px;
}

.hero h1 {
    font-size: 38px;
    margin-bottom: 20px;
}

.hero p {
    font-size: 15px;
    text-align: center;
    font-family: 'Lato', sans-serif;
}

.hero button {
    padding: 10px 20px;
    font-size: 1rem;
    color: white;
    background: #ff7b00;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
    border-radius: 5px;
}

.hero button:hover {
    background: #e66a00;
}

@media (max-width: 768px) {
    .hero h1 {
        font-size: 32px;
    }
    .hero p {
        font-size: 1rem;
    }
    .hero-content{
        padding: 0px 16px;
    }
    h2{
        font-size: 26px !important;
    }
    .container{
        width: 100% !important;
    }
    .box-features{
        border: 0px !important;
        padding: 0px !important;
    }
    .box-features{
        margin-left: 0px !important;
    }
    .box-features{
        height: 100% !important;
    }
    .mar-features{
        padding: 0px !important;
    }
}
/* faq section start */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  .ko-faq-section {
    padding: 40px 0;
  }
  .ko-faq-section h2 {
    text-align: center;
    font-size: 42px;
    margin-bottom: 10px;
  }
  .ko-container {
    width: 100%;
    max-width: 1370px;
    margin: 0 auto;
    padding: 0 15px;
    font-family: 'Lato', sans-serif;
    font-size: 2rem  !important;
  }
  .ko-faq-section .ko-container > p {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  .ko-accordion-item {
    background-color: #fff;
    border-bottom: 1px solid #dfdfdf;
  }
  .ko-accordion-item-header {
    padding: 20px 0;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    font-family: var(--font-marcellus);
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
  }
  .ko-accordion-item-header::after {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkgMThMMTUgMTJMOSA2IiBzdHJva2U9IiMwNDdDQzEiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==");
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.4s ease;
  }
  .ko-accordion-item-header.active::after {
    content: "";
    transform: rotate(90deg);
  }
  .ko-accordion-item-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
  }
  .ko-accordion-item-body-content {
    padding-bottom: 20px;
  }
  .ko-faq-accordion {
    margin-bottom: 30px;
  }
  .ko-ask-qus h3 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 10px;
  }
  .ko-ask-qus p {
    margin-bottom: 20px;
  }
  .ko-form-cotrl {
    margin-bottom: 20px;
  }
  .ko-faq-input-field {
    width: 100%;
    max-width: 520px;
    padding: 10px;
    outline: none;
    border: 1px solid #dfdfdf;
  }
  .ko-faq-input-field:focus {
    outline: none;
    border: 1px solid var(--primary-color);
    box-shadow: 1px 1px 10px #aae0ff;
  }
  .ko-btn {
    border: 0;
    padding: 6px 12px;
    background: #000000;
    color: #ffffff;
    cursor: pointer;
  }
  /* faq section end */
  .box-features {
    text-align: left;
    background: #ffffff1c;
    padding: 17px 20px 14px 20px;
    height: 349px;
    border-right: 1px solid #ccc;
    margin-left: -23px;
}

img.img-fluid.feature-imgs {
    width: 64px;
    margin-bottom: 11px;
}

h5.featu-head {
    font-size: 20px;
    font-weight: 600;
}

p.feature-para {
    font-size: 16px;
}

.mar-feature {
    margin-top: 50px;
}

p {
    font-size: 18px;
}

.box-features:hover {

    transition: all .2s linear !important;
    box-shadow: rgba(39, 79, 117, .2) 0 40px 90px -30px;
}



/* Feature zoho bigin */


/* Mobile responsive */


@media only screen and (max-width:600px) {

    /* p {
        font-size: 16px!important;
    } */

    .mar-feature {
        /* margin-top: 50px; */
        padding: 0px 20px;
    }

}
  
.main-heading {
    font-size: clamp(35px, 2vw, 28px);
    font-weight: 600;
    margin-bottom: 15px
}

.service-img2 {
    position: sticky;
    top: 8rem;
}

span.bold-main {
    font-weight: 600;
    color: #efefef;
    font-size: 19px
}

.secnew {
    margin-top: 50px;
    background: #efefef;
}

p.bg-col {
    background: #c7ef9e47;
    background: #fff;
    padding: 18px;
    border-radius: 10px;
}

.paf-y {
    padding-top: 40px;
    padding-bottom: 80px
}
.far::before{
    background-color: #e91f27;
    color: #fff;
    padding: 2px ;
    border-radius: 25px;
    margin-right: 10px;
}
@import url(https://fonts.googleapis.com/css2?family=Jost:wght@200;400;600;800&display=swap);

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box
}

:root {

    --theme-blue: #295f72;
    --theme-orange: #ff7430
}

.main-heading {
    font-size: clamp(45px, 2vw, 28px);
    font-weight: 600;
    margin-bottom: 25px
}

.main-heading span {
    font-weight: 600;
    color: var(--theme-orange)
}

.advantages .adv-card {
    height: 350px;
    display: flex;
    justify-content: flex-end;
    padding: 20px;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    border-radius: 14px
}

.advantages .adv-card::before {
    content: "";
    position: absolute;
    height: 30%;
    width: 100%;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, transparent, var(--theme-blue));
    transition: .6s
}

.advantages .adv-card:hover::before {
    height: 140%
}

.advantages .adv-card .card-content {
    transform: translateY(175px);
    display: flex;
    flex-direction: column;
    gap: 2px;
    transition: .6s;
    height: 209px
}

.advantages .adv-card:hover .card-content {
    transform: translateY(0)
}

.advantages .adv-card .card-content h3 {
    font-weight: 600;
    font-size: 20px;
    color: #fff
}

p.hover-show {
    opacity: 0
}

.adv-card:hover p.hover-show {
    opacity: 1
}

@media (max-width:767px) {

    .advantages .adv-card {
        height: 313px;
        display: flex;
        justify-content: flex-end;
        padding: 10px 10px 29px 17px;
        flex-direction: column;
        overflow: hidden;
        position: relative;
        border-radius: 14px
    }

    .mt-5 {
        margin-top: 0 !important
    }

    .main-heading {
        font-size: 29px !important;
        font-weight: 600;
        margin-bottom: 15px
    }
}

.adv-card-6 {
    background: url(../imgs/fixed-bid.jpg) center/cover no-repeat
}

.adv-card-7 {
    background: url(../imgs/makeup-model.jpg) center/cover no-repeat
}

.adv-card-8 {
    background: url(../imgs/water-fall.jpg) center/cover no-repeat
}

@media screen and (min-width:1100px) and (max-width:1280px) {

    .main-heading {
        font-size: clamp(40px, 2vw, 28px);
        font-weight: 600;
        margin-bottom: 25px
    }

    .adv-card:hover p {
        font-size: 14px
    }
}
.our-reticulated-gas{
    padding-top: 10px;
}

.install{
    border-radius: 20px;
    background: rgb(41,92,111);
background: linear-gradient(90deg, rgba(41,92,111,1) 0%, rgba(103,145,161,1) 100%);
}
.install-text{
    color: white;
    text-align: center;
    font-size: 22px !important;
    margin: 0px;
}
.why-sec{
    display: flex;
    justify-content: center;
    flex-direction: column;
    
}
.why-sec-img{
    border-radius: 30px;
}
.installation-banner{
    padding: 0px 12px;
}
.why-choose-section{
    padding: 0px 12px;
}



.product {
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 15px;
    text-align: center;
    height: 100%;

    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.product:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.product img {
    max-width: 100%;
    object-fit: contain;
    height: 300px;
    
    border-radius: 5px;
    opacity: 0;
    animation: fadeIn 1s ease-in-out forwards;
}
.product .full-img{
    width: 100%;
    height: 280px;
    object-fit: cover;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.product h3, .product p {
    opacity: 0;
    animation: slideUp 0.5s ease-in-out forwards;
    margin-top: 20px;
}
@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/********Annual Maintenance****************/
