:root {
    --p-color: #A62C2B; /* Maroon/Red */
    --d-color: #28282B;    /* Dark Gray/Black */
}
@media screen and (min-width:993px)
{
    .mobile-nav-toggler{
        display:none;
    }
     
    .news-block .image-box .image a img
    {
        width:100%;
        height:362px;
        object-fit:cover;
        object-position:top;
    }
    body.home .news-block .lower-content .text
    {
    	display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }
    body.ProdcutsPages .page-title .text
    {
    	display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        text-align:justify;
    }
}
body
{
	font-family: "Montserrat", sans-serif !important;
}
.header-lower
{

}
.header-lower .logo-outer
{
	width: 500px;
}
.banner-section .slide-item h2.font-weight-hero
{
	font-family: "Montserrat", sans-serif !important;
	font-weight: 700 !important;
}

.services-section-two
{
	margin-top: 40px;
}

.call-to-action-two.call-to-action-two89 .bg-pattern
{
	/*position: relative;*/
}
.call-to-action-two.call-to-action-two89 .bg-pattern:before
{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255 255 255 / 90%);
}

/*=========================================*/


.products_section_home.news-section-three .carousel-outer
{
	max-width: 85%;
}
.products_section_home .sec-title
{
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
}
.products_section_home .sec-title h2
{
    display: block;
    font-size: 36px;
    line-height: 1.25em;
    color: #002121;
    font-weight: 600;
    padding-bottom: 8px;
    color: #343434;
    font-size: 1.85rem;
    font-weight: 700;
    text-transform: uppercase;
}
.products_section_home .sec-title h2 span
{
	color: #A62C2B;
}
.products_section_home .sec-title p{
	line-height: 24px;
    text-align: center;
    color: #222;
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    font-weight: 500;
}
.products_section_home .sec-title:before {
    position: absolute;
    bottom: 0;
    left: 60px;
    height: 4px;
    width: 10px;
    background-color: #cccccc;
    content: "";
    z-index: 1;
}
.products_section_home .sec-title:before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    width: 10px;
    background-color: #cccccc;
    content: "";
    z-index: 1;
    margin: 0 auto;
    -webkit-transform: translateX(35px);
    -moz-transform: translateX(35px);
    -ms-transform: translateX(35px);
    -o-transform: translateX(35px);
    transform: translateX(35px);
}
.products_section_home .sec-title:after {
    position: absolute;
    left: 0px;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    width: 50px;
    height: 4px;
    background-color: #A62C2B;
    content: "";
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translateX(-5px);
}
.products_section_home .sec-title.text-center h2:after,
.products_section_home .sec-title.text-center h2:before
{
	display: none;
}
.news-section-three.products_section_home
{
	padding-top: 55px;
}
{
	/*15px 20px 20px*/
}

/*
	=====================================
*/
.products_section_home
{
	margin-bottom: 30px;
}
.news-block .inner-box{
  overflow: hidden;
  transition: all 0.4s ease;
  box-shadow: 0 8px 20px rgba(0,0,0,0.03); /* default shadow */
}

.news-block .image-box{
  overflow: hidden;
}

.news-block .image-box img{
  transition: transform 0.5s ease;
}

/* Hover effect */
.news-block:hover .inner-box{
  transform: scale(1.03);
  box-shadow: 0 20px 30px rgba(0,0,0,0.3); /* stronger shadow */
}

.news-block:hover .image-box img{
  transform: scale(1.05);
}

.my_clietss li .image-box
{
	width: 100%;
	height: 
}
.my_clietss .owl-item .slide-item{
	background-color: #ffff;
  transition: all 0.4s ease;
  box-shadow: 0 8px 20px rgba(0,0,0,0.01); /* default shadow */
}
.my_clietss .owl-item .slide-item:hover
{
  box-shadow: 0 20px 30px rgba(0,0,0,0.3); /* stronger shadow */
}

/*
	=============================================
*/

.quote-section .auto-container
{
	max-width: 80%;
}

/*4
    =========================================

*/

.quote-section .outer-box
{
    margin-top: 50px !important;
}
body.innerPage .cusotmFlex
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 5%;
    padding-right: 5%;
}
body.innerPage .cusotmFlex .contact-container
{
    flex: 0 0 auto;
    max-width: 50%;
}
body.innerPage .page-title .cusotmFlex .page-info
{
    position: static;
}

/*
    =========================================
*/

body.clientspage
{

}
body.clientspage .call-to-action-two89
{
    
}
body.clientspage .call-to-action-two89 .my_clietss
{
    display: flex;
    flex-wrap: wrap;
    grid-column-gap:20px; 
    grid-row-gap:20px; 
}
body.clientspage .call-to-action-two89 .my_clietss
{

}
body.clientspage .call-to-action-two89 .my_clietss .slide-item
{
    background-color: #fff;
    padding: 12px;
    transition: all 0.4s ease;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.03);
    width: calc(20% - 20px);
}
body.clientspage .call-to-action-two89 .my_clietss .slide-item:hover
{
      transform: scale(1.01);
     box-shadow: 0 20px 30px rgba(0,0,0,0.3); /* stronger shadow */    
}

