body {
    margin: 0;
    padding: 0;
    color: #000;
    font-family: 'Montserrat', sans-serif !important;
}

a,
a:hover {
    text-decoration: none;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #fff;
    border-radius: 10px;
}

img {
    max-width: 100%;
    height: auto;
}

ul {
    list-style: none;
    padding-left: 0;
}

.dflex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.fright {
    float: right;
}


.video_box video {
    width: 100%;
}


/* 
header css start 
*/

.container-fluid {
    padding-left: 40px;
    padding-right: 40px;
}

.top_header {
    position: relative;
    padding: 100px 0; /* Increased by 90% from 30px to 57px */
}

.top_header .logo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 260px;
}

.top_header ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top_header ul li {
    color: #3a3a3a;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.top_header ul li span {
    padding-left: 5px;
    display: block;
    padding-top: 10px;
}


.menu_wrapper {
    background: #1d2212 !important;
    border-top: 1px solid #c5aa58;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px; /* Adjust this height as per your container */
}

/*.main_menu{
    float: none!important;
    margin: 0 auto;
    text-align: center;
    width: 965px!important;
}*/

p.toggle_border {
    float: right;
    margin: 10px 0;
}

.main_menu .icon_bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    border: 1px solid black;
    margin-top: 4px;
    margin-bottom: 2px;
}

.main_menu .toggle,
.main_menu [id^=drop] {
    display: none;
}

/*ul.menu{
    text-align: center;
    max-width: 865px;
    margin: 0 auto !important;
}*/

@media screen and (max-width: 768px) {
    ul.menu > li > a {
        color: #000 !important;
    }
}

.main_menu nav {
    padding: 0;
    width: 100%;
}

.main_menu nav:after {
    content: "";
    display: table;
    clear: both;
}

.main_menu h4 {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.5em;
    color: #1d2212;
    text-align: left;
    margin: 5px;
    padding: 2px 0;
}

.main_menu nav ul li a:after {
    background: rgba(197, 170, 88, 0.25) none repeat scroll 0 0;
    content: "";
    height: 4px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 100%;
    transform: translateY(10px);
    transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
    width: 100%;
}

.main_menu nav ul {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

ul.menu {
    display: flex;
    justify-content: center;
    align-items: center;
}

.main_menu nav ul li {
    margin: 0 10px;
    text-align: center;
    border-radius: 4px;
    position: relative;
}

.main_menu nav ul li.active a {
    color: #030303 !important;
    font-weight: 700;
}

.main_menu nav a {
    color: white !important;
    background: rgba(255, 255, 255, 0.2);
    font-size: 18px !important; /* Increased font size */
    font-weight: 700 !important; /* Increased font weight */
    display: block;
    text-transform: uppercase;
    line-height: 1.5; /* Updated line height */
    padding: 10px 15px; /* Adjust padding for better click area */
    text-decoration: none !important;
}

.main_menu nav ul ul {
    display: none;
    position: absolute;
    z-index: 1000;
    width: 100%;
    min-width: 245px;
    margin: 0 auto;
    left: 0;
    right: 0;
    margin-top: 0px !important;
    box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.11);
}

.main_menu nav ul ul li a {
    padding: 5px;
    text-shadow: none;
    color: #000000 !important;
    font-size: 15.03px;
    padding: 0 10px !important;
    line-height: 1.5;
    border-bottom: none;
    font-weight: 500;
}

.main_menu nav ul li:hover>ul {
    display: inherit;
}

.main_menu nav ul ul li {
    width: 100%;
    float: none;
    display: list-item;
    position: relative;
    box-shadow: none;
    text-align: left;
    padding: 12px 17px;
    min-width: 245px;
    background-color: #fff;
    border-radius: 0;
}

.main_menu nav ul ul ul li {
    position: relative;
    top: -60px;
    left: 170px;
}

.main_menu li>a i {
    margin-left: 10px;
}

.main_menu li>a:only-child:after {
    content: '';
}


/* 
header css end 
*/

/* 
main_section css start 
*/
.four_box_section .four_box_bg {
    position: relative;
    bottom: -30px;
    z-index: 9;
}

.four_box_section ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
}

.four_box_section ul li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fe0000;
    min-width: 24.7%;
    padding: 10px 15px;
    min-height: 84px;
}


.four_box_section ul li .four_box_img {
    padding-right: 10px;
}


.four_box_section ul li span {
    display: block;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 17px;
}

.four_box_section h4 {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    text-transform: uppercase;
    margin-top: 0;
}

