
/* =====================================================
   SECTION TITLE PREMIUM
===================================================== */

.section-title{
    margin-bottom:45px;
}

.section-title h5{
    color:var(--primary);
    font-size:15px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:2px;
    margin-bottom:15px;
}

.section-title .title{
    font-size:38px;
    line-height:1.2;
    font-weight:800;
    color:#101828;
}

.title-desc p{
    font-size:17px;
}


/* =====================================================
   IMAGE PREMIUM STYLE
===================================================== */

.border-rad_10,
.featured-imagebox-services img,
.testimonial-box,
.pricing-plan{
    border-radius:var(--radius);
}

img{
    transition:all .5s ease;
}

img:hover{
    transform:scale(1.02);
}

/* =====================================================
   FEATURE BOXES
===================================================== */

.featured-icon-box{
    background:#fff;
    padding:40px 30px;
    border-radius:24px;
    transition:all .4s ease;
    box-shadow:var(--shadow);
    height:100%;
    border:1px solid rgba(0,0,0,0.04);
}

.featured-icon-box:hover{
    transform:translateY(-12px);
    box-shadow:var(--shadow-hover);
}

.featured-icon-box .featured-icon{
    width:90px;
    height:90px;
    margin: 20px auto 25px;
    background: linear-gradient(135deg, #ed7802, #f97d00);
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 10px 25px rgba(28,99,184,.25);
}

.featured-icon-box .featured-icon i{
    color:#ddd;
    font-size:42px;
}

.featured-content h5{
    font-size:22px;
    margin-bottom:12px;
    color:#585858 !important;
}
.featured-content p{
    color:#585858 !important;
}

/* =====================================================
   SERVICES CARD PREMIUM
===================================================== */

.featured-imagebox-services{
    background:#fff;
    border-radius:24px;
    overflow:hidden;
    box-shadow:var(--shadow);
    transition:.5s;
    margin-bottom:30px;
}

.featured-imagebox-services:hover{
    transform:translateY(-12px);
    box-shadow:var(--shadow-hover);
}

.featured-imagebox-services img{
    height:260px;
    width:100%;
    object-fit:cover;
}

.featured-imagebox-services .featured-content{
    padding:35px;
}

.featured-imagebox-services h5{
    font-size:24px;
    margin-bottom:14px;
}

/* =====================================================
   FID COUNTER SECTION
===================================================== */

.fid-section{
    position:relative;
    overflow:hidden;
}

.fid-section:before{
    content:'';
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.72);
}

.cmt-fid{
    position:relative;
    z-index:2;
    text-align:center;
    padding:35px 20px;
}

.cmt-fid-inner{
    font-size:58px;
    font-weight:800;
    color:#fff;
}

.cmt-fid-title{
    color:#d0d5dd;
    font-size:18px;
}

/* =====================================================
   TESTIMONIAL PREMIUM
===================================================== */

.testimonial-box{
    background:#fff;
    padding:40px 35px;
    box-shadow:var(--shadow);
    position:relative;
    transition:.4s;
    height:100%;
}

.testimonial-box:hover{
    transform:translateY(-10px);
    box-shadow:var(--shadow-hover);
}

.testimonial-box:before{
    content:'❝';
    position:absolute;
    top:18px;
    right:25px;
    font-size:70px;
    color:rgba(28,99,184,.08);
    font-family:serif;
}

.testimonial-box p{
    font-size:17px;
    line-height:1.9;
    margin-bottom:25px;
}

.testimonial-box h6{
    color:var(--primary);
    font-weight:700;
}

/* =====================================================
   PRICING PLANS
===================================================== */

.pricing-plan{
    background:#fff;
    padding:45px 35px;
    text-align:center;
    box-shadow:var(--shadow);
    transition:.4s;
    border:2px solid transparent;
    height:100%;
}

.pricing-plan.active,
.pricing-plan:hover{
    border-color:var(--primary);
    transform:translateY(-12px);
    box-shadow:var(--shadow-hover);
}

.pricing-plan h3{
    font-size:30px;
    margin-bottom:18px;
}

/* =====================================================
   UAE SERVICE AREA BOXES
===================================================== */

.cmt-bgcolor-darkgrey .row.text-center .col-lg-2{
    background: rgba(255, 255, 255, .05);
    padding: 11px;
    border-radius: 11px;
    margin-bottom: 20px;
    border: 1px solid rgba(255, 255, 255, .08);
    transition: .3s;
    font-weight: 600;
}

