/*slider start*/
/* ===== CONTAINER ===== */
.am-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #8989891a;
}

/* ===== TRACK ===== */
.am-slider__track {
    display: flex;
    transition: transform 0.65s cubic-bezier(0.77, 0, 0.18, 1);
    will-change: transform;
}

/* ===== SLIDE ===== */
.am-slider__slide {
    min-width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 60px 6% 60px 8%;
    gap: 40px;
    position: relative;
}

/* Decorative dot grid – bottom left */
.am-slider__slide::before {
    content: '';
    position: absolute;
    bottom: 30px;
    left: 20px;
    width: 120px;
    height: 120px;
    background-image: radial-gradient(circle, #ccc 1.5px, transparent 1.5px);
    background-size: 14px 14px;
    opacity: 0.5;
    pointer-events: none;
}

/* ===== LEFT / TEXT SIDE ===== */
.am-slider__content {
    flex: 0 0 42%;
    max-width: 42%;
}

.am-slider__content h2 {
    font-family: 'Jost', sans-serif;
    font-size: 45px;
    color: #101480;
    line-height: 0.2;
    margin-bottom: 20px;
}

.am-slider__content p {
    font-size: clamp(0.85rem, 1.4vw, 1rem);
    color: #444;
    line-height: 1.75;
    text-align: justify;
    margin-bottom: 30px;
}

.am-slider__btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #101480;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    padding: 12px 26px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
    letter-spacing: 0.5px;
    transition: background 0.25s ease, transform 0.2s ease;
}

.am-slider__btn:hover {
    color: #fff;
    background: #c62232;
    transform: translateX(3px);
}

.am-slider__btn svg {
    transition: transform 0.2s ease;
}

.am-slider__btn:hover svg {
    transform: translateX(4px);
}

/* ===== RIGHT / IMAGE SIDE ===== */
.am-slider__image-wrap {
    flex: 0 0 52%;
    max-width: 30%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Pinkish decorative circle behind image */
.am-slider__image-wrap::before {
    content: '';
    position: absolute;
    width: 88%;
    padding-bottom: 88%;
    background: #4447ad4a;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-42%, -50%);
    z-index: 0;
}

/* Small orange accent circle */
.am-slider__accent {
    position: absolute;
    bottom: 10px;
    left: -30px;
    width: 52px;
    height: 52px;
    background: #f4a261;
    border-radius: 50%;
    z-index: 2;
}

.am-slider__img {
    position: relative;
    z-index: 1;
    width: 82%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 50%;
    display: block;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.18);
}

/* ===== ARROWS ===== */
.am-slider__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 2px solid rgba(0, 0, 0, 0.18);
    background: rgb(16 20 128);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s, border-color 0.2s, transform 0.2s;
}

.am-slider__arrow:hover {
    background: #e63946;
    border-color: #e63946;
}

.am-slider__arrow:hover svg path {
    stroke: #fff;
}

.am-slider__arrow--prev {
    left: calc(61% + 4%);
}

.am-slider__arrow--next {
    right: 2%;
}

.am-slider__arrow svg path {
    stroke: #ffffff;
    transition: stroke 0.2s;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
    .am-slider__slide {
        flex-direction: column;
        padding: 50px 6%;
        text-align: center;
    }

    .am-slider__content,
    .am-slider__image-wrap {
        flex: unset;
        max-width: 100%;
        width: 100%;
    }

    .am-slider__content {
        order: 2;
    }

    .am-slider__image-wrap {
        order: 1;
        max-width: 380px;
        margin: 0 auto;
    }

    .am-slider__content p {
        text-align: center;
    }

    .am-slider__arrow--prev {
        left: 10px;
    }

    .am-slider__arrow--next {
        right: 10px;
    }

    .am-slider__slide::before {
        display: none;
    }
}

@media (max-width: 480px) {
    .am-slider__slide {
        padding: 40px 4%;
    }

    .am-slider__arrow {
        width: 38px;
        height: 38px;
    }

    .am-slider__accent {
        display: none;
    }
}