.product_gallery_section {
    padding-top: 60px;
    background-color: #FFF;
    padding-bottom: 50px;
}

.product_gallery_section .product_description h3 {
    color: #363636;
    font-size: 30px;
    font-weight: 600;
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #bcbfc1;
}

.product_gallery_section .product_description p,
.product_gallery_section .product_description ul li span {
    color: #4c4c4c;
    font-size: 15px;
    font-weight: 400;
    padding-top: 20px;
    text-align: justify;
}

.product_gallery_section .product_description ul {
    list-style-type: disc;
    padding-left: 19px;
}

.product_gallery_section .product_description ul li {
    color: #f6ac19;
    line-height: 25px;
    font-size: 20px;
}

.product_gallery_section .product_description ul li span {
    vertical-align: top;
}

.product_gallery_section .button_section {

    width: 15%;
    margin-right: 10px;
}

.product_gallery_section .button_section .trans_btn {
    color: #000000;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
    max-width: 175px;
    height: 45px;
    margin-right: 6px;
    border-radius: 0;
    background-color: lightgreen;
    border: none;
    letter-spacing: 0.03;
    margin-bottom: 5px;
}

.product_gallery_section .button_section .trans_btn img {
    padding-right: 10px;
    vertical-align: middle;
}

.product_gallery_section .button_section .trans_btn:last-child {
    margin-bottom: 0;
}

.product-gallery {
    padding-top: 20px;
}

.product_detail_bottom .four_box_block {
    width: 85%;
}

.four_box_block .four_box_bg {
    background-color: #fe0000;
    padding: 25px;
}

.four_box_block ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
}

.four_box_block ul li {
    position: relative;
    display: flex;
    float: left;
    width: 33%;
    align-items: center;
}

.four_box_block ul li:before {
    content: '';
    position: absolute;
    border-right: 1px solid #acacac;
    width: 1px;
    height: 100%;
    left: -15px;
}

.four_box_block ul li:first-child:before {
    border-right: 0;
}

.four_box_block ul li .five_box_img {
    padding-right: 10px;
}

.four_box_block .four_box_bg .four_box_desc {
    padding-left: 10px;
}

.four_box_block ul li span {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.four_box_block ul li h3 {
    display: block;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 0.8;
}

.product_gallery .span12 {
    padding: 0 15px;
}

.right_side_imgs {
    min-height: 100%;
    height: 100%;
    position: relative;
    width: 100% !important;
    float: none !important;
}

.thumb {
    max-width: 40%
}

.bottom_imgs {
    margin-top: 170px;
}

.row.image-row.text-center {
    display: inline-block;
    z-index: 999999;
    min-height: 100%;
    margin-right: 15px;
}

.row.image-row.text-center .span2 {
    margin: 0 5px;
    display: inline-block;
    z-index: 99999;
}

.gallery_images:target {
    outline: 0;
    opacity: 1;
    transition: all .2s ease-in-out;
}

.gallery_images:target img {
    opacity: 1;
    cursor: none;
}

.gallery_images {
    opacity: 0;
    position: absolute !important;
    z-index: 999;
    width: 100%;
    text-align: center;
    top: 0;
    right: 0;
    margin-right: 15px;
}

.gallery_images img {
    max-width: 100%;
    max-height: 100%;
    margin-top: 0;
    padding-top: 0;
    opacity: 0;
}

.span2 .image img {
    width: 68px;
    height: 68px;
    border: 1px solid #dfdfdf;
    padding: 3px;
    margin-bottom: 20px;
}

.span2>image>img {
    opacity: 1;
}

.default_img_div {
    opacity: 1;
    min-height: 100%
}

.default_img_div .default_img {
    opacity: 1;
    max-width: 50%;
    text-align: center;
    margin: 0 auto;
}

.gallery_images:target#img1 {
    opacity: 0;
    display: : none;
}

