@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* poppins  */
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --primary: #cf2828 !important;
    --secondary:#000;
    --white: #fff;
    --black: #000;
}

html {
    overflow-x: hidden;
}
body {
    margin: 0;
    padding: 0 !important;
    font-family: "Barlow", sans-serif;
    font-family: "Poppins", sans-serif;
    scroll-behavior: smooth;
    overflow: inherit !important;
	   background-color: #f7f9fb !important;
}


input[type="text"], input[type="email"], input[type="number"], input[type="tel"], input[type="date"], textarea, select, label {
    color: #000;
    font-size: 14px;
    line-height: normal;
    width: 100%;
    outline: 0;
    font-family: "Poppins", sans-serif;
    margin: 0px 0 -3px;
    border-radius: 6px;
    padding: 11px;
    font-weight: 400;
    letter-spacing: .5px;
    background: #fdfdfd00;
}
::placeholder {
  color: #000;
  font-weight:400;
}

select,
input[type="date"] {
    padding: 14px 17px;
}
input[type="submit"] {
    color: var(--black);
    background: var(--primary);
    text-transform: uppercase;
    border: none;
    font-size: 14.5px;
    border: 0;
    outline: none;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    padding: 13px 20px;
    letter-spacing: 1px;
    border-radius: 2px;
    line-height: normal;
    width: 100%;
}
input[type="submit"]:hover {
    background: var(--primary);
    color: var(--black);
    transition: 0.8s;
}

textarea {
    height: 100px;
    margin-bottom: 5px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px 0;
    font-family: "Barlow", sans-serif;
    color: #050A15;
    font-weight: 500;
    text-transform: inherit;
    line-height: normal;
}

h1 {
    font-size: 28px
}

h2 {
    font-size: 24px
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 16px
}
p {
    padding: 0;
    margin: 0 0 10px 0;
    font-family: "Poppins", sans-serif;
    color: #000000d1;
    font-size: 14.7px;
    line-height: 28px;
    font-weight: 400;
}

ul,
li,
a {
    list-style-type: none;
    font-family: "Poppins", sans-serif;
    color: #222;
    line-height: 24px;
    font-size: 15px;
}
a {
    text-decoration: none !important;
}
a:hover {
    transition: 0.8s;
    text-decoration: none;
}
.heading, .leftheading {
    font-size: 45px;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 35px;
    letter-spacing:1px;
}
.leftheading {
    margin-bottom:30px;
}
.heading {
    text-align: center;
}
.subheading {
    color: var(--primary);
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 10px;
    text-align: center;
    position: relative;
}

/* TOPBAR */
.topbar {
    background: var(--black);
    padding: 8px 0;
}
.smoicons li a {
    background: #ff3a3da1;
    height: 35px;
    width: 35px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-right: 5px;
    border-radius: 5px;
}
.smoicons li:last-child a {
    margin-right: 0;
}
.top-contact {
    column-gap: 0px;
}
.top-contact i {
    color: transparent !important;
    -webkit-text-stroke: 1px #fff;
    background: #ffffff36;
    height: 35px;
    width: 35px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 14px;
}
.top-contact span {
    color: white !important;
}
.top-contact p a {
    color: var(--white);
    font-size: 14px;
}

.top-contact p:not(:last-child)::after {
    content: "";
    display: inline-block;
    border-left: 1px solid #ccc;
    height: 20px;
    margin: 0 15px;
    vertical-align: middle;
}

/* Header */
.logo {
    position: relative;
    z-index: 99;
}

.mainmenu {
    background: #fff;
}
header {
    position: relative;
    top: 0;
    background: #f5f5f5;
}
header .row {align-items: center;}
header img {
    width: 300px;
}

header .col-sm-8 {
    display: flex;
    align-items: center;
    justify-content: center;
}
.headercnt {
    display: flex;
    align-items: center;
    column-gap: 15px;
}
.headercnt h4 {
    font-size: 17px;
    margin: 0;
}
.headercnt h4 span {
    display: block;
}
.headercnt i {
    font-size: 35px;
    color: var(--primary);
}
.mainmenu .btn-primary {margin-left: 10px;}
.btn-primary {
    color: #fff !important;
    position: relative;
    z-index: 0;
    background: linear-gradient(
176deg, var(--primary), #000) !important;
    border: unset !important;
    padding: 15px 30px !important;
    letter-spacing: 1px;
}

.mainmenu {
    padding: 15px 0;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    z-index: 9 !important;
    position: relative;
}

.mainmenu a.btn.btn-primary {
    background: var(--primary);
    color: #fff;
    padding: 13px 35px !important;
    font-size: 14px;
}

.menucontainer .menutop {
    margin-bottom: 0!important;
}
.smoicons {
    margin-bottom: 0!important;
}
/* SLIDER SECTION CSS */


/* ===== MAIN SLIDER ===== */
.mainslider {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}
.custom-indicators{
    bottom:40px;
    margin:0;
    z-index:10;
}

.custom-indicators button{
    width:50px !important;
    height:5px !important;
    border:none !important;
    border-radius:20px;
    margin:0 5px !important;
    background:#ffffff !important;
    opacity:.4;
    transition:.4s;
}

.custom-indicators button.active{
    width:60px !important;
    opacity:1;
    background:#930101 !important;
}
/* img.sldr-image {
    height: 597px !important;
} */
/* ===== CAROUSEL HEIGHT FIX ===== */
#carouselExampleFade,
#carouselExampleFade .carousel-inner,
#carouselExampleFade .carousel-item {
    height: 100%;
}

/* ===== IMAGE WRAPPER ===== */
.mainslider figure {
    margin: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

/* ===== IMAGE STYLE ===== */
.mainslider img {
    width: 100%;
    height: 100%;
/*     object-fit: cover; */
}

/* ===== OPTIONAL DARK OVERLAY (REMOVE IF NOT NEEDED) ===== */
.mainslider figure::after {
    content: "";
    position: absolute;
    inset: 0;
/*     background: rgba(0, 0, 0, 0.3);  */
    z-index: 1;
}

/* ===== FADE TRANSITION SMOOTH ===== */
.carousel-fade .carousel-item {
    transition: opacity 1s ease-in-out;
}

/* ===== SLIDER ARROWS WRAPPER ===== */
/* REMOVE FLEX EFFECT */
.slider-btn {
    position: static; /* very important */
}

/* COMMON STYLE */
.carousel-control-prev, .carousel-control-next {
    position: absolute;
    bottom: -2%;
    transform: translateY(-50%);
    z-index: 10;
    width: 50px;
    height: 50px;
    background: rgba(0,0,0,0.4);
    border-radius: 50%;
}

/* LEFT ARROW */
.carousel-control-prev {
    left: 35%;
}

/* RIGHT ARROW */
.carousel-control-next {
    right: 35%;
}

/* ICON */
.carousel-control-prev img,
.carousel-control-next img {
    width: 29px;
}

/* REMOVE DEFAULT ICON */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: none;
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    background: linear-gradient(45deg, #d42823cf, #000000) !important;
}
/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
    .mainslider {
        height: 70vh;
    }

    .slider-btn {
        bottom: 20px;
        right: 20px;
    }

    .carousel-control-prev,
    .carousel-control-next {
        width: 40px;
        height: 40px;
    }
}

/* New css for slider */
.home-banner-slide {
    min-height: 470px;
    position: relative;
    overflow: hidden;
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
}
.home-banner-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(to right, rgb(229 227 227 / 14%) 0%, rgb(147 1 1 / 27%) 25%, rgb(255 255 255) 51%, rgb(255 255 255) 61%, rgb(255 255 255 / 56%) 78%, rgb(255 255 255 / 0%) 92%, rgb(255 255 255 / 0%) 100%);
}
.home-banner-slide .container{
    position:relative;
    z-index:2;
}
.banner-shape{
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    height:100%;
    background:url('https://examdeals.com/wp-content/uploads/2026/06/hero-bg-gradient-scaled.webp') no-repeat bottom center;
    background-size:cover;
    z-index:1;
}

.home-banner-slide .container{
    position:relative;
    z-index:2;
}
/* .banner-content {
    max-width: 800px;
} */

.banner-content {
    padding: 50px 0px 20px;
}
.banner-content h1 {
    color: #870707;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 25px;
    max-width: 624px;
}

.banner-content ul {
    list-style: none;
    padding: 0;
    display: flex;
}

.banner-content ul li {
    color: #464646;
    margin-bottom: 12px;
    font-size: 16px;
    margin-right: 19px;
}

.banner-content ul li:before{
    content:"";
    width:8px;
    height:8px;
    background:#930101;
    border-radius:50%;
    display:inline-block;
    margin-right:10px;
}

/* .banner-btn {
    display: inline-block;
    background: linear-gradient(45deg, black, #a70909);
    color: #fff;
    padding: 14px 30px;
    border-radius: 8px;
    text-decoration: none;
} */

.banner-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 42px 12px 16px;
    background: linear-gradient(45deg, #000, #a70909);
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.35s ease;
    position: relative;
}
.banner-btn .arrow {
    width: 24px;
    height: 24px;
    background: #fff;
    color: #a70909;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.35s ease;
    flex-shrink: 0;
    position: absolute;
    right: 12px;
}

.banner-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 25px rgba(167, 9, 9, 0.35);
    color: #fff;
}

.banner-btn:hover .arrow {
    background: #ffd700;
    color: #000;
    transform: translateX(6px) rotate(-15deg);
}
.banner-product-card {
    display: flex;
    align-items: center;
    gap: 14px;
    position: relative;
    margin-top: 30px;
}

.product-left {
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-left img {
    width: 192px;
    height: auto;
    object-fit: contain;
}

/* .product-right{
    flex:1;
} */

.discount-badge{
    display:inline-block;
    background:#930101;
    color:#fff;
    padding:6px 14px;
    border-radius:30px;
    font-size:13px;
    font-weight:600;
    margin-bottom:12px;
}

.product-right h3 {
    font-size: 27px;
    margin-bottom: 6px;
    line-height: 1.4;
    color: #7c2626;
}

.product-pricing{
    display:flex;
    gap:25px;
    flex-wrap:wrap;
}

.product-pricing img {
    width: 180px;
    height: 150px;
    object-fit: cover;
    margin-top: 12px;
}
.product-pricing label {
    display: block;
    font-size: 18px;
    color: #660505;
    margin-bottom: 5px;
    padding: 12px 0 0;
}

.actual-price del {
    font-size: 45px;
    color: #660505;
    font-weight: 700;
}

.sale-price span {
    font-size: 50px;
    color: #660505;
    font-weight: 700;
}

@media(max-width:767px){

    .banner-product-card{
        flex-direction:column;
        text-align:center;
    }

    .product-left{
        width:140px;
    }

    .product-pricing{
        justify-content:center;
    }

}


/* Why us */
.choose-best {
    padding: 60px 0;
    background: #ffffff;
    color: #000;
    position: relative;
    overflow: hidden;
}

/* marquee SECTION */
.marquee-gallery {
    overflow: hidden;
    background: #f9f9f9;
    padding: 50px 0 40px;
}

/* WRAPPER */
.marquee {
    width: 100%;
    overflow: hidden;
}

/* TRACK */
.marquee-content {
    display: flex;
    gap: 20px;
    width: max-content;

    animation: marqueeScroll 25s linear infinite;
}

/* IMAGES */
.marquee-content a img {
    height: 322px;
    width: 378px;
    border-radius: 10px;
    transition: 0.3s;
    object-fit: cover;
    border: 1px solid #e13939;
}

/* HOVER EFFECT */
/* .marquee-content a img:hover {
    transform: scale(1.08);
} */

/* PAUSE ON HOVER */
.marquee:hover .marquee-content {
    animation-play-state: paused;
}

/* KEYFRAMES */
@keyframes marqueeScroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}


/* Keep content above image */
.choose-best .container {
    position: relative;
    z-index: 2;
}

.sec-title {
    position: relative;
    display: inline-block;
    font-size: 13px;
    letter-spacing: 2px;
    color: #0c2042;
    padding-left: 31px;
    text-transform: uppercase;
}
/* LINE */
.sec-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 59%;
    transform: translateY(-64%);
    width: 28px;
    height: 25px;
    background-image: url("https://examdeals.com/wp-content/uploads/2026/03/star.gif");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.section-title {
    font-size: 32px;
    font-weight: 800;
    color: #0a0a24;
    line-height: 1.3;
    margin-bottom: 20px;
}

/* HEADING */
.section-title h2 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 23px;
}

.section-title p {
    color: #4a4a4a;
    max-width: 750px;
    margin: -7px auto 34px;
    font-size: 17px;
}

/* BOX */
.choose-box {
    background: #edebeb;
    border: 1px solid #ddd;
    padding: 16px 16px;
    text-align: start;
    transition: all 0.3s ease;
    border-radius: 10px;
    cursor: pointer;
    height: 100%;
}

