/*---===Subha Dey Css===---*/
body {
    overflow-x: hidden !important;
}

:root {
    --nav-color: #434874;
    /* --title-color: #1a2238; */
    --p-color: #404b58;
    --orng-thm: #ff3300;
    --grad-secondary: -webkit-linear-gradient(1800deg, rgba(18, 14, 13, 1) 0%, rgba(81, 30, 9, 1) 100%);
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    transition: all 0.5s ease-in-out;
}

a,
span {
    transition: all 0.5s ease-in-out;
}

.thm-btn i {
    transform: rotate(-45deg);
    transition: all 0.5s ease-in-out;
    font-size: 16px;
}

.thm-btn:hover i {
    transform: rotate(0deg);
}

.gradient-btna {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding-left: 10px;
    padding-right: 10px;
    border: 2px solid var(--yellow-color);
    color: var(--title-color);
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    transition: all 0.35s ease;
    margin-top: 30px !important;
}

/* Circle for arrow */
.gradient-btna .circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--yellow-color);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.35s ease;
}

.gradient-btna .circle i {
    transition: transform 0.35s ease;
    transform: rotate(-45deg);
    /* Primary state */
}

.seperator {
    width: 1px;
    height: auto;
    background-color: #d69e08;
}

/* .bor-right{
  border-right: 1px solid #ff7b0052;
  margin-right: 20px;
} */

/* Hover effect */
.gradient-btna:hover {
    color: #fff;
    background: linear-gradient(90deg, #ffc400, #ff6b00);
    border-color: transparent;
}

.gradient-btna:hover .circle {
    background: #fff;
}

.gradient-btna:hover .circle i {
    transform: rotate(0deg);
    color: var(--title-color);
}


.thm-btn i {
    transform: rotate(-45deg);
    transition: all 0.5s ease-in-out;
    font-size: 16px;
}


.gradient-btna .circle {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff7a00, var(--orng-thm));
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
    transition: transform 0.3s ease;
    color: #fff;
    margin: 5px;
}

.gradient-btna.circle i {
    transform: rotate(-45deg);
    transition: all 0.5s ease-in-out;
    font-size: 16px;
}

.gradient-btna:hover .circle {
    transform: rotate(0deg);
}



.title-font-design {

    font-size: 40px !important;
    font-weight: 300 !important;
    color: #1a2238 !important;
    margin-bottom: 10px !important;
    line-height: auto !important;
    letter-spacing: 0 !important;
}


.footer-title {
    font-size: 24px !important;
    font-weight: 300 !important;
    color: #fff !important;
    margin-bottom: 10px !important;
    line-height: auto !important;
    letter-spacing: 0 !important;
}



.para-text-bold {
    font-size: 20px;
    font-family: "Poppins", sans-serif !important;
    font-weight: 600;
    color: var(--p-color);
}

.para-text {
    font-size: 18px;
    font-family: "Poppins", sans-serif !important;
    font-weight: 500;
    color: var(--p-color);
}

.splide__arrow {
    height: 40px !important;
    width: 40px !important;
}

/*--======Top header start--====*/


.top_header.container-fluid {
    padding: 0px;
}

.phn_icon ol,
ul {
    padding-left: 0px !important;
}

.top_header .top_header_container {
    height: auto;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.top_header .top_header_container .phn_icon {
    height: auto;
    width: 50%;

}

.top_header .top_header_container .phn_icon ul {
    list-style: none;
}

.top_header .top_header_container .phn_icon ul li {
    display: inline-block;
}

.top_header .top_header_container .phn_icon ul li a {
    text-decoration: none;
    color: var(--title-color);
    font-size: 14px;
    font-weight: 400;
    margin-right: 5px;
}

.top_header .top_header_container .phn_icon ul li a i {
    margin-right: 5px;
    color: var(--title-color);
    padding: 0 5px;
    transition: all 0.5s ease-in;
}

.top_header .top_header_container .phn_icon ul li a i:hover {
    color: white;
}

.top_header .top_header_container .social_icon {
    height: auto;
    width: 50%;
}

.top_header .top_header_container .social_icon ul {
    list-style: none;
    text-align: right;
}

.top_header .top_header_container .social_icon ul li {
    display: inline-block;
}

/*.top_header .top_header_container .social_icon ul li a{
color: var(--title-color);
padding: 0 5px;
font-size:20px;
text-decoration: none;
transition: all 0.5s ease-in;
}*/
/*.top_header .top_header_container .social_icon ul li a:hover{
color:#01A3E4 ;
}*/
/*--======top header end--====*/

/*--====== header start--====*/
/* Search box */
.search-box {
    /* display: flex; */
    margin-top: 3px;
    margin-bottom: 3px;
    margin-right: 20px;
    align-items: center;
    width: 330px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 50px;
    padding: 5px 20px;
    box-sizing: border-box;
    flex-direction: row;
    align-content: center;
}

/* Search icon */
.search-box i {
    color: #999;
    font-size: 18px;
    margin-right: 10px;
}

/* Input field */
.search-box input {
    border: none;
    outline: none;
    font-size: 16px;
    flex: 1;
    color: #555;
}

.search-box input::placeholder {
    color: #999;
}

.navbar .navbar-nav.font-sora .nav-item .nav-link {
    font-size: 18px;
    font-weight: 500;
    color: var(--nav-color);
    font-family: "Poppins", sans-serif;
    transition: all 0.5s ease-in-out !important;
}

.nav-item .nav-link:hover {
    /* color: #e74713 !important; */
    /*color: green !important;*/
    color: #e74713 !important;
}

.navbar1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 50px;
    background: #fff;
    padding-top: 5px;
}

.nav-links1 {
    display: flex;
    gap: 30px;
    font-size: 16px;
}

.nav-links1 a {
    text-decoration: none;
    color: var(--nav-color);
    font-weight: 500;
    transition: color 0.3s;
}

.nav-links1 a:hover {
    color: #f39c12;
}

.shop-btn {
    background: #fbb034;
    color: white;
    padding: 10px 25px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: bold;
    margin-right: 30px;
}

.shop-btn:hover {
    background: #e69500;
}

.nav-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.nav-right a {
    text-decoration: none;
    color: var(--nav-color);
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 5px;
}

.nav-right a i {
    font-size: 18px;
}

/*--======header end--====*/


/* --====slider start=====--*/
.splide__slide {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*min-height: 400px;*/
    max-width: 100%;
    border-radius: 15px;
    color: #fff;

}

.logo_scroll {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.logo_scroll .splide__slide {
    min-height: 0 !important;
}

.slide-content {
    max-width: 50%;
}

.slide-content h2 {
    font-size: 50px;
    font-weight: bold;
    line-height: 1.2;
}

.features {
    margin: 20px 0;
    padding: 0;
}

.features li {
    list-style: none;
    margin: 0 0;
    font-size: 16px;
}

.splide__slide img {
    width: 100% !important;
    height: 100%;
    border-radius: 0px !important;
    display: block;
    object-fit: cover !important;
}

.hero-wrapper .splide__slide img {
    width: 100vw;
    height: auto;
    /* border-radius: 40px; */
}

.features li::marker {
    color: #F6AE2F;
}

/* Dots */
.splide__pagination__page {
    background: var(--p-color);
    opacity: 0.6;
}

.splide__pagination__page.is-active {
    background: #ff9900;
    transform: scale(1.2);
}

/*--======slider end=====--*/


/*--=======video section start======--*/


.video-banner {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

.video-banner img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 15px;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 20px;
    background: linear-gradient(0deg, rgba(0, 17, 48, 1) 0%, rgba(255, 255, 255, 0) 50%);
    border-radius: 15px;
    color: #fff;
}

/* Play Button */
.play-btnvid {
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    transition: transform 0.3s ease-in-out !important;
}

.play-btnvid:hover {
    transform: scale(1.1);
}

.play-btnvid::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 25px solid #f7b500;
    /* yellow */
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    margin-left: 5px;
}

/* CTA Button */
.btn-customvid {
    background: #f7b500;
    color: #fff;
    font-weight: 600;
    border-radius: 25px;
    padding: 10px 25px;
    transition: 0.3s ease;
}

.btn-customvid:hover {
    background: #d89d00;
    color: #fff;
}

.vid_p {
    color: #fff;
    font-size: 22px;
    font-weight: 300;
    font-family: "Poppins", sans-serif;
}

/*--========video section end=========--*/


/*--========filter section start=========--*/
.product-card {
    background: #fff7ef;
    border: 1px solid #e5e5e5;
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.product-card:hover {
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.product-img {
    position: relative;
    padding: 15px;
    text-align: center;
}

.product-img img {
    max-width: 100%;
    height: auto;
    width: 100%;
    border-radius: 15px;
}

.compare-badge {
    position: absolute;
    top: 18px;
    right: 18px;
    background: #f9f9f9;
    font-size: 12px;
    padding: 3px 8px;
    border-radius: 12px;
    border: 1px solid #f6ae2f;
    cursor: pointer;
}

.product-body {
    padding: 15px;
}

.product-title {
    font-size: 20px;
    font-weight: 500;
    text-align: start;
    margin-bottom: 10px;
    color: var(--title-color);
    transition: all 0.5s ease-in-out;
}

.product-card:hover .product-title {
    color: var(--orng-thm);
}



.rating {
    color: #ffa534;
    font-size: 12px;
    margin-bottom: 8px;
}

.rating small {
    color: var(--nav-color);
    font-weight: 500;
}

.sizes {
    display: flex;
    /*justify-content: space-between;*/
    align-items: center;
    flex-wrap: wrap;
}

.thumb .sizes {
    justify-content: left;
}

.sizes span {
    display: flex;
    justify-content: center;
    align-items: center;
    /* display: inline-block; */
    border: 1px solid #ecbd6a;
    border-radius: 50px;
    padding: 0px 6px;
    margin-right: 5px;
    font-size: 14px;
    cursor: pointer;
    font-weight: 500;
    color: var(--p-color);
}

.sizes span:last-child {
    margin-right: 0;
}

.sizes strong {
    color: var(--title-color);
    font-weight: 600;
    font-size: 16px;
}

.colors span {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    margin-right: 6px;
    border: 1px solid #aaa;
    cursor: pointer;
}

.features {
    font-size: 13px;
    color: #555;
    margin: 10px 0;
    padding-left: 20px;
}

.features li {
    list-style: disc;
    color: var(--p-color);
}

.btn-custom1 {
    border-radius: 25px;
    padding: 6px 14px !important;
    font-size: 14px;
    font-weight: 500;
}

.btn-details {
    background: #fff;
    border: 1px solid #f8c263;
    color: var(--p-color);
    font-weight: 500 !important;
}

.btn-details:hover {
    background: #001f54;
    color: #fff;
}

.btn-details i {
    color: #ecbd6a;
    transition: all 0.5s ease-in-out;
    margin-left: 5px !important;
}

.btn-details:hover i {
    color: #fff;
    transform: translateX(5px) !important;
}

.btn-price {
    background: #001f54;
    color: #fff;
}

.btn-price i {
    color: #fff;
    margin-left: 5px;
}

.btn-price:hover {
    border: 1px solid #001f54;
    color: #001f54;
}

.btn-price:hover i {
    color: #001f54;
}

/*----=====filter section end=====-----*/



.btn_sec {
    display: block;
    margin: 0 auto;
    width: 100px;
}

.btn_y {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fcb900;
    /* yellow */
    color: white;
    font-size: 16px;
    font-weight: 500;
    border: none;
    border-radius: 50px;
    padding: 12px 20px;
    cursor: pointer;
    text-decoration: none;
    transition: 0.3s;
    width: 160px;
}

.btn_y span {
    margin-right: 10px;
}

.btn_y .icon {
    background: white;
    color: #fcb900;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.btn_y:hover {
    background-color: #e0a800;
    /* darker yellow */
}

.btn-custom {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fcb900;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border: none;
    border-radius: 50px;
    padding: 12px 22px;
    cursor: pointer;
    text-decoration: none;
    transition: 0.3s;
}

.btn-custom .icon {
    background: #fff;
    color: #fcb900;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    margin-left: 12px;
}

.btn-custom:hover {
    background-color: #e0a800;
    color: #fff;
}


/*---fan brand start---*/
.stat-card {
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    min-height: 180px;
}

.stat-card-title {
    color: var(--title-color);
    font-size: 28px;
    font-weight: 400;
}

.stat-card-para {
    color: var(--p-color);
    font-size: 20px;
    font-weight: 400;
}

.stat-icon {
    font-size: 40px;
    margin-bottom: 10px;
}

.text-large {
    font-size: 26px;
    font-weight: bold;
}

/*---fna brand end---*/
.p_faq h2 {
    color: var(--title-color);
    /* color: #001130; */
}

.benchmark-section {
    color: var(--title-color);
    background: linear-gradient(90deg, rgba(255, 232, 158, 1) 0%, rgba(255, 255, 255, 1) 100%);
    border-radius: 15px;
    padding: 50px 20px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    position: relative;
    margin: 30px;
}

.benchmark-section:before {
    background: url(../images/Mask_group.png);
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    background-repeat: no-repeat;
    background-position: 0% 0%;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}

.benchmark-section h2 {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: var(--title-color) !important;
}

.benchmark-section p {
    font-size: 1rem;
    color: #444;
    max-width: 800px;
    margin: 0 auto 25px;
    line-height: 1.6;
}

.benchmark-section .btn-download {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    border: 2px solid #e67817;
    /* Dark navy border */
    border-radius: 50px;
    padding: 10px 20px;
    font-weight: 600;
    font-size: 1rem;
    background: #fff;
    color: var(--title-color);
    text-decoration: none;
    transition: all 0.3s ease;
    gap: 15px;
}

.benchmark-section .btn-download .icon-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e67817;
    color: #ffffff;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    transition: all 0.3s ease;
}

.benchmark-section .btn-download:hover {
    background: var(--title-color);
    color: #fff;
}

.benchmark-section .btn-download:hover .icon-circle {
    background: #fff;
    color: var(--title-color);
}

/* .benchmark-section h2{
color: var(--title-color);
font-size: 36px;
font-weight: 600;
} */
.benchmark-section p {
    color: var(--title-color);
    font-size: 20px;
}

.media_event {
    /*background: linear-gradient(180deg, #fff7e6, #ffe9cc) ;*/
    margin: 0 50px;
    border-radius: 50px;
    position: relative;
}

.media_event:before {
    /*background:url(../images/home/Mask_group.png);*/
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    background-repeat: no-repeat;
    background-position: 0% 100%;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}

.me_card {
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #eee;
    background: #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
    /*height: 100%;*/
    padding: 10px;
    padding-bottom: 20px;
}

.me_card:hover {
    transform: translateY(-5px);
}

.me_card1 {
    background: linear-gradient(0deg, rgb(255 243 206) 0%, rgba(255, 255, 255, 1) 70%);
}

.me_card img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 20px 20px 0 0;
}