/* Common styles for all tab sections */
.tabs_box {
    background: url('https://cdn.e-motiveonline.com/Cappafe/young-man-working-warehouse-with-boxes');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.tab_section {
    display: flex;
    flex-wrap: wrap;
    margin: 50px 0;
}

.tab_section.second {
    margin: 40px 0 !important;
}

.tab_section label {
    order: 1;
    display: block;
    padding: 1px 35px;
    cursor: pointer;
    transition: background ease 0.2s;
    font-weight: 700;
    line-height: 50px;
    margin: 0;
    color: #fff;
    font-size: 20px;
    height: 52px;
    border-bottom: none;
    text-transform: uppercase;
    margin-right: 5px;
    background-color: #fe0000;
    border: 1px solid #fe0000;
}

.tab_section .tab {
    order: 99;
    flex-grow: 1;
    width: 100%;
    display: none;
    padding: 40px;
    border: 1px solid #d4d4d4;
    margin-top: 5px;
    background-color: rgba(255, 255, 255, 0.8); /* Transparent white background – adjust last value (0.0 to 1.0) for transparency */
    color: black; /* Font color */
}

.tab_section h3 {
    color: #0f0f0f;
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    padding-bottom: 10px;
}

.tab_section .tab p {
    font-size: 16px;
    color: black; /* Updated font color */
    font-weight: 400;
    line-height: 22px;
    padding-top: 25px;
    margin-bottom: 0;
    max-width: 100%; /* Allow full width */
}

.tab_section input[type="radio"] {
    display: none;
}

.tab_section input[type="radio"]:checked+label {
    background: transparent;
    color: White;
    border-radius: 0;
    border: 1px solid #cccccc;
}

.tab_section input[type="radio"]:checked+label+.tab {
    display: block;
}

.tab_section ul {
    list-style-type: none;
}

.tab_section ul li img {
    vertical-align: 1px;
    padding-right: 7px;
}

.tab_section ul li {
    color: white; /* Updated font color */
    font-size: 17.15px;
    font-weight: 400;
    line-height: 25px;
    padding-bottom: 9px;
}

.tab_section .tab_block {
    padding-top: 50px;
    padding-bottom: 30px;
}

.tab_section .tab_block .dflex {
    justify-content: space-between;
    align-items: inherit;
}

.tab_section .tab_block h3 {
    margin-top: 0;
}

.tab_section .tab_block p {
    max-width: 100%; /* Allow full width */
    text-align: justify;
}

.tab_section table {
    width: 100%;
    margin: 0 auto; /* Center the table */
    max-width: 700px;
}

.tab_section table tr th {
    width: 50%;
    background-color: #f2f2f2;
    text-align: center; /* Center align table headers */
}

.tab_section table tr td {
    background-color: #fff;
    width: 50%;
    text-align: center; /* Center align table data */
}

.tab_section table tr th,
.tab_section table tr td {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    border-bottom: 1px solid #d9d9d9;
    padding: 15px;
}




.video_section {
    background: url('https://cdn.e-motiveonline.com/ebcbrakeshop/Description_Template/Images/Blue%20back%20image.png');
    background-position: 100% 100%;
    padding: 50px 10px;
}

.video_section ul {
    float: left;
    width: 50%;
}

.video_section ul li {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.video_section ul li:last-child {
    margin-bottom: 0;
}

.video_section ul li h3,
.video_section ul li span {
    display: block;
    color: #FFF;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}

.video_section .video_sec_img {
    width: 30%;
    text-align: center;
}

.video_section .video_sec_img img {
    display: block;
    max-width: 100%;
    height: auto;

}

.video_section .video_sec_desc {
    padding-left: 10px;
    width: 70%;
}

.small_products .big_img_block {
    position: relative;
    background-image: url('../images/big-feature-image-min.png'); /* Ensure correct path to image */
    background-size: 100% 100%;
    background-position: bottom;}

.small_products {
    padding-top: 20px;
}

.small_products h2 {
    color: #000;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 15px;
}

.small_products .row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.small_products .small_img_block,
.small_products .big_img_block {
    position: relative;
}

.small_products .small_img_block:last-child,
.small_products .big_img_block:last-child {
    margin-right: 0;
}

.small_products .category_text_pos {
    padding: 10px;
    background-color: #fff; /* Ensure white background */
    border: 1px solid #cecece;
    border-top: none;
}

.small_products .category_text_pos .dflex {
    justify-content: space-between;
}

.small_products .big_img_block .category_text_pos {
    /* Adjust positioning and other styles if necessary */
    left: 1%;
    right: 1%;
}

.small_products .category_text_pos .category_text_desc {
    padding-top: 10px;
}

.small_products h3 {
    color: #010101;
    font-size: 17px;
    font-weight: 700;
    margin: 0;
}

.small_products .category_text_pos span {
    color: #fff; /* Ensure text color is contrasting */
    font-size: 39px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    line-height: 45px;
}

.small_products .shop_now {
    color: #fe0000;
    font-size: 14px;
    font-weight: 500;
    text-align: right;
    padding: 0;
    width: 100%;
    max-width: 75px;
    height: 40px;
    border: none;
    line-height: 20px;
    border-radius: 0;
    background-color: transparent;
    margin-top: 0;
    margin-right: 10px;
}

.small_products .small_img_block {
    margin-bottom: 15px;
    margin-right: 15px;
}



.newsletter_section {
    padding-top: 40px;
    margin-bottom: 50px;
}

.newsletter_bg {
    background-color: lightgreen;
    color: #fff;
    padding: 20px 30px;
}

.newsletter_bg .dflex {
    justify-content: space-around;
}

.newsletter_bg .newsletter_txt {
    flex: 1 1 0%;
    padding-left: 10px;
}

.newsletter_bg h3 {
    color: #000;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 0;
}

.newsletter_bg p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
    max-width: 700px;
}

.newsletter_bg .subscribe_btn {
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    text-align: center;
    width: 100%;
    max-width: 230px;
    height: 60px;
    border: none;
    margin-left: 20px;
    line-height: 20px;
    text-transform: uppercase;
    border-radius: 0;
    background-color: #fe0000;
}


/* 
main_section css end 
*/


/* 
/* Footer Styles */
/* Footer Styles */
footer {
    background-color: #fe0000;
}

.big_footer {
    padding: 50px 0 10px;
}

.big_footer h3 {
    font-size: 19px;
    color: white; /* Dark black */
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.big_footer ul {
    list-style: none;
    padding-left: 0;
}

.big_footer ul.social_icons {
    padding-bottom: 40px;
}

.big_footer ul.social_icons li {
    display: inline-block;
    margin-right: 15px;
}

.big_footer ul.social_icons li:last-child {
    margin-right: 0;
}

.big_footer ul li a {
    line-height: 33px;
    font-size: 15px;
    color: #000000; /* Dark black */
    font-weight: 600; /* Bold */
}

.big_footer ul li a:hover {
    color: #000000; /* Dark black */
}

.small_footer {
    background-color: #fe0000;
    padding: 20px 0;
}

.small_footer span {
    font-size: 15px;
    color: #000000; /* Dark black */
    font-weight: 600; /* Bold */
    vertical-align: middle;
    display: block;
    text-align: center;
}

.small_footer span b {
    font-weight: 600;
}

.small_footer span b a {
    color: #000000 !important; /* Dark black */
}


/*
static gallery
*/

#m2e-gallery-5764a9f7404cb5a1f081 {
    display: block;
    text-align: center;
    margin: 0 auto;
}

#m2e-gallery-5764a9f7404cb5a1f081 .full-image {
    display: none;
    /*max-width: 800px;*/
    /*max-height: 855px;
    min-height: 510px;*/
}

.m2e-gallery .hint {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}

.m2e-gallery .preview {
    display: inline-block;
    /*margin: 5px;*/
    /*height: 78px;*/
}

.m2e-gallery .preview>img {
    width: 140px;
    /*height: 94px;*/
    /*box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.11);*/
}

.m2e-gallery .preview:hover>img {
    cursor: pointer;
    opacity: 0.3;
}

#m2e-gallery-5764a9f7404cb5a1f081 .current>input:checked+img {
    display: inline-block;
}