/*slider end*/

/* logo & menus start*/
/* ===== AM-MENU HEADER ===== */
.am-menu {
    width: 100%;
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 999;
}

.am-menu-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 120px;
    /* ✅ Desktop - இன்னும் பெரிசு */
}

/* Logo */
.am-menu-logo {
    display: flex;
    align-items: center;
}

.am-menu-logo img {
    height: 160px;
    /* ✅ Desktop - இன்னும் பெரிசு */
    width: auto;
    max-width: 280px;
    display: block;
    object-fit: contain;
    /* ✅ Image சரியா fit ஆகும் */
}

/* Nav */
.am-menu-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 30px;
}

.am-menu-nav ul li a {
    text-decoration: none;
    color: #101480;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.5px;
    transition: color 0.2s;
}

.am-menu-nav ul li a:hover {
    color: #e63027;
}

/* Hamburger - hidden on desktop */
.am-menu-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
}

.am-menu-toggle span {
    display: block;
    width: 25px;
    height: 3px;
    background: #1a3a6b;
    border-radius: 3px;
}

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

/* Tablet */
@media (max-width: 1024px) {
    .am-menu-container {
        height: 140px;
    }

    .am-menu-logo img {
        height: 125px;
        max-width: 220px;
    }

    .am-menu-nav ul {
        gap: 20px;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .am-menu-container {
        height: 110px;
        /* ✅ உயரம் கூட்டினோம் */
        padding: 0 15px;
    }

    .am-menu-logo {
        flex: 1;
        /* ✅ Logo full space எடுக்கும் */
    }

    .am-menu-logo img {
        height: 100px;
        /* ✅ 90px → 100px */
        max-width: 220px;
        object-fit: contain;
        object-position: left center;
    }

    .am-menu-nav {
        display: none;
        position: absolute;
        top: 110px;
        /* ✅ container height match */
        left: 0;
        width: 100%;
        background: #fff;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        z-index: 998;
    }

    .am-menu-nav.active {
        display: block;
    }

    .am-menu-nav ul {
        flex-direction: column;
        gap: 0;
        padding: 10px 0;
    }

    .am-menu-nav ul li a {
        display: block;
        padding: 12px 25px;
        border-bottom: 1px solid #f0f0f0;
    }

    .am-menu-toggle {
        display: flex;
        flex-shrink: 0;
        /* ✅ Hamburger சுருங்காது */
    }
}

/* Small Mobile */
@media (max-width: 480px) {
    .am-menu-container {
        height: 100px;
        /* ✅ */
        padding: 0 12px;
    }

    .am-menu-logo img {
        height: 90px;
        /* ✅ */
        max-width: 200px;
        object-fit: contain;
        object-position: left center;
    }

    .am-menu-nav {
        top: 100px;
        /* ✅ */
    }
}

/* logo & menus end*/

/* =========================================
   AMM LOGO AUTO SCROLL GALLERY
========================================= */

/*header start*/
.am-header-top {
    background: #101480;
    padding: 7px 20px;
}

.am-header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.am-header-right {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: auto;
    white-space: nowrap;
}

.am-header-item a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
}

.am-header-item i {
    margin-right: 6px;
}

.am-divider {
    color: #fff;
    font-weight: bold;
}

/* MOBILE VIEW */
@media(max-width:767px) {

    .am-header-wrapper {
        justify-content: center;
    }

    .am-header-right {
        flex-direction: column;
        gap: 8px;
        /* text-align: center; */
        margin-left: 0;
    }

    .am-divider {
        display: none;
    }
}

/* header end*/

/* ===== PRODUCTS SECTION START ===== */

.amm-products {
    width: 100%;
    padding: 60px 20px;
    box-sizing: border-box;
    background: #f5f5f5;
}

.amm-products-container {
    width: 100%;
    max-width: 1400px;
    margin: auto;

    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
}