.mecard_meta {
    background: #fff;
    /* dark navy */
    color: var(--p-color);
    display: flex;
    align-items: center;
    padding: 6px 12px;
    font-size: 0.9rem;
    border-radius: 0 0 15px 15px;
    justify-content: center;
}

.mecard_body h5 {
    text-align: start;
    font-weight: 400;
    font-size: 22px;
    margin-bottom: 10px;
    color: var(--title-color);
    margin-top: 10px;
    transition: all 0.5s ease;
}

.mecard_body p {
    font-size: 16px;
    color: var(--p-color);
    margin-bottom: 12px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.me_card .read-more:hover {
    text-decoration: underline;
}

.media_button {
    display: block;
    margin: 20px auto;
    width: 150px;
}

.testi-card-two {
    margin-bottom: 10px;
}

.view-btn {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    border: 2px solid #ff4500;
    /* outer border */
    border-radius: 50px;
    padding: 10px 18px;
    font-size: 1rem;
    font-weight: 600;
    color: #0a2342;
    background: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
    gap: 12px;
}

.view-btn:hover {
    background: #f9f9f9;
}

.icon-circle {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #ff7b00, #ff4500);
    color: #fff;
    font-size: 1rem;
    transition: 0.3s ease;
}

.view-btn:hover .icon-circle {
    transform: translateX(3px);
}

.blog_button {
    display: block;
    margin: 20px auto;
    width: 150px;
}

.view1-btn {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    background: #f9a825;
    /* Orange background */
    border-radius: 50px;
    padding: 12px 20px;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    gap: 12px;
    transition: all 0.3s ease;
}

.view1-btn:hover {
    background: #e69500;
    /* darker orange on hover */
}

.icon-circle {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #0a2342;
    font-size: 1rem;
    transition: transform 0.3s ease;
}

.view1-btn:hover .icon-circle {
    transform: translateX(3px);
}




.section-title_dealership {
    font-size: 1rem;
    font-weight: 600;
    color: #0a2342;
    margin-bottom: 10px;
    display: inline-block;
    border-bottom: 2px solid #f9a825;
    padding-bottom: 4px;
}

.highlight_dealership {
    color: #f9a825;
    /* yellow highlight */
    font-weight: 600;
}

.main-heading_dealership {
    font-size: 3rem;
    font-weight: 500;
    line-height: 1.3;
    color: #2d3e50;
    margin-bottom: 25px;
}

.callback-btn_dealership {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    background: #f9a825;
    border-radius: 50px;
    padding: 12px 20px;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    gap: 12px;
    transition: 0.3s ease;
}

.callback-btn_dealership:hover {
    background: #e69500;
    text-decoration: none;
    color: #fff;
}

.callback-btn_dealership .icon-circle1 {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #0a2342;
    font-size: 1rem;
    transition: transform 0.3s ease;
}

.callback-btn_dealership:hover .icon-circle {
    transform: translateX(3px);
}


.be_cust_section {
    background: url(../images/home/be_cust.png);
    display: flex;
    align-items: center;
    padding: 20px 0;
    position: relative;
    margin-top: 40px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.be_cust_section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #977e71;
    opacity: 0.6;
}

.be_cust_section_text {
    padding-left: 50px;
    z-index: 1;
}

.be_cust_section_text h2 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.3;
    color: #2d2d2d;
}

.be_cust_section_text h2 .be_cust_highlight {
    color: #f9a825;
    /* Yellow highlight */
}

.be_cust_section_text p {
    margin: 20px 0;
    color: #fff;
    font-size: 1rem;
    line-height: 1.6;
    max-width: 500px;
}

.be_cust_section_text .btn-shop {
    background: #f9a825;
    color: #fff;
    font-weight: 600;
    padding: 12px 25px;
    border-radius: 8px;
    border: none;
    transition: 0.3s;
}

.be_cust_section_text .btn-shop:hover {
    background: #e69500;
}

.be_cust_section_image img {
    width: 100%;
    z-index: 111;
    /*max-width: 450px;*/
}




.btn-price2 {
    background: #fcb900;
    color: var(--p-color);
}

.btn-price2:hover {
    background: #fff;
    color: #fcb900;
    border: 1px solid #fcb900;
}


.btn-custom2 {
    border-radius: 8px;
    padding: 6px 14px;
    font-size: 14px;
    font-weight: 500;
}


.video-cardtab {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}

.video-cardtab:hover {
    transform: translateY(-5px);
}

.video-cardtab img {
    width: 100%;
    height: auto;
    display: block;
}

/* video btn starts */

.video-cardtab {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.video-cardtab:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

.video-cardtab img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
}

/* Play button container */
.play-btntab {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.play-btntab:hover {
    transform: translate(-50%, -50%) scale(1.1);
}

/* Play icon */
.play-btnvid {
    width: 70px;
    height: 70px;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 50%;
    position: relative;
    transition: background 0.3s ease;
}





/* .play-btnvid::after {
content: '';
position: absolute;
left: 28px;
top: 20px;
border-style: solid;
border-width: 15px 0 15px 25px;
border-color: transparent transparent transparent var(--p-color);
} */

.play-btntab:hover .play-btnvid {
    background: rgba(255, 255, 255, 1);
}

/* Modal iframe responsiveness */
#videoFrame {
    width: 100%;
    height: 100%;
    border: 0;
}