.m2e-gallery .current {
    margin-bottom: 20px;
}

.m2e-gallery .current>input {
    visibility: hidden;
    position: absolute;
}

.m2e-gallery .current.vertical {
    float: left;
    width: 85%;
    text-align: left;
}

.m2e-gallery .preview-container.vertical {
    float: right;
    width: 12.5%;
    text-align: right;
    padding-bottom: 10px;
}

.m2e-gallery .preview-container.vertical label {
    display: block;
}

.m2e-gallery .current.vertical .hint {
    text-align: left;
}
.tab_section {
display: flex;
flex-wrap: wrap;
justify-content: center; /* Add this line */
margin: 50px 0;
}
/* Styles specific to the second tab section */
.tabs_box.second {
    background: url('../images/ebc-us-hq-min-1536x1031.png');
    background-size: 100% 100%;
    background-position: bottom;
}

.tab_section.second {
    display: flex;
    flex-wrap: wrap;
    margin: 40px 0;
}

.tab_section.second label {
    order: 1;
    display: block;
    padding: 1px 35px;
    cursor: pointer;
    transition: background ease 0.2s;
    font-weight: 700;
    line-height: 50px;
    margin: 0;
    color: #fff;
    font-size: 20px;
    height: 52px;
    border-bottom: none;
    text-transform: uppercase;
    margin-right: 5px;
    background-color: #fe0000;
    border: 1px solid #fe0000;
}

