header{
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.02);
}
.home-container {
    padding-bottom: 20px !important;
    padding-top: 10px;
}
.slick-prev-custom, .slick-next-custom{
    background-color:#3e4195 !important;
}
.category-card-name h2 {
    font-weight: 700;
    color: var(--violet-darkest);
    font-size: 26px !important;
}
.h1-heading{
    font-size: 18px;
    font-weight: 600;
    color: #3e4195;
    letter-spacing: 0.4px;
}
.h3-heading{
    font-family: "Manrope ExtraBold" !important;
    font-size: 36px;
    color: #383b88;
    letter-spacing: -1px !important;
}
.best-seller-tab .btn-style{
    font-size: 22px !important;
    font-weight: 600 !important;
}
.new-cards{
    margin: 20px 10px 20px 10px !important;
}
.new-cards .product-name{
     font-size: 22px !important;
}
.new-category-card{
    height: 130px !important;
}
.new-category-card .category-card-name {
    padding: 20px 100px 20px 25px !important;
}
.new-category-card .category-card-name h2 {
    font-size: 24px !important;
}
.gift-card-style{
    margin: 20px 10px 20px 10px !important;
}
.news-letter-email::placeholder{
    font-size: 14px !important;
}
.send-mail-btn .fa-lg{
    font-size: 1.05em !important;
}
.new-cards .bs-tag p{
    font-size: 12px !important;
}
.new-cards .best-seller-top{
    padding: 3px 18px !important;
}
.about-img video{
    height: 545px !important;
}
.about-h3-heading h3{
    font-family: "Manrope ExtraBold" !important;
    font-size: 36px;
    color: #383b88;
    letter-spacing: -1px !important;
    margin-left:0px !important;
}
.custom-nav-item button{
    padding: 10px 44px !important;
    font-size: 20px !important;
    border:1px solid #3e419517 !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}
.gray{
    color:#555 !important;
}

.new-tab-content > .active {
    display: block;
    border-radius: 12px !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}
.slick-dots li.slick-active button:before {
    opacity:1 !important;
    color:#383b88 !important;
}
.about .blogs{
    display: none;
}


@media (max-width: 768px) {
    .h3-heading h3, .about-h3-heading h3{
        font-family: "Manrope ExtraBold" !important;
        font-size: 28px !important;
        letter-spacing: -1px !important;
    }
}

@media only screen and (max-width:992px){
    .category-card-name h2 {
        font-size: 22px !important;
    }
    .best-seller-tab .btn-style{
        font-size: 14px !important;
        font-weight: 600 !important;
    }
    .new-category-card .category-card-name h2 {
        font-size: 20px !important;
    }
}

/* Custom styles for the about page founder section */

.about-h3-heading span{
    content: "";
    position: absolute;
    width: 70px;
    height: 5px;
    background: #f2a93b; /* Orange underline */
    border-radius: 10px;
}
.directors-wrapper{
    margin-top: 30px;
}

.director-card{
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.director-img{
    overflow: hidden;
}

.director-content{
    padding: 35px;
}

.director-content h3{
    font-size: 32px;
    font-weight: 700;
    color: #232b86;
    margin-bottom: 5px;
    line-height: 1.2;
}

.director-content h5{
    font-size: 18px;
    font-weight: 500;
    color: #444;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 16px;
}

.director-content h5::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 75px;
    height: 5px;
    background: #f2a93b;
    border-radius: 30px;
}

.director-content p{
    font-size: 18px;
    line-height: 1.4;
    color: #555;
    margin-bottom: 0;
}

/* Responsive */
@media(max-width:991px){
    .director-content{
        padding: 25px;
    }

    .director-content h3{
        font-size: 26px;
    }

    .director-content h5{
        font-size: 18px;
    }

    .director-content p{
        font-size: 16px;
    }
    .about-img video {
        height: 294px !important;
    }
}

@media(max-width:576px){

    .director-content h3{
        font-size: 24px;
    }
        .director-content h5{
        font-size: 17px;
    }
    .about-img video {
        height: 164px !important;
    }

}

/* Custom styles for the about page Counter section */

.clients-section{
    background: linear-gradient(135deg, #3e4195 0%, #2d2f7d 100%);
    border-radius: 15px;
    padding: 40px 40px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(62, 65, 149, 0.25);
}

/* Decorative circles */
.clients-section::before,
.clients-section::after{
    content: "";
    position: absolute;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 50%;
}

.clients-section::before{
    width: 300px;
    height: 300px;
    top: -120px;
    right: -120px;
}

.clients-section::after{
    width: 250px;
    height: 250px;
    bottom: -100px;
    left: -100px;
}

.counter-box{
    text-align: center;
    position: relative;
    padding: 10px 20px;
}

.counter-box::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 160px;
    background: rgba(255,255,255,0.15);
    transform: translateY(-50%);
}

.col-md-3:last-child .counter-box::after{
    display: none;
}

.counter-icon{
    width: 110px;
    height: 110px;
    margin: 0 auto 25px;
    border-radius: 50%;
    background: rgba(255,255,255,0.10);
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,0.15);
}