.amm-product-card {
    width: 100%;
    background: #ffffff;
    border-radius: 28px;
    overflow: hidden;
    border: 2px solid #07147a;
    transition: 0.4s ease;
}

.amm-product-card:hover {
    transform: translateY(-8px);
    border-color: #de0f1c;
}

.amm-product-image {
    width: 100%;
    height: 360px;
    overflow: hidden;
}

.amm-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: 0.4s ease;
}

.amm-product-card:hover .amm-product-image img {
    transform: scale(1.05);
}

.amm-product-content {
    padding-top: 15px;
    text-align: center;
}

.amm-product-content h3 {
    background: #07147a;
    font-size: 20px;
    line-height: 1.4;
    color: #ffffff;
    margin: 0 0 15px;
    font-weight: 700;
    text-transform: uppercase;
}

.amm-product-text {
    text-align: justify;
    padding: 15px;
    font-size: 18px;
    color: #070707;
    line-height: 1.7;
    margin: 0;
}

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

@media(max-width:1200px) {

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

    .amm-product-content h3 {
        font-size: 24px;
    }

}

@media(max-width:991px) {

    .amm-products-container {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media(max-width:767px) {

    .amm-products {
        padding: 40px 15px;
    }

    .amm-products-container {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .amm-product-image {
        height: 280px;
    }

    .amm-product-content {
        padding: 25px 20px;
    }

    .amm-product-content h3 {
        font-size: 22px;
    }

    .amm-product-text {
        font-size: 16px;
    }

}

/* ===== PRODUCTS SECTION END ===== */

.amm-logo-container {
    max-width: 1200px;
    margin: auto;
    padding: 15px 20px;
    overflow: hidden;
    box-sizing: border-box;
    background: #ffffff;
}

.amm-logo-heading {
    text-align: center;
    margin-bottom: 45px;
}

.amm-logo-heading h2 {
    margin: 0;
    font-size: 38px;
    font-weight: 700;
    color: #0a1628;
    letter-spacing: 4px;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
}

.amm-logo-heading p {
    margin: 10px 0 0;
    font-size: 13px;
    color: #3a6fa8;
    letter-spacing: 3px;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
}

.amm-logo-heading span {
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #1a4a8a, #4a90d9);
    display: inline-block;
    margin-top: 14px;
    border-radius: 20px;
}

.amm-logo-slider {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.amm-logo-slider::before,
.amm-logo-slider::after {
    content: '';
    position: absolute;
    top: 0;
    width: 80px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

.amm-logo-slider::before {
    left: 0;
    background: linear-gradient(to right, #ffffff, transparent);
}

.amm-logo-slider::after {
    right: 0;
    background: linear-gradient(to left, #ffffff, transparent);
}

.amm-logo-track {
    display: flex;
    align-items: center;
    width: max-content;
    padding: 16px 60px;
    gap: 20px;
    animation: ammLogoScroll 25s linear infinite;
}

.amm-logo-track:hover {
    animation-play-state: paused;
}

.amm-logo-box {
    width: 280px;
    min-width: 280px;
    height: 155px;
    /* background: #f5f7fa; */
    /* border: 1px solid #d0d8e8; */
    border-radius: 12px;
    overflow: visible;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 5px 0px;

    /* ✅ transform + box-shadow இங்கயே — wrap div தேவையில்லை */
    transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease, background 0.4s ease;
    /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06); */
    position: relative;
}

/* ✅ border-radius clip — separate pseudo element மூலம் */
.amm-logo-box::after {
    content: '';
    position: absolute;
    inset: -1px;
    border-radius: 12px;
    /* border: 1px solid #d0d8e8; */
    pointer-events: none;
    transition: border-color 0.4s ease;
    z-index: 1;
}

.amm-logo-box:hover {
    transform: translateY(-6px);
    /* box-shadow: 0 10px 30px rgba(26, 74, 138, 0.15); */
    /* background: #eef4fc; */
}

.amm-logo-box:hover::after {
    border-color: #2a6fc4;
}

.amm-logo-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
    display: block;
    /* filter: grayscale(20%) brightness(0.97); */
    transition: filter 0.4s ease;
    position: relative;
    z-index: 0;
    border-radius: 8px;
}

.amm-logo-box:hover img {
    filter: grayscale(0%) brightness(1.02);
}

@keyframes ammLogoScroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@media(max-width:991px) {
    .amm-logo-container {
        padding: 50px 15px;
    }

    .amm-logo-heading h2 {
        font-size: 28px;
    }

    .amm-logo-box {
        width: 220px;
        min-width: 220px;
        height: 130px;
        padding: 18px 20px;
    }

    .amm-logo-track {
        padding-left: 30px;
        padding-right: 30px;
        gap: 16px;
    }
}

@media(max-width:600px) {
    .amm-logo-container {
        padding: 40px 10px;
    }

    .amm-logo-heading {
        margin-bottom: 28px;
    }

    .amm-logo-heading h2 {
        font-size: 20px;
        letter-spacing: 2px;
    }

    .amm-logo-heading span {
        width: 50px;
    }

    .amm-logo-box {
        width: 160px;
        min-width: 160px;
        height: 100px;
        border-radius: 10px;
        padding: 14px 16px;
    }

    .amm-logo-track {
        padding-left: 20px;
        padding-right: 20px;
        gap: 12px;
    }
}

@media(max-width:400px) {
    .amm-logo-box {
        width: 140px;
        min-width: 140px;
        height: 88px;
        padding: 12px 14px;
    }

    .amm-logo-track {
        padding-left: 15px;
        padding-right: 15px;
        gap: 10px;
    }
}

.gpi-gallery-section {
    padding: 10px 20px 10px;
    max-width: 1200px;
    margin: 0 auto;
}

.gpi-gallery-heading {
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 36px;
}

.gpi-gallery-heading .gpi-our {
    color: #e07b28;
}

.gpi-gallery-heading .gpi-gallery-word {
    color: #1a5c1a;
}

.gpi-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

@media (max-width: 900px) {
    .gpi-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 560px) {
    .gpi-grid {
        grid-template-columns: 1fr;
    }

    .gpi-gallery-heading {
        font-size: 1.4rem;
    }
}

.gpi-grid-item {
    overflow: hidden;
    border-radius: 6px;
    cursor: pointer;
    position: relative;
}

.gpi-grid-item img {
    width: 100%;
    /* height: 220px; */
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
    border: 1px solid #80808029;
}


.gpi-grid-item:hover img {
    transform: scale(1.05);
}

.gpi-grid-item::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0);
    transition: background 0.3s ease;
    pointer-events: none;
}

.gpi-grid-item:hover::after {
    background: rgba(0, 0, 0, 0.15);
}

/* Lightbox */
.gpi-lightbox-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.88);
    z-index: 9999;
    align-items: center;
    justify-content: center;
}

.gpi-lightbox-overlay.gpi-active {
    display: flex;
}

.gpi-lightbox-box {
    position: relative;
    max-width: 90vw;
    max-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gpi-lightbox-img {
    max-width: 80vw;
    max-height: 80vh;
    border-radius: 6px;
    object-fit: contain;
    display: block;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.6);
}

@media (max-width: 600px) {
    .gpi-lightbox-img {
        max-width: 92vw;
        max-height: 70vh;
    }
}

.gpi-lightbox-counter {
    position: absolute;
    bottom: -32px;
    left: 50%;
    transform: translateX(-50%);
    color: #ccc;
    font-size: 13px;
    white-space: nowrap;
}

.gpi-btn-close,
.gpi-btn-prev,
.gpi-btn-next {
    position: fixed;
    background: rgba(255, 255, 255, 0.12);
    border: 1.5px solid rgba(255, 255, 255, 0.35);
    color: #fff;
    cursor: pointer;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease, transform 0.15s ease;
    z-index: 10000;
}

.gpi-btn-close:hover,
.gpi-btn-prev:hover,
.gpi-btn-next:hover {
    background: rgba(255, 255, 255, 0.28);
}

.gpi-btn-close {
    top: 20px;
    right: 20px;
    width: 44px;
    height: 44px;
    font-size: 22px;
}

.gpi-btn-prev,
.gpi-btn-next {
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    font-size: 24px;
}

.gpi-btn-prev:active,
.gpi-btn-next:active {
    transform: translateY(-50%) scale(0.92);
}

.gpi-btn-close:active {
    transform: scale(0.92);
}

.gpi-btn-prev {
    left: 16px;
}

.gpi-btn-next {
    right: 16px;
}

@media (max-width: 600px) {
    .gpi-btn-prev {
        left: 8px;
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

    .gpi-btn-next {
        right: 8px;
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

    .gpi-btn-close {
        top: 12px;
        right: 12px;
        width: 38px;
        height: 38px;
        font-size: 18px;
    }
}

@keyframes gpi-fadein {
    from {
        opacity: 0;
        transform: scale(0.96);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.gpi-lightbox-img.gpi-animate {
    animation: gpi-fadein 0.22s ease forwards;
}












/*START SLIDER NEW*/
.perfectsr-slider{
    width:100%;
    padding:40px 20px;
    background:#f1f1f1a1;
    overflow:hidden;
    font-family:'Segoe UI',sans-serif;
}

.perfectsr-slider-wrapper{
    max-width:1400px;
    margin:auto;
    position:relative;
    padding:0 80px; /* space for arrows so they don't overlay content */
}

@media(max-width:991px){
    .perfectsr-slider-wrapper{
        padding:0 30px;
    }
}


.perfectsr-slide{
    display:none;
    align-items:center;
    justify-content:space-between;
    gap:60px;
    animation:fadeIn .7s ease;
}

.perfectsr-slide.active{
    display:flex;
}

.perfectsr-content{
    flex:1;
}

.perfectsr-content h1{
    font-size:30px;
    font-weight:500;
    line-height:1.15;
    color:#101480;
    margin-bottom:15px;
}

.perfectsr-content h1 span{
    display:block;
    color:#f23c2d;
    font-size: 17px;
    padding-top: 10px;
    
}

.perfectsr-content p{
    font-family: "Inter", sans-serif;
    font-size:16px;
    line-height:1.8;
    color:#555;
    max-width:550px;
    margin-bottom:10px;
}

.perfectsr-buttons{
    display:flex;
    gap:15px;
    flex-wrap:wrap;
}

.btn-primary,
.btn-outline{
    padding:3px 20px;
    text-decoration:none;
    font-size:16px;
    font-weight:500;
    border-radius:6px;
    transition:.3s;
}

.btn-primary{
    background:#101480;
    color:#fff;
}

.btn-primary:hover{
    background:#101480;
}

.btn-outline{
    border:2px solid #101480;
    color:#101480;
}

.btn-outline:hover{
    background:#101480;
    color:#fff;
}

.perfectsr-image{
    flex:1;
    text-align:center;
}

.perfectsr-image img{
    max-width:100%;
    height:auto;
}

.perfectsr-prev,
.perfectsr-next{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:48px;
    height:48px;
    border:none;
    border-radius:50%;
    background:#101480;
    color:#fff;
    cursor:pointer;
    font-size:20px;
    z-index:10;
}

.perfectsr-prev{
    left:0;
}

.perfectsr-next{
    right:0;
}

.perfectsr-prev:hover,
.perfectsr-next:hover{
    background:#24006d;
}

.perfectsr-dots{
    display:flex;
    justify-content:center;
    gap:10px;
    margin-top:30px;
}

.perfectsr-dot{
    width:12px;
    height:12px;
    border-radius:50%;
    background:#ccc;
    cursor:pointer;
}

.perfectsr-dot.active{
    background:#101480;
}

@keyframes fadeIn{
    from{
        opacity:0;
        transform:translateY(20px);
    }
    to{
        opacity:1;
        transform:translateY(0);
    }
}

/* Tablet */

@media(max-width:991px){

    .perfectsr-slide.active{
        flex-direction:column-reverse;
        text-align:center;
    }

    .perfectsr-content h1{
        font-size:42px;
    }

    .perfectsr-content p{
        font-size:18px;
        max-width:100%;
    }

    .perfectsr-buttons{
        justify-content:center;
    }

}

/* Mobile */

@media(max-width:576px){

    .perfectsr-slider{
        padding:25px 15px;
    }

    .perfectsr-content h1{
        font-size:30px;
    }

    .perfectsr-content p{
        font-size:16px;
        line-height:1.7;
    }

    .btn-primary,
    .btn-outline{
        width:100%;
        text-align:center;
    }

    .perfectsr-prev,
    .perfectsr-next{
        width:40px;
        height:40px;
        font-size:16px;
        visibility: hidden;
    }

}


.key-fea{
    font-size:15px;
    font-weight:500;
    color:#101480;
}

.flex-features{
    padding:60px 20px;
    background:#f8f8f8;
}

.flex-features .container{
    max-width:1200px;
    margin:auto;
}

.flex-features h2{
    text-align:center;
    font-size:36px;
    color:#222;
    margin-bottom:40px;
    font-weight:700;
}

.feature-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:10px;
    margin-bottom: 15px;
}

.feature-box{
    background:linear-gradient(89deg, #263791, #de0f1c);
    padding:15px 20px;
    border-radius:12px;
    text-align:center;
    box-shadow:0 5px 15px rgba(0,0,0,.08);
    transition:.3s;
}

.feature-box:hover{
    transform:translateY(-5px);
}

.feature-box span{
    font-size:35px;
    display:block;
    margin-bottom:15px;
}

.feature-box h3{
    font-size:18px;
    color:#fff;
    margin:0;
    line-height:1.5;
    display: flex;
    flex-wrap: wrap;
}

/* Tablet */
@media (max-width:768px){
    .feature-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .flex-features h2{
        font-size:30px;
    }
}

/* Mobile */
@media (max-width:480px){
    .feature-grid{
        grid-template-columns:1fr;
    }

    .feature-box{
        padding:25px 15px;
    }

    .feature-box h3{
        font-size:16px;
    }

    .flex-features h2{
        font-size:26px;
    }
}
/*END SLIDER NEW*/


.sr-section-why {
    background: linear-gradient(285deg, #05112c, #101480);
    padding: 20px 20px;
}

/* ===== TITLE ===== */
.sr-section-why .why-title {
    text-align: center;
    color: #ffffff;
    font-size: 26px;
    /* margin-bottom: 40px; */
    /* letter-spacing: 1px; */
    font-weight: 400;
}

/* ===== GRID ===== */
.sr-section-why .why-grid {
    max-width: 1600px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
}

/* ===== CARD ===== */
.sr-section-why .why-card {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    color: #fff;
    min-height: 110px;
    transition: 0.3s ease;
    border: 1px solid rgba(255,255,255,0.1);
}

/* Hover Effect */
.sr-section-why .why-card:hover {
    transform: translateY(-6px);
    background: rgba(255, 255, 255, 0.15);
}

/* ===== ICON ===== */
.sr-section-why .icon {
    font-size: 26px;
    background: rgba(255,255,255,0.15);
    padding: 12px;
    border-radius: 10px;
    /* min-width: 45px; */
    text-align: center;
}

/* ===== TEXT ===== */
.sr-section-why .content h3 {
    font-size: 16px;
    margin: 0 0 5px;
    color:white;
    line-height: 16px;
}

.sr-section-why .content p {
    font-size: 13px;
    margin: 0;
    opacity: 0.85;
    line-height: 24px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 600px) {
    .sr-section-why .why-title {
        font-size: 24px;
    }
}


/*Start Products*/
/* ===== CONTAINER ===== */
.boxsr-container {
    padding: 24px 20px;
    max-width: 1300px;
    margin: auto;
}

/* ===== GRID ===== */
.boxsr-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}

/* ===== CARD ===== */
.boxsr-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    transition: 0.3s ease;
    display: flex;
    flex-direction: column;
}

.boxsr-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.12);
}

/* ===== IMAGE ===== */
.boxsr-img {
    width: 100%;
    height: 160px;
    overflow: hidden;
}

.boxsr-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ===== CONTENT ===== */
.boxsr-content {
    padding: 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
}

.boxsr-content h3 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 8px;
    color: #101480;
    line-height: 25px;
}

.boxsr-content p {
    font-size: 16px;
    color: #666;
    margin-bottom: 15px;
    line-height: 26px;
}

/* ===== BUTTON ===== */
.boxsr-btn {
    font-size: 13px;
    color: #2563eb;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: 0.3s;
}

.boxsr-btn:hover {
    color: #e11d48;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    .boxsr-img {
        height: 140px;
    }
}