.tab_section.second .tab {
    order: 99;
    flex-grow: 1;
    width: 100%;
    display: none;
    padding: 40px;
    border: 1px solid #d4d4d4;
    margin-top: 5px;
    background-color: rgb(255 255 255 / 60%);
    position: relative;
    border-bottom: 2px solid rgba(255, 255, 255, 0.6);
}

.tab_section.second .tab::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.6);
    position: absolute;
    bottom: 0;
    left: 0;
}

.tab_section.second h3 {
    color: #0f0f0f;
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    padding-bottom: 10px;
}

.tab_section.second .tab p {
    font-size: 16px;
    color: #0f0f0f;
    font-weight: 400;
    line-height: 22px;
    padding-top: 25px;
    margin-bottom: 0;
    /* Remove max-width to allow full-width usage */
    max-width: none;
    text-align: justify; /* Ensure the text is justified */
}

.tab_section.second input[type="radio"] {
    display: none;
}

.tab_section.second input[type="radio"]:checked+label {
    background: transparent;
    color: #000;
    border-radius: 0;
    border: 1px solid #cccccc;
}

.tab_section.second input[type="radio"]:checked+label+.tab {
    display: block;
}

.tab_section.second ul {
    list-style-type: none;
}

.tab_section.second ul li img {
    vertical-align: 1px;
    padding-right: 7px;
}

.tab_section.second ul li {
    color: #0f0f0f;
    font-size: 17.15px;
    font-weight: 400;
    line-height: 25px;
    padding-bottom: 9px;
}

.tab_section.second .tab_block {
    padding-top: 50px;
    padding-bottom: 30px;
}

.tab_section.second .tab_block .dflex {
    justify-content: space-between;
    align-items: inherit;
}

.tab_section.second .tab_block h3 {
    margin-top: 0;
}

.tab_section.second .tab_block p {
    /* Remove max-width to allow full-width usage */
    max-width: none;
    text-align: justify; /* Ensure the text is justified */
}

.tab_section.second table {
    width: 100%;
    /* Remove max-width to allow full-width usage */
    max-width: none;
}

.tab_section.second table tr th {
    width: 50%;
    background-color: #f2f2f2;
}

.tab_section.second table tr td {
    background-color: #fff;
    width: 50%;
}

.tab_section.second table tr th,
.tab_section.second table tr td {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    border-bottom: 1px solid #d9d9d9;
    padding: 15px;
}


.product-range {
    position: relative;
    text-align: center;
    padding: 20px;
    color: white;
    overflow: hidden;
    z-index: 1;
}

.product-range::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('https://cdn.e-motiveonline.com/Cappafe/sliver-metallic-color-sport-car-driving-with-high-speed-road_114579-4029');
    background-size: cover;
    background-position: center;
    filter: blur(10px);
    z-index: -1;
}


.product-range h1 {
    margin-bottom: 20px;
}

.product-row {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    gap: 20px;
}

.product-block {
    display: block;
    text-align: center;
    text-decoration: none;
    color: black;
    max-width: 250px;
    overflow: hidden; /* Ensures no overflow when image scales */
    position: relative; /* Needed for absolute positioning */
}

.product-block img {
    width: 100%;
    max-width: 250px;
    transition: transform 0.3s ease-in-out; /* Smooth transition for scaling */
}

.product-block:hover img {
    transform: scale(1.4); /* Enlarge the image on hover by 40% */
}

.product-block p {
    margin-top: 10px;
    font-weight: bold; /* Corrected 'bolder' to 'bold' */
    font-size: 18px;
    color: white;
}

/* styles.css */

.dahiyateast .container {
    text-align: center;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.dahiyateast .main-image {
    width: 100%;
    max-width: 300px;
    margin-bottom: 20px;
}

.dahiyateast .image-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}

.dahiyateast .image-row img {
    width: 100px;
    flex: 1 1 calc(20% - 10px);
    max-width: 150px;
}

.powered_by {
    text-align: center;
    padding: 30px 0;
    overflow-x: auto; /* Enable horizontal scrolling */
    cursor: pointer; /* Change cursor to indicate scrollable area */
}

.powered_by:hover {
    cursor: ew-resize; /* Show horizontal resize cursor on hover */
}

.powered_by .main_image {
    margin-bottom: 20px;
}

.powered_by .main_image img {
    width: 100%;
    max-width: 300px;
    height: auto;
}