.counter-icon i{
    font-size: 48px;
    color: #fff;
}

.counter-box h1{
    font-size: 56px;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    margin-bottom: 10px;
    line-height: 1;
}

.counter-box span{
    font-size: 48px;
    font-weight: 600;
    color: #fff;
    position: relative;
}

.infinity-icon{
    font-size: 60px;
    color: #fff;
}

.counter-line{
    width: 50px;
    height: 4px;
    background: #f4a42c;
    border-radius: 30px;
    margin: 10px auto 22px;
}

.counter-box p{
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 0;
}

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

    .clients-section{
        padding: 20px 15px;
    }

    .counter-box{
        padding: 10px 15px;
    }

    .counter-box::after{
        display: none;
    }

    .counter-box h1{
        font-size: 46px;
    }

    .counter-box span{
        font-size: 30px;
    }

    .counter-box p{
        font-size: 13px;
    }
    .infinity-icon {
        font-size: 40px;
    }
}

/* Mobile */
@media(max-width:576px){

    .clients-section{
        padding: 40px 15px;
        border-radius: 25px;
    }

    .counter-icon{
        width: 85px;
        height: 85px;
    }

    .counter-icon i{
        font-size: 36px;
    }

    .counter-box h1{
        font-size: 32px;
    }

    .counter-box span{
        font-size: 20px;
    }

    .counter-box p{
        font-size: 13px;
    }

    .infinity-icon{
        font-size: 32px;
    }
}




/* =========================================
   SUB CATEGORY MENU STYLE
========================================= */

/* REMOVE DEFAULT LIST STYLE */
.subcategory-item{
    list-style: none;
    position: relative;
    padding-bottom: 24px;
    min-height: 100%;
}

/* TITLE */
.subcategory-name{
    margin-bottom: 18px;
    position: relative;
}

.subcategory-name::after{
    content: "";
    width: 38px;
    height: 3px;
    background: #3e4195;
    display: block;
    margin-top: 6px;
    border-radius: 10px;
}

.subcategory-name a{
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #111 !important;
    line-height: 1.3;
    transition: 0.3s ease;
}

.subcategory-name a:hover{
    color: #3e4195 !important;
}

/* PRODUCT LIST */
.product-list{
    padding: 0 !important;
    margin: 0;
}

/* PRODUCT ITEM */
.product-item{
    list-style: none;
    padding: 5px 0;
    border-bottom: 1px solid #ececf38f;
    position: relative;
    padding-left: 18px;
}

/* ARROW */
.product-item::before{
    content: "›";
    position: absolute;
    left: 0;
    top: 7px;
    font-size: 14px;
    color: #3e4195;
    font-weight: 600;
}

/* PRODUCT LINK */
.product-item a{
    font-size: 14px !important;
    color: #2d2d2d !important;
    font-weight: 500;
    line-height: 1.5;
    transition: 0.3s ease;
    display: inline-block;
}

.product-item a:hover{
    color: #3e4195 !important;
    transform: translateX(4px);
}
.new-gap-3{
    gap:2.5rem !important;
}
.canvas-category-title{
    font-size: 18px !important;
}
.canvas-accordion-btn{
    font-size: 16px !important;
    font-weight: 600 !important;
}
.offcanvas-title {
    font-size: 20px !important;
    font-weight: 600 !important;
}


/* Custom styles for the blog page */

