
        .pricing-list-block {
            border-radius: 8px;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        .pricing-list-block:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 30px rgba(0,0,0,0.1) !important;
        }
        .pricing-list-block ul li {
            padding: 12px 0;
        }
        .pricing-list-block ul li h3 {
            font-size: 15px !important;
            font-weight: 500 !important;
            margin-bottom: 0 !important;
            line-height: 1.4;
        }
        .price-list-amount h3 {
            font-size: 15px !important;
            font-weight: 600 !important;
            white-space: nowrap;
        }
        .pricing-list-block .text-center h3 {
            font-size: 24px !important;
            font-weight: 700 !important;
        }
        @media (max-width: 991px) {
            .pricing-list-block {
                margin-bottom: 30px;
            }
        }
        .pricing-slider .owl-nav {
            margin-top: 30px;
            text-align: center;
        }
        .pricing-slider .owl-nav button {
            width: 50px;
            height: 50px;
            background: #fff !important;
            border: 2px solid #dfb22d !important;
            border-radius: 50%;
            color: #dfb22d !important;
            font-size: 20px;
            margin: 0 10px;
            transition: all 0.3s ease;
        }
        .pricing-slider .owl-nav button:hover {
            background: #dfb22d !important;
            color: #fff !important;
            transform: scale(1.1);
        }
        .pricing-slider .owl-nav button.owl-prev,
        .pricing-slider .owl-nav button.owl-next {
            position: relative;
        }
        .pricing-slider .owl-nav button i {
            line-height: 46px;
        }
        .pricing-slider .owl-item {
            padding: 0 15px;
        }
        .pricing-slider .item {
            height: 100%;
        }
        .pricing-slider .pricing-list-block {
            height: 100%;
            max-height: 600px;
            overflow-y: auto;
            overflow-x: hidden;
        }
        .pricing-slider .pricing-list-block::-webkit-scrollbar {
            width: 6px;
        }
        .pricing-slider .pricing-list-block::-webkit-scrollbar-track {
            background: #f1f1f1;
            border-radius: 10px;
        }
        .pricing-slider .pricing-list-block::-webkit-scrollbar-thumb {
            background: #dfb22d;
            border-radius: 10px;
        }
        .pricing-slider .pricing-list-block::-webkit-scrollbar-thumb:hover {
            background: #c49e1f;
        }
        .pricing-list-img {
            text-align: center;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .pricing-list-img img {
            max-width: 40px;
            height: auto;
            display: block;
            margin: 0 auto;
        }
        
        /* Footer Enhancements */
        .footer-top {
            padding: 80px 0 50px;
        }
        .widget-title {
            font-size: 20px;
            font-weight: 600;
            margin-bottom: 25px;
            color: #fff;
            position: relative;
            padding-bottom: 15px;
        }
        .widget-title:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 50px;
            height: 2px;
            background: #f1decf;
        }
        .widget_services ul li {
            margin-bottom: 12px;
        }
        .widget_services ul li a {
            color: rgba(255,255,255,0.8);
            transition: all 0.3s ease;
            display: inline-block;
        }
        .widget_services ul li a:hover {
            color: #f1decf;
            padding-left: 5px;
        }
        .widget_address li {
            margin-bottom: 15px;
            line-height: 1.6;
        }
        .widget_address li i {
            width: 20px;
            margin-right: 10px;
            color: #f1decf;
        }
        .footer-social-icons ul li {
            display: inline-block;
            margin-right: 15px;
        }
        .footer-social-icons ul li a {
            width: 40px;
            height: 40px;
            display: inline-block;
            text-align: center;
            line-height: 40px;
            border-radius: 50%;
            background: rgba(255,255,255,0.1);
            transition: all 0.3s ease;
        }
        .footer-social-icons ul li a:hover {
            background: #f1decf;
            color: #dfb22d !important;
            transform: translateY(-3px);
        }
        .newsletter-input .form-control {
            border-radius: 25px 0 0 25px;
            border: 1px solid rgba(255,255,255,0.2);
            background: rgba(255,255,255,0.1);
            color: #fff;
        }
        .newsletter-input .form-control::placeholder {
            color: rgba(255,255,255,0.6);
        }
        .newsletter-input .nl-search-btn {
            border-radius: 0 25px 25px 0;
            border: 1px solid #f1decf;
        }
        .footer-bottom {
            border-top: 1px solid rgba(255,255,255,0.1);
            padding: 30px 0;
            background: rgba(0,0,0,0.2);
        }
        .copyrights-text {
            color: rgba(255,255,255,0.95);
            font-size: 15px;
            font-weight: 500;
            letter-spacing: 0.3px;
        }
        .copyrights-nav {
            display: flex;
            align-items: center;
        }
        .copyrights-nav li {
            display: inline-block;
            margin-left: 25px;
            position: relative;
        }
        .copyrights-nav li:not(:last-child):after {
            content: '|';
            position: absolute;
            right: -15px;
            color: rgba(255,255,255,0.3);
        }
        .copyrights-nav li a {
            color: rgba(255,255,255,0.8);
            transition: all 0.3s ease;
            font-size: 14px;
        }
        .copyrights-nav li a:hover {
            color: #dfb22d !important;
        }
        .footer-timing ul li {
            display: flex;
            justify-content: space-between;
            padding: 5px 0;
        }
            @media (max-width: 767px) {
                .wt-footer-bot-left {
                    flex-direction: column;
                    text-align: center;
                }
                .copyrights-text {
                    margin-bottom: 15px;
                }
                .copyrights-nav {
                    justify-content: center;
                    margin-top: 15px;
                }
                .footer-copyright-section {
                    align-items: center;
                }
                .design-credit {
                    font-size: 13px !important;
                    margin-top: 10px !important;
                    flex-direction: column;
                    gap: 3px;
                }
            }
        .footer-top .row {
            margin-left: -15px;
            margin-right: -15px;
        }
        .footer-top .row > [class*="col-"] {
            padding-left: 15px;
            padding-right: 15px;
        }
        @media (min-width: 992px) {
            .footer-top .row > [class*="col-lg-3"] {
                padding-left: 20px;
                padding-right: 20px;
            }
        }
        @media (max-width: 991px) {
            .footer-top {
                padding: 60px 0 40px;
            }
            .widget-title {
                margin-top: 30px;
                font-size: 18px !important;
            }
            .footer-top .row > [class*="col-"] {
                padding-left: 15px;
                padding-right: 15px;
            }
        }
        
        /* Responsive Font Sizes for All Sections */
        @media (max-width: 1199px) {
            .section-head h2 {
                font-size: 36px !important;
            }
            .welcom-to-section h2 {
                font-size: 32px !important;
            }
        }
        
        @media (max-width: 991px) {
            .section-head h2 {
                font-size: 30px !important;
            }
            .welcom-to-section h2 {
                font-size: 28px !important;
            }
            .about-section-outer h2 {
                font-size: 26px !important;
            }
            .about-section-outer h3 {
                font-size: 18px !important;
            }
            .pricing-list-block .text-center h3 {
                font-size: 20px !important;
            }
            .widget-title {
                font-size: 18px !important;
            }
            .counter {
                font-size: 36px !important;
            }
            .service-box-info h3 {
                font-size: 16px !important;
            }
        }
        
        @media (max-width: 767px) {
            .section-head h2 {
                font-size: 26px !important;
            }
            .welcom-to-section h2 {
                font-size: 24px !important;
                line-height: 1.3 !important;
            }
            .about-section-outer h2 {
                font-size: 22px !important;
            }
            .about-section-outer h3 {
                font-size: 16px !important;
            }
            .pricing-list-block .text-center h3 {
                font-size: 18px !important;
            }
            .widget-title {
                font-size: 16px !important;
            }
            .counter {
                font-size: 32px !important;
            }
            .service-box-info h2 {
                font-size: 24px !important;
            }
            .service-box-info h3 {
                font-size: 14px !important;
            }
            .pricing-list-block ul li h3 {
                font-size: 14px !important;
            }
            .price-list-amount h3 {
                font-size: 14px !important;
            }
            .footer-timing h5 {
                font-size: 14px !important;
            }
            .footer-social-icons h5 {
                font-size: 14px !important;
            }
        }
        
        @media (max-width: 480px) {
            .section-head h2 {
                font-size: 22px !important;
            }
            .welcom-to-section h2 {
                font-size: 20px !important;
            }
            .about-section-outer h2 {
                font-size: 20px !important;
            }
            .about-section-outer h3 {
                font-size: 14px !important;
            }
            .pricing-list-block .text-center h3 {
                font-size: 16px !important;
            }
            .widget-title {
                font-size: 15px !important;
            }
            .counter {
                font-size: 28px !important;
            }
            .service-box-info h2 {
                font-size: 20px !important;
            }
            .service-box-info h3 {
                font-size: 13px !important;
            }
            .pricing-list-block ul li h3 {
                font-size: 13px !important;
            }
            .price-list-amount h3 {
                font-size: 13px !important;
            }
        }
        
        /* Responsive Paragraph Font Sizes */
        @media (max-width: 991px) {
            .welcom-to-section p,
            .about-section-outer p,
            .section-content p {
                font-size: 15px !important;
                line-height: 1.6 !important;
            }
            .widget_about p {
                font-size: 14px !important;
            }
        }
        
        @media (max-width: 767px) {
            .welcom-to-section p,
            .about-section-outer p,
            .section-content p {
                font-size: 14px !important;
                line-height: 1.6 !important;
            }
            .widget_about p {
                font-size: 13px !important;
            }
            .widget_address li,
            .widget_address li span {
                font-size: 13px !important;
            }
        }
        
        @media (max-width: 480px) {
            .welcom-to-section p,
            .about-section-outer p,
            .section-content p {
                font-size: 13px !important;
                line-height: 1.5 !important;
            }
            .widget_about p {
                font-size: 12px !important;
            }
            .widget_address li,
            .widget_address li span {
                font-size: 12px !important;
            }
            .footer-timing ul li {
                font-size: 12px !important;
            }
        }
        
        /* Custom Polish for All Sections - Remove Template Look */
        .section-full {
            position: relative;
        }
        
        /* Section Headings Enhancement */
        .section-head h2 {
            position: relative;
            letter-spacing: 0.5px;
        }
        
        .wt-small-separator {
            font-weight: 500;
            letter-spacing: 1px;
        }
        
        /* Button Enhancements */
        .site-button, .site-button-secondry {
            position: relative;
            overflow: hidden;
            z-index: 1;
            transition: all 0.4s ease;
            font-weight: 600;
            letter-spacing: 0.5px;
        }
        
        .site-button:before, .site-button-secondry:before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: rgba(255,255,255,0.2);
            transition: left 0.4s ease;
            z-index: -1;
        }
        
        .site-button:hover:before, .site-button-secondry:hover:before {
            left: 100%;
        }
        
        /* Service Box Enhancements */
        .service-box-1 {
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            border-radius: 12px;
            overflow: hidden;
        }
        
        .service-box-1:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 40px rgba(84, 31, 92, 0.15);
        }
        
        .service-box-media img {
            transition: transform 0.6s ease;
        }
        
        .service-box-1:hover .service-box-media img {
            transform: scale(1.1);
        }
        
        /* Counter Section Polish */
        .counter-outer .wt-icon-box-wraper {
            transition: all 0.3s ease;
            border-radius: 10px;
        }
        
        .counter-outer .wt-icon-box-wraper:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0,0,0,0.1);
        }
        
        .counter {
            font-weight: 700;
            letter-spacing: -1px;
        }
        
        /* Welcome Section Polish */
        .welcom-to-section {
            position: relative;
        }
        
        .welcom-to-section p {
            line-height: 1.8;
            color: #555;
        }
        
        /* Testimonial Polish */
        .testimonial-2 {
            border-radius: 12px;
            transition: all 0.3s ease;
        }
        
        .testimonial-2:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
        }
        
        /* Contact Section Polish */
        .cons-contact-form .form-control {
            border-radius: 8px;
            border: 2px solid #e0e0e0;
            transition: all 0.3s ease;
        }
        
        .cons-contact-form .form-control:focus {
            border-color: #dfb22d;
            box-shadow: 0 0 0 3px rgba(223, 178, 45, 0.1);
        }
        
        /* Primary Color Theme - Golden #dfb22d */
        .site-text-primary,
        a.site-text-primary,
        .site-text-primary a {
            color: #dfb22d !important;
        }
        
        .site-text-primary:hover {
            color: #c49e1f !important;
        }
        
        .site-bg-primary {
            background-color: #dfb22d !important;
        }
        
        .site-bg-primary:hover {
            background-color: #c49e1f !important;
        }
        
        /* Update all purple colors to golden */
        h1, h2, h3, h4, h5, h6 {
            color: #111;
        }
        
        .section-head h2[data-title]:after {
            color: #dfb22d;
            opacity: 0.05;
        }
        
        .wt-small-separator div:not(.sep-leaf-left):not(.sep-leaf-right) {
            color: #dfb22d;
        }
        
        .counter {
            color: #dfb22d !important;
        }
        
        .site-button {
            background: #dfb22d;
            border-color: #dfb22d;
        }
        
        .site-button:hover {
            background: #c49e1f;
            border-color: #c49e1f;
        }
        
        .header-nav .nav>li:hover>a {
            color: #dfb22d !important;
        }
        
        .icon-content:hover i,
        .widget_address li:hover i {
            color: #dfb22d !important;
        }
        
        .widget_services ul li a:hover {
            color: #dfb22d !important;
        }
        
        .copyrights-nav li a:hover {
            color: #dfb22d !important;
        }
        
        /* Design By Credit - Enhanced Styling */
        .footer-copyright-section {
            display: flex;
            flex-direction: column;
        }
        
        .copyrights-text-wrapper {
            margin-bottom: 0;
            line-height: 1.6;
        }
        
        .copyrights-text span[style*="dfb22d"] {
            text-shadow: 0 0 10px rgba(223, 178, 45, 0.3);
            transition: all 0.3s ease;
        }
        
        .design-credit {
            margin-top: 10px;
            display: flex;
            align-items: center;
            gap: 6px;
            font-size: 14px;
            letter-spacing: 0.3px;
        }
        
        .design-credit span:first-child {
            opacity: 0.7;
            font-weight: 400;
        }
        
        .footer-bottom .promiza-link {
            color: #dfb22d !important;
            text-decoration: none;
            font-weight: 600;
            transition: all 0.3s ease;
            position: relative;
            padding-bottom: 2px;
            display: inline-block;
        }
        
        .footer-bottom .promiza-link::before {
            content: '→';
            margin-right: 5px;
            opacity: 0;
            transition: all 0.3s ease;
            display: inline-block;
            transform: translateX(-5px);
        }
        
        .footer-bottom .promiza-link::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 0;
            height: 2px;
            background: linear-gradient(90deg, #dfb22d 0%, #c49e1f 100%);
            transition: width 0.3s ease;
            box-shadow: 0 2px 5px rgba(223, 178, 45, 0.4);
        }
        
        .footer-bottom .promiza-link:hover {
            color: #c49e1f !important;
            transform: translateY(-2px);
        }
        
        .footer-bottom .promiza-link:hover::before {
            opacity: 1;
            transform: translateX(0);
        }
        
        .footer-bottom .promiza-link:hover::after {
            width: 100%;
        }
        
        .footer-copyright-section:hover .copyrights-text span[style*="dfb22d"] {
            text-shadow: 0 0 15px rgba(223, 178, 45, 0.5);
        }
        
        .widget-title:after {
            background: #dfb22d;
        }
        
        .footer-social-icons ul li a:hover {
            background: #dfb22d !important;
            color: #fff !important;
        }
        
        ::selection {
            background: #dfb22d;
            color: #fff;
        }
        
        ::-moz-selection {
            background: #dfb22d;
            color: #fff;
        }
        
        a:focus-visible,
        button:focus-visible {
            outline: 3px solid #dfb22d;
        }
        
        .scroltop {
            background: #dfb22d;
            box-shadow: 0 4px 15px rgba(223, 178, 45, 0.4);
        }
        
        .scroltop:hover {
            background: #c49e1f;
            box-shadow: 0 6px 20px rgba(223, 178, 45, 0.5);
        }
        
        /* Primary Color Theme - Golden #dfb22d */
        .site-text-primary,
        .site-text-primary a,
        a.site-text-primary {
            color: #dfb22d !important;
        }
        
        .site-text-primary:hover {
            color: #c49e1f !important;
        }
        
        .Call-btn.site-text-primary {
            color: #dfb22d !important;
        }
        
        .Call-btn.site-text-primary:hover {
            color: #c49e1f !important;
        }
        
        .site-button {
            background: #dfb22d !important;
            border-color: #dfb22d !important;
        }
        
        .site-button:hover {
            background: #c49e1f !important;
            border-color: #c49e1f !important;
        }
        
        /* Gallery/Instagram Section */
        .instagram-box-1 {
            border-radius: 10px;
            overflow: hidden;
            transition: all 0.4s ease;
        }
        
        .instagram-box-1:hover {
            transform: scale(1.05);
            box-shadow: 0 10px 30px rgba(0,0,0,0.2);
        }
        
        /* Team Section Polish */
        .team-box {
            border-radius: 12px;
            overflow: hidden;
            transition: all 0.4s ease;
        }
        
        .team-box:hover {
            transform: translateY(-8px);
            box-shadow: 0 15px 40px rgba(0,0,0,0.15);
        }
        
        /* Blog Section Polish */
        .blog-post {
            border-radius: 12px;
            overflow: hidden;
            transition: all 0.4s ease;
        }
        
        .blog-post:hover {
            transform: translateY(-8px);
            box-shadow: 0 15px 40px rgba(0,0,0,0.15);
        }
        
        /* Section Spacing Improvements */
        .section-full.p-t80 {
            padding-top: 70px;
        }
        
        .section-full.p-b70 {
            padding-bottom: 70px;
        }
        
        .section-full.p-tb80 {
            padding-top: 70px;
            padding-bottom: 70px;
        }
        
        /* Icon Enhancements */
        .icon-content h5 {
            font-weight: 600;
            letter-spacing: 0.5px;
        }
        
        /* Video Section Polish */
        .video-section {
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0,0,0,0.15);
        }
        
        /* Client Logo Section */
        .ow-client-logo {
            transition: all 0.3s ease;
            filter: grayscale(100%);
            opacity: 0.6;
        }
        
        .ow-client-logo:hover {
            filter: grayscale(0%);
            opacity: 1;
            transform: scale(1.1);
        }
        
        /* Custom Scrollbar for All Sections */
        ::-webkit-scrollbar {
            width: 10px;
        }
        
        ::-webkit-scrollbar-track {
            background: #f1f1f1;
        }
        
        ::-webkit-scrollbar-thumb {
            background: #dfb22d;
            border-radius: 5px;
        }
        
        ::-webkit-scrollbar-thumb:hover {
            background: #c49e1f;
        }
        
        /* Smooth Transitions */
        * {
            transition: color 0.3s ease, background-color 0.3s ease;
        }
        
        /* Remove Template-like Elements */
        .section-head h2[data-title]:after {
            opacity: 0.05;
            font-weight: 900;
        }
        
        /* Custom Separator Enhancement */
        .wt-small-separator div:not(.sep-leaf-left):not(.sep-leaf-right) {
            color: #541f5c;
            font-weight: 500;
        }
        
        @media (max-width: 991px) {
            .section-full.p-t80 {
                padding-top: 45px;
            }
            .section-full.p-b70 {
                padding-bottom: 45px;
            }
            .section-full.p-tb80 {
                padding-top: 45px;
                padding-bottom: 45px;
            }
        }
        
        /* Desktop View Enhancements */
        @media (min-width: 1200px) {
            .section-full.p-t80 {
                padding-top: 90px;
            }
            .section-full.p-b70 {
                padding-bottom: 80px;
            }
            .section-full.p-tb80 {
                padding-top: 90px;
                padding-bottom: 90px;
            }
            .section-full.p-t100 {
                padding-top: 110px;
            }
            .section-full.p-b80 {
                padding-bottom: 90px;
            }
            
            .section-head {
                margin-bottom: 70px;
            }
            
            .welcom-to-section h2 {
                font-size: 42px;
                line-height: 1.2;
                margin-bottom: 25px;
            }
            
            .welcom-to-section p {
                font-size: 18px;
                line-height: 1.9;
            }
            
            .about-section-outer h2 {
                font-size: 38px;
                line-height: 1.2;
            }
            
            .about-section-outer h3 {
                font-size: 22px;
            }
            
            .about-section-outer p {
                font-size: 17px;
                line-height: 1.8;
            }
            
            .service-box-info h3 {
                font-size: 18px;
            }
            
            .service-box-info h2 {
                font-size: 48px;
            }
            
            .counter {
                font-size: 56px;
            }
            
            .widget-title {
                font-size: 22px;
            }
            
            .pricing-list-block .text-center h3 {
                font-size: 26px;
            }
            
            .pricing-list-block ul li h3 {
                font-size: 16px;
            }
            
            .price-list-amount h3 {
                font-size: 16px;
            }
            
            .testimonial-text p {
                font-size: 17px;
                line-height: 1.8;
            }
            
            .blog-post .blog-post-title {
                font-size: 22px;
            }
            
            .container {
                max-width: 1200px;
            }
            
            /* Better spacing for desktop */
            .row {
                margin-left: -20px;
                margin-right: -20px;
            }
            
            .row > [class*="col-"] {
                padding-left: 20px;
                padding-right: 20px;
            }
        }
        
        @media (min-width: 1400px) {
            .container {
                max-width: 1320px;
            }
            
            .section-full.p-t80 {
                padding-top: 100px;
            }
            
            .section-full.p-b70 {
                padding-bottom: 100px;
            }
            
            .section-full.p-tb80 {
                padding-top: 100px;
                padding-bottom: 100px;
            }
        }
    