.choose-box .icon {
    font-size: 36px;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(100deg, #0b0b2c, #d30909);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.3s ease;
    border: none !important;
}

.choose-box h4, .choose-box p {
    transition: color 0.3s ease;
    color: #333;
    font-size: 13px;
    line-height: 22px;
}
.choose-box h4 {
    transition: color 0.3s ease;
    color: #333;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 20px;
}
.choose-box:hover {
    background: linear-gradient(135deg, #0b0b2c, #ff0000);
}
.choose-box:hover .icon {
    background: none;               
    -webkit-background-clip: unset; 
    -webkit-text-fill-color: #fff;  
    color: #fff;    
	  animation: vibrate 0.3s ease forwards;
}
@keyframes vibrate {
    0% { transform: translateY(0px); }
    25% { transform: translateY(-4px); }
    50% { transform: translateY(0px); }
    75% { transform: translateY(4px); }
    100% { transform: translateY(0px); }
}
.choose-box:hover h4,
.choose-box:hover p {
    color: #fff; 
}
@media (min-width: 992px){
    .col-lg-custom{
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (max-width: 991px){
    .col-lg-custom{
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }
}

@media (max-width: 767px){
    .col-lg-custom{
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 575px){
    .col-lg-custom{
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* Needs Section  */
section.needs_sec {
    padding: 60px 0;
    background: linear-gradient(45deg, black, #871717);
}
section.needs_sec h2 {
    color: #fff;
}
.needs_sec p {
    color: #fff;
}
.stats-box p {
    color: #000 !important;
}
.stats-box {
    position: relative;
    background: #fff;
    padding: 40px 30px;
    border-radius: 18px;
    text-align: center;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    transition: all 0.35s ease;
    overflow: hidden;
}

.stats-box:hover {
    transform: translateY(-8px);
}

.stats-box .serial {
    position: absolute;
    top: 18px;
    right: 20px;
    font-size: 48px;
    font-weight: 700;
    color: #eef2f8;
    line-height: 1;
}

.stats-box .icon {
    width: 75px;
    height: 75px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #871717;
}

.stats-box .icon img {
    width: 42px;
    height: 42px;
    object-fit: contain;
}

.stats-box h3 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #1b1b1b;
}

.stats-box p {
    margin: 0;
    font-size: 16px;
    color: #666;
    line-height: 1.6;
}

@media (max-width: 767px) {

    .stats-box {
        padding: 30px 20px;
    }

    .stats-box h3 {
        font-size: 28px;
    }

    .stats-box .serial {
        font-size: 36px;
    }
}

/* Whatsapp animated contact btn  */
.whatsapp-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:12px;
    background:#25D366;
    color:#fff;
    padding:16px 34px;
    border-radius:50px;
    font-size:17px;
    font-weight:600;
    text-decoration:none;
    transition:all .35s ease;
    box-shadow:0 10px 25px rgba(37,211,102,.35);
    overflow:hidden;
}

.whatsapp-btn i{
    font-size:26px;
    transition:transform .5s ease;
}

.whatsapp-btn:hover{
    background:#1ebc59;
    color:#fff;
    transform:translateY(-4px);
    box-shadow:0 15px 35px rgba(37,211,102,.45);
}

.whatsapp-btn:hover i{
    animation:whatsappMove .8s ease;
}

@keyframes whatsappMove{
    0%{
        transform:translateX(0);
    }
    30%{
        transform:translateX(10px);
    }
    60%{
        transform:translateX(-8px);
    }
    100%{
        transform:translateX(0);
    }
}
/* Testimonial home */
.testimonial-title h2 {
    font-size: 38px;
    font-weight: 700;
    max-width: 84%;
}
.slick-track {
    padding: 0px 0px !important;
}
.col-lg-6.review-sec {
    display: flex;
    justify-content: end;
}
.slick-list {
    background: #fbfbfb00 !important;
}

/* Exam Voucher Section */
section.exam-card-section.py-5 {
    background: #efe9e9b0;
}
.voucher-card {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    transition: 0.3s ease;
    height: 100%;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 1px solid #ff9191;
}

.voucher-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

/* IMAGE AREA */
.voucher-img {
    background: #ffffff;
    padding: 30px 0px 0px;
    text-align: center;
    /* border-bottom: 1px solid #ffcfcf; */
}

.voucher-img img {
    object-fit: contain;
    height: 156px;
    margin: 0 auto;
    
}
.slick-slide {
    margin: 0 0px !important;
}

/* BODY */
.voucher-body {
    padding: 20px;
    background: #fff;
    display: flex;
    flex-direction: column;
    flex: 1;
    /* text-align: center; */
    text-align: left;
}

/* TITLE */
.voucher-body h4,
.voucher-body h3 {
    font-size: 16px;
    font-weight: 600;
    color: #1a2b49;
    margin-bottom: 10px;
}

/* TEXT */
.voucher-body p {
    font-size: 14px;
    margin-bottom: 8px;
    color: #333;
}

/* PRICE LINE */
.voucher-body p strong {
    font-weight: 600;
}

/* BUTTON */
.voucher-btn {
    display: inline-block;
    text-align: center;
    background: linear-gradient(45deg, black, #f80101);
    color: #fff;
    padding: 10px 20px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s;
    margin-top: auto;
}

.voucher-btn:hover {
    background: linear-gradient(45deg, #df0101, #000000);
    color: #fff;
}
/* Remove bootstrap row breaking behavior */
.voucher-slider {
    margin: -20px 0px 0px 0px !important;
}
/* Fix columns inside slick */
.voucher-slider .col-lg-3 {
    float: none !important;
    display: block !important;
    padding: 10px;
}

/* Slick structure fix */
.voucher-slider .slick-track {
    display: flex !important;
}

.voucher-slider .slick-slide {
    height: auto;
}

.voucher-slider .slick-slide > div {
    height: 100%;
}

.voucher-slider .slick-prev,
.voucher-slider .slick-next {
    top: auto;
    bottom: 0;
    transform: none;
    width: 40px;
    height: 40px;
    background: #000;
    border-radius: 50%;
    z-index: 2;
}

/* center alignment */
.voucher-slider .slick-prev {
    left: 45% !important;
}

.voucher-slider .slick-next {
    right: 45% !important;
}

/* arrow color */
.voucher-slider .slick-prev:before,
.voucher-slider .slick-next:before {
    color: #fff;
    font-size: 16px !important;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .col-lg-3 {
        width: 50%;
    }
}

@media (max-width: 576px) {
    .col-lg-3 {
        width: 100%;
    }
}
/* Vendors section */

.top-vendors {
    position: relative;
    overflow: hidden;
    background: #f8f9fc;
    padding: 60px 0px !important;
}
h2.sub-title {
    font-size: 29px;
    font-weight: 600;
}

.top-vendors .container {
    position: relative;
    z-index: 2;
}
.vendor-item {
  display: flex !important;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.vendor-slider,
.vendor-slider-reverse {
    margin: 0 -10px;
}

.vendor-item {
    padding: 10px;
}

.vendor-item img {
    width: 100%;
    max-height: 80px;
    object-fit: contain;
}

.vendor-item img {
    max-width: 175px;
    opacity: 0.7;
    background: #ffffff;
    height: 83px;
    object-fit: cover;
    padding: 5px;
    /* border: 1px solid var(--primary); */
    transition: 0.3s;
    /* filter: grayscale(100%); */
    border: 1px solid var(--primary);
    border-radius: 12px;
}
/* 5 column layout */
.vendor-col {
    width: 20%;
    padding: 0 10px;
}

/* Responsive */
@media (max-width: 991px) {
    .vendor-col {
        width: 33.33%; /* 3 per row */
    }
}

@media (max-width: 767px) {
    .vendor-col {
        width: 50%; /* 2 per row */
    }
}

@media (max-width: 480px) {
    .vendor-col {
        width: 100%; /* 1 per row */
    }
}

.vendor-item img:hover {
  opacity: 1;
  filter: grayscale(0%);
  transform: scale(1.1);
}

/* Pass Experience Section */
section.exam-deals-section.py-5 {
    background: #f5e5e5;
}
.content-full {
    /* max-width: 900px; */
    margin: -17px auto 0;
}
.content-full h2 {
    font-weight: 700;
    margin-bottom: 20px;
}

.content-full p {
    line-height: 1.8;
    color: #555;
    margin-bottom: 15px;
}



.highlight-text {
    color: #0d6efd;
    font-weight: 600;
}

/* Why We Best */
.why-examdeals {
    background: #d3e3fb;
    padding: 100px 0px !important;
}

/* Content */
.why-content h2 {
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 40px;
    color: #0f0f35;
}

.why-tabs span {
    display: inline-block;
    padding: 11px 28px 11px 34px;
    margin-right: 10px;
    background: #e9edf5;
    border-radius: 0 10px;
    cursor: pointer;
    font-size: 14px;
    clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
    /* border: 1px solid; */
}
.tab-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: start;
    margin-top: 9px;
}
.why-tabs .active {
    background: linear-gradient(45deg, black, #8b1b1b);
    color: #fff;
}

/* Progress */
.progress-box {
  margin-top: 20px;
}

.progress-item {
  margin-bottom: 20px;
}

.progress-item label {
  font-size: 14px;
  font-weight: 600;
}

.progress-item span {
  float: right;
  font-size: 13px;
}

/* Progress bar background */
.progress {
  height: 6px;
  background: #e9ecef;
  border-radius: 10px;
  overflow: hidden;
}

/* Animated bar */
.progress-bar {
  width: 0; /* 🔥 start from 0 */
  height: 100%;
  background: linear-gradient(45deg, #000000d6, #bd2424);
  border-radius: 10px;
  transition: width 1.5s ease-in-out;
}

/* Images */
.why-images {
  position: relative;
}

.why-images .img {
  position: absolute;
}
.why-images .img1 {
    bottom: -91px;
    left: 1px;
    width: 61%;
}

.why-images .img2 {
    top: -27px;
    right: -12px;
    width: 53%;
}

.why-images .img3 {
    bottom: 40px;
    left: 63%;
    width: 41%;
}

.why-images img {
  border-radius: 12px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}


/* journey review  */
.our-journey {
  background: #f7f9fc;
}
.review-slider {
    height: 0;
    width: 296px;
    bottom: -79px !important;
}
.review-card {
    background: #fff;
    padding: 38px 40px;
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    text-align: center;
    margin: 10px;
    transition: 0.3s;
}

.review-card:hover {
  transform: translateY(-5px);
}
.slick-dots {
    text-align: center;
    margin-top: 0% !important;
}
.review-card p {
  font-size: 14px;
  color: #555;
  margin-bottom: 15px;
}

.review-card h6 {
  margin: 0;
  font-weight: 600;
}

.review-card span {
  font-size: 13px;
  color: #888;
}

/* Featured section */
section.exam-features.py-5 {
    padding: 96px 0px !important;
}
.exam-features .choose-box {
    height: 100%;
    padding: 30px 25px;
    text-align: center;
}
.feature-card {
  background: #fff;
  padding: 30px 20px;
  border-radius: 15px;
  text-align: center;
  transition: 0.3s;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  height: 100%;
}

.feature-card:hover {
  transform: translateY(-8px);
}

.feature-card .icon {
  height: 70px;
  width: 70px;
  background: #0d6efd;
  color: #fff;
/*   margin: auto; */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 15px;
}

.center-heading h2 {
    font-weight: 700;
    font-size: 37px;
    position: relative;
}


/* Background Image Card */
.growth-card {
  position: relative;
  background: url('https://examdeals.com/wp-content/uploads/2026/03/elearning-online-study-concept-student-studying-online-class-via-laptop-computer_901408-24425.jpg') center/cover no-repeat;
  color: #fff;
  border-radius: 15px;
  overflow: hidden;
  min-height: 250px;
  display: flex;
  align-items: flex-start; /* top align */
  padding: 25px;
}

/* Dark overlay for readability */
.growth-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.6);
}

/* Content above overlay */
.growth-card .content {
  position: relative;
  z-index: 2;
  text-align: left;
}

/* Icon */
.growth-card .icon {
  font-size: 45px;
    width: 100px;
    height: 100px;
    margin: 0px -25px -11px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(100deg, #0b0b2c, #d30909);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.3s ease;
    border: none !important;
}

/* Heading */
.growth-card h5 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
	color:#fff !important;
}

/* Short paragraph */
.growth-card p {
  font-size: 14px;
  margin: 0;
	color:#fff !important;
}



/* FAQ Section  */
.faq-section {
    background: #fbdddd;
    position: relative;
    overflow: hidden;
}

/* Static TOP-RIGHT IMAGE */
.faq-section::before {
    content: "";
    position: absolute;
    top: -20%;
    right: -8%;
    width: 372px;
    height: 355px;
    background: url('https://examdeals.com/wp-content/uploads/2026/03/technology-round-logo_609277-4886-removebg-preview.png') no-repeat center/contain;
    opacity: 0.4;
    z-index: 0;
}
.faq-section h2 {
    font-size: 36px;
    font-weight: 700;
    color: #0b0b2c;
    position: relative;
    
}
/* IMAGE STYLE */
.faq-image img {
    width: 89%;
    border-radius: 20px;
    animation: floatImg 4s ease-in-out infinite;
}

/* Floating animation */
@keyframes floatImg {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-15px); }
  100% { transform: translateY(0px); }
}

/* ACCORDION CARD */
.accordion-item {
  border: none;
  margin-bottom: 15px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
}

/* BUTTON */
.accordion-button {
  font-weight: 600;
  background: #fff;
  border: none;
  box-shadow: none;
  position: relative;
}

/* REMOVE DEFAULT ICON */
.accordion-button::after {
  display: none;
}

/* CUSTOM ICON */
.accordion-button::before {
  content: "+";
  position: absolute;
  right: 20px;
  font-size: 22px;
  transition: 0.3s;
}

/* ACTIVE */
.accordion-button:not(.collapsed) {
    background: linear-gradient(45deg, black, var(--primary));
    color: #fff !important;
}

.accordion-button:not(.collapsed)::before {
  content: "−";
  color: #fff;
}

/* BODY ANIMATION */
.accordion-body {
  animation: fadeIn 0.4s ease;
  color: #555;
}

/* FADE */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/* Services section  */
/* SECTION */
.services-section {
  background: #f6f7fb;
}

/* HEADING */
.section-subtitle {
  font-size: 13px;
  letter-spacing: 2px;
  color: #6c6c6c;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.section-title {
  font-size: 35px;
  font-weight: 600;
  color: #0b0b0b;
	letter-spacing: 1px;
	  line-height: 50px;
}

/* SLIDER */
.productsldr {
  margin-top: 30px;
}

/* CARD */
.service-card {
    background: #fff;
    padding: 22px;
    border-radius: 14px;
    position: relative;
    margin: 0 12px !important;
    height: 100% !important;
    box-shadow: 0 10px 35px rgba(0,0,0,0.08) !important;
    transition: all 0.35s ease;
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 18px 45px rgba(0,0,0,0.12);
}

/* IMAGE */
.service-image {
    overflow: hidden;
    border-radius: 12px;
    margin-bottom: 18px;
    /* width: 200px; */
    height: 200px;
}
.service-image img {
    width: 100% 
!important;
    height: 200px;
    border-radius: 12px;
    transition: transform 0.4s ease;
    object-fit: cover;
}

.service-card:hover .service-image img {
  transform: scale(1.08);
}

/* ICON */
.service-icon {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 60px;
    height: 62px;
    background: #085c9f;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 20px rgb(0 0 0 / 82%);
    border: 1px solid #fff;
}
.service-icon img {
    width: 42px;
    height: 42px;
    object-fit: contain;
}

/* TEXT */
.service-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #043f6f;
    text-align: center;
}

.service-desc {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 16px;
	text-align: center;
}

/* LINK */
.read-more {
  font-size: 14px;
  font-weight: 600;
  color: #0b0b0b;
  text-decoration: none;
}

.read-more i {
  margin-left: 6px;
  transition: transform 0.3s ease;
}

.read-more:hover i {
  transform: translateX(5px);
}

/* Make slider relative */
.productsldr {
    position: relative;
    padding-bottom: 70px; /* space for arrows */
}

button.slick-prev.slick-arrow {
    left: 47% !important;
    bottom: -10% !important;
}
button.slick-next.slick-arrow {
    left: 53% !important;
    bottom: -10% !important;
}
/* RESPONSIVE */
@media (max-width: 991px) {
  .productsldr .slick-prev {
    left: -20px;
  }
  .productsldr .slick-next {
    right: -20px;
  }
}

/* =========================
   WHY CHOOSE US SECTION
========================= */
.why-choose-section {
    background: #b7bcd56e;
    position: relative;
}

/* Titles */
.section-subtitle {
  font-size: 12px;
  letter-spacing: 2px;
  color: #7b5cff;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 10px;
}

.section-title {
  font-size: 36px;
  font-weight: 700;
  color: #0b0b2c;
}

/* =========================
   CENTER IMAGE
========================= */
.choose-center-img img {
  width: 100%;
  max-width: 380px;
  height: auto;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 30px 60px rgba(0,0,0,0.15);
}

/* =========================
   FEATURE CARD
========================= */
.choose-item {
  background: #fff;
  padding: 25px 25px 25px 70px;
  border-radius: 12px;
  position: relative;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
  margin-bottom: 30px;
/*   overflow: hidden; */
  transition: all 0.35s ease;
}

/* Right aligned card */
.choose-item.right {
  padding: 25px 70px 25px 25px;
  text-align: left;
}

/* Gradient hover layer */
.choose-item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #7b5cff4d, #085c9f);
    opacity: 0;
    transform: scale(0.6);
    border-radius: 50%;
    transition: all 0.45s ease;
    z-index: 0;
}

/* Hover animation */
.choose-item:hover::after {
  opacity: 1;
  transform: scale(1);
  border-radius: 12px;
}

/* Bring content above gradient */
.choose-item * {
  position: relative;
  z-index: 1;
}

/* =========================
   TEXT
========================= */
.choose-item h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #0b0b2c;
  transition: color 0.35s ease;
}

.choose-item p {
  font-size: 14px;
  margin: 0;
  color: #666;
  line-height: 1.6;
  transition: color 0.35s ease;
}

/* Text color on hover */
.choose-item:hover h5,
.choose-item:hover p {
  color: #fff;
}

/* =========================
   ICON BOX
========================= */
.icon-box {
    width: 56px;
    height: 60px;
    background: #085c9f;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -10px;
    right: 11px;
    font-size: 27px;
    border-radius: 0 14px 0 14px;
    z-index: 2;
    transition: all 0.35s ease;
}

/* Icon 3D plate */
.icon-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #085ea7;
  height: 11px;
  border-radius: 21px 0 0 0;
  transform: translate(-53px, 0);
  z-index: -1;
  transition: all 0.35s ease;
}

/* Icon hover merge effect */
.choose-item:hover .icon-box {
  background: #fff;
  color: #085c9f;
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.25);
}

/* Icon plate hover blend */
.choose-item:hover .icon-box::before {
  background: rgba(255,255,255,0.35);
  transform: translate(-58px, 4px);
}

/* Right aligned icon */
.choose-item.right .icon-box {
  right: 15px;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 991px) {

  .choose-item,
  .choose-item.right {
    padding: 25px 25px 25px 70px;
  }

  .choose-item.right .icon-box {
    right: auto;
    left: 15px;
  }

  .choose-center-img {
    margin: 40px 0;
  }
}

/* vendor form  */
.vendor-form-box {
    background: #ffffff;
    padding: 30px 30px 10px;
    border-radius: 20px;
    max-width: 612px;
    margin: 0px auto;
    text-align: left;
    box-shadow: 0 15px 40px rgba(0,0,0,.08);
}

/* Heading */
.vendor-form-box h3 {
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 10px;
}

.vendor-form-box p {
  font-size: 15px;
  color: #666;
  margin-bottom: 30px;
}

/* Form Group */
/* ===========================
   Contact Form 7 Styling
=========================== */

.wpcf7{
    max-width:100%;
}

.wpcf7-form {
    background: #ffffff00;
    border-radius: 15px;
}

.wpcf7-form label{
    display:block;
    font-size:15px;
    font-weight:600;
    color:#222;
    margin-bottom:8px;
}

.wpcf7-form p{
    margin-bottom:20px;
}

/* Inputs */

.wpcf7-form input,
.wpcf7-form textarea,
.wpcf7-form select{
    width:100%;
    height:55px;
    border:1px solid #ddd;
    border-radius:8px;
    padding:0 16px;
    font-size:13px;
    color:#333;
    background:#fff;
    transition:.3s;
    box-sizing:border-box;
}

.wpcf7-form textarea {
    height: 140px;
    padding: 15px;
    resize: none;
}

/* Focus */

.wpcf7-form input:focus,
.wpcf7-form textarea:focus,
.wpcf7-form select:focus{
    outline:none;
    border-color:#a70909;
    box-shadow:0 0 0 3px rgba(167,9,9,.12);
}

/* Phone */

.phone-group{
    display:flex;
    gap:15px;
}

.country-code {
    width: 150px;
}

.mobile-number{
    flex:1;
}

/* Submit */

.wpcf7-submit{
    width:auto !important;
    min-width:220px;
    height:55px !important;
    background:linear-gradient(45deg,#000,#a70909) !important;
    color:#fff !important;
    border:none !important;
    border-radius:50px !important;
    padding:0 35px !important;
    font-size:16px !important;
    font-weight:600 !important;
    cursor:pointer;
    transition:.35s;
}

.wpcf7-submit:hover{
    transform:translateY(-3px);
    box-shadow:0 12px 25px rgba(167,9,9,.25);
}

/* Validation */

.wpcf7-not-valid{
    border-color:#dc3545 !important;
}

.wpcf7-not-valid-tip{
    margin-top:6px;
    font-size:13px;
}

.wpcf7-response-output{
    margin-top:20px !important;
    border-radius:8px;
    padding:15px !important;
}

/* Placeholder */

.wpcf7 ::placeholder{
    color:#888;
}

/* Responsive */

@media(max-width:767px){

.phone-group{
    flex-direction:column;
}

.country-code{
    width:100%;
}

.mobile-number{
    width:100%;
}

.wpcf7-form{
    padding:25px;
}

.wpcf7-submit{
    width:100% !important;
}

}

/* -------------------details page css starts ----------------------------  */
.secondary-container {
    padding: 60px 0;
}

.about-sec {
  padding: 80px 0;
  background: linear-gradient(135deg, #f8f5f0, #ffffff);
  position: relative;
  overflow: hidden;
}

/* Optional decorative background */
.about-sec::before {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  background: rgba(200, 170, 120, 0.15);
  border-radius: 50%;
  top: -80px;
  left: -80px;
}

/* Image Wrapper */
.about-images {
  position: relative;
  width: 100%;
  height: 450px;
}

/* Common Image Style */
.about-img {
  position: absolute;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
  transition: 0.4s ease;
}

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

.about-img:nth-child(1) {
    width: 57%;
    height: 500px;
    top: 0;
    left: 0;
    z-index: 3;
    border: 5px solid #ffffff;
}
.about-img:nth-child(2) {
    width: 44%;
    height: 256px;
    bottom: -45px;
    right: -17px;
    z-index: 2;
    border: 5px solid #fff;
}
.about-img:nth-child(3) {
    width: 44%;
    height: 226px;
    top: 0;
    left: 58%;
    z-index: 4;
    border: 5px solid #fff;
}


.about-img:hover {
/*   transform: scale(0.05); */
/*   z-index: 10; */
}

/* Right Content Styling */
.about-content {
    padding-left: 30px;
    text-align: left;
}

.about-content h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
	text-align:left;
}

.about-content p {
    font-size: 15px;
    line-height: 1.7;
    color: #555;
}

/* Responsive */
@media (max-width: 991px) {
  .about-images {
    height: 350px;
    margin-bottom: 40px;
  }

  .about-img:nth-child(1) {
    width: 80%;
    height: 220px;
  }

  .about-img:nth-child(2) {
    width: 60%;
    height: 180px;
  }

  .about-img:nth-child(3) {
    width: 55%;
    height: 160px;
    top: 100px;
  }

  .about-content {
    padding-left: 0;
    text-align: center;
  }
}

/* About Vendor section  */
section.abt-top-vendors {
    padding: 40px 0px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(45deg, #7777778c, transparent);
}

.logo-items {
    padding: 0px 100px;
}

/*  About Page  Testimonial section*/
.testimonial-sec {
    padding: 80px 0 0;
    background: #f1f1f1;
}

/* Card */
.testimonial-box {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    position: relative;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    height: 330px;
}

/* Rating */
.rating {
  color: #f4b400;
  font-size: 18px;
  margin-bottom: 15px;
}

/* Text */
.testimonial-text {
  font-size: 15px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 25px;
}

/* User */
.testimonial-user {
  display: flex;
  align-items: center;
  gap: 15px;
}

.testimonial-user img {
    width: 61px !important;
    height: 61px;
    border-radius: 50%;
    object-fit: cover;
}

.testimonial-user h4 {
  font-size: 16px;
  margin: 0;
  font-weight: 600;
}

.testimonial-user span {
  font-size: 13px;
  color: #888;
}

/* Quote Icon */
.quote-icon {
  position: absolute;
  top: 20px;
  right: 25px;
  font-size: 60px;
  color: #f4b400;
  opacity: 0.2;
}

/* Slick spacing */
.testimonial-item {
  padding: 15px;
}
/* footer section  */
footer {
    position: relative;
    background: linear-gradient(rgb(0 0 0 / 87%), #080203c2), url(https://examdeals.com/wp-content/uploads/2026/03/footer-3-bg.jpg) no-repeat center center;
    background-size: cover;
    color: #fff;
    padding: 0px 20px 0px;
    z-index: 1;
}
/* Optional: create overlap with above section */
.footer-overlap {
    position: relative;
    margin-top: -100px; /* pulls footer up over previous section */
}

/* Fixed Footer Option (sticky bottom) */
footer.sticky-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}
.footerlogo {
    height: 97px;
    width: 180px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-bottom: 15px; */
    margin-top: 9px;
    border-radius: 14px;
    /* clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%); */
}
.footerlogo img {
    width: 172px;
}
footer .border-start {
    border-left: 1px solid #dee2e640!important;
}
a.footer-logo{
	width:100%;
	background: var(--white);
	height:100%;
	display:flex;
	align-items:center;
	justify-content:center;
}
footer ul {
    padding-left: 0px !important;
}
footer a.footer-logo img {
    width: 200px;
    padding: 2px 19px;
    margin-bottom: 0px;
}
footer .col-sm-4 {
    padding: 50px 30px;
}
footer h3 {
    color: var(--white);
    position: relative;
    width: fit-content;
    padding-bottom: 15px;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: .5px;
    font-family: poppins;
}
footer h3:after, footer h3:before {
    background: #919197;
    position: absolute;
    content: "";
    height: 2px;
    width: 15px;
    bottom: 0;
    left: 0;
}
footer h3:before {
    width: 35px;
    left: 20px;
    background: var(--primary);
}
footer a, footer ul li {
    color: #efefef;
    transition: 0.5s ease-in-out;
    font-size: 14.5px;
}
footer a:hover {
    color: var(--primary);
}
footer i{
    font-size: 13px;
    margin-right: 6px;
}
footer p {
    margin-top: 9px;
    color: #efefef;
    font-weight: 300;
    font-size: 15px;
}
footer .ftr-link img {
    width: 160px;
    margin: 0 auto;
    display: block;
}
footer .supporter {
    background: var(--white);
    padding: 15px;
    border-radius: 6px;
}
.ftricons {
    margin-top: 15px;
    column-gap: 5px;
}
.ftricons li i {
    color: #fff;
    font-size: 14px;
    background: #ffffff00;
    width: 36px;
    height: 36px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    border: 1px solid #7d0713;
}
.ftr-link li {
    padding-left: 15px;
    position: relative;
    margin-bottom: 12px;
}
footer ul.hours li{
 line-height: 26px;	
}
.ftr-link li:before {
    position: absolute;
    content: "\f0da";
    font-family: 'Font Awesome 5 Free';
    left: 0;
    font-weight: 600;
    font-size: 15px;
   
}
.ftr-contact {
    display: flex;
    column-gap: 20px;
    border-bottom: 1px solid #ffffff1f;
    padding-bottom: 25px;
}
.ftr-contact li {
    width: 33.333%;
    border: 1px solid #ffffff21;
    padding: 15px;
    background: #0000003d;
    text-align: center;
    border-radius: 6px;
}
.ftr-contact li i {
    color: var(--white);
    font-size: 16px;
    background: #ffffff1f;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 13px;
}
.ftr-contact li h4 {
    font-size: 18px;
    color: var(--white);
    margin: 18px 0 5px;
    font-weight: 600;
}
/* footer .col-lg-4 {
    padding:50px 0 40px;
} */
footer .col-lg-3 {
     padding:80px 0 40px;
}
footer .col-lg-2 {
    padding:80px 0 40px;
}
footer .col-lg-4 {
    padding:80px 0 40px;
}
footer .col-lg-3:last-child {
    border-right: unset;
    padding-left: 35px;
}
.ftrcontact li:before {
	display:none;
}
.ftrcontact li {
    padding: 0;
    display: flex;
    align-items: center;
    column-gap: 10px;
	 padding: 0;
	margin-bottom:15px;
}
.ftrcontact li a {
    font-size: 15px;
}
.ftrcontact li a span {
    font-size: 15px;
}
.ftrcontact li i {
    font-size: 15px;
    margin: 0;
    height: 35px;
    width: 35px;
    background: linear-gradient(45deg, black, #d71023);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.ftr-newsletter input[type="submit"] {
    width: 100%;
    margin-top: 5px;
}
.copyright {
    padding: 15px 0;
    border-top: 1px solid #ffffff12;
}
.copyright .row {
    align-items: center;
}
.copyright p {
    margin: 0 !important;
    color: var(--white);
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 300;
}
.copyright p a {
    color: #db7272;
    font-weight: 400;
    text-decoration: underline;
    text-underline-offset: 4px;
}

footer ul.socialicon li a {
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #c98d830f;
    width: 40px;
    height: 40px;
    color: var(--secondary);
    transition: .5s;
    margin-right: 5px;
    backdrop-filter: blur(2px);
    border-radius: 50%;
}
#GoToTop {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 99;
    padding: 0;
    width: 45px;
    height: 47px;
    color: var(--primary);
    text-align: center;
    padding-top: 10px;
    font-size: 20px;
    border: 2px solid #000000;
    border-radius: 8px;
}
#GoToTop img {
    width: 24px;
}

/*#whatsappbtn {*/
/*    cursor: pointer;*/
/*    position: fixed;*/
/*    bottom: 4%;*/
/*    left: 20px;*/
/*    z-index: 99999999;*/
/*    padding: 0 9px;*/
/*    background: #4fcc5d;*/
/*    border-radius: 50%;*/
/*    width: 50px;*/
/*    height: 50px;*/
/*    text-align: center;*/
/*    font-size: 32px;*/
/*    color: var(--white);*/
/*    z-index: 1;*/
/*}*/

#whatsappbtn {
    cursor: pointer;
    position: fixed;
    bottom: 13%;
    right: 20px;
    z-index: 99999999;
    padding: 0 9px;
    background: #4fcc5d;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 32px;
    color: var(--white);
    z-index: 1;
}

#whatsappbtn:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #4fcc5d;
    box-shadow: 0 0 10px #4fcc5d;
    animation: playbtn 3s linear infinite forwards;
    z-index: -3;
}