.bt p{
    background-color: #f1ab40e6 !important;
    padding: 3px 15px !important;
}
.bt h1{
    font-size: 44px !important;
}
.bt-content p{
    text-indent: 0px !important;
    color: #4f4f4f;
    font-size: 16px !important;
}
.bt-content h2{
    font-size: 24px !important;
    font-weight: 600 !important;
}
.bb-content p{
    text-indent: 0px !important;
    color: #4f4f4f;
    font-size: 16px !important;
}
.bb-content h2{
    font-size: 24px !important;
    font-weight: 600 !important;
}
.b-cards{
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}
.b-cards img{
    border-radius:6px !important;
}
.b-cards p{
    font-weight: 500 !important;
    padding-bottom: 10px !important;
}
.b-cards h3{
    font-size: 23px !important;
    padding-bottom: 10px !important;
}
.b-cards .blog-tagline p{
    padding-bottom: 4px !important;
    border: 1px solid #3e4195;
    background-color: transparent !important;
}
.narasus-blog .nav-tabs .nav-link{
    border-radius: 6px !important;
    padding: 8px 38px !important;
    font-size: 18px !important;
}
.narasus-blog .nav-tabs .nav-link.active{
    border-radius: 6px !important;
    padding: 8px 38px !important;
    font-size: 18px !important;
}
/* Custom styles for the product view page */

/* Product Accordion */
.pv-accordian {
    margin-top: 20px !important;
}

.pv-accordian .accordion-item {
    border-radius: 8px !important;
    overflow: hidden;
    margin-bottom: 12px !important;
    background: #fff !important;
    transition: all 0.3s ease;
    border:none !important;
}

.pv-accordian .accordion-item:hover {
    box-shadow: 0 6px 18px rgba(0,0,0,0.08) !important;
}

.pv-accordian .accordion-button {
    background: #ffffff;
    color: #1d1d1d;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 20px !important;
    border: none;
    box-shadow: none !important;
}

.pv-accordian .accordion-button:not(.collapsed) {
    background: #faf8ff;
    color: #4338ca;
}
.product-view-accordian .accordion-button:not(.collapsed){
    color:#fff !important;
}

.pv-accordian .accordion-button:focus {
    box-shadow: none;
    border: none;
}

.pv-accordian .accordion-button::after {
    display: none;
}

.pv-accordian .custom-arrow {
    margin-left: auto;
    font-size: 14px;
    transition: transform 0.3s ease;
}

.pv-accordian .accordion-button:not(.collapsed) .custom-arrow {
    transform: rotate(180deg);
}

.pv-accordian .accordion-body {
    padding: 20px;
    font-size: 15px;
    line-height: 1.9;
    color: #555;
    background: #fff;
}

.pv-accordian .accordion-header {
    margin: 0;
}
.select2-container--krajee-bs5 .select2-selection {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.0) !important;
    border: 1px solid #3e4195 !important;
    border-radius: 9px;
    color: #212529;
    outline: 0;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.primary-button{
    border-radius: 8px !important;
}

/* Optional divider */
.pv-accordian .accordion-collapse {
    border-top: 1px solid #f1f1f1;
}

/* Mobile */
@media (max-width: 768px) {
    .pv-accordian .accordion-button {
        font-size: 16px;
        padding: 15px;
    }

    .pv-accordian .accordion-body {
        padding: 15px;
        font-size: 14px;
    }
}

.st-add-section{
    border-radius: 8px !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08) !important;
}


/* Custom styles for the add to cart button with glass reflection effect */



.atc-btn {
    position: relative;
    overflow: hidden;
    background: #3e4195;
    color: #fff;
    border: none;
}

/* Keep content above reflection */
.atc-btn .d-flex {
    position: relative;
    z-index: 5;
}

/* Glass reflection */
.atc-btn::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -150px;

    width: 45px;
    height: 220%;

    background: linear-gradient(
        90deg,
        rgba(255,255,255,0) 0%,
        rgba(255,255,255,0.15) 25%,
        rgba(255,255,255,0.85) 50%,
        rgba(255,255,255,0.15) 75%,
        rgba(255,255,255,0) 100%
    );

    filter: blur(6px);
    transform: rotate(25deg);
    z-index: 2;
}

/* Forward-only shine animation */
.atc-btn:hover::before {
    animation: glassShine 0.8s ease-out;
}

@keyframes glassShine {
    0% {
        left: -150px;
    }
    100% {
        left: calc(100% + 150px);
    }
}

/* =========================
   Benefits Section
========================= */


.benefits-section .career-p-text {
    max-width: 950px;
    margin: 0 auto;
}

.benefits-section .career-p-text p {
    font-size: 1rem !important;
    line-height: 1.8;
    color: #555 !important;
    margin-bottom: 20px;
}

/* Cards Container */
.benefits-section .benefits-cards .row {
    row-gap: 25px;
}

/* Individual Card */
.benefits-section .benefit-card {
    background: #fff;
    border: 1px solid #ECECF3;
    border-radius: 14px;
    padding: 30px 20px;
    height: 100%;
    text-align: center;
    transition: all 0.3s ease;
}