.video-cardtab {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* video btn ends */

/* Play Button */
.play-btntab {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.play-btntab::before {
    content: "";

    border-left: 18px solid #f7b500;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    margin-left: 4px;
}

/* Text Card */
.text-card {
    /*background: #ffefc7;*/
    background: linear-gradient(90.31deg, #F0EDFC 0%, #FFFFFF 100%);
    padding: 20px;
    border: 2px solid rgba(84, 56, 218, 0.4);
    border-radius: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    height: 100%;
}

.text-card h5 {
    font-family: "Poppins", sans-serif !important;
    color: var(--title-color);
    font-size: 24px !important;
    font-weight: 600 !important;
}

.text-card h6 {
    font-family: "Poppins", sans-serif !important;
    color: var(--title-color);
    font-size: 20px !important;
    font-weight: 400 !important;
}

.text-card p {
    font-family: "Poppins", sans-serif !important;
    font-size: 18px;
    font-weight: 400;
}

.tab_btn {
    border: 2px solid #f6ae2f !important;
    border-radius: 50px !important;
    color: #f6ae2f;
}

.tab_btn.active {
    /*background: #f6ae2f !important;*/
    border: none !important;
    background: linear-gradient(180deg, #ff6a00, var(--orng-thm)) !important;
    color: white !important;
    border-radius: 50px !important;
}

.btntab-view-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    color: #0a0a23;
    background: #fff;
    border: 2px solid #ff7a18;
    /*background-image: linear-gradient(#fff, #fff),
  linear-gradient(90deg, #ff7a18, #ff5400);*/
    background-origin: border-box;
    background-clip: content-box, border-box;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btntab-view-more:hover {
    color: #ff5400;
}

/* Circle with Arrow */
.btntab-view-more .circle {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 15px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: linear-gradient(90deg, #ff7a18, #ff5400);
    flex-shrink: 0;
}

.btntab-view-more .circle::before {
    content: "";
    width: 10px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    transform: rotate(-45deg);
    margin-left: 2px;
}

.profile {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.profile strong {
    color: var(--title-color);
    font-size: 20px;
    font-weight: 500;

}

.profile small {
    color: var(--p-color);
    font-size: 16px;
    font-weight: 500;
}

.profile-img {
    display: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #ddd;
    margin-right: 10px;
}

/* View More Button */
.view-moretab {
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
    border: 2px solid var(--p-color);
    border-radius: 25px;
    background: #fff;
    color: var(--p-color);
    font-weight: 500;
    transition: 0.3s;
}

.view-moretab:hover {
    background: var(--p-color);
    color: #fff;
}

.view-moretab i {
    margin-left: 8px;
}



.offer-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* background: linear-gradient(135deg, #ffffff, #f0f0f0); */
    padding: 20px 0 20px 20px;
    border-radius: 20px;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.4);
    max-width: 1000px;
    width: 100%;
    background-color: #e5daca;
}

.offer-text {
    flex: 1;
}

.offer-text h2 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #0c1633;
}

.feature {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.feature img {
    width: 50px;
    height: 50px;
    margin-right: 15px;
}

.feature p {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    color: #0c1633;
}

.fan-img {
    flex: 1;
    display: flex;
    justify-content: center;
}

.fan-img img {
    max-width: 350px;
    width: 100%;
}

.stat {
    overflow: hidden;
    height: fit-content;
    border-radius: 25px;
}

#counter-subtext {
    font-size: 40px !important;
    font-weight: 400 !important;
    /* color: linear-gradient(90deg, rgba(21, 53, 130, 1) 20%, rgba(1, 95, 221, 1) 100%) !important ; */
    color: var(--title-color) !important;
}

.stat_row {
    padding: 20px;
    border: 1px solid #f9a825;
    margin-top: 0px !important;
    margin-right: 0px !important;
    margin-left: 0px !important;
    border-radius: 30px;
}

.stat_divider {
    /*border-right: 1px solid #a19c9e;*/
    /* border-right: 1px solid #1b2b3f ; */
    border-right: none;
}

.stat h2 {
    color: #403d71;
    font-size: 48px;
    font-weight: 700;
}

.store-section {
    /* background-image: url(../images/footer_cta.png); */
    padding: 20px 20px;
    display: none;
}

.search-bar select {
    padding-right: 15px;
    /* Space before the native dropdown icon */
    background-color: #fff;
    /* Optional, ensures clarity */
    border: 1px solid #ccc;
    /* Optional, just styling */
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.4;

    /* Do NOT remove default appearance — keep system icon visible */
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    appearance: menulist;
}

.store-section h2 {
    text-align: center;
    font-weight: 700;
    color: #2d2d2d;
    margin-bottom: 30px;
}

.search-bar {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.search-bar select {
    border-radius: 25px;
    padding: 10px 15px;
    border: 1px solid #ddd;
    min-width: 200px;
}

.btn-search {
    /*background: #f9a825;*/
    background: linear-gradient(90deg, #1e90ff, #0023d0);
    border-radius: 25px;
    padding: 10px 30px;
    color: #fff;
    font-weight: 600;
    border: none;
    display: flex;
    align-items: center;
    gap: 8px;
}

.btn-search:hover {
    /*background: #e69500;*/
    background: linear-gradient(90deg, #1e90ff, #0023d0);
}

.map-box img {
    width: 100%;
    border-radius: 12px;
}

.store-section iframe {
    height: 450px !important;
}

.store-list {
    max-height: 400px;
    overflow-y: auto;
    padding-right: 10px;
}

.store-item {
    border-bottom: 1px solid #eee;
    padding: 15px 0;
}

.store-item h5 {
    font-size: 24px;
    font-weight: 500;
    color: var(--title-color);
    margin-bottom: 10px;
}

.store-item p {
    margin-bottom: 5px;
    font-size: 18px;
    color: var(--p-color);
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.store-item i {
    color: #f9a825;
    width: 18px;
    margin-top: 5px;
}

iframe {
    border-radius: 30px;
}


/* Store new  starts*/

.search-bar {
    display: flex;
    gap: 10px;
    align-items: center;
}

.select-wrap {
    position: relative;
    display: inline-block;
}

.select-wrap select {
    font-family: "Poppins", sans-serif !important;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 400;
    color: var(--nav-color) !important;
    border: 1px solid rgba(0, 17, 48, 0.2);
    border-radius: 100px;
    background-color: #fff;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

/* Dropdown arrow */
.select-wrap::after {
    content: "\f107";
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    transition: transform 0.3s ease;
}


/* Rotate arrow when select is focused (opened) */
.select-wrap select:focus+.arrow,
.select-wrap:focus-within::after {
    transform: translateY(-50%) rotate(180deg);
}


/* store new ends */







/*--======footer start--====*/

.contact-section {
    background: url('../images/contact.png') no-repeat center center/cover;
    position: relative;
    color: #fff;
    padding: 60px 20px;
}

.contact-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--p-color)b1f;
    opacity: 0.6;
    z-index: 1;
}

.contact-overlay::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #412e009f;
    /* adjust opacity/color */
    z-index: -1;
}




.contact-container {
    position: relative;
    z-index: 2;
}

.contact-info h2 {
    font-size: 2rem;
    font-weight: 300;
    margin-bottom: 20px;
    border-bottom: 2px solid #f9a825;
    display: inline-block;
    padding-bottom: 5px;
    width: fit-content;
}

.contact-info p {
    margin-bottom: 15px;
    font-size: 1rem;
    color: #fff;
}

.contact-info p a {
    margin-bottom: 15px;
    font-size: 1rem;
    color: var(--p-color);
    cursor: pointer;
}

.contact-info i {
    margin-right: 10px;
    color: #f9a825;
}

.contact-form {
    background: rgba(255, 255, 255, 0.05);
    border: 2px solid #f9a825;
    border-radius: 15px;
    padding: 30px;
    /*backdrop-filter: blur(8px);*/
}

.contact-form h3 {
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 20px;
    color: #fff;
}

.form-control {
    background: transparent;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    color: #fff;
    /* margin-bottom: 20px; */
}

.form-control:focus {
    border-color: #f9a825;
    box-shadow: none;
}

.callback-btn {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    background: #f9a825;
    border-radius: 50px;
    padding: 7px 20px;
    padding-right: 10px;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    gap: 12px;
    border: none;
}

.callback-btn .icon-circle {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #0a2342;
    font-size: 1rem;
}

/*--======form end--====*/


.filter-bar {
    padding: 10px 15px;
    display: flex;
    justify-content: flex-end;
}

.filter-label,
.sort-label {
    font-weight: 600;
    color: var(--title-color);
    font-size: 18px;
}

.clear-filter {
    color: red;
    cursor: pointer;
    font-weight: 500;
}

.dropdown-toggle::after {
    margin-left: 5px;
}

.btn-link {
    text-decoration: none;
}

.dropdown-toggle::after {
    margin-left: 5px;
    color: var(--title-color);
}




/*--======footer start--====*/
.footer {
    background: linear-gradient(90deg, #2b1b13 0%, #0a2342 50%, #2c003e 100%);
    color: #fff;
    padding: 50px 20px 20px;
    font-size: 0.95rem;
}

.footer .footer-logo img {
    max-width: 160px;
    margin-bottom: 15px;
}

.footer p {
    font-size: 18px;
    line-height: 1.6;
    color: #ddd;
    display: flex;
    text-align: justify;
    /*justify-content: center;*/
}

.footer h5 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #fff;
    position: relative;
}

.footer h5::after {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background: #f9a825;
    margin-top: 6px;
}

.footer a {
    color: #ccc;
    text-decoration: none;
    display: block;
    margin-bottom: 8px;
    transition: 0.3s;
}

.footer a:hover {
    color: #f9a825;
}

/* Newsletter */
.newsletter input {
    border-radius: 30px 0 0 30px;
    border: none;
    padding: 10px;
    padding-left: 20px !important;
    width: 70%;
    max-width: 450px;
}

.newsletter button {
    border-radius: 0 30px 30px 0;
    border: none;
    padding: 10px 20px;
    background: #f9a825;
    color: #fff;
    font-weight: 600;
}

/* Social Icons */
.social-icons img {
    width: 28px;
    margin-right: 10px;
    transition: 0.3s;
}

.social-icons img:hover {
    transform: scale(1.1);
}

/* Contact icons */
.contact-icons img {
    width: 18px;
    margin-right: 8px;
}

/* Bottom */
.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 30px;
    padding-top: 15px;
    text-align: center;
    font-size: 0.85rem;
    color: #bbb;
}

.footer-bottom a {
    margin: 0 10px;
    color: #bbb;
    text-decoration: none;
}

.footer-bottom a:hover {
    color: #f9a825;
}

/*--======footer end--====*/


.f_filter {
    color: var(--title-color);
}


.splide_slider_1 .splide__slide {
    min-height: 0 !important;
}



.sp_page i {
    color: #fbb034 !important;
}

.btn_red {
    background: red;
    height: 20px;
    width: 40px;
    border: 5px solid var(--p-color)000;
    border-radius: 3px;
}

.btn_blue {
    background: white;
    height: 20px;
    width: 40px;
    border: 5px solid #0038ff;
    border-radius: 3px;
}

.btn_yellow {
    background: white;
    height: 20px;
    width: 40px;
    border: 5px solid #f6ae2f;
    border-radius: 3px;
}

.sp_qua1 {
    border: 1px solid var(--p-color);
    padding: 30px;
    border-radius: 25px;
    width: 40%;
}

.sp_qua1 ul li {
    list-style: disc;
    color: #525d71;
    font-weight: 400;
}

.sp_qua1 ul li::marker {
    color: #fbb034;
}

.sp_qua1 h5 {
    font-size: 24px;
    font-weight: 600;
    text-align: left;
}

.sp_qua2 {
    border: 1px solid var(--p-color);
    padding: 30px;
    border-radius: 25px;
    width: 60%;
}

.sp_qua2 h5 {
    font-size: 24px;
    font-weight: 600;
    text-align: left;
}

.sp_qua3 h6 a {
    color: #8ed93d;
}

.sp_qua4 h6 {
    font-size: 28px;
    font-weight: 500;
    color: var(--title-color);
}

.sp_qua4 ul li {
    list-style: disc;
    font-size: 18px;
    font-weight: 400;
    color: var(--p-color);
}

.button-container {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    margin-top: 30px;
}

.btn {
    display: inline-flex;
    align-items: center;
    padding: 5px;
    border-radius: 30px;
    font-weight: 500;
    font-size: 13px;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 15px;
}

.btn1 {
    display: inline-flex;
    align-items: center;
    padding: 5px 15px;
    border-radius: 15px;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
}


/* Download Catalogue Button */
.btn-download {
    background-color: #fff;
    color: var(--title-color);
    border: 2px solid #f39c12;
}

.btn-download i {
    transition: all 0.5s ease-in-out;
}

.btn-download:hover {
    background-color: #f39c12;
    color: white;
}

.btn-download .arrow {
    margin-left: 10px;
    color: #f39c12;
}

.btn-download:hover i {
    transform: translateX(10px);
}

/* Shop Now Button */
.btn-shop {
    background-color: var(--title-color);
    color: white;
    /* border: 2px solid var(--title-color); */
}

.btn-shop i {
    color: #f39c12;
    margin-left: 10px;
    transition: all 0.5s ease-in-out;
}

.btn-shop:hover {
    background-color: #f39c12;
    color: white;
}

.btn-shop .arrow {
    margin-left: 10px;
    color: #f39c12;
}

.btn-shop:hover i {
    color: #fff;
    transform: translateX(10px);
}

.details-column {}

.details-column ul {
    list-style-type: none;
    padding-left: 0;
}

.details-column li {
    font-size: 16px;
    margin: 25px 0;
    border-bottom: 1px solid #c6c4c4;
    display: flex;
    justify-content: space-between;
    color: var(--title-color);
}

.details-column li span {
    font-weight: 600;
}

.details-column .product-info {

    padding-bottom: 10px;
    margin-bottom: 10px;
}

/* Optional: Add hover effect for interactivity */
.details-column li:hover {
    background-color: #f1f1f1;
    cursor: pointer;
}

.product-scroll-area {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    padding-bottom: 5px;
}

.product-scroll-area::-webkit-scrollbar {
    height: 8px;
}

.product-scroll-area::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

/* convert product grid to inline scrolling only when needed */
.product-scroll-area .product-card-item {
    display: inline-block;
    vertical-align: top;
    float: none !important;
}

/* Ensures consistent height for slider images */
#myCarousel .carousel-item img {
    object-fit: cover;
    height: 350px;
    /* Adjust as needed */
    border-radius: 8px;
}

/* Left column styling */
.col-lg-4 p {
    line-height: 1.6;
    font-size: 16px;
}

/* Carousel arrow customization */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: invert(100%);
    /* white arrows */
    width: 35px;
    height: 35px;
}

/* Optional dark background for arrows */
.carousel-control-prev,
.carousel-control-next {
    width: 50px;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    opacity: 0.8;
}





/*--30.8.25--*/


.product-titlesp {
    font-size: 18px;
    font-weight: 500;
    text-align: start;
    margin-bottom: 10px;
}

.product-img {
    max-width: 100%;
    height: auto;
}

.color-box {
    width: 100px;
    height: 100px;
    border-radius: 5px;
    margin: 5px;
    display: inline-block;
    cursor: pointer;
    border: 2px solid #ccc;
}

.color-name {
    font-size: 16px;
    text-align: center;
}

.thumbnail-img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 5px;
    margin-right: 8px;
}

.btn-custom {
    padding: 10px 20px;
    border-radius: 30px;
}

.btn-orange {
    background: #fff;
    border: 2px solid #FFA500;
    color: #FFA500;
}

.btn-dark {
    background-color: var(--title-color);
    color: #fff;
}

#element {
    margin: auto;
    transform-style: preserve-3d;
    transition: all .1s;
}


.know-more-btn {
    background-color: #ff9f00;
    color: white;
    padding: 12px 40px;
    font-size: 16px;
    font-weight: bold;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    transition: background-color 0.3s;
}

.know-more-btn:hover {
    background-color: #e68900;
}

.know-more-btn i {

    font-size: 20px;
    background: #ffffff;
    padding: 10px 10px;
    color: #ff9f00;
}

.p_faqc {
    margin-top: 50px;
    background: linear-gradient(107deg, rgba(255, 255, 224, 1) 47%, rgba(255, 255, 255, 1) 100%);
}

.p_faqc .fancpic {
    position: absolute;
    left: 0;
    bottom: -20px;
}

.p_faqc .fancpic img {
    width: 250px !important;

}

.thank_you {
    height: 100vh;
}

.main-content_ty .logo_ty {
    width: 100%;
    height: auto;
}

.main-content_ty .logo_ty a img {
    display: block;
    margin: 0 auto;
}

.main-content_ty .ty_content {
    text-align: center;
}

.main-content_ty .ty_content .ty_h1 {
    font-weight: 800;
    font-size: 40px;
    color: #002F6C;
}

.main-content_ty .ty_content .lead {
    color: #002f6c;
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
}

.main-content_ty .ty_content .lead a {
    color: #e0a305;
    font-weight: 600;
    font-size: 24px;
}

.btn-theme1 {
    background-color: #e0a305;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    height: 46px;
    line-height: 28px;
    letter-spacing: 0.25px;
    padding: 9px 30px 9px;
    text-transform: capitalize;
    transition: all 0.4s ease-out;

}

.btn-theme1:hover {
    background-color: #334159;

}

.h1_404 {
    font-weight: 800;
    font-size: 80px;
    color: #e0a305;

    background: linear-gradient(90deg, #002F6C 40%, #e0a305 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.h2_404 {
    font-weight: 600;
    font-size: 40px;
    color: #002F6C;
}

.disb {
    background: #d69e08;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
}

.d_cont {
    background: #46433c;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
}

.d_cont p {
    color: #fff;
}

.d_cont .view_btn {
    width: 170px;
}

.step {
    text-align: center;
    padding: 15px 10px;
    position: relative;
    border: 2px solid #f9b705;
    /*height: 300px;*/
    border-radius: 25px;
    width: 100%;
}

.step-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: #f9b507;
    /* orange */
}

.step-title {
    font-size: 1.2rem;
    font-weight: 600;
    margin-top: 10px;
    color: var(--title-color);
}

.step-desc {
    font-size: 0.95rem;
    margin-top: 8px;
    color: var(--title-color);
    font-weight: 500;
}

/* Dashed arrow */

.btn_disb {
    display: inline-flex;
    background: #f9b507;
    align-items: center;
    padding: 12px;
    border-radius: 30px;
    font-weight: 500;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
    width: 150px;
}

.btn_disb:hover {
    background: var(--title-color);
}

.pro_list .dropdown button {
    margin-top: -25px !important;
}

.cm p {
    color: #fff;
}


.pagination {
    display: flex;
    justify-content: center;
}

.pagination a {
    color: var(--title-color);
    float: left;
    padding: 8px 16px;
    text-decoration: none;
}

.pagination a.active {
    background-color: #f9b507;
    color: white;
}

.pagination a:hover:not(.active) {
    background-color: #ddd;
}

.product-card1 {
    box-shadow: 5px 5px 5px rgba(0 0 0 / 13%);
}

.product-title1 {
    font-size: 24px;
}

.career h2 {
    font-size: 40px;
    font-weight: 700;
}

.career h2 span {
    color: #f9b507;
}

.career p {
    color: var(--title-color);
    font-size: 16px;
    font-weight: 500;
}

.product-body1 {
    padding-top: 8px;
}


.hero-wrapper .ab {
    display: none;
    position: absolute !important;
    top: 0 !important;
    left: 6% !important;
    background: rgba(255, 255, 255, 0.6) !important;
    height: 100%;
    width: 350px;
    padding: 25px;
}

.hero-wrapper .ab .ab1 {
    z-index: 99999;
}

.hero-wrapper .ab .ab1 span {
    color: var(--title-color);
    font-weight: 600;
}

.hero-wrapper .ab .ab1 h2 {
    color: var(--title-color);
    font-weight: 600;
    font-size: 40px;
}

.hero-wrapper .ab .ab1 p {
    font-weight: 600;
    font-size: 14px;
}

.p_slider.hero-wrapper .splide__pagination {
    display: none;
    bottom: 45px !important;
    left: 10% !important;
    padding: 0 15px !important;
    position: absolute !important;
    z-index: 1 !important;
    right: inherit !important;
}

.p_slider.hero-wrapper .splide__pagination__page {
    width: auto;
    height: auto;
    border-radius: 0;
    padding: 5px;
    margin: 0 5px;
    font-size: 16px;
    font-weight: 600;
    color: var(--p-color);
    background: transparent;

}

.p_slider.hero-wrapper .splide__pagination__page.is-active {
    /*background: var(--p-color);*/
    color: #fff;
}

.contact-section a {
    color: #fff !important;
}

.btn-learn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    background: #f59836;
    border: none;
    border-radius: 50px;
    /* pill shape */
    cursor: pointer;
    text-decoration: none;
    transition: background 0.3s ease;
}

.btn-learn .icon-lrn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: #fff;
    border-radius: 50%;
    transition: transform 0.3s ease;
}

.btn-learn .icon-lrn i {
    color: #f9b507;
    font-size: 14px;
    transition: transform 0.3s ease;
}

.btn-learn:hover {
    background: #fccc51;
}

.btn-learn:hover .icon-lrn {
    transform: translateX(5px);
}

/* ...gallery... */

.project-one__single {
    position: relative;
}

.project-one__img {
    position: relative;

}

.overlay-title {
    padding: 25px;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(90deg, rgba(23, 23, 31, 0.8) 20%, rgba(23, 23, 31, 0.2) 50%);
    /* text-shadow: 0 2px 3px rgb(230 120 23); */
    left: 0px;
    bottom: 0px;
    z-index: 1;
    /* color: #fff; */
    font-size: 23px;
    font-weight: 600;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.overlay-title span {
    /* background-color: #f9b507; */
    color: #fff;
    padding: 5px 10px;
    line-height: 1;
    text-transform: capitalize;
    text-align: center;
    text-shadow: 0 1px 2px rgb(0 0 0 / 50%);
}

.project-one__button {
    position: absolute;
    top: 30px;
    right: 30px;
    display: flex;
    align-items: center;
    flex-direction: column;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(20deg) translateX(100%);
    -ms-transform: perspective(400px) rotateX(20deg) translateX(100%);
    transform: perspective(400px) rotateX(20deg) translateX(100%);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    z-index: 2;
}

.project-one__single:hover .project-one__button {
    opacity: 1.0;
    -webkit-transform: perspective(400px) rotateX(0deg) translateX(0%);
    -ms-transform: perspective(400px) rotateX(0deg) translateX(0%);
    transform: perspective(400px) rotateX(0deg) translateX(-0%);
    transition-delay: .3s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
}

.project-one__img img {
    width: 100%;
    border-radius: 5px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.project-one__img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 5px;
    z-index: 1;
    margin-bottom: 25px;
}

.project-one__single:hover .project-one__img img {
    transform: scale(1.05);
}

.project-one__button a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    /* height: 40px;
width: 40px; */
    padding: 10px;
    background-color: white;
    border-radius: 5px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.project-one__button a:hover {
    background-color: #f9b507;
}

.project-one__img .a_img {
    height: 300px;
    object-fit: cover;
}

a.gal_a:nth-of-type(n+2) {
    display: none !important;
}

.video-section .video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
    /* flex-direction: column; */
    text-align: center;
    padding: 20px;
    background: linear-gradient(0deg, rgba(0, 17, 48, 1) 0%, rgba(255, 255, 255, 0) 50%);
    border-radius: 15px;
    color: #fff;
}

.blank {
    min-height: 600px;
}

.inv_p {
    min-height: 150px;
}

.mecard_body a i {
    transition: all 0.5s ease-in-out;
}

.mecard_body a:hover i {
    transform: translateX(10px);
}

.btn-details-section {
    margin-top: 10px;
}

.video-section .play-btnvid {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    transition: transform 0.3s ease;
    margin-bottom: 70px !important;
}


/*-----=================version 2=================------*/

