#topbar {
	display: none !important;
}

body {
	margin: 0px !important;
	padding: 0px !important;
	
}

/* header menu  */
/* FORCE REMOVE ALL DIVIDERS FROM HEADER */
.header-navigation,
.header-navigation * {
    border: none !important;
    border-width: 0 !important;
    box-shadow: none !important;
}

/* Remove vertical lines in menu items */
#primary-menu > li,
#primary-menu > li > a {
    border: none !important;
    border-right: 0 !important;
    border-left: 0 !important;
    box-shadow: none !important;
}

/* Remove pseudo element dividers */
#primary-menu > li::before,
#primary-menu > li::after,
#primary-menu > li > a::before,
#primary-menu > li > a::after {
    content: none !important;
    display: none !important;
    border: none !important;
    box-shadow: none !important;
}

/* Remove top or bottom divider lines inside nav */
.main-navigation,
.main-navigation-inner {
    border: 0 !important;
    box-shadow: none !important;
}

/* Remove any background gradient line */
.header-navigation {
    background-image: none !important;
}

/* home page blog slider */
.owl-stage {
    display: flex;
    flex-wrap: wrap;
}

.owl-item {
    display: flex;
}

.ct-carousel-item {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.grid-item-inner {
    display: flex;
    flex-direction: column;
    flex: 1; 
    height: 100%;
    background-color: #fff; 
}


.item-body {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.item-footer {
    margin-top: auto; 
}

/* shoppage  */
/* Custom Product Grid Container */
.custom-product-grid-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* Creates 3 columns */
    gap: 30px; /* Space between cards */
    padding: 20px 0;
}

/* Individual Product Card -- BORDER MODIFIED */
.custom-product-card {
    background-color: #ffffff;
    border: 1px solid #ff5e14; /* Border color changed */
    text-align: center;
    padding: 12px;
    position: relative; /* Needed for the hover effect */
    overflow: hidden; /* Hides parts of the animation element */
    transition: box-shadow 0.3s ease;
    border-radius: 5px !important;
}

.custom-product-card:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.ct-client-carousel .ct-client-item {
    border-radius: 5px !important;
}

.ct-client-carousel .ct-client-item:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1) !important;
}


.ct-client-item {
    height: 150px;       
    width: 100%;         
    display: flex;       
    align-items: center; 
    justify-content: center;
    overflow: hidden;   
}

.ct-client-item a {
    display: block;
    width: 100%;
    height: 100%;
}

.ct-client-item img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain; 
}

/* The animated border using a pseudo-element */
.custom-product-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0; 
    height: 5px; 
    background-color: #ff5e14; 
    transition: width 0.4s ease-out; 
}

/* On hover, the border slides to 100% width */
.custom-product-card:hover::after {
    width: 100%;
}

.size-default {
    border-radius: 5px !important;
}

/* Product Image Styling */
.custom-product-card .product-card-image img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}

/* Product Title Styling */
.custom-product-card .product-card-title {
    font-size: 20px;
    margin: 15px 0 10px 0;
}

.custom-product-card .product-card-title a {
    text-decoration: none;
    color: #333;
    transition: color 0.3s ease;
}

.custom-product-card:hover .product-card-title a {
    color: #ff5e14;
}


/* Product Category Styling */
.custom-product-card .product-card-category {
    font-size: 14px;
    color: #777;
    margin-bottom: 20px;
}

.custom-product-card .product-card-category a {
    text-decoration: none;
    color: #777;
}