.benefits-section .benefit-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

/* Icon */
.benefits-section .benefit-card img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    margin-bottom: 18px;
}

/* Title */
.benefits-section .benefit-card h5 {
    color: #2E3192;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
}

/* Description */
.benefits-section .benefit-card p {
    color: #666 !important;
    font-size: 1rem !important;
    line-height: 1.6;
    margin: 0;
}

/* =========================
   Responsive
========================= */

@media (max-width: 1199px) {

    .benefits-section h3 {
        font-size: 36px;
    }

    .benefits-section .benefit-card h5 {
        font-size: 20px;
    }
}

@media (max-width: 991px) {

    .benefits-section {
        padding: 60px 0;
    }

    .benefits-section h3 {
        font-size: 32px;
    }

    .benefits-section .career-p-text p {
        font-size: 17px;
    }

    .benefits-section .benefit-card {
        padding: 25px 15px;
    }
}

@media (max-width: 767px) {

    .benefits-section {
        padding: 50px 0;
    }

    .benefits-section h3 {
        font-size: 28px;
    }

    .benefits-section .career-p-text p {
        font-size: 16px;
        line-height: 1.7;
        margin-bottom: 35px;
    }

    .benefits-section .benefit-card img {
        width: 60px;
        height: 60px;
    }

    .benefits-section .benefit-card h5 {
        font-size: 18px;
    }

    .benefits-section .benefit-card p {
        font-size: 14px;
    }
}