@keyframes playbtn {
    from {
        transform: scale(1.0);
        opacity: 1;
    }

    to {
        transform: scale(1.5);
        opacity: 0;
    }
}

#whatsappbtn img {
    width: 30px;
    margin-top: 10px;
}

/* Why Choose Us */
.why_choose_us {
    padding: 60px 0px;
}
.why_choose_us h2 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #222;
  position: relative;
}
.why_choose_us h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: var(--primary, #0073e6);
  margin: 12px auto 0;
  border-radius: 2px;
}


.benefit-card {
    background: linear-gradient(45deg, #0dd62075, #ff00003d) border-box;
    border-radius: 15px;
    border: 2px solid transparent;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    transition: all 0.3s ease-in-out;
    border: 1px solid #0e0e29;
}

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


.benefit-icon {
  height: 80px;
  width: 80px;
  margin: auto;
  border-radius: 50%;
  background: var(--primary, #0073e6);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.benefit-icon img {
  width: 60%;
  height: 60%;
  object-fit: contain;
  transition: transform 0.4s ease;
}
.benefit-card:hover .benefit-icon img {
  transform: rotateY(180deg); /* flip effect */
}
.benefit-card p {
    color: #000;
    font-size: 16px;
    line-height: 21px;
}



.servicesdtls-sidebar.mb-4 {
    display: none !important;
}
.sidebar form {
    position: relative;
    display: none !important;
}
h2.wp-block-heading {
    color: var(--primary);
    border-bottom: 2px solid;
    margin: 0px 0px 23px;
    /* border-width: 5px; */
}
ul.wp-block-latest-posts__list.wp-block-latest-posts {
    margin-bottom: 20px !important;
}
/* Pop up Form  */
.modal-body .wpcf7-form input, .modal-body .wpcf7-form textarea, .modal-body .wpcf7-form select {
    width: 100%;
    padding: 12px 15px;
    margin-bottom: -11px;
    border-radius: 10px;
    border: 1px solid #ced4da;
    transition: all 0.3s ease;
}

.modal-body .wpcf7-form input:focus,
.modal-body .wpcf7-form textarea:focus,
.modal-body .wpcf7-form select:focus {
    border-color: #7b5cff;
    box-shadow: 0 0 10px rgba(123, 92, 255, 0.2);
    outline: none;
}

.modal-body .wpcf7-form [type="submit"] {
    background: #011d33;
    color: #fff;
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.modal-body .wpcf7-form [type="submit"]:hover {
    background: #5a3dcf;
    transform: translateY(-2px);
}


/* New testimonial */

.testimonial-section {
/*     background: #f8f9fb;
    position: relative; */
	
	padding: 80px 0;
  background: url('https://examdeals.com/wp-content/uploads/2026/04/1102624_7594.jpg') no-repeat center center;
  background-size: cover;
}

/* Left Image Styling */
.testimonial-left-img img {
    width: 100%;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    object-fit: cover;
}

/* Slide Layout */
.testimonial-slide {
    text-align: left;
    padding: 20px 10px;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s ease;
}
.testimonial-slide.slick-active {
    opacity: 1;
    transform: translateY(0);
}
.testimonial-slider.slick-initialized.slick-slider.slick-dotted {
    padding: 0px 0 30px !important;
}

/* Client Image Box */
.client-box img {
    width: 90px !important;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid var(--primary);
    box-shadow: 0 5px 18px rgba(0,0,0,0.15);
    margin-bottom: 15px;
}

/* Quote */
.quote {
    position: relative;
    font-size: 18px;
    font-style: italic;
    line-height: 1.7;
    color: #333;
    margin-bottom: 15px;
    padding-left: 18px; /* space for the line */
}

.quote::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 3px;
    height: 85%;
    background: var(--primary); /* or #0a3150 */
    border-radius: 10px;
}


/* Name */
.name {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 2px;
    color: #0a3150;
}

/* Role */
.role {
    display: block;
    font-size: 15px;
    color: #666;
}

/* Vision  And Mission */
.vision-mision {
    padding: 60px 0;
    background: #f9f9f9;
}

/* Card */
.vm-card {
    position: relative;
    height: 360px;
    border-radius: 20px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    transition: 0.4s ease;
    padding: 5px;
}

/* Overlay */
.vm-overlay {
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / 58%);
    transition: 0.4s ease;
}

/* Content */
.vm-content {
    position: relative;
    color: #fff !important;
    padding: 30px;
    max-width: 100%;
    margin-left: auto;
    z-index: 2;
    padding: 26px 20px 12px;
}

.vm-content h3 {
  font-size: 28px;
  margin-bottom: 15px;
  font-weight: 700;
	color:#fff;
}
.vm-text p {
    color: #fff !important;
    font-size: 16px;
}

.vm-text {
  font-size: 15px;
  line-height: 1.7;
}

/* Hover Effects */
.vm-card:hover {
  transform: scale(1.02);
}

/* Zoom Background */
.vm-card:hover::before {
  transform: scale(1.1);
}

/* Better Zoom using pseudo */
.vm-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: inherit;
  background-size: cover;
  background-position: center;
  transition: 0.5s ease;
  z-index: 0;
}