body.clientspage .call-to-action-two89 .my_clietss .slide-item .image-box
{
    margin-bottom: 0;
}

/*
    ========================================
*/

body.aboutUs .about-us .sec-title h2
{
    padding-bottom: 20px;
}
body.aboutUs .about-us .sec-title
{
    margin-bottom: 20px;
}
.sec-title h2
{
    font-size: 30px;
}
body.aboutUs .about-us .content-column .message
{
    font-size: 21px;
    line-height: 31px;
    margin-bottom: 15px;
}

body.aboutUs section.about-us .auto-container
{
    max-width: 95%;
}
body.aboutUs .about-us,
body.aboutUs .about-us .content-column
{
    padding-bottom: 0;
}
body.aboutUs .about-us .content-column .text
{
    margin-bottom: 0;
}

/*
    ==============================================
*/

body.aboutUs .why-choose-us.style-two
{
    padding: 60px 0 50px;
}
body.aboutUs .process-section .sec-title
{
    text-align: center;
    margin-bottom: 35px;
}
body.aboutUs .process-section .sec-title h2
{
    display: inline-block;
    text-align: center;
}
body.aboutUs .sec-title h2:after
{

}
body.aboutUs .process-section .sec-title h2:before
{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    width: 10px;
    background-color: #cccccc;
    content: "";
    z-index: 1;
    margin: 0 auto;
    -webkit-transform: translateX(35px);
    -moz-transform: translateX(35px);
    -ms-transform: translateX(35px);
    -o-transform: translateX(35px);
    transform: translateX(35px);
}
body.aboutUs .process-section .sec-title h2:after
{
    position: absolute;
    left: 0px;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    width: 50px;
    height: 4px;
    background-color: #A62C2B;
    content: "";
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translateX(-5px);
}

/*
    ===================================
*/

@media screen and (min-width: 993px)
{
    .main-menu .navigation > li > ul > li > a
    {
        white-space: nowrap;
        font-size: 13px;
    }
}

/*
    ===================================
*/

.process-section .auto-container
{
    max-width: 95%;
}
.process-section .auto-container .inner-box
{
    background-color: #fff;
    transition: all 0.4s ease;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.03);
    padding:25px;
    height: 100%;
}
.process-section .auto-container .inner-box:hover
{
      transform: scale(1.01);
     box-shadow: 0 20px 30px rgba(0,0,0,0.3); /* stronger shadow */    
}
.process-section .auto-container .process-block .text
{
    line-height: 25px;
    text-align: justify !important;
/*        display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;*/
}

/*
    ================================
*/
body.ProdcutsPages .sec-title 
{
    margin-bottom: 30px;
}
body.ProdcutsPages .sec-title .title
{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 17px;
}
body.ProdcutsPages .sec-title h2{
    font-size: 22px;
    font-weight: 700;
}   
body.ProdcutsPages .text
{
    margin-bottom: 25px;
}
body.ProdcutsPages .text p
{
    line-height: 25px;
}
body.ProdcutsPages .btn-box .btn-style-two
{
    font-size: 12px;
    line-height: 25px;
    padding: 7px 40px;
}

/*
    ================================================
*/

/* Gallery wrapper */
.custom-gallery {
    padding: 10px;
}

/* Remove default ul styling */
.custom-gallery ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap; /* multiple rows */
    gap: 15px; /* space between items */
    justify-content: space-between;
}

/* Each gallery item */
.custom-gallery li {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
    background: #fff;
}
@media screen and (min-width: 993px)
{
    body.ProdcutsPages .custom-gallery li
    {
        flex: 1 1 calc(25% - 15px) !important; /* 4 items per row with gap */
    }
    body.ProdcutsPages2 .custom-gallery li
    {
        flex: 1 1 calc(33.3333% - 15px); /* 4 items per row with gap */
    }

}

/* Image styling */
.custom-gallery li img {
    width: 100%;
    display: block;
    transition: transform 0.3s ease;
    background-color: #fff;
    padding: 5px;
}

/* Hover effect */
.custom-gallery li:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}

.custom-gallery li:hover img {
    transform: scale(1.02);
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    .custom-gallery li {
        flex: 1 1 calc(33.333% - 15px); /* 3 per row */
    }
}

@media (max-width: 768px) {
    .custom-gallery li {
        flex: 1 1 calc(50% - 15px); /* 2 per row */
    }
}

@media (max-width: 480px) {
    .custom-gallery li {
        flex: 1 1 100%; /* 1 per row */
    }
}

/*
    ================================
*/

.section_titles h3{
    position: relative;
    display: block;
    font-size: 22px !important;
    line-height: 1.2em !important;
    color: #28282B;
    font-weight: 700 !important;
    margin-top: 20px;
    margin-bottom: 7px !important;
    text-transform: uppercase;
}