@media (max-width: 575px) {

    .benefits-section h3 {
        font-size: 24px;
    }

    .benefits-section .career-p-text p {
        font-size: 15px;
    }

    .benefits-section .benefit-card {
        padding: 20px 15px;
    }
    .career-page-job-list .job-list-left-content{
    padding-right: 20px !important;
}
}
.career-page-job-list .job-list-left-content{
    padding-right: 100px;
}
.career-job-card {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}
.queries-text{
    font-size: 16px !important;
    line-height: 1.8;
    color: #666 !important;
}
.cta-details {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.cta-details a {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #3e4195;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    transition: all 0.3s ease;
    width: fit-content;
}

.cta-details a i {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(29, 92, 255, 0.1);
    color: #3e4195;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transition: all 0.3s ease;
}

.cta-details a:hover {
    color: #0d47d9;
    transform: translateX(4px);
}

.cta-details a:hover i {
    background: #1d5cff;
    color: #fff;
    box-shadow: 0 8px 20px rgba(29, 92, 255, 0.25);
}

/* Tablet */
@media (max-width: 991px) {
    .cta-details {
        margin-top: 25px;
    }

    .cta-details a {
        font-size: 16px;
    }

    .cta-details a i {
        width: 34px;
        height: 34px;
        font-size: 14px;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .cta-details {
        text-align: start;
    }

    .cta-details a {
        font-size: 15px;
        justify-content: center;
    }

    .cta-details a i {
        width: 32px;
        height: 32px;
    }
    .queries-text{
        font-size: 16px !important;
        line-height: 1.8;
        color: #666 !important;
    }
    .queries-title{
        font-size: 20px !important;
    }
}
.enquiry-bottom .content {
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

/* Enquiry Page Tabs */
.tab-enquiry .nav-tabs .nav-link {
    border-radius: 10px !important;
    padding: 12px 16px !important;
    font-size: 18px !important;
    border:1px solid #3e419517 !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}
.tab-enquiry .nav-tabs .nav-link.active {
    border-radius: 10px !important;
    padding: 12px 16px !important;
    font-size: 18px !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}
.label-comp{
    font-size: 18px !important;
    color: #3e4195 !important;
}
.up-btn{
    border-radius: 10px !important;
    padding: 15px 0 !important;
    font-size: 18px !important;
}

/* ==========================
   CONTACT PAGE MAIN CONTAINER
========================== */

.contact-address {
    background: #f8f7fc;
    border: 1px solid #e5e3f8;
    border-radius: 25px;
    padding: 35px;
    overflow: hidden;
}

/* ==========================
   LEFT & RIGHT BOXES
========================== */

.contact-box {
    background: #ffffff;
    border-radius: 18px;
    padding: 32px;
    margin-top: 20px;
    height: 100%;
}

/* ==========================
   SECTION HEADINGS
========================== */

.address-top-heading {
    position: relative;
    color: #383b88 !important;
    font-family: var(--font-Extrabold) !important;
    font-size: 20px;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 50px !important;
    line-height: 1;
}

.address-top-heading::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 52px;
    height: 4px;
    background: #5a5cc8;
}

/* ==========================
   ADDRESS SECTION
========================== */

.address-section {
    display: flex;
    align-items: center;
    gap: 30px;
}

.address-content h5 {
    font-size: 18px;
    font-weight: 700;
    color: #202020;
    margin-bottom: 12px;
    line-height: 1.2;
}

.address-content p {
    font-size: 16px;
    font-weight: 400;
    color: #555 !important;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* ==========================
   ICON CIRCLES
========================== */

.icon-circle {
    width: 60px;
    height: 60px;
    min-width: 60px;
    border-radius: 50%;
    background: #f1eefc;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-circle i {
    font-size: 25px;
    color: #3a3ca6;
}

.icon-circle.small {
    width: 60px;
    height: 60px;
    min-width: 60px;
}

.icon-circle.small i {
    font-size: 25px;
}

/* ==========================
   CONTACT ITEMS
========================== */

.contact-item {
    display: flex;
    align-items: center;
    gap: 22px;
}

.contact-details-heading {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #1d1d1d !important;
    margin-bottom: 8px;
    line-height: 1.3;
}

.contact-item p {
    font-size: 16px;
    font-weight: 400;
    color: #555 !important;
    margin-bottom: 0;
    line-height: 1.6;
}

/* ==========================
   DIVIDERS
========================== */

.contact-box hr {
    border: 0;
    border-top: 1px dashed #d8d6f5;
    margin: 30px 0;
    opacity: 1;
}

/* ==========================
   FOLLOW SECTION
========================== */

.follow-section {
    margin-top: 35px;
    padding-top: 35px;
    border-top: 1px solid #e5e3f8;
    padding-bottom: 30px;
}

.follow-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    margin-bottom: 30px;
}

.follow-heading p {
    margin: 0;
    color: #3a3ca6;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
}

.follow-heading span {
    width: 120px;
    height: 1px;
    background: #9d9fdd;
}

/* ==========================
   SOCIAL ICONS
========================== */

.social-links {
    gap: 18px;
}

.social-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #3a3ca6;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff !important;
    transition: all .3s ease;
}

.social-icon:hover {
    transform: translateY(-3px);
}

.social-icon i {
    font-size: 22px;
}

/* ==========================
   SPACING
========================== */

.contact-box .contact-item:not(:last-child) {
    margin-bottom: 0;
}

.contact-box .contact-item:last-child {
    margin-bottom: 0;
}


/* ==========================
   MOBILE & TABLET
========================== */

@media (max-width: 991px) {

    .contact-box {
        text-align: center;
        padding: 30px 20px;
    }

    .address-section {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 20px;
    }

    .address-content {
        width: 100%;
        text-align: center;
    }

    .address-top-heading {
        text-align: center;
        margin-bottom: 35px;
    }

    .address-top-heading::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .address-content h5 {
        text-align: center;
    }

    .address-content p {
        text-align: center;
    }

    /* Right Side Contact Items */

    .contact-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 15px;
    }

    .contact-item div:last-child {
        width: 100%;
        text-align: center;
    }

    .contact-details-heading {
        text-align: center;
        margin-bottom: 8px;
    }

    .contact-item p {
        text-align: center;
    }

    /* Icons */

    .icon-circle {
        margin: 0 auto;
    }

    .icon-circle.small {
        margin: 0 auto;
    }

    /* Divider */

    .contact-box hr {
        margin: 25px auto;
    }

    /* Follow Section */

    .follow-section {
        text-align: center;
    }

    .follow-heading {
        justify-content: center;
    }

    .social-links {
        justify-content: center !important;
    }
}

/* ==========================
   MOBILE ONLY
========================== */

@media (max-width: 767px) {

    .contact-address {
        padding: 15px;
    }

    .contact-box {
        padding: 25px 18px;
    }

    .address-top-heading {
        font-size: 18px;
    }

    .address-content h5 {
        font-size: 18px;
    }

    .address-content p {
        font-size: 15px;
        line-height: 1.8;
    }

    .contact-details-heading {
        font-size: 17px !important;
    }

    .contact-item p {
        font-size: 15px;
    }

    .icon-circle {
        width: 60px;
        height: 60px;
        min-width: 60px;
    }

    .icon-circle i {
        font-size: 22px;
    }

    .icon-circle.small {
        width: 60px;
        height: 60px;
        min-width: 60px;
    }

    .icon-circle.small i {
        font-size: 24px;
    }

    .follow-heading span {
        width: 50px;
    }

    .social-icon {
        width: 46px;
        height: 46px;
    }

    .social-icon i {
        font-size: 18px;
    }
    .follow-heading p {
        font-size: 20px !important;
    }
}

/* Custom styles for the career page job View section */

.job-desc h2 strong{
    position: relative;
    display: inline-block;
    font-family: "Manrope ExtraBold" !important;
    color: #383b88;
    letter-spacing: -1px !important;
    margin-left:0px !important;
    margin-bottom: 25px !important;
    font-size: 26px !important;
}
.job-desc h2 strong:after{
    content: "";
    position: absolute;
    top: 45px;
    right: 0;
    width: 70px;
    height: 5px;
    background: #f2a93b; /* gold color */
    border-radius: 10px;
    left: 0;
}

/* Custom styles for the subscription page */

.subscribe-title h1{
    font-family: "Manrope ExtraBold" !important;
    color: #383b88 !important;
    font-size: 32px !important;
}
.subscribe-title ul{
    padding: 0px !important;
}
.plans-description{
    max-width: 950px;
    margin: 0 auto;
    color: #555 !important;
    padding-top: 10px !important;
}
.plans-card{
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08) !important;
    border-radius: 12px !important;
    padding: 50px !important;
}
.plans-card .img img{
    height: 80px;
    width: auto;
}
.plans-card h2{
    font-family: "Manrope ExtraBold" !important;
    color: #383b88 !important;
    font-size: 26px !important;
    text-align: center;
}
.plans-card h3{
    font-family: "Manrope ExtraBold" !important;
    color: #383b88 !important;
    font-size: 22px !important;
    text-align: center;
}
.plans-card ul li{
    font-size: 16px !important;
    line-height: 1.8;
    color: #555 !important;
}
.prepaid-card{
    position: relative;
    overflow: hidden;
}