.powered_by .secondary_images {
    display: flex;
    justify-content: flex-start; /* Align images to the left */
    gap: 20px; /* Space between images */
    white-space: nowrap; /* Prevent wrapping */
    padding: 0 20px; /* Add padding to the sides */
}

.powered_by .secondary_images img {
    width: 150px; /* Fixed size for each image */
    height: auto;
    transition: transform 0.3s ease-in-out;
    display: inline-block;
}

.powered_by .secondary_images img:hover {
    transform: scale(1.1);
}

/* Style the scrollbar for webkit browsers (Chrome, Safari) */
.powered_by::-webkit-scrollbar {
    height: 12px; /* Height of the horizontal scrollbar */
}

.powered_by::-webkit-scrollbar-thumb {
    background-color: #888; /* Color of the scrollbar thumb */
    border-radius: 6px; /* Rounded corners */
}

.powered_by::-webkit-scrollbar-thumb:hover {
    background-color: #555; /* Color of the scrollbar thumb on hover */
}



/* Common styles for all tab sections */
.policytabs {
    background: url('https://cdn.e-motiveonline.com/Cappafe/young-man-working-warehouse-with-boxes');
    background-size: 100% 100%;
       background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

.policytabs {
    display: flex;
    flex-wrap: wrap;
    margin: 50px 0;
}

.policytabs label {
    order: 1;
    display: block;
    padding: 1px 35px;
    cursor: pointer;
    transition: background ease 0.2s;
    font-weight: 700;
    line-height: 50px;
    margin: 0;
    color: #fff;
    font-size: 20px;
    height: 52px;
    border-bottom: none;
    text-transform: uppercase;
    margin-right: 5px;
    background-color: #fe0000;
    border: 1px solid #fe0000;
}

.policytabs .tab {
    order: 99;
    flex-grow: 1;
    width: 100%;
    display: none;
    padding: 40px;
    border: 1px solid #d4d4d4;
    margin-top: 5px;
    background-color: #fe0000; /* Background color within the tab section */
    color: white; /* Font color within the tab section */
}

.policytabs h3 {
    color: #0f0f0f;
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    padding-bottom: 10px;
}

.policytabs .tab p {
    font-size: 20px;
    color: white; /* Font color within the tab section */
    font-weight: 500;
    line-height: 22px;
    padding-top: 25px;
    margin-bottom: 0;
    max-width: 100%; /* Allow full width */
}

.policytabs input[type="radio"] {
    display: none;
}

.policytabs input[type="radio"]:checked + label {
    background: transparent;
    color: #000000;
    border-radius: 0;
    border: 1px solid #cccccc;
}

.policytabs input[type="radio"]:checked + label + .tab {
    display: block;
}

.policytabs ul {
    list-style-type: none;
}

.policytabs ul li img {
    vertical-align: 1px;
    padding-right: 7px;
}

.policytabs ul li {
    color: white; /* Font color within the tab section */
    font-size: 17.15px;
    font-weight: 400;
    line-height: 25px;
    padding-bottom: 9px;
}

.policytabs .tab_block {
    padding-top: 50px;
    padding-bottom: 30px;
}

.policytabs .tab_block .dflex {
    justify-content: space-between;
    align-items: inherit;
}

.policytabs .tab_block h3 {
    margin-top: 0;
}

.policytabs .tab_block p {
    max-width: 100%; /* Allow full width */
    text-align: justify;
}

.policytabs table {
    width: 100%;
    margin: 0 auto; /* Center the table */
    max-width: 700px;
}

.policytabs table tr th {
    width: 50%;
    background-color: #f2f2f2;
    text-align: center; /* Center align table headers */
}

.policytabs table tr td {
    background-color: #fff;
    width: 50%;
    text-align: center; /* Center align table data */
}

.policytabs table tr th,
.policytabs table tr td {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    border-bottom: 1px solid #d9d9d9;
    padding: 15px;
}
.about-us-section {
    margin: 0;
    font-family: Arial, sans-serif;
}

.about-us-section {
    background-image: url('https://cdn.e-motiveonline.com/Cappafe/sliver-metallic-color-sport-car-driving-with-high-speed-road_114579-4029');
    background-size: cover;
    background-position: center;
    color: #333; /* Dark color for contrast */
    padding: 50px;
    text-align: center;
}

.about-us-section h1 {
    font-size: 3em;
    font-weight: bold;
    margin-bottom: 20px;
}

.about-us-section p {
    font-size: 1.5em;
    font-weight: bold;
    margin: 0 auto;
    max-width: 800px;
}

/*
static gallery
*/