.hero-slider{
position:relative;
background:#f8fafc;
overflow:hidden;
}

.min-vh-80{
    min-height:60vh;
}

.hero-content h1{
font-size:62px;
line-height:1.05;
font-weight:700;
color:#111827;
margin-bottom:20px;
max-width:850px;
letter-spacing:-2px;
}

.hero-content p{
font-size:18px;
line-height:1.8;
color:#6b7280;
margin-bottom:30px;
}

.hero-tag{
display:inline-block;
background:rgba(9,164,96,.12);
color:#09a460;
padding:10px 18px;
border-radius:30px;
font-weight:600;
margin-bottom:20px;
}

.hero-content{
    max-width:700px;
}

.hero-slider{
    padding:30px 0;
}

.hero-buttons{
display:flex;
gap:15px;
margin-bottom:30px;
}

.hero-btn-primary{
background:#09a460;
color:#fff;
padding:15px 28px;
border-radius:8px;
text-decoration:none;
font-weight:600;
}

.hero-btn-primary:hover{
    background:#078a51;
    color:#fff;
}
.hero-content{
    max-width:650px;
}
.hero-image{
    text-align:center;
    background:none;
    box-shadow:none;
    padding:0;
}
.hero-btn-outline{
border:2px solid #09a460;
color:#09a460;
padding:15px 28px;
border-radius:8px;
text-decoration:none;
font-weight:600;
}
.swiper-slide{
    visibility:hidden;
}

.swiper-slide-active{
    visibility:visible;
}
.hero-trust{
    display:flex;
    gap:25px;
    margin-top:10px;
    color:#4b5563;
    font-size:15px;
    font-weight:500;
}

.hero-image{
    text-align:center;
    padding:20px;
}

.hero-image{
    display:flex;
    justify-content:center;
    align-items:center;
    height:100%;
}

.hero-bg-circle-1{
position:absolute;
width:500px;
height:500px;
background:rgba(9,164,96,.05);
border-radius:50%;
top:-150px;
right:-150px;
}

.hero-bg-circle-2{
position:absolute;
width:300px;
height:300px;
background:rgba(9,164,96,.08);
border-radius:50%;
bottom:-120px;
left:-120px;
}

.hero-btn-outline{
    border:2px solid #09a460;
    padding:15px 28px;
    border-radius:8px;
    display:inline-block;
}

.hero-navigation .swiper-button-next,
.hero-navigation .swiper-button-prev{
color:#09a460;
}


.hero-slider .swiper-pagination-bullet{
width:12px;
height:12px;
background:#d1d5db;
opacity:1;
}

.hero-slider .swiper-pagination-bullet-active{
background:#09a460 !important;
}

.hero-slider .swiper-pagination{
bottom:25px !important;
}
#hero-pagination .swiper-pagination-bullet{
    background:#d1d5db !important;
    opacity:1 !important;
}

#hero-pagination .swiper-pagination-bullet-active{
    background:#09a460 !important;
}



@media(max-width:991px){

    .hero-buttons{
        display:flex !important;
        flex-direction:row !important;
        flex-wrap:nowrap !important;
        gap:10px !important;
        justify-content:center !important;
        align-items:center !important;
    }

    .hero-buttons .hero-btn-primary,
    .hero-buttons .hero-btn-outline{
        width:auto !important;
        flex:1 !important;
        margin:0 !important;
        text-align:center !important;
    }

}


/*================================================
# WHY CHOOSE ROBERTS ALL MEDICAL
================================================*/
.ram-why-us .ram-section-header{
    max-width:1100px;
    margin:0 auto 30px;
}

.ram-why-us .ram-section-header h2{
    font-size:56px;
    line-height:1.05;
    margin-bottom:8px;
    white-space:nowrap;
}

.ram-why-us .ram-section-header p{
    margin-top:0;
    max-width:900px;
    margin-left:auto;
    margin-right:auto;
}

.ram-why-us{
    padding:40px 0 50px;
    background:#ffffff;
}

.ram-section-header{
    text-align:center;
    max-width:1000px;
    margin:0 auto 40px;
}

.ram-subtitle{
    display:inline-block;
    padding:10px 20px;
    background:rgba(9,164,96,.10);
    color:#09a460;
    border-radius:30px;
    font-weight:600;
    margin-bottom:12px;
}

.ram-section-header h2{
    font-size:38px;
    font-weight:00;
    color:#000000;
    line-height:1.1;
    margin-bottom:10px;
}
.ram-feature-card{
    border-top:4px solid #09a460;
}
.ram-section-header p{
    font-size:17px;
    color:#6b7280;
    line-height:1.7;
    max-width:850px;
    margin:0 auto;
}
.ram-feature-card:hover{
    transform:translateY(-10px);
    box-shadow:0 25px 50px rgba(0,0,0,.10);
}

/* Feature Cards */

.ram-feature-card{
    background:#fff;
    border-radius:20px;
    padding:28px 22px;
    text-align:center;
    min-height:250px;
    box-shadow:0 10px 35px rgba(0,0,0,.06);
    transition:.3s ease;
}

.ram-feature-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 50px rgba(0,0,0,.10);
}

.ram-feature-icon{
    width:60px;
    height:60px;
    margin:0 auto 18px;
    border-radius:50%;
    background:rgba(9,164,96,.10);

    display:flex;
    align-items:center;
    justify-content:center;
}

.ram-feature-icon i{
    font-size:30px;
    color:#09a460;
}

.ram-feature-card h3{
    font-size:20px;
    margin-bottom:10px;
    color:#111827;
}

.ram-feature-card p{
    color:#6b7280;
    line-height:1.8;
}

/* =========================================
   WHY CHOOSE US - LAPTOP
========================================= */

@media (max-width:1366px){

    .ram-why-us{
        padding-top:15px;
        padding-bottom:50px;
    }

    .ram-why-us .ram-section-header{
        margin-bottom:30px;
    }

}

/* ==========================================
   WHY CHOOSE US - MOBILE
========================================== */

@media(max-width:767px){

    .ram-why-us .ram-section-header h2{
        font-size:27px !important;
        line-height:1.25 !important;
        margin-bottom:8px !important;
        white-space:normal !important;
        max-width:280px;
        margin-left:auto;
        margin-right:auto;
        text-align:center;
    }

}

@media (max-width:767px){

    .ram-why-us{
        padding:0 0 25px;
    }

    /* Heading */
    .ram-section-header{
        margin-bottom:20px;
    }

    .ram-section-header .ram-subtitle{
        font-size:12px;
        padding:8px 18px;
        margin-bottom:10px;
    }

    .ram-section-header h2{
        font-size:18px;
        line-height:1.15;
        margin-bottom:8px;
        text-align:center;
    }

    .ram-section-header p{
        font-size:14px;
        line-height:1.6;
        margin:0 auto;
    }

    /* One card per row */
    .ram-why-us .col-md-6{
        width:100%;
        flex:0 0 100%;
    }

    /* Cards */
    .ram-feature-card{
        padding:20px;
        border-radius:18px;
        min-height:auto;
        margin-bottom:15px;
    }

    .ram-feature-icon{
        width:60px;
        height:60px;
        margin:0 auto 15px;
    }

    .ram-feature-icon i{
        font-size:24px;
    }

    .ram-feature-card h3{
        font-size:20px;
        line-height:1.3;
        margin-bottom:10px;
    }

    .ram-feature-card p{
        font-size:14px;
        line-height:1.6;
        margin:0;
    }
}

/* Desktop visible */
.ram-why-desktop{
    display:flex;
}

/* Mobile slider hidden */
.ram-why-slider{
    display:none;
}

@media(max-width:767px){

    .ram-why-desktop{
        display:none;
    }

    .ram-why-slider{
        display:block;
        padding-bottom:35px;
    }

    .ram-why-slider .ram-feature-card{
        margin-bottom:0;
    }

}

/* Swiper pagination dots */
.ram-why-pagination .swiper-pagination-bullet{
    background:#cbd5e1;
    opacity:1;
}

.ram-why-pagination .swiper-pagination-bullet-active{
    background:#09a460;
}

/*================================================
# MEDICAL EQUIPMENT CATEGORIES
================================================*/

.ram-categories{
    padding:100px 0;
    background:#f8fafc;
}

.ram-category-box{
    display:block;
    text-align:center;
    background:#ffffff;
    border-radius:20px;
    padding:35px 25px;
    height:100%;
    text-decoration:none;
    border:1px solid #edf2f7;
    box-shadow:0 10px 25px rgba(0,0,0,.04);
    transition:all .35s ease;
}