/* Overlay change on hover */
.vm-card:hover .vm-overlay {
    background: linear-gradient(45deg, black, #a92929a1);
}

/* Responsive */
@media (max-width: 991px) {
  .vm-card {
    height: 250px;
  }

  .vm-content {
    max-width: 100%;
    margin-left: 0;
  }
}

/* Partner */
.our-partners .partner-card {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 4px 18px rgb(0 0 0 / 10%);
    transition: all 0.3s ease;
}

.our-partners .partner-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 22px rgb(0 0 0 / 18%);
}

.our-partners h3 {
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 600;
}

.our-partners p {
    margin-bottom: 8px;
}
.partner-logo {
    max-width: 140px;
    height: auto;
    margin-bottom: -1px;
    display: block;
    margin-top: -31px;
    margin-left: auto;
    margin-right: auto;
    /* filter: grayscale(100%); */
    transition: 0.3s ease-in-out;
}

.partner-card:hover .partner-logo {
/*     filter: grayscale(0%); */
    transform: scale(1.05);
}

/*Footer address  */
p.adrs {
    width: 85%;
}

/* Voucher Page  */

/* Section */
.voucher-cards-sec {
  padding: 80px 0;
  background: linear-gradient(135deg, #f8f5f0, #ffffff);
}

/* Card */
.voucher-card {
  background: #fff;
  border-radius: 16px;
  padding: 25px 20px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  height: 100%;
  position: relative;
  overflow: hidden;
}

/* Hover Effect */
.voucher-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}