/* Read More Button Styling -- NORMAL STATE MODIFIED */
.custom-product-card .read-more-button {
    display: inline-block;
    text-decoration: none;
    background-color: #ff5e14; /* Default background color changed */
    color: #fff; /* Default text color changed */
    padding: 10px 20px;
    border-radius: 4px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

/* Read More Button Styling -- HOVER STATE MODIFIED */
.custom-product-card:hover .read-more-button {
    background-color: #ff7b4d; /* Lighter shade for hover */
    color: #fff;
}

/* Responsive: For tablets and mobile phones */
@media (max-width: 991px) {
    .custom-product-grid-container {
        grid-template-columns: repeat(2, 1fr); /* 2 columns on tablets */
    }
}

@media (max-width: 767px) {
    .custom-product-grid-container {
        grid-template-columns: 1fr; /* 1 column on mobile */
    }
}

.product-detail .wp-block-button .wp-block-button__link,
.product-detail a.wp-block-button__link {
    padding: 10px 25px !important;
}


/* single product page  */

/* 1. main background */
div.woolentor-woo-template-builder {
    background-color: white;
    padding-top: 90px;
    padding-bottom: 90px;
}

/* 2. product layout */
.woocommerce .wp-block-columns.single-product {
    margin: 0 auto;
    padding: 0 15px;
    gap: 40px;
    align-items: flex-start;
}

/* 3. image card lift */
.product-img {
    background-color: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 0px;
    padding: 30px;
    position: sticky;
    top: 120px;
}

.product-detail.wp-block-column {
    background-color: #ffffff;
    border-radius: 0px;
    padding: 40px;
    border: 1px solid #f0f0f0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}

.woocommerce div.product div.images {
    margin-bottom: 0px !important;
}

div.woolentor-woo-template-builder {
    background-color: #ffffff !important;
}

/* 5.content styling */
.product-detail h2.wp-block-post-title {
    font-size: 2.3rem;
    font-weight: 700;
    color: #212529;
    line-height: 1.3;
    margin-bottom: 25px;
}

.product-detail .wc-block-product-description {
    font-size: 1rem;
    line-height: 1.7;
    color: #555;
    margin-bottom: 30px;
}

/* 6. common button styling */
.product-detail .wp-block-buttons {
    gap: 15px;
    margin-bottom: 30px;
}

.product-detail .wp-block-button__link {
    background-color: #ff5e14 !important;
    color: #ffffff !important;
    font-weight: 600;
    border-radius: 0px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex !important; 
    align-items: center;
    justify-content: center;
    font-family: inherit;
}

.product-detail .wp-block-button__link:hover {
    background-color: #e04e10 !important;
    transform: translateY(-2px);
}

.product-detail .wp-block-buttons .wp-block-button a.wp-block-button__link::before {
    content: "";
    display: inline-block;
    width: 1.1em;
    height: 1.1em;
    margin-right: 8px;
    background-color: #ffffff;
	font-size: 18px !important;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.product-detail .wp-block-buttons .wp-block-button:nth-child(2) a.wp-block-button__link::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='white' d='M380.9 97.1C339 55.1 283.2 32 223.9 32C100.4 32 0 132.4 0 256c0 45.6 12 88.4 33 125.8L0 480l104.2-31c35.6 19.5 76.3 30 119.7 30 123.5 0 224-100.4 224-223.9 0-59.3-23.1-115.1-65.1-157.1zM223.9 438.7c-39.6 0-78.4-10.6-112.4-30.7l-7.9-4.7L71 439l10.6-39.5-5.1-8.1C54.5 361.4 44 309.7 44 256c0-99.3 80.6-179.9 179.9-179.9 48.1 0 93.3 18.7 127.3 52.7 34 34 52.7 79.2 52.7 127.3 0 99.3-80.6 179.9-179.9 179.9zm99.5-134.1c-5.5-2.8-32.8-16.3-37.9-18.1-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18.1-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-5.5-2.8-23.1-8.5-44-27.1-16.3-14.4-27.4-32.3-31.9-37.9-4.5-5.6-.5-8.8 2.3-11.6 2.5-2.5 5.5-6.5 8.3-9.8 2.8-3.2 3.7-5.6 5.6-9.3 1.9-3.7.9-6.9-.5-9.8-1.4-2.8-12.5-30.1-17.1-41.2-4.5-11.2-9.1-9.8-12.5-9.8-3.2 0-6.9-.5-10.6-.5-3.7 0-9.8 1.4-15 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49.9 16.9 69.4 11.3 19.4-5.6 32.8-23.1 37.4-44.8 4.5-21.8 4.5-40.1 3.2-44.8-1.3-4.8-5-7.6-10.5-10.4z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='white' d='M380.9 97.1C339 55.1 283.2 32 223.9 32C100.4 32 0 132.4 0 256c0 45.6 12 88.4 33 125.8L0 480l104.2-31c35.6 19.5 76.3 30 119.7 30 123.5 0 224-100.4 224-223.9 0-59.3-23.1-115.1-65.1-157.1zM223.9 438.7c-39.6 0-78.4-10.6-112.4-30.7l-7.9-4.7L71 439l10.6-39.5-5.1-8.1C54.5 361.4 44 309.7 44 256c0-99.3 80.6-179.9 179.9-179.9 48.1 0 93.3 18.7 127.3 52.7 34 34 52.7 79.2 52.7 127.3 0 99.3-80.6 179.9-179.9 179.9zm99.5-134.1c-5.5-2.8-32.8-16.3-37.9-18.1-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18.1-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-5.5-2.8-23.1-8.5-44-27.1-16.3-14.4-27.4-32.3-31.9-37.9-4.5-5.6-.5-8.8 2.3-11.6 2.5-2.5 5.5-6.5 8.3-9.8 2.8-3.2 3.7-5.6 5.6-9.3 1.9-3.7.9-6.9-.5-9.8-1.4-2.8-12.5-30.1-17.1-41.2-4.5-11.2-9.1-9.8-12.5-9.8-3.2 0-6.9-.5-10.6-.5-3.7 0-9.8 1.4-15 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49.9 16.9 69.4 11.3 19.4-5.6 32.8-23.1 37.4-44.8 4.5-21.8 4.5-40.1 3.2-44.8-1.3-4.8-5-7.6-10.5-10.4z'/%3E%3C/svg%3E");
}

.product-detail .wp-block-buttons .wp-block-button:first-child a.wp-block-button__link::before  {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='white' d='M511.1 387.9l-91.6-91.6c-15.2-15.2-39.9-15.3-55.3-.2l-39.7 38.6c-2.9 2.8-7.3 3.4-10.8 1.5-24.3-12.9-53.7-35.2-80.6-62.2-27-27-49.3-56.3-62.2-80.6-1.9-3.5-1.3-7.9 1.5-10.8l38.6-39.7c15.1-15.4 15-40.1-.2-55.3L124.1.9c-15.1-15.1-39.7-15.3-55.1-.5L12 57.4C-9.2 78.6-4.3 137.3 40.4 212.1c40.8 66.7 107.8 143.9 174.8 210.9C282.2 470 359.5 537 426.2 577.8c74.8 44.7 133.5 49.6 154.7 28.4l56.9-57c14.8-15.3 14.7-40-.5-55.2z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='white' d='M511.1 387.9l-91.6-91.6c-15.2-15.2-39.9-15.3-55.3-.2l-39.7 38.6c-2.9 2.8-7.3 3.4-10.8 1.5-24.3-12.9-53.7-35.2-80.6-62.2-27-27-49.3-56.3-62.2-80.6-1.9-3.5-1.3-7.9 1.5-10.8l38.6-39.7c15.1-15.4 15-40.1-.2-55.3L124.1.9c-15.1-15.1-39.7-15.3-55.1-.5L12 57.4C-9.2 78.6-4.3 137.3 40.4 212.1c40.8 66.7 107.8 143.9 174.8 210.9C282.2 470 359.5 537 426.2 577.8c74.8 44.7 133.5 49.6 154.7 28.4l56.9-57c14.8-15.3 14.7-40-.5-55.2z'/%3E%3C/svg%3E");
}

.product-detail .wp-block-woocommerce-product-meta {
    padding-top: 25px;
    border-top: 1px solid #f0f0f0;
    font-size: 0.95rem;
    color: #444;
}

.product-detail .wp-block-woocommerce-product-meta .wp-block-post-terms__prefix {
    font-weight: 600;
}

.product-detail .wp-block-woocommerce-product-meta a {
    color: #ff5e14;
    text-decoration: none;
    font-weight: 600;
}


.wp-block-columns.single-product > .wp-block-column:first-child .woocommerce-product-gallery {
    border: 2px solid #ff5e14;
    border-radius: 5px;
    padding: 15px;
    box-sizing: border-box;
}


.wp-block-columns.single-product > .wp-block-column:first-child .woocommerce-product-gallery__image img {
    display: block; 
    width: 100%; 
    height: auto;
    margin: 0;
}

.product-detail .wp-block-button__link {
    border-radius: 5px !important;
       padding: 10px 20px !important; 
}

/* 3. Yeh niche ki choti gallery images (thumbnails) ke beech space banata hai */
.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li {
    margin: 0 4px !important; 
    padding: 0;
}

/* 4. Yeh har choti image (thumbnail) par border lagata hai */
.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li img {
    border: 1px solid #ff5e14; /* Aapka orange border (patla) */
    border-radius: 5px !important;
    padding: 2px; /* Thumbnail image ke andar thodi padding */
    box-sizing: border-box;
    border-radius: 5px !important;
}

/* 5. Active thumbnail ka border thoda alag dikhata hai (Optional) */
.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li img.flex-active {
    border-width: 2px; /* Active image ka border thoda mota */
}

/* 1. Main Image Height settings (300px) */
.woolentor-product-image .woocommerce-product-gallery .flex-viewport {
    height: 300px !important;
}

.woolentor-product-image .woocommerce-product-gallery__image img {
    height: 350px !important;
    width: 600px !important;
    object-fit: cover; 
}

/* 2. Gallery Thumbnails Width (20%) */
.woolentor-product-image .flex-control-nav.flex-control-thumbs li {
    width: 20% !important;
    float: left; /* Layout bigad na jaye isliye */
    padding: 0px; 
    margin-top: 20px !important;
    box-sizing: border-box;
}

.woolentor-product-image .flex-control-nav.flex-control-thumbs li img {
    width: 100%;
    height: auto;
}

/* --- Responsive (Mobile) --- */
@media (max-width: 767px) {
    div.woolentor-woo-template-builder {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .woocommerce .wp-block-columns.single-product {
        flex-direction: column;
    }
    .product-img {
        position: static;
        padding: 20px;
    }
    .product-detail.wp-block-column {
        padding: 25px;
    }
}

.product-item .actions {
	display:none !important
}

.related .product-item .product-inner .image-wrap .wishlist {
	display: none !important;
}

.related .onsale {
	 display: none !important;
}

/* Unique ID se related product section ko target karein */
.woolentorblock-efbf727f-c12d-4038-813b-ccb9df1ddf03 .product-item {
    /* Apne shop page ke product jaisa border/shadow yahaan daalein */
    border: 1px solid #e0e0e0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    padding: 15px;
    margin-bottom: 20px;
    
    /* --- NAYA BORDER EFFECT (Step 1) --- */
    /* Position relative taaki border ko position kar sakein */
    position: relative; 
    /* Slide-in border ko chhipane ke liye */
    overflow: hidden; 
}

/* --- NAYA BORDER EFFECT (Step 2) --- */
/* Hover par slide hone wala border banana */
.woolentorblock-efbf727f-c12d-4038-813b-ccb9df1ddf03 .product-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px; /* Border ki motai */
    width: 100%;
    background: #ff5e14; /* Aapka hover color */
    
    /* Shuruaat mein border ko left mein chhipa dein */
    transform: translateX(-100%); 
    transition: transform 0.3s ease-out; /* Slide hone ki speed */
}

/* --- NAYA BORDER EFFECT (Step 3) --- */
/* Jab product-item par hover ho, toh border ko slide in karein */
.woolentorblock-efbf727f-c12d-4038-813b-ccb9df1ddf03 .product-item:hover::after {
    transform: translateX(0);
}

/* Product ke andar ke content ko target karein */
.woolentorblock-efbf727f-c12d-4038-813b-ccb9df1ddf03 .product-item .content {
    text-align: center;
}

/* Title ko target karein */
.woolentorblock-efbf727f-c12d-4038-813b-ccb9df1ddf03 .product-item h4.title a {
    font-size: 16px;
    color: #333;
    transition: color 0.3s ease; /* Hover par color smooth change ho */
}

/* --- NAYA TITLE HOVER EFFECT --- */
.woolentorblock-efbf727f-c12d-4038-813b-ccb9df1ddf03 .product-item:hover h4.title a {
    color: #ff5e14; /* Aapka hover color */
}


/* Price ko target karein */
.woolentorblock-efbf727f-c12d-4038-813b-ccb9df1ddf03 .product-item .price {
    color: #555;
    font-weight: bold;
}

/* "Add to Cart" button ko target karein */
.woolentorblock-efbf727f-c12d-4038-813b-ccb9df1ddf03 .product-item .actions .button {
    background-color: #f5f5f5; /* Example color */
    color: #333; /* Example color */
    border-radius: 4px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

/* Button hover style */
.woolentorblock-efbf727f-c12d-4038-813b-ccb9df1ddf03 .product-item .actions .button:hover {
    background-color: #ff5e14;
    color: #ffffff;
}

.related .price {
	display: none !important;
}

.re-product {
	padding-top: 90px;
}

/* single blog post  */
.entry-meta .item-author {
    display: none;
}

/* Archive page  */
.star-rating-wrap {
    display: none !important;
}

/* ==== Main Footer Area ==== */
footer#colophon.site-footer {
    background-color: #152332 !important; 
    color: #ffffff !important;
    font-size: 15px;
    line-height: 1.7;
    padding: 0 !important; 
}

footer#colophon.site-footer .footer-main {
    padding: 50px 0;
}

.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart a {
    border-radius: 5px !important;
}

/* ==== Widget Titles ==== */
footer#colophon.site-footer .footer-widget .widget-title {
    color: #ffffff !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    margin-bottom: 25px !important;
    position: relative;
    padding-bottom: 15px !important;
    border-bottom: none !important; 
}