.prepaid-card .recommended-badge{
    position: absolute;
    top: 31px;
    right: -41px;
    background: #f1ab40;
    color: #000;
    font-size: 12px;
    font-weight: 600;
    padding: 8px 40px;
    transform: rotate(45deg);
    letter-spacing: 1px;
    z-index: 2;
    box-shadow: 0 3px 10px rgba(0,0,0,0.15);
}
.sub-h3-heading h3{
    font-size: 32px !important;
    font-family: var(--font-extrabold) !important;
}
@media (max-width: 767px) {
    .subscribe-title h1{
    font-size: 26px !important;
}
}

/* Custom styles for the faq category page */

.faq-accordion .accordion-button {
    font-size: 18px !important;
}
.accordion-button:not(.collapsed){
    background: #383b88 !important;
    color: #ffffff !important;
}

/* Custom styles for the Gift Card Page page */

.gift-h3-heading h3{
    font-family: "Manrope ExtraBold" !important;
    color: #383b88 !important;
    font-size: 32px !important;
    letter-spacing: -0.5px !important;
}
.gift-h3-heading p{
    max-width: 950px;
    margin: 0 auto;
    color: #555 !important;
    padding-top: 10px !important;
}
.bs-tab .cutom-btn{
    padding: 10px 0px !important;
    font-size: 20px !important;
}
.gift-card-heading h3{
    font-family: "Manrope ExtraBold" !important;
    color: #383b88 !important;
    font-size: 24px !important;
    text-align: center;
    letter-spacing: -1px !important;
}
.gift-card-heading p{
    max-width: 950px;
    margin: 0 auto;
    color: #555 !important;
    padding-top: 10px !important;
}
.how-to-description p{
    color: #555 !important;
    padding-top: 10px !important;
    font-size: 16px !important;
    margin: 0px !important;
}
.how-to-description ul li{
    color: #555 !important;
    padding-top: 10px !important;
    font-size: 16px !important;
    margin: 0px !important;
}
.gift-card-image{
    height: 450px !important;
}
.gift-btn{
    border-radius: 10px !important;
    padding: 12px 0 !important;
}
.buy-yourself span, .buy-someone span {
    font-size: 22px !important;
}
.buy-yourself input, .buy-someone input {
    transform: scale(1.5) !important;
}
@media only screen and (min-width:768px) and (max-width:991px){
    .gift-card-image{
        height: 300px !important;
    }
}
@media only screen and (min-width:370px) and (max-width:767px){
    .gift-card-image{
        height: 250px !important;
    }
}

/*customize your card popup styles*/

/* ===========================
   GIFT CARD POPUP
=========================== */

.model-gift-popup .modal-dialog{
    max-width: 1050px;
}