.new-btnv2 {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(90deg, #ffa84c, #ff6b2c);
    ;
    color: #fff !important;
    font-size: 18px;
    font-weight: 500;
    padding: 6px 20px !important;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s ease;
    padding-right: 10px !important;
    max-width: fit-content;
}

.new-btnv2 .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background: #fff;
    border-radius: 50%;
    margin-left: 10px;
    color: #f59836;
    transition: transform 0.3s ease;
}

.new-btnv2:hover .icon {
    transform: translateX(5px);

}

.new-btnhv2 {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    /*background: linear-gradient(90deg, #e94057, #f27121);*/
    background: #5438dc;
    color: #fff !important;
    font-size: 18px;
    font-weight: 600;
    padding: 6px 20px !important;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s ease;
    padding-right: 10px !important;
}

.new-btnhv2 .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background: #f59836;
    border-radius: 50%;
    margin-left: 10px;
    color: #fff;
    transition: transform 0.3s ease;
}

.new-btnhv2:hover .icon {
    transform: translateX(5px);
}

.alert {
    background: #fffbee !important;
    position: relative;
    padding: .75rem 1.5rem;
    margin-bottom: 1rem;
    border: 0 solid transparent;
    border-radius: 100px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    max-width: fit-content;
}

.alert a {
    font-weight: 500;
    color: var(--title-color);
    transition: transform 0.3s ease;
    text-decoration: underline;
}

.alert a:hover {
    color: var(--yellow-color);
}

/* ----------    all button    ----------- */
.new-grad-btnbg {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(90deg, #0188FD 0%, #001FAA 100%);
    /* color: #fff !important; */
    font-size: 18px;
    font-weight: 400;
    padding: 6px 20px !important;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s ease;
    padding-right: 10px !important;
}

.new-grad-btnbg .btn-name {
    color: #FFFFFF !important;
}

.new-grad-btnbg i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background: #fff;
    border-radius: 50%;
    margin-left: 10px;
    /* color: linear-gradient(90deg, #0188FD 0%, #001FAA 100%) !important; */
    transition: transform 0.3s ease;
}

.new-grad-btnbg:hover i {
    transform: translateX(5px);

}