/* Orange line jo humein chahiye */
footer#colophon.site-footer .footer-title-line {
    display: block;
    width: 40px;
    height: 3px;
    background-color: #ff5e14 !important;
    position: absolute;
    bottom: 0;
    left: 0;
}

footer#colophon.site-footer .footer-widget p {
    color: #ffffff !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
}

/* ==== Column 2: Useful Links Menu ==== */
footer#colophon.site-footer .footer-links ul.footer-menu-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

footer#colophon.site-footer .footer-links ul.footer-menu-list li {
    margin-bottom: 10px !important;
    border-bottom: none !important; 
    padding-bottom: 0 !important; 
}

footer#colophon.site-footer .footer-links ul.footer-menu-list li a {
    color: #ffffff !important;
    text-decoration: none !important;
    transition: all 0.3s ease;
    border-bottom: none !important; 
    font-size: 14px !important;
    line-height: 1.2 !important;
}

footer#colophon.site-footer .footer-links ul.footer-menu-list li a:hover {
    color: #ff5e14 !important;
}

footer#colophon.site-footer .footer-link {
    padding-left: 115px;
}

/* ==== Column 3: Contact Info ==== */
footer#colophon.site-footer .footer-contact-info ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

footer#colophon.site-footer .footer-contact-info ul li {
    position: relative;
    padding-left: 35px; 
    margin-bottom: 15px;
    min-height: 25px;
    border-bottom: none !important;
    font-size: 14px !important;
}