@media (max-width: 480px) {
    .boxsr-container {
        padding: 40px 15px;
    }
}



/*START ALL UNDER ONE ROOF*/
.all-container{
    max-width:1200px;
    margin:auto;
    padding:10px 20px;
    display:flex;
    align-items:center;
    gap:60px;
}

.all-left{
    flex:1;
}

.all-left img{
    width:100%;
    display:block;
    border-radius:18px;
    box-shadow:0 10px 30px rgba(0,0,0,0.12);
}

.all-right{
    flex:1;
}

.all-subtitle{
    display:inline-block;
    font-size:14px;
    font-weight:700;
    color:#ff5a4f;
    letter-spacing:1px;
    margin-bottom:15px;
}

.all-right h2{
    font-size: 24px;
    line-height: 1;
    color: #1d1464;
    margin: 0 0 7px;
    font-weight: 400;
}

.all-description{
    color:#666;
    font-size:16px;
    line-height:1.8;
    margin-bottom:35px;
}

.all-features{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:25px;
    margin-bottom:35px;
}

.all-feature-item{
    display:flex;
    gap:15px;
    align-items:flex-start;
}

.all-icon{
    width:65px;
    height:65px;
    min-width:65px;
    border-radius:50%;
    background:#fff;
    box-shadow:0 5px 20px rgba(0,0,0,0.08);
    display:flex;
    align-items:center;
    justify-content:center;
}