.ram-category-box:hover{
    transform:translateY(-8px);
    border-color:#09a460;
    box-shadow:0 20px 40px rgba(0,0,0,.08);
    text-decoration:none;
}

.ram-category-icon{
    width:90px;
    height:90px;
    margin:0 auto 25px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:rgba(9,164,96,.10);
    border-radius:50%;
}

.ram-category-icon i{
    font-size:38px;
    color:#09a460;
    transition:.3s;
}

.ram-category-box:hover .ram-category-icon{
    background:#09a460;
}

.ram-category-box:hover .ram-category-icon i{
    color:#ffffff;
}

.ram-category-box h3{
    font-size:22px;
    font-weight:700;
    color:#111827;
    margin-bottom:12px;
    line-height:1.4;
}

.ram-category-box p{
    font-size:15px;
    line-height:1.7;
    color:#6b7280;
    margin:0;
}
.ram-category-box{
    border-top:4px solid transparent;
}

.ram-category-box:hover{
    border-top:4px solid #09a460;
}

/* Mobile */

@media(max-width:991px){

    .ram-categories{
        padding:70px 0;
    }

    .ram-category-box{
        margin-bottom:20px;
    }

    .ram-category-icon{
        width:75px;
        height:75px;
    }

    .ram-category-icon i{
        font-size:32px;
    }

    .ram-category-box h3{
        font-size:20px;
    }
}



/*================================================
# BRANDS SECTION
================================================*/

.ram-brands{
    padding:50px 0;
    background:#f8fafc;
}

.ram-brand-card{
    background:#ffffff;
    border-radius:18px;

    min-width:220px;
    height:110px;

    display:flex;
    align-items:center;
    justify-content:center;

    border:1px solid #edf2f7;

    transition:.3s ease;
}

.ram-brands-slider:hover .ram-brands-track{
    animation-play-state:paused;
}

.ram-brand-card:hover{
    transform:translateY(-5px);
    box-shadow:0 15px 35px rgba(0,0,0,.08);
}

.ram-brand-card img{
    max-width:120px;
    max-height:60px;
    width:auto;
}
@media(max-width:767px){

    .ram-brands{
        padding:40px 0;
    }

}

/* ========================================
   BRANDS SLIDER
======================================== */

.ram-brands-slider{
    overflow:hidden;
    width:100%;
    position:relative;
}

.ram-brands-track{
    display:flex;
    gap:20px;
    width:max-content;

    animation:ramBrandScroll 25s linear infinite;
}

@keyframes ramBrandScroll{

    from{
        transform:translateX(0);
    }

    to{
        transform:translateX(-50%);
    }

}
/* =========================================
   FEATURED PRODUCTS SECTION
========================================= */

.ram-featured-products{
    padding:100px 0;
    background:#f8fafc;
}

.ram-section-header{
    max-width:800px;
    margin:0 auto 60px;
}

.ram-section-header h2{
    font-size:48px;
    font-weight:700;
    color:#0f172a;
    margin:20px 0;
}

.ram-section-header p{
    font-size:18px;
    color:#64748b;
    line-height:1.8;
}

.ram-product-card{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    border:1px solid #e5e7eb;
    transition:all .3s ease;
    height:100%;
}

.ram-product-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 40px rgba(0,0,0,.08);
}

.ram-product-image{
    height:260px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#ffffff;
    padding:20px;
}

.ram-product-image img{
    max-width:100%;
    max-height:220px;
    transition:.3s ease;
}

.ram-product-card:hover img{
    transform:scale(1.05);
}

.ram-product-content{
    padding:30px;
}

.ram-product-content h4{
    font-size:24px;
    margin-bottom:15px;
    color:#0f172a;
}

.ram-product-content p{
    color:#64748b;
    line-height:1.8;
    margin-bottom:25px;
}

.ram-product-btn{
    color:#09a460;
    font-weight:600;
    text-decoration:none;
}

.ram-product-btn:hover{
    color:#0f172a;
}

.ram-view-all-btn{
    display:inline-block;
    background:#09a460;
    color:#fff;
    padding:16px 35px;
    border-radius:10px;
    text-decoration:none;
    font-weight:600;
    transition:.3s ease;
}

.ram-view-all-btn:hover{
    background:#087e4a;
    color:#fff;
}

@media(max-width:991px){

    .ram-section-header h2{
        font-size:36px;
    }

    .ram-product-image{
        height:220px;
    }

}


/* =========================================
   CTA BANNER SECTION
========================================= */
.ram-cta-banner{
    background:linear-gradient(
        135deg,
        #09a460 0%,
        #087e4a 100%
    );

    padding:70px 0;
    position:relative;
    overflow:hidden;
}
@media(min-width:1400px){

    .ram-cta-banner .container{
        padding-left:60px;
        padding-right:60px;
    }

}
.ram-cta-banner .container{
    padding-left:40px;
    padding-right:40px;
}

.ram-cta-banner::before{
    content:'';
    position:absolute;

    width:420px;
    height:420px;

    background:rgba(255,255,255,.08);
    border-radius:50%;

    right:-150px;
    top:-150px;
}

.ram-cta-wrapper{
    background:transparent;
    padding:0;
}
.ram-cta-banner{
    padding:40px 0;
    background:#f8fafc;
}

.ram-cta-wrapper{
    background:linear-gradient(
        135deg,
        #09a460 0%,
        #087e4a 100%
    );

   
    padding:50px 60px;

    position:relative;
    overflow:hidden;
}
.ram-cta-buttons{
    display:flex;
    flex-direction:column;
    gap:15px;
    align-items:flex-end;
}
.ram-cta-wrapper::before{
    content:'';
    position:absolute;

    width:320px;
    height:320px;

    background:rgba(255,255,255,.08);
    border-radius:50%;

    right:-120px;
    top:-120px;
}

.ram-cta-subtitle{
    display:inline-block;

    background:rgba(255,255,255,.15);
    color:#fff;

    padding:10px 20px;
    border-radius:30px;

    font-size:14px;
    font-weight:600;

    margin-bottom:15px;
}

.ram-cta-wrapper h2{
    color:#fff;

    font-size:42px;
    line-height:1.2;
    font-weight:700;

    margin-bottom:15px;
}

.ram-cta-wrapper p{
    color:rgba(255,255,255,.92);

    font-size:17px;
    line-height:1.8;

    margin:0;
    max-width:650px;
}

.ram-cta-buttons{
    display:flex;
    flex-direction:column;
    gap:15px;

    align-items:flex-end;
}

.ram-btn-primary{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    background:#fff;
    color:#09a460;

    padding:15px 30px;

    border-radius:12px;
    text-decoration:none;
    font-weight:600;

    transition:all .3s ease;
}

.ram-btn-primary:hover{
    transform:translateY(-2px);
}

.ram-btn-secondary{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    border:2px solid rgba(255,255,255,.35);
    color:#fff;

    padding:15px 30px;

    border-radius:12px;
    text-decoration:none;
    font-weight:600;

    transition:all .3s ease;
}

.ram-btn-secondary:hover{
    background:#fff;
    color:#09a460;
}

@media(max-width:991px){

    .ram-cta-banner{
        padding:25px 0;
    }

    .ram-cta-wrapper{
        padding:40px 30px;
        text-align:center;
    }

    .ram-cta-wrapper h2{
        font-size:32px;
    }

    .ram-cta-wrapper p{
        font-size:16px;
    }

    .ram-cta-buttons{
        align-items:center;
        margin-top:25px;
    }
}
@media(max-width:991px){

    .ram-cta-banner{
        padding:40px 0;
    }

    .ram-cta-wrapper{
        text-align:center;
    }

    .ram-cta-wrapper h2{
        font-size:28px;
        line-height:1.25;
        margin-bottom:12px;
    }

    .ram-cta-wrapper p{
        font-size:15px;
        line-height:1.7;
    }

    .ram-cta-buttons{
        display:flex;
        flex-direction:row;
        justify-content:center;
        align-items:center;
        gap:10px;
        margin-top:25px;
    }

    .ram-btn-primary,
    .ram-btn-secondary{
        flex:1;
        max-width:170px;
        padding:12px 10px;
        font-size:14px;
    }
}

/* ========================================
   PROMOTIONAL BANNERS
======================================== */

.features-style1__single--style2 .img-box{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    overflow:hidden;
}

.features-style1__single--style2 .img-box img{
    max-width:260px;
    max-height:300px;
    width:auto;
    height:auto;
    object-fit:contain;
}

/*==================================
  MEDICAL SOLUTIONS BANNERS
===================================*/

