* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    height: 100%;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
}

body {
    min-height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden;
}

/* Vertex Brand Colors */
:root {
    --vertex-yellow: #ffc107;
    --vertex-black: #1a1a1a;
}

/* Topbar styling */
.top-bar {
    background: var(--vertex-yellow);
    color: var(--vertex-black);
    font-size: 13px;
    padding: 8px 0;
}

.top-bar a {
    color: var(--vertex-black);
    text-decoration: none;
    margin-right: 15px;
}

.top-bar i {
    color: var(--vertex-black);
    margin-right: 5px;
}

.top-bar .social-icons a {
    font-size: 16px;
    display: inline-block;
    transition: 0.3s;
}

.top-bar .social-icons a:hover {
    transform: scale(1.3);
    text-decoration: none;
}

.top-bar .social-icons a:hover i {
    color: var(--vertex-black) !important;
}

.top-bar .contact-meta a {
    color: var(--vertex-black);
    text-decoration: none;
    margin-right: 15px;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    transition: transform 0.3s ease-in-out;
}

.top-bar .contact-meta a i {
    color: var(--vertex-black);
    margin-right: 5px;
    font-size: 16px;
}

.top-bar .contact-meta a:hover {
    transform: scale(1.1);
    color: var(--vertex-black);
}

/* Navigation styling */
.navbar-brand img {
    height: 60px;
}

.nav-item .nav-link {
    font-weight: 600;
    text-transform: uppercase;
    color: #333 !important;
    padding: 10px 20px !important;
}

.nav-item.active .nav-link,
.nav-link:hover {
    color: var(--vertex-yellow) !important;
}

.dropdown-menu {
    border: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Footer styling */
.main-footer {
    background: #111;
    color: #ccc;
    padding: 60px 0 0px;
    margin-bottom: 0;
    flex-shrink: 0;
}

.main-footer .row {
    margin-bottom: 0 !important;
}

.footer-links {
    list-style: none;
    padding-left: 0;
}

.footer-links a {
    color: white;
    text-decoration: none;
    transition: 0.3s;
}

.footer-links a:hover {
    color: var(--vertex-yellow);
    padding-left: 10px;
}

.footer-social .social-icons a {
    background: #222;
    color: var(--vertex-yellow) !important;
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 16px;
    transition: 0.3s;
}

.footer-social .social-icons a:hover {
    background: var(--vertex-yellow);
    color: #000 !important;
    transform: translateY(-5px);
}

.footer-title {
    color: var(--vertex-yellow);
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 12px;
}

.footer-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background: var(--vertex-yellow);
}