.all-icon img{
    /* width:32px;
    height:32px; */
    object-fit:contain;
}

.all-feature-item h4{
    margin:0 0 8px;
    color:#111;
    font-size:18px;
    font-weight:600;
}

.all-feature-item p{
    margin:0;
    color:#666;
    line-height:1.7;
    font-size:15px;
}

.all-order-box{
    padding:15px;
    background:#f8f9fc;
    border-radius:15px;
    border-left:4px solid #101480;
}

.all-order-box p{
    margin:0 0 20px;
    font-size:17px;
    color:#333;
    font-weight:500;
}

.all-buttons{
    display:flex;
    gap:15px;
    flex-wrap:wrap;
}

.all-btn{
    text-decoration:none;
    padding:3px 20px;
    border-radius:8px;
    font-size:15px;
    font-weight:600;
    transition:.3s;
}

.all-btn-primary{
    background:#101480;
    color:#fff;
}

.all-btn-primary:hover{
    transform:translateY(-3px);
}

.all-btn-secondary{
    background:#fff;
    color:#101480;
    border:2px solid #101480;
}

.all-btn-secondary:hover{
    transform:translateY(-3px);
}

/* Responsive */

@media(max-width:991px){

    .all-container{
        flex-direction:column;
        gap:40px;
    }

    .all-right h2{
        font-size:38px;
    }

}

@media(max-width:767px){

    .all-container{
        padding:60px 15px;
    }

    .all-features{
        grid-template-columns:1fr;
    }

    .all-right h2{
        font-size:30px;
    }

    .all-buttons{
        flex-direction:column;
    }

    .all-btn{
        text-align:center;
        width:100%;
    }

}
/*END ALL UNDER ONE ROOF*/