/* =========================
   RESPONSIVE DESIGN
   EQUINOX TERRA ENERGY
========================= */

/* =========================
   LARGE TABLETS / SMALL LAPTOPS
========================= */

@media (max-width: 1200px) {

    .hero-text h1 {
        font-size: 52px;
    }

    .hero-stats {
        flex-wrap: wrap;
        gap: 20px;
    }

    .globe-wrapper {
        width: 280px;
        height: 280px;
    }
}

/* =========================
   TABLETS
========================= */

@media (max-width: 992px) {

    .nav-menu {
        display: none;
    }

    .hero {
        text-align: center;
        padding-top: 120px;
    }

    .hero-text p {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-actions {
        justify-content: center;
        flex-wrap: wrap;
    }

    .hero-stats {
        justify-content: center;
    }

    .hero-visual {
        margin-top: 60px;
    }
}

/* =========================
   MOBILE LARGE
========================= */

@media (max-width: 768px) {

    .hero-text h1 {
        font-size: 42px;
    }

    .hero-stats {
        gap: 15px;
    }

    .floating-card {
        display: none; /* cleaner mobile experience */
    }

    .globe-wrapper {
        width: 240px;
        height: 240px;
    }
}

/* =========================
   MOBILE SMALL
========================= */

@media (max-width: 480px) {

    .hero-text h1 {
        font-size: 34px;
    }

    .btn-primary,
    .btn-outline {
        width: 100%;
        text-align: center;
    }

    .hero-actions {
        flex-direction: column;
        width: 100%;
    }

    .hero-stats {
        flex-direction: column;
        align-items: center;
    }
}

/* =========================
   MOBILE HERO IMPROVEMENTS
========================= */

@media (max-width: 992px) {

    .hero {
        text-align: center;
        padding-top: 140px;
    }

    .hero-text h1 {
        font-size: 42px;
        line-height: 1.2;
    }

    .hero-text p {
        max-width: 100%;
        font-size: 14px;
    }

    .hero-actions {
        justify-content: center;
    }

    .hero-stats {
        justify-content: center;
        flex-wrap: wrap;
        gap: 20px;
    }

    .hero-visual {
        margin-top: 60px;
    }
}

@media (max-width: 576px) {

    .hero-text h1 {
        font-size: 34px;
    }

    .hero-actions {
        flex-direction: column;
        width: 100%;
    }

    .btn-primary,
    .btn-outline {
        width: 100%;
    }

    .hero-stats {
        flex-direction: column;
        align-items: center;
    }
}

/* =========================
   MOBILE HERO FIX (CLEAN LAYOUT)
========================= */

@media (max-width: 992px) {

    .hero {
        text-align: center;
        padding: 140px 0 80px;
    }

    .hero-text h1 {
        font-size: 42px;
        line-height: 1.2;
    }

    .hero-text p {
        max-width: 100%;
        margin: 0 auto;
    }

    .hero-actions {
        justify-content: center;
    }

    .hero-stats {
        justify-content: center;
    }

    .hero-visual {
        margin-top: 60px;
    }

    /* IMPORTANT: reduce globe dominance */
    .globe-wrapper {
        transform: scale(0.85);
    }

    .floating-card {
        display: none; /* prevents clutter on mobile */
    }
}

@media (max-width: 576px) {

    .hero-text h1 {
        font-size: 34px;
    }

    .hero-actions {
        flex-direction: column;
        width: 100%;
    }

    .btn-primary,
    .btn-outline {
        width: 100%;
    }

    .hero-stats {
        flex-direction: column;
        gap: 15px;
    }

    .hero {
        padding-top: 120px;
    }

    .globe-wrapper {
        transform: scale(0.7);
    }
}

/* =========================
   MOBILE HERO STATS (FIX)
========================= */

@media (max-width: 576px) {

    .hero-stats {
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: nowrap;
        gap: 10px;
        margin-top: 30px;
        overflow-x: auto;
        padding-bottom: 10px;
    }

    .hero-stats::-webkit-scrollbar {
        display: none;
    }

    .stat {
        min-width: 90px;
        padding: 10px;
        border: 1px solid rgba(255,255,255,0.08);
        border-radius: 14px;
        background: rgba(255,255,255,0.04);
        backdrop-filter: blur(10px);
        text-align: center;
        flex-shrink: 0;
    }

    .stat h3 {
        font-size: 18px;
    }

    .stat p {
        font-size: 10px;
    }
}
.stat {
    transition: 0.3s ease;
}

.stat:hover {
    transform: translateY(-3px);
    border-color: rgba(212,175,55,0.4);
}

/* =========================
   ABOUT MOBILE
========================= */

@media (max-width: 992px) {

    .about {
        text-align: center;
    }

    .about h2 {
        font-size: 32px;
    }

    .about-cards {
        margin-top: 40px;
    }
}

/* =========================
   SERVICES RESPONSIVE
========================= */

@media (max-width: 1200px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .services-grid {
        grid-template-columns: 1fr;
    }

    .section-title {
        font-size: 32px;
    }
}

/* =========================
   WHY CHOOSE US MOBILE
========================= */

@media (max-width: 992px) {

    .why-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .section-title {
        font-size: 32px;
    }
}

@media (max-width: 576px) {

    .why-grid {
        grid-template-columns: 1fr;
    }
}

/* =========================
   PROJECTS RESPONSIVE
========================= */

@media (max-width: 992px) {

    .projects-grid {
        grid-template-columns: 1fr;
    }

    .project-card {
        height: 260px;
    }
}

/* =========================
   NEWS RESPONSIVE
========================= */

@media (max-width: 992px) {

    .news-grid {
        grid-template-columns: 1fr;
    }
}


/*======================================
      OPERATIONS RESPONSIVE
======================================*/

@media(max-width:991px){

.operation,
.operation.reverse{

    grid-template-columns:1fr;

    gap:35px;

}

.operation.reverse .operation-image,
.operation.reverse .operation-content{

    order:unset;

}

.operation-image img{

    height:380px;

}

.operation-content{

    padding:40px;

}

.operation-content h3{

    font-size:1.8rem;

}

}

@media(max-width:767px){

.projects{

    padding:80px 0;

}

.operation{

    margin-bottom:60px;

}

.operation-image img{

    height:260px;

}

.operation-content{

    padding:30px 25px;

}

.operation-content h3{

    font-size:1.5rem;

}

.operation-content p{

    line-height:1.8;

}

}

/*======================================
        ABOUT RESPONSIVE
======================================*/

/*=========================
        TABLETS
=========================*/

@media (max-width: 991px){

    .about{
        padding:90px 0;
    }

    .about .row{
        row-gap:60px;
    }

    .about-image img{
        height:500px;
    }

    .experience-card{

        right:25px;
        bottom:25px;

        padding:22px 28px;

    }

    .experience-card h2{

        font-size:2.5rem;

    }

    .about h2{

        font-size:2.2rem;

    }

    .about-bottom{

        grid-template-columns:1fr;
        margin-top:70px;

    }

}

/*=========================
        MOBILE
=========================*/

@media (max-width:768px){

    .about{

        padding:80px 0;

    }

    .about-image{

        border-radius:22px;

    }

    .about-image img{

        height:340px;

    }

    .experience-card{

        position:relative;

        right:auto;
        bottom:auto;

        margin:20px;

        width:calc(100% - 40px);

    }

    .about-tag{

        font-size:.85rem;

    }

    .about h2{

        font-size:1.8rem;

        line-height:1.4;

    }

    .about p{

        font-size:.95rem;

    }

    .feature-item{

        padding:20px;

        gap:15px;

    }

    .feature-item i{

        width:55px;
        height:55px;

        font-size:20px;

    }

    .feature-item h4{

        font-size:1.05rem;

    }

    .about-btn{

        width:100%;

        justify-content:center;

    }

    .about-bottom{

        margin-top:50px;

        gap:25px;

    }

    .about-info{

        padding:30px 25px;

        text-align:center;

    }

    .about-info i{

        margin:0 auto 20px;

    }

}

/*=========================
      SMALL PHONES
=========================*/

@media (max-width:480px){

    .about-image img{

        height:280px;

    }

    .experience-card{

        padding:18px;

    }

    .experience-card h2{

        font-size:2rem;

    }

    .about h2{

        font-size:1.55rem;

    }

    .feature-item{

        flex-direction:column;

        text-align:center;

        align-items:center;

    }

    .feature-item i{

        margin-bottom:10px;

    }

}

/*======================================
        PAGE HERO RESPONSIVE
======================================*/

@media(max-width:991px){

.page-hero{

    min-height:450px;

}

.page-hero-content{

    text-align:center;

    margin:auto;

}

.page-hero-content h1{

    font-size:3rem;

}

.page-hero-content p{

    margin:0 auto 30px;

}

.breadcrumb{

    justify-content:center;

}

}

@media(max-width:768px){

.page-hero{

    min-height:auto;

    padding:120px 0 70px;

}

.page-hero-content{

    padding:0;

    text-align:center;

}

.page-hero-content h1{

    font-size:2.3rem;

}

.page-hero-content p{

    margin:20px auto 25px;

}

.hero-subtitle{

    margin-bottom:18px;

}

}
@media(max-width:480px){

.page-hero{

    min-height:340px;

}

.page-hero-content h1{

    font-size:1.9rem;

}

.page-hero-content p{

    font-size:.9rem;

}

}

/*======================================
        OUR STORY
======================================*/

@media(max-width:991px){

.company-story{

    padding:90px 0;

}

.story-image{

    margin-bottom:50px;

}

.story-image img{

    height:520px;

}

.company-story h2{

    font-size:2.2rem;

}

.story-statistics{

    grid-template-columns:repeat(2,1fr);

    margin-top:70px;

}

}

@media(max-width:768px){

.story-image img{

    height:420px;

}

.story-features{

    grid-template-columns:1fr;

}

.story-statistics{

    grid-template-columns:1fr;

    gap:22px;

}

.company-story{

    padding:70px 0;

}

.company-story h2{

    font-size:1.9rem;

}

.experience-card{

    left:20px;

    right:20px;

    bottom:20px;

    padding:18px;

}

.experience-card h2{

    font-size:2rem;

}

}

/*======================================
        CEO SECTION
======================================*/

@media(max-width:991px){

.ceo-section{

    padding:90px 0;

}

.ceo-image{

    margin-bottom:60px;

}

.ceo-image img{

    height:600px;

}

.ceo-content{

    padding-left:0;

}

.ceo-content h2{

    font-size:2.4rem;

}

}

@media(max-width:768px){

.ceo-section{

    padding:70px 0;

}

.ceo-image img{

    height:450px;

}

.ceo-badge{

    left:20px;

    right:20px;

    bottom:20px;

    text-align:center;

}

.ceo-content h2{

    font-size:2rem;

}

.quote-icon{

    width:60px;

    height:60px;

    font-size:24px;

}

.ceo-content p{

    line-height:1.9;

}

.ceo-signature h4{

    font-size:1.3rem;

}

}

/*======================================
      MISSION • VISION • VALUES
======================================*/

@media(max-width:991px){

.values-grid{

    grid-template-columns:1fr;

}

.core-grid{

    grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.company-values{

    padding:80px 0;

}

.value-card{

    padding:35px;

}

.core-values{

    padding:35px;

}

.core-grid{

    grid-template-columns:1fr;

}

}

/*======================================
        ABOUT HERO V2 RESPONSIVE
======================================*/

@media (max-width:1200px){

    .about-hero-content h1{

        font-size:56px;

    }

    .hero-bg-text{

        font-size:180px;

    }

    .card-one{

        left:-20px;

    }

    .card-two{

        right:-20px;

    }

}

@media (max-width:991px){

    .about-hero{

        min-height:auto;

        padding:160px 0 90px;

        text-align:center;

    }

    .about-hero-content{

        margin-bottom:70px;

    }

    .hero-tag{

        justify-content:center;

    }

    .about-hero-content h1{

        font-size:48px;

    }

    .about-hero-content p{

        margin:0 auto 35px;

        max-width:700px;

    }

    .hero-buttons{

        justify-content:center;

        flex-wrap:wrap;

    }

    .hero-breadcrumb{

        justify-content:center;

    }

    .hero-image-wrapper{

        max-width:650px;

        margin:auto;

    }

    .card-one{

        left:20px;

        top:25px;

    }

    .card-two{

        right:20px;

        bottom:25px;

    }

    .hero-bg-text{

        font-size:140px;

    }

}

@media (max-width:768px){

    .about-hero{

        padding:140px 0 80px;

    }

    .about-hero-content h1{

        font-size:38px;

        line-height:1.25;

    }

    .about-hero-content p{

        font-size:16px;

        line-height:1.9;

    }

    .hero-buttons{

        flex-direction:column;

        gap:15px;

    }

    .hero-buttons a{

        width:100%;

    }

    .hero-image-wrapper{

        margin-top:20px;

    }

    .hero-card{

        min-width:150px;

        padding:16px 18px;

    }

    .hero-card h3{

        font-size:28px;

    }

    .hero-card p{

        font-size:13px;

    }

    .card-one{

        left:10px;

        top:10px;

    }

    .card-two{

        right:10px;

        bottom:10px;

    }

    .hero-bg-text{

        font-size:90px;

        letter-spacing:5px;

    }

}

@media (max-width:576px){

    .about-hero{

        padding:130px 0 70px;

    }

    .hero-tag{

        font-size:13px;

        gap:10px;

    }

    .hero-tag span{

        width:35px;

    }

    .about-hero-content h1{

        font-size:32px;

    }

    .about-hero-content p{

        font-size:15px;

    }

    .hero-image-wrapper img{

        border-radius:20px;

    }

    .hero-card{

        position:relative;

        display:inline-block;

        width:calc(50% - 10px);

        margin-top:20px;

        left:auto;

        right:auto;

        top:auto;

        bottom:auto;

    }

    .hero-image-wrapper{

        text-align:center;

    }

    .hero-bg-text{

        font-size:70px;

    }

}

@media (max-width:991px){

.about-hero{

    padding:130px 0 90px;

}

.about-hero-content{

    margin-bottom:60px;

}

.hero-image-wrapper img{

    height:450px;

}

}

/*======================================
        ABOUT HERO MOBILE
======================================*/

@media (max-width:768px){

.about-hero{

    min-height:auto;

    padding:110px 0 70px;

}

.about-hero-content{

    text-align:center;

}

.hero-tag{

    justify-content:center;

}

.about-hero-content h1{

    font-size:48px;

    max-width:100%;

}

.about-hero-content p{

    font-size:16px;

    line-height:1.8;

    margin-bottom:30px;

}

.hero-buttons{

    justify-content:center;

    flex-wrap:wrap;

}

.hero-breadcrumb{

    justify-content:center;

    margin-bottom:40px;

}

/* IMAGE */

.hero-image-wrapper{

    margin-top:20px;

}

.hero-image-wrapper img{

    height:320px;

    border-radius:24px;

}

/* Floating cards become normal cards */

.hero-card{

    position:relative;

    left:auto;

    right:auto;

    top:auto;

    bottom:auto;

    transform:none;

    width:100%;

    margin-top:15px;

    min-width:unset;

    padding:20px;

}

.card-one,
.card-two,
.card-three{

    position:relative;

}

.hero-bg-text{

    display:none;

}

}

/*======================================
        WHY CHOOSE US
======================================*/

@media(max-width:991px){

.choose-image{

    margin-bottom:50px;

}

.choose-image img{

    height:500px;

}

.choose-items{

    padding-left:0;

}

}

@media(max-width:768px){

.why-choose{

    padding:80px 0;

}

.choose-image img{

    height:360px;

    border-radius:20px;

}

.choose-item{

    gap:18px;

    padding:22px 0;

}

.choose-number{

    width:55px;

    height:55px;

    min-width:55px;

    font-size:18px;

}

.choose-item h4{

    font-size:20px;

}

.choose-item p{

    font-size:15px;

    line-height:1.8;

}

}

/*======================================
        CONTACT HERO
======================================*/

@media(max-width:991px){

.contact-hero{
    padding:150px 0 90px;
}

.contact-hero-content{
    text-align:center;
    margin-bottom:60px;
}

.contact-hero-content h1{
    font-size:48px;
    max-width:100%;
}

.contact-hero-content p{
    max-width:100%;
}

.hero-buttons,
.hero-breadcrumb,
.hero-tag{
    justify-content:center;
}

.contact-hero-image img{
    height:500px;
}

.floating-contact-card{
    left:20px;
    bottom:20px;
}

.contact-bg-text{
    font-size:140px;
}

}

@media(max-width:768px){

.contact-hero{
    padding:130px 0 80px;
}

.contact-hero-content h1{
    font-size:40px;
}

.contact-hero-image img{
    height:380px;
}

.floating-contact-card{
    position:relative;
    left:0;
    bottom:auto;
    margin-top:20px;
}

.contact-bg-text{
    display:none;
}

}

/*======================================
        CONTACT SECTION
======================================*/

@media(max-width:991px){

.contact-info{

    margin-bottom:60px;

}

.contact-form-wrapper{

    padding:35px;

}

}

@media(max-width:768px){

.contact-section{

    padding:80px 0;

}

.contact-form-wrapper{

    padding:25px;

}

}


/*======================================
        OFFICE LOCATION
======================================*/

@media(max-width:991px){

.office-details{

    margin-bottom:40px;

}

.office-map iframe{

    height:450px;

}

}

@media(max-width:768px){

.office-location{

    padding:80px 0;

}

.office-map iframe{

    height:350px;

}

}

/*======================================
        FAQ RESPONSIVE
======================================*/

@media(max-width:768px){

.contact-faq{

    padding:80px 0;

}

.faq-question{

    font-size:17px;

    padding:22px;

}

.faq-answer{

    padding:0 22px 22px;

}

}

/*======================================
            CONTACT CTA
======================================*/

@media(max-width:991px){

.contact-cta{

    padding:90px 0;

}

.cta-box{

    padding:50px 35px;

    text-align:center;

}

.cta-content h2{

    font-size:38px;

}

.cta-buttons{

    margin-top:40px;

    align-items:center;

}

}

@media(max-width:768px){

.cta-content h2{

    font-size:30px;

}

.cta-box{

    padding:40px 25px;

}

.cta-buttons a{

    width:100%;

}

}

/*======================================
        SERVICES HERO
======================================*/

@media(max-width:991px){

.services-hero{

    padding:140px 0 90px;

}

.services-hero-content{

    text-align:center;

    margin-bottom:60px;

}

.services-hero-content h1{

    font-size:46px;

}

.services-hero-content p{

    max-width:100%;

}

.hero-buttons,
.hero-breadcrumb,
.hero-tag{

    justify-content:center;

}

.services-hero-image img{

    height:500px;

}

.service-floating-card{

    left:20px;

    bottom:20px;

}

.services-bg-text{

    font-size:140px;

}

}

@media(max-width:768px){

.services-hero{

    padding:120px 0 70px;

}

.services-hero-content h1{

    font-size:36px;

}

.services-hero-image img{

    height:360px;

}

.service-floating-card{

    position:relative;

    left:0;

    bottom:auto;

    margin-top:20px;

}

.services-bg-text{

    display:none;

}

}

/*======================================
        PARTNERSHIP HERO
======================================*/

@media (max-width: 991px){

    .partnership-hero{

        min-height:auto;
        padding:130px 0 80px;
        text-align:center;

    }

    .partnership-content{

        margin-bottom:60px;

    }

    .partnership-content h1{

        font-size:52px;
        max-width:100%;

    }

    .partnership-content p{

        max-width:100%;

    }

    .hero-buttons{

        justify-content:center;
        flex-wrap:wrap;

    }

    .hero-breadcrumb{

        justify-content:center;

    }

    .partnership-image{

        max-width:100%;

    }

    .partnership-image img{

        height:500px;

    }

    .partnership-card{

        right:20px;
        bottom:20px;

    }

    .partnership-hero .hero-bg-text{

        font-size:130px;
        right:-20px;
        bottom:40px;

    }

}

@media (max-width: 767px){

    .partnership-hero{

        padding:110px 0 70px;

    }

    .partnership-content h1{

        font-size:40px;
        line-height:1.2;

    }

    .partnership-content p{

        font-size:16px;
        line-height:1.8;

    }

    .partnership-image img{

        height:340px;
        border-radius:22px;

    }

    .partnership-card{

        position:relative;

        right:auto;
        bottom:auto;

        margin-top:20px;

        width:100%;

        justify-content:center;

    }

    .card-icon{

        width:55px;
        height:55px;

        font-size:24px;

    }

    .partnership-card h4{

        font-size:18px;

    }

    .partnership-card p{

        font-size:14px;

    }

    .partnership-hero .hero-bg-text{

        display:none;

    }

}

/*======================================
    WHY PARTNER WITH EQUINOX
======================================*/

@media(max-width:991px){

.benefits-grid{

    grid-template-columns:repeat(2,1fr);

}

.partner-benefits{

    padding:90px 0;

}

}

@media(max-width:768px){

.benefits-grid{

    grid-template-columns:1fr;

    gap:20px;

}

.benefit-card{

    padding:35px 25px;

}

.benefit-card h3{

    font-size:22px;

}

}

/*======================================
    PARTNERSHIP OPPORTUNITIES
======================================*/

@media(max-width:991px){

.partner-block{

    margin-top:70px;

}

.partner-content{

    padding:40px 0 0;

}

.reverse .partner-content{

    padding:40px 0 0;

}

.partner-content h2{

    font-size:38px;

}

.partner-image img{

    height:450px;

}

}

@media(max-width:768px){

.partner-content h2{

    font-size:30px;

}

.partner-content p{

    font-size:16px;

}

.partner-image img{

    height:320px;

}

.partner-block{

    margin-top:60px;

}

}

/*======================================
        PARTNERSHIP PROCESS
======================================*/

@media(max-width:991px){

.process-wrapper{

    flex-direction:column;

    gap:25px;

}

.process-arrow{

    transform:rotate(90deg);

}

.process-step{

    width:100%;

    max-width:450px;

}

}

@media(max-width:768px){

.partnership-process{

    padding:90px 0;

}

.process-step{

    padding:35px 25px;

}

.process-step h4{

    font-size:22px;

}

}

/*======================================
    PARTNERSHIP APPLICATION
======================================*/

@media(max-width:991px){

.partnership-form-section{

    padding:90px 0;

}

.partnership-form-content{

    padding-right:0;

    margin-bottom:50px;

}

.partnership-form-content h2{

    font-size:40px;

}

.google-form-wrapper iframe{

    height:750px;

}

}

@media(max-width:768px){

.partnership-form-content h2{

    font-size:30px;

}

.partnership-form-content>p{

    font-size:16px;

}

.application-item{

    gap:15px;

}

.application-item i{

    width:50px;

    height:50px;

    min-width:50px;

    font-size:18px;

}

.application-item h4{

    font-size:20px;

}

.google-form-wrapper{

    padding:12px;

    border-radius:20px;

}

.google-form-wrapper iframe{

    height:650px;

    border-radius:15px;

}

}

/*======================================
            FINAL CTA
======================================*/

@media(max-width:991px){

.cta-wrapper{

    padding:60px 40px;

    text-align:center;

}

.cta-wrapper h2{

    font-size:42px;

}

.cta-wrapper p{

    max-width:100%;

    margin-bottom:40px;

}

.cta-buttons{

    align-items:center;

}

}

@media(max-width:768px){

.partnership-cta{

    padding:90px 0;

}

.cta-wrapper{

    padding:45px 25px;

    border-radius:25px;

}

.cta-wrapper h2{

    font-size:30px;

}

.cta-wrapper p{

    font-size:16px;

}

.cta-buttons{

    width:100%;

}

.cta-buttons .btn-primary,

.cta-buttons .btn-outline{

    width:100%;

}

}

/*======================================
        PREMIUM FOOTER
======================================*/

@media (max-width:991px){

    .main-footer{
        padding:70px 0 0;
    }

    .footer-brand{
        margin-bottom:50px;
    }

    .footer-brand img{
        width:75px;
    }

    .footer-brand h2{
        font-size:32px;
    }

    .footer-brand p{
        max-width:100%;
        padding:0 15px;
    }

    .footer-content{
        padding:50px 0 20px;
    }

    .footer-widget{
        margin-bottom:40px;
    }

    .footer-bottom{
        flex-direction:column;
        text-align:center;
        gap:25px;
    }

    .footer-social{
        justify-content:center;
    }

}

/*======================================
      TRUSTED PARTNERS
======================================*/

@media(max-width:991px){

.logo-track{

grid-template-columns:repeat(3,1fr);

}

}

@media(max-width:767px){

.logo-track{

grid-template-columns:repeat(2,1fr);

gap:15px;

}

.logo-item{

height:110px;

}

.logo-item img{

max-width:110px;

}

}

/*======================================
      PREMIUM SECTION SUBTITLE
======================================*/

@media(max-width:767px){

.section-subtitle{

    padding:8px 18px;

    font-size:13px;

    letter-spacing:1.5px;

}

}