.medical-banner-section{
    padding:40px 0 60px;
}

.medical-banner-card{
    background:#ffffff;
    border-radius:24px;
    padding:35px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:25px;
    height:100%;
    border:1px solid #e8edf1;
    transition:all .3s ease;
}

.medical-banner-card:hover{
    transform:translateY(-5px);
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.banner-content{
    flex:1;
}

.banner-content span{
    display:inline-block;
    background:#e9f7f1;
    color:#09a460;
    padding:8px 16px;
    border-radius:30px;
    font-size:13px;
    font-weight:600;
    margin-bottom:15px;
}

.banner-content h3{
    font-size:30px;
    line-height:1.3;
    margin-bottom:15px;
}

.banner-content p{
    color:#6b7280;
    margin-bottom:20px;
}

.banner-btn{
    color:#09a460;
    font-weight:600;
}

.banner-image img{
    max-width:220px;
    width:100%;
}

@media(max-width:991px){

    .medical-banner-card{
        flex-direction:column;
        text-align:center;
        margin-bottom:25px;
    }

    .banner-image img{
        max-width:180px;
    }
}

/*==================================================
    ROBERTS CUSTOM FOOTER
==================================================*/

.ram-footer{
    background:#07142d;
    color:#ffffff;
    margin-top:100px;
}

.ram-footer .container{
    max-width:1400px;
}

.ram-footer-grid{
    display:grid;
    grid-template-columns:2fr 1fr 1fr 1fr;
    gap:70px;
    padding:90px 0;
}

.ram-footer-about img{
    max-width:260px;
    margin-bottom:25px;
}

.ram-footer-about p{
    color:#b7c4d6;
    line-height:1.9;
    margin-bottom:15px;
}

.ram-contact p{
    margin-bottom:12px;
}

.ram-contact i{
    color:#09a460;
    width:25px;
}

.ram-footer-links h4{
    color:#ffffff;
    font-size:24px;
    margin-bottom:30px;
    position:relative;
}

.ram-footer-links h4:after{
    content:'';
    width:50px;
    height:3px;
    background:#09a460;
    display:block;
    margin-top:10px;
}

.ram-footer-links ul{
    list-style:none;
    padding:0;
    margin:0;
}

.ram-footer-links ul li{
    margin-bottom:15px;
}

.ram-footer-links ul li a{
    color:#b7c4d6;
    text-decoration:none;
    transition:.3s;
}

.ram-footer-links ul li a:hover{
    color:#09a460;
    padding-left:5px;
}

.ram-footer-bottom{
    border-top:1px solid rgba(255,255,255,.08);
    padding:25px 0;
}

.ram-bottom-inner{
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.ram-bottom-inner p{
    margin:0;
    color:#a8b5c8;
}

.ram-bottom-inner a{
    color:#ffffff;
    text-decoration:none;
}

.ram-bottom-inner a:hover{
    color:#09a460;
}

/* =========================================
   FOOTER MOBILE
========================================= */

@media(max-width:991px){

    .ram-footer-grid{
        grid-template-columns:1fr;
        gap:40px;
    }

    .ram-bottom-inner{
        flex-direction:column;
        gap:10px;
        text-align:center;
    }

}

@media(max-width:767px){

    .ram-footer{
        margin-top:60px;
    }

    /* Footer Layout */
    .ram-footer-grid{
        display:grid;
        grid-template-columns:1fr 1fr;
        gap:25px 20px;
        padding:50px 0;
    }

    .ram-footer-about{
        grid-column:1 / -1;
    }

    .ram-footer-links:last-child{
        grid-column:1 / -1;
    }

    /* About */
    .ram-footer-about img{
        max-width:180px;
        margin-bottom:15px;
    }

    .ram-footer-about p{
        font-size:14px;
        line-height:1.7;
        margin-bottom:12px;
    }

    .ram-contact p{
        font-size:14px;
        margin-bottom:10px;
    }

    /* Links */
    .ram-footer-links h4{
        font-size:20px;
        margin-bottom:18px;
    }

    .ram-footer-links h4:after{
        width:35px;
        margin-top:8px;
    }

    .ram-footer-links ul li{
        margin-bottom:10px;
    }

    .ram-footer-links ul li a{
        font-size:14px;
    }

    /* Bottom Footer */
    .ram-footer-bottom{
        padding:18px 0;
    }

    .ram-bottom-inner p{
        font-size:13px;
        line-height:1.7;
        margin-bottom:10px;
    }

    .ram-bottom-links{
        display:flex;
        flex-wrap:wrap;
        justify-content:center;
        align-items:center;
        gap:6px;
    }

    .ram-bottom-links a{
        font-size:13px;
    }

    .ram-bottom-links span{
        display:inline-block;
    }

    /* Qentora line */
    .ram-bottom-links a:last-child{
        flex-basis:100%;
        text-align:center;
        margin-top:8px;
    }

}
/*==============================================
    PAGE BANNER
==============================================*/

.ram-page-banner{
    position: relative;
    overflow: hidden;
    text-align: center;
    padding: 45px 0;

    background: linear-gradient(
        135deg,
        #f9fcfb 0%,
        #eef8f4 100%
    );

    border-bottom: 1px solid #e6eeea;
}

/* Dotted Pattern */
.ram-banner-overlay{
    position: absolute;
    inset: 0;

    background-image:
        radial-gradient(
            rgba(9, 164, 96, 0.08) 1px,
            transparent 1px
        );

    background-size: 28px 28px;
    pointer-events: none;
}

/* Content */
.ram-banner-content{
    position: relative;
    z-index: 2;
    max-width: 760px;
    margin: 0 auto;
}

/* Small Tag */
.ram-banner-tag{
    display: inline-block;

    background: #e8f7ef;
    color: #09a460;

    padding: 8px 20px;
    border-radius: 50px;

    font-size: 13px;
    font-weight: 600;
    letter-spacing: .3px;

    margin-bottom: 15px;
}

/* Title */
.ram-banner-content h1{
    font-size: 48px;
    line-height: 1.1;
    font-weight: 700;

    color: #0b1d35;

    margin-bottom: 12px;
}

/* Description */
.ram-banner-content p{
    max-width: 620px;
    margin: 0 auto;

    font-size: 16px;
    line-height: 28px;

    color: #6b7280;
}

/* Breadcrumb */
.ram-breadcrumb{
    margin-top: 18px;

    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;

    font-size: 15px;
}

.ram-breadcrumb a{
    color: #09a460;
    font-weight: 600;
    text-decoration: none;
}

.ram-breadcrumb a:hover{
    color: #067d49;
}

.ram-breadcrumb span{
    color: #94a3b8;
}

/* Decorative Shapes */
.ram-page-banner::before{
    content: '';

    position: absolute;
    width: 250px;
    height: 250px;

    background: rgba(9,164,96,0.05);

    border-radius: 50%;

    top: -120px;
    left: -80px;
}

.ram-page-banner::after{
    content: '';

    position: absolute;
    width: 220px;
    height: 220px;

    background: rgba(9,164,96,0.04);

    border-radius: 50%;

    bottom: -120px;
    right: -80px;
}

/* Tablet */
@media (max-width: 991px){

    .ram-page-banner{
        padding: 40px 0;
    }

    .ram-banner-content h1{
        font-size: 40px;
    }
}
@media (max-width: 767px){

    .ram-page-banner{
        padding: 20px 0;
    }

    .ram-banner-tag{
        margin-bottom: 10px;
        padding: 6px 14px;
        font-size: 12px;
    }

    .ram-banner-content h1{
        font-size: 28px;
        margin-bottom: 8px;
    }

    .ram-banner-content p{
        font-size: 14px;
        line-height: 22px;
    }

    .ram-breadcrumb{
        margin-top: 12px;
        font-size: 13px;
    }
}

/* =========================================
   ROBERTS ABOUT SECTION
========================================= */

.ram-about-section{
    padding:60px 0;
    background:#ffffff;
}

.ram-about-image-wrap{
    position:relative;
    max-width:520px;
}

.ram-about-shape{
    position:absolute;
    top:-25px;
    left:-25px;

    width:200px;
    height:200px;

    background:#eef8f4;
    border-radius:30px;
    z-index:1;
}

.ram-about-image{
    position:relative;
    z-index:2;

    width:100%;
    height:650px;
    object-fit:cover;

    border-radius:25px;
}

.ram-about-badge{
    position:absolute;
    z-index:3;

    bottom:30px;
    right:-20px;

    background:#09a460;
    color:#fff;

    padding:22px 28px;
    border-radius:18px;

    box-shadow:0 20px 40px rgba(0,0,0,.12);
}

.ram-about-badge h4{
    margin:0;
    color:#fff;
    font-size:28px;
    font-weight:700;
}

.ram-about-badge p{
    margin:5px 0 0;
    color:#fff;
    font-size:15px;
}

.ram-about-content{
    padding-left:50px;
}

.ram-section-tag{
    display:inline-block;

    background:#e8f7ef;
    color:#09a460;

    padding:10px 24px;

    border-radius:50px;

    font-size:14px;
    font-weight:600;

    margin-bottom:25px;
}

.ram-about-content h2{
    font-size:50px;
    line-height:1.15;
    font-weight:700;
    color:#0b1d35;

    max-width:650px;
    margin-bottom:20px;
}

.ram-about-content p{
    font-size:18px;
    line-height:32px;
    color:#667085;

    margin-bottom:20px;
}

.ram-about-features{
    display:grid;
    grid-template-columns:repeat(2, 1fr);
    gap:14px 18px;

    margin-top:30px;
    margin-bottom:30px;
}

.ram-feature-item{
    display:flex;
    align-items:center;

    gap:10px;

    padding:14px 18px;

    background:#f8fafc;
    border-radius:12px;

    margin-bottom:0;
}

.ram-feature-item i{
    color:#09a460;
    font-size:18px;
}

.ram-feature-item span{
    font-size:16px;
    font-weight:600;
    color:#0b1d35;
}

.ram-about-btn{
    display:inline-block;

    background:#09a460;
    color:#fff;

    padding:16px 34px;
    border-radius:10px;

    font-weight:600;
    text-decoration:none;

    transition:.3s ease;
}

.ram-about-btn:hover{
    background:#077d49;
    color:#fff;
}

/* Tablet */

@media(max-width:991px){

    .ram-about-section{
        padding:40px 0;
    }

    .ram-about-content{
        padding-left:0;
        margin-top:50px;
    }

    .ram-about-content h2{
        font-size:42px;
    }

    .ram-about-image{
        height:520px;
    }

}

@media(max-width:767px){

    .ram-about-image-wrap{
        display:none;
    }

}

@media(max-width:767px){

    .ram-about-content{
        padding-left:0;
        margin-top:0;
        text-align:center;
    }

    .ram-feature-item{
        padding:10px 12px;
    }

    .ram-feature-item span{
        font-size:12px;
        font-weight:400;
        line-height:1.4;
    }

    .ram-feature-item i{
        font-size:15px;
    }
    .ram-about-features{
        margin-top:15px;
        margin-bottom:20px;
    }
}

/* Mobile */

@media(max-width:767px){

    .ram-about-content h2{
        font-size:26px;
        line-height:1.2;
        max-width:320px;
        margin:0 auto 18px;
    }

    .ram-about-content p{
        font-size:16px;
        line-height:28px;
    }

    .ram-about-image{
        height:420px;
    }

    .ram-about-badge{
        right:10px;
        bottom:10px;
    }
}

/* =========================================
   MISSION & VISION
========================================= */

.ram-mission-section{
    padding:60px 0 40px;
    background:#f8fbfa;
}

.ram-section-header{
    max-width:750px
}

.ram-mission-section .ram-section-header{
    margin-bottom:20px;
}

.ram-mission-section .ram-section-header h2{
    margin-bottom:8px;
}

.ram-mission-section .ram-section-header p{
    margin-bottom:0;
}

.ram-section-header h2{
    font-size:48px;
    font-weight:700;
    color:#0b1d35;
    margin:10px 0 8px;
}

.ram-section-header p{
    font-size:18px;
    line-height:30px;
    color:#667085;
}

.ram-purpose-card{
    background:#ffffff;
    border-radius:24px;

    padding:35px 30px;
    height:100%;

    border:1px solid #edf1ef;

    transition:all .3s ease;

    box-shadow:0 10px 30px rgba(0,0,0,0.04);
}

.ram-purpose-card:hover{
    transform:translateY(-8px);

    box-shadow:0 20px 50px rgba(0,0,0,0.08);
}

.ram-purpose-icon{
    width:60px;
    height:60px;

    background:#e8f7ef;
    color:#09a460;

    border-radius:16px;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:24px;

    flex-shrink:0;
}
.ram-purpose-header{
    display:flex;
    align-items:center;
    gap:15px;
    margin-bottom:20px;
}

.ram-purpose-header h3{
    margin:0;
}

.ram-purpose-card h3{
    font-size:28px;
    font-weight:700;
    color:#0b1d35;

    margin-bottom:12px;
}

.ram-purpose-card p{
    font-size:16px;
    line-height:1.8;
    color:#667085;

    margin:0;
}

/* Mobile */

@media(max-width:991px){

    .ram-mission-section{
        padding:80px 0;
    }

    .ram-purpose-card{
        margin-bottom:30px;
    }

    .ram-section-header h2{
        font-size:40px;
    }
}

@media(max-width:767px){

    .ram-mission-section{
        padding:35px 0 25px;
    }

    .ram-mission-section .ram-section-header{
        margin-bottom:20px;
    }

    .ram-mission-section .ram-section-header h2{
        font-size:28px;
        margin-bottom:6px;
    }

    .ram-mission-section .ram-section-header p{
        font-size:14px;
        line-height:1.7;
        margin-bottom:0;
    }

}

@media(max-width:767px){

    .ram-section-header h2{
        font-size:32px;
    }

    .ram-purpose-card{
        padding:35px 25px;
    }
}

/* =========================================
   FAQ SECTION
========================================= */

.ram-faq-section{
    padding:35px 0;
    background:#ffffff;
}

.ram-faq-section .ram-section-header{
    margin-bottom:35px;
}

.ram-faq-wrapper{
    max-width:900px;
    margin:0 auto;
}

.ram-faq-item{
    background:#fff;
    border:1px solid #edf1ef;
    border-radius:18px;

    margin-bottom:20px;
    overflow:hidden;

    transition:all .3s ease;
}

.ram-faq-item:hover{
    box-shadow:0 15px 35px rgba(0,0,0,0.05);
}

.ram-faq-question{
    width:100%;

    background:none;
    border:none;

    padding:25px 30px;

    display:flex;
    justify-content:space-between;
    align-items:center;

    cursor:pointer;

    font-size:20px;
    font-weight:600;
    color:#0b1d35;

    text-align:left;
}

.ram-faq-question span{
    color:#09a460;
    font-size:28px;
    font-weight:700;
}

.ram-faq-answer{
    display:none;
    padding:0 30px 25px;
}

.ram-faq-answer p{
    margin:0;

    font-size:16px;
    line-height:30px;
    color:#667085;
}

.ram-faq-item.active .ram-faq-answer{
    display:block;
}

.ram-faq-item.active .ram-faq-question span{
    content:"−";
}
.ram-faq-image{
    position:relative;
    margin-left:40px;
}

.ram-faq-image img{
    width:100%;
    border-radius:24px;
    display:block;
}

.ram-faq-badge{
    position:absolute;
    bottom:30px;
    left:-30px;

    background:#09a460;
    color:#fff;

    padding:25px;
    border-radius:18px;

    max-width:220px;

    box-shadow:0 15px 40px rgba(0,0,0,0.15);
}

.ram-faq-badge h3{
    font-size:40px;
    margin-bottom:5px;
    color:#fff;
}

.ram-faq-badge p{
    margin:0;
    line-height:1.5;
    color:#fff;
}

@media(max-width:991px){

    .ram-faq-image{
        margin-left:0;
        margin-top:40px;
    }

    .ram-faq-badge{
        left:20px;
        bottom:20px;
    }
}



/* Mobile */

@media(max-width:767px){

    .ram-faq-section{
        padding:35px 0;
    }

    .ram-faq-section .ram-section-header{
        margin-bottom:25px;
    }

    .ram-faq-image{
        display:none;
    }

    .ram-faq-question{
        font-size:15px;
        line-height:1.5;
        padding:16px 18px;
    }
    .ram-faq-question span{
        font-size:22px;
    }

    .ram-faq-answer p{
        font-size:14px;
        line-height:1.7;
    }

    .ram-faq-answer{
        padding:0 20px 20px;
    }

}
@media(max-width:767px){

    .ram-faq-section .ram-section-header h2{
        font-size:28px;
        line-height:1.2;
        margin-bottom:10px;
    }

}


/* =========================================
CONTACT SECTION
========================================= */

.ram-contact-section{
padding:90px 0 40px;
}

.ram-contact-heading{
margin-bottom:60px;
}

.ram-contact-heading span{
display:inline-block;
background:#eaf7f0;
color:#09a460;
padding:10px 22px;
border-radius:50px;
font-weight:600;
margin-bottom:15px;
}

.ram-contact-heading h2{
font-size:52px;
font-weight:700;
color:#0b1d35;
margin-bottom:15px;
}

.ram-contact-heading p{
max-width:700px;
margin:auto;
color:#6b7280;
}

/* MAIN BOX */

.ram-contact-box{
background:#fff;
border-radius:30px;
overflow:hidden;
box-shadow:0 20px 60px rgba(0,0,0,.08);
}

/* LEFT PANEL */

.ram-contact-info{
background:#09a460;
color:#fff;
padding:60px 45px;
height:100%;
}

.ram-contact-info h3{
font-size:34px;
margin-bottom:40px;
}

.ram-info-item{
display:flex;
gap:20px;
margin-bottom:35px;
}

.ram-info-icon{
width:55px;
height:55px;
min-width:55px;
border-radius:15px;
background:rgba(255,255,255,.20);
border:1px solid rgba(255,255,255,.15);
display:flex;
align-items:center;
justify-content:center;

}

.ram-contact-subtitle{
    color:rgba(255,255,255,.85);
    margin-bottom:40px;
    line-height:1.8;
}

.ram-info-icon i{
font-size:20px;
}

.ram-info-item h5{
font-size:18px;
margin-bottom:5px;
color:#fff;
}

.ram-info-item p{
    margin:0;
    color:#ffffff;
    line-height:1.7;
    opacity:.85;
}

/* FORM SIDE */

.ram-contact-form-wrap{
padding:60px;
background:#fff;
}

.ram-contact-form-wrap h3{
font-size:34px;
color:#0b1d35;
margin-bottom:30px;
}

.ram-contact-form-wrap input,
.ram-contact-form-wrap textarea{
width:100%;
border:1px solid #e5e7eb;
border-radius:12px;
padding:15px 18px;
outline:none;
transition:.3s;
}

.ram-contact-form-wrap input:focus,
.ram-contact-form-wrap textarea:focus{
border-color:#09a460;
box-shadow:0 0 0 4px rgba(9,164,96,.10);
}

.ram-contact-form-wrap textarea{
resize:none;
}

.ram-contact-btn{
background:#09a460;
color:#fff;
border:none;
padding:15px 35px;
border-radius:12px;
font-weight:600;
transition:.3s;
}

.ram-contact-btn:hover

/* MAP */

.ram-map-section{
padding-bottom:100px;
}

.ram-map-wrap{
border-radius:30px;
overflow:hidden;
box-shadow:0 20px 60px rgba(0,0,0,.08);
}

.ram-map-wrap iframe{
width:100%;
height:500px;
border:0;
}

/* MOBILE */

@media(max-width:991px){

.ram-contact-heading h2{
    font-size:38px;
}

.ram-contact-info,
.ram-contact-form-wrap{
    padding:40px 30px;
}

.ram-contact-info h3,
.ram-contact-form-wrap h3{
    font-size:28px;
}

}

/* =========================================
   MOBILE CONTACT SECTION
========================================= */

@media (max-width: 767px){

    .ram-contact-section{
        padding:40px 0 30px;
    }

    .ram-contact-heading{
        margin-bottom:30px;
    }

    .ram-contact-heading span{
        padding:8px 18px;
        font-size:12px;
        margin-bottom:10px;
    }

    .ram-contact-heading h2{
        font-size:30px;
        line-height:1.2;
        margin-bottom:12px;
    }

    .ram-contact-heading p{
        font-size:14px;
        line-height:24px;
    }

}

/* =========================================
   MOBILE CONTACT BOX
========================================= */

@media (max-width: 767px){

    .ram-contact-box{
        border-radius:20px;
    }

    .ram-contact-info{
        padding:30px 20px;
    }

    .ram-contact-info h3{
        font-size:26px;
        margin-bottom:20px;
    }

    .ram-contact-subtitle{
        font-size:14px;
        line-height:1.7;
        margin-bottom:25px;
    }

    .ram-info-item{
        gap:15px;
        margin-bottom:20px;
    }

    .ram-info-icon{
        width:45px;
        height:45px;
        min-width:45px;
        border-radius:12px;
    }

    .ram-info-icon i{
        font-size:16px;
    }

    .ram-info-item h5{
        font-size:16px;
        margin-bottom:3px;
    }

    .ram-info-item p{
        font-size:14px;
        line-height:1.6;
        word-break: break-word;
    }

}
/* =========================================
   MOBILE MAP
========================================= */

@media (max-width: 767px){

    .ram-map-section{
        padding-bottom:40px;
    }

    .ram-map-wrap{
        border-radius:20px;
    }

    .ram-map-wrap iframe{
        height:280px;
    }

}
/* =========================================
   PRELOADER
========================================= */

.ram-preloader{
    position:fixed;
    inset:0;
    z-index:99999;

    display:flex;
    align-items:center;
    justify-content:center;

    background:linear-gradient(
        180deg,
        #ffffff 0%,
        #f7faf8 100%
    );
}

.ram-preloader-content{
    text-align:center;
    max-width:500px;
    padding:20px;
}

.ram-loader-logo{
    max-width:320px;
    width:100%;
    margin-bottom:25px;

    animation:ramPulse 2s ease-in-out infinite;
}

/* Loading Bar */

.ram-loader-line{
    width:180px;
    height:5px;
    margin:0 auto;

    background:#dfe7e3;
    border-radius:50px;

    overflow:hidden;
    position:relative;
}

.ram-loader-line::before{
    content:'';

    position:absolute;
    top:0;
    left:-40%;

    width:40%;
    height:100%;

    background:linear-gradient(
        90deg,
        #067347,
        #09a460
    );

    border-radius:50px;

    animation:ramLoading 1.5s linear infinite;
}

/* Loading Text */

.ram-preloader p{
    margin-top:18px;

    font-size:15px;
    font-weight:500;
    letter-spacing:.3px;

    color:#5b6675;
}

/* Logo Pulse */

@keyframes ramPulse{

    0%{
        transform:scale(1);
        opacity:1;
    }

    50%{
        transform:scale(1.03);
        opacity:.95;
    }

    100%{
        transform:scale(1);
        opacity:1;
    }
}

/* Loading Bar Animation */

@keyframes ramLoading{

    0%{
        left:-40%;
    }

    100%{
        left:100%;
    }
}

/* Mobile */

@media(max-width:767px){

    .ram-loader-logo{
        max-width:250px;
    }

    .ram-loader-line{
        width:140px;
    }

    .ram-preloader p{
        font-size:14px;
    }
}

/* =========================================
   SERVICES SECTION
========================================= */

.ram-services-section{
    padding:80px 0;
    background:#f8fafc;
}

.ram-section-heading{
    max-width:800px;
    margin:0 auto 60px;
}

.ram-section-heading span{
    display:inline-block;
    padding:10px 24px;
    border-radius:50px;
    background:#e8f6ef;
    color:#09a460;
    font-weight:600;
    margin-bottom:20px;
}

.ram-section-heading h2{
    font-size:52px;
    font-weight:700;
    color:#0b1d35;
    margin-bottom:15px;
}

.ram-section-heading p{
    color:#6b7280;
    font-size:18px;
    line-height:1.8;
}

.ram-service-card{
    background:#fff;
    border-radius:20px;
    padding:25px 22px;
    text-align:center;
    height:auto;
    min-height:260px;

    border:1px solid #edf2f7;

    transition:.35s;
}

.ram-service-card:hover{
    transform:translateY(-8px);

    box-shadow:
    0 20px 40px rgba(0,0,0,.08);
}

.ram-service-icon{
    width:50px;
    height:50px;

    margin:0 auto 18px;

    border-radius:22px;

    background:#09a460;

    display:flex;
    align-items:center;
    justify-content:center;
}

.ram-service-icon i{
    color:#fff;
    font-size:28px;
}

.ram-service-card h3{
    font-size:20px;
    margin-bottom:10px;
    color:#0b1d35;
}

.ram-service-card p{
    color:#6b7280;
    line-height:1.8;
    margin:0;
}

@media(max-width:991px){

    .ram-services-section{
        padding:30px 0;
    }

    .ram-section-heading h2{
        font-size:38px;
    }

}

/* Services heading - desktop & laptop */
.ram-services-section .ram-section-heading h2{
    font-size:48px;
    line-height:1.1;
    margin-bottom:5px;
}

.ram-services-section .ram-section-heading h2{
    margin-bottom:8px;
}
/* =========================================
   SERVICES MOBILE
========================================= */

@media(max-width:767px){

    /* Section spacing */
    .ram-services-section{
        padding:20px 0 30px;
    }

    /* Services heading only */
    .ram-services-section .ram-section-heading{
        margin-bottom:20px;
    }

    .ram-services-section .ram-section-heading span{
        padding:6px 16px;
        font-size:11px;
        margin-bottom:8px;
    }

    .ram-services-section .ram-section-heading h2{
        font-size:32px;
        line-height:1.15;
        margin-bottom:5px;
    }

    .ram-services-section .ram-section-heading p{
        font-size:13px;
        line-height:1.6;
        margin:0 auto;
        max-width:280px;
    }

    /* Cards */
    .ram-service-card{
        padding:20px 15px;
        border-radius:18px;
        min-height:auto;
    }

    .ram-service-icon{
        width:60px;
        height:60px;
        border-radius:16px;
        margin-bottom:15px;
    }

    .ram-service-icon i{
        font-size:24px;
    }

    .ram-service-card h3{
        font-size:18px;
        line-height:1.3;
        margin-bottom:8px;
    }

    .ram-service-card p{
        font-size:13px;
        line-height:1.6;
    }

}

@media (max-width: 1366px){

    .ram-services-section{
        padding:50px 0;
    }

    .ram-section-heading{
        margin-bottom:30px;
    }

}

/* =========================================
   SERVICES - LAPTOP
========================================= */

@media (max-width:1366px){

    .ram-services-section{
        padding:60px 0;
    }

    .ram-section-heading{
        margin-bottom:40px;
    }

    .ram-service-card{
        padding:30px 25px;
    }

    .ram-service-icon{
        width:75px;
        height:75px;
        margin-bottom:20px;
    }

    .ram-service-icon i{
        font-size:30px;
    }

    .ram-service-card h3{
        font-size:24px;
        margin-bottom:12px;
    }
}

/* =========================================
   HOW WE WORK
========================================= */

.ram-process-section{
    padding:80px 0;
    background:#ffffff;
}

.ram-process-card{
    position:relative;

    background:#fff;
    border:1px solid #edf2f7;

    padding:25px 20px;
    border-radius:25px;

    text-align:center;
    min-height:250px;

    transition:.35s;
}

.ram-process-card:hover{
    transform:translateY(-8px);

    box-shadow:
    0 20px 40px rgba(0,0,0,.08);
}

.ram-process-number{
    width:50px;
    height:50px;

    margin:0 auto 15px;

    border-radius:50%;

    background:#09a460;
    color:#fff;

    font-size:20px;
    font-weight:700;

    display:flex;
    align-items:center;
    justify-content:center;
}

.ram-process-card h3{
    font-size:26px;
    color:#0b1d35;
    margin-bottom:15px;
}

.ram-process-card p{
    color:#6b7280;
    line-height:1.8;
    margin:0;
}

.ram-services-section{
    padding:60px 0 40px;
}

.ram-process-section{
    padding:40px 0 60px;
}


/* =========================================
   PROCESS - LAPTOP
========================================= */

@media (max-width:1366px){

    .ram-process-section{
        padding:60px 0;
    }

    .ram-process-card{
        padding:30px 22px;
    }

    .ram-process-number{
        width:60px;
        height:60px;
        margin-bottom:20px;
        font-size:20px;
    }

    .ram-process-card h3{
        font-size:22px;
        margin-bottom:12px;
    }

}

/* =========================================
   PROCESS MOBILE
========================================= */
@media(max-width:767px){

    /* Section spacing */
    .ram-process-section{
        padding:40px 0;
    }

    /* Heading */
    .ram-section-heading{
        margin-bottom:30px;
    }

    .ram-section-heading span{
        padding:8px 18px;
        font-size:12px;
        margin-bottom:12px;
    }

    .ram-section-heading h2{
        font-size:22px;
        line-height:1.2;
        margin-bottom:6px;
    }

    .ram-section-heading p{
        font-size:14px;
        line-height:1.7;
    }

    /* Cards */
    .ram-process-card{
        padding:20px 15px;
        border-radius:18px;
        min-height:180px;
    }

    .ram-process-number{
        width:50px;
        height:50px;
        margin:0 auto 12px;
        font-size:18px;
    }

    .ram-process-card h3{
        font-size:18px;
        line-height:1.3;
        margin-bottom:10px;
    }

    .ram-process-card p{
        font-size:14px;
        line-height:1.6;
    }

}

/* =========================================
   INDUSTRIES SECTION
========================================= */

.ram-industries-section{
    padding:50px 0;
    background:#f8fafc;
}

/* Heading */
.ram-industries-section .ram-section-heading{
    max-width:900px;
    margin:0 auto 35px;
}

.ram-industries-section .ram-section-heading h2{
    font-size:48px;
    line-height:1.1;
    margin-bottom:8px;
}

.ram-industries-section .ram-section-heading p{
    font-size:17px;
    line-height:1.7;
}

/* Cards */
.ram-industry-card{
    background:#fff;
    border-radius:20px;
    padding:25px 20px;

    text-align:center;

    border:1px solid #edf2f7;

    transition:.35s;
    height:auto;
    min-height:220px;
}

.ram-industry-card:hover{
    transform:translateY(-6px);

    box-shadow:
    0 20px 40px rgba(0,0,0,.08);
}

.ram-industry-card i{
    width:60px;
    height:60px;

    margin-bottom:15px;

    border-radius:16px;

    background:#e9f8f1;
    color:#09a460;

    font-size:24px;

    display:inline-flex;
    align-items:center;
    justify-content:center;
}

.ram-industry-card h3{
    color:#0b1d35;
    font-size:20px;
    margin-bottom:10px;
}

.ram-industry-card p{
    color:#6b7280;
    line-height:1.7;
    font-size:15px;
    margin:0;
}

/* =========================================
   INDUSTRIES - LAPTOP
========================================= */

@media (max-width:1366px){

    .ram-industries-section{
        padding:40px 0;
    }

    .ram-industries-section .ram-section-heading{
        margin-bottom:30px;
    }

    .ram-industries-section .ram-section-heading h2{
        font-size:40px;
    }

}
@media(max-width:767px){

    .ram-industries-section .ram-section-heading h2{
        font-size:30px;
        line-height:1.15;
        max-width:340px;
        margin:0 auto 8px;
    }

}

.ram-featured-products{
    padding:40px 0 80px;
}
/* =========================================
   PRODUCT CATEGORIES
========================================= */

.ram-categories-section{
    padding:45px 0;
    background:#ffffff;
}

.ram-category-card{
    display:block;

    background:#fff;
    border:1px solid #edf2f7;

    border-radius:18px;

    padding:22px 18px;

    text-align:center;
    text-decoration:none;

    height:100%;

    transition:0.3s ease;
}

.ram-category-card:hover{
    transform:translateY(-5px);

    border-color:#09a460;

    box-shadow:0 12px 25px rgba(0,0,0,0.06);
}

.ram-category-card i{
    width:52px;
    height:52px;

    margin:0 auto 12px;

    border-radius:15px;

    background:#e9f8f1;
    color:#09a460;

    font-size:22px;

    display:flex;
    align-items:center;
    justify-content:center;
}

.ram-category-card h3{
    font-size:17px;
    line-height:1.4;

    color:#0b1d35;

    margin-bottom:8px;
}
.ram-categories-section .row{
    row-gap:20px;
}

.ram-category-card p{
    font-size:14px;
    line-height:1.6;

    color:#6b7280;

    margin:0;
}
@media(max-width:767px){

    .ram-categories-section{
        padding:35px 0;
    }

    .ram-categories-section .ram-section-heading{
        margin-bottom:25px;
    }

    .ram-categories-section .ram-section-heading h2{
        font-size:30px;
        line-height:1.15;
        white-space:normal;
        max-width:360px;
        margin:0 auto 12px;
    }

    .ram-categories-section .ram-section-heading p{
        font-size:15px;
        line-height:1.7;
    }

    .ram-categories-section .col-md-6{
        width:50%;
    }

    .ram-categories-section .row{
        row-gap:6px !important;
    }

    .ram-category-card{
        padding:18px 12px;
        border-radius:15px;
    }

    .ram-category-card i{
        width:50px;
        height:50px;
        font-size:20px;
        margin-bottom:10px;
    }

    .ram-category-card h3{
        font-size:15px;
        line-height:1.4;
        margin-bottom:0;
    }

    .ram-category-card p{
        display:none;
    }
}
/* =========================================
   FEATURED PRODUCTS
========================================= */

.ram-featured-products{
    padding:80px 0;
    background:#f8fafc;
}

/* Section Heading */

.ram-section-heading{
    max-width:950px;
    margin:0 auto 35px;
}

.ram-section-heading span{
    display:inline-block;
    padding:10px 22px;
    border-radius:50px;

    background:#e9f8f1;
    color:#09a460;

    font-size:14px;
    font-weight:600;

    margin-bottom:15px;
}

.ram-section-heading h2{
    font-size:46px;
    line-height:1.15;
    color:#0b1d35;
    margin-bottom:12px;
    white-space:nowrap;
}

.ram-section-heading p{
    color:#6b7280;
    font-size:18px;
    line-height:1.8;
}


/* =========================================
   PRODUCT CARD
========================================= */

.products-style2__single{
    background:#fff;
    border:1px solid #edf2f7;

    border-radius:18px;
    overflow:hidden;

    height:100%;

    transition:all .3s ease;
}

.products-style2__single:hover{
    transform:translateY(-6px);
    box-shadow:0 15px 35px rgba(0,0,0,.08);
    border-color:#09a460;
}


/* Product Image */

.products-style2__single-img{
    padding:15px !important;
}

.products-style2__single-img .inner{
    height:220px !important;

    display:flex;
    align-items:center;
    justify-content:center;
}

.products-style2__single-img img{
    max-height:200px !important;
    width:auto;

    object-fit:contain;
}


/* Product Content */

.products-style2__single-content{
    padding:15px 20px 20px !important;
}

.ram-product-badge{
    display:inline-block;

    background:#e9f8f1;
    color:#09a460;

    padding:6px 12px;

    border-radius:30px;

    font-size:12px;
    font-weight:600;

    margin-bottom:10px;
}

.products-style2__single-content h3{
    font-size:24px !important;
    line-height:1.4;
    margin-bottom:8px;
}

.products-style2__single-content h3 a{
    color:#0b1d35;
}

.products-style2__single-content h3 a:hover{
    color:#09a460;
}


/* Price */

.ram-product-price{
    color:#09a460 !important;

    font-size:20px;
    font-weight:700;

    margin-bottom:12px !important;
}


/* Button */

.btn-box{
    margin-top:0 !important;
}

.btn-box a{
    font-size:14px;
    font-weight:600;
    color:#0b1d35;
    text-transform:uppercase;
    letter-spacing:.5px;
}

.btn-box a:hover{
    color:#09a460;
}


/* Grid spacing */

.ram-featured-products .row{
    row-gap:25px;
}


/* Mobile */

@media (max-width:991px){

    .ram-section-heading h2{
        font-size:38px;
    }

    .products-style2__single-img .inner{
        height:140px !important;
    }

    .products-style2__single-img img{
        max-height:120px !important;
    }
}

@media (max-width:767px){

    /* Section spacing */
    .ram-featured-products{
        padding:35px 0;
    }

    .ram-featured-products .ram-section-heading{
        margin-bottom:25px;
    }

    /* Heading */
    .ram-featured-products .ram-section-heading h2{
        font-size:30px;
        line-height:1.15;
        white-space:normal;
        max-width:320px;
        margin:0 auto 12px;
    }

    .ram-featured-products .ram-section-heading p{
        font-size:15px;
        line-height:1.7;
    }

    /* Two products per row */
    .ram-featured-products .col-md-6{
        width:50%;
    }

    .ram-featured-products .row{
        row-gap:10px;
    }

    /* Product card */
    .products-style2__single{
        border-radius:14px;
    }

    /* Smaller image area */
    .products-style2__single-img{
        padding:10px !important;
    }

    .products-style2__single-img .inner{
        height:90px !important;
    }

    .products-style2__single-img img{
        max-height:80px !important;
    }

    /* Content */
    .products-style2__single-content{
        padding:10px 12px 14px !important;
    }

    .products-style2__single-content h3{
        font-size:15px !important;
        line-height:1.3;
        margin-bottom:6px;
    }

    .ram-product-price{
        font-size:15px;
        margin-bottom:8px !important;
    }

    .btn-box a{
        font-size:11px;
        letter-spacing:0;
    }
}

@media (max-width:767px){

    .ram-related-products{
        padding:35px 0;
    }

    .ram-related-products .row{
        row-gap:10px;
    }

    .ram-related-products .col-md-6{
        width:50%;
    }

    .ram-related-products .products-style2__single{
        border-radius:14px;
    }

    .ram-related-products .products-style2__single-img{
        padding:10px !important;
    }

    .ram-related-products .products-style2__single-img .inner{
        height:90px !important;
    }

    .ram-related-products .products-style2__single-img img{
        max-height:80px !important;
    }

    .ram-related-products .products-style2__single-content{
        padding:10px 12px 14px !important;
    }

    .ram-related-products .products-style2__single-content h3{
        font-size:14px !important;
        line-height:1.3;
        margin-bottom:6px;
    }

    .ram-related-products .ram-product-price{
        font-size:15px !important;
        margin-bottom:8px !important;
    }

    .ram-related-products .btn-box a{
        font-size:11px;
        letter-spacing:0;
    }

}
@media (max-width:767px){

    .ram-related-products{
        padding:25px 0 !important;
    }

    .ram-related-products .ram-section-heading{
        margin-bottom:15px;
    }

    .ram-related-products .ram-section-heading h2{
        font-size:26px;
        margin-bottom:0;
    }

    .ram-related-products .ram-banner-tag{
        margin-bottom:8px;
    }

}

/* =========================================
   PRIVACY POLICY
========================================= */

.ram-policy-section{
    padding:80px 0;
    background:#f8fafc;
}

.ram-policy-card{
    max-width:900px;
    margin:0 auto;

    background:#fff;
    padding:50px;

    border-radius:20px;

    box-shadow:0 10px 30px rgba(0,0,0,0.05);
}

.ram-policy-update{
    display:inline-block;

    background:#e9f8f1;
    color:#09a460;

    padding:8px 18px;

    border-radius:30px;

    font-size:14px;
    font-weight:600;

    margin-bottom:25px;
}

.ram-policy-card h2{
    font-size:38px;
    margin-bottom:20px;
    color:#0b1d35;
}

.ram-policy-card h3{
    margin-top:35px;
    margin-bottom:15px;

    font-size:24px;
    color:#0b1d35;
}

.ram-policy-card p{
    color:#64748b;
    line-height:1.9;
    margin-bottom:15px;
}

.ram-policy-card ul{
    padding-left:20px;
}

.ram-policy-card ul li{
    margin-bottom:10px;
    color:#64748b;
}

@media(max-width:768px){

    .ram-policy-section{
        padding:60px 0;
    }

    .ram-policy-card{
        padding:30px;
    }

    .ram-policy-card h2{
        font-size:30px;
    }

    .ram-policy-card h3{
        font-size:20px;
    }

}

.scroll-to-top{
    display:none !important;
}

.scroll-to-top .scroll-bar:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
     background:#09a460;
    opacity: 1;
}

.scroll-to-top .scroll-bar .bar-inner {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background:#0b1d35;
}
/* =========================================
   PRODUCT DETAILS
========================================= */

.ram-product-details{
    padding:40px 0 80px;
}
.ram-product-details .row{
    --bs-gutter-x: 1.5rem;
}

.ram-main-image{
    background:#fff;
    border:none;
    border-radius:20px;
    padding:25px;
    box-shadow:0 15px 40px rgba(0,0,0,0.06);
}

.ram-main-image img{
    width:100%;
    height:500px;
    object-fit:contain;
}

/* THUMBNAILS */

.ram-product-thumbs{
    display:flex;
    gap:12px;
    margin-top:20px;
}

.ram-product-thumbs img{
    width:85px;
    height:85px;

    object-fit:contain;

    background:#fff;
    padding:6px;

    border:2px solid transparent;
    border-radius:12px;

    cursor:pointer;
    transition:0.3s ease;
}

.ram-product-thumbs img:hover{
    border-color:#09a460;
}

.ram-product-thumbs img.active-thumb{
    border-color:#09a460;
}

/* RIGHT CONTENT */

.ram-product-category{
    display:inline-block;

    background:#e9f8f1;
    color:#09a460;

    padding:8px 18px;
    border-radius:30px;

    font-size:14px;
    font-weight:600;
}

.ram-product-details h1{
    font-size:37px;
    line-height:1.15;
    margin:15px 0;
    color:#0b1d35;
    font-weight:700;
}

/* =========================================
   PRODUCT ACTION BUTTONS
========================================= */

.ram-product-actions{
    display:flex;
    gap:15px;
    margin-top:30px;
    flex-wrap:wrap;
}

.ram-btn-primary,
.ram-btn-secondary{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    min-width:180px;
    height:56px;

    padding:0 28px;
    border-radius:12px;

    font-size:15px;
    font-weight:600;
    text-decoration:none;

    transition:all .3s ease;
}

/* Request Quote */

.ram-btn-primary{
    background:#09a460;
    color:#fff;
    border:2px solid #09a460;
}

.ram-btn-primary:hover{
    background:#087f4d;
    border-color:#087f4d;
    color:#fff;
    transform:translateY(-2px);
}

/* Call Us */

.ram-btn-secondary{
    background:#fff;
    color:#0b1d35;
    border:2px solid #dbe4ea;
}

.ram-btn-secondary:hover{
    border-color:#09a460;
    color:#09a460;
    transform:translateY(-2px);
}

.ram-product-code{
    color:#64748b;
    margin-bottom:15px;
}

.ram-product-price{
    font-size:28px;
    font-weight:600;
    color:#09a460;
    margin-bottom:20px;
}

.ram-product-summary{
    color:#6b7280;
    line-height:1.9;
    font-size:17px;
}

/* FEATURES */

.ram-product-features{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:12px;

    margin:30px 0;
    padding:0;
}

.ram-product-features li{
    list-style:none;

    background:#f8fafc;

    padding:14px 18px;
    border-radius:12px;

    color:#0b1d35;
    margin:0;
}

.ram-product-features li i{
    color:#09a460;
    margin-right:8px;
}

/* BUTTONS */

.ram-product-actions{
    display:flex;
    gap:15px;
    margin-top:30px;
    flex-wrap:wrap;
}
@media(max-width:767px){

    .ram-product-category{
        font-size:12px;
        padding:6px 14px;
    }

    .ram-product-details h1{
        font-size:12px;
        line-height:1.15;
        margin:8px 0;
        font-weight:700;
    }

    .ram-product-code{
        font-size:12px;
        margin-bottom:8px;
    }

    .ram-product-price{
        font-size:20px;
        font-weight:700;
        margin-bottom:10px;
    }

    .ram-product-summary{
        font-size:14px;
        line-height:1.7;
    }

    .ram-product-features{
        display:grid;
        grid-template-columns:repeat(2,1fr);
        gap:6px;
        margin:15px 0;
    }

    .ram-product-features li{
        padding:10px 8px;
        font-size:11px;
        line-height:1.3;
        text-align:center;
        border-radius:8px;
    }

    .ram-product-actions{
        display:flex;
        gap:8px;
        flex-wrap:nowrap;
    }
     .ram-product-price{
        font-size:6px;
        font-weight:500;
        margin-bottom:8px;
        line-height:1.2;
    }

    .ram-btn-primary,
    .ram-btn-secondary{
        flex:1;
        min-width:0;
        height:44px;
        padding:0 8px;
        font-size:12px;
    }

}

/* =========================================
   PRODUCT INFO SECTION
========================================= */

.ram-product-info{
    padding:20px 0 80px;
}

.ram-info-card,
.ram-spec-card-modern{
    background:#fff;
    border:1px solid #edf2f7;
    border-radius:20px;
    padding:40px;
    height:100%;
}

.ram-info-card h2,
.ram-spec-card-modern h2{
    font-size:30px;
    margin-bottom:25px;
    color:#0b1d35;
}

.ram-info-card h3{
    font-size:22px;
    margin:30px 0 20px;
}

.ram-info-card p{
    color:#6b7280;
    line-height:1.9;
}

.ram-feature-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:15px;
}