@media screen and (min-width: 993px)
{
    .my_row_product_page
    {

    }
    .my_row_product_page .sidebar-side .services-sidebar
    {
        position: sticky;
        top: 30px;
    }
    .my_row_product_page .sidebar-side
    {
        max-width: 30.333333%;
    }
    .my_row_product_page .sidebar-side h4
    {
        position: relative;
        display: block;
        font-size: 22px;
        line-height: 1.2em;
        color: #343434;
        font-weight: 700;
        padding-top: 5px;
        margin-bottom: 17px;
        text-transform: uppercase;
    }
    .my_row_product_page .content-side
    {

    }

    body.ProdcutsPages .page-wrapper
    {
        overflow: inherit;
    }

    body.ProdcutsPages .service-detail-section
    {
        overflow: inherit;
    }
}





.ceo-section {
    padding: 50px 0 20px;
    
    background-color: #ffff;
}

.ceo-image-wrapper {
    position: relative;
    padding: 15px;
}

/* Image ke peeche ek decorative box aapki color scheme ka */
.ceo-image-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 70%;
    height: 90%;
    border: 10px solid var(--p-color);
    z-index: 0;
}

.ceo-image {
    position: relative;
    z-index: 1;
    box-shadow: 10px 10px 30px rgba(0,0,0,0.1);
    background-color: #fff;
}

.ceo-content {
    padding-left: 30px;
}

.section-title {
    color: var(--p-color);
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
    letter-spacing: 1px;
}

.ceo-name {
    color: var(--d-color);
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 5px;
}

.ceo-designation {
    color: #444;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 25px;
    font-style: italic;
    display: block;
}
.ceo-designation span
{
    color: #A62C2B;
}

.ceo-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    text-align: justify;
    color: #222;
    margin-bottom: 15px;
}

.highlight-box {
    border-left: 7px solid var(--p-color);
    padding-left: 20px;
    margin-bottom: 35px;
    background: #fff;
    padding-top: 20px;
    padding-right: 25px;
    padding-bottom: 20px;
    box-shadow: 5px 5px 15px rgba(0,0,0,0.05);
}
.highlight-box p
{
    line-height: 25px;
}

@media (max-width: 991px) {
    .ceo-content {
        padding-left: 15px;
        margin-top: 50px;
    }
    .ceo-image-wrapper::before {
        width: 50%;
    }
}


/*
    ======================================
*/

.cert-section {
    padding: 60px 0 30px;
    background-color: #F5F5F5;
}
.cert-section .container
{
    max-width: 85%;
}

/* A4 Size Ratio Setup (210:297) */
.cert-card {
    background: #fff;
    padding: 10px;
    border: 1px solid #ddd;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
    margin-bottom: 30px;
}
.cert-section .p_headigs{
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
}
.cert-section .p_headigs h2{
        display: block;
        font-size: 36px;
        line-height: 1.25em;
        color: #002121;
        font-weight: 600;
        padding-bottom: 8px;
        color: #343434;
        font-size: 1.85rem;
        font-weight: 700;
        text-transform: uppercase;
}
.cert-section .p_headigs p{
    line-height: 24px;
    text-align: center;
    color: #222;
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    font-weight: 500;
}

.cert-section .p_headigs:before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    width: 10px;
    background-color: #cccccc;
    content: "";
    z-index: 1;
    margin: 0 auto;
    -webkit-transform: translateX(35px);
    -moz-transform: translateX(35px);
    -ms-transform: translateX(35px);
    -o-transform: translateX(35px);
    transform: translateX(35px);
}

.cert-section .p_headigs:after {
    position: absolute;
    left: 0px;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    width: 50px;
    height: 4px;
    background-color: #A62C2B;
    content: "";
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translateX(-5px);
}


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

.img-container {
    width: 100%;
    /* A4 Ratio: Height is 1.41 times the width */
    aspect-ratio: 1 / 1.41; 
    overflow: hidden;
    background: #eee;
    border:1px solid #eee;
}

.img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Image ko box ke hisab se fit karega */
}

.cert-name {

    position: relative;
    display: block;
    font-size: 16px;
    text-align: center;
    line-height: 1.3em;
    color: #A62C2B;
    font-weight: 700;
    padding-top: 10px;
    margin-bottom: 5px;
    text-transform: uppercase;
    height: 53px;
    overflow: hidden;
}

.certificate-carousel-two .owl-nav
{
    display: none;
}

.certificate-carousel-two
{

}
.certificate-carousel-two .certificate_blocks
{

}
.page-title,.main-header .header-top
{
    overflow: hidden !important;
}
/*
    ===============================================
*/


.logo-display-section .logo-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: top;
}

@media (max-width: 768px) {
    .logo-display-section .logo-img {
        height: 200px;
    }
}
.whatsapp-icon {
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 65px;
  z-index: 999999;
}