/* Merged items ki line height adjust karo */
footer#colophon.site-footer .footer-contact-info ul li span {
     line-height: 1.8 !important; 
}

footer#colophon.site-footer .footer-contact-info ul li i {
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 18px;
    color: #ff5e14 !important; 
    width: 20px;
    text-align: center;
}

footer#colophon.site-footer .footer-contact-info ul li span,
footer#colophon.site-footer .footer-contact-info ul li a {
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 14px !important;
}

footer#colophon.site-footer .footer-contact-info ul li a[href^="mailto:"] {
    color: #ffffff !important; 
}
footer#colophon.site-footer .footer-contact-info ul li a[href^="tel:"] {
    color: #ffffff !important;
}
footer#colophon.site-footer .footer-contact-info ul li a:hover {
    color: #ff5e14 !important;
}

/* ==== Copyright Area ==== */
footer#colophon.site-footer .footer-bottom {
    background-color: #152332 !important;
    padding: 25px 0;
    border-top: 1px solid #444444;
}

footer#colophon.site-footer .copyright-text {
    margin: 0;
    text-align: center;
    color: #ffffff !important;
    font-size: 14px;
}
footer#colophon.site-footer .copyright-text a {
    color: #ffffff !important;
    text-decoration: none;
    font-weight: 500;
}
footer#colophon.site-footer .copyright-text a:hover {
    color: #ffffff !important;
}