/* Top subtle gradient strip */
.voucher-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 5px;
  width: 100%;
  background: linear-gradient(90deg, #2c3e94, #ff3d00);
}

/* Logo */
.voucher-logo {
  height: 60px;
  margin-bottom: 15px;
}

.voucher-logo img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

/* Title */
.voucher-card h4 {
  font-size: 16px;
  font-weight: 600;
  color: #1a2a6c;
  margin-bottom: 18px;
}

/* Badge */
.voucher-badge-text {
    display: inline-block;
    padding: 8px 16px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(135deg, #000000a6, #0d3665cf);
    border-radius: 30px;
    margin-bottom: 20px;
    position: relative;
}

/* Glow effect */
.voucher-badge-text::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 30px;
  background: inherit;
  filter: blur(10px);
  opacity: 0.4;
  z-index: -1;
}

/* Buttons */
.voucher-actions {
  display: flex;
  justify-content: center;
  gap: 10px;
}

/* Common Button */
.voucher-actions a {
  padding: 9px 14px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}
a.btn-view {
  display: inline-block;
    margin-top: 15px;
    background: linear-gradient(45deg, black, #cb0000);
    color: #fff;
    padding: 12px 25px;
    text-decoration: none;
}


/* Hover Effect */
a.btn-view:hover {
    background: #000 !important;
    color: #fff !important;
    border-color: #6c5ce7;
    transform: translateY(-2px);
}

/* Active Click */
a.btn-view:active {
  transform: scale(0.96);
}

/* Optional Icon Spacing */
a.btn-view i {
  margin-left: 8px;
}

/* View Button */
/* .btn-view {
  background: #2c3e94;
  color: #fff;
}

.btn-view:hover {
  background: #1a2a6c;
}
 */
/* Enquiry Button */
.btn-enquiry {
  background: #2c3e94;
  color: #fff;
}

.btn-enquiry:hover {
    background: linear-gradient(45deg, #c10000, #000000);
    color: #fff;
}

/* Responsive */
@media (max-width: 991px) {
  .voucher-card {
    padding: 20px;
  }
}

@media (max-width: 576px) {
  .voucher-actions {
    flex-direction: column;
  }

  .voucher-actions a {
    width: 100%;
  }
}

/*  Partner PAge */

/* Partner tagline area */
.partner-line {
  padding: 80px 0;
  background: linear-gradient(135deg, #fff5f2, #ffffff);
  position: relative;
  overflow: hidden;
}

/* Soft background glow */
.partner-line::before {
  content: "";
  position: absolute;
  top: -50px;
  right: -50px;
  width: 250px;
  height: 250px;
  background: rgba(255, 60, 0, 0.08);
  border-radius: 50%;
}

/* Content */
.partner-content {
  max-width: 800px;
  margin: auto;
}

/* Title */
.partner-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #222;
}

/* Description */
.partner-desc {
  font-size: 16px;
  color: #666;
  line-height: 1.7;
  margin-bottom: 30px;
}

/* Highlight Points */
.partner-highlights {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}

/* Highlight badges */
.partner-highlights span {
    background: #fff;
    padding: 10px 20px;
    border-radius: 30px;
    font-weight: 600;
    color: #ef061d;
    border: 1px solid #ffe1d8;
    transition: 0.3s;
}
/* Hover effect */
.partner-highlights span:hover {
    background: linear-gradient(45deg, black, #db1111fc);
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(255, 60, 0, 0.2);
}

/* Partner Page Tab */
/* .partner-tabs-sec {
  padding: 80px 0;
  background: linear-gradient(135deg, #f8f5f0, #ffffff);
} */

.partner-tabs-sec {
  padding: 50px 0;
  position: relative;
  background: url('https://examdeals.com/wp-content/uploads/2026/04/Untitled-design-8.png') no-repeat center center/cover;
/*   z-index: 1; */
}

/* Overlay for readability */
.partner-tabs-sec::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.9); /* light overlay */
  z-index: -1;
}

.tabs-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 40px;
}

.tab-btn {
  padding: 12px 25px;
  border: none;
  background: #eee;
  border-radius: 30px;
  cursor: pointer;
  font-weight: 600;
  transition: 0.3s;
}

.tab-btn.active, .tab-btn:hover {
    background: linear-gradient(45deg, black, #af0303);
    color: #fff;
}

.tabs-content {
  max-width: 850px;
  margin: auto;
}

.tab-pane {
    display: none;
    background: #ffffff38;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgb(0 0 0 / 21%);
}

.tab-pane.active {
  display: block;
}

.tab-pane h4 {
    font-size: 28px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #7d0000;
}

.tab-pane p {
  color: #666;
  margin-bottom: 20px;
}

.tab-pane ul {
  padding-left: 0;
  list-style: none;
}

.tab-pane ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
}

/* Red Tick */
.tab-pane ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    color: #dd0116;
    font-size: 16px;
    font-weight: bold;
}

.btn-enquiry {
    display: inline-block;
    margin-top: 15px;
    background: linear-gradient(45deg, black, #cb0000);
    color: #fff;
    padding: 12px 25px;
    border-radius: 30px;
    text-decoration: none;
}

/* ================================
  Contact Page Css
================================ */
section.contact-inner-section {
    padding: 20px 0px 50px;
}
  .contact-page-box {
    background: #fff;
    padding: 31px;
    border-radius: 12px;
    height: 100%;
    display: flex;
    border: 1px solid #e6e6e6;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    flex-direction: column;
    justify-content: center;
} 
.contact-page-box .info-card {
    padding: 29px 25px !important;
}
span.subtitle-dots {
    color: #d10707;
    font-size: 25px;
    font-weight: 600;
}
    .form-control {
        background: #f9f9f9;
        border: 1px solid #ddd;
        color: #000;
    }
    .form-control:focus {
        border-color: var(--primary);
        box-shadow: none;
    } 
 .info-card {
    padding: 25px 25px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #ececec;
    box-shadow: 0 4px 15px rgba(0,0,0,0.04);
    transition: 0.3s;
    display: flex;
    gap: 29px;
}
.privacy-note {
    font-size: 13px;
    color: #666;
    margin-top: 6px;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: -1%;
}

.privacy-note i {
    color: #8f0808;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: linear-gradient(45deg, black, #dd0a0a);
    color: #fff;
}
	.info-card a{ 
		color: #000 !important;
		text-decoration: none;		
	}
    .info-card:hover {
        border-color: var(--primary);
        transform: translateY(-4px);
    }
   .info-card i{
        font-size: 28px;
        color: var(--primary);
        margin-bottom: 10px;
    }
    .info-card h6 {
        font-size: 18px;
        margin-bottom: 5px;
        font-weight: 600;
    }
    .map-section iframe {
        width: 100%;
        height: 450px;
        border: 0;
        border-radius: 12px;
        margin-top: 40px;
    }


/* Home Product  Category  */
.category-card{
    background:#fff;
    border-radius:15px;
    overflow:hidden;
    box-shadow:0 5px 20px rgba(0,0,0,0.08);
    transition:0.3s;
    height:100%;
}

.category-card:hover{
    transform:translateY(-5px);
}

.category-image {
    width: 74%;
    height: 117px;
    margin: 0 auto;
}
.category-image img {
    width: 100%;
    height: inherit;
    object-fit: cover;
}

.category-content{
    padding:20px;
    text-align:center;
}

.category-content h3{
    font-size:22px;
    margin-bottom:15px;
}

.view-more-btn{
    display:inline-block;
    padding:10px 25px;
    background:#0d6efd;
    color:#fff;
    text-decoration:none;
    border-radius:5px;
    transition:.3s;
}

.view-more-btn:hover{
    background:#084298;
    color:#fff;
}

/* Product Category Page */
.product-category-page{
    background:#f7f9fc;
}

.category-header h1{
    font-size:42px;
    font-weight:700;
    margin-bottom:15px;
}

.category-header p{
    max-width:700px;
    margin:auto;
    color:#666;
}

.modern-product-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    transition: .4s;
    height: 100%;
    border: 1px solid #e33a3ad4;
}
.modern-product-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 40px rgba(0,0,0,.15);
}

.product-image{
    background:#f5f7fb;
    padding:20px;
}

.product-image img{
    width:100%;
    height:260px;
    object-fit:contain;
    transition:.4s;
}

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

.product-content{
    padding:25px;
}

.product-title{
    font-size:20px;
    line-height:1.5;
    margin-bottom:15px;
}

.product-title a {
    color: #222;
    text-decoration: none;
    font-size: 17px;
    font-weight: 700;
}

.product-price {
    font-size: 20px;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 20px;
}

.product-price del{
    color:#999;
    font-size:16px;
    margin-right:10px;
}



.product-buttons{
    display:flex;
    gap:10px;
    margin-top:20px;
}

.view-btn,
.cart-btn{
    flex:1;
    text-align:center;
    padding:12px 15px;
    border-radius:10px;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}

.view-btn{
    background:#21409A;
    color:#fff;
}

.view-btn:hover{
    background:#14296f;
    color:#fff;
}

.cart-btn {
    background: #fff;
    color: var(--primary);
    border: 2px solid #e00101;
    padding: 5px 20px;
    border-radius: 6px;
}

.cart-btn:hover {
    background: linear-gradient(45deg, black, #cd0000);
    color: #fff;
    border: 1px solid #fff;
}
.product-image {
    background: #f5f7fb;
    padding: 20px;
    height: 160px;
}
.product-description{
    font-size:15px;
    color:#666;
    line-height:1.7;
    margin-bottom:15px;
    min-height:75px;
}

.product-description p{
    margin:0;
}
.product-image img {
    height: 140px !important;
    max-width: 100%;
}

/* Single Product Page */
.single-product-wrapper {
    background: linear-gradient(45deg, #700808, #052d3e);
}

.product-image-box, .product-info-box, .product-description-box {
    background: #dedfe3;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

.product-image-box img{
    width:100%;
    height:auto;
}

.product-info-box h1{
    font-size:38px;
    font-weight:700;
    margin-bottom:20px;
}

.old-price {
    color: #2c2a2a;
    margin-bottom: 10px;
    font-size: 17px;
}
.old-price bdi {
    font-size: 26px !important;
    font-weight: 700;
    color: #8f0808;
}

.old-price del {
    font-size: 28px;
}

.new-price {
    font-size: 15px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 25px;
}
.new-price bdi {
    color: #8f0808;
    font-size: 30px;
    font-weight: 700;
}
.single_add_to_cart_button{
    background:#21409A!important;
    border:none!important;
    padding:14px 30px!important;
    border-radius:10px!important;
}

.quantity input{
    height:48px;
}

.accordion-item{
    border:none;
    margin-bottom:10px;
    border-radius:10px;
    overflow:hidden;
}

.product-description-box{
    line-height:1.9;
}
.product-image-box img {
    height: 160px;
    width: 50%;
    margin: 0 auto;
    display: flex;
}
.product-image-box h1 {
    font-size: 18px;
}

/* Pop Up  */
.category-popup{
    display:none;
    position:fixed;
    inset:0;
    z-index:99999;
}

.category-popup.active{
    display:flex;
    justify-content:center;
    align-items:center;
}

.popup-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.8);
    backdrop-filter:blur(8px);
}

.popup-content{
    position:relative;
    width:90%;
    max-width:1200px;
    max-height:85vh;
    overflow-y:auto;
    background:#fff;
    border-radius:20px;
    padding:40px;
    z-index:2;
}

.close-popup{
    position:absolute;
    right:20px;
    top:15px;
    font-size:35px;
    cursor:pointer;
}

h2.popup-title {
    text-align: center;
    margin-bottom: 25px;
    color: #000;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.1;
}
h2.popup-title span {
    color: #930101;
}

.category-grid{
    display:grid;
    grid-template-columns:repeat(auto-fill,minmax(180px,1fr));
    gap:25px;
}

.category-card {
    cursor: pointer;
    text-align: center;
    transition: .3s;
    border: 1px solid var(--primary);
}
.category-card:hover{
    transform:translateY(-5px);
}

.category-card img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 15px;
}

.category-card h4{
    margin-top:12px;
}

.back-btn {
    border: none;
    background: linear-gradient(45deg, black, var(--primary));
    color: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    margin-bottom: 20px;
    cursor: pointer;
}

#categoryTitle{
    margin-bottom:20px;
}

#productList {
    display: grid;
    gap: 15px;
    grid-template-columns: 1fr 1fr;
}

