/* Banner */
/*background: linear-gradient(180deg, #1E5F8C 0%, #2D7BA8 50%, #3498B4 100%);*/
/*.banner {
    
    background-image: url('https://cdn11.bigcommerce.com/s-ypbnmr/images/stencil/original/image-manager/herobanner2.png');
    padding: 115px 160px;
    display: flex;
    justify-content: center;
        align-items: flex-end;
        height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
        padding-bottom: 11%;
        background-position: center;
}*/
.banner {

    background-image: url('https://cdn11.bigcommerce.com/s-ypbnmr/images/stencil/original/image-manager/seapro-hero-1920x600-1-.jpg');
    padding: 80px 160px;
    display: flex;
    justify-content: flex-start;
        align-items: center;
        max-height: 500px;
        height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
        padding-bottom: 60px;
        background-position: center;
        position: relative;
}

.banner_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.35) 50%, transparent 75%);
}
/*.banner {
    
    background-image: url('https://cdn11.bigcommerce.com/s-ypbnmr/images/stencil/original/image-manager/564bb586-ae29-47f2-9f01-2a2cfa101dc3.jpg');
    padding: 115px 160px;
    display: flex;
    justify-content: center;
        align-items: flex-end;
        height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
        padding-bottom: 11%;
        background-position: center;
}*/
.banner .media-section,
.banner_content {
    flex: 1
}

.banner_content {
    text-align: left;
    width: 100%;
    max-width: 550px;
    position: relative;
    z-index: 1;
}

.banner .banner_content .banner_heading {
    font-size: 42px;
    line-height: 50px;
    color: #ffffff;
    font-weight: 700;
}

.banner .banner_text {
    font-size: 16px;
    line-height: 26px;
    padding-top: 16px;
    color: rgba(255, 255, 255, 0.9);
    max-width: 100%;
}

.banner_cta {
    display: inline-block;
    margin-top: 24px;
    padding: 14px 32px;
    background-color: var(--primary-cta-color);
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.banner_cta:hover {
    background-color: #3a8bc4;
    color: #ffffff;
}

.banner .media-section {
    display: grid;
    grid-template-columns: 1.6fr 1fr;
    gap: 20px;
    padding: 20px;
}

.banner .left-video {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
}

.banner .left-video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner .left-video::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5));
    opacity: 1;
    transition: 0.3s ease;
}

.banner .play-button {
    position: absolute;
    z-index: 11;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    backdrop-filter: blur(4px);
    transition: 0.3s ease;
}

.banner .play-button:hover {
    background: rgba(255, 255, 255, 0.8);
}

.banner .video-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 99999;
}

.banner .video-popup-content {
    position: relative;
    width: 80%;
    max-width: 900px;
}

.banner .video-text {
    position: absolute;
    bottom: 25px;
    left: 25px;
    color: #ffffff;
    z-index: 1;
}

.banner .video-text h2 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    padding-bottom: 10px;
}

.banner .video-text p {
    font-size: 14px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.8);
}

.banner #videoFrame {
    width: 100%;
    height: 500px;
    border-radius: 10px;
}

.banner .close-btn {
    position: absolute;
    top: -35px;
    right: 0;
    font-size: 45px;
    color: #fff;
    cursor: pointer;
}

.banner .right-images {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 20px;
}

.banner .img-title {
    position: absolute;
    bottom: 10px;
    left: 12px;
    color: #fff;
    font-size: 16px;
    z-index: 1;
}

.banner .img-card {
    position: relative;
}

.banner .img-card img {
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.banner .img-card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5));
    opacity: 1;
    transition: 0.3s ease;
}

.banner .badge {
    position: absolute;
    z-index: 1;
    top: -15px;
    right: -13px;
    background: #FFD93B;
    padding: 20px;
    border-radius: 50px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    font-weight: 500;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2);
    transform: rotate(20deg);
    color: #101828;
}






/* Categories */
.card_block {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.card {
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.card:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 40%);
    transition: transform 0.8s ease;
}