/* .arrow-icn-grad{
color: linear-gradient(90deg, #0188FD 0%, #001FAA 100%) !important;

} */
.new-grad-btnbg .icon i {
    color: linear-gradient(90deg, #0188FD 0%, #001FAA 100%) !important;
}

.two_sec {
    /* background: linear-gradient(70deg, rgba(223, 217, 248, 1) 10%, rgba(255, 255, 255, 0) 32%, rgba(255, 255, 255, 0) 78%, rgba(249, 186, 120, 1) 100%); */
    border-radius: 50px;
    margin: 0px !important;
}

.banner_video .video-banner {
    max-height: 70vh;
    margin: 0 30px;
}

.dark-cta {
    margin-top: 50px;
    margin-bottom: 50px;
}

.fan_brand {
    background: linear-gradient(95deg, rgba(231, 227, 250, 0.23) 0%, rgba(255, 255, 255, 1) 23%, rgba(255, 255, 255, 0.55) 80%, rgba(227, 222, 249, 0.6) 100%);
    margin: 30px;
    border-radius: 50px;
}

.btn-name {}

.btn-journey {

    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 10px !important;
    background: linear-gradient(to right, #0188fd 0%, #001faa 100%);
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.btn-journey:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.btn-journey i {
    background: #fff;
    color: linear-gradient(to right, #1fa2ff, #0066ff);
    border-radius: 50%;
    padding: 6px;
    transition: transform 0.3s ease;
}

.btn-journey:hover i {
    transform: translateX(5px);
}

.stat1 h2 {
    color: var(--title-color);
    font-family: "Poppins", sans-serif !important;
    font-weight: 600 !important;
}

.stat1 p {
    color: var(--p-color);
    font-weight: 400;
    font-size: 24px;
}

.stat-data {
    margin-top: 0px !important;
}

/* Newsletter Section */

.newsletter-section {
    background: linear-gradient(120deg, #dcd6f7, #fff6f0);
    background-image: url(../images/footer_cta.png);
    padding: 50px 20px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.newsletter-section h2 {
    font-weight: 600;
    font-size: 40px;
    margin-bottom: 15px;
}

.radio-group {
    margin-bottom: 25px;
}

.radio-group label {
    margin: 0 15px;
    font-size: 20px;
    color: var(--title-color);
    cursor: pointer;
}

.form-box {
    background: #fff;
    padding: 30px;
    border-radius: 50px;
    border: 2px solid #cbcdd5;
    max-width: 850px;
    margin: 0 auto;
    text-align: left;
}

.form-box h3 {
    text-align: center;
    margin-bottom: 25px;
    font-size: 40px;
    font-weight: 400;
}

.form-control {
    background: transparent;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    color: #fff;
    /* margin-bottom: 20px; */
}

.form-control:focus {
    background: transparent;
}

textarea.form-control {
    resize: none;
}

.newsletter-section .section_heding h2 {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px !important;
}

.newsletter-section .section_heding h2:before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 55%;
    height: 1px;
    background: #b2b7c1;

}

.form-note {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    padding: 0 150px;
    color: var(--title-color);
}

.product-card1 {
    background: linear-gradient(0deg, rgb(255 243 206) 0%, rgba(255, 255, 255, 1) 50%);
}

.about-banner .page-banner-content {
    text-align: left !important;
}

.about {
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: url(../images/footer_cta.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-about {
    background: url("../images/about/about1.png") no-repeat center center/cover;
    /* min-height: 500px; */
    text-align: center;
    color: #fff;
}

/* .hero-about .section_heding h2{
font-size: 80px;
font-weight: 600;
color: var(--title-color);
padding: 60px 0 20px;
} */
/* .hero-about .section_heding p{
font-size: 18px;
color: var(--title-color);

} */
.our_mission .target {
    height: 60px;
    width: 60px;
    margin-right: 40px;
}

.our_mission h3 {
    margin-top: 20px;
    font-size: 24px !important;
    font-weight: 400;
    font-family: "Poppins", sans-serif !important;
    color: var(--p-color);

}

/*.our_mission p{
margin: 50px 0;
}*/
.o_mision p {
    color: var(--p-color);
    text-align: justify;
    font-size: 18px;
}

.about_checklist {
    list-style: none;
    padding: 0;
    margin: 0;
}

.about_checklist li {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #333;
    margin-bottom: 25px;
    /* padding:10px 10px 10px 5px ; */
    /* border-left: 5px solid #f6ae2f; */
    border-radius: 15px;
}

.about_bracket {
    color: #fbbf24;
    /* yellow */
    font-size: 22px;
    margin-right: 8px;
}

.about_icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #6c5ce7;
    /* purple */
    border-radius: 50%;
    width: 32px;
    height: 32px;
    margin-right: 10px;
    color: #fff;
    font-size: 14px;
}

.about_text {
    flex: 1;
    font-weight: 400;
}

.o_mision1 h2 {
    font-size: 40px !important;
    font-weight: 400 !important;
    background: var(--grad-secondary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    margin-bottom: 10px !important;
    line-height: auto;
    letter-spacing: 0;
}

.o_mision1 p {
    color: var(--p-color);
    /* text-align: justify; */
    font-size: 18px;
}

.o_mision1 i {
    font-size: 22px !important;
}

.counter1 {
    padding: 60px 0 60px 0 !important;
    margin-top: 0px !important;
    /* clip-path: polygon(0 0, 100% 0, 100% 81%, 0 100%); */
}

.about-btn {
    display: inline-flex;
    align-items: stretch;
    justify-content: center;
    padding: 10px 20px;
    border-radius: 50px;
    background: linear-gradient(90deg, #001FAA 0%, #0188FD 100%);
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    gap: 5px;

}

.about-btn .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: linear-gradient(90deg, #0188FD 0%, #001FAA 100%); */
    color: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 14px;
    transition: transform 0.3s ease;
}

.about-btn:hover {
    background: linear-gradient(90deg, #0188FD 0%, #001FAA 100%);
    /* light hover background */
    color: linear-gradient(90deg, #001FAA 0%, #0188FD 100%);

    /* border-color: linear-gradient(90deg, #0188FD 0%, #001FAA 100%); */
}

.about-btn:hover .icon {
    /* background-color: #fff; */
    color: #fff;
    transform: translateX(4px);
}

.director-card1 {
    background: linear-gradient(to right, #f8fafc, #fff, #fff5ec) !important;
}

.director-img1 {
    width: 100%;
    height: auto;
    object-fit: cover;

}

.board-directors1 .md_content1 h6 {
    font-weight: 600;
}

.fan_left {
    position: absolute;
    top: 50px;
    left: 0;
}

.text-card1 p i {
    color: var(--title-color);
    font-size: 30px;
}

.text-card1 .profile i {
    color: #003870;
    font-size: 14px;
}

.text-card1 .profile span {
    color: var(--title-color);
    font-size: 20px;
}

.tf {
    background-image: url(../images/footer_cta.png);
}


.partner-section {
    background: linear-gradient(120deg, rgba(253, 236, 218, 1) 0%, rgba(247, 245, 253, 0) 50%, rgba(247, 245, 253, 1) 100%);
    padding: 60px 10%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    background-image: url(../images/footer_cta.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.partner-left {
    flex: 1;
}

.partner-left h2 {
    font-size: 38px;
    font-weight: 600;

    color: var(--title-color);
    margin-bottom: 30px;
}

.partner-feature {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
}

.partner-feature i {
    font-size: 22px;
    color: #002f6c;
    margin-top: 5px;
}

.partner-feature h4 {
    margin: 0;
    font-size: 22px;
    font-weight: 400;
    color: var(--title-color);
}

.partner-feature p {
    margin: 2px 0 0;
    font-size: 18px;
    color: var(--p-color);
}

.btn-know {
    display: inline-flex;
    align-items: center;
    margin-top: 25px;
    padding: 12px 25px;
    border-radius: 30px;
    background: linear-gradient(90deg, #007bff, #0033cc);
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
}

.btn-know i {
    margin-left: 10px;
    font-size: 16px;
}

.btn-know:hover {
    opacity: 0.9;
}

.partner-right {
    flex: 1;
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    text-align: center;
}

.partner-right img {
    width: 100%;
    border-radius: 15px;
    margin-bottom: 20px;
}

.btn-primary {
    display: block;
    padding: 12px 20px;
    border-radius: 30px;
    background: #0066ff;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    margin: 10px auto;
    width: 100%;
    text-align: center;
    transition: 0.3s ease;
}

.btn-primary i {
    margin-left: 8px;
}

.btn-primary:hover {
    background: #004ecc;
}

.btn-outline {
    display: block;
    padding: 12px 20px;
    border-radius: 30px;
    border: 2px solid #ff4500;
    color: var(--title-color);
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    margin: 10px auto;
    width: 100%;
    text-align: center;
    transition: 0.3s ease;
    background: #fff;
}

.btn-outline i {
    margin-left: 8px;
    color: var(--title-color);
}

.btn-outline:hover {
    background: #ff4500;
    color: #fff;
}

.pr1 {
    width: 85%;
}

.pr2 {
    width: 15%;
}

.pr2 i {

    background: linear-gradient(90deg, rgba(21, 53, 130, 1) 20%, rgba(1, 95, 221, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-size: 40px;
    padding: 20px;
    width: 70px;
    height: 70px;
}

.catalog-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 25px 20px;
    width: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

.catalog-left {
    display: flex;
    align-items: center;
    gap: 15px;
}

.catalog-left img {
    width: 45px;
    height: 45px;
    object-fit: contain;
}

.catalog-text h4 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #0d2b56;
}

.catalog-text p {
    margin: 2px 0 0;
    font-size: 18px;
    color: #6b7a99;
}

.download-icon {
    font-size: 22px;
    color: #0d2b56;
    cursor: pointer;
    transition: 0.3s;
}

.download-icon:hover {
    color: var(--yellow-color);
}

/*.tab_p1{
background: radial-gradient(circle at 51% 10%, rgba(255, 180, 120, 0.4), transparent 50%), radial-gradient(circle at 50% 10%, rgba(180, 160, 255, 0.35), transparent 65%), #ffffff;
background-image: url(../images/footer_cta.png);
background-repeat: no-repeat;
background-size: cover;
}*/
.bnchmrk1 {
    background: radial-gradient(circle at center, #ffffff 80%, #f5f1fa 90%, #f8e6e0 100%);
    margin: 0 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    border-radius: 25px;
}

.si {
    position: relative;
}

.si img {
    width: 100%;
    height: auto;
    object-fit: cover;

}

.si_content {
    position: absolute;
    bottom: 30px;
    left: 40%;
    transform: translateX(-50%);
    margin-left: 20px;
    /*background: red !important;*/
}

.si_content ul li a {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
}

.si_content .si_call i {
    font-size: 20px;
    color: #fff;
    margin-right: 10px;
}

.si_content .si_call p {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    margin: 0;
}

/*.btn_catalogue {
display: inline-block;
margin: 20px 0 10px;
padding: 8px 20px;
border: 1px solid #0072ff;
border-radius: 40px;
font-size: 16px;
font-weight: bold;
color: #0072ff;
text-decoration: none;
transition: all 0.3s ease;
width: 100%;
text-align: center;
}*/

.btn_catalogue i {
    margin-left: 8px;
}

.btn_catalogue:hover {
    background: #0072ff;
    color: #fff;
}

.read-more1 {
    border: 1px solid red;
    border-radius: 50px;
    padding: 8px 15px;
}


/*==========blog1===========*/
.blog1 .splide__slide {
    /* background: #fff; */
    /* max-width: 850px;
height: 400px; */
    margin: 50px auto 100px;
    position: relative;

    /* padding: 30px ; */
    border-radius: 25px;
}

.blog1 .splide__slide::before {
    background: #fff;
    position: absolute;
    content: '';
    width: 450px;
    height: 100%;
    top: 0;
    left: 180px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
    border-radius: 15px;
}

.blog1 .splide__slide .row {
    z-index: 999999;
}

/* .blog1 .box_img{
position: absolute;
top: 50%;
left: -100px;
transform: translate(0,-55%);
width: 320px;
height: 320px;
} */
.blog1 .box_img img {
    height: 300px;
    object-fit: cover;
    border-radius: 15px;

}

.blog1 .box_content h6 {
    color: var(--title-color);
    font-size: 28px;
    font-weight: 600;
}

.blog1 .box_content p {
    color: var(--title-color);
    font-size: 20px;
}

.logo_space {
    border: 1px solid #cccfd5;
    padding: 10px 25px;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    padding-right: 50px !important;
}

.logo_space p {
    color: var(--title-color);
    margin: 0;
}

.logo_space img {
    margin-right: 20px;
}

.team_card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.team_card img {
    width: 100%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.team_card h2 {
    font-size: 20px;
    margin: 15px 0 5px;
    color: #111827;
}

.team_card p {
    color: #4b5563;
    font-size: 14px;
    margin-bottom: 15px;
}

.team_card .social-icons {
    display: flex;
    justify-content: center;
    gap: 15px;
    padding: 15px;
}

.team_card .social-icons a {
    font-size: 20px;
    color: #fff;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    text-decoration: none;
}

.team_card .social-icons a.linkedin {
    background: #0077b5;
}

.team_card .social-icons a.instagram {
    background: linear-gradient(45deg, #f9ce34, #ee2a7b, #6228d7);
}

.team_card .social-icons a.facebook {
    background: #1877f2;
}

.team_card .social-icons a:hover {
    transform: scale(1.1);
    opacity: 0.9;
}

.btn2 {
    display: inline-flex;
    align-items: center;
    /* width: fit-content; */
    padding: 10px 20px;
    border-radius: 30px;
    font-weight: 500;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.3s ease;
    flex-direction: row;
}

.video-pop {
    position: absolute;

}


.d_testimonial-card {
    background: #f5f5fc;
    border-radius: 12px;
    padding: 25px 20px;
    /*max-width: 320px;*/
    width: 100%;
    text-align: center;
    color: #0a2a5e;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.d_testimonial-card h2 {
    font-size: 26px;
    margin-bottom: 5px;
    font-weight: bold;
}

.d_line {
    width: 60%;
    height: 1px;
    background: #d40d65;
    margin: 0 auto 5px;
}

.d_testimonial-card .d_quote {
    font-size: 50px;
    color: #0a2a5e;
    /* margin: 10px 0; */
}

.d_testimonial-card p {
    text-align: justify;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #002855;
}

.d_stars {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.d_stars i {
    color: #f59836;
    font-size: 16px;
}

.d_stars span {
    font-size: 14px;
    font-weight: bold;
    color: #0a2a5e;
}

.review-section {
    background: #fff;
    padding: 30px 15px;
}

.review-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #003366;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 22px;
    margin-right: 15px;
    transition: all 0.3s ease
}

.review-icon:hover {
    background-color: var(--yellow-color);
    color: var(--title-color);
}

.review-stars i {
    color: #003366;
    margin-right: 3px;
}

.review-button {
    background: linear-gradient(90deg, #0099ff, #002db3);
    color: #fff;
    padding: 10px 25px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: 0.3s;
}

.review-button:hover {
    opacity: 0.9;
    color: #fff;
}

.banner1 {
    position: relative;
    background: url("../images/about/about.png") no-repeat center center/cover;
    height: 400px;
    display: flex;
    align-items: center;
    color: #fff;
}

.banner1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 17, 48, 1) 0%, rgba(0, 17, 48, 0) 80%);
}

.banner-content1 {
    position: relative;
    z-index: 2;
}

.banner-content1 h1 {
    color: #fff !important;
}

.banner1 h1 {
    font-size: 80px;
    font-weight: 600;
}

.breadcrumb1 {
    margin-bottom: 0;
    font-size: 16px;
    display: flex;
    gap: 5px;
}

.breadcrumb-item1 a {
    color: #fff;
    text-decoration: none;
}

.breadcrumb-item1.active {
    color: #d1d5db;
}

.top_fan {
    margin-top: -15px;
}

.award-sec {
    background-image: url(../images/award_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.w_mounted {
    background: linear-gradient(180deg, rgba(245, 223, 222, 0) 0%, rgba(245, 223, 222, 1) 100%);
    padding: 20px;
    border-radius: 30px;
    /*margin: 0 40px;*/
    margin-bottom: 80px;
    padding-bottom: 0;
}

.gradient-btn1 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 28px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px;
    color: linear-gradient(90deg, rgba(21, 53, 130, 1) 20%, rgba(1, 95, 221, 1) 100%);
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    background-image:
        linear-gradient(#fff, #fff),
        linear-gradient(90deg, rgba(21, 53, 130, 1) 20%, rgba(1, 95, 221, 1) 100%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    border: 2px solid transparent;
}

.wp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px;
    height: 50px;
    color: #23B33A;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    /* background-image: 
linear-gradient(#fff, #fff), 
linear-gradient(90deg, rgba(21, 53, 130, 1) 20%, rgba(1, 95, 221, 1) 100%);
background-origin: border-box;
background-clip: padding-box, border-box; */
    border: 2px solid #23B33A;
}

.wp-btn:hover {
    background: #23B33A;
    color: #fff;
}

i.fa-brands.fa-whatsapp {
    font-size: 26px;
}


.gradient-btn1:hover {
    background-image:
        linear-gradient(90deg, #00aaff, #0040ff),
        linear-gradient(90deg, #00aaff, #0040ff);
    color: #fff;
}

.gradient-btn1 i {
    margin-left: 10px;
    transition: all 0.5s ease-in-out;
}

.gradient-btn1:hover i {
    transform: translateX(5px);
}

.contact-form-wrap {
    border-radius: 15px !important;
}

.view-btn2 {
    display: inline-flex;
    align-items: center;
    background: #fff;
    border-radius: 50px;
    padding: 5px 15px 5px 20px;
    font-size: 16px;
    font-weight: 600;
    color: var(--title-color);
    /* text color */
    text-decoration: none;
    border: none;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}



.view-btn2 .icon {
    margin-left: 12px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    transition: all 0.5s ease-in-out;

    /* Gradient background for the icon */
    background: linear-gradient(135deg, #00aaff, #0040ff);
}

.view-btn2:hover .icon {
    transform: translateX(10px);

}

.product_tab .text-card {
    background: linear-gradient(34deg, rgba(251, 214, 174, 1) 0%, rgba(255, 241, 216, 1) 20%, rgba(252, 223, 189, 1) 100%);
}

.video-card1 {
    width: 340px;
    border: 2px solid #f3e6c7;
    border-radius: 15px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
    border: 2px solid #fce9b1;
    padding: 5px;
}

.video-wrapper1 {
    position: relative;
    width: 100%;
    height: 280px;
    overflow: hidden;
}

.video-wrapper1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 15px;
}

.play-btnv {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.play-btnv i {
    font-size: 22px;
    color: #ff7a00;
    /* orange play icon */
    margin-left: 3px;
}

.user-section1 {
    display: flex;
    align-items: center;
    padding: 15px;
    background: #faf7ff;
}

.user-section1 img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin-right: 12px;
}

.user-info1 {
    flex: 1;
}

.user-info1 strong {
    font-size: 15px;
    color: var(--p-color);
    display: block;
}

.user-info1 span {
    font-size: 13px;
    color: var(--p-color);
}

.rating1 {
    font-size: 14px;
    color: #0040ff;
    margin-top: 4px;
}

.rating1 i {
    color: #0040ff;
    margin-right: 2px;
}

.blog3 .mecard_meta {
    font-size: 10px;
}

.blog1 {
    background: linear-gradient(107deg, rgba(255, 255, 224, 1) 47%, rgba(255, 255, 255, 1) 100%);
    background-image: url(../images/contbg.png);
    padding: 50px 20px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.profile-card {
    width: 340px;
    background: #f9fbff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    text-align: left;
    color: #1a1a1a;
}

.profile-card img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    display: block;
    transition: transform 0.4s ease;
}


.profile-card:hover img {
    transform: scale(1.1);
}

.profile-card {
    overflow: hidden;
}


.profile-content {
    padding: 20px;
}

.profile-content h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    color: var(--p-color);
}

.profile-content p.role {
    margin: 4px 0 12px;
    font-size: 12px;
    font-weight: 300;
    color: var(--p-color);
}

.profile-content .description {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    font-size: 12px;
    color: var(--p-color);
    line-height: 1;
}

.profile-content .description i {
    color: #0077b5;
    /* LinkedIn blue */
    font-size: 32px;
    margin-top: 2px;
}

.search-btn {
    border: none;
    background: transparent;
}


/* search bar mobile ends */



/* .search-btn2 {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 12px 24px;
font-size: 16px;
font-weight: 600;
color: #fff;
background: linear-gradient(90deg, #007bff, #0056d2);
border: none;
border-radius: 50px;
cursor: pointer;
transition: 0.3s ease;
text-decoration: none;
}
.search-btn2 i {
margin-left: 10px;
background: #fff;
color: #0056d2;
border-radius: 50%;
padding: 6px;
font-size: 14px;
transition: all 0.5s ease-in;

width: 30px;
height: 30px;
line-height: 21px;
}
.search-btn2:hover i{
transform: translateX(10px);
}
.partner-section .section_heding h2{
text-align: left;
}
.search-box{
display: block;
} */

.vdo-cta-titile {
    font-size: 40px !important;
    font-weight: 300 !important;
    color: #fff;
}

.title-main-heading {
    font-size: 40px !important;
    font-weight: 300 !important;
    color: var(--title-color) !important;
}

.stat-counter-text {
    font-family: "Poppins", sans-serif !important;
    color: var(--nav-color);
    font-size: 40px;
}

.choose_us_content h2 {
    font-size: 30px;
    color: var(--p-color);
    font-weight: 500;
}

.choose_us_content p {
    font-size: 18px;
    color: var(--p-color);
    font-weight: 400;
}

.section_heding h2 {
    font-size: 40px;
    font-weight: 400 !important;
    background: var(--grad-secondary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    margin-bottom: 10px !important;
    line-height: auto;
    letter-spacing: 0;
}

.trsti_monial h5 {
    color: var(--title-color) !important;
    font-size: 24px !important;
    margin-bottom: 10px !important;
    font-weight: 400 !important;
}

.trsti_monial p {
    color: var(--nav-color) !important;
    font-weight: 400 !important;
    font-size: 16px;
}

.trsti_monial h6 {
    color: var(--title-color) !important;
    font-size: 20px;
    font-weight: 400;
}

.section_heding p {
    font-size: 18px;
    font-weight: 400;
    color: var(--p-color);
    text-align: center;
}

.becom_constractor_content p {
    font-size: 18px;
    color: #1a2238;
    font-weight: 400;
}

.social-share {
    display: flex;
    padding: 40px 0;
    text-align: center;
    position: sticky;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    justify-content: center;
}

.exsit-counter {
    font-weight: 500;
    font-family: "Poppins", sans-serif !important;
    /* color: linear-gradient(90deg, rgba(21, 53, 130, 1) 20%, rgba(1, 95, 221, 1) 100%) !important; */
    font-size: 50px !important;
    color: var(--title-color);
}

.download-block-one h4 {
    font-size: 20px;
    font-weight: 500;
    color: var(--title-color);
    margin-bottom: 10px;
}

.download-block-one p {
    font-size: 14px;
    color: var(--p-color);
    margin-bottom: 20px;
}

.rating-text {
    font-size: 16px;
    font-family: "Poppins", sans-serif !important;
    font-weight: 400;
    color: var(--p-color);
}



.award-heading {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 15px;
    color: var(--title-color);
}


.award-subtext {
    max-width: 420px;
    font-size: 18px;
    line-height: 1.6;
    color: var(--p-color);
}

.accordion-button {
    gap: 6px;
    line-height: 1.4;
    background: #fff;
    font-size: 20px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
    margin-bottom: 12px;
    font-weight: 500;
    color: var(--title-color);
}

.navbar .navbar-nav .nav-item .sub-menu .sub-menu--item a {
    color: #212529;
    font-size: 16px;
    padding: 4px 20px;
    font-weight: 500;
    position: relative;
    display: flex;
    align-items: center;
    transition: all .4s ease-in-out;
    margin-bottom: 5px;
    line-height: 30px;
}

.navbar .navbar-nav .nav-item .sub-menu .sub-menu--item a:hover {
    color: var(--orng-thm);
}

.color-text-bold {
    color: #f59836;
    font-weight: 600;
}


/* innovation section redesign */

.feedback {
    position: relative;
}

.play-btnvid {
    position: sticky;
    top: 40%;
    left: 40%;
    width: 50px;
    /* Adjust the size of the button as needed */
    height: 50px;
    /* Adjust the size of the button as needed */
    background-color: rgba(255, 255, 255, 0.7);
    /* Example styling for the button */
    border-radius: 50%;
    /* Make the button circular */
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 2;
}

.feature-wrap #myTabContent #tab-analytics .video-cardtab .play-btnvid {
    position: absolute;

}

/* Blog starts */
.blog-card {
    transition: transform 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 3px 10px;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(238, 238, 238);
    border-image: initial;
    background: rgb(255, 255, 255);
    transition: transform 0.3s;
}

.blog-card:hover {
    transform: scale(1.02);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.card-image {
    height: 12rem;
    object-fit: cover;
}

.card-category {
    background-color: #e0e7ff;
    color: #4f46e5;
    padding: 0.25rem 0.75rem;
    font-size: 0.75rem;
    font-weight: 700;
    border-radius: 9999px;
    text-transform: uppercase;
}

.card-title {
    font-size: 24px;
    font-weight: 500;
    color: var(--title-color);
    margin-bottom: 0.75rem;
    line-height: 1.25;
}

/* 
.card-title:hover {
color: #4f46e5;
} */
.blog-small-text {
    padding-left: 5px;
    padding-right: 0px !important;
}

.author-info {
    display: flex;
    align-items: center;
    font-size: 0.875rem;
    color: var(--p-color);
    margin-bottom: 1rem;
}

.author-info svg {
    width: 1rem;
    height: 1rem;
    color: var(--p-color);
}

.author-info .separator {
    color: #d1d5db;
    margin: 0 0.5rem;
}

.card-excerpt {
    color: #374151;
    font-size: 1rem;
    margin-bottom: 1.5rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.read-more-btn {
    /* width: 100%; */
    /* background-color: #fff; */
    color: linear-gradient(90deg, rgba(21, 53, 130, 1) 20%, rgba(1, 95, 221, 1) 100%);
    font-weight: 600;
    padding-top: 20px;
    padding-bottom: 10px;
    text-align: start;
}

.read-more-btn:hover {
    color: linear-gradient(90deg, rgb(1, 136, 253) 0%, rgb(0, 31, 170) 100%);
    text-decoration: underline;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.read-more-btn:focus {
    outline: none;
    box-shadow: 0 0 0 4px rgba(99, 102, 241, 0.5);
}

.card-body {
    padding: 20px;
}

.btn-center {
    position: absolute;
    top: -80px !important;
    left: 50% !important;
}

.download-block-one {
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 12px;
    padding: 30px 25px;
    margin-bottom: 20px;
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

button.btn.btn-link.dropdown-toggle.d-flex.align-items-center.text-dark {
    padding-left: 15px;
    padding-right: 15px;
}


/* Responsive starts */

/*@media (max-width: 1400px) {
.navbar .navbar-nav.font-sora .nav-item .nav-link {
font-size: 15px;
font-weight: 500;
color: var(--nav-color);
font-family: "Poppins", sans-serif;
}
.btn{
font-size: 12px;
}
.video-section .play-btnvid
{
position: relative;
}

}*/
/*@media (max-width: 1200px) {
.navbar .navbar-nav.font-sora .nav-item .nav-link {
font-size: 15px;
}
.sizes span{
font-size: 12px !important;
}
}*/
/*
@media (max-width: 991px) {
.title-main-heading{
text-align: center ;
}
p {

font-size: 16px
}
.view_btn{
display: flex !important;
justify-content: center;
}
.why_left{
display: flex;
flex-direction: row-reverse;
}
.why_left h2 {
position: absolute;
top: 100px;
left: 12%;
font-size: 60px !important;
max-width: 200px;
color: #1a2238;
font-weight: 600;
}
.choose_us {
align-items: flex-start;
display: flex;
}
.choose_us_content p {
font-size: 18px;
color: var(--p-color);
font-weight: 400;
text-align: left;
}
.about-us-section-content{
padding-top: 0px !important;
}
.section_heding p{
text-align: center;
padding-left: 20px;
padding-right: 20px;
font-size: 20px;
}
.mecard_body p {
font-size: 18px;
color: var(--p-color);
margin-bottom: 12px;
line-height: 1.5;
text-align: justify;
}
.trsti_monial p {
color: var(--nav-color) !important;
font-weight: 400 !important;
font-size: 16px;
text-align: justify;
}
.offer-card {
margin-bottom: 30px;
margin-left: 20px;
margin-right: 20px;
}
.splide__slide{
margin-right: 10px !important;
max-width: fit-content !important;
}
.smooth_round_btn1{
display: flex;
justify-content: center;
}
.energy_saving::before {
background: linear-gradient(358deg, rgba(92, 65, 49, 1) 40%, rgba(255, 255, 255, 0) 128%);
}
.store-item p {
margin-bottom: 5px;
font-size: 18px;
color: var(--p-color);
display: flex;
align-items: flex-start;
gap: 8px;
text-align: left;
}
.accordion-item:first-of-type>.accordion-header .accordion-button {
border-top-left-radius: var(--bs-accordion-inner-border-radius);
border-top-right-radius: var(--bs-accordion-inner-border-radius);
align-items: center;
justify-content: center;
}
.accordion-button {
background: #fff;
font-size: 24px;

box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
border-radius: 6px;
margin-bottom: 20px;
font-weight: 500;
color: #1a2238;
display: flex;
justify-content: center;
}
.me_card img {

height: auto;
display: block;
border-radius: 20px 20px 0 0;
}
.splide__track--draggable {
padding-bottom: 30px;
}

.slider-arrows-white .splide__arrow {
top: 98% !important;
}
.blog .gradient-btna {
margin-top: 0 px !important;
}
.banner1 {
height: 280px;
}
.banner1 h1 {
font-size: 60px;
font-weight: 600;
padding-left: 30px;
}

.btn-outline {
display: block;
padding: 12px 20px;
border-radius: 30px;
border: none;
}
.navbar1 {
display: flex;
justify-content: space-between;
align-items: center;
padding: 15px 15px;
background: #fff;
padding-top: 5px;
}
.nav-links1 {
display: flex;
gap: 14px;
font-size: 16px;
}
.video-overlay {
background: linear-gradient(0deg, rgba(0, 17, 48, 1) 0%, rgba(255, 255, 255, 0) 80%);
}
.btn {

font-weight: 500;
justify-content: center;
font-size: 18px;
}
.rating small {
font-size: 14px;
}
.para-text{
font-size: 18px;
font-family: "Poppins", sans-serif !important;

color: var(--p-color);
}
.about_checklist li {
font-size: 18px;
color: var(--p-color);
margin-bottom: 15px;
font-weight: 400;}

.splide__arrow {
height: 40px !important;
width: 40px !important;
right: 50%;
transform: translateX(100%);
}
.profile-content p.role {
text-align: left;
}
.profile-content p{
text-align: justify;
}
.card-excerpt {
text-align: justify;
}
.partner-feature p{
text-align: left;
}
.btn-primary,
.btn-outline{
font-size: 16px;
}
.testi-card-grp-two{
justify-content:center
}
.play-btnvid {
position: relative;

}
.sp_qua1 {
border: 1px solid var(--p-color);
padding: 30px;
padding-right: 15px !important;
border-radius: 25px;
width: 50%;
max-height: fit-content;
}
.sp_qua2 {
border: 1px solid var(--p-color);
padding: 15px;
border-radius: 25px;
width: 50%;
max-height: fit-content;
}

.sp_qua3 h6{
padding-bottom: 0px !important;
margin-bottom: 0px !important;
}
.sp_qua3 p{
padding-bottom: 0px !important;
margin-bottom: 0px !important;
}
.footer-btn{
font-size: 13px;
padding-left: 10px !important;
}
.footer-btn .icon {
height: 25px;
width: 25px;
margin-left: 3px !important;
}
.btn,
.btn2{
font-size: 16px;
}  

}
*/
/*
@media (max-width: 767px) {
.play-btnvid {
position: absolute;
left: 50;
}
.video-overlay{
height: 400px;
}
.video-banner img{
height: 400px;
}
.video-banner{
height: 400px;
}
.testi-card-two{
max-width: 260px;
}

}*/
/*@media (max-width: 576px) {
.vid_p{
font-size: 18px !important;
}
.play-btnvid {
position: absolute;
left: 50;
}
.video-overlay{
height: 400px;
}
.video-banner img{
height: 400px;
}
.video-banner{
height: 400px;
}
.testi-card-two{

display: flex;
justify-content: center;
}
.download-card-outer{
margin-bottom: 20px;
}
.blog{
margin-top: 50px;
}
p.card-excerpt {
font-size: 20px;
}
.why_left img{
width: 200px !important;

}
.why_left h2 {
padding-top: 51px;
top: 0;
font-size: 50px !important;
}
.product-thumbnail{
display: flex !important;
align-content: flex-start;
align-items: flex-start;
flex-direction: row;
flex-wrap: wrap;
}
.director-img1 {
width: 70% !important;
height: auto;
object-fit: cover;
}
.director-card .md_content .sub_found {
text-align: justify;
}
.accordion-item:first-of-type>.accordion-header .accordion-button {
font-size: 20px;
}
.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
font-size: 20px;
}
.award-subtext {
text-align: justify;
}
.award-heading {
text-align: center;
}
.sizes span{
font-size: 18px !important;
}
.si img
{
width: 100%;
height: 600px;
object-fit: cover;
border-radius: 20px;
}
.btn,
.btn2{
font-size: 16px;
font-family: "Poppins", sans-serif !important;
}  
.btn-details{
font-size: 18px !important;
font-family: "Poppins", sans-serif !important;
}
.contact .contact-info p{
text-align: center;
max-width: 70%;
}
.contact-data{
display: flex !important;
justify-content: center;
}
.social-links-cp{
display: flex;
flex-direction: column;
align-items: center;
}




}*/
/*@media (max-width: 360px) {
.play-btnvid {
position: absolute;
left: 50;
}
.video-overlay{
max-height: 400px;
}
.video-banner img{
max-height: 400px;
}
.video-banner{
max-height: 400px;
}

}



.play-btnvid {

}

.vid-play-btn{
position: absolute !important;
}
*/

/* Responsive tweaks */
@media (max-width: 768px) {
    #myCarousel .carousel-item img {
        height: 250px;
    }

    .col-lg-4 h2 {
        font-size: 22px;
    }
}

.ban {
    padding-top: 25px;
    margin: 0 30px;
}

.future-fan-section {
    /* background: url('../images/shape.png') no-repeat center; */
    background-size: cover;
    padding: 100px 0;
    margin: 10px 0;
}

.future-fan-section .so-widget-sow-editor p {
    font-size: 18px !important;
    color: var(--p-color) !important;
    text-align: left !important;
}

.main-title {
    margin-top: 0px;
    font-size: 40px;
    font-weight: 400 !important;
    background: var(--grad-secondary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    margin-bottom: 15px !important;
    line-height: auto;
    letter-spacing: 0;
}

.section-text {
    font-size: 18px;
    line-height: 1.8;
    color: #2c3b4d;
    margin-bottom: 20px;
    text-align: justify;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .main-title {
        font-size: 40px;
    }
}

@media (max-width: 768px) {
    .main-title {
        font-size: 32px;
    }

    .section-text {
        font-size: 16px;
    }
}

.link-icn {
    text-align: left;
}

/*.sp22{
background: url('../images/sp22.png') no-repeat center;
background-size: cover;
padding: 100px 0;
margin: 10px 0;
}*/

.product-card22 {
    border-radius: 15px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease-in-out !important;
}

.product-img22 {
    height: 320px;
    object-fit: cover;
    object-position: right;
}

.product-card22 .arrow {
    font-size: 30px;
    line-height: 1;
    font-weight: bold;
    color: #4a4a4a;
}


.product-card22:hover {
    transform: translateY(-5px);
    border: 1px solid #f24102;
    color: #f24102;
}

.dl {
    margin-top: 50px !important;
}

.pro_list11 {
    background: url('../images/pro111.png') no-repeat center;
    background-size: cover;
    padding: 50px 0;
    margin: 10px 30px;
    border-radius: 25px;
}

.btnpl {
    display: inline-flex;
    align-items: center;
    padding: 5px;
    border-radius: 30px;
    font-weight: 500;
    font-size: 13px;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 15px;
}

.btn-detailspl {
    background: #fff;
    border: 1px solid #f8c263;
    color: var(--p-color);
    font-weight: 500 !important;
    transition: all 0.5s ease;
}

.btn-detailspl:hover {
    background: var(--orng-thm) !important;
    color: #fff !important;
}

.btn-detailspl:hover i {
    transition: all 0.7s ease;
}

.btn-detailspl:hover i {
    transform: translateX(5px);
}

button.btnpl.btn-custompl.btn-pricepl:hover i {
    transform: rotate(-45deg);
}

.btn-custompl {
    border-radius: 25px;
    padding: 6px 14px !important;
    font-size: 14px;
    font-weight: 500;
}

.btn-pricepl {
    background: #001f54;
    color: #fff;
}

.custom-bannerpl {
    background-color: #18283D;
    /* Dark blue */
    border-radius: 30px;
    padding: 40px 50px;
    /*margin: 0 60px;*/
}

.banner-textpl {
    color: #EDF3FA;
    /* Light text color */
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.3;
}

.catalogue-btnpl {
    background-color: #F59A2E;
    /* Orange button */
    color: white;
    font-size: 1.1rem;
    padding: 12px 28px;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: none;
    text-decoration: none;
}

.catalogue-btnpl:hover {
    background-color: #e6891f;
    color: white;
}

.arrow-circlepl {
    background-color: white;
    color: var(--title-color);
    border-radius: 50%;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
}

.re {
    padding: 30px 0;
}

.product-cardpl1 {
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid #DFE6EF;
    background: #fff;
    transition: .3s;
}

.product-cardpl1:hover {
    transform: translateY(-5px);
}

.product-imgpl1 {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.bestseller-badgepl1 {
    position: absolute;
    top: 15px;
    left: 0;
    background: #FF6F6F;
    color: white;
    padding: 6px 14px;
    /*border-radius: 8px;*/
    font-size: 0.85rem;
    font-weight: 600;
}

.size-pillpl1 {
    background: #F3F7FF;
    border: 1px solid #306BFF;
    color: #306BFF;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.85rem;
}

.get-price-btnpl1 {
    background: #F59A2E;
    color: white;
    padding: 8px 18px;
    border-radius: 20px;
    border: none;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.get-price-btnpl1:hover {
    background: #e28621;
    color: white;
}

.re h2 {
    text-align: center;
    font-size: 40px;
    padding: 20px 0;
}

.plt h5 {
    color: var(--title-color);
    font-weight: 600;
}

.plt p {
    color: var(--title-color);
}

.rl {
    padding: 50px 0;
}

.blog h2 {
    text-align: center;
    font-size: 40px;
    /* padding: 20px 0; */
}

.thumb {
    background: #ffffff;
    background: linear-gradient(153deg, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 0) 100%), url('../images/footer_cta.png') no-repeat center;
    background-size: cover;
    padding: 50px 0 0;
    margin: 10px 0;
}

.tr .btn-price {
    background: #472c63;
}

.tr .btn-custom1 {
    text-decoration: none !important;
}

.blogpl .mecard_body {
    text-align: center !important;
}

.read-morepl {
    color: #001f54 !important;
}


.contact-cardpls {
    border-radius: 15px;
    border: 1px solid #D9E4F2;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.08);
}

.contact-imgpls {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.contact-titlepls {
    font-size: 30px;
    font-weight: 700;
    color: #1C2A45;
    margin-bottom: 10px;
}

.contact-infopls p {
    font-size: 20px;
    font-weight: 400;
}

.contact-infopls i {
    color: #1A3A8A;
    width: 20px;
}

.call-btnpls {
    background: linear-gradient(90deg, #ff7a00, #ff3d00) !important;
    color: #fff;
    padding: 8px 20px;
    border-radius: 10px;
    border: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
}

.call-btnpls:hover {
    background: #0044cc;
    color: white;
}

/*.sptpl{
background: url('../images/cc.png') no-repeat center;
background-size: cover;
width: 100%;
height: auto;
}*/
.support {
    background: url('../images/stbg.png') no-repeat center;
    background-size: cover;
    padding: 30px 0;
}

.support h2 {
    text-align: center;
    font-size: 40px;
    padding: 20px 0;
}

.call-btnpls i {
    /*background: var(--title-color); */
    padding: 0;
    width: 30px;
    height: 30px;
    padding-top: 6px;
    border-radius: 50%;
    border: 1px solid white;

}

.contact-cardpls {
    border: 1px solid #f5a623;
    /* Orange border */
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.5s ease-in-out;

}

.contact-cardpls:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.1);
    background: linear-gradient(0deg, rgb(255 243 206) 0%, rgba(255, 255, 255, 1) 50%);
    transition: all 0.5s ease-in-out;
}

.contact-cardpls i {
    color: #0a3a61;
    /* Navy blue icon color */
    font-size: 18px;
    width: 22px;
}

.contact-cardpls h5 {
    color: #0a3a61;
}

.contact-cardpls p {
    color: #0a3a61;
    font-size: 16px;
}

.resource-title {
    color: #1d3557;
    font-size: 32px;
}

.resource-cardpls {
    background: #fff;
    border-radius: 14px;
    padding: 25px 0 0;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
    position: relative;
    overflow: hidden;
}

.resource-cardpls:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.resource-iconpls {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.resource-cardpls h5 {
    color: #133a63;
}

.resource-footerpls {
    /*background: #ffe7a8;*/
    padding: 12px 15px;
    margin-top: auto;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #ece9e8;
}

.resource-footerpls span {
    font-weight: 600;
    color: #1a2d47;
}

.resource-footerpls i {
    background: #ff6b27;
    color: #fff;
    padding: 0;
    border-radius: 50%;
    font-size: 14px;
    width: 25px;
    height: 25px;
    padding-top: 5px;
    transform: rotate(-45deg);
}

.newsletter-section .section_heding {
    padding-bottom: 20px;
    text-align: center;
}

.plabimg img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.pvb i {
    display: flex;
    color: #ffffff;
    font-size: 20px;
    background: linear-gradient(90deg, #ff7a00, #ff3d00) !important;
    padding: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;

    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.wp-btn {
    font-size: 18px !important;
    font-weight: 600 !important;
}

.sh {
    font-size: 20px !important;
    color: #ff3d00 !important;
    font-family: "Courgette", cursive;
    font-weight: 400;
    font-style: normal;
    /* font-style: italic !important; */
}

.vt {
    font-size: 24px;
}

/*.i_icon{color: #ff7a00 !important;
    font-size: 28px !important;
    background: white !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 5px !important;
    padding: 0 !important;
    padding-top: 5px !important;
    text-decoration: none !important;
  }
  .i_icon:hover{
    border: none !important;
  }*/
.project-one__button a:hover {
    background: none !important;
}

.project-one__button a {
    text-decoration: none !important;
    padding: 0 !important;
}

.d_icon {
    text-align: center;
}

.d_icon i {
    font-size: 50px;
    color: #ff3d00;
    text-align: center;
    /*transform: scaleX(-1);*/
}

.rsc1 {
    font-size: 24px;
    color: #ff3d00;
    margin-top: 20px !important;
    text-align: left !important;
    font-weight: 600;
}

.contant-wrap {
    border-bottom: none !important;
}

/* ---------- Header base (visible on page load) ---------- */
.header {
    position: relative;
    /* stays in document flow initially */
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    /* ensure header sits above page content */
    background: #fff;
    transition: box-shadow 0.25s ease, backdrop-filter 0.25s ease;
    will-change: transform, opacity;

}

/* keep logo visible and aligned as per your markup */
.header .logo {
    margin-left: 10%;
    z-index: 1010;
    position: relative;
}

/* ---------- Sticky state (applied after scrolling) ---------- */
.header.sticky,
.category-bar.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    animation: slideDown 0.3s ease forwards;
    background: #fff;
    /* You can change background */
}

/* Category bar sticks just below the header */
.category-bar.sticky {
    top: var(--header-height, 80px);
}

/* Smooth entry animation */
@keyframes slideDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Spacer to avoid content jump */
.sticky-spacer {
    display: none;
    height: 0;
}

/* ---------- Keep mobile menu & overlay on top ---------- */
.mobile-menu {
    z-index: 1100;
}

.menu-overlay {
    z-index: 1050;
}

.mobile-trigger {
    z-index: 1020;
}




.newsletter-section {
    padding-bottom: 0px !important;
    margin-top: 50px !important;
}

.video-section.sec-pad {
    padding: 25px 0 !important;
}

.video-section {
    margin-top: -30px !important;
}

.newsletter-section {
    margin-top: 50px !important;
}

.h_img {
    margin-bottom: 20px;
}

.vstory {
    padding: 40px 0;
}

.v_sec p {
    padding-right: 35px;
}


.btn-price:hover {
    border: 1px solid #472c63 !important;
    color: #472c63 !important;
}

.btn-custompl {
    font-size: 16px !important;
    padding: 8px 11px !important;
}







/*=================nav============*/

/*.topbar {
    background: #fff4d0;
    padding: 8px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
}

.topbar ul {
    display: flex;
    gap: 20px;
    list-style: none;
}

.topbar a {

    text-decoration: none;
    font-weight: 600;
}


.header {
    padding: 15px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
}

.logo img {
    width: 170px;
}


.navbar {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 25px;
}



.has-dropdown {
    position: relative;
}

.has-dropdown > a i {
    margin-left: 5px;
}


.dropdown {
   position: absolute;
    top: 25px;
    left: 0;
    background: #fff;
    list-style: none;
    border: 1px solid #ddd;
    width: 250px;
    display: none;
    z-index: 100;
    height: 400px;
    overflow-y: scroll;
}

.dropdown li a {
    padding: 10px;
    display: block;
    text-decoration: underline;
}


@media (min-width: 992px) {
    .has-dropdown:hover .dropdown {
        display: block !important;
    }
}


.right-menu {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 25px;
}

.shop-btn {
    background: #ff6600;
    color: #fff !important;
    padding: 8px 20px;
    border-radius: 20px;
    font-weight: bold;
}

.category-bar {
    border-top: 1px solid #eee;
    padding: 12px 0;
    background: #fff;
}

.category-list {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 40px;
}

.category-list li a {
    text-decoration: none;
    font-weight: 600;
}

.mobile-trigger {
    display: none;
    font-size: 24px;
    cursor: pointer;
}

.mobile-menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 25px;
    overflow-y: auto;
    transition: left .35s ease;
    z-index: 1000;
}

.mobile-menu.active {
    left: 0;
}


.close-menu {
    text-align: right;
    margin-bottom: 20px;
}

.close-menu i {
    font-size: 26px;
    cursor: pointer;
}


.mobile-menu ul {
    list-style: none;
    margin-top: 10px !important;
}

.mobile-menu li a {
    padding: 12px 0;
    display: block;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
}

.mobile-menu .dropdown {
    display: none;
    padding-left: 15px;
    border: none;
}

.menu-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.4);
    display: none;
    opacity: 0;
    z-index: 999;
}

.menu-overlay.active {
    display: block;
    opacity: 1;
}
.top_header .top_header_container .social_icon ul {
    text-align: right !important;
    list-style: none;
}

 .gallery-section.sec-pad{
  padding: 25px 0 !important;
 }  
 .video-section.sec-pad{
  padding: 25px 0 !important;
 }  
 .video-section{
  margin-top: -30px !important;
 }

 .newsletter-section{
    margin-top: 100px !important;
  }
  .h_img{
    margin-bottom: 20px;
  }
  .vstory{
    padding: 40px 0;
  }
  .v_sec p{
  padding-right: 35px;
}


.btn-price:hover{
    border: 1px solid #472c63 !important;
    color: #472c63 !important;
}
.btn-custompl{
    font-size: 16px !important;
    padding: 8px 20px !important;
}*/


.topbar {
    background: #fff4d0;
    padding: 8px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
}

.topbar ul {
    display: flex;
    gap: 20px;
    list-style: none;
}

.topbar a {
    color: var(--title-color);
    text-decoration: none;
    font-weight: 600;
}

/* -------------------------------------
   HEADER
-------------------------------------- */
.header {
    z-index: 9999 !important;
}

.header {
    padding: 15px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
}

.logo img {
    width: 170px;
}

/* NAVIGATION USING UL-LI */
.navbar {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 25px;
}

.navbar li a {
    display: flex;
    text-decoration: none;
    color: var(--title-color);
    font-weight: 500;
    font-size: 18px;
    transition: all 0.5s ease-in-out;
    flex-direction: row;
    align-items: center;
}

.mega-parent>a i {
    font-size: 12px !important;
    margin-left: 5px !important;
}

/* Dropdown wrapper */
.has-dropdown {
    position: relative;
}

.has-dropdown>a i {
    margin-left: 5px;
}

/* DROPDOWN MENU */
.dropdown {
    position: absolute !important;
    top: 25px;
    left: 0;
    background: #fff;
    list-style: none;
    border: 1px solid #ddd;
    width: 250px;
    display: none;
    z-index: 100;
    height: 400px;
    overflow-y: scroll;
}

.dropdown li a {
    padding: 10px;
    display: block;
    color: var(--title-color);
    text-decoration: underline;
}

/* Desktop hover dropdown */
@media (min-width: 992px) {
    .has-dropdown:hover .dropdown {
        display: block !important;
    }
}

/* RIGHT BUTTONS */
.right-menu {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 25px;
}

.shop-btn {
    background: #ff6600;
    color: #fff !important;
    padding: 8px 20px;
    border-radius: 20px;
    font-weight: bold;
}

/* -------------------------------------
   CATEGORY BAR
-------------------------------------- */
.category-bar {
    margin-top: -2px;
    display: flex;
    border-top: 1px solid #eee;
    /* padding: 12px 0; */
    background: #fff;
    justify-content: space-between;
    padding-left: 25px;
    /* padding-right: 25px; */
    /* margin-bottom: 10px; */
}



/* -------------------------------------
   MOBILE MENU
-------------------------------------- */
.mobile-trigger {
    display: none;
    font-size: 24px;
    cursor: pointer;
}

.mobile-menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 25px;
    overflow-y: auto;
    transition: left .35s ease;
    z-index: 999999 !important;
}

.mobile-menu.active {
    left: 0;
}

/* Close button */
.close-menu {
    text-align: right;
    margin-bottom: 20px;
}

.close-menu i {
    font-size: 26px;
    color: var(--orng-thm);
    cursor: pointer;
    border: 1px solid #ff3300;
    width: 35px;
    height: 35px;
    padding: 0;
    padding-top: 3px;
    border-radius: 50%;
}

/* Mobile menu lists */
.mobile-menu ul {
    list-style: none;
    margin-top: 10px !important;
}

.mobile-menu li a {
    padding: 12px 0;
    display: block;
    color: var(--title-color);
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
}

.mobile-menu .dropdown {
    display: none;
    padding-left: 15px;
    border: none;
}

.menu-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .4);
    display: none;
    opacity: 0;
    z-index: 999;
}

.menu-overlay.active {
    display: block;
    opacity: 1;
}

.top_header .top_header_container .social_icon ul {
    text-align: right !important;
    list-style: none;
}

/* RESPONSIVE */
@media (max-width: 991px) {

    .navbar,
    .right-menu,
    .category-bar {
        display: none;
    }

    .mobile-trigger {
        display: block;
    }
}

@media (max-width: 767px) {
    .get_in_touch ul li {
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .get_in_touch ul li i {
        font-size: 25px !important;
        border: 1px solid #434874;
        padding: 25px;
        width: 40px !important;
        height: 40px;
        border-radius: 50%;
        padding-top: 6px;
        padding-left: 7px;
        color: #434874 !important;
    }

    .get_in_touch ul li i.fa-location-dot {
        padding-left: 9px !important;
    }

    .menu_text1 {
        text-align: center !important;
        font-size: 30px;
        font-weight: 500;
        padding-left: 0px;
        margin-top: 0px;
    }

    .social_icon ul {
        display: flex;
        gap: 20px;
    }

    .social_icon ul li a i {
        /*background: red;*/
        width: 40px;
        height: 40px;
        padding: 0;
        font-size: 25px;
        padding-top: 7px;
        border-radius: 50%;
        border: 1px solid #434874;
        color: #434874;
    }
}

@media (max-width: 576px) {
    .get_in_touch ul li {
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .get_in_touch ul li i {
        font-size: 25px !important;
        border: 1px solid #434874;
        padding: 25px;
        width: 40px !important;
        height: 40px;
        border-radius: 50%;
        padding-top: 6px;
        padding-left: 7px;
        color: #434874 !important;
    }

    .get_in_touch ul li i.fa-location-dot {
        padding-left: 9px !important;
    }

    .menu_text1 {
        text-align: left !important;
        font-size: 30px;
        font-weight: 500;
        padding-left: 0px !important;
        margin-top: 0px;
    }

    .social_icon ul {
        display: flex;
        gap: 20px;
    }

    .social_icon ul li a i {
        /*background: red;*/
        width: 40px;
        height: 40px;
        padding: 0;
        font-size: 25px;
        padding-top: 7px;
        border-radius: 50%;
        border: 1px solid #434874;
        color: #434874;
    }

    .input-group {
        margin-bottom: 10px;
    }

    .qr-box-k {
        margin-bottom: 10px;
        cursor: pointer;
    }

    .qr-box-k img {
        cursor: pointer;
    }

    .footer-padding {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .header ul.navbar {
        display: none !important;
    }
}

/* KD */
a.nav-links {
    color: var(--title-color);
    font-weight: 500;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}

.navbar li a:hover {
    color: #e74713;
}

.category-bar .new-btnhv2 .icon {
    display: none;
}

/* .category-bar .shop-btn-strip .orng-btn .icon{
    padding: 10px 20px !important;
} */
.orng-btn {
    border-radius: 100px;
    display: flex;
    text-align: center;
    min-width: 270px;
    background: linear-gradient(90deg, #ff7a00, #ff3d00) !important;
    color: #fff !important;
    font-size: 18px;
    font-weight: 600;
    padding: 5px 20px;
    justify-content: center;
    transition: all 0.5s ease-in-out !important;
}



.category-bar .light-color-btn {
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 200px;
    background: var(--grad-secondary);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 18px;
    font-weight: 600;
    padding: 5px 20px;
    border: 2px solid var(--grad-secondary);
    cursor: pointer;
    transition: 0.6s ease;
}

.category-bar .light-color-btn:hover {
    /* Solid text color */
    color: var(--orng-thm);
    background: transparent;
    -webkit-background-clip: unset;
}


.orng-btn .icon {
    margin-left: 5px;
}

.polstar-careers {
    margin-top: 50px;
    margin-bottom: 50px;
}

.me_card .read-more {
    text-align: left;
}

.events .me_card .read-more {
    text-align: left;
}

.events .me_card .read-more:hover i {
    color: red;
}

.btn-journey {
    font-size: 22px;
    font-weight: 600;
}

.team {
    margin-top: 50px !important;
    display: none;
}

.no-border {
    border: none !important;
}

.warenty {
    font-size: 14px !important;
}

.polbt {
    display: flex;
}

.mega-parent {
    position: relative;
}

.mega-menu {
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: 0;
    padding-top: 1px;

    width: 1200px;
    background: #fff;
    padding: 25px 30px;
    border: 1px solid #ddd;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);

    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(8px);
    transition: all .25s ease;

    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;

    z-index: 99999;
}

/* Mega menu stays open with hover */
.mega-parent:hover .mega-menu,
.mega-menu:hover {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.mega-parent>a i {
    transition: transform 0.3s ease;
}

.mega-parent:hover>a i {
    transform: rotate(180deg);
}

.mega-box h4 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 500;
    color: #e74713;
}

.mega-box a {
    display: block;
    padding: 4px 0;
    padding: 0 !important;
    font-size: 15px;
    color: var(--nav-color);
    text-decoration: none;
}

.mega-box a:hover {
    color: #ff6600;
}

.mega-box {
    padding: 10px;
    border-radius: 6px;
    transition: all 0.3s ease;
}

/* On hover */
.mega-box:hover {
    background-color: #f1f1f1;
    /* light highlight color */
    transform: scale(1.03);
    /* slight zoom effect */
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    /* optional soft shadow */
}

.view-all {
    display: flex;
    /* text-align: center; */
    width: 100%;
    grid-column: 1 / -1;
    text-align: center;
    padding-top: 20px;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    align-content: center;
}

.view-all a {
    padding: 10px 25px;
    border-radius: 30px;
    background: #fff7e5;
    border: 1px solid #ff6600;
    color: #e74713 !important;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}

.view-all a:hover {
    background: #ff6600;
    color: #fff !important;
}

.t_categories .text-center {
    margin-top: 30px !important;
}

.right-menu .has-dropdown a {
    display: flex;
    text-decoration: none;
    color: var(--title-color);
    font-weight: 500;
    font-size: 18px;
    transition: all 0.5s ease-in-out;
    flex-direction: row;
    align-items: center;
}

/* .navbar li a {
    display: flex;
    text-decoration: none;
    color: var(--title-color);
    font-weight: 500;
    font-size: 18px;
    transition: all 0.5s ease-in-out;
    flex-direction: row;
    align-items: center;
} */
.pb-100 {
    padding: 0 !important;
}

.wpforms-container .wpforms-field {
    padding: 15px 0;
    position: relative;
    width: 50%;
    float: left;
    margin: 10px 0 !important;
    padding: 0 10px !important;
}

.wpforms-field-textarea {
    width: 100% !important;

}

.wpforms-container-full .wpforms-field-label {
    text-align: left;
    display: none !important;
}

.wpforms-field-large.wpforms-field-required.wpforms-smart-phone-field.wpforms-input-temp-name {
    border: none !important;
    border-bottom: 1px solid #999999 !important;
}

.wpforms-container-full input {
    border: none !important;
    border-bottom: 1px solid #999999 !important;
    background: transparent !important;
}

.wpforms-container-full .wpforms-form textarea {
    border: none !important;
    border-bottom: 1px solid #999999 !important;
    background: transparent !important;
}

/*.wpforms-submit-container button {
display: inline-flex;
align-items: center;
justify-content: space-between;
border: 2px solid #ff4500; 
border-radius: 50px;
padding: 10px 18px;
font-size: 1rem;
font-weight: 600;
color: #0a2342;
background: #fff;
text-decoration: none;
transition: all 0.3s ease;
gap: 12px;
}*/
div.wpforms-container-full input[type=submit]:not(:hover):not(:active),
div.wpforms-container-full button[type=submit]:not(:hover):not(:active),
div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active) {
    /*background-color: var(--orng-thm) !important;*/
    background: #ff8c00 !important;
    color: #ffffff !important;
    border-radius: 50px !important;
    display: block !important;
    text-align: center !important;
    margin: 0 auto !important;
    font-weight: 600;
    font-size: 20px;
    padding: 5px 20px !important;
}

div.wpforms-container-full input[type=submit]:hover,
div.wpforms-container-full input[type=submit]:active,
div.wpforms-container-full button[type=submit]:hover,
div.wpforms-container-full button[type=submit]:active,
div.wpforms-container-full .wpforms-page-button:hover,
div.wpforms-container-full .wpforms-page-button:active {
    background-color: var(--orng-thm) !important;
    color: #ffffff !important;
    border-radius: 50px !important;
    display: block !important;
    text-align: center !important;
    margin: 0 auto !important;
    font-weight: 600;
    font-size: 20px;

}


.iti {
    width: 100% !important;
}

.iti__flag-container {
    height: 100% !important;
}

.iti input[type="tel"],
.wpforms-field-large,
.wpforms-input-temp-name {
    width: 100% !important;
    box-sizing: border-box;
}

.form-box {
    text-align: center;
}

.wpforms-field-phone {
    width: 100% !important;
}

#wpforms-239-field_1::placeholder,
#wpforms-239-field_2::placeholder,
#wpforms-239-field_3::placeholder,
#wpforms-239-field_4::placeholder {
    color: var(--title-color) !important;
    opacity: 0.6 !important;
    font-size: 18px !important;
}

#wpforms-230-field_1::placeholder,
#wpforms-230-field_2::placeholder,
#wpforms-230-field_3::placeholder,
#wpforms-230-field_4::placeholder {
    color: var(--title-color) !important;
    opacity: 0.6 !important;
    font-size: 18px !important;
}

#wpforms-244-field_1::placeholder,
#wpforms-244-field_2::placeholder,
#wpforms-244-field_3::placeholder,
#wpforms-244-field_4::placeholder {
    color: var(--title-color) !important;
    opacity: 0.6 !important;
    font-size: 18px !important;
}

.truncate {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.truncate-two {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.truncate-three {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


/* Preloader */
#preloader {
    position: fixed;
    inset: 0;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999999;
}

.loader-wrapper {
    position: relative;
    width: 120px;
    height: 120px;
}

#preloader .logo {
    width: 60px;
    height: 60px;
    position: absolute;
    inset: 0;
    margin: auto;
    animation: spin 1.5s linear infinite;
}


@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}


.faq-pagination ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.faq-pagination li {
    display: inline-flex;
}

.faq-pagination a,
.faq-pagination span {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 2px solid #ff3d00;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #333;
    transition: all 0.3s ease;
}

.faq-pagination a:hover {
    background: #f9a825;
    color: #fff;
    /*border-color: #ff3d00;*/
}

.faq-pagination .current {
    background: #ff3d00;
    color: #fff;
    /*border-color: #0d6efd;*/
}

.polstar-careers .thm-btn {
    margin-top: -5px !important;
    text-transform: capitalize;
}

#career {
    scroll-margin-top: 120px;
    /* adjust based on header height */
}

.polstar-careers h5 {
    color: #ff8c00;
}

.splide,
.splide__track,
.splide__list,
.splide__slide {
    touch-action: pan-y !important;
    -webkit-overflow-scrolling: touch !important;
}

.sub-link-f {
    font-size: 16px !important;
    text-decoration: none !important;
    transition: all 0.5s ease-in-out;
}

.sub-link-f:hover {
    color: var(--orng-thm) !important;
    text-decoration: underline !important;
}

.right-menu .has-dropdown a:hover {
    color: var(--orng-thm) !important;
    /* text-decoration: underline !important; */
}

.leg-link {
    font-size: 14px;
    color: #fff;
    transition: all 0.5s ease-in-out;
}

.leg-link:hover {
    color: var(--orng-thm);
    cursor: pointer;
}

/* Remove Bootstrap default arrow */
.faq-section .accordion-button::after {
    display: none;
}

/* Button layout */
.faq-section .accordion-button {
    /* margin-right: 25px !important; */
    display: flex;
    align-items: center;
    gap: 20px;
}

/* + / − on RIGHT side */
.faq-section .accordion-button::before {
    content: "+";
    font-size: 24px;
    font-weight: 700;
    margin-left: auto;
    /* 🔥 pushes icon to opposite (right) side */
    flex-shrink: 0;
    transition: all 0.3s ease;
}

/* − when open */
.faq-section .accordion-button:not(.collapsed)::before {
    content: "−";
}

.faq-section .gradient-btna {
    margin-top: 50px !important;
}

.faq-scroll {
    max-height: 384px;
    overflow-y: auto;
    padding-right: 10px;
    scrollbar-width: auto;
}

.default_pagesec h2 {
    text-align: left !important;
    color: #ff3d00 !important;
}

.default_pagesec p {
    text-align: justify !important;
}

.default_pagesec img {
    height: 50vh !important;
}

/*---========gallery=======----*/
.gallery-section {
    padding: 20px 0;
}

.section_heding {
    text-align: center;
    margin-bottom: 40px;
}

.project-one__img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.project-one__img img {
    transition: 0.5s;
}

.project-one__img:hover img {
    transform: scale(1.1);
}

.custom-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.4s;
}

.project-one__img:hover .custom-overlay {
    opacity: 1;
}

.overlay-title-text {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.gal_a {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 45px;
    height: 45px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    z-index: 2;
}

/* ---------- FORCE FANCYBOX TOOLBAR VISIBLE ---------- */
.fancybox__container {
    z-index: 99999 !important;
}

.fancybox__toolbar {
    display: flex !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
}

/* ---------- BUTTONS VISIBLE ---------- */
.fancybox__button {
    display: inline-flex !important;
    opacity: 1 !important;
    visibility: visible !important;
    color: #fff !important;
}

/* ---------- CLOSE BUTTON ---------- */
.fancybox__button--close {
    display: inline-flex !important;
    position: fixed !important;
    top: 20px;
    right: 20px;
    width: 44px;
    height: 44px;
    background: rgba(0, 0, 0, 0.8) !important;
    border-radius: 50%;
    z-index: 999999 !important;
}

/* ---------- ZOOM & FULLSCREEN ---------- */
.fancybox__button--zoom,
.fancybox__button--fullscreen,
.fancybox__button--slideshow,
.fancybox__button--thumbs {
    display: inline-flex !important;
}

/* ---------- PREV / NEXT ---------- */
.fancybox__nav {
    display: block !important;
    opacity: 1 !important;
}

.fancybox__nav .fancybox__button {
    background: rgba(0, 0, 0, 0.6) !important;
    border-radius: 50%;
}

/* ---------- MOBILE FIX ---------- */
@media (max-width: 768px) {
    .fancybox__toolbar {
        top: 10px !important;
    }
}

.footer-bottom-k ul {
    margin-bottom: 20px;
}

.footer-bottom-k ul li {
    white-space: nowrap;

}

.footer-bottom-k ul {
    font-size: 14px;
    gap: 4px;
}

.no-mar {
    margin-top: 0px !important;
}

.hero-wrapper.p_slider.bg-size-cover.font-sora .container-fluid.h-100.position-relative.z-5 {
    padding: 0px !important;
}

/* Subscribe form design */
.form-wrapper11 {
    width: fit-content;
    border-radius: 15px;
    background: #fff;
}

form#es_subscription_form_694e7ed7cd224 {
    display: flex;
    flex-direction: row;
}

#es_form_f1-n1 input {
    border-radius: 50px !important;
}

form#es_subscription_form_694e80db3914d {
    display: flex !important;
    flex-direction: row !important;
}

form#es_subscription_form_694e816067fd1 {
    display: flex;
    flex-direction: row;
}

.es-subscribe-btn.es-custom-button {
    height: 40px !important;
}

#es_form_f1-n1 form {
    max-width: 480px !important;
    margin: auto !important;
    background: #fff !important;
    padding: 14px 18px !important;
    border-radius: 20px !important;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08);
    display: flex !important;
    align-items: flex-end !important;
    gap: 14px !important;
    flex-direction: row !important;
}

#es_form_f1-n1 input[type="submit"] {
    margin-top: 0px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: linear-gradient(90deg, #FF8C00, #ff3d00) !important;
    color: #fff !important;
    padding: 10px 20px !important;
    border-radius: 50px !important;
    cursor: pointer !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    border: none !important;
    white-space: nowrap;
}

.es_subscription_message.success {
    display: flex;
    text-align: center !important;
    color: #008000;
    font-size: 16px;
    justify-content: center;
    padding-bottom: 12px;
    padding-top: 12px;
}

#es_form_f1-n1 input[type="email"] {
    flex: 1;
    font-size: 16px;
    padding: 8px 4px;
    border: none !important;
    outline: none !important;
    background: transparent;
    color: #333;
    border-bottom: 1px solid #b5b5b5 !important;
}

#es_form_f1-n1 input {
    border-radius: 50px !important;
}

/* NEW */
#es_form_f1-n1 form {
    max-width: 480px;
    margin: auto;
    background: #fff;
    padding: 14px 18px !important;
    border-radius: 20px !important;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08);
    display: flex !important;
    align-items: flex-end;
    gap: 14px;
    flex-direction: row;
}

#es_form_f1-n1 form,
#es_form_f1-n1 input,
#es_form_f1-n1 label {
    display: flex !important;
    all: unset;
    /* display: block; */
    box-sizing: border-box;
    font-family: inherit;
    flex-direction: column;
    align-items: center;
}

#es_form_f1-n1 .es-field-wrap,
#es_form_f1-n1 .es-submit-container {
    margin: 0 !important;
    padding: 0 !important;
}

#es_form_f1-n1 form,
#es_form_f1-n1 input,
#es_form_f1-n1 label {
    display: flex !important;
    all: unset;
    /* display: block; */
    box-sizing: border-box;
    font-family: inherit;
    flex-direction: column;
    align-items: center;
}

.es-form-1 label {
    color: #374151 !important;
    font-weight: 500 !important;
}

#es_form_f1-n1 input[type="email"] {
    flex: 1;
    font-size: 16px;
    padding: 8px 4px;
    border: none !important;
    outline: none !important;
    background: transparent;
    color: #333;
    border-bottom: 1px solid #b5b5b5 !important;
}

#es_form_f1-n1 form,
#es_form_f1-n1 input,
#es_form_f1-n1 label {
    display: flex !important;
    all: unset;
    /* display: block; */
    box-sizing: border-box;
    font-family: inherit;
    flex-direction: column;
    align-items: left;
    text-align: left !important;
    align-items: flex-start;
}

.subscribe-box input.es_required_field.es_txt_email.ig_es_form_field_email.ig-es-form-input {
    width: 100% !important;
}

.footer1 .wpforms-submit-container {
    display: flex;
    justify-content: center;
}


.es_subscription_message.success {
    color: #008000;
    font-size: 16px;
    text-align: center;
    display: flex;
    justify-content: center;
}

.es_subscription_message.error {
    /* margin-left: auto; */
    /* margin-right: auto; */
    display: flex;
    color: #ff0000;
    font-size: 16px;
    text-align: center;
    justify-content: center;
}

.footer-section-k .thm-btn {
    display: none !important;
}

.ftr-cta-link-btn {
    color: var(--yellow-color) !important;
}

.qr-section-btm {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.md_content strong {
    color: var(--title-color);
}

.cta-img-wrpr img {
    width: 100%;
    border-radius: 30px;
}

/* New Card design col-lg-6 */
.h-card-product .product-card.product-card1 {
    display: flex !important;
}

.h-card-product .product-card .product-img {
    /* max-height: 220px !important; */
    position: relative !important;
    overflow: hidden !important;
    border-radius: 10px !important;
}

.h-card-product .product-body {
    display: flex !important;
    padding: 15px !important;
    flex-direction: column !important;
    justify-content: space-between !important;
}

.blog .me_card img {
    object-fit: cover;
    transition: transform 0.6s ease;
    will-change: transform;
    overflow: hidden !important;
    margin-bottom: 10px;
    height: 170px !important;
}

.round-img {
    border-radius: 30px;
}

.default_pagesec {
    min-height: 50vh !important;
}

.tab_btn.active:hover {
    color: #fff !important;
}