.cmt-bgcolor-darkgrey .row.text-center .col-lg-2:hover{
    background:var(--primary);
    transform:translateY(-5px);
}

/* =====================================================
   FOOTER PREMIUM
===================================================== */

footer{
    background:#07111d;
}

.second-footer{
    padding-top:80px;
    padding-bottom:50px;
}

.widget-title{
    font-size:24px;
    margin-bottom:30px;
    color:#fff;
}

.widget ul li{
    margin-bottom:14px;
}

.widget ul li a{
    color:#c6c6c6;
    transition:.3s;
}

.widget ul li a:hover{
    color:var(--accent);
    padding-left:5px;
}

.social-icons ul li a{
    width:42px;
    height:42px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:rgba(255,255,255,.08);
    border-radius:50%;
    transition:.3s;
}

.social-icons ul li a:hover{
    background:var(--primary);
    transform:translateY(-4px);
}




/*-------------------------About Us---------------------------------*/
/* =========================
   PREMIUM ABOUT PAGE CSS
========================= */

.about-hero-section{
    background: linear-gradient(135deg,#f7f9fc 0%,#eef4ff 100%);
}

.about-tagline{
    background:#1c63b8;
    color:#fff;
    padding:8px 18px;
    border-radius:30px;
    font-size:14px;
    font-weight:600;
    letter-spacing:1px;
}

.about-main-title{
    font-size:38px;
    line-height:1.2;
    font-weight:700;
    color:#0b1c39;
}

.about-text{
    font-size:17px;
    line-height:32px;
    color:#5b6474;
}

.about-image-wrapper{
    position:relative;
}

.main-about-img{
    border-radius:24px;
    box-shadow:0 20px 60px rgba(0,0,0,.12);
}

.experience-box{
    position:absolute;
    bottom:30px;
    left:-20px;
    background:#1c63b8;
    color:#fff;
    padding:25px 35px;
    border-radius:20px;
    box-shadow:0 15px 40px rgba(0,0,0,.15);
}

.experience-box h2{
    font-size:42px;
    margin-bottom:0;
    color:#fff;
}

.premium-outline-btn{
    border:2px solid #1c63b8;
    color:#1c63b8;
    padding:14px 30px;
    border-radius:50px;
    font-weight:600;
    transition:.4s;
}

.premium-outline-btn:hover{
    background:#1c63b8;
    color:#fff;
}

.premium-info-card{
    background:#fff;
    padding:45px;
    border-radius:25px;
    box-shadow:0 10px 40px rgba(0,0,0,.06);
    height:100%;
    transition:.4s;
}

.premium-info-card:hover{
    transform:translateY(-10px);
}

.premium-info-card .icon-box{
    width:80px;
    height:80px;
    line-height:80px;
    text-align:center;
    border-radius:50%;
    background:#ff8000;
    color:#fff;
    font-size:30px;
    margin-bottom:25px;
}

.service-highlight-section{
    background:#f8fbff;
}

.service-premium-box{
    background:#fff;
    border-radius:22px;
    padding:40px 30px;
    text-align:center;
    margin-bottom:30px;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
    transition:.4s;
}

.service-premium-box:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 45px rgba(0,0,0,.12);
}

.service-premium-box i{
    font-size:58px;
    color:#f97d00;
    margin-bottom:25px;
    display:block;
}

.service-premium-box h5{
    font-size:22px;
    margin-bottom:15px;
}

.why-choose-box{
    display:flex;
    gap:20px;
    background:rgba(255,255,255,.05);
    padding:30px;
    border-radius:20px;
    backdrop-filter:blur(10px);
    height:100%;
}

.why-choose-box i{
    font-size:28px;
    color:#ffc513;
    margin-top:5px;
}

.commitment-section{
    background:#fff;
}

.rounded-img{
    border-radius:25px;
}

@media(max-width:991px){

    .about-main-title{
        font-size:40px;
    }

    .experience-box{
        left:10px;
        bottom:10px;
        padding:20px;
    }

}


/* =====================================================
   MOBILE RESPONSIVE
===================================================== */

@media(max-width:991px){

    .section-title .title{
        font-size:34px;
    }

    .featured-imagebox-services,
    .testimonial-box,
    .pricing-plan,
    .featured-icon-box{
        margin-bottom:30px;
    }

}