.popup-product{
    display:block;
    padding:15px 20px;
    background:#f5f5f5;
    border-radius:10px;
    text-decoration:none;
    color:#222;
    transition:.3s;
}

.popup-product:hover {
    background: linear-gradient(45deg, black, var(--primary));
    color: #fff;
}

.popup-product {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px 20px;
    background: #f5f5f5;
    border-radius: 10px;
    text-decoration: none;
    color: #222;
    transition: .3s;
}

.popup-product::before {
    content: '';
    width: 10px;
    height: 10px;
    background: #930101;
    border-radius: 50%;
    flex-shrink: 0;
    animation: livePulse 1.5s infinite;
}

@keyframes livePulse {
    0% {
        box-shadow: 0 0 0 0 rgba(147, 1, 1, 0.8);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(147, 1, 1, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(147, 1, 1, 0);
    }
}

/* whatsapp contact  */
.certification-cta {
    padding: 80px 0;
    background: url('https://examdeals.com/wp-content/uploads/2026/07/6403.jpg') center center/cover no-repeat;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-attachment: fixed;
}

.certification-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgb(6 20 53 / 86%), rgb(167 9 9 / 69%));
    z-index: -1;
}
.certification-cta .container {
    position: relative;
    z-index: 2;
}

.cta-content{
    position:relative;
    z-index:2;
    max-width:800px;
    margin:auto;
    text-align:center;
}

.cta-content h2{
    color:#fff;
    font-size:42px;
    font-weight:700;
    margin-bottom:20px;
}

.cta-content p{
    color:rgba(255,255,255,.9);
    font-size:18px;
    line-height:1.8;
    margin-bottom:35px;
}

.whatsapp-btn{
    display:inline-flex;
    align-items:center;
    gap:12px;
    padding:16px 34px;
    background:#25D366;
    color:#fff;
    text-decoration:none;
    border-radius:50px;
    font-size:17px;
    font-weight:600;
    transition:.35s;
}

.whatsapp-btn i{
    font-size:24px;
}

.whatsapp-btn:hover{
    background:#1ebe5d;
    transform:translateY(-4px);
    box-shadow:0 15px 35px rgba(37,211,102,.35);
    color:#fff;
}

@media(max-width:768px){

.cta-content h2{
    font-size:32px;
}

.cta-content p{
    font-size:16px;
}

.whatsapp-btn{
    justify-content:center;
}
}
section.product_list.py-5 {
    background: #f3f3f3ad;
}
/* Vendor logo slider */
.vendor {
    padding: 30px 0;
    background: #e9e8e8;
    overflow: hidden;
}

.vendor-marquee{
    overflow:hidden;
    width:100%;
    position:relative;
}

.vendor-track{
    display:flex;
    align-items:center;
    width:max-content;
    animation: marquee 25s linear infinite;
}

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

.vendor-item {
    flex: 0 0 auto;
    width: 180px;
    height: 90px;
    margin: 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vendor-item img {
    max-width: 100%;
    max-height: 70px;
    object-fit: contain;
    transition: .3s;
    opacity: 1;
    background: #fff !important;
}

.vendor-item:hover img{
    filter:grayscale(0);
    opacity:1;
    transform:scale(1.08);
}

@keyframes marquee{
    from{
        transform:translateX(0);
    }
    to{
        transform:translateX(-50%);
    }
}

@media(max-width:768px){
    .vendor-item{
        width:130px;
        margin:0 20px;
    }

    .vendor-item img{
        max-height:55px;
    }
}
/* About PAge sucess */
.trusted-partner-sec{
    padding:90px 0;
    background:#fff;
}

.trusted-image img{
    width:100%;
    border-radius:20px;
    box-shadow:0 20px 45px rgba(0,0,0,.12);
}

.sub-title {
    display: inline-block;
    /* background: #87171715; */
    color: #871717;
    /* padding: 8px 18px; */
    /* border-radius: 30px; */
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 9px;
}

.trusted-partner-sec h2{
    font-size:42px;
    font-weight:700;
    color:#222;
    margin-bottom:20px;
}

.trusted-partner-sec p{
    color:#666;
    line-height:1.8;
    margin-bottom:18px;
}

.trusted-features {
    margin: 19px 0 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.feature-item {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 18px;
    font-size: 13px;
    font-weight: 500;
}

.feature-item i {
    width: 34px;
    height: 31px;
    background: #871717;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.theme-btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:15px 32px;
    background:#871717;
    color:#fff;
    border-radius:50px;
    text-decoration:none;
    transition:.35s;
}

.theme-btn:hover{
    background:#111;
    color:#fff;
    transform:translateY(-4px);
}

.theme-btn i{
    transition:.35s;
}

.theme-btn:hover i{
    transform:translateX(6px);
}

@media(max-width:991px){

.trusted-image{
    margin-bottom:40px;
}

.trusted-partner-sec h2{
    font-size:34px;
}
}
/* Country code  */
.iti{
    width:100%;
}
.iti input{
    width:100%;
    height:55px;
    padding-left:95px !important;
    border-radius:8px;
}
.iti__country-list{
    width:320px;
    max-height:300px;
}
.iti__selected-country{
    border-radius:8px 0 0 8px;
}
div#iti-0__dropdown-content {
    width: 200px !important;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}
div#iti-0__dropdown-content input {
    padding-left: 10px !important;
}
div#iti-0__dropdown-content::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
}
div#iti-0__dropdown-content {
    scrollbar-width: none;
}
div#iti-0__dropdown-content {
    -ms-overflow-style: none;
}
/* About Page breadcrumb */
.about-breadcrumb {
    position: relative;
    padding: 34px 0 28px;
    background: linear-gradient(135deg, #031e4dd6 0%, #8f080830 100%);
    overflow: hidden;
}

/* Decorative Circles */
.about-breadcrumb::before{
    content:"";
    position:absolute;
    width:500px;
    height:500px;
    background:rgba(255,255,255,.05);
    border-radius:50%;
    top:-220px;
    left:-180px;
}

.about-breadcrumb::after{
    content:"";
    position:absolute;
    width:350px;
    height:350px;
    background:rgba(255,255,255,.05);
    border-radius:50%;
    right:-120px;
    bottom:-120px;
}

.about-content{
    position:relative;
    z-index:2;
}

.about-content h1 {
    font-size: 35px;
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 14px;
}


/* .about-content p {
    color: #f3f3f3;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 17px;
}
 */
.about-image {
    text-align: center;
    position: relative;
    z-index: 2;
    margin-bottom: -50px !important;
}

.about-image img {
    max-width: 556px;
    width: 100%;
    margin-bottom: 0 !important;
	position: relative;
}
/* Top Left Floating Image */


/* Bottom Right Floating Image */


/* Floating Animation */
@keyframes floatUpDown{
    0%{
        transform: translateY(0);
    }
    50%{
        transform: translateY(-20px);
    }
    100%{
        transform: translateY(0);
    }
}
/* Responsive */
@media(max-width:991px){

.about-breadcrumb{
    padding:80px 0;
    text-align:center;
}

.about-content h1{
    font-size:40px;
}

.about-image{
    margin-top:50px;
}

.about-image img{
    max-width:320px;
}

}
/*======================================
        TRAINING PAGE
======================================*/

.training-hero {
    background: linear-gradient(135deg, #0b347130, #93010170);
    position: relative;
    overflow: hidden;
    color: #fff;
    padding: 60px 0 74px;
}

.training-hero::before{
    content:"";
    position:absolute;
    width:500px;
    height:500px;
    background:rgba(255,255,255,.05);
    border-radius:50%;
    right:-120px;
    top:-120px;
}

.hero-tag {
    display: inline-block;
    background: rgb(157 49 49 / 10%);
    border: 1px solid rgb(57 48 48 / 25%);
    color: #970b0b;
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 9px;
}
.hero-title {
    font-size: 43px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #020202 !important;
}

.hero-title span{
   color: #020202 !important;
}

.hero-subtitle {
    font-size: 22px;
    color: #930101;
    margin-bottom: 13px;
    font-weight: 500;
}

.hero-content {
    font-size: 16px;
    line-height: 1.8;
    color: #393838;
    margin-bottom: 23px;
}

.hero-buttons{
    display:flex;
    gap:20px;
    flex-wrap:wrap;
    margin-bottom:45px;
}

.btn-outline-custom {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    border: 1px solid #1e1a1a73;
    color: #371f1f;
    padding: 7px 18px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: .3s;
}

.btn-outline-custom:hover{
    background:#fff;
    color:#103e6d;
}

.phone-icon {
    width: 40px;
    height: 40px;
    background: #930101;
    color: #fff;
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    animation: phoneRing 1.2s infinite;
    transform-origin: center;
}

@keyframes phoneRing{

    0%{
        transform:rotate(0deg);
    }

    10%{
        transform:rotate(15deg);
    }

    20%{
        transform:rotate(-15deg);
    }

    30%{
        transform:rotate(15deg);
    }

    40%{
        transform:rotate(-15deg);
    }

    50%{
        transform:rotate(10deg);
    }

    60%{
        transform:rotate(-10deg);
    }

    70%,
    100%{
        transform:rotate(0deg);
    }

}

.hero-image {
    margin-bottom: -7%;
}

.hero-image img {
    max-width: 100%;
    height: 395px;
    object-fit: cover;
}

@keyframes float{

    0%{
        transform:translateY(0);
    }

    50%{
        transform:translateY(-15px);
    }

    100%{
        transform:translateY(0);
    }

}

@media(max-width:991px){

.hero-title{

font-size:42px;

}

.hero-image{

margin-top:50px;

}

.hero-stats{

justify-content:center;

}

}

@media(max-width:576px){

.hero-title{

font-size:34px;

}

.hero-subtitle{

font-size:18px;

}

.hero-buttons{

flex-direction:column;

}

.hero-buttons a{

width:100%;
text-align:center;

}

.stat-box{

flex:1;

}

}

/* Training Page Counter */
.training-counter-section{
    position:relative;
    margin-top:-70px;
    z-index:10;
}

.counter-wrapper {
    background: #fff;
    border-radius: 25px;
    padding: 22px;
    box-shadow: 0 20px 60px rgba(0,0,0,.08);
}

.counter-box{
    text-align:center;
    transition:.3s;
}

.counter-box:hover{
    transform:translateY(-8px);
}

.counter-icon {
    width: 75px;
    height: 75px;
    background: linear-gradient(135deg,#930101,#0b3471);
    color: #fff;
    border-radius: 50%;
    margin: 0 auto 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
}
span.counter {
    font-size: 36px !important;
    font-weight: 700 !important;
    margin-right: 4px !important;
    color: #930101 !important;
}
.counter-box h2{
    font-size:42px;
    font-weight:700;
    color:#930101;
    margin-bottom:8px;
}

.counter-box span{
    color:#666;
    font-size:17px;
    font-weight:500;
}

@media(max-width:991px){

.training-counter-section{
    margin-top:30px;
}

.counter-wrapper{
    padding:25px;
}

.counter-box{
    margin-bottom:25px;
}

}

/* Training Section */
.training-category-section{
    padding:100px 0;
    background:#f8fafc;
    position:relative;
}

.section-heading {
    max-width: 750px;
    margin: auto;
    margin-bottom: 30px;
}

.section-title {
    margin-bottom: 20px;
}

.section-title span{
    color:#930101;
}

.section-subtitle{
    font-size:18px;
    line-height:1.8;
    color:#666;
    max-width:720px;
    margin:auto;
}
/*====================================
Training Category Section
=====================================*/

.training-category-wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.training-category-card {
    background: #fff;
    border-radius: 25px;
    padding: 0px 20px;
    box-shadow: 0 15px 45px rgba(0,0,0,.08);
    transition: .35s;
    overflow: hidden;
    position: relative;
}

.training-category-card:hover{
    transform:translateY(-8px);
    box-shadow:0 25px 70px rgba(0,0,0,.12);
}


/*====================================
Image
=====================================*/
.training-category-image {
    overflow: hidden;
    border-radius: 0px;
    position: relative;
    /* margin-top: -9%; */
    margin-left: -7%;
    height: 510px;
}

.training-category-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
}

.training-category-card:hover img{
    transform:scale(1.08);
}
.training-category-image::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
    background: linear-gradient(to left, rgb(250 252 255) 0%, rgb(211 211 211 / 55%) 35%, rgb(64 64 65 / 0%) 100%);
    z-index: 2;
    pointer-events: none;
}

/* Reverse layout (overlay on left) */
.flex-lg-row-reverse .training-category-image::before{
    left:0;
    right:auto;
    background:linear-gradient(
        to right,
        rgba(250,252,255,1) 0%,
        rgba(211,211,211,.55) 35%,
        rgba(64,64,65,0) 100%
    );
}
.flex-lg-row-reverse .training-category-image {
    margin-top: -9%;
    margin-right: -10%;
}
/*====================================
Content
=====================================*/

/*====================================
Content Scroll Area
=====================================*/

.training-category-content {
/*     height: 340px; */
    overflow-y: auto;
    padding: 14px 0px;
    border-radius: 20px;
    background: #fff;
	overflow-x:hidden !important;
}

/* Heading */

.training-category-content h2 {
    font-size: 26px;
    color: #143a67;
    margin-bottom: 10px;
    font-weight: 700;
}

/* Description */
.category-description {
    color: #666;
    line-height: 1.6;
    margin-bottom: 17px;
    /* font-size: 15px; */
}

/* Course Grid */

.course-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 9px;
    margin-bottom: 18px;
}