.model-gift-popup .gift-select-preview{
    border: none;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(0,0,0,.15);
    background: #fff;
}

.model-gift-popup .modal-header{
    border: none;
    padding: 20px 25px 0;
}

.model-gift-popup .btn-close{
    opacity: 1;
    font-size: 14px;
}

.model-gift-popup .custimise-gift-card-model{
    padding: 10px 35px 30px;
}

/* ===========================
   TABS
=========================== */

.model-gift-popup .nav-tabs{
    border: none;
    justify-content: center;
}

.model-gift-popup .nav-item{
    margin: 0;
}

.model-gift-popup .nav-link{
    border: 1px solid #3e4195 !important;
    border-radius: 50px !important;
    padding: 12px 22px;
    font-size: 16px;
    font-weight: 600;
    color: #3e4195 !important;
    background: #fff;
    transition: all .3s ease;
    white-space: nowrap;
}

.model-gift-popup .nav-link:hover{
    background: #fff7eb;
}

.model-gift-popup .nav-link.active{
    background: linear-gradient(
        135deg,
        #efb04b,
        #e09a2d
    ) !important;
    color: #fff !important;
    border-color: #e09a2d !important;
    box-shadow: 0 8px 20px rgba(224,154,45,.25);
    transition: all .3s ease;
}

/* ===========================
   CARD PREVIEW
=========================== */

.model-gift-popup .customised-gift-card{
    max-width: 650px;
    margin: 20px auto 30px;
    border-radius: 24px;
    overflow: hidden;
    background: #fff;
    box-shadow:
        0 15px 35px rgba(0,0,0,.08),
        0 5px 15px rgba(0,0,0,.05);
    transition: all .3s ease;
}

.model-gift-popup .customised-gift-card:hover{
    transform: translateY(-4px);
}

.model-gift-popup .customised-gift-card img{
    display: block;
    border-radius: 24px;
    object-fit: cover;
}

/* ===========================
   DONE BUTTON
=========================== */

.model-gift-popup .done-btn{
    border: none;
    min-width: 140px;
    height: 52px;
    border-radius: 14px;
    background: linear-gradient(
        135deg,
        #3f3c9f,
        #2f2b84
    );
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    transition: all .3s ease;
    box-shadow: 0 10px 25px rgba(63,60,159,.25);
}

.model-gift-popup .done-btn:hover{
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(63,60,159,.35);
}

/* ===========================
   SCROLLABLE TABS
=========================== */

.model-gift-popup .nav-tabs{
    overflow-x: auto;
    flex-wrap: wrap;
    gap: 14px;
    padding-bottom: 10px;
}

.model-gift-popup .nav-tabs::-webkit-scrollbar{
    height: 5px;
}

.model-gift-popup .nav-tabs::-webkit-scrollbar-thumb{
    background: #d7d7d7;
    border-radius: 20px;
}

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

@media (max-width: 991px){

    .model-gift-popup .custimise-gift-card-model{
        padding: 15px;
    }

    .model-gift-popup .nav-link{
        font-size: 14px;
        padding: 10px 18px;
    }

    .model-gift-popup .customised-gift-card{
        max-width: 100%;
    }
}

@media (max-width: 576px){

    .model-gift-popup .nav-tabs{
        justify-content: flex-start;
        flex-wrap: nowrap;
        overflow-x: auto;
    }

    .model-gift-popup .nav-link{
        font-size: 13px;
        padding: 10px 16px;
    }

    .model-gift-popup .done-btn{
        width: 100%;
        max-width: 250px;
    }
}

/* Custom styles for the gifting page */

.gifting-description{
    max-width: 950px;
    margin: 0 auto;
    color: #555 !important;
    padding-top: 10px !important;
}