@media(max-width:767px){

    .section-title .title{
        font-size:28px;
    }

    .cmt-fid-inner{
        font-size:42px;
    }

}



.service-hero{
    position:relative;
    padding:140px 0 120px;
    overflow:hidden;
    background:url(images/service-bg.jpg) center center/cover no-repeat;
}

.service-hero::before{
    content:'';
    position:absolute;
    inset:0;
    background:rgba(15,23,42,.78);
}

.service-hero .container{
    position:relative;
    z-index:2;
}

.hero-badge{
    display:inline-block;
    background:rgba(255,255,255,.1);
    backdrop-filter:blur(10px);
    color:#fff;
    padding:10px 22px;
    border-radius:50px;
    font-size:14px;
    letter-spacing:1px;
    margin-bottom:25px;
    border:1px solid rgba(255,255,255,.2);
}

.hero-title{
    font-size:64px;
    line-height:1.1;
    font-weight:700;
    color:#fff;
    margin-bottom:25px;
}

.hero-desc{
    font-size:18px;
    line-height:32px;
    color:rgba(255,255,255,.82);
    max-width:720px;
}

.premium-btn{
    display:inline-flex;
    align-items:center;
    gap:12px;
    background:var(--accent);
    color:#fff;
    padding:18px 38px;
    border-radius:60px;
   /* margin-top:35px;*/
    font-weight:600;
    transition:.4s ease;
    box-shadow:0 10px 35px rgba(59,130,246,.3);
}

.premium-btn:hover{
    transform:translateY(-4px);
    background:#2563eb;
    color:#fff;
}

/* SECTION */

.premium-section{
    padding:110px 0;
}

.section-subtitle{
    color:var(--secondary);
    font-weight:600;
    letter-spacing:2px;
    margin-bottom:15px;
    display:block;
}

.section-text{
    color:var(--text);
    font-size:17px;
    line-height:32px;
}

/* SERVICE CARDS */

.premium-card{
    background:#fff;
    border-radius:28px;
    padding:45px 35px;
    box-shadow:0 15px 60px rgba(0,0,0,.06);
    transition:.4s ease;
    height:100%;
    border:1px solid #eef2f7;
}

.premium-card:hover{
    transform:translateY(-10px);
    box-shadow:0 25px 70px rgba(0,0,0,.12);
}

.service-icon{
    width:85px;
    height:85px;
    border-radius:24px;
    background:rgba(59,130,246,.08);
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:25px;
}

.service-icon i{
    font-size:38px;
    color:var(--secondary);
}

.premium-card h4{
    font-size:26px;
    margin-bottom:18px;
    font-weight:700;
}

.premium-card p{
    color:var(--text);
    line-height:30px;
}

/* FEATURES */

.feature-list{
    margin-top:30px;
}

.feature-list li{
    list-style:none;
    margin-bottom:16px;
    color:var(--dark);
    font-weight:500;
    display:flex;
    align-items:flex-start;
    gap:15px;
}

.feature-list li i{
    color:var(--accent);
    margin-top:5px;
}

/* IMAGE STYLE */

.premium-image{
    position:relative;
    overflow:hidden;
    border-radius:30px;
}

.premium-image img{
    width:100%;
    border-radius:30px;
    transition:.5s ease;
}

.premium-image:hover img{
    transform:scale(1.05);
}

/* WHY US */

.why-box{
    background:var(--gradient);
    border-radius:30px;
    padding:40px;
    color:#fff;
    height:100%;
}

.why-box h5{
    font-size:22px;
    margin-bottom:15px;
}

.why-box p{
    color:rgba(255,255,255,.82);
}

/* STATS */

.stats-wrapper{
    background:var(--gradient);
    border-radius:35px;
    padding:70px 40px;
}

.stat-box{
    text-align:center;
    color:#fff;
}

.stat-box h2{
    font-size:56px;
    font-weight:700;
    margin-bottom:10px;
}

.stat-box p{
    color:rgba(255,255,255,.82);
}

/* CTA */

.cta-section{
    background:url(images/cta-bg.jpg) center center/cover no-repeat;
    position:relative;
    padding:120px 0;
}

.cta-section::before{
    content:'';
    position:absolute;
    inset:0;
    background:rgb(199 100 0);
}

.cta-content{
    position:relative;
    
    text-align:center;
}