.course-item {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 5px 6px;
    transition: .3s;
    border-radius: 5px;
}

.course-item:hover {
    background: #8f0808;
    color: #fff;
    transform: translateX(5px);
}
.course-item span {
    font-size: 16px;
    font-weight: 600;
}
/* .course-item:hover{
    transform:translateX(5px);
} */

.course-item i {
    color: #930101;
    font-size: 13px;
}

.course-item:hover i{
    color: #fff;
}
.category-description p {
    font-size: 13px !important;
    line-height: 25px;
}
/* Button */

.advisor-btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:14px 30px;
    background:#930101;
    color:#fff;
    text-decoration:none;
    border-radius:50px;
    font-weight:600;
    transition:.3s;
}

.advisor-btn:hover{
    background:#143a67;
    color:#fff;
}

.why-examdeal-section{
    background:#f8f9fc;
    padding:100px 0;
}
.feature-box {
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    text-align: center;
    height: 100%;
    transition: .35s;
    box-shadow: 0 15px 35px rgba(0,0,0,.06);
    border: 1px solid #eef1f5;
}

.feature-box:hover{
    transform:translateY(-10px);
    box-shadow:0 25px 45px rgba(0,0,0,.12);
}

.feature-icon{
    width:70px;
    height:70px;
    margin:auto;
    border-radius:50%;
    background:linear-gradient(135deg,#143a67,#930101);
    display:flex;
    justify-content:center;
    align-items:center;
    color:#fff;
    font-size:28px;
    margin-bottom:20px;
}

.feature-box h5{
    font-size:20px;
    color:#143a67;
    margin-bottom:15px;
}

.feature-box p{
    color:#666;
    margin:0;
    line-height:1.7;
}

.voucher-box{
    margin-top:60px;
    padding:45px;
    border-radius:20px;
    background:linear-gradient(135deg,#143a67,#930101);
    color:#fff;
}

.voucher-box h4{
    font-size:32px;
    margin-bottom:15px;
}

.voucher-box p{
    max-width:650px;
    margin:0 auto 25px;
    color:#f1f1f1;
}

/* Breadcrumb section  */
.breadcrumb-section {
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 37px 0 50px;
    overflow: hidden;
}

.breadcrumb-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgb(121 16 16) 0%, rgba(10, 28, 54, 0.75) 45%, rgb(14 14 14 / 70%) 100%);
}

.breadcrumb-overlay::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -120px;
    transform: translateY(-50%);
    width: 350px;
    height: 350px;
    background: rgba(255,255,255,0.08);
    border-radius: 50%;
    filter: blur(100px);
}

.breadcrumb-content {
    position: relative;
    z-index: 2;
}

.breadcrumb-content h1 {
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 13px;
}

.breadcrumb-nav {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.breadcrumb-nav a {
    color: #fff;
    text-decoration: none;
    transition: .3s;
}

.breadcrumb-nav a:hover {
    color: #f8b400;
}

.breadcrumb-nav span {
    color: rgba(255,255,255,.8);
}
.breadcrumb-nav .active {
    color: #ffffff;
    font-weight: 600;
}

@media (max-width:991px){
    .breadcrumb-section{
        padding:120px 0 70px;
    }

    .breadcrumb-content h1{
        font-size:40px;
    }
}

@media (max-width:767px){
    .breadcrumb-section{
        padding:100px 0 60px;
        text-align:center;
    }

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

    .breadcrumb-nav{
        justify-content:center;
        flex-wrap:wrap;
    }
}

/* Woocommerce cart  */
/*========================================
    WooCommerce Cart
========================================*/

.woocommerce-cart-form {
    margin-bottom: 40px;
}

.shop_table.cart {
    width: 100%;
    border: none;
    border-collapse: separate;
    border-spacing: 0 20px;
    background: transparent;
}

.shop_table.cart thead th {
    background: #0d1b3d;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 18px;
    border: none;
}

.shop_table.cart thead th:first-child {
    border-radius: 12px 0 0 12px;
}

.shop_table.cart thead th:last-child {
    border-radius: 0 12px 12px 0;
}

.shop_table.cart tbody tr.cart_item {
    background: #fff;
    box-shadow: 0 8px 25px rgba(0,0,0,.08);
    transition: .35s;
}

.shop_table.cart tbody tr.cart_item:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 35px rgba(0,0,0,.12);
}

.shop_table.cart td {
    border: none;
    padding: 20px;
    vertical-align: middle;
}

/* Product Image */

.product-thumbnail img {
    width: 956px !important;
    height: 72px !important;
    object-fit: cover;
    border-radius: 12px;
    border: 1px solid #eee;
}

/* Product Name */

.product-name a {
    font-size: 14px !important;
    font-weight: 500;
    color: #222;
    text-decoration: none;
    line-height: 8px !important;
}

.product-name a:hover {
    color: #930101;
}
.woocommerce table.shop_table td {
    line-height: 1.3em !important;
}
.cart-section a {
    background: linear-gradient(45deg, black, #8f0808) !important;
    color: #fff !important;
}
ul {
    padding: 0 !important;
}

/* Price */

.product-price, .product-subtotal {
    font-size: 20px;
    font-weight: 700;
    color: #930101;
    border-bottom: none !important;
}

/* Quantity */

.quantity .qty {
    width: 80px;
    height: 46px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 10px;
    font-weight: 600;
}

/* Remove */

.product-remove a.remove {
    width: 38px;
    height: 38px;
    line-height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f8f8;
    color: #ff3b30 !important;
    border-radius: 50%;
    font-size: 22px;
    transition: .3s;
}

.product-remove a.remove:hover {
    background: #ff3b30;
    color: #fff !important;
}

/* Coupon */

.coupon {
    display: flex;
    gap: 15px;
    align-items: center;
    flex-wrap: wrap;
}

#coupon_code {
    height: 52px;
    width: 260px;
    border-radius: 12px;
    border: 1px solid #ddd;
    padding: 0 18px;
}

/* Buttons */

.button,
.checkout-button,
.wc-proceed-to-checkout a {
    background: #930101 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 50px !important;
    padding: 14px 28px !important;
    font-weight: 600 !important;
    transition: .3s;
}

.button:hover,
.checkout-button:hover,
.wc-proceed-to-checkout a:hover {
    background: #6f0000 !important;
    transform: translateY(-2px);
}

/* Update Cart */

.actions {
    padding-top: 30px !important;
}

/* Totals */

.cart-collaterals {
    margin-top: 50px;
}

.cart_totals {
    background: #fff;
    padding: 35px;
    border-radius: 18px;
    box-shadow: 0 10px 35px rgba(0,0,0,.08);
}

.cart_totals h2 {
    font-size: 28px;
    margin-bottom: 25px;
}

.shop_table.shop_table_responsive {
    border: none;
}

.shop_table.shop_table_responsive tr {
    border-bottom: 1px solid #eee;
}

.shop_table.shop_table_responsive td,
.shop_table.shop_table_responsive th {
    padding: 16px 0;
}

/* Checkout Button */

.wc-proceed-to-checkout {
    margin-top: 25px;
}

.wc-proceed-to-checkout a {
    width: 100%;
    text-align: center;
}

/* Cross Sell */

.cross-sells {
    margin-top: 60px;
}

.cross-sells h2 {
    margin-bottom: 30px;
}

/* Responsive */

@media(max-width:991px){

.shop_table.cart{
    border-spacing:0 12px;
}

.product-thumbnail img{
    width:70px;
    height:70px;
}

.product-name a{
    font-size:16px;
}

.product-price,
.product-subtotal{
    font-size:16px;
}

}

@media(max-width:767px){

.shop_table.cart thead{
    display:none;
}

.shop_table.cart,
.shop_table.cart tbody,
.shop_table.cart tr,
.shop_table.cart td{
    display:block;
    width:100%;
}

.shop_table.cart tr.cart_item{
    margin-bottom:20px;
    border-radius:16px;
}

.shop_table.cart td{
    text-align:right;
    position:relative;
    padding-left:45%;
}

.shop_table.cart td::before{
    content:attr(data-title);
    position:absolute;
    left:20px;
    top:20px;
    font-weight:600;
    color:#222;
}

.product-remove{
    text-align:center !important;
}

.product-remove::before{
    display:none;
}

.actions{
    text-align:center;
}

.coupon{
    flex-direction:column;
}

#coupon_code{
    width:100%;
}

.button{
    width:100%;
}

}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 100% !important;
    overflow: visible;
}
a.button.wc-backward {
    display: none !important;
}
.woocommerce-info {
    border-top-color: #8f0808 !important;
}
.woocommerce-info::before {
    color: #8f0808 !important;
}
/* Search Panel design */
/*=========================
Search
==========================*/

.header-search {
    position: relative;
    margin-left: 20px;
    margin-top: 15px;
}
li.header-search i {
    color: #000 !important;
}

.search-placeholder {
    display: none !important;
}

.search-dropdown{

    position:absolute;

    top:45px;

    right:0;

    width:350px;

    background:#fff;

    padding:15px;

    border-radius:10px;

    box-shadow:0 10px 30px rgba(0,0,0,.15);

    opacity:0;

    visibility:hidden;

    transform:translateY(15px);

    transition:.3s;

}



.search-dropdown.active{

    opacity:1;

    visibility:visible;

    transform:translateY(0);

}



.search-box{

    position:relative;

}



.search-box input{

    width:100%;

    height:45px;

    padding:0 45px 0 15px;

    border:1px solid #ddd;

    border-radius:8px;

}



.search-loader{

    position:absolute;

    right:15px;

    top:12px;

    display:none;

}



.search-results-list{

    list-style:none;

    padding:10px 0;

    margin:0;

}



.search-results-list li{

    border-bottom:1px solid #eee;

}



.search-results-list a{

    display:flex;

    gap:12px;

    padding:10px 0;

    text-decoration:none;

    color:#333;

}



.search-results-list img{

    width:50px;

    height:50px;

    object-fit:cover;

    border-radius:5px;

}



.search-results-list h6{

    margin:0;

}



.search-results-list span{

    font-size:12px;

    color:#888;

}



.search-placeholder,
.no-result{

    text-align:center;

    padding:20px;

    color:#777;

}

/* Conter CSS */
.quantity-counter {
    display: flex;
    align-items: center;
    width: 120px;
    border: 1px solid #ddd;
    border-radius: 6px;
    overflow: hidden;
}

.quantity-counter button {
    width: 35px;
    height: 40px;
    border: 0;
    background: #f5f5f5;
    font-size: 20px;
    cursor: pointer;
}

.quantity-counter .qty-input {
    width: 50px;
    height: 40px;
    border: 0;
    text-align: center;
    font-size: 16px;
    outline: none;
    padding: 0;
}

/* Remove number input arrows */
.quantity-counter input::-webkit-outer-spin-button,
.quantity-counter input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.quantity-counter input[type=number] {
    -moz-appearance: textfield;
}

/* Mobile menu  *//* ================================
   Mobile Menu
================================ */
.mobile-menu {
  position: fixed;
  top: 0;
  right: -300px;
  width: 280px;
  height: 100%;
  background: var(--green-deep) !important;
  transition: right 0.3s ease;
  z-index: 1050;
}
.mobile-menu.open {
  right: 0;
}
.mobile-menu-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.8);
  z-index: 1040;
}
.mobile-menu-overlay.active {
  display: block;
}
.mobile-menu-btn .btn-primary{
	margin-top: 2rem;
	display: inline-block;
	border: 1px solid #fff;
}

.mobile-menu-header {
    background-color: #fff;
}
button#mobileMenuBtn {
    border: 1px solid var(--green-deep);
    background: #930101;
}
#mobileMenuBtn i{
	color: var(--green-deep) !important;
}
#menu-primary-1 li {
    padding: 10px;
    border-bottom: 1px solid #fff;
}
#menu-primary-1 li a {
    color: #fff !important;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
}
 

