/* =========================
   PREMIUM TOP HEADER
========================= */

.premium-top-header{
    background: linear-gradient(90deg,#0f172a 0%, #111827 50%, #1e293b 100%);
    padding: 7px 0;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    position: relative;
    overflow: hidden;
}

.premium-top-header::before{
    content:'';
    position:absolute;
    left:-120px;
    top:0;
    width:260px;
    height:100%;
    background:rgba(255,255,255,0.03);
    transform:skewX(-35deg);
}

.premium-top-header .header-top-wrapper{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:15px;
    position:relative;
    z-index:2;
}

.premium-top-header .left{
    display:flex;
    align-items:center;
    gap:14px;
}

/* BADGE */
.premium-top-header .topbar-badge{
    background: linear-gradient(135deg,#d4a762,#b8860b);
    padding:5px 12px;
    border-radius:30px;
    box-shadow:0 3px 10px rgba(212,167,98,0.20);
    line-height:1;
}

.premium-top-header .topbar-badge span{
    color:#fff;
    font-size:10px;
    font-weight:700;
    letter-spacing:1px;
    display:block;
}

/* TEXT AREA */
.premium-top-header .single-component{
    display:flex;
    align-items:center;
    gap:10px;
}

.premium-top-header .single-component .icon{
    width:30px;
    height:30px;
    min-width:30px;
    border-radius:50%;
    background:rgba(212,167,98,0.12);
    display:flex;
    align-items:center;
    justify-content:center;
    border:1px solid rgba(212,167,98,0.25);
}

.premium-top-header .single-component .icon i{
    color:#d4a762;
    font-size:13px;
    line-height:1;
    display:flex;
    align-items:center;
    justify-content:center;
}

.premium-top-header .single-component .info span{
    color:rgba(255,255,255,0.92);
    font-size:13px;
    font-weight:500;
    letter-spacing:.2px;
    line-height:1.4;
}

/* SOCIAL */
.premium-top-header .social-wrapper-1{
    display:flex;
    align-items:center;
    gap:8px;
    margin:0;
    padding:0;
    list-style:none;
}

.premium-top-header .social-wrapper-1 li{
    margin:0;
}

.premium-top-header .social-wrapper-1 li a{
    width:32px;
    height:32px;
    border-radius:50%;
    background:rgba(255,255,255,0.04);
    border:1px solid rgba(255,255,255,0.08);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    transition:all .3s ease;
    backdrop-filter:blur(8px);
}

.premium-top-header .social-wrapper-1 li a i{
    font-size:13px;
    line-height:1;
    display:flex;
    align-items:center;
    justify-content:center;
}

.premium-top-header .social-wrapper-1 li a:hover{
    background:#d4a762;
    border-color:#d4a762;
    color:#fff;
    transform:translateY(-1px);
    box-shadow:0 5px 15px rgba(212,167,98,0.25);
}

/* MOBILE */
@media(max-width:991px){

    .premium-top-header{
        padding:8px 0;
    }

    .premium-top-header .header-top-wrapper{
        flex-direction:column;
        text-align:center;
        gap:10px;
    }

    .premium-top-header .left{
        flex-direction:column;
        gap:8px;
    }

}
/* =========================
   UNIQUE HERO SLIDER
========================= */

.imx-hero-slider-section{
    position:relative;
    overflow:hidden;
}

.imx-hero-slide{
    background:linear-gradient(135deg,#fff8ef 0%, #ffffff 100%);
    position:relative;
}

.imx-slide-two{
    background:linear-gradient(135deg,#f8fafc 0%, #ffffff 100%);
}

.imx-hero-content{
    position:relative;
    z-index:2;
}

.imx-hero-badge{
    background:#d4a762;
    color:#fff;
    padding:7px 15px;
    border-radius:40px;
    font-size:11px;
    font-weight:700;
    letter-spacing:1px;
    display:inline-block;
    margin-bottom:16px;
}

.imx-hero-content h1{
    font-size:58px;
    line-height:1.08;
    font-weight:800;
    color:#0f172a;
    margin-bottom:14px;
    letter-spacing:-1px;
}

.imx-hero-content h1 span{
    color:#d4a762;
    display:block;
}

.imx-hero-content p{
    font-size:15px;
    line-height:1.8;
    color:#64748b;
    max-width:520px;
    margin-bottom:24px;
}

.imx-hero-btn-group{
    display:flex;
    align-items:center;
    gap:14px;
    margin-bottom:26px;
}

.imx-hero-btn{
    padding:14px 24px;
    border-radius:12px;
    text-decoration:none;
    font-size:14px;
    font-weight:600;
    transition:.3s ease;
    display:inline-flex;
    align-items:center;
    justify-content:center;
}

.imx-primary-btn{
    background:#0f172a;
    color:#fff;
}

.imx-primary-btn:hover{
    background:#d4a762;
    color:#fff;
}

.imx-secondary-btn{
    border:1px solid rgba(15,23,42,0.12);
    background:#fff;
    color:#0f172a;
}

.imx-secondary-btn:hover{
    background:#0f172a;
    color:#fff;
}

.imx-hero-features{
    display:flex;
    flex-wrap:wrap;
    gap:14px;
}

.imx-feature-item{
    display:flex;
    align-items:center;
    gap:8px;
    font-size:13px;
    font-weight:600;
    color:#0f172a;
}

.imx-feature-item i{
    width:30px;
    height:30px;
    border-radius:50%;
    background:rgba(212,167,98,0.12);
    color:#d4a762;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:12px;
}

.imx-hero-image{
    text-align:center;
}

.imx-hero-image img{
    width:100%;
    max-width:540px;
    border-radius:28px;
    object-fit:cover;
    box-shadow:0 25px 60px rgba(0,0,0,0.12);
}

.imx-carousel-control-prev,
.imx-carousel-control-next{
    width:60px;
}

.imx-carousel-control-prev-icon,
.imx-carousel-control-next-icon{
    width:48px;
    height:48px;
    border-radius:50%;
    background-color:#0f172a;
    background-size:18px;
}

.imx-carousel-indicators{
    margin-bottom:28px;
}

.imx-carousel-indicators [data-bs-target]{
    width:12px;
    height:12px;
    border-radius:50%;
    background:#d4a762;
    border:none;
}

.imx-slide-height{
    min-height:92vh;
}

/* MOBILE */

@media(max-width:991px){

    .imx-slide-height{
        min-height:auto;
        padding:110px 0 70px;
    }

    .imx-hero-content{
        text-align:center;
        margin-bottom:40px;
    }

    .imx-hero-content h1{
        font-size:42px;
    }

    .imx-hero-content p{
        margin:auto auto 24px;
    }

    .imx-hero-btn-group{
        justify-content:center;
    }

    .imx-hero-features{
        justify-content:center;
    }

}

@media(max-width:576px){

    .imx-hero-content h1{
        font-size:32px;
        line-height:1.15;
    }

    .imx-hero-btn-group{
        flex-direction:column;
    }

    .imx-hero-btn{
        width:100%;
    }

    .imx-feature-item{
        width:100%;
        justify-content:center;
    }

}
/* =========================
        ENHANCED MENU
========================== */

.nav-area .mainmenu{
    display:flex;
    align-items:center;
    gap:24px;
    margin:0;
    padding:0;
    list-style:none;
}

.nav-area .mainmenu .main-nav{
    position:relative;
}

/* MAIN MENU */

.nav-area .mainmenu .main-nav > a{
    display:flex;
    align-items:center;
    gap:8px;
    font-size:16px;
    font-weight:600;
    color:#0f172a;
    text-decoration:none;
    transition:.3s ease;
    position:relative;
}

.nav-area .mainmenu .main-nav > a:hover{
    color:#d4a762;
}

/* MAIN ICON */

.nav-area .mainmenu .main-nav > a .menu-icon{
    color:#d4a762;
    font-size:14px;
    line-height:1;
}

/* DROPDOWN ICON */

.nav-area .mainmenu .main-nav > a .fa-chevron-down{
    font-size:10px;
    margin-left:2px;
    transition:.3s;
}

.nav-area .mainmenu .main-nav:hover > a .fa-chevron-down{
    transform:rotate(180deg);
}

/* DROPDOWN */

.nav-area .submenu{
    position:absolute;
    top:100%;
    left:0;
    min-width:250px;
    background:#fff;
    border-radius:18px;
    padding:14px;
    list-style:none;
    margin:0;
    box-shadow:0 20px 45px rgba(15,23,42,0.08);
    opacity:0;
    visibility:hidden;
    transform:translateY(10px);
    transition:.3s ease;
    z-index:999;
    border:1px solid rgba(0,0,0,0.04);
}

.nav-area .main-nav:hover .submenu{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
}

/* SUB MENU */

.nav-area .submenu li{
    margin-bottom:6px;
}

.nav-area .submenu li:last-child{
    margin-bottom:0;
}

.nav-area .submenu li a{
    display:flex;
    align-items:center;
    gap:12px;
    padding:12px 14px;
    border-radius:12px;
    color:#334155;
    text-decoration:none;
    font-size:14px;
    font-weight:500;
    transition:.3s ease;
}

.nav-area .submenu li a i{
    width:18px;
    color:#d4a762;
    font-size:14px;
}

.nav-area .submenu li a:hover{
    background:#f8fafc;
    color:#d4a762;
    padding-left:18px;
}

/* MOBILE */

@media(max-width:991px){

    .nav-area .mainmenu{
        flex-direction:column;
        align-items:flex-start;
        gap:0;
    }

    .nav-area .mainmenu .main-nav{
        width:100%;
    }

    .nav-area .mainmenu .main-nav > a{
        width:100%;
        justify-content:space-between;
        padding:16px 0;
    }

    .nav-area .submenu{
        position:static;
        opacity:1;
        visibility:visible;
        transform:none;
        box-shadow:none;
        border:none;
        padding:8px 0 8px 14px;
        display:none;
        min-width:100%;
    }

    .nav-area .main-nav:hover .submenu{
        display:block;
    }

}

/* =========================
    TRADE HEADING AREA
========================= */

.rs-trade-heading-area{

    position: relative;

    padding: 60px 20px 10px;

    overflow: hidden;

    background:
    linear-gradient(
        180deg,
        #f7f9f3 0%,
        #ffffff 100%
    );

}

/* =========================
    WRAPPER
========================= */

.rs-trade-heading-wrapper{

    position: relative;

    background:
    linear-gradient(
        145deg,
        #ffffff 0%,
        #fbfcf8 100%
    );

    border-radius: 28px;

    padding: 50px 40px;

    text-align: center;

    overflow: hidden;

    border: 1px solid rgba(118,149,60,0.10);

    box-shadow:
    0 15px 45px rgba(0,0,0,0.05);

    z-index: 2;

}

/* TOP GLOW */

.rs-trade-heading-wrapper::before{

    content: "";

    position: absolute;

    top: -140px;
    right: -140px;

    width: 300px;
    height: 300px;

    border-radius: 50%;

    background:
    radial-gradient(
        rgba(130,170,60,0.12),
        transparent 70%
    );

}

/* BOTTOM GLOW */

.rs-trade-heading-wrapper::after{

    content: "";

    position: absolute;

    bottom: -160px;
    left: -160px;

    width: 340px;
    height: 340px;

    border-radius: 50%;

    background:
    radial-gradient(
        rgba(130,170,60,0.06),
        transparent 70%
    );

}

/* =========================
    MINI TITLE
========================= */

.rs-mini-title{

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 12px;

    margin-bottom: 22px;

    flex-wrap: wrap;

    position: relative;

    z-index: 5;

}

/* GLOBE ICON */

.rs-globe-icon{

    width: 52px;
    height: 52px;

    border-radius: 16px;

    background:
    linear-gradient(
        135deg,
        #8cb548 0%,
        #4f6920 100%
    );

    display: flex;

    align-items: center;

    justify-content: center;

    position: relative;

    overflow: hidden;

    box-shadow:
    0 10px 25px rgba(101,135,40,0.28);

    animation:
    globeFloat 3s ease-in-out infinite;

}

/* GLOW */

.rs-globe-icon::before{

    content: "";

    position: absolute;

    width: 140%;
    height: 140%;

    background:
    radial-gradient(
        rgba(255,255,255,0.35),
        transparent
    );

    animation:
    rotateGlow 6s linear infinite;

}

/* ICON */

.rs-globe-icon i{

    position: relative;

    z-index: 2;

    font-size: 20px;

    color: #ffffff;

    animation:
    rotateGlobe 8s linear infinite;

}

/* LINES */

.rs-mini-title .line{

    width: 55px;
    height: 1px;

    background:
    linear-gradient(
        90deg,
        transparent,
        #87ab42,
        transparent
    );

}

/* TEXT */

.rs-mini-title .text{

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 2px;

    color: #64862a;

}

/* =========================
    TITLE
========================= */

.rs-main-title{

    font-size: 48px;

    line-height: 1.18;

    font-weight: 700;

    color: #111111;

    margin-bottom: 22px;

    position: relative;

    z-index: 5;

}

/* =========================
    DESCRIPTION
========================= */

.rs-description{

    max-width: 860px;

    margin: auto;

    font-size: 15px;

    line-height: 1.9;

    color: #666666;

    position: relative;

    z-index: 5;

}

/* =========================
    FEATURE WRAPPER
========================= */

.rs-feature-wrapper{

    margin-top: 40px;

    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 16px;

    position: relative;

    z-index: 5;

}

/* =========================
    FEATURE BOX
========================= */

.rs-feature-box{

    width: 100%;

    background:
    linear-gradient(
        180deg,
        #ffffff 0%,
        #f8fbf3 100%
    );

    border-radius: 22px;

    padding: 24px 16px;

    display: flex;

    flex-direction: column;

    justify-content: center;

    align-items: center;

    text-align: center;

    gap: 14px;

    border: 1px solid rgba(132,165,70,0.12);

    box-shadow:
    0 8px 25px rgba(0,0,0,0.04);

    transition: 0.45s ease;

    position: relative;

    overflow: hidden;

}

/* TOP BORDER */

.rs-feature-box::before{

    content: "";

    position: absolute;

    top: 0;
    left: -100%;

    width: 100%;
    height: 3px;

    background:
    linear-gradient(
        90deg,
        #6f8f35,
        #c8dd8f
    );

    transition: 0.6s ease;

}

.rs-feature-box:hover::before{

    left: 0;

}

/* HOVER */

.rs-feature-box:hover{

    transform:
    translateY(-8px);

    box-shadow:
    0 18px 35px rgba(0,0,0,0.08);

}

/* ICON */

.rs-feature-box .icon{

    width: 58px;
    height: 58px;

    border-radius: 18px;

    background:
    linear-gradient(
        135deg,
        #87ab42 0%,
        #4d6820 100%
    );

    display: flex;

    align-items: center;

    justify-content: center;

    position: relative;

    overflow: hidden;

    box-shadow:
    0 8px 20px rgba(90,120,35,0.22);

}

/* PULSE */

.rs-feature-box .icon::before{

    content: "";

    position: absolute;

    width: 140%;
    height: 140%;

    border-radius: 50%;

    border: 1px solid rgba(255,255,255,0.28);

    animation:
    pulseIcon 2s linear infinite;

}

/* ICON */

.rs-feature-box .icon i{

    position: relative;

    z-index: 2;

    font-size: 22px;

    color: #ffffff;

}

/* CONTENT */

.rs-feature-box .content h4{

    font-size: 17px;

    font-weight: 700;

    color: #111111;

    margin-bottom: 6px;

}

.rs-feature-box .content span{

    font-size: 13px;

    color: #6d6d6d;

    line-height: 1.6;

}

/* =========================
    ANIMATION
========================= */

@keyframes rotateGlobe{

    from{

        transform: rotate(0deg);

    }

    to{

        transform: rotate(360deg);

    }

}

@keyframes rotateGlow{

    from{

        transform: rotate(0deg);

    }

    to{

        transform: rotate(360deg);

    }

}

@keyframes globeFloat{

    0%{

        transform: translateY(0px);

    }

    50%{

        transform: translateY(-6px);

    }

    100%{

        transform: translateY(0px);

    }

}

@keyframes pulseIcon{

    0%{

        transform: scale(0.7);

        opacity: 0.7;

    }

    100%{

        transform: scale(1.5);

        opacity: 0;

    }

}

/* =========================
    TABLET
========================= */

@media(max-width:1199px){

    .rs-feature-wrapper{

        grid-template-columns: repeat(2, 1fr);

    }

    .rs-main-title{

        font-size: 40px;

    }

}

/* =========================
    MOBILE
========================= */

@media(max-width:768px){

    .rs-trade-heading-area{

        padding: 45px 12px 5px;

    }

    .rs-trade-heading-wrapper{

        padding: 35px 18px;

        border-radius: 22px;

    }

    .rs-mini-title{

        gap: 8px;

    }

    .rs-mini-title .line{

        width: 24px;

    }

    .rs-mini-title .text{

        font-size: 10px;

        letter-spacing: 1px;

        text-align: center;

    }

    .rs-globe-icon{

        width: 44px;
        height: 44px;

        border-radius: 14px;

    }

    .rs-globe-icon i{

        font-size: 17px;

    }

    .rs-main-title{

        font-size: 28px;

        line-height: 1.3;

        margin-bottom: 16px;

    }

    .rs-description{

        font-size: 14px;

        line-height: 1.8;

    }

    .rs-feature-wrapper{

        grid-template-columns: 1fr;

        gap: 14px;

    }

}

/*------Our Philosophy Section------*/

.rsource-section{
    position: relative;
    padding: 60px 0;
    background:
        radial-gradient(circle at top left,
            rgba(139,106,61,0.08),
            transparent 28%),

        radial-gradient(circle at bottom right,
            rgba(29,43,34,0.06),
            transparent 30%),

        linear-gradient(to bottom,
            #faf8f3,
            #f5f1e8);

    overflow: hidden;
}

.rsource-section::before{
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    background: rgba(139,106,61,0.05);
    filter: blur(100px);
    border-radius: 50%;
    top: -180px;
    left: -120px;
}

.rsource-section::after{
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    background: rgba(29,43,34,0.06);
    filter: blur(100px);
    border-radius: 50%;
    bottom: -160px;
    right: -100px;
}

.rsource-container{
    width: 92%;
    max-width: 1320px;
    margin: auto;
    position: relative;
    z-index: 2;
}

/* =========================
   HEADING DESIGN
========================= */

.rsource-head{
    position: relative;
    text-align: center;
    margin-bottom: 110px;
}

.rsource-subtitle{
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 14px;

    padding: 12px 26px;
    border-radius: 100px;

    background: rgba(255,255,255,0.75);
    backdrop-filter: blur(10px);

    border: 1px solid rgba(139,106,61,0.18);

    font-size: 12px;
    letter-spacing: 3px;
    font-weight: 700;
    color: #8a6a3d;
    text-transform: uppercase;

    box-shadow:
        0 10px 30px rgba(0,0,0,0.04);
}

.rsource-subtitle::before{
    content: "";
    width: 28px;
    height: 1.5px;
    background: #8a6a3d;
}

.rsource-subtitle::after{
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #8a6a3d;
}

.rsource-title{
    position: relative;
    margin-top: 28px;

    font-size: 68px;
    line-height: 1.05;
    font-weight: 700;

    font-family: "Playfair Display", serif;

    background: linear-gradient(
        90deg,
        #1d2b22 0%,
        #8a6a3d 50%,
        #1d2b22 100%
    );

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    letter-spacing: -2px;
}

.rsource-title::after{
    content: "PHILOSOPHY";

    position: absolute;
    left: 50%;
    top: 50%;

    transform: translate(-50%, -50%);

    font-size: 130px;
    letter-spacing: 12px;
    font-weight: 700;

    color: rgba(0,0,0,0.025);

    z-index: -1;
    white-space: nowrap;
}

/* =========================
   TIMELINE
========================= */

.rsource-timeline{
    position: relative;
}

.rsource-timeline::before{
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 2px;
    height: 100%;

    background: linear-gradient(
        to bottom,
        rgba(139,106,61,0),
        rgba(139,106,61,0.45),
        rgba(139,106,61,0)
    );

    transform: translateX(-50%);
}

/* =========================
   ITEM DESIGN
========================= */

.rsource-item{
    position: relative;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 80px;
    margin-bottom: 120px;

    opacity: 0;
    transform: translateY(80px);

    transition:
        opacity 1s ease,
        transform 1s cubic-bezier(.17,.67,.32,1.08);
}

.rsource-item.active{
    opacity: 1;
    transform: translateY(0);
}

.rsource-item.reverse{
    flex-direction: row-reverse;
}

.rsource-image,
.rsource-content{
    width: 50%;
}

/* =========================
   IMAGE DESIGN
========================= */

.rsource-image{
    position: relative;
    overflow: hidden;
    border-radius: 32px;

    box-shadow:
        0 35px 70px rgba(0,0,0,0.12);
}

.rsource-image img{
    width: 100%;
    display: block;

    border-radius: 32px;

    transform: scale(1.08);
    transition: transform 1.8s ease;
}

.rsource-item.active .rsource-image img{
    transform: scale(1);
}

.rsource-image::after{
    content: "";
    position: absolute;
    inset: 0;

    background: linear-gradient(
        to top,
        rgba(0,0,0,0.28),
        transparent
    );
}

/* =========================
   CONTENT CARD
========================= */

.rsource-content{
    position: relative;

    background: rgba(255,255,255,0.75);
    backdrop-filter: blur(18px);

    padding: 60px;
    border-radius: 30px;

    border: 1px solid rgba(255,255,255,0.5);

    box-shadow:
        0 25px 60px rgba(0,0,0,0.06);

    transform: translateX(80px);

    transition:
        transform 1s ease,
        box-shadow .4s ease;
}

.rsource-item.reverse .rsource-content{
    transform: translateX(-80px);
}

.rsource-item.active .rsource-content{
    transform: translateX(0);
}

.rsource-content:hover{
    box-shadow:
        0 35px 80px rgba(0,0,0,0.09);
}

/* =========================
   NUMBER
========================= */

.rsource-number{
    position: absolute;
    top: 25px;
    right: 35px;

    font-size: 90px;
    line-height: 1;

    font-weight: 700;

    color: rgba(139,106,61,0.08);

    font-family: "Playfair Display", serif;
}

/* =========================
   TEXT
========================= */

.rsource-content h3{
    font-size: 34px;
    margin-bottom: 25px;

    color: #1d2b22;

    font-family: "Playfair Display", serif;
}

.rsource-content p{
    font-size: 17px;
    line-height: 1.9;

    color: #5e5e5e;
    margin: 0;
}

/* =========================
   FLOAT ANIMATION
========================= */

.rsource-item.active .rsource-image{
    animation: rsourceFloat 5s ease-in-out infinite;
}

@keyframes rsourceFloat{

    0%{
        transform: translateY(0px);
    }

    50%{
        transform: translateY(-10px);
    }

    100%{
        transform: translateY(0px);
    }
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:991px){

    .rsource-section{
        padding: 100px 0;
    }

    .rsource-head{
        margin-bottom: 80px;
    }

    .rsource-title{
        font-size: 48px;
        letter-spacing: -1px;
    }

    .rsource-title::after{
        font-size: 72px;
        letter-spacing: 6px;
    }

    .rsource-timeline::before{
        display: none;
    }

    .rsource-item,
    .rsource-item.reverse{
        flex-direction: column;
        gap: 35px;
        margin-bottom: 70px;
    }

    .rsource-image,
    .rsource-content{
        width: 100%;
    }

    .rsource-content{
        padding: 40px 30px;
        transform: translateY(60px);
    }

    .rsource-item.reverse .rsource-content{
        transform: translateY(60px);
    }

    .rsource-item.active .rsource-content{
        transform: translateY(0);
    }

    .rsource-number{
        font-size: 65px;
        top: 18px;
        right: 22px;
    }

    .rsource-content h3{
        font-size: 28px;
    }
}

@media(max-width:576px){

    .rsource-section{
        padding: 80px 0;
    }

    .rsource-subtitle{
        font-size: 10px;
        padding: 10px 18px;
        gap: 10px;
    }

    .rsource-subtitle::before{
        width: 18px;
    }

    .rsource-title{
        font-size: 34px;
        line-height: 1.2;
    }

    .rsource-title::after{
        font-size: 42px;
        letter-spacing: 3px;
    }

    .rsource-content{
        padding: 32px 24px;
        border-radius: 22px;
    }

    .rsource-content p{
        font-size: 15px;
        line-height: 1.8;
    }
}
/*-----End Of Our Philosophy Section-----*/
/* =========================
   PREMIUM FOOTER
========================= */

.rsx-footer{
    position:relative;
    overflow:hidden;

    background:
    linear-gradient(135deg,#08120d 0%,#0d1f18 50%,#08120d 100%);

    padding:70px 0 20px;

    color:#fff;
}

.rsx-footer::before{
    content:"";
    position:absolute;
    width:700px;
    height:700px;
    border-radius:50%;

    background:
    radial-gradient(circle,
    rgba(218,176,92,.18),
    transparent 70%);

    top:-300px;
    right:-220px;
}

.rsx-footer::after{
    content:"";
    position:absolute;
    width:500px;
    height:500px;
    border-radius:50%;

    background:
    radial-gradient(circle,
    rgba(218,176,92,.10),
    transparent 70%);

    bottom:-250px;
    left:-180px;
}

/* =========================
   TOP PREMIUM BOX
========================= */

.rsx-topbox{
    position:relative;

    padding:34px;

    border-radius:35px;

    background:
    linear-gradient(135deg,
    rgba(255,255,255,.10),
    rgba(255,255,255,.03));

    border:1px solid rgba(255,255,255,.08);

    backdrop-filter:blur(18px);

    box-shadow:
    0 25px 70px rgba(0,0,0,.30);

    margin-bottom:45px;
}

.rsx-topbox::before{
    content:"";
    position:absolute;
    inset:0;

    border-radius:35px;

    padding:1px;

    background:
    linear-gradient(135deg,
    rgba(218,176,92,.5),
    transparent,
    rgba(218,176,92,.2));

    -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);

    -webkit-mask-composite:xor;
            mask-composite:exclude;
}

.rsx-mini{
    display:inline-flex;
    align-items:center;
    gap:10px;

    padding:10px 18px;

    border-radius:60px;

    background:rgba(218,176,92,.10);

    border:1px solid rgba(218,176,92,.20);

    color:#dab05c;

    font-size:13px;
    font-weight:500;

    margin-bottom:22px;
}

.rsx-title{
    font-size:42px;
    line-height:1.05;

    font-family:'Cormorant Garamond',serif;
    font-weight:700;

    margin-bottom:22px;
    color:white;
}

.rsx-title span{
    color:#dab05c;
}

.rsx-text{
    color:rgba(255,255,255,.72);

    line-height:1.8;
    font-size:15px;

    max-width:650px;
}

.rsx-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    width:180px;
    height:50px;

    border-radius:70px;

    background:
    linear-gradient(135deg,#dab05c,#b88932);

    color:#fff;
    text-decoration:none;

    font-size:14px;
    font-weight:600;

    margin-top:20px;

    transition:.4s ease;

    box-shadow:
    0 20px 40px rgba(218,176,92,.18);
}

.rsx-btn i{
    margin-left:10px;
}

.rsx-btn:hover{
    color:#fff;

    transform:
    translateY(-6px)
    scale(1.02);

    box-shadow:
    0 30px 60px rgba(218,176,92,.30);
}

/* =========================
   MAIN GRID
========================= */

.rsx-box{
    position:relative;

    padding:28px 24px;

    border-radius:24px;

    background:
    linear-gradient(135deg,
    rgba(255,255,255,.07),
    rgba(255,255,255,.02));

    border:1px solid rgba(255,255,255,.06);

    height:100%;

    transition:.45s ease;
}

.rsx-box:hover{
    transform:translateY(-8px);

    border-color:
    rgba(218,176,92,.18);

    box-shadow:
    0 30px 60px rgba(0,0,0,.22);
}

.rsx-logo{
    font-size:42px;

    font-family:'Cormorant Garamond',serif;
    font-weight:700;

    margin-bottom:24px;
}

.rsx-logo span{
    color:#dab05c;
}

.rsx-about{
    color:rgba(255,255,255,.72);

    line-height:1.8;
    font-size:14px;
}

/* =========================
   HEADING
========================= */

.rsx-heading{
    font-size:26px;

    font-family:'Cormorant Garamond',serif;
    font-weight:700;

    margin-bottom:22px;
    color: white;
}

/* =========================
   LINKS
========================= */

.rsx-links{
    list-style:none;
    padding:0;
}

.rsx-links li{
    margin-bottom:12px;
}

.rsx-links li a{
    position:relative;

    color:rgba(255,255,255,.70);

    text-decoration:none;

    font-size:14px;
    font-weight:400;

    transition:.4s ease;
}

.rsx-links li a i{
    color:#dab05c;
    margin-right:12px;
}

.rsx-links li a:hover{
    color:#dab05c;
    padding-left:10px;
}

/* =========================
   CONTACT CARD
========================= */

.rsx-contact{
    display:flex;
    gap:14px;

    padding:16px;

    border-radius:24px;

    background:
    rgba(255,255,255,.04);

    border:1px solid rgba(255,255,255,.05);

    margin-bottom:20px;

    transition:.4s ease;
}

.rsx-contact:hover{
    transform:translateX(6px);

    background:
    rgba(255,255,255,.06);

    border-color:
    rgba(218,176,92,.18);
}

.rsx-icon{
    min-width:48px;
    width:48px;
    height:50px;

    border-radius:18px;

    background:
    linear-gradient(135deg,
    rgba(218,176,92,.22),
    rgba(218,176,92,.05));

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:15px;

    color:#dab05c;
}

.rsx-contact-text,
.rsx-contact-text a{
    color:rgba(255,255,255,.74);

    text-decoration:none;

    line-height:1.9;
    font-size:14px;

    transition:.3s ease;
}

.rsx-contact-text a:hover{
    color:#dab05c;
}

/* =========================
   SOCIAL
========================= */

.rsx-social{
    display:flex;
    gap:14px;
    margin-top:22px;
}

.rsx-social a{
    width:42px;
    height:42px;

    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    text-decoration:none;

    color:#fff;

    background:
    rgba(255,255,255,.05);

    border:
    1px solid rgba(255,255,255,.06);

    font-size:15px;

    transition:.4s ease;
}

.rsx-social a:hover{
    background:
    linear-gradient(135deg,#dab05c,#b88932);

    transform:
    translateY(-5px)
    rotate(8deg);
}

/* =========================
   BOTTOM
========================= */

.rsx-bottom{
    margin-top:40px;
    padding-top:18px;

    border-top:
    1px solid rgba(255,255,255,.08);
}

.rsx-copy{
    color:rgba(255,255,255,.55);
    font-size:13px;
}

/* =========================
   FLOATING BUTTONS
========================= */

.rsx-float{
    position:fixed;

    left:24px;
    bottom:24px;

    z-index:9999;

    display:flex;
    flex-direction:column;
    gap:16px;
}

.rsx-float a{
    width:52px;
    height:52px;

    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    color:#fff;
    text-decoration:none;

    font-size:20px;

    box-shadow:
    0 20px 40px rgba(0,0,0,.30);

    transition:.4s ease;
}

.rsx-call{
    background:
    linear-gradient(135deg,#dab05c,#b88932);
}

.rsx-wa{
    background:
    linear-gradient(135deg,#25D366,#1aa84f);
}

.rsx-float a:hover{
    transform:
    translateY(-8px)
    scale(1.08);
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:991px){

    .rsx-box{
        margin-bottom:22px;
    }

    .rsx-title{
        font-size:50px;
    }
}

@media(max-width:576px){

    .rsx-footer{
        padding:70px 0 25px;
    }

    .rsx-topbox{
        padding:32px 26px;
    }

    .rsx-title{
        font-size:38px;
    }

    .rsx-logo{
        font-size:42px;
    }

    .rsx-heading{
        font-size:28px;
    }
}



.rsx-top-flex{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:25px;
}

.rsx-top-left{
    max-width:680px;
}

.rsx-btn-wrap{
    margin-left:auto;
    flex-shrink:0;
}

.rsx-heading{
    position:relative;
    display:inline-block;
    padding-left:18px;
}

.rsx-heading::before{
    content:"";
    position:absolute;
    left:0;
    top:50%;
    transform:translateY(-50%);
    width:5px;
    height:28px;
    border-radius:30px;
    background:linear-gradient(180deg,#dab05c,#b88932);
}

@media(max-width:768px){

    .rsx-top-flex{
        flex-direction:column;
        align-items:flex-start;
    }

    .rsx-btn-wrap{
        margin-left:0;
    }

}


.rsx-wrapper ul{
    margin:0;
    padding:0;
}

.rsx-wrapper a{
    outline:none;
}

.rsx-wrapper img{
    max-width:100%;
}
/*----End Of Premium Footer Section----*/
/*-----Makahna Foxnuts Section-----*/
/* ========================= */
/* SECTION */
/* ========================= */

.rs-premium-section{
    position:relative;
    padding:100px 0;
    overflow:hidden;
    background:
    linear-gradient(135deg,#fff7ef 0%,#fffdf8 45%,#f3fff1 100%);
}

/* floating glow */

.rs-premium-section::before{
    content:"";
    position:absolute;
    width:520px;
    height:520px;
    border-radius:50%;
    background:rgba(255,153,51,0.12);
    top:-240px;
    right:-180px;
    filter:blur(20px);
}

.rs-premium-section::after{
    content:"";
    position:absolute;
    width:420px;
    height:420px;
    border-radius:50%;
    background:rgba(19,136,8,0.10);
    bottom:-200px;
    left:-150px;
    filter:blur(20px);
}

/* ========================= */
/* WRAPPER */
/* ========================= */

.rs-premium-wrap{
    max-width:1320px;
    margin:auto;
    position:relative;
    z-index:2;
}

/* ========================= */
/* HEADING */
/* ========================= */

.rs-premium-mini{
    display:inline-block;
    font-size:13px;
    letter-spacing:5px;
    text-transform:uppercase;
    color:#69853b;
    font-weight:700;
    margin-bottom:18px;
    animation:fadeUp 1s ease forwards;
}

.rs-premium-title{
    font-size:95px;
    line-height:0.95;
    margin-bottom:22px;
    letter-spacing:-4px;
    background:linear-gradient(to right,#ff8b2c,#5d2f2c,#2e7a2d);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    animation:fadeUp 1.2s ease forwards;
}

.rs-premium-sub{
    max-width:780px;
    font-size:18px;
    line-height:1.9;
    color:#736558;
    margin-bottom:55px;
    animation:fadeUp 1.4s ease forwards;
}

/* premium badge */

.rs-premium-badge{
    position:absolute;
    top:0;
    right:0;
    padding:16px 28px;
    border-radius:60px;
    background:linear-gradient(to right,#ff9933,#138808);
    color:#fff;
    font-size:12px;
    letter-spacing:3px;
    font-weight:700;
    box-shadow:0 12px 30px rgba(0,0,0,0.12);
    animation:zoomIn 1.5s ease;
}

/* ========================= */
/* IMAGE */
/* ========================= */

.rs-premium-image{
    position:relative;
    overflow:hidden;
    border-radius:45px;
    min-height:760px;
    box-shadow:0 25px 70px rgba(0,0,0,0.15);
    transform:translateY(60px);
    opacity:0;
    transition:1s;
}

.rs-premium-image.active{
    transform:translateY(0);
    opacity:1;
}

.rs-premium-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:0.6s;
}

.rs-premium-image:hover img{
    transform:scale(1.08);
}

.rs-premium-overlay{
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    padding:45px;
    background:linear-gradient(to top, rgba(0,0,0,0.88), transparent);
}

.rs-premium-overlay h2{
    color:#fff;
    font-size:58px;
    margin-bottom:10px;
}

.rs-premium-overlay p{
    color:#f1f1f1;
    font-size:14px;
    letter-spacing:3px;
    text-transform:uppercase;
}

/* ========================= */
/* CARDS */
/* ========================= */

.rs-premium-card{
    background:rgba(255,255,255,0.96);
    border-radius:38px;
    padding:38px;
    height:100%;
    position:relative;
    overflow:hidden;
    transition:0.5s;
    box-shadow:0 15px 40px rgba(0,0,0,0.06);
    border:1px solid rgba(255,255,255,0.6);

    transform:translateY(60px);
    opacity:0;
}

.rs-premium-card.active{
    transform:translateY(0);
    opacity:1;
}

.rs-premium-card:hover{
    transform:translateY(-10px);
    box-shadow:0 25px 60px rgba(0,0,0,0.10);
}

/* card glow */

.rs-premium-card.orange::before{
    content:"";
    position:absolute;
    width:200px;
    height:200px;
    border-radius:50%;
    background:rgba(255,153,51,0.15);
    top:-90px;
    right:-90px;
}

.rs-premium-card.green::before{
    content:"";
    position:absolute;
    width:200px;
    height:200px;
    border-radius:50%;
    background:rgba(19,136,8,0.12);
    top:-90px;
    right:-90px;
}

.rs-premium-card.gold::before{
    content:"";
    position:absolute;
    width:200px;
    height:200px;
    border-radius:50%;
    background:rgba(191,164,102,0.14);
    top:-90px;
    right:-90px;
}

/* icons */

.rs-premium-icon{
    width:74px;
    height:74px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    margin-bottom:28px;
    position:relative;
    z-index:2;
}

.rs-premium-icon.orange{
    background:#fff0df;
    color:#ff8b2c;
}

.rs-premium-icon.green{
    background:#edf9eb;
    color:#2e8a2f;
}

.rs-premium-icon.gold{
    background:#fff7e5;
    color:#b98c26;
}

/* content */

.rs-premium-card h3{
    font-size:42px;
    color:#4f2f2d;
    margin-bottom:20px;
    position:relative;
    z-index:2;
}

.rs-premium-card p{
    color:#666;
    line-height:1.9;
    font-size:17px;
    position:relative;
    z-index:2;
}

/* tags */

.rs-premium-tags{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    position:relative;
    z-index:2;
}

.rs-premium-tag{
    padding:12px 18px;
    border-radius:14px;
    background:#fff;
    border:1px solid #ead7b6;
    color:#5a402d;
    font-size:13px;
    font-weight:700;
    transition:0.3s;
}

.rs-premium-tag:hover{
    background:linear-gradient(to right,#ff9933,#138808);
    color:#fff;
}

/* ========================= */
/* FOOTER */
/* ========================= */

.rs-premium-footer{
    margin-top:45px;
    padding-top:28px;
    border-top:1px solid #eadcca;
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
    flex-wrap:wrap;

    transform:translateY(60px);
    opacity:0;
    transition:1s;
}

.rs-premium-footer.active{
    transform:translateY(0);
    opacity:1;
}

.rs-premium-footer h5{
    font-size:28px;
    color:#7b5e4f;
    margin:0;
    font-style:italic;
}

.rs-premium-btn{
    padding:16px 30px;
    border-radius:60px;
    background:linear-gradient(to right,#ff9933,#138808);
    color:#fff;
    font-size:13px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    box-shadow:0 10px 25px rgba(0,0,0,0.10);
}

/* ========================= */
/* ANIMATION */
/* ========================= */

@keyframes fadeUp{

    from{
        opacity:0;
        transform:translateY(40px);
    }

    to{
        opacity:1;
        transform:translateY(0);
    }

}

@keyframes zoomIn{

    from{
        opacity:0;
        transform:scale(0.5);
    }

    to{
        opacity:1;
        transform:scale(1);
    }

}

/* ========================= */
/* RESPONSIVE */
/* ========================= */

@media(max-width:1200px){

    .rs-premium-title{
        font-size:72px;
    }

}

@media(max-width:991px){

    .rs-premium-image{
        min-height:500px;
    }

}

@media(max-width:767px){

    .rs-premium-section{
        padding:60px 15px;
    }

    .rs-premium-title{
        font-size:46px;
        line-height:1.1;
    }

    .rs-premium-overlay h2{
        font-size:34px;
    }

    .rs-premium-card h3{
        font-size:30px;
    }

    .rs-premium-footer{
        flex-direction:column;
        align-items:flex-start;
    }

    .rs-premium-badge{
        position:relative;
        margin-bottom:30px;
        display:inline-block;
    }

}
/*----End Of Makahna Foxnuts Section----*/
/*---------Enquiry Form Section---------*/
/* ================================= */
/* RADHA SPICE SAFE PREMIUM FORM CSS */
/* ================================= */

.rscompact-wrapper-main{
    background:#f8f4ed;
    overflow:hidden;
    position:relative;
    font-family:Arial,sans-serif;
}

.rscompact-wrapper-main .rscompact-section{
    padding:70px 0;
    overflow:hidden;
    position:relative;
    background:
    linear-gradient(135deg,#fff8f0 0%,#fffdf8 45%,#f3fff3 100%);
}

.rscompact-wrapper-main .rscompact-section::before{
    content:"";
    position:absolute;
    width:420px;
    height:420px;
    border-radius:50%;
    background:rgba(255,153,51,0.10);
    top:-180px;
    right:-140px;
    filter:blur(20px);
}

.rscompact-wrapper-main .rscompact-section::after{
    content:"";
    position:absolute;
    width:320px;
    height:320px;
    border-radius:50%;
    background:rgba(19,136,8,0.08);
    bottom:-140px;
    left:-100px;
    filter:blur(20px);
}

.rscompact-wrapper-main .rscompact-wrap{
    max-width:1180px;
    margin:auto;
    position:relative;
    z-index:2;
}

.rscompact-wrapper-main .rscompact-left{
    padding-right:35px;
}

.rscompact-wrapper-main .rscompact-mini{
    display:inline-block;
    padding:10px 18px;
    border-radius:40px;
    background:#fff;
    box-shadow:0 10px 25px rgba(0,0,0,0.05);
    font-size:11px;
    font-weight:700;
    letter-spacing:3px;
    text-transform:uppercase;
    color:#688338;
    margin-bottom:20px;
    animation:rscompactFloatMini 3s infinite ease-in-out;
}

.rscompact-wrapper-main .rscompact-title{
    font-size:62px;
    line-height:1;
    margin-bottom:20px;
    letter-spacing:-2px;
    font-family:Georgia, serif;
    background:linear-gradient(to right,#ff8b2d,#5c2f2c,#2e7a2d);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

.rscompact-wrapper-main .rscompact-text{
    font-size:16px;
    line-height:1.9;
    color:#726355;
    margin-bottom:28px;
    max-width:540px;
}

.rscompact-wrapper-main .rscompact-feature{
    display:flex;
    gap:16px;
    margin-bottom:22px;
}

.rscompact-wrapper-main .rscompact-icon{
    width:58px;
    height:58px;
    border-radius:18px;
    background:linear-gradient(135deg,#ff9933,#138808);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:22px;
    flex-shrink:0;
    box-shadow:0 12px 25px rgba(0,0,0,0.10);
    position:relative;
    overflow:hidden;
}

.rscompact-wrapper-main .rscompact-icon::before{
    content:"";
    position:absolute;
    width:100%;
    height:100%;
    background:rgba(255,255,255,0.25);
    top:-100%;
    left:0;
    transform:skewY(25deg);
    animation:rscompactShine 3s infinite;
}

.rscompact-wrapper-main .rscompact-content h4{
    font-size:22px;
    margin-bottom:6px;
    color:#4d2e2c;
    font-family:Georgia, serif;
}

.rscompact-wrapper-main .rscompact-content p{
    margin:0;
    color:#666;
    line-height:1.7;
    font-size:14px;
}

.rscompact-wrapper-main .rscompact-form{
    background:rgba(255,255,255,0.95);
    padding:38px;
    border-radius:34px;
    box-shadow:0 20px 55px rgba(0,0,0,0.08);
    border:1px solid rgba(255,255,255,0.7);
}

.rscompact-wrapper-main .rscompact-form-title{
    font-size:34px;
    color:#4f2f2d;
    margin-bottom:10px;
    font-family:Georgia, serif;
}

.rscompact-wrapper-main .rscompact-form-sub{
    color:#7a6d61;
    margin-bottom:28px;
    font-size:14px;
}

.rscompact-wrapper-main .rscompact-group{
    margin-bottom:18px;
}

.rscompact-wrapper-main .rscompact-group label{
    display:block;
    margin-bottom:10px;
    font-size:12px;
    letter-spacing:1px;
    font-weight:700;
    text-transform:uppercase;
    color:#5f5448;
}

.rscompact-wrapper-main .rscompact-input{
    width:100%;
    height:56px;
    border:none;
    outline:none;
    border-radius:16px;
    background:#f9f7f2;
    padding:0 18px;
    font-size:14px;
    transition:0.3s;
    border:1px solid transparent;
}

.rscompact-wrapper-main .rscompact-input:focus{
    background:#fff;
    border-color:#ff9933;
    box-shadow:0 0 0 4px rgba(255,153,51,0.10);
}

.rscompact-wrapper-main .rscompact-textarea{
    height:130px;
    padding-top:18px;
    resize:none;
}

.rscompact-wrapper-main .rscompact-btn{
    width:100%;
    height:58px;
    border:none;
    border-radius:18px;
    background:linear-gradient(to right,#ff9933,#138808);
    color:#fff;
    font-size:14px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    transition:0.4s;
    box-shadow:0 12px 25px rgba(0,0,0,0.10);
}

.rscompact-wrapper-main .rscompact-btn:hover{
    transform:translateY(-4px);
    box-shadow:0 18px 35px rgba(0,0,0,0.14);
}

.rscompact-wrapper-main .rscompact-reveal{
    opacity:0;
    transform:translateY(40px);
    transition:all 1s ease;
}

.rscompact-wrapper-main .rscompact-reveal.rscompact-active{
    opacity:1;
    transform:translateY(0);
}

@keyframes rscompactShine{

    0%{
        top:-100%;
    }

    100%{
        top:100%;
    }

}

@keyframes rscompactFloatMini{

    0%{
        transform:translateY(0);
    }

    50%{
        transform:translateY(-6px);
    }

    100%{
        transform:translateY(0);
    }

}

@media(max-width:991px){

    .rscompact-wrapper-main .rscompact-left{
        padding-right:0;
        margin-bottom:45px;
    }

}

@media(max-width:767px){

    .rscompact-wrapper-main .rscompact-section{
        padding:55px 15px;
    }

    .rscompact-wrapper-main .rscompact-title{
        font-size:42px;
        line-height:1.1;
    }

    .rscompact-wrapper-main .rscompact-form{
        padding:28px 22px;
        border-radius:24px;
    }

    .rscompact-wrapper-main .rscompact-form-title{
        font-size:28px;
    }

}
/*----End Of Enquiry Form Section----*/
/*---Basmati Rice Section---*/

.pb-wrap{
    padding:80px 0;
    background:
    radial-gradient(circle at top left, rgba(255,183,77,.18), transparent 28%),
    radial-gradient(circle at bottom right, rgba(141,110,99,.18), transparent 28%),
    linear-gradient(135deg,#fff8f1,#fffdf9);
    overflow:hidden;
    position:relative;
    font-family:Georgia, serif;
}

.pb-wrap::before{
    content:"";
    position:absolute;
    width:500px;
    height:500px;
    border-radius:50%;
    background:linear-gradient(135deg,rgba(255,193,7,.14),rgba(121,85,72,.12));
    top:-220px;
    right:-180px;
    animation:pbFloat 10s infinite ease-in-out;
}

.pb-wrap::after{
    content:"";
    position:absolute;
    width:420px;
    height:420px;
    border-radius:50%;
    background:linear-gradient(135deg,rgba(255,152,0,.10),rgba(141,110,99,.12));
    bottom:-180px;
    left:-120px;
    animation:pbFloat 8s infinite ease-in-out;
}

@keyframes pbFloat{
    0%{transform:translateY(0px);}
    50%{transform:translateY(20px);}
    100%{transform:translateY(0px);}
}

.pb-container{
    max-width:1200px;
    margin:auto;
    padding:0 15px;
}

.pb-card{
    background:rgba(255,255,255,.82);
    backdrop-filter:blur(12px);
    border-radius:38px;
    padding:45px;
    position:relative;
    overflow:hidden;
    box-shadow:0 25px 60px rgba(74,44,24,.12);
}

.pb-card::before{
    content:"";
    position:absolute;
    inset:0;
    border-radius:38px;
    padding:2px;
    background:linear-gradient(135deg,#ffb300,#8d6e63,#f57c00);
    -webkit-mask:
      linear-gradient(#fff 0 0) content-box,
      linear-gradient(#fff 0 0);
    -webkit-mask-composite:xor;
            mask-composite:exclude;
}

.pb-header{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    margin-bottom:35px;
    gap:20px;
}

.pb-mini{
    color:#9c6b18;
    font-size:13px;
    text-transform:uppercase;
    letter-spacing:4px;
    margin-bottom:10px;
    font-family:Arial,sans-serif;
}

.pb-title{
    font-size:72px;
    line-height:1;
    margin:0;
    font-weight:700;
    background:linear-gradient(135deg,#5d4037,#d17c00,#8d6e63);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

.pb-logo-box{
    text-align:center;
}

.pb-logo{
    width:90px;
    height:90px;
    border-radius:28px;
    background:linear-gradient(135deg,#ffb300,#f57c00,#8d6e63);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:36px;
    box-shadow:0 20px 45px rgba(245,124,0,.28);
    animation:pbRotate 8s linear infinite;
}

@keyframes pbRotate{
    from{transform:rotate(0deg);}
    to{transform:rotate(360deg);}
}

.pb-page{
    margin-top:12px;
    color:#7b5a4d;
    font-size:12px;
    letter-spacing:3px;
    font-family:Arial,sans-serif;
}

.pb-hero{
    position:relative;
    border-radius:32px;
    overflow:hidden;
    min-height:340px;
    background:url('https://images.unsplash.com/photo-1586201375761-83865001e31c?q=80&w=1600&auto=format&fit=crop') center/cover;
    display:flex;
    align-items:flex-end;
    padding:45px;
    margin-bottom:45px;
}

.pb-hero::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(to top, rgba(40,18,0,.75), rgba(255,193,7,.08));
}

.pb-hero-content{
    position:relative;
    z-index:2;
    color:#fff;
}

.pb-hero-content h2{
    font-size:50px;
    margin-bottom:12px;
    font-style:italic;
}

.pb-hero-content p{
    margin:0;
    letter-spacing:3px;
    font-size:14px;
    text-transform:uppercase;
    font-family:Arial,sans-serif;
}

.pb-grid{
    display:grid;
    grid-template-columns:390px 1fr;
    gap:38px;
    align-items:center;
}

.pb-image-box{
    position:relative;
}

.pb-image{
    border-radius:30px;
    overflow:hidden;
    box-shadow:0 20px 50px rgba(0,0,0,.14);
}

.pb-image img{
    width:100%;
    display:block;
    transition:1s ease;
}

.pb-image:hover img{
    transform:scale(1.1);
}

.pb-badge{
    position:absolute;
    bottom:15px;
    right:-15px;
    width:130px;
    height:130px;
    border-radius:32px;
    background:linear-gradient(135deg,#689f38,#c0ca33);
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    color:#fff;
    box-shadow:0 18px 45px rgba(104,159,56,.35);
    animation:pbPulse 3s infinite;
}

@keyframes pbPulse{
    0%{transform:scale(1);}
    50%{transform:scale(1.08);}
    100%{transform:scale(1);}
}

.pb-badge strong{
    font-size:44px;
    line-height:1;
}

.pb-content h3{
    font-size:58px;
    color:#5d4037;
    margin-bottom:10px;
}

.pb-content h3 span{
    font-size:26px;
    color:#c17900;
    font-style:italic;
}

.pb-content p{
    font-size:18px;
    line-height:1.9;
    color:#5f5f5f;
    margin-bottom:30px;
    font-family:Arial,sans-serif;
}

.pb-feature-wrap{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:22px;
    margin-bottom:30px;
}

.pb-feature{
    border-radius:26px;
    padding:28px;
    position:relative;
    overflow:hidden;
    transition:.5s ease;
}

.pb-feature:nth-child(1){
    background:linear-gradient(135deg,#fff6e4,#fffdf6);
    border:1px solid #ffd180;
}

.pb-feature:nth-child(2){
    background:linear-gradient(135deg,#f3ebe7,#fffdfb);
    border:1px solid #d7b9a9;
}

.pb-feature:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 40px rgba(0,0,0,.08);
}

.pb-feature-icon{
    width:60px;
    height:60px;
    border-radius:18px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:18px;
    color:#fff;
    font-size:24px;
}

.pb-feature:nth-child(1) .pb-feature-icon{
    background:linear-gradient(135deg,#ffb300,#f57c00);
}

.pb-feature:nth-child(2) .pb-feature-icon{
    background:linear-gradient(135deg,#8d6e63,#5d4037);
}

.pb-feature h5{
    letter-spacing:2px;
    font-size:13px;
    text-transform:uppercase;
    margin-bottom:12px;
    font-family:Arial,sans-serif;
}

.pb-feature h4{
    font-size:30px;
    color:#4e342e;
    margin-bottom:10px;
}

.pb-feature p{
    margin:0;
    font-size:15px;
    line-height:1.8;
}

.pb-bottom{
    display:grid;
    grid-template-columns:1fr 1.2fr;
    gap:25px;
    margin-top:22px;
}

.pb-info{
    display:flex;
    gap:16px;
    margin-bottom:20px;
}

.pb-info-icon{
    width:60px;
    height:60px;
    border-radius:20px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    flex-shrink:0;
    font-size:24px;
}

.pb-info:nth-child(1) .pb-info-icon{
    background:linear-gradient(135deg,#ff9800,#ff5722);
}

.pb-info:nth-child(2) .pb-info-icon{
    background:linear-gradient(135deg,#8d6e63,#5d4037);
}

.pb-info h6{
    font-size:20px;
    color:#4e342e;
    margin-bottom:6px;
}

.pb-info p{
    margin:0;
    font-size:14px;
    line-height:1.7;
    color:#666;
    font-family:Arial,sans-serif;
}

.pb-portfolio{
    background:linear-gradient(135deg,#4e342e,#8d6e63,#ff9800);
    border-radius:32px;
    padding:35px;
    color:#fff;
    position:relative;
    overflow:hidden;
}

.pb-portfolio::before{
    content:"";
    position:absolute;
    width:240px;
    height:240px;
    border:2px solid rgba(255,255,255,.10);
    transform:rotate(45deg);
    top:-90px;
    right:-70px;
}

.pb-portfolio h5{
    letter-spacing:4px;
    font-size:14px;
    text-transform:uppercase;
    color:#ffe0b2;
    margin-bottom:18px;
    font-family:Arial,sans-serif;
}

.pb-portfolio ul{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:12px;
    padding-left:20px;
    margin:0;
}

.pb-portfolio li{
    font-size:18px;
    color:white;
}

.pb-scroll{
    opacity:0;
    transform:translateY(60px);
    transition:1s ease;
}

.pb-scroll.active{
    opacity:1;
    transform:translateY(0);
}

@media(max-width:991px){

    .pb-title{
        font-size:52px;
    }

    .pb-grid{
        grid-template-columns:1fr;
    }

    .pb-bottom{
        grid-template-columns:1fr;
    }

    .pb-feature-wrap{
        grid-template-columns:1fr;
    }
}

@media(max-width:767px){

    .pb-card{
        padding:25px;
    }

    .pb-title{
        font-size:40px;
    }

    .pb-header{
        flex-direction:column;
    }

    .pb-hero{
        min-height:250px;
        padding:25px;
    }

    .pb-hero-content h2{
        font-size:32px;
    }

    .pb-content h3{
        font-size:42px;
    }

    .pb-portfolio ul{
        grid-template-columns:1fr;
    }
}

.bm-wrap{
    padding:50px 0;
}

.bm-container{
    max-width:1150px;
    margin:auto;
    padding:0 15px;
}

.bm-card{
    background:#fffdf8;
    border-radius:34px;
    padding:38px;
    box-shadow:0 20px 55px rgba(0,0,0,.08);
    overflow:hidden;
    position:relative;
}

.bm-top{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    margin-bottom:26px;
    gap:20px;
}

.bm-mini{
    color:#8d6e63;
    font-size:12px;
    letter-spacing:4px;
    text-transform:uppercase;
    margin-bottom:8px;
    font-family:Arial,sans-serif;
}

.bm-title{
    font-size:60px;
    line-height:1;
    margin:0;
    font-weight:700;
}

.bm-badge{
    text-align:center;
}

.bm-badge-icon{
    width:76px;
    height:76px;
    border-radius:24px;
    background:linear-gradient(135deg,#7b4b42,#4e342e);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#f6d37a;
    font-size:28px;
    margin-left:auto;
    animation:spin 8s linear infinite;
}

.bm-badge span{
    display:block;
    margin-top:8px;
    font-size:11px;
    letter-spacing:2px;
    color:#8d6e63;
    font-family:Arial,sans-serif;
}

@keyframes spin{
    from{transform:rotate(0deg);}
    to{transform:rotate(360deg);}
}

.bm-table-wrap{
    overflow-x:auto;
    border-radius:26px;
    margin-bottom:30px;
    box-shadow:0 14px 40px rgba(0,0,0,.08);
}

.bm-table{
    width:100%;
    min-width:850px;
    border-collapse:collapse;
    background:#fff;
}

.bm-table thead{
    background:linear-gradient(135deg,#4e342e,#6d4c41);
}

.bm-table th{
    color:#fff2d0;
    padding:18px;
    font-size:12px;
    letter-spacing:2px;
    text-transform:uppercase;
    font-family:Arial,sans-serif;
    border-right:1px solid rgba(255,255,255,.08);
}

.bm-table td{
    padding:18px;
    border-bottom:1px solid #f1e4d8;
    font-size:15px;
    color:#5d5d5d;
    font-family:Arial,sans-serif;
}

.bm-table tr:last-child td{
    border-bottom:none;
}

.bm-table tbody tr{
    transition:.4s ease;
}

.bm-table tbody tr:hover{
    background:#fff8ef;
}

.bm-stars{
    color:#d4a017;
    letter-spacing:2px;
}

.bm-banner{
    position:relative;
    height:260px;
    border-radius:30px;
    overflow:hidden;
    margin-bottom:28px;
    box-shadow:0 18px 50px rgba(0,0,0,.10);
}

.bm-banner img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:1.3s ease;
}

.bm-banner:hover img{
    transform:scale(1.08);
}

.bm-banner::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(to top, rgba(25,10,0,.82), transparent 60%);
    z-index:1;
}

.bm-banner-content{
    position:absolute;
    left:30px;
    bottom:26px;
    z-index:2;
    color:#fff;
}

.bm-banner-content h3{
    font-size:38px;
    margin-bottom:6px;
    color: white;
}

.bm-banner-content p{
    margin:0;
    font-size:12px;
    letter-spacing:2px;
    text-transform:uppercase;
    color:#f6dfbf;
    font-family:Arial,sans-serif;
}

.bm-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:24px;
    margin-bottom:28px;
}

.bm-item{
    position:relative;
    overflow:hidden;
    border-radius:28px;
    height:220px;
    box-shadow:0 16px 45px rgba(0,0,0,.08);
    transition:.5s ease;
}

.bm-item:hover{
    transform:translateY(-8px);
}

.bm-item img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:1.2s ease;
}

.bm-item:hover img{
    transform:scale(1.08);
}

.bm-item::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(to top, rgba(20,10,0,.78), transparent 55%);
    z-index:1;
}

.bm-tag{
    position:absolute;
    top:18px;
    right:18px;
    z-index:3;
    background:rgba(255,255,255,.95);
    color:#4e342e;
    padding:10px 16px;
    border-radius:50px;
    font-size:11px;
    letter-spacing:1px;
    text-transform:uppercase;
    font-weight:700;
    font-family:Arial,sans-serif;
    display:flex;
    align-items:center;
    gap:8px;
}

.bm-tag i{
    color:#d4a017;
}

.bm-caption{
    position:absolute;
    left:24px;
    bottom:22px;
    z-index:3;
    color:#fff;
}

.bm-caption h4{
    font-size:28px;
    margin-bottom:6px;
    color: white;
}

.bm-caption p{
    margin:0;
    font-size:12px;
    letter-spacing:2px;
    text-transform:uppercase;
    color:#f6dfbf;
    font-family:Arial,sans-serif;
}

.bm-bottom{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:16px;
}

.bm-bottom-item{
    background:#fff;
    border:1px solid #f0dfcd;
    border-radius:18px;
    padding:16px;
    display:flex;
    align-items:center;
    gap:12px;
    font-size:12px;
    font-weight:700;
    color:#5d4037;
    font-family:Arial,sans-serif;
    transition:.4s ease;
}

.bm-bottom-item:hover{
    transform:translateY(-5px);
    box-shadow:0 12px 30px rgba(0,0,0,.08);
}

.bm-bottom-item i{
    width:36px;
    height:36px;
    border-radius:12px;
    background:linear-gradient(135deg,#d4a017,#8d6e63);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
}

.scroll-animate{
    opacity:0;
    transform:translateY(60px);
    transition:1s ease;
}

.scroll-animate.active{
    opacity:1;
    transform:translateY(0);
}

@media(max-width:991px){

    .bm-title{
        font-size:44px;
    }

    .bm-grid{
        grid-template-columns:1fr;
    }

    .bm-bottom{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:767px){

    .bm-card{
        padding:24px;
    }

    .bm-top{
        flex-direction:column;
    }

    .bm-title{
        font-size:34px;
    }

    .bm-banner{
        height:220px;
    }

    .bm-banner-content h3{
        font-size:28px;
    }

    .bm-item{
        height:200px;
    }

    .bm-caption h4{
        font-size:22px;
    }

    .bm-bottom{
        grid-template-columns:1fr;
    }
}

.rbh-hero-wrap{
    position:relative;
    overflow:hidden;
    padding:0 0 50px;
}

.rbh-hero-banner{
    position:relative;
    min-height:620px;
    overflow:hidden;
}

.rbh-hero-banner::before{
    content:"";
    position:absolute;
    inset:0;
    background:
    linear-gradient(to right, rgba(0,0,0,.88) 0%, rgba(0,0,0,.65) 40%, rgba(0,0,0,.15) 100%);
    z-index:2;
}

.rbh-hero-banner img{
    width:100%;
    height:620px;
    object-fit:cover;
    animation:rsZoom 10s infinite alternate ease-in-out;
}

@keyframes rsZoom{
    from{
        transform:scale(1);
    }
    to{
        transform:scale(1.06);
    }
}

.rbh-hero-content{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:5;
    display:flex;
    align-items:center;
}

.rbh-container{
    max-width:1200px;
    margin:auto;
    padding:0 15px;
    width:100%;
}

.rbh-content-box{
    max-width:610px;
}

.rbh-mini{
    color:#d4a017;
    font-size:13px;
    letter-spacing:4px;
    text-transform:uppercase;
    margin-bottom:22px;
    font-family:Arial,sans-serif;
    animation:fadeUp 1s ease;
}

.rbh-title{
    font-size:64px;
    line-height:1.05;
    color:#fff;
    margin-bottom:26px;
    font-weight:700;
    animation:fadeUp 1.2s ease;
}

.rbh-title span{
    display:block;
    font-style:italic;
    font-weight:500;
    color:#d4a017;
}

.rbh-desc{
    font-size:17px;
    line-height:1.9;
    color:#f5f5f5;
    max-width:560px;
    margin-bottom:36px;
    font-family:Arial,sans-serif;
    animation:fadeUp 1.4s ease;
}

.rbh-btn-wrap{
    display:flex;
    flex-wrap:wrap;
    gap:18px;
    animation:fadeUp 1.6s ease;
}

.rbh-btn{
    height:56px;
    padding:0 34px;
    border-radius:18px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:12px;
    text-decoration:none;
    font-size:15px;
    font-weight:700;
    letter-spacing:1px;
    transition:.5s ease;
    position:relative;
    overflow:hidden;
    font-family:Arial,sans-serif;
}

.rbh-btn-primary{
    background:linear-gradient(135deg,#d4a017,#ffca28);
    color:#3e2723;
    box-shadow:0 18px 40px rgba(212,160,23,.30);
}

.rbh-btn-secondary{
    border:1px solid rgba(255,255,255,.18);
    color:#fff;
    background:rgba(255,255,255,.08);
    backdrop-filter:blur(10px);
}

.rbh-btn::before{
    content:"";
    position:absolute;
    width:40px;
    height:120%;
    background:rgba(255,255,255,.35);
    top:-5px;
    left:-60px;
    transform:skewX(-20deg);
    transition:.7s ease;
}

.rbh-btn:hover::before{
    left:120%;
}

.rbh-btn:hover{
    transform:translateY(-5px);
}

.rbh-feature-wrap{
    position:relative;
    margin-top:-70px;
    z-index:10;
}

.rbh-feature-box{
    background:#fffdf9;
    border-radius:34px;
    box-shadow:0 20px 60px rgba(0,0,0,.08);
    padding:28px 18px;
    position:relative;
    overflow:hidden;
}

.rbh-feature-box::before{
    content:"";
    position:absolute;
    inset:0;
    border-radius:34px;
    padding:1px;
    background:linear-gradient(135deg,#d4a017,#8d6e63);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite:xor;
            mask-composite:exclude;
}

.rbh-feature-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:10px;
}

.rbh-feature-item{
    display:flex;
    align-items:flex-start;
    gap:18px;
    padding:10px 20px;
    position:relative;
}

.rbh-feature-item::after{
    content:"";
    position:absolute;
    right:0;
    top:50%;
    transform:translateY(-50%);
    width:1px;
    height:70px;
    background:#eee1d3;
}

.rbh-feature-item:last-child::after{
    display:none;
}

.rbh-feature-icon{
    width:62px;
    height:56px;
    border-radius:18px;
    background:linear-gradient(135deg,#fff8e1,#fff3c4);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#c28c00;
    font-size:28px;
    flex-shrink:0;
    transition:.5s ease;
}

.rbh-feature-item:hover .rbh-feature-icon{
    transform:translateY(-6px) rotate(5deg);
}

.rbh-feature-text h4{
    font-size:22px;
    color:#3e2723;
    margin-bottom:8px;
}

.rbh-feature-text p{
    margin:0;
    color:#666;
    line-height:1.8;
    font-size:14px;
    font-family:Arial,sans-serif;
}

@keyframes fadeUp{

    from{
        opacity:0;
        transform:translateY(50px);
    }

    to{
        opacity:1;
        transform:translateY(0);
    }
}

@media(max-width:1199px){

    .rbh-title{
        font-size:62px;
    }

    .rbh-feature-grid{
        grid-template-columns:repeat(2,1fr);
        gap:24px;
    }

    .rbh-feature-item::after{
        display:none;
    }
}

@media(max-width:991px){

    .rbh-hero-banner{
        min-height:680px;
    }

    .rbh-hero-banner img{
        height:680px;
    }

    .rbh-title{
        font-size:52px;
    }

    .rbh-desc{
        font-size:17px;
    }
}

@media(max-width:767px){

    .rbh-hero-banner{
        min-height:620px;
    }

    .rbh-hero-banner img{
        height:620px;
    }

    .rbh-content-box{
        max-width:100%;
    }

    .rbh-title{
        font-size:38px;
    }

    .rbh-desc{
        font-size:15px;
    }

    .rbh-btn{
        width:100%;
    }

    .rbh-feature-grid{
        grid-template-columns:1fr;
    }

    .rbh-feature-item{
        padding:0;
    }

    .rbh-feature-box{
        padding:24px;
    }
}


@media(max-width:991px){

    .rbh-hero-banner{
        min-height:560px !important;
    }

    .rbh-hero-banner img{
        height:560px !important;
    }

    .rbh-title{
        font-size:48px !important;
    }
}

@media(max-width:767px){

    .rbh-hero-banner{
        min-height:520px !important;
    }

    .rbh-hero-banner img{
        height:520px !important;
    }

    .rbh-title{
        font-size:34px !important;
    }

    .rbh-feature-wrap{
        margin-top:-50px !important;
    }
}

/*----End Of Basmati Rice Section----*/
*----Contact Us Page Start----*/
.cpc-wrap{
    position:relative;
    padding:60px 0;
    margin-top:80px;
    overflow:hidden;
    background:
    radial-gradient(circle at top left, rgba(255,193,7,.12), transparent 28%),
    radial-gradient(circle at bottom right, rgba(141,110,99,.12), transparent 28%),
    linear-gradient(135deg,#fff8f1,#fffdf9);
}

.cpc-container{
    max-width:1180px;
    margin:auto;
    padding:0 15px;
}

.cpc-card{
    position:relative;
    background:rgba(255,255,255,.88);
    backdrop-filter:blur(10px);
    border-radius:34px;
    padding:36px;
    overflow:hidden;
    box-shadow:0 25px 60px rgba(0,0,0,.08);
}

.cpc-card::before{
    content:"";
    position:absolute;
    inset:0;
    border-radius:34px;
    padding:2px;
    background:linear-gradient(135deg,#d4a017,#8d6e63,#4e342e);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite:xor;
            mask-composite:exclude;
}

.cpc-top{
    text-align:center;
    margin-bottom:30px;
}

.cpc-mini{
    color:#9c6b18;
    font-size:11px;
    letter-spacing:4px;
    text-transform:uppercase;
    margin-bottom:8px;
    font-family:Arial,sans-serif;
}

.cpc-title{
    font-size:54px;
    line-height:1;
    color:#4e342e;
    margin-bottom:10px;
}

.cpc-desc{
    max-width:700px;
    margin:auto;
    color:#666;
    font-size:15px;
    line-height:1.8;
    font-family:Arial,sans-serif;
}

.cpc-grid{
    display:grid;
    grid-template-columns:1fr;
    gap:26px;
}

.cpc-office-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:18px;
}

.cpc-office-card{
    position:relative;
    background:#fff;
    border-radius:24px;
    padding:22px;
    overflow:hidden;
    box-shadow:0 12px 35px rgba(0,0,0,.05);
    transition:.5s ease;
}

.cpc-office-card:hover{
    transform:translateY(-7px);
}

.cpc-office-card::before{
    content:"";
    position:absolute;
    width:140px;
    height:140px;
    border-radius:50%;
    background:rgba(212,160,23,.08);
    top:-60px;
    right:-40px;
}

.cpc-icon{
    width:56px;
    height:56px;
    border-radius:18px;
    background:linear-gradient(135deg,#d4a017,#8d6e63);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:21px;
    margin-bottom:14px;
    position:relative;
    z-index:2;
    animation:iconFloat 3s infinite ease-in-out;
    box-shadow:0 12px 30px rgba(141,110,99,.22);
}

@keyframes iconFloat{
    0%{transform:translateY(0);}
    50%{transform:translateY(-6px);}
    100%{transform:translateY(0);}
}

.cpc-office-card h4{
    font-size:22px;
    color:#4e342e;
    margin-bottom:8px;
    position:relative;
    z-index:2;
}

.cpc-office-card p,
.cpc-office-card a{
    font-size:14px;
    line-height:1.7;
    color:#666;
    text-decoration:none;
    font-family:Arial,sans-serif;
    position:relative;
    z-index:2;
    transition:.3s ease;
}

.cpc-office-card a:hover{
    color:#d4a017;
}

.cpc-form-box{
    position:relative;
    border-radius:30px;
    padding:34px;
    overflow:hidden;
    background:linear-gradient(135deg,#4e342e,#6d4c41,#8d6e63);
    box-shadow:0 18px 55px rgba(0,0,0,.12);
}

.cpc-form-box::before{
    content:"";
    position:absolute;
    width:260px;
    height:260px;
    border-radius:50%;
    background:rgba(255,255,255,.08);
    top:-120px;
    right:-80px;
}

.cpc-form-title{
    color:#fff;
    font-size:40px;
    margin-bottom:10px;
    position:relative;
    z-index:2;
}

.cpc-form-desc{
    color:#f6e5d7;
    font-size:14px;
    line-height:1.8;
    margin-bottom:24px;
    position:relative;
    z-index:2;
    font-family:Arial,sans-serif;
}

.cpc-form-group{
    margin-bottom:16px;
    position:relative;
    z-index:2;
}

.cpc-input{
    width:100%;
    height:56px;
    border:none;
    outline:none;
    border-radius:16px;
    background:rgba(255,255,255,.12);
    padding:0 18px;
    color:#fff;
    font-size:14px;
    backdrop-filter:blur(8px);
    font-family:Arial,sans-serif;
}

.cpc-input::placeholder{
    color:#f4e3d6;
}

textarea.cpc-input{
    height:140px;
    padding-top:16px;
    resize:none;
}

.cpc-submit{
    height:56px;
    border:none;
    border-radius:16px;
    padding:0 32px;
    background:linear-gradient(135deg,#ffca28,#d4a017);
    color:#4e342e;
    font-size:14px;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
    transition:.5s ease;
    box-shadow:0 14px 35px rgba(255,193,7,.25);
    position:relative;
    z-index:2;
}

.cpc-submit:hover{
    transform:translateY(-5px);
}

.scroll-animate{
    opacity:0;
    transform:translateY(60px);
    transition:1s ease;
}

.scroll-animate.active{
    opacity:1;
    transform:translateY(0);
}

@media(max-width:991px){

    .cpc-grid{
        grid-template-columns:1fr;
    }

    .cpc-title{
        font-size:42px;
    }

    .cpc-form-title{
        font-size:32px;
    }
}

@media(max-width:767px){

    .cpc-card{
        padding:24px;
    }

    .cpc-title{
        font-size:32px;
    }

    .cpc-form-title{
        font-size:28px;
    }

    .cpc-form-box{
        padding:24px;
    }
}


@media(max-width:991px){

    .cpc-office-grid{
        grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    }
}

@media(max-width:767px){

    .cpc-office-grid{
        grid-template-columns:1fr !important;
    }
}


.cpc-card{
    padding:30px !important;
}

.cpc-top{
    margin-bottom:24px !important;
}

.cpc-title{
    font-size:46px !important;
}

.cpc-desc{
    font-size:14px !important;
}

.cpc-office-card{
    padding:18px !important;
    border-radius:22px !important;
}

.cpc-office-card h4{
    font-size:20px !important;
}

.cpc-office-card p,
.cpc-office-card a{
    font-size:13px !important;
}

.cpc-icon{
    width:52px !important;
    height:52px !important;
    font-size:19px !important;
    margin-bottom:12px !important;
}

.cpc-form-box{
    margin-top:24px !important;
    padding:28px !important;
}

.cpc-form-title{
    font-size:34px !important;
}

.cpc-form-desc{
    font-size:13px !important;
    margin-bottom:20px !important;
}

.cpc-input{
    height:52px !important;
    font-size:13px !important;
}

textarea.cpc-input{
    height:120px !important;
}

.cpc-submit{
    height:52px !important;
    font-size:13px !important;
}

@media(max-width:767px){

    .cpc-card{
        padding:22px !important;
    }

    .cpc-title{
        font-size:32px !important;
    }

    .cpc-form-title{
        font-size:26px !important;
    }
}


/* ===== ULTRA PREMIUM COMPACT FORM ===== */

.cpc-grid{
    gap:20px !important;
}

.cpc-office-grid{
    gap:14px !important;
}

.cpc-office-card{
    padding:16px !important;
    border-radius:20px !important;
    box-shadow:0 10px 25px rgba(0,0,0,.05) !important;
}

.cpc-office-card h4{
    font-size:18px !important;
    margin-bottom:6px !important;
}

.cpc-office-card p,
.cpc-office-card a{
    font-size:12px !important;
    line-height:1.6 !important;
}

.cpc-icon{
    width:48px !important;
    height:48px !important;
    border-radius:16px !important;
    font-size:18px !important;
    margin-bottom:10px !important;
}

.cpc-form-box{
    margin-top:20px !important;
    padding:24px !important;
    border-radius:26px !important;
    background:
    linear-gradient(135deg,#4e342e,#6d4c41,#8d6e63) !important;
    box-shadow:
    0 18px 45px rgba(0,0,0,.12),
    inset 0 1px 0 rgba(255,255,255,.08) !important;
}

.cpc-form-box::after{
    content:"";
    position:absolute;
    inset:0;
    border-radius:26px;
    padding:1px;
    background:linear-gradient(135deg,rgba(255,255,255,.18),transparent);
    -webkit-mask:
      linear-gradient(#fff 0 0) content-box,
      linear-gradient(#fff 0 0);
    -webkit-mask-composite:xor;
            mask-composite:exclude;
}

.cpc-form-title{
    font-size:30px !important;
    margin-bottom:8px !important;
    letter-spacing:.3px;
}

.cpc-form-desc{
    font-size:12px !important;
    line-height:1.7 !important;
    margin-bottom:18px !important;
    max-width:620px;
}

.cpc-form-group{
    margin-bottom:12px !important;
}

.cpc-input{
    height:48px !important;
    border-radius:14px !important;
    background:rgba(255,255,255,.10) !important;
    border:1px solid rgba(255,255,255,.08) !important;
    padding:0 16px !important;
    font-size:13px !important;
    transition:.4s ease;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.06);
}

.cpc-input:focus{
    background:rgba(255,255,255,.14) !important;
    border-color:rgba(255,202,40,.45) !important;
    box-shadow:0 0 0 4px rgba(255,202,40,.08);
}

textarea.cpc-input{
    height:105px !important;
    padding-top:14px !important;
}

.cpc-submit{
    height:48px !important;
    border-radius:14px !important;
    padding:0 26px !important;
    font-size:12px !important;
    letter-spacing:1.2px !important;
    background:linear-gradient(135deg,#ffca28,#d4a017) !important;
    box-shadow:0 12px 28px rgba(255,193,7,.22) !important;
}

.cpc-submit:hover{
    transform:translateY(-4px) scale(1.01) !important;
}

@media(max-width:767px){

    .cpc-form-box{
        padding:20px !important;
    }

    .cpc-form-title{
        font-size:24px !important;
    }
}


/* ===== NEW PREMIUM FORM DESIGN ===== */

.cpc-form-box{
    margin-top:18px !important;
    padding:32px !important;
    border-radius:32px !important;
    background:
    linear-gradient(145deg,#3e2723,#5d4037,#7b5a4d) !important;
    position:relative;
    overflow:hidden;
    box-shadow:
        0 30px 70px rgba(0,0,0,.16),
        inset 0 1px 0 rgba(255,255,255,.08) !important;
}

.cpc-form-box::before{
    content:"";
    position:absolute;
    width:320px;
    height:320px;
    border-radius:50%;
    background:rgba(255,255,255,.06);
    top:-160px;
    right:-120px;
    animation:formFloat 8s infinite ease-in-out;
}

.cpc-form-box::after{
    content:"";
    position:absolute;
    inset:0;
    border-radius:32px;
    padding:1px;
    background:linear-gradient(135deg,rgba(255,255,255,.25),transparent);
    -webkit-mask:
      linear-gradient(#fff 0 0) content-box,
      linear-gradient(#fff 0 0);
    -webkit-mask-composite:xor;
            mask-composite:exclude;
}

@keyframes formFloat{
    0%{transform:translateY(0);}
    50%{transform:translateY(18px);}
    100%{transform:translateY(0);}
}

.cpc-form-title{
    font-size:38px !important;
    color:#fff !important;
    margin-bottom:10px !important;
    position:relative;
    z-index:3;
    line-height:1.1;
}

.cpc-form-desc{
    font-size:13px !important;
    color:#f7e7db !important;
    line-height:1.8 !important;
    margin-bottom:24px !important;
    max-width:620px;
    position:relative;
    z-index:3;
}

.cpc-form-group{
    position:relative;
    margin-bottom:16px !important;
    z-index:3;
}

.cpc-input{
    width:100%;
    height:56px !important;
    border:none !important;
    outline:none !important;
    border-radius:18px !important;
    background:rgba(255,255,255,.10) !important;
    border:1px solid rgba(255,255,255,.08) !important;
    color:#fff !important;
    padding:0 20px !important;
    font-size:13px !important;
    backdrop-filter:blur(12px);
    transition:.4s ease;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.06),
        0 8px 18px rgba(0,0,0,.05);
}

.cpc-input::placeholder{
    color:#f1dfd3 !important;
    letter-spacing:.3px;
}

.cpc-input:focus{
    transform:translateY(-2px);
    border-color:rgba(255,202,40,.5) !important;
    background:rgba(255,255,255,.14) !important;
    box-shadow:
        0 0 0 5px rgba(255,202,40,.08),
        0 10px 24px rgba(0,0,0,.08);
}

textarea.cpc-input{
    height:120px !important;
    padding-top:18px !important;
    resize:none;
}

.cpc-submit{
    height:54px !important;
    border:none !important;
    border-radius:18px !important;
    padding:0 34px !important;
    background:linear-gradient(135deg,#ffca28,#ffb300,#d4a017) !important;
    color:#4e342e !important;
    font-size:13px !important;
    font-weight:700 !important;
    letter-spacing:1.5px !important;
    text-transform:uppercase;
    position:relative;
    overflow:hidden;
    transition:.5s ease;
    box-shadow:
        0 18px 35px rgba(255,193,7,.25),
        inset 0 1px 0 rgba(255,255,255,.35);
}

.cpc-submit::before{
    content:"";
    position:absolute;
    width:40px;
    height:120%;
    background:rgba(255,255,255,.45);
    top:-5px;
    left:-60px;
    transform:skewX(-20deg);
    transition:.7s ease;
}

.cpc-submit:hover::before{
    left:120%;
}

.cpc-submit:hover{
    transform:translateY(-5px) scale(1.02);
    box-shadow:
        0 22px 45px rgba(255,193,7,.32),
        inset 0 1px 0 rgba(255,255,255,.35);
}

@media(max-width:767px){

    .cpc-form-box{
        padding:24px !important;
        border-radius:26px !important;
    }

    .cpc-form-title{
        font-size:28px !important;
    }

    .cpc-input{
        height:50px !important;
    }

    textarea.cpc-input{
        height:100px !important;
    }
}


/* ===== THEMEFOREST PREMIUM HEADING ===== */

.cpc-top{
    position:relative;
    text-align:center;
    margin-bottom:34px !important;
    padding-bottom:20px;
}

.cpc-top::before{
    content:"";
    position:absolute;
    width:180px;
    height:180px;
    border-radius:50%;
    background:rgba(212,160,23,.08);
    top:-70px;
    left:50%;
    transform:translateX(-50%);
    filter:blur(2px);
}

.cpc-mini{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:10px 18px;
    border-radius:60px;
    background:rgba(255,255,255,.75);
    backdrop-filter:blur(10px);
    border:1px solid rgba(212,160,23,.14);
    box-shadow:0 10px 24px rgba(0,0,0,.04);
    color:#9c6b18 !important;
    font-size:11px !important;
    letter-spacing:3px !important;
    text-transform:uppercase;
    margin-bottom:18px !important;
    position:relative;
    z-index:2;
}

.cpc-mini::before{
    content:"✦";
    color:#d4a017;
    font-size:13px;
}

.cpc-title{
    position:relative;
    z-index:2;
    font-size:66px !important;
    line-height:1.02 !important;
    margin-bottom:16px !important;
    font-weight:700;
    background:linear-gradient(135deg,#3e2723,#8d6e63,#d4a017);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

.cpc-title span{
    display:block;
    color:#d4a017;
    -webkit-text-fill-color:#d4a017;
    font-style:italic;
    font-size:56px;
    margin-top:4px;
}

.cpc-desc{
    position:relative;
    z-index:2;
    max-width:760px !important;
    margin:auto !important;
    font-size:15px !important;
    line-height:1.9 !important;
    color:#6b6b6b !important;
}

.cpc-heading-line{
    width:140px;
    height:5px;
    border-radius:50px;
    background:linear-gradient(135deg,#d4a017,#8d6e63);
    margin:22px auto 0;
    position:relative;
    overflow:hidden;
}

.cpc-heading-line::before{
    content:"";
    position:absolute;
    width:45px;
    height:100%;
    background:rgba(255,255,255,.65);
    left:-50px;
    animation:shine 3s infinite linear;
}

@keyframes shine{
    from{left:-50px;}
    to{left:160px;}
}

@media(max-width:991px){

    .cpc-title{
        font-size:52px !important;
    }

    .cpc-title span{
        font-size:44px !important;
    }
}

@media(max-width:767px){

    .cpc-title{
        font-size:38px !important;
    }

    .cpc-title span{
        font-size:32px !important;
    }

    .cpc-mini{
        padding:8px 14px !important;
        font-size:10px !important;
    }

    .cpc-desc{
        font-size:13px !important;
    }
}
/*----End Of Contact Us Page----*/

/*-----Products Range-------*/

.ecs-section{
padding:55px 20px;
}

.ecs-container{
max-width:1450px;
margin:auto;
}

.ecs-heading{
text-align:center;
margin-bottom:38px;
}

.ecs-heading span{
display:inline-block;
padding:7px 16px;
background:#f2e6cf;
color:#b67a1d;
border-radius:30px;
font-size:12px;
font-weight:600;
margin-bottom:12px;
}

.ecs-heading h2{
font-size:36px;
font-weight:700;
margin-bottom:12px;
color:#111;
line-height:1.2;
}

.ecs-heading p{
max-width:620px;
margin:auto;
color:#666;
line-height:1.7;
font-size:14px;
}

/* Slider */

.ecs-carousel-wrapper{
position:relative;
overflow:hidden;
}

.ecs-carousel{
display:flex;
gap:18px;
overflow-x:auto;
scroll-behavior:smooth;
-webkit-overflow-scrolling:touch;
scrollbar-width:none;
}

.ecs-carousel::-webkit-scrollbar{
display:none;
}

/* Cards */

.ecs-card{
width:calc((100% - 48px) / 4);
flex:0 0 calc((100% - 48px) / 4);
background:#fff;
border-radius:14px;
overflow:hidden;
box-shadow:0 5px 18px rgba(0,0,0,.06);
transition:.3s ease;
border:1px solid orange;
}

.ecs-card:hover{
transform:translateY(-5px);
box-shadow:0 12px 24px rgba(0,0,0,.08);
}

.ecs-image{
height:210px;
overflow:hidden;
position:relative;
}

.ecs-image img{
width:100%;
height:100%;
object-fit:cover;
transition:.4s;
}

.ecs-card:hover img{
transform:scale(1.05);
}

.ecs-badge{
position:absolute;
top:10px;
left:10px;
background:#fff;
padding:5px 10px;
border-radius:20px;
font-size:11px;
font-weight:600;
color:#111;
box-shadow:0 3px 10px rgba(0,0,0,.08);
}

.ecs-content{
padding:15px;
}

.ecs-tag{
display:inline-block;
padding:5px 10px;
background:#f7e7c5;
color:#9f6a0d;
border-radius:30px;
font-size:11px;
font-weight:600;
margin-bottom:10px;
}

.ecs-content h3{
font-size:19px;
font-weight:600;
margin-bottom:8px;
color:#111;
line-height:1.3;
}

.ecs-content p{
color:#666;
line-height:1.7;
margin-bottom:14px;
font-size:13px;
}

.ecs-btn{
display:flex;
align-items:center;
justify-content:center;
width:100%;
padding:11px;
background:#111;
border-radius:10px;
color:#fff;
text-decoration:none;
font-weight:600;
font-size:14px;
transition:.3s;
}

.ecs-btn:hover{
background:#b67a1d;
}

/* Controls */

.ecs-controls{
display:flex;
justify-content:center;
gap:10px;
margin-top:22px;
}

.ecs-control-btn{
width:48px;
height:48px;
border:none;
border-radius:14px;
background:rgba(255,255,255,.95);
backdrop-filter:blur(10px);
box-shadow:
0 8px 24px rgba(0,0,0,.08),
inset 0 1px 0 rgba(255,255,255,.9);
font-size:18px;
font-weight:600;
cursor:pointer;
transition:.35s ease;
display:flex;
align-items:center;
justify-content:center;
color:#111;
position:relative;
overflow:hidden;
}

.ecs-control-btn::before{
content:'';
position:absolute;
inset:0;
background:linear-gradient(135deg,#b67a1d,#d8a546);
opacity:0;
transition:.35s ease;
}

.ecs-control-btn span{
position:relative;
z-index:2;
transition:.35s ease;
}

.ecs-control-btn:hover{
transform:translateY(-3px);
box-shadow:0 14px 30px rgba(182,122,29,.22);
}

.ecs-control-btn:hover::before{
opacity:1;
}

.ecs-control-btn:hover span{
color:#fff;
}

/* Dots */

.ecs-dots{
display:flex;
justify-content:center;
gap:8px;
margin-top:14px;
}

.ecs-dot{
width:8px;
height:8px;
border-radius:50%;
background:#d5d5d5;
cursor:pointer;
transition:.3s;
}

.ecs-dot.active{
width:24px;
border-radius:20px;
background:#b67a1d;
}

/* Responsive */

@media(max-width:1200px){

.ecs-card{
width:calc((100% - 16px) / 2);
flex:0 0 calc((100% - 16px) / 2);
}

}

@media(max-width:768px){

.ecs-section{
padding:40px 15px;
}

.ecs-heading h2{
font-size:28px;
}

.ecs-heading p{
font-size:13px;
}

.ecs-card{
width:100%;
flex:0 0 100%;
}

.ecs-image{
height:220px;
}

.ecs-content{
padding:14px;
}

.ecs-content h3{
font-size:18px;
}

.ecs-content p{
font-size:13px;
}

}
/*--------Products Range-------*/
/*----Makhana Gallery----*/
.mkg-section{
max-width:1200px;
margin:auto;
padding:60px 15px;
font-family:Arial,sans-serif;
}

.mkg-head{
text-align:center;
max-width:650px;
margin:0 auto 35px;
}

.mkg-badge{
display:inline-block;
padding:8px 18px;
background:linear-gradient(135deg,#f4a024,#ffbe55);
color:#fff;
font-size:12px;
font-weight:600;
letter-spacing:1px;
border-radius:30px;
margin-bottom:12px;
box-shadow:0 8px 20px rgba(244,160,36,.25);
}

.mkg-head h2{
font-size:42px;
margin-bottom:10px;
color:#222;
font-weight:700;
}

.mkg-head p{
font-size:16px;
color:#666;
line-height:1.7;
}

.mkg-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:20px;
}

.mkg-card{
background:#fff;
border-radius:16px;
overflow:hidden;
box-shadow:0 10px 30px rgba(0,0,0,.08);
transition:all .4s ease;
}

.mkg-card:hover{
transform:translateY(-8px);
box-shadow:0 20px 40px rgba(0,0,0,.12);
}

.mkg-image{
overflow:hidden;
position:relative;
cursor:pointer;
}

.mkg-image img{
width:100%;
height:240px;
object-fit:cover;
display:block;
transition:transform .8s ease;
}

.mkg-card:hover .mkg-image img{
transform:scale(1.12);
}

.mkg-image::after{
content:"🔍";
position:absolute;
left:50%;
top:50%;
transform:translate(-50%,-50%);
width:60px;
height:60px;
background:rgba(255,255,255,.9);
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:22px;
opacity:0;
transition:.3s;
}

.mkg-card:hover .mkg-image::after{
opacity:1;
}

.mkg-content{
padding:18px;
}

.mkg-content h3{
font-size:20px;
margin-bottom:8px;
color:#222;
font-weight:600;
}

.mkg-content p{
font-size:14px;
line-height:1.7;
color:#666;
}

/* Reveal Animation */

.mkg-reveal{
opacity:0;
transform:translateY(40px);
transition:all .8s ease;
}

.mkg-reveal.active{
opacity:1;
transform:translateY(0);
}

/* Image Popup */

.mkg-popup{
position:fixed;
left:0;
top:0;
width:100%;
height:100%;
background:rgba(0,0,0,.92);
display:flex;
align-items:center;
justify-content:center;
opacity:0;
visibility:hidden;
z-index:999999;
transition:.3s;
padding:20px;
}

.mkg-popup.active{
opacity:1;
visibility:visible;
}

.mkg-popup img{
max-width:90%;
max-height:90vh;
border-radius:15px;
box-shadow:0 20px 60px rgba(0,0,0,.5);
animation:mkgZoom .3s ease;
}

@keyframes mkgZoom{
from{
transform:scale(.8);
opacity:0;
}
to{
transform:scale(1);
opacity:1;
}
}

.mkg-popup-close{
position:absolute;
top:20px;
right:30px;
font-size:45px;
font-weight:300;
color:#fff;
cursor:pointer;
line-height:1;
transition:.3s;
}

.mkg-popup-close:hover{
transform:rotate(90deg);
}

@media(max-width:768px){

.mkg-section{
padding:50px 12px;
}

.mkg-head h2{
font-size:32px;
}

.mkg-head p{
font-size:15px;
}

.mkg-image img{
height:220px;
}

.mkg-popup-close{
right:20px;
top:15px;
font-size:38px;
}

}
/*----End Of Makhana Gallery----*/