@media (max-width: 767px) {
    /* Jab column stack hote hain, toh har ek ke neeche space dein */
    footer#colophon.site-footer .col-lg-4,
    footer#colophon.site-footer .col-md-6 {
        margin-bottom: 40px;

    }

    /* Aakhri column ke neeche space na dein */
    footer#colophon.site-footer .col-lg-4:last-child,
    footer#colophon.site-footer .col-md-6:last-child {
        margin-bottom: 0;
        max-width: 385px;
        display: flex;
    }

    /* Mobile par, sabhi columns ko left-align kar dein */
    footer#colophon.site-footer .footer-widget,
    footer#colophon.site-footer .footer-widget.widget_nav_menu {
        text-align: left;
    }

    /* Orange lines ko bhi left-align kar dein */
    footer#colophon.site-footer .footer-widget .footer-title-line,
    footer#colophon.site-footer .footer-widget.widget_nav_menu .footer-title-line {
        left: 0;
        transform: none;
    }

    /* Copyright text thoda chhota */
    footer#colophon.site-footer .copyright-text {
        font-size: 13px;
        line-height: 1.6;
    }

    footer#colophon.site-footer .footer-link {
        padding-left: 15px;
        max-width: 130px;
        display: flex;
    }
}

.ti-widget.ti-goog .ti-rating-text, .ti-widget.ti-goog .ti-rating-text strong:not(.ti-rating-large), .ti-widget.ti-goog .ti-rating-text strong a, .ti-widget.ti-goog .ti-rating-text strong span, .ti-widget.ti-goog .ti-rating-text span strong, .ti-widget.ti-goog .ti-rating-text span, .ti-widget.ti-goog .ti-footer, .ti-widget.ti-goog .ti-footer strong:not(.ti-rating-large), .ti-widget.ti-goog .ti-footer span, .ti-widget.ti-goog .ti-footer strong a {
    font-size: 15px;
    color: #fff !important;
}

/* CF7 INQUIRY FORM STYLING */
.premium-contact-form {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    font-family: inherit;
}

/* Labels */
.premium-contact-form label {
    font-size: 14px;
    font-weight: 500;
    color: #333;
}

/* Inputs & Textarea */
.premium-contact-form input[type="text"],
.premium-contact-form input[type="email"],
.premium-contact-form textarea {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
    outline: none;
    transition: border-color 0.3s ease;
    background: #fff;
}

/* Readonly fields */
.premium-contact-form input[readonly] {
    background-color: #f5f5f5;
    cursor: not-allowed;
}

/* Focus effect */
.premium-contact-form input:focus,
.premium-contact-form textarea:focus {
    border-color: #ff5e14;
}

/* Textarea height */
.premium-contact-form textarea {
    min-height: 90px;
    resize: vertical;
}

/* Submit button */
.premium-contact-form input[type="submit"] {
    border-radius: 6px !important;
}