.ram-feature-item{
    background:#f8fafc;
    border-radius:12px;
    padding:15px 18px;
}

.ram-feature-item i{
    color:#09a460;
    margin-right:8px;
}

.ram-spec-row{
    display:flex;
    justify-content:space-between;
    align-items:center;

    padding:18px 0;

    border-bottom:1px solid #edf2f7;
}

.ram-spec-row:last-child{
    border-bottom:none;
}

.ram-spec-row span{
    color:#6b7280;
}

.ram-spec-row strong{
    color:#0b1d35;
}

/* =========================================
   RELATED PRODUCTS
========================================= */

.ram-related-products{
    padding:0 0 100px;
}

.ram-related-products .ram-section-heading{
    margin-bottom:50px;
}

/* =========================================
   MOBILE
========================================= */

@media(max-width:991px){

    .ram-main-image img{
        height:350px;
    }

    .ram-product-details h1{
        font-size:38px;
    }

    .ram-product-price{
        font-size:34px;
    }

    .ram-product-features,
    .ram-feature-grid{
        grid-template-columns:1fr;
    }

    .ram-info-card,
    .ram-spec-card-modern{
        padding:30px;
    }
}


/* ==========================================
   PREMIUM MOBILE HERO
========================================== */
@media (max-width: 767px) {

    .hero-slider {
        padding: 15px 0 20px;
        overflow: hidden;
    }

    .hero-slider .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .hero-slider .min-vh-80 {
        min-height: auto !important;
        padding: 20px 0 30px;
    }

    /* Hide image completely */
    .hero-image{
        display:none;
    }

    .hero-content {
        text-align: center;
        max-width: 100%;
        margin: 0 auto;
    }

    .hero-tag {
        display: inline-block;
        font-size: 12px;
        padding: 8px 18px;
        margin-bottom: 15px;
    }

    .hero-content h1 {
        font-size: 34px;
        line-height: 1.15;
        margin-bottom: 18px;
    }

    .hero-content p {
        font-size: 15px;
        line-height: 1.8;
        margin-bottom: 25px;
        padding: 0 5px;
    }

    /* Buttons */
    .hero-buttons {
        display: flex;
        flex-direction: column;
        gap: 12px;
        margin-bottom: 25px;
    }

    .hero-btn-primary,
    .hero-btn-outline {
        width: 100%;
        height: 56px;
        border-radius: 10px;
        font-size: 15px;
        font-weight: 600;
        justify-content: center;
        text-align: center;
    }

    /* Trust items */
    .hero-trust {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 0;
        margin-top: 10px;
        margin-bottom: 15px;
    }

    .hero-trust span {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;

        font-size: 12px;
        line-height: 1.5;

        padding: 0 8px;
        position: relative;
    }

    .hero-trust span:not(:last-child)::after {
        content: "";
        position: absolute;
        right: 0;
        top: 10%;
        height: 80%;
        width: 1px;
        background: rgba(0,0,0,.08);
    }

    /* Remove navigation arrows */
    .hero-navigation {
        display: none;
    }

    /* Pagination */
    #hero-pagination {
        position: relative;
        bottom: auto;
        margin-top: 15px;
    }

    .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }

    .swiper-pagination-bullet-active {
        width: 24px;
        border-radius: 20px;
    }

    /* Background shapes */
    .hero-bg-circle {
        opacity: .25;
    }
}