#mobileMenu .menu-item-has-children {
    position: relative;
}
#mobileMenu .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #ffffff;
    padding: 10px 0;
    border-radius: 6px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.12);
    display: none;
    z-index: 9999;
	color: var(--primary) !important;
}
#mobileMenu .menu-item-has-children.active > .sub-menu {
    display: block;
}
#mobileMenu .sub-menu li a {
    padding: 0 10px;
    display: block;
    font-size: 15px;
    color: var(--primary) !important;
}
#mobileMenu .menu-item-has-children > a {
    position: relative;
    padding-right: 40px;
}
#mobileMenu .dropdown-arrow {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
#mobileMenu .menu-item-has-children.active .dropdown-arrow i {
    transform: rotate(180deg);
}
.mobile-menu-header img {
    width: 86% !important;
}
section.top-vendors-category {
    padding: 60px 0 60px;
    background: #8f6c6c0f;
}

/* Responsive   */
@media(max-width:991px){
	.container, .container-md, .container-sm {
    max-width: 950px !important;
}
	ul.smoicons.d-flex.align-items-center.justify-content-end.text-md-end {
    margin-top: -7% !important;
}
	.offer-top-bar {
    margin-left: 0% !important;
    width: 100% !important;
}
.col-sm-9 {
    flex: 0 0 auto;
    width: 65% !important;
}
	.col-lg-3 {
    width: 33% !important;
}
	#menu-primary-1 li a {
    color: #000000 !important;
}
#menu-primary-1 li a {
    color: #000000 !important;
}
	span.arrow {
    display: none !important;
}
	#menu-primary-1 > li:first-child > a {
    color: #fff !important;
}
	.banner-content h1 {
    font-size: 28px;
}
	.banner-content ul li {
    margin-bottom: 0px;
    font-size: 14px;
    margin-right: 13px;
}
	.product-right h3 {
    font-size: 21px;
}
	.sale-price span {
    font-size: 42px;
}
	.actual-price del {
    font-size: 36px;
}
	.product-pricing img {
    width: 173px;
    height: 130px;
}
	.vendor-form-box {
    max-width: 100%;
    margin: 17px auto 0px;
}
	#whatsappbtn {
    z-index: 99999 !important;
}
	.choose-best::before {
    top: -7%;
}
	section.exam-features.py-5 {
    padding: 70px 0px !important;
}
	#menu-primary-1 > li:first-child .arrow {
    display: none !important;
}
/* Feature box	 */
	.exam-features .container {
        display: flex;
        flex-direction: column;
    }

    /* First row becomes contents */
    .exam-features .row:first-child {
        display: contents;
    }

    /* Heading first */
    .exam-features .center-heading {
        order: 1;
        text-align: center;
        width: 100%;
        margin-bottom: 25px;
    }

    /* All boxes */
  .exam-features .row:first-child .col-lg-4:not(.center-heading), .exam-features .row:last-child > div {
    width: 100%;
    padding: 0px 20%;
}

    .exam-features .row:first-child .col-lg-4:nth-child(1) {
        order: 2;
    }

    .exam-features .row:first-child .col-lg-4:nth-child(3) {
        order: 3;
    }

    .exam-features .row:last-child {
        display: contents;
    }

    .exam-features .row:last-child > div:nth-child(1) {
        order: 4;
    }

    .exam-features .row:last-child > div:nth-child(2) {
        order: 5;
    }

    .exam-features .row:last-child > div:nth-child(3) {
        order: 6;
    }

    .exam-features .choose-box {
        height: 100%;
        min-height: 200px;
    }
/* 	Footer */
footer .col-lg-3 {
    padding: 28px 0 0px;
    width: 74% !important;
}
	footer .col-lg-2 {
    padding: 28px 0 40px;
}
	footer .row {
    display: grid;
/*     grid-template-columns: 1fr 1fr; */
}
	footer .col-lg-4 {
    padding: 0px 0 0px;
}
	.col-md-6 {
    flex: 0 0 auto;
    width: 50% !important;
}
	.col-lg-3.col-md-6 {
    width: 50% !important;
}
	.training-category-card {
    padding: 0px 0px !important;
}
	.training-category-content {
    padding: 14px 20px !important;
}
	.about-img:nth-child(1) {
    width: 50%;
    height: 448px;
    top: -17%;
}
	.about-img:nth-child(3) {
    width: 38%;
    height: 238px;
    top: -15%;
    left: 51%;
}
	.about-img:nth-child(2) {
    width: 38%;
    height: 212px;
    left: 51%;
}
	.about-content {
    padding: 15px;
    text-align: start;
}
	.about-sec {
    padding: 80px 0 20px !important;
}
	.vm-card {
    height: 300px;
}
	.category-grid {
    grid-template-columns: repeat(auto-fill,minmax(185px,1fr)) !important;
}
	.category-card img {
    width: 100%;
    height: 125px !important;
    object-fit: cover;
    border-radius: 15px;
}
}

@media(max-width:767px){
	.offer-track {
    margin-top: 10px;
}
	ul.smoicons.d-flex.align-items-center.justify-content-end.text-md-end {
    margin-top: -10% !important;
}
	.banner-product-card {
    flex-direction: column;
    text-align: start;
}
	.banner-product-card {
    margin-top: 27px;
}
	.home-banner-slide::before {
    background: linear-gradient(to right, rgb(229 227 227 / 14%) 0%, rgb(147 1 1 / 4%) 25%, rgb(255 255 255 / 16%) 51%, rgb(255 255 255 / 25%) 61%, rgb(255 255 255 / 56%) 78%, rgb(255 255 255 / 0%) 92%, rgb(255 255 255 / 0%) 100%);
}
	.banner-content ul {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
}
	.mainslider {
    height: 82vh;
}
	.vendor-item img {
    max-height: 80px;
    width: 208px !important;
}
	.whatsapp-btn {
    justify-content: center;
}
	.exam-features .choose-box {
    height: 100%;
    width: 400px !important;
}
	#productList {
    display: grid;
    gap: 15px;
    grid-template-columns: 1fr !important;
}
}
@media(max-width:667px){
	ul.smoicons.d-flex.align-items-center.justify-content-end.text-md-end {
    margin-top: -12% !important;
}
	.category-card img {
    height: 108px;
}
	.popup-content {
    width: 89%;
    max-width: 1171px;
    max-height: 95vh;
}
	.category-grid {
    grid-template-columns: repeat(auto-fill,minmax(152px,1fr)) !important;
}
	.hero-image {
    margin-bottom: -14% !important;
    margin-top: 0px !important;
}
}

@media(max-width:568px){
	ul.smoicons.d-flex.align-items-center.justify-content-end.text-md-end {
    margin-top: -15% !important;
}
	.hero-image img {
    margin-top: 32px;
}
	.service-img img {
    width: 100% !important;
}
	.about-img:nth-child(3) {
    width: 45%;
    height: 238px;
    top: -17%;
    left: 51%;
}
	.about-img:nth-child(2) {
    width: 46%;
    height: 212px;
    left: 51%;
}
	.vm-card {
    height: 350px;
}
	.banner-content h1 {
    font-size: 22px;
}
	.banner-product-card {
    margin-top: 0px;
}
	.product-pricing {
    justify-content: flex-start;
}
	.actual-price del {
    font-size: 30px;
}
	.sale-price span {
    font-size: 35px;
}
	.img-sec {
    margin-top: -9%;
}
	.home-banner-slide {
    background-size: cover;
}
	.mainslider {
    height: 90vh;
}
	.choose-best::before {
    top: -10%;
}
	.choose-box {
    text-align: center;
}
	.section-title h2 {
    font-size: 30px;
}
	.exam-features .row:first-child .col-lg-4:not(.center-heading), .exam-features .row:last-child > div {
    width: 100%;
    padding: 0px 13%;
}
	.hero-buttons a {
    width: fit-content;
    text-align: center;
}
}

@media(max-width:479px){
	header img {
    width: 206px !important;
}
	ul.smoicons.d-flex.align-items-center.justify-content-end.text-md-end {
    display: none !important;
}
	.home-banner-slide::before {
    background: linear-gradient(to right, rgb(229 227 227 / 61%) 0%, rgb(241 241 241 / 79%) 25%, rgb(255 255 255 / 60%) 51%, rgb(255 255 255 / 25%) 61%, rgb(255 255 255 / 56%) 78%, rgb(255 255 255 / 0%) 92%, rgb(255 255 255 / 0%) 100%);
}
	.mainslider {
    height: 90vh;
}
	.home-banner-slide {
    background-size: cover;
    height: 90vh !important;
}
	section.product_list.py-5 {
    padding: 25px 0px !important;
}
	.wpcf7-form {
    padding: 12px;
}
	.col-md-6 {
    flex: 0 0 auto;
    width: 100% !important;
}
	section.needs_sec .row {
    display: grid;
    grid-template-columns: 1fr !important;
    margin: 0 auto;
}
	.testimonial-sec {
    padding: 40px 0 0;
}
	.testimonial-title h2 {
    font-size: 30px;
}
	.exam-features .row:first-child .col-lg-4:not(.center-heading), .exam-features .row:last-child > div {
    width: 100%;
    padding: 0px 4%;
}
	.center-heading h2 {
    font-size: 30px;
}
	section.exam-features.py-5 {
    padding: 34px 0px !important;
}
	.about-content h1 {
    font-size: 30px;
}
	.about-content h2 {
    font-size: 30px;
}
	.vm-card {
    height: 390px;
}
	.course-grid {
    grid-template-columns: 1fr;
}
	.hero-content h1 {
    font-size: 30px;
}
	.corporate-hero {
    text-align: center;
    padding: 20px 0;
}
	.training-content h2 {
    font-size: 28px;
}
	.voucher-content h2 {
    font-size: 28px;
}
	.section-title h2 {
    font-size: 28px !important;
    margin: 5px 0px !important;
}
	section.industries-section.py-5 .col-lg-3 {
    width: 50% !important;
}section.services.py-5 {
    padding: 20px 0px !important;
}
	p {
    font-size: 15px !important;
    line-height: 25px !important;
}
	.top-contact.d-flex.align-items-start {
    display: none !important;
}
	.exam-features .choose-box {
    height: 100%;
    width: 324px !important;
}
	.copyright.py-3 ul li a {
    font-size: 8px !important;
    padding: 0 4px !important;
}
	.contact-page-box .info-card {
    padding: 29px 25px !important;
    display: flex;
    flex-direction: column;
    text-align: center;
}
}

@media(max-width:428px){
	.top-contact p a {
    color: var(--white);
    font-size: 13px;
}
	header img {
    width: 206px !important;
}
	.exam-features .choose-box {
    height: 100%;
    width: 324px !important;
}
	.copyright.py-3 ul li a {
    font-size: 8px !important;
    padding: 0 4px !important;
}
}

@media(max-width:414px){
	.top-contact i {
    height: 27px;
    width: 27px;
    font-size: 10px;
}
	.woocommerce img, .woocommerce-page img {
    height: auto !important;
    max-width: fit-content !important;
}
	header img {
    width: 168px !important;
}
	.product-image-box, .product-info-box, .product-description-box {
    padding: 32px 16px;
}
	h2.popup-title {
    font-size: 30px;
}
	.col-lg-3.col-md-6 {
    width: 100% !important;
}
	.category-image {
    width: 67%;
    height: 84px;
    margin: 0 auto;
}
	.category-image {
    width: 50%;
    height: 78px;
    margin: 0 auto;
}
	.whatsapp-btn {
    font-size: 13px;
}
	.exam-features .choose-box {
    height: 100%;
    width: 100% !important;
}
	.about-breadcrumb {
    padding: 20px 0;
    text-align: center;
}
	.trusted-features {
    grid-template-columns: 1fr;
}
	.certification-cta {
    padding: 30px 0;
}
	.vision-mision {
    padding: 30px 0;
}
	.copyright.py-3 ul li {
    font-size: 18px !important;
}
	.copyright.py-3 ul li a {
    font-size: 10px !important;
    padding: 0 4px !important;
}
	.hero-image {
    margin-bottom: -28% !important;
    margin-top: 0px !important;
}
	.hero-image img {
    max-width: 100%;
    height: 327px;
    object-fit: cover;
}
	.section-title {
    font-size: 29px;
    line-height: 37px;
}
	.corporate-hero {
    text-align: center;
    padding: 16px 0 !important;
}
	.hero-content h1 {
    font-size: 30px !important;
}
	.training-content h2 {
    font-size: 28px !important;
}
	.voucher-content h2 {
    font-size: 27px !important;
}
	.copyright p {
    font-size: 12px !important;
}
	.copyright.py-3 ul li a {
    font-size: 8px !important;
    padding: 0 4px !important;
}
	.banner-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 90vh;
}
	.partner-line {
    padding: 45px 0;
}
	.partner-tabs-sec {
    padding: 45px 0;
}
	.contact-left {
    min-height: 661px;
}
	
}

@media(max-width:379px){
	
}

@media(max-width:360px){
	
}