.background {
    background: #F9FAFB;
    padding: 20px;
}

a.card-image {
    display: block;
    text-decoration: none;
}

.card-image {
    position: relative !important;
    height: 190px;
    overflow: hidden;
}

.card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card:hover .card-image img {
    transform: scale(1.3);
    transition: transform 0.8s ease;
}

.card-image .overlay {
    position: absolute;
    inset: 0;
    opacity: 80%;
}

.card-image .overlay_1 {
    background: linear-gradient(0deg, #2B7FFF 0%, #155DFC 100%);
}

.card-image .overlay_2 {
    background: linear-gradient(0deg, #00B8DB 0%, #0092B8 100%);
}

.card-image .overlay_3 {
    background: linear-gradient(180deg, var(--primary-cta-color) 0%, #3A8AC8 100%);
}

.card-image .overlay_4 {
    background: linear-gradient(0deg, #FB2C36 0%, #E7000B 100%);
}

.card-image .overlay_5 {
    background: linear-gradient(0deg, #00A63E 0%, #008236 100%);
}

.card-image .overlay_6 {
    background: linear-gradient(0deg, var(--primary-text-color) 0%, #1E2939 100%);
}

.card-title {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    color: black;
    font-size: 24px !important;
    line-height: 32px;
    text-align: center;
    font-weight: 400;
    width: 100%;
}

.card-list {
    list-style: none;
    margin: 0;
    padding: 25px;
}

.card-list li {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
}

.card-list li a {
    font-size: 14px;
    line-height: 20px;
    color: var(--primary-text-color);
    cursor: pointer;
}

.card-list li a:hover {
    transform: scale(1.1);
}

.card-list li:last-child {
    padding-bottom: 0;
}

/* Trusted Partner */
.trusted_partner {
    text-align: center;
}

.trusted_partner .waves_btn {
    margin: 0 auto;
    border: 1px solid rgba(30, 95, 140, 0.2);
    background: linear-gradient(90deg, rgba(30, 95, 140, 0.1) 0%, rgba(0, 184, 219, 0.1) 100%);
    border-radius: 50px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
}

.trusted_partner .title {
    max-width: 48rem;
    margin-inline: auto;
    margin-top: 15px;
    font-size: 3rem;
    font-weight: 400;
}

.trusted_partner .partner_block {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    gap: 25px;
}

.trusted_partner .partner {
    transition: transform 0.4s ease;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    border-radius: 15px;
    padding: 30px;
}

.trusted_partner .partner_1 {
    background: linear-gradient(135deg, rgba(30, 95, 140, 0.1) 0%, rgba(30, 95, 140, 0.05) 100%);
}

.trusted_partner .partner_2 {
    background: linear-gradient(135deg, rgba(45, 123, 168, 0.1) 0%, rgba(45, 123, 168, 0.05) 100%);
}

.trusted_partner .partner_3 {
    background: linear-gradient(135deg, rgba(123, 193, 67, 0.1) 0%, rgba(123, 193, 67, 0.05) 100%);
}

.trusted_partner .partner_4 {
    background: linear-gradient(135deg, rgba(0, 184, 219, 0.1) 0%, rgba(0, 184, 219, 0.05) 100%);
}

.trusted_partner .partner .icon {
    border-radius: 14px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.trusted_partner .partner_1 .icon {
    background: linear-gradient(180deg, #1E5F8C 0%, #2D7BA8 100%);
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.trusted_partner .partner_2 .icon {
    background: linear-gradient(180deg, #2D7BA8 0%, #3498B4 100%);
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.trusted_partner .partner_3 .icon {
    background: linear-gradient(180deg, #7BC143 0%, #6AB133 100%);
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.trusted_partner .partner_4 .icon {
    background: linear-gradient(135deg, #00B8DB 0%, #2B7FFF 100%);
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.trusted_partner .partner .heading {
    font-size: 36px;
    line-height: 40px;
}

.trusted_partner .partner_1 .heading {
    color: #1E5F8C;
}

.trusted_partner .partner_2 .heading {
    color: #2D7BA8;
}

.trusted_partner .partner_3 .heading {
    color: #7BC143;
}

.trusted_partner .partner_4 .heading {
    color: #0092B8;
}

.trusted_partner .partner .text {
    font-size: 14px;
    line-height: 20px;
    color: var(--secondary-text-color);
}

.trusted_partner .partner:hover {
    transform: scale(1.05);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 40%);
}
.trusted_partner .partner:hover .icon{
  transform: scale(1.1);
  transition: transform 0.3s ease;
}
/* Our Story */
.our_story .hero-banner {
    position: relative;
    width: 100%;
    height: 560px;
    border-radius: 30px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.our_story .hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

.our_story .hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(30, 95, 140, 0.95) 0%, rgba(45, 123, 168, 0.9) 50%, rgba(52, 152, 180, 0.85) 100%);
}

.our_story .hero-content {
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 50px;
    color: var(--white-main-color);
}

.our_story .hero-left {
    max-width: 60%;
}

.our_story .hero-sub {
    margin-bottom: 30px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 12px;
    line-height: 16px;
    color: #00D3F2;
}

.our_story .hero-sub::before {
    content: "";
    width: 40px;
    height: 3px;
    background: #00e1ff;
    display: block;
}

.our_story .hero-heading {
    font-size: 3.75rem;
    line-height: 75px;
    margin-bottom: 30px;
}

.our_story .hero-buttons {
    display: flex;
    gap: 15px;
}

.our_story .btn {
    padding: 14px 32px;
    border-radius: 6px;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s ease;
}

.our_story .primary {
    background-color: var(--primary-cta-color);
    color: #ffffff;
}

.our_story .secondary {
    border: 1px solid #ffffff;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.1);
}

.our_story .primary:hover {
    background-color: #3a8bc4;
    color: #ffffff;
}

.our_story .secondary:hover {
    color: var(--black-main-color);
}

.our_story .hero-right {
    display: flex;
    flex-direction: column;
    gap: 25px;
    width: 45%;
}

.our_story .info-box {
    display: flex;
    gap: 20px;
    padding: 30px;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.1);
}

.our_story .info-icon {
    width: 40px;
    height: 40px;
    background: #00D3F3;
    padding: 12px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.our_story .info-text {
    flex: 1;
}

.our_story .info-text .heading {
    font-size: 0.875rem;
    line-height: 20px;
    margin: 0 0 8px 0;
    color: #00D3F2;
    font-weight: 400;
}

.our_story .info-text .text {
    font-size: 0.875rem;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.9);
}

/* Drive Us */
.drive_us .drive_us_block {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    margin-top: 50px;
}

.drive_us .drive_us_block .drive_block {
    border: 1px solid #f6f3f4;
    border-radius: 15px;
    padding: 20px;
    background: linear-gradient(135deg, #F9FAFB 0%, #FFFFFF 100%);
}

.drive_us .drive_us_block .drive_block:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 40%);
    border-color: rgba(30, 95, 140, 30%);
    background: #ebeff2;
}
.drive_us .drive_us_block .drive_block:hover .icon{
    transform: scale(1.1);
    transition: transform 0.3 ease;
}
.drive_us .drive_us_block .drive_block .icon {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    margin-bottom: 25px;
}

.drive_us .drive_us_block .drive_block_1 .icon {
    background: linear-gradient(180deg, #1E5F8C 0%, #2D7BA8 100%);
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.drive_us .drive_us_block .drive_block_2 .icon {
    background: linear-gradient(180deg, #7BC143 0%, #6AB133 100%);
    box-shadow: 0px 10px 15px -3px var(--black-main-color)1A;
}

.drive_us .drive_us_block .drive_block_3 .icon {
    background: linear-gradient(180deg, #1E5F8C 0%, #7BC143 100%);
    box-shadow: 0px 10px 15px -3px var(--black-main-color)1A;
}

.drive_us .drive_us_block .drive_block_4 .icon {
    background: linear-gradient(135deg, #00B8DB 0%, #155DFC 100%);
    box-shadow: 0px 10px 15px -3px var(--black-main-color)1A;
}

.drive_us .drive_block .title {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 25px;
    color: var(--primary-color);
}

.drive_us .text {
    font-size: 14px;
    line-height: 22.75px;
    color: var(--secondary-color);
}

/* Featured Product Slider */
.featured_products .main_container {
    position: relative;
}

.featured_products .featured_product_slider {
    margin-top: 50px;
}
@media screen and (max-width: 765px) {
    .featured_products .featured_product_slider{
        width: 75%;
    }
}
.featured_products .product-card {
    border: 1px solid #E5E7EB;
    border-radius: 14px;
    overflow: hidden;
}

.featured_products .product-img-wrapper {
    position: relative;
}

.featured_products .product-img-wrapper img {
    width: 100%;
    height: 225px;
    display: block;
    margin: auto;
}


.featured_products .rating-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    background: var(--white-main-color);
    padding: 8px 12px;
    font-size: 14px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.featured_products .product-info {
    padding: 20px;
}

.featured_products .collection_title {
    font-size: 0.75rem;
    line-height: 16px;
    color: var(--primary-cta-color);
    text-transform: uppercase;
    margin-bottom: 15px;
}

.featured_products .product_title {
    font-size: 1rem;
    line-height: 24px;
    color: var(--primary-color);
    padding-bottom: 5px;
    margin-top: 10px!important;
}

.featured_products .reviews {
    font-size: 12px;
    line-height: 16px;
    color: #6A7282;
    padding-bottom: 10px;
    border-bottom: 2px solid #F3F4F6;
}

.featured_products .product-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 12px;
    border-top: 1px solid #f6f3f4;
}

.featured_products .price {
    font-size: 20px;
    line-height: 28px;
    color: #101828;
}

.featured_products .add-btn {
    background: var(--primary-cta-color);
    color: var(--white-main-color);
    border: none;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.featured_products .add-btn span {
    font-size: 12px;
    line-height: 16px;
}

.featured_products .add-btn a {
    color: #ffffff;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
}

.featured_products .add-btn:hover {
    background: #0c8ad0;
}

.featured_products .product-card:hover {
    border: 1px solid #4a9fd8;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 40%);
}

.featured_products .product-card:hover .product-img-wrapper img {
    transition: transform 0.4s ease;
    transform: scale(1.05);
}


/* Testimnial */
.testimonial {
    background: linear-gradient(135deg, #101828 0%, #0F172B 50%, #101828 100%);
}

.testimonial .tag {
    background: rgba(255, 255, 255, 0.05);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    gap: 10px;
}

.dot {
    width: 10px;
    height: 10px;
    display: flex;
    background: #00D3F3;
    border-radius: 10px;
}

.testimonial .title {
    color: var(--white-main-color);
}

.testimonial .text {
    color: rgba(255, 255, 255, 0.7);
}

.testimonial .testimonial_cards {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(3, 300px);
    gap: 30px;
    justify-content: center;
}

.testimonial .testimonial_card {
    width: 100%;
    min-height: 360px;
    background-color: rgba(255, 255, 255, 0.05);
    color: white;
    padding: 30px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.testimonial .testimonial_card:hover {
    background-color: rgba(255, 255, 255, 10%);
}

.testimonial .quote_icon {
    padding-bottom: 15px;
}

.testimonial .stars {
    padding-bottom: 15px;
}

.testimonial .testimonial_text {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.875rem;
    line-height: 22px;
    padding-bottom: 15px;
}

.testimonial .divider {
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.1);
    margin: 15px 0;
}

.testimonial .profile_section {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.testimonial .avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.testimonial .profile_info .name {
    font-size: 14px;
    left: 20px;
    padding-bottom: 5px;
    margin: 0px;
}

.testimonial .designation {
    font-size: 12px;
    line-height: 16px;
    margin: 0px;
    color: rgba(255, 255, 255, 0.6);
}

.testimonial .company {
    font-size: 12px;
    line-height: 16px;
    color: #00D3F2;
}

/* Premim Brands */
.premium_blocks {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
}
.premium_blocks a img{
    box-shadow: 1px 1px 5px 1px #0000001a;
    border-radius: 15px;
}

.premium_blocks a {
    transition: all 0.3s ease;
    transform: translateY(0);
    border-radius: 15px;
    color: var(--white-main-color);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.premium_blocks a:hover {
    transform: scale(1.05);
}

.premium_block_1 {
    background-color: #0E4194;
}

.premium_block_2 {
    background-color: #005EB8;
}

.premium_block_3 {
    background-color: #FFB300;
}

.premium_block_4 {
    background-color: #2C5282;
}

.premium_block_5 {
    background-color: #7BC143;
}

.premium_block_6 {
    background-color: #E84C89;
}

.premium_block_7 {
    background: #00AA4F;
}

.premium_block_8 {
    background: #424242;
}

.premium_block_9 {
    background: #D32F2F;
}

.premium_block_10 {
    background: #5A5A5A;
}

.premium_block_11 {
    background: #1976D2;
}

.premium_block_12 {
    background: #F57C00;
}

.premium_block_13 {
    background: #0288D1;
}

.premium_block_14 {
    background: #7BC143;
}

.premium_block_15 {
    background: #424242;
}

.premium_block_16 {
    background: #2C5282;
}

.premium_block_17 {
    background: #9B7653;
}

.premium_block_18 {
    background: #5A5A5A;
}

.premium_block_19 {
    background: #00695C;
}

.premium_block_20 {
    background: var(--primary-cta-color);
}

.premium_brands .bottom_text {
    color: var(--secondary-color)
}

/* Get in Touch */
/* .contact_us { background: linear-gradient(90deg, #101828 0%, #1E2939 100%); } */
.contact_us .title {
    color: #101828;
    font-weight: 400;
}

.contact_us .text {
    color: #4a5565;
    max-width: 650px;
    margin-inline: auto;
}

.contact_us .contact_us_block {
    max-width: 900px;
    margin-inline: auto;
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.contact_us .contact_us_block .block {
    color: var(--white-main-color);
    border: 1px solid #ebe6e7;
    border-radius: 15px;
    background: var(--white-main-color);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 25px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.contact_us .contact_us_block .block:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
    background-color: #3498b4;
}

.contact_us .contact_us_block img {
    width: 50px;
    height: 50px;
    transition: transform 0.4s ease;
}

.contact_us .contact_us_block .block_heading {
    color: #101828;
}

.contact_us .contact_us_block .block_title {
    color: #1e5fc8;
}

.contact_us .contact_us_block .block_text {
    color: #6a7282;
    font-size: 14px;
    line-height: 20px;
}

.contact_us .contact_us_block .block:hover .block_heading,
.contact_us .contact_us_block .block:hover .block_title,
.contact_us .contact_us_block .block:hover .block_text {
    color: var(--white-main-color);
}

/* Blogs */
.blogs .blog_cards {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.blogs .blog_card {
    width: 100%;
    border-radius: 15px;
    box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    background: var(--white-main-color);
    cursor: pointer;
}

.blogs .blog_image {
    position: relative;
}

.blogs .blog_image img {
    width: 100%;
    display: block;
    height: 200px;
    transition: transform 0.4s ease;
}

.blogs .blog_tag {
    position: absolute;
    top: 16px;
    left: 16px;
    background: var(--primary-cta-color);
    padding: 5px 10px;
    color: white;
    border-radius: 20px;
    font-size: 12px;
    line-height: 16px;
    margin: 0;
}

.blogs .blog_content {
    padding: 20px;
}

.blogs .meta {
    display: flex;
    gap: 15px;
    font-size: 12px;
    line-height: 16px;
    color: #6A7282;
    padding-bottom: 10px;
}

.blogs .meta_item {
    display: flex;
    align-items: center;
    gap: 4px;
}

.blogs .blog_title {
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 10px;
}

.blogs .description {
    font-size: 14px;
    line-height: 22px;
    color: var(--secondary-color);
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.blogs .read_more {
    transition: all 0.3s ease;
    transform: translateX(0);
    color: var(--primary-cta-color);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
}

.blogs .blog_card:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 40%);
}

.blogs .blog_card:hover .blog_image img {
    transform: scale(1.05);
}

.blogs .blog_card:hover .blog_title {
    color: #4a9fd8;
}

.blogs .blog_card:hover .arrow {
    transform: translateX(10px);
}


@media screen and (max-width: 768px) {

    /* Banner */
    .banner{
        padding: 40px 20px;
        height: 400px;
        max-height: 400px;
        align-items: center;
    }
    .banner_content {
        max-width: 100%;
    }
    .background{
        padding: 0px;
    }
    .banner .media-section {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 10px;
    }

    .banner .right-images {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
    }

    .banner .banner_content .banner_heading {
        font-size: 28px;
        line-height: 32px;
    }

    .banner_content {
        text-align: center;
    }

    .banner .banner_text {
        font-size: 14px;
        line-height: 20px;
        padding-top: 10px;
        max-width: 100%;
    }

    .banner .play-button {
        top: 50%;
        left: 50%;
        width: 45px;
        height: 45px;
        font-size: 20px;
    }

    .banner .video-text h2 {
        font-size: 16px;
        line-height: 22px;
        padding-bottom: 4px;
    }

    .banner .badge {
        top: 0;
        right: 0;
        padding: 15px;
        font-size: 13px;
        line-height: 20px;
    }



    /* Categories */
    .card_block {
        margin-top: 20px;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .card-image {
        height: 150px;
    }

    .card-title {
        font-size: 16px!important;
        line-height: 20px;
    }

    .card-list {
        padding: 12px;
    }

    .card-list li {
        padding-bottom: 5px;
    }

    .card-list li a {
        font-size: 12px;
        line-height: 18px;
    }


    /* Trusted Partner */
    .trusted_partner .partner_block {
        margin-top: 20px;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .trusted_partner .partner {
        padding: 15px;
    }

    .trusted_partner .partner .heading {
        font-size: 20px;
        line-height: 25px;
    }


    /* Our Story */
    .our_story .hero-banner {
        height: fit-content;
        flex-direction: column;
    }

    .our_story .hero-content {
        flex-direction: column;
        gap: 20px;
        padding: 20px;
    }

    .our_story .hero-left {
        max-width: 100%;
    }

    .our_story .hero-sub {
        margin-bottom: 15px;
        gap: 10px;
    }

    .our_story .hero-heading {
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 15px;
    }

    .our_story .hero-right {
        width: 100%;
        gap: 15px;
    }

    .our_story .info-box {
        gap: 12px;
        padding: 15px;
    }



    /* Drive Us */
    .drive_us .drive_us_block {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        margin-top: 20px;
    }

    .drive_us .drive_us_block .drive_block .icon {
        width: 45px;
        height: 45px;
        margin-bottom: 15px;
    }

    .drive_us .drive_block .title {
        font-size: 16px;
        line-height: 24px;
        padding-bottom: 15px;
    }


    /* Featured Product Slider */
    .featured_products .product-info {
        padding: 10px;
    }

    .featured_products .tag {
        padding: 10px;
    }

    .featured_products .collection_title {
        margin-bottom: 10px;
    }

    .featured_products .product_title {
        padding-bottom: 15px;
    }

    .featured_products .reviews {
        padding-bottom: 8px;
    }

    .featured_products .product-bottom {
        padding-top: 8px;
    }

    .featured_products .price {
        font-size: 16px;
        line-height: 24px;
    }

    /* Testimnial */
    .testimonial .testimonial_cards {
        margin-top: 20px;
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
    }

    /* Premium Brands */
    .premium_blocks {
        margin-top: 20px;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .premium_blocks a {
        width: 100%;
    }

    /* Get in Touch */
    .contact_us .contact_us_block {
        margin-top: 20px;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        max-width: 520px;
    }

    .contact_us .contact_us_block .block {
        width: 100%;
        padding: 10px;
    }

    /* Blogs */
    .blogs .blog_cards {
        margin-top: 20px;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .blogs .blog_tag {
        top: 10px;
        left: 10px;
        padding: 3px 8px;
        font-size: 11px;
    }

    .blogs .blog_content {
        padding: 10px;
    }

    .blogs .meta {
        gap: 10px;
        font-size: 10px;
        line-height: 14px;
    }

    .blogs .blog_title {
        font-size: 14px;
        line-height: 20px;
    }

    .blogs .description {
        font-size: 12px;
        line-height: 18px;
    }

    .blogs .read_more {
        gap: 4px;
        font-size: 12px;
    }
}

@media screen and (max-width: 450px) {

    /* Banner */
    .banner .right-images {
        grid-template-columns: 1fr;
    }

    /* Categories */
    .card_block {
        grid-template-columns: repeat(1, 1fr);
    }

    /* Drive us */
    .drive_us .drive_us_block {
        grid-template-columns: repeat(1, 1fr);
    }

    /* Get in Touch */
    .contact_us .contact_us_block {
        margin-top: 20px;
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
    }


    /* Blogs */
    .blogs .blog_cards {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {

    /* Banner */


    .banner .media-section {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 10px;
    }

    .banner .right-images {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
    }

    .banner .banner_content .banner_heading {
        font-size: 28px;
        line-height: 32px;
    }

    .banner_content {
        text-align: center;
    }

    .banner .banner_text {
        font-size: 14px;
        line-height: 20px;
        padding-top: 10px;
        max-width: 100%;
    }

    /* Categories */
    .card_block {
        margin-top: 30px;
        gap: 15px;
    }

    .card-image {
        height: 140px;
    }

    .card-title {
        font-size: 20px;
        line-height: 24px;
    }

    .card-list {
        padding: 15px;
    }


    /* Trusted Partner */
    .trusted_partner .partner_block {
        margin-top: 30px;
    }

    .trusted_partner .partner .heading {
        font-size: 26px;
        line-height: 30px;
    }


    /* Our Story */
    .our_story .hero-content {
        padding: 30px;
    }

    .our_story .hero-sub {
        margin-bottom: 20px;
        gap: 15px;
    }

    .our_story .hero-heading {
        font-size: 44px;
        line-height: 55px;
        margin-bottom: 20px;
    }

    .our_story .hero-buttons {
        flex-wrap: wrap;
    }

    .our_story .hero-right {
        gap: 20px;
        width: 60%;
    }

    .our_story .info-box {
        gap: 15px;
        padding: 20px;
    }


    /* Drive Us */
    .drive_us .drive_us_block {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        margin-top: 20px;
    }


    /* Testimonial */
    .testimonial .testimonial_cards {
        margin-top: 35px;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    /* Premium Brands */
    .premium_blocks {
        margin-top: 35px;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }

    .premium_blocks a {
        width: 100%;
    }



    /* Blogs */
    .blogs .blog_cards {
        margin-top: 35px;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1280px) {

    /* BAnner */
    .banner {
        padding: 50px;
    }

    .banner .banner_content .banner_heading {
        font-size: 36px;
        line-height: 42px;
        text-align: left;
    }

    .banner .banner_text {
        font-size: 16px;
        line-height: 24px;
        text-align: center;
    }

    /* Testimonial */
    .testimonial .testimonial_cards {
        margin-top: 35px;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    /* Premium Brands */
    .premium_blocks {
        grid-template-columns: repeat(4, 1fr);
    }

    /* Blogs */
    .blogs .meta {
        flex-direction: column;
        gap: 8px;
    }
}