.footer-sub-title {
    color: var(--vertex-yellow);
    margin-bottom: 1rem;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.copyright {
    background: var(--vertex-yellow);
    padding: 15px 0;
    width: 100%;
    position: relative;
    bottom: 0;
    left: 0;
    z-index: 999;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.copyright p {
    margin-bottom: 0;
    font-size: 14px;
    color: var(--vertex-black);
    font-weight: 500;
}

.copyright strong {
    color: #000;
    text-transform: uppercase;
}

/* =============================== Main Content =============================== */
#main-content {
    min-height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    flex: 1 0 auto;
}

.slider_section,
.carousel,
.carousel-inner,
.carousel-item {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.carousel-item {
    background-color: #e9e9e9;
}

/* ======================= silder ====================== */
.carousel-caption.relative {
    position: absolute;
    top: 50%;
    transform: translateY(-65%);
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 1140px;
    text-align: left;
    padding-left: 0 15px;
    left: -10%;
    z-index: 10;
}
.banner-main img {
    width: 100% !important;
    height: auto !important;
    display: block;
}

.carousel-caption h1, 
.carousel-caption h2 {
    font-size: 55px;
    font-weight: 400;
    color: #1a1a1a;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: -1.5px;
    line-height: 0.85 !important;
    display: block;
}

.carousel-caption h1 strong {
    display: block;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 0.85 !important;
}

.text-uppercase{
    font-weight: 700;
    font-size: 52px;
}
.product-intro-section .container .row .mt-3{
    text-align: justify;
}

.whyschose{
    margin-top: 35px;
}
.whyschose p{
    font-size: 26px;
}

.our_products{
    margin-top: 35px;
}
.black_bold {
    font-weight: 900 !important;
    color: #000;
    margin-top: 0 !important;
}

.yellow_bold {
    font-weight: 900 !important;
    color: #ffc107 !important;
    margin-top: 0 !important;
}

.carousel-caption p {
    font-size: 18px;
    color: #333;
    margin-top: 5px;
    font-weight: 500;
}

.read_more {
    background: #ffc107;
    color: #fff !important;
    padding: 12px 35px;
    border-radius: 50px;
    display: inline-block;
    font-weight: 700;
    text-transform: lowercase;
    text-decoration: none !important;
    box-shadow: 0 4px 15px rgba(255, 193, 7, 0.4);
}

.carousel-control-prev,
.carousel-control-next {
    top: auto;
    bottom: 60px;
    left: -5%;
    right: auto;
    margin: 0 auto;
    max-width: 1140px;
    width: 45px;
    height: 45px;
    background: #fff;
    opacity: 1;
    color: #000;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 20;
}

.carousel-control-prev {
    margin-left: calc(50% - 570px);
}

.carousel-control-next {
    margin-left: calc(50% - 520px);
    background: #ffc107;
    border: none;
}

.carousel-control-prev:hover,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-next:focus {
    color: #000 !important;
    opacity: 1;
}

.carousel-control-prev:hover i,
.carousel-control-next:hover i {
    color: #000 !important;
}

.read_more {
    background: #ffc107;
    color: #fff !important;
    padding: 12px 35px;
    border-radius: 50px 0px 50px 50px;
    display: inline-block;
    font-weight: 700;
    text-transform: lowercase;
    text-decoration: none !important;
    box-shadow: none !important;
}

.title_products p{
        font-size: 24px !important;
    }

@media (max-width: 425px) {
    .banner-main img {
        height: auto !important;
        min-height: 150px !important;
        object-fit: contain !important; 
        background-color: #e6e3e3; 
    }

    .carousel-caption.relative {
        position: absolute !important;
        top: 32% !important;
        transform: translateY(-50%) !important;
        left: 0 !important;
        right: auto !important;
        margin: 0 !important;
        width: 65% !important; 
        text-align: left !important; 
        padding-left: 55px !important; 
    }

    .carousel-caption h1,
    .carousel-caption h2 {
        font-size: 16px !important;
        line-height: 1.1 !important;
        margin-bottom: 8px !important;
    }

    .carousel-caption p {
        display: none !important;
    }

    .read_more {
        font-size: 10px !important;
        padding: 7px 10px !important;
    }

    .carousel-control-prev, 
    .carousel-control-next {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
        z-index: 9999 !important;
        bottom: auto !important; 
        top: 75% !important;        
        width: 20px !important;
        height: 20px !important;
        background-color: #ffc107 !important;
        border: none !important;
        border-radius: 50% !important;
        margin-left: 0 !important; 
        margin-right: 0 !important;
    }

    .carousel-control-prev i, 
    .carousel-control-next i {
        color: #000 !important;
        font-size: 18px !important;
        line-height: 35px !important;
        display: block !important;
    }

    .carousel-control-prev { 
        left: 10px !important; 
        right: auto !important; 
    }
    .carousel-control-next { 
        right: 10px !important; 
        left: auto !important; 
    }

    #product-grid {
        margin-top: 20px;
        padding: 0 10px;
    }

    .top-bar{
         padding: 5px 0;
    }
    .top-bar .container {
        flex-direction: column !important;
        text-align: center;
        gap: 3px;
    }
    
    .top-bar .contact-meta a {
        margin-right: 10;
        font-size: 12px;
    }
    
    .top-bar .social-icons {
        margin-bottom: 5px;
    }

    .product .container .row .title h1{
        font-size: 26px;
    }
    .text-uppercase{
        font-size: 35px;
    }
}

@media (min-width: 376px) and (max-width: 425px) {
    .banner-main img {
        height: auto !important;
        min-height: 170px !important; 
    }
    .carousel-caption.relative {
        padding-left: 65px !important; 
        width: 75% !important; 
        top: 25% !important;
    }

    .carousel-caption h1 {
        font-size: 20px !important; 
        margin-bottom: 5px !important;
    }

    .carousel-caption p {
        display: block !important; 
        font-size: 11px !important;
        line-height: 1.2 !important;
        margin-bottom: 10px !important;
        color: #333 !important; 
        width: 60% !important;
    }
    
    .read_more {
        font-size: 11px !important;
        padding: 6px 15px !important;
    }
}

/* ============================================================
   TABLET & INTERMEDIATE SCREENS (426px to 768px)
   ============================================================ */
@media (min-width: 426px) and (max-width: 768px) {
    .banner-main img {
        height: 300px !important;
        object-fit: contain !important; 
    }

    .carousel-caption.relative {
        position: absolute !important;
        top: 36% !important;
        transform: translateY(-50%) !important;
        left: 0 !important;
        padding-left: 15px !important;
        width: 70% !important;
        text-align: left !important;
    }

    .carousel-caption h1, 
    .carousel-caption h2 {
        font-size: 26px !important;
        margin-bottom: 5px !important;
        line-height: 1.1 !important;
        text-transform: uppercase;
    }

    .carousel-caption p {
        display: block !important; 
        font-size: 14px !important;
        line-height: 1.2 !important;
        margin-bottom: 10px !important;
        color: #333 !important; 
        width: 50% !important;
    }

    .read_more {
        font-size: 22px !important;
        padding: 8px 30px !important;
    }

    .carousel-control-prev, 
    .carousel-control-next {
        display: flex !important; 
        visibility: visible !important;
        opacity: 1 !important;
        z-index: 99999 !important;
        top: 80% !important;
        transform: translateY(-50%) !important;
        bottom: auto !important;
        left: auto !important; 
        right: auto !important;
        margin-left: 0 !important; 
        margin-right: 0 !important;
        width: 45px !important;
        height: 45px !important;
        background-color: #ffc107 !important;
        border-radius: 50% !important;
        border: none !important;
    }

    .carousel-control-prev { 
        left: 10px !important; 
    }
    .carousel-control-next { 
        right: 10px !important; 
    }

    .carousel-control-prev i, 
    .carousel-control-next i {
        color: #000 !important;
        font-size: 24px !important;
        display: block !important;
        line-height: 45px !important;
        text-align: center !important;
        width: 100% !important;
    }
}


/* ============================================================
   LARGE TABLETS & LAPTOPS (769px to 1024px)
   ============================================================ */
@media (min-width: 769px) and (max-width: 1024px) {
 
    .banner-main img {
        height: 380px !important;
        object-fit: contain !important; 
    }

    .carousel-caption.relative {
        top: 32% !important;
        transform: translateY(-50%) !important;
        padding-left: 100px !important;
        width: 80% !important;
    }
    .carousel-caption h1,
    .carousel-caption h2 {
        font-size: 40px !important; 
        line-height: 1.1 !important;
        margin-bottom: 15px !important;
    }
    .carousel-caption p {
        display: block !important; 
        font-size: 22px !important;
        width: 60% !important;
        margin-bottom: 25px !important;
    }
    .read_more {
        font-size: 22px !important;
        padding: 10px 35px !important;
    }
    .carousel-control-prev, 
    .carousel-control-next {
        top: 82% !important;
        transform: translateY(-50%) !important;
        width: 50px !important;
        height: 50px !important;
        background-color: #ffc107 !important;
        border-radius: 5px !important;
    }
    .carousel-control-prev { 
        left: 50% !important; 
        right: auto !important;
        margin-left: 0 !important;
    }
    .carousel-control-next { 
        right: 40% !important;
        left: auto !important; 
        margin-right: 0 !important;
    }

    .carousel-control-prev i, 
    .carousel-control-next i {
        font-size: 28px !important;
        line-height: 50px !important;
    }
    .whyschose p{
        font-size: 22px;
    }

    .title_products p{
        font-size: 22px !important;
    }
}


/* ============================================================
   LARGE DESKTOP SCREENS (1025px to 1440px)
   ============================================================ */
@media (min-width: 1025px) and (max-width: 1440px) {
    .banner-main img {
        height: 490px !important;
        object-fit: contain !important; 
    }

    .carousel-caption.relative {
        top: 40% !important;
        transform: translateY(-50%) !important;
        padding-left: 150px !important;
        width: 80% !important;
    }

    .carousel-caption h1 {
        font-size: 50px !important; 
        font-weight: 600 !important;
        line-height: 1 !important;
        margin-bottom: 20px !important;
        letter-spacing: -1px;
    }

    .carousel-caption p {
        display: block !important; 
        font-size: 22px !important;
        width: 55% !important;
        line-height: 1.4 !important;
        margin-bottom: 35px !important;
    }

    .read_more {
        font-size: 22px !important;
        padding: 15px 50px !important;
        border-radius: 50px 0 50px 50px !important;
    }

    .carousel-control-prev, 
    .carousel-control-next {
        top: 86% !important; 
        width: 60px !important;
        height: 60px !important;
    }

    .carousel-control-prev i, 
    .carousel-control-next i {
        font-size: 32px !important;
        line-height: 60px !important;
    }
    .carousel-control-prev { 
        left: 6% !important; 
        right: auto !important; 
    }
    .carousel-control-next { 
        right: 75% !important; 
        left: auto !important; 
    }
    .whyschose p{
        font-size: 24px;
    }
    .title_products p{
        font-size: 24px !important;
    }
}

/* ============================================================
   MASTER HEADING STYLE (Desktop & General)
   ============================================================ */
.whyschose .title h2, 
.title_products h2, 
.Clients_bg_white h2 {
    font-size: 52px;
    font-weight: 700;
    margin-bottom: 20px;
    display: flex;
    justify-content: center; 
    align-items: center;
    gap: 15px;
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
}

.yellow-text {
    color: #f8ca11 !important; 
}

.black-text {
    color: #000000 !important;
    position: relative;
    padding-bottom: 5px;
    border-bottom: 8px solid #000 !important;
}

/* ============================================================
   MASTER HEADING STYLE (Mobile & Tablet Fix)
   ============================================================ */
@media (max-width: 768px) {
    .whyschose .title h2, 
    .title_products h2, 
    .Clients_bg_white h2 {
        font-size: 28px !important;
        gap: 8px;
    }
    .title_products p{
        font-size: 20px !important;
    }

    .black-text {
        font-size: 28px !important;
        border-bottom: 4px solid #000 !important; /* Patli line mobile par */
    }
    .pp-main-banner h1 { 
        font-size: 30px !important; 
    }
    .pp-image-holder img {
        height: 250px; 
        padding: 10px;
    }
}


/*  ==================================== Our Products ====================================  */
.choose_bg {
    background: var(--vertex-yellow);
    padding: 40px 0;
}

.white_bg_box {
    background: #ffffff;
    padding: 50px 30px;
    box-shadow: 0 0 20px rgba(0,0,0,0.4);
    border-radius: 7px;
}

.for_box {
    text-align: center;
    padding: 0px;
    margin-bottom: 30px;
}

.for_box i {
    height: 80px;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.for_box i img {
    max-height: 100%;
}

.for_box h3 {
    font-size: 22px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
}

.for_box p {
    font-size: 15px;
    line-height: 24px;
    color: #333;
}

.read_more_center {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 40px;
    border: 2px solid var(--vertex-yellow);
    color: #000;
    font-weight: 600;
    text-decoration: none !important;
    transition: 0.3s;
    border-radius: 20px;
}

.read_more_center:hover {
    background: var(--vertex-yellow);
    color: #000;
}

/* ==================================== Our Products (Match with Why Choose Us) ==================================== */
/* product cards */
.product-box-new {
    background: #dddddd;
    padding: 15px;
    text-align: center;
    margin-bottom: 30px;
    min-height: 520px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.p_img_container {
    background: #ffffff;
    padding: 10px;
    height: 250px;
    min-height: 350px; 
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    overflow: hidden; 
    position: relative;
}

.p_img_container img {
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto !important;   
    height: auto !important;  
    object-fit: contain !important;
    display: block;
    flex-shrink: 1;
}

.product-box-new h3 {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    line-height: 1.3;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
}

.product-box-new:hover {
    background: var(--vertex-yellow); 
    transform: translateY(-5px); 
    box-shadow: 0 10px 20px rgba(0,0,0,0.15); 
    transition: all 0.3s ease;
    cursor: pointer;
}

.product-bg-white {
    background: #ffffff;   
    padding: 40px 20px;       
    margin-top: 20px;         
    border-radius: 10px;      
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    margin-bottom: 50px;
}

/* -------------------- what client say -------------------- */
.Clients_bg_white {
    padding: 60px 0 !important;
    background-color: #ffffff !important; 
    background: #ffffff !important;
}

.client-card {
    background: #ffffff !important;
    padding: 40px !important;
    margin: 20px auto 60px !important;
    max-width: 800px !important;
    text-align: center !important;
    border-radius: 15px !important;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.10) !important;
    border-bottom: 5px solid #f8ca11 !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
}

.banner_Client, 
.carousel-inner, 
.carousel-item, 
.carousel-item.active {
    box-shadow: none !important;
    background: none !important;
    border: none !important;
}

.img_bg {
    background: none !important;
    box-shadow: none !important;
}

.date {
    font-size: 14px;
    color: #888;
    display: block;
    margin-top: 5px;
}

.client-feedback {
    font-size: 17px;
    line-height: 1.8;
    color: #555;
    margin-top: 25px;
    font-style: italic;
}

.carousel-indicators li {
    background-color: #f8ca11; 
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: none; 
}

.carousel-indicators .active {
    background-color: #333;
}


/*  ---------------------- get a qoute ---------------------- */
/* Container styling */
.yellow_bg {
    background-color: #f8ca11; 
    padding: 30px 50px;
    border-radius: 10px;
    margin: 40px 0;
    display: flex;
    align-items: center;
}

/* Text and Icon styling */
.yellow-box h3 {
    color: #000;
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}

.yellow-box h3 i img {
    width: 35px;
    margin-left: 15px;
}

.yellow-box p {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}

/* Get Quote Button styling */
.yellow-box a {
    background-color: #000;
    color: #fff !important;
    padding: 12px 35px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 30px;
    text-transform: uppercase;
    display: inline-block;
    transition: all 0.3s ease;
    text-decoration: none;
    /* float: right; */
}

.yellow-box a:hover {
    background-color: #333;
    color: #f8ca11 !important;
    box-shadow: 0px 5px 15px rgba(0,0,0,0.2);
    transform: translateY(-2px);
}

/* Mobile Responsive */
@media (max-width: 767px) {
    .yellow_bg {
        text-align: center;
        padding: 30px 20px;
    }
    .yellow-box h3 {
        font-size: 22px;
        justify-content: center;
    }
    .yellow-box a {
        float: none;
        margin-top: 20px;
    }
}


.padi {
    padding: 0 !important;
}

.map {
    width: 100%;
    line-height: 0;
    transition: all 0.5s ease;
}
.map iframe {
    width: 100%;
    height: 450px;
    display: block;
}


/* ----------------------------------Product Page------------------------------------ */
main#pp-category-wrapper { 
    background-color: #fcfcfc; 
    flex: 1 0 auto;
    width: 100%;
}

.pp-main-banner {
    background: #1a1a1a;
    color: #fff;
    border-bottom: 5px solid #f8ca11;
    min-height: 80px;
    padding: 10px 0 !important;    
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.pp-main-banner h1 { 
    margin: 0 !important; 
    line-height: 1;
    font-size: 32px;
}

.pp-yellow-text { color: #f8ca11; }

.pp-card {
    background: #fff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.pp-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1) !important;
    border-color: #f8ca11 !important;
}

/* Portable Category Page - Final Image Fix */
.pp-image-holder {
    height: 275px; 
    width: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 35px;      
    background: #fff;
    overflow: hidden;   
    position: relative;
}

.pp-image-holder::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); 
    width: 80%;        
    height: 1px;         
    background: #eee;    
}

.pp-image-holder img {
    max-width: 100% !important;  
    max-height: 100% !important;
    width: auto !important; 
    height: contain !important;
    object-fit: contain !important; 
    display: block;
    margin: 0 auto;
}

.pp-product-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #333;
    margin: 10px 0 15px 0;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 10px;
}