.cta-content h2{
    color:#fff;
    font-size:54px;
    font-weight:700;
    margin-bottom:25px;
}

.cta-content p{
    color:rgba(255,255,255,.82);
    font-size:18px;
    max-width:700px;
    margin:auto;
}

/* TABLE */

.amc-table{
    overflow:hidden;
    border-radius:24px;
    box-shadow:0 15px 50px rgba(0,0,0,.08);
}

.amc-table table{
    width:100%;
    background:#fff;
}

.amc-table th{
    background:var(--gradient);
    color:#fff;
    padding:22px;
    text-align:center;
    font-size:18px;
}

.amc-table td{
    padding:18px;
    border-bottom:1px solid #edf2f7;
    text-align:center;
    color:var(--text);
}

.amc-table tr:hover{
        background: #1c63b8;
}

/* RESPONSIVE */

@media(max-width:991px){

.hero-title{
    font-size:42px;
}

.section-title{
    font-size:34px;
}

.cta-content h2{
    font-size:38px;
}

}


/* =========================================
   PAGE TITLE
========================================= */

.cmt-page-title-row{
    position:relative;
    padding:120px 0;
    background:linear-gradient(rgba(15,23,42,.85),rgba(15,23,42,.85)),
    url('../images/bg-banner.jpg');
    background-size:cover;
    background-position:center;
}

.page-title-heading .title{
    font-size:56px;
    line-height:1.1;
    color:#fff;
    font-weight:700;
    margin-bottom:15px;
}

.breadcrumb-wrapper span,
.breadcrumb-wrapper a{
    color:#d1d5db;
    font-size:15px;
}

/* =========================================
   HERO SECTION
========================================= */

.service-hero{
    position:relative;
        padding: 90px 0 90px;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(213 213 213 / 94%), rgb(219 219 219 / 92%)), url(../images/services-bg.jpg);
    background-size:cover;
    background-position:center;
}

.service-hero::before{
    content:'';
    position:absolute;
    width:550px;
    height:550px;
    background:rgba(197,157,95,.15);
    border-radius:50%;
    top:-180px;
    right:-120px;
    filter:blur(30px);
}

.hero-badge{
    display:inline-block;
    background:rgba(255,255,255,.12);
    border:1px solid rgba(255,255,255,.15);
    color:#6a6666;
    padding:12px 22px;
    border-radius:100px;
    font-size:13px;
    letter-spacing:1px;
    font-weight:600;
    margin-bottom:30px;
    backdrop-filter:blur(10px);
}

.hero-title{
    font-size: 40px;
    line-height: 1.08;
    color: #3c3c3c;
    font-weight:800;
    max-width:900px;
    margin-bottom:30px;
}

.hero-desc{
    color:#616262;
    font-size:20px;
    line-height:1.9;
    max-width:760px;
    margin-bottom:45px;
}

/* BUTTON */

.premium-btn{
    display:inline-flex;
    align-items:center;
    gap:12px;
    background:var(--primary);
    color:#fff;
    padding: 14px 22px;
    border-radius: 14px;
    font-size: 16px;
    font-weight: 600;
    box-shadow: 0 12px 30px rgb(64 64 64 / 35%);
    transition:var(--transition);
}

.premium-btn:hover{
    background:var(--primary-dark);
    transform:translateY(-4px);
    color:#fff;
}

/* =========================================
   SECTION TITLE
========================================= */

.section-subtitle{
    display:inline-block;
    color:var(--primary);
    font-size:14px;
    letter-spacing:2px;
    font-weight:700;
    margin-bottom:18px;
    position:relative;
    text-transform:uppercase;
}

.section-text{
    color:#6a6666;
    font-size:17px;
    line-height:1.9;
}

/* =========================================
   IMAGE BOX
========================================= */

.premium-image{
    position:relative;
    overflow:hidden;
    border-radius:30px;
    box-shadow:var(--shadow);
}

.premium-image img{
    width:100%;
    transition:transform .7s ease;
}

.premium-image:hover img{
    transform:scale(1.08);
}

/* =========================================
   FEATURE LIST
========================================= */

.feature-list{
    list-style:none;
    padding:0;
    margin-top:35px;
}

.feature-list li{
    position:relative;
    padding-left:38px;
    margin-bottom:18px;
    color:#334155;
    font-size:16px;
    font-weight:500;
}

.feature-list li i{
    position:absolute;
    left:0;
    top:4px;
    color:var(--primary);
    font-size:20px;
}