/* ==========================================
   CATEGORIES MOBILE
========================================== */
@media (max-width: 767px) {

    .ram-categories {
        padding: 60px 0;
    }

    .ram-categories .ram-section-header {
        margin-bottom: 30px;
    }

    .ram-categories .ram-subtitle {
        font-size: 12px;
        padding: 8px 16px;
        margin-bottom: 15px;
    }

    .ram-categories .ram-section-header h2 {
        font-size: 30px;
        line-height: 1.2;
        margin-bottom: 15px;
    }

    .ram-categories .ram-section-header p {
        font-size: 15px;
        line-height: 1.7;
        max-width: 100%;
        margin: 0 auto;
    }

    /* 2 Columns */
    .ram-categories .col-md-6 {
        width: 50%;
        flex: 0 0 50%;
    }

    .ram-categories .row {
        --bs-gutter-x: 12px;
        --bs-gutter-y: 12px;
    }

    .ram-category-box {
        padding: 20px 15px;
        height: 100%;
        border-radius: 18px;
        text-align: center;
    }

    .ram-category-icon {
        width: 55px;
        height: 55px;
        margin: 0 auto 12px;
    }

    .ram-category-icon i {
        font-size: 22px;
    }

    .ram-category-box h3 {
        font-size: 15px;
        line-height: 1.35;
        margin-bottom: 8px;
    }

    .ram-category-box p {
        font-size: 12px;
        line-height: 1.5;
        margin-bottom: 0;
    }
}