.pp-view-btn {
    background: #f8ca11;
    color: #000;
    padding: 8px 20px;
    font-size: 0.9rem;
    font-weight: 600;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s;
}

.pp-view-btn:hover {
    background: #000;
    color: #f8ca11;
    text-decoration: none;
}


/* .product-box-new .pp-view-btn {
    background: #f8ca11;
    color: #000;
    padding: 8px 20px;
    font-size: 0.9rem;
    font-weight: 600;
    border-radius: 40px;
    text-decoration: none;
    display: block;
    transition: 0.3s;
    width: 150px;
    margin: 10px auto 0;
    text-align: center;
}

.product-box-new .pp-view-btn:hover {
    background: #000;
    color: #f8ca11;
    text-decoration: none;
} */

.product .col-xl-3, 
.product .col-md-9 {
    margin-top: 10px !important;
}

.catalogue {
    padding-top: 10px !important;
}

.catalogue img {
    width: 70px !important;
    height: 70px !important;
}

.imgr {
    max-width: 250px !important; 
    width: 100% !important; 
    height: auto !important; 
    border: 1px solid #ddd !important; 
    padding: 5px !important; 
    margin: 0 auto !important; 
    display: block !important;
    background-color: #fff;
}

.pp-details {
    padding-bottom: 20px;
    text-align: center;
    margin-top: auto; 
}