/* =========================================
   PREMIUM CARD
========================================= */

.premium-card{
    background:#fff;
    border-radius: 14px;
    padding: 30px 25px;
    height:100%;
    position:relative;
    overflow:hidden;
    transition:var(--transition);
    box-shadow:0 10px 40px rgba(15,23,42,.06);
    border:1px solid rgba(226,232,240,.8);
}

.premium-card::before{
    content:'';
    position:absolute;
    width:100%;
    height:6px;
    left:0;
    top:0;
    background:linear-gradient(90deg,var(--primary),#f7d08a);
}

.premium-card:hover{
    transform:translateY(-12px);
    box-shadow:0 20px 60px rgba(15,23,42,.12);
}

.service-icon{
    width:60px;
    height:60px;
    border-radius:10px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:linear-gradient(135deg,var(--primary),#e3bf7c);
    margin-bottom:30px;
    box-shadow:0 12px 30px rgba(197,157,95,.35);
}

.service-icon i{
    font-size:30px;
        color: #fc7e00;
}

.premium-card h4{
    font-size:21px;
    margin-bottom:18px;
    font-weight:700;
}

.premium-card p{
    color:var(--text);
    line-height:1.9;
    margin-bottom:22px;
}

/* =========================================
   WHY BOX
========================================= */

.why-box{
    background:#fff;
    border-radius:22px;
    padding:45px 35px;
    text-align:center;
    transition:var(--transition);
    box-shadow:0 10px 40px rgba(15,23,42,.06);
}

.why-box:hover{
    background:#222222;
    transform:translateY(-10px);
}

.why-box:hover h5,
.why-box:hover p{
    color:#fff;
}

.why-box h5{
    font-size:26px;
    font-weight:700;
    margin-bottom:15px;
}

.why-box p{
    color:#424242;
    line-height:1.8;
}

.premium-section1 {
    background: #1c63b8;
}

/* =========================================
   STATS
========================================= */

.stats-wrapper{
    background:linear-gradient(135deg,var(--dark),#111827);
    border-radius:34px;
    padding:70px 40px;
    overflow:hidden;
    position:relative;
}

.stats-wrapper::before{
    content:'';
    position:absolute;
    width:350px;
    height:350px;
    border-radius:50%;
    background:rgba(255,255,255,.04);
    top:-120px;
    right:-100px;
}

.stat-box{
    text-align:center;
    padding:20px;
}

.stat-box h2{
    font-size:58px;
    color:var(--primary);
    font-weight:800;
    margin-bottom:10px;
}

.stat-box p{
    color:#cbd5e1;
    font-size:18px;
    margin:0;
}

/* =========================================
   AMC TABLE
========================================= */

.amc-table{
    overflow:auto;
    background:#fff;
    border-radius:26px;
    box-shadow:var(--shadow);
}

.amc-table table{
    width:100%;
    border-collapse:collapse;
}

.amc-table thead{
    background:#fc7e00;
}

.amc-table thead th{
    color:#fff;
    padding:24px;
    font-size:18px;
    font-weight:700;
}

.amc-table tbody td{
    padding:22px;
    border-bottom:1px solid #edf2f7;
    color:#475569;
    font-size:16px;
    font-weight:500;
}

.amc-table tbody tr:hover{
    background:#fafafa;
}

/* =========================================
   CTA SECTION
========================================= */

.cta-section{
    position:relative;
    padding:70px 0;
    background: #fc7e00, url(../images/cta-bg.jpg);
    background-size:cover;
    background-position:center;
}

.cta-content{
    text-align:center;
    max-width:900px;
    margin:auto;
}

.cta-content h2{
    color:#fff;
    font-size:40px;
    font-weight:800;
    line-height:1.2;
    margin-bottom:25px;
}

.cta-content p{
    color:#d1d5db;
    font-size:19px;
    line-height:1.9;
    margin-bottom:40px;
}

/* =========================================
   HEADER IMPROVEMENT
========================================= */

.site-header-menu{
    background:#fff;
    box-shadow:0 10px 35px rgba(15,23,42,.05);
}

.main-menu ul.menu > li > a{
    font-size:16px;
    font-weight:600;
    color:var(--dark);
    padding:35px 18px;
    transition:var(--transition);
}

.main-menu ul.menu > li > a:hover{
    color:var(--primary);
}

.header_btn .cmt-btn{
    background:var(--primary);
    border:none;
    padding:14px 28px;
    border-radius:12px;
    font-weight:600;
}

.header_btn .cmt-btn:hover{
    background:var(--primary-dark);
}



/* =========================================
   SCROLL TOP
========================================= */

#totop{
    position:fixed;
    right:30px;
    bottom:30px;
    width:55px;
    height:55px;
    background:var(--primary);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:18px;
    box-shadow:0 12px 30px rgba(197,157,95,.35);
    z-index:999;
}

/* =========================================
   RESPONSIVE
========================================= */

@media(max-width:1199px){

    .hero-title{
        font-size:58px;
    }

    .section-title{
        font-size:40px;
    }
}

@media(max-width:991px){

    .premium-section{
        padding:80px 0;
    }

    .hero-title{
        font-size:46px;
    }

    .hero-desc{
        font-size:17px;
    }

    .section-title{
        font-size:36px;
    }

    .cta-content h2{
        font-size:42px;
    }

    .page-title-heading .title{
        font-size:44px;
    }
}

@media(max-width:767px){

    .service-hero{
        padding:110px 0 90px;
    }

    .hero-title{
        font-size:36px;
    }

    .section-title{
        font-size:30px;
    }

    .premium-card{
        padding:35px 28px;
    }

    .stat-box h2{
        font-size:42px;
    }

    .cta-content h2{
        font-size:32px;
    }

    .page-title-heading .title{
        font-size:34px;
    }
}

.amc-section{
    background:#f8f9fc;
}

/* TITLE */


.section-title .title{
    font-size:42px;
    font-weight:700;
    margin-bottom:15px;
    color:#111;
}

.section-title .subtitle{
    max-width:750px;
    margin:auto;
    color:#777;
    font-size:16px;
    line-height:28px;
}

/* PLAN CARD */
.pricing-plan{
    position:relative;
    padding:45px 35px;
    border-radius:25px;
    background:#fff;
    overflow:hidden;
    transition:0.4s ease;
    box-shadow:0 15px 40px rgba(0,0,0,0.06);
    height:100%;
}

.pricing-plan:hover{
    transform:translateY(-12px);
}

/* ICON */
.plan-icon{
    font-size:55px;
    margin-bottom:20px;
}

/* TITLE */
.pricing-plan h3{
    font-size:30px;
    margin-bottom:15px;
    font-weight:700;
}

.pricing-plan p{
    color:#666;
    line-height:28px;
    margin-bottom:25px;
}

/* FEATURES */
.plan-features{
    list-style:none;
    padding:0;
    margin:0 0 30px;
}

.plan-features li{
    margin-bottom:12px;
    color:#444;
    font-size:15px;
}

/* BUTTON */
.plan-btn{
    display:inline-block;
    padding:14px 30px;
    border-radius:40px;
    text-decoration:none;
    font-weight:600;
    transition:0.3s;
}

/* SILVER */
.silver-plan{
    border-top:6px solid #b8b8b8;
}

.silver-plan .plan-btn{
    background:linear-gradient(45deg,#d9d9d9,#a6a6a6);
    color:#222;
}

/* GOLD */
.gold-plan{
    border-top:6px solid #d4a017;
    transform:scale(1.05);
    background:linear-gradient(180deg,#fff9e8,#ffffff);
}

.gold-plan .plan-btn{
    background:linear-gradient(45deg,#f7c948,#d4a017);
    color:#111;
}

.popular-tag{
    position:absolute;
    top:18px;
    right:-40px;
    background:#d4a017;
    color:#fff;
    padding:8px 45px;
    transform:rotate(45deg);
    font-size:12px;
    font-weight:600;
}

/* PLATINUM */
.platinum-plan{
    border-top:6px solid #5d5dff;
    background:linear-gradient(180deg,#f4f4ff,#ffffff);
}

.platinum-plan .plan-btn{
    background:linear-gradient(45deg,#6a5cff,#3f35d1);
    color:#fff;
}

/* BADGE */
.plan-badge{
    position:absolute;
    top:20px;
    right:20px;
    background:#f1f1f1;
    color:#555;
    padding:6px 15px;
    border-radius:30px;
    font-size:12px;
    font-weight:600;
}

/* RESPONSIVE */
@media(max-width:991px){

    .gold-plan{
        transform:none;
    }

    .section-title .title{
        font-size:32px;
    }

}