.gift-card-redeem{
    background: #f3f1ff;
    border-radius: 24px;
    padding: 40px 50px;
    overflow: hidden;
    margin: 60px 0;
    position: relative;
}
.redeem-content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}
.redeem-left{
    max-width: 500px;
    width: 100%;
}
.redeem-left h3{
    font-size: 32px;
    font-weight: 700;
    color: #2c3175;
    margin-bottom: 10px;
    line-height: 1.1;
}
.divider-icon{
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}
.divider-icon span{
    width: 120px;
    height: 1px;
    background: #8a88c9;
}
.divider-icon i{
    color: #2c3175;
    font-size: 16px;
}
.redeem-left p{
    font-size: 18px;
    line-height: 1.6;
    color: #4d4d4d;
    margin-bottom: 30px;
}
.redeem-btn{
    background: #3d3f9f;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 16px 36px;
    font-size: 20px;
    font-weight: 600;
    transition: 0.3s ease;
}
.redeem-btn:hover{
    background: #2c3175;
}
.redeem-right{
    flex: 1;
    text-align: right;
}
.redeem-right img{
    max-width: 350px;
    width: 100%;
    height: auto;
}

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

    .gift-card-redeem{
        padding: 35px 25px;
    }
    .redeem-content{
        flex-direction: column;
        text-align: center;
    }
    .redeem-left{
        max-width: 100%;
    }
    .redeem-left h3{
        font-size: 26px;
    }
    .redeem-left p{
        font-size: 16px;
    }
    .divider-icon{
        justify-content: center;
    }
    .divider-icon span{
        width: 80px;
    }
    .redeem-right{
        text-align: center;
    }
    .redeem-right img{
        max-width: 320px;
    }
}

/* ===========================
   FAQ SECTION
=========================== */

/* Accordion */

.gift-faq .accordion{
    background:transparent;
}
.gift-faq .accordion-item{
    background:transparent;
    border:none;
    border-bottom:1px solid rgba(255,255,255,.12);
}
.gift-faq .accordion-item:last-child{
    border-bottom:none;
}
.gift-faq .accordion-button{
    background:transparent !important;
    box-shadow:none !important;
    border:none;
    color:#fff !important;
    font-size:22px !important;
    font-weight:500;
    line-height:1.4;
}
.gift-faq .accordion-button::after{
    display:none;
}
.gift-faq .accordion-button:hover{
    color:#f1ab40 !important;
}
.gift-faq .custom-arrow{
    margin-left:auto;
    font-size:20px;
    transition:.3s ease;
}
.gift-faq .accordion-button:not(.collapsed) .custom-arrow{
    transform:rotate(180deg);
    color:#f1ab40;
}

/* Answer */

.gift-faq .accordion-body{
    color:rgba(255,255,255,.85);
    font-size:16px;
    line-height:1.9;
    padding:0 0 30px 0;
    max-width:90%;
}

/* Bottom CTA */

.accordian-bottom{
    margin-top:50px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    border-top:1px solid rgba(255,255,255,.12);
    padding-top:40px;
}
.accordian-bottom h5{
    color:#fff;
    font-size:34px;
    font-weight:600;
    margin:0;
}

/* Buttons */

.accordian-bottom button{
    min-width:180px;
    height:58px;
    border-radius:50px;
    border:none;
    font-size:18px;
    font-weight:600;
    transition:.3s ease;
}
.accordian-bottom .d-flex{
    gap:18px !important;
}

/* FAQ Button */

.accordian-bottom a:first-child button{
    background:#fff;
    color:#2c3175;
    border: 2px solid #fff;
}
.accordian-bottom a:first-child button:hover{
    background:#f1ab40;
    color:#fff;
    border: 2px solid #f1ab40;
}

/* Contact Button */

.accordian-bottom a:last-child button{
    background:transparent;
    border:2px solid #fff;
    color:#fff;
}
.accordian-bottom a:last-child button:hover{
    background:#fff;
    color:#2c3175;
}

/* ===========================
   TABLET
=========================== */

@media(max-width:991px){

    .gift-faq-section{
        padding:80px 0;
    }
    .faq-main-heading{
        font-size:42px;
    }
    .gift-faq .accordion-button{
        font-size:24px;
    }
    .gift-faq .accordion-body{
        font-size:18px;
        max-width:100%;
    }
    .accordian-bottom{
        flex-direction:column;
        gap:30px;
        text-align:center;
    }
    .accordian-bottom h5{
        font-size:28px;
    }
    .gift-faq .accordion-button:hover {
        color: #f1ab40 !important;
    }
}

/* ===========================
   MOBILE
=========================== */

@media(max-width:767px){

    .gift-faq-section{
        padding:60px 0;
    }
    .faq-main-heading{
        font-size:32px;
        margin-bottom:40px !important;
    }
    .gift-faq .accordion-button{
        font-size:18px !important;
    }
    .gift-faq .accordion-body{
        font-size:15px;
        line-height:1.8;
    }
    .accordian-bottom{
        gap:20px;
    }
    .accordian-bottom h5{
        font-size:22px;
    }
    .accordian-bottom .d-flex{
        width:100%;
        flex-direction:column;
    }
    .accordian-bottom button{
        width:100%;
    }
    .gift-faq .accordion-button:hover {
        color: #f1ab40 !important;
    }
}