.product .container .row .title h1{
        font-size: 32px;
    }

@media (min-width: 768px) and (max-width:1024px) {
    .pp-image-holder {
        padding: 65px;
    }
}

@media (max-width: 767px) {
    .pp-image-holder img {
        height: 200px; 
        padding: 10px;
    }
}

@media (max-width: 991px) {     
    .product .container {
        max-width: 98% !important;
        padding-left: 10px;
        padding-right: 10px;
    }

    .product .col-xl-3.col-lg-3, 
    .product .col-md-6,
    .product .col-md-9 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        padding: 0 15px !important;
        margin-top: 20px !important;
        text-align: justify;
    }

    .imgr {
        max-width: 250px !important; 
        width: 100% !important; 
        height: auto !important; 
        border: 1px solid #ddd !important; 
        padding: 5px !important; 
        margin: 0 auto !important; 
        display: block !important;
        background-color: #fff
    }
}

.product .container .row .title{
    text-align: justify
}

.map iframe {
    border: 0;
}

.product-box-new a {
    text-decoration: none;
    color: inherit;
}


/* ============================================================
   CONTACT US 
   ============================================================ */

.custom-input {
    border: 2px solid #ffc107 !important; 
    border-radius: 0;
    padding: 12px 15px;
    transition: all 0.3s ease;
}
.custom-input:focus {
    box-shadow: 0 0 8px rgba(255, 193, 7, 0.3);
    border-color: #e0a800 !important;
    outline: none;
}
.btn-send {
    background-color: #ffc107;
    color: #000;
    border-radius: 30px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    min-width: 180px;
    transition: 0.3s;
}   
.btn-send:hover {
    background-color: #333;
    color: #ffc107;
}
.contact-form-wrapper {
    background: #fff;
}
    
.sitemap{
    color: #000;
    font-weight: 500;
}