@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "poppins";
}
.ffsecond {
    font-family: 'Philosophera';
}
.color_main_painter {
    color: #fb501a !important;
}

body {
    margin: 0;
}
body {
    overflow-x: hidden;
}
button{
    border: none;
}
/* scrollbar  */
.paint_scrollbar, body::-webkit-scrollbar {
    width: 5px;
}
.paint_scrollbar,body::-webkit-scrollbar-track {
    background-color: transparent;
}
.paint_scrollbar,body::-webkit-scrollbar-thumb {
    background-color: var(--main_color);
    border-radius: 10px;
}
.paint_scrollbar,body::-webkit-scrollbar-thumb:hover {
    background-color: var(--main_color);
}
/* Basic root  */
:root {
    --main_color: #ff3c00 !important;
    --secondary_color: #0066ff !important;
    --main_opacity_l: #ff3c0073 !important;
    --yellow: #FFBD13;
	--blue: #4383FF;
	--blue-d-1: #3278FF;
	--light: #F5F5F5;
	--grey: #AAA;
	--white: #FFF;
	--shadow: 8px 8px 30px rgba(0,0,0,.05);
}
.paint_m_bg {
    background-color: #ff3c00 !important;
    color: #fff !important;
}
.paint_s_bg {
    background-color: #0066ff;
    color: #fff;
}
.paint_m_color {
    color: #ff3c00;
}
.paint_s_color {
    color: #0066ff;
}
h1 {
    font-size: 35px;
    color: #000;
}
h2 {
    font-size: 35px;
    color: #000;
}
h3 {
    font-size: 19px;
    color: #000;
}
h4 {
    font-size: 16px;
    color: #000;
}
p {
    font-size: 14px;
    color: #000;
}
a {
    text-decoration: none !important;
    color: #000;
}
.mt4{
  margin-top: 4rem;
}
.dropdowns_options_fs {
    font-size: 13px;
}
.hover_pop {
  transition: 0.2s;
}
.hover_pop:hover{
  scale: 0.95;
}
.bp_b {
    background-position: bottom;
}
.bp_t {
    background-position: top;
}
.text-sm {
  font-size: 14px !important;
}
.z99{
  z-index: 99 !important;
}
.bgTransparent {
    background-color: #00000022;
}
.paintSeeAllBtns {
    background-color: #fff;
    border: 1px solid #ff3c00 !important;
    color: #ffffff !important;
    height: 40px;
    transition: 0.2s;
    font-size: 14px;
}
.paintSeeAllBtns:hover {
    background-color: var(--main_color);
    color: #fff;
    font-size: 13px;
}


/* // NavBar Start // */ 
.ap-navbar {
            padding: 15px 0;
            box-shadow: 0 2px 10px rgba(0,0,0,0.05);
        }
        .paint_nav_logo{
            width: 120px;
        }
        .ap-dropdown-menu {
            display: none;
            position: absolute;
            opacity: 0;
            transition: opacity 0.3s ease-in-out;
        }
        .ap-dropdown:hover .ap-dropdown-menu {
            display: block;
            opacity: 1;
        }
        .ap-nav-link:hover {
            color: var(--ap-red) !important;
        }
        .ap-show {
            display: block !important;
            opacity: 1 !important;
        }

/* // NavBar End // */

/* // Footer Start // */
.footer {
    background-image: url('https://www.realsimple.com/thmb/y0N95nerLuIbu6-o5yfbPni0gXE=/1500x0/filters:no_upscale():max_bytes(150000):strip_icc()/GettyImages-491276626-f4f1a6fd991043839689746412b9eec5.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    padding: 20px 0 20px;
    position: relative;
}

.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.85); /* Semi-transparent black overlay */
}

.footer::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background-color: #fb501a; /* Orange top line */
}

.footer > .container-fluid {
    position: relative;
    z-index: 1;
}

.footer-logo {
    max-width: 120px;
    margin-bottom: 8px;
}

.footer h4 {
    color: #fb501a;
    font-size: 20px;
    /* margin-bottom: 10px; */
}

.footer ul {
    list-style: none;
    padding: 0;
}

.footer ul li {
    /* margin-bottom: 10px; */
}

.footer ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.footer ul li a:hover {
    color: #fb501a;
}

.newsletter-section {
    margin-bottom: 40px;
}

.newsletter-section h2 {
    font-size: 28px;
    margin-bottom: 20px;
}
.newsletter-section p{
    color: #fff;
}
.newsletter-form {
    position: relative;
    max-width: 400px;
}

.newsletter-input {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid #fb501a;
    color: #fff;
    padding: 10px 40px 10px 15px;
    width: 100%;
}

.newsletter-button {
    background: none;
    border: none;
    color: #fb501a;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.social-icons {
    margin-top: 20px;
}

.social-icons a {
    color: #fb501a;
    margin-right: 15px;
    font-size: 18px;
    transition: color 0.3s ease;
}
.social-icons a img{
    width: 18px;
    height: 18px;
}

.social-icons a:hover {
    color: #fff;
}


.cities-list1 {
  columns: 4 !important;
  -webkit-columns: 4 !important;
  -moz-columns: 4 !important;
  line-height: 3px;
}

@media (max-width: 768px) {
    .cities-list1 {
      columns: 2 !important;
      -webkit-columns: 2 !important;
      -moz-columns: 2 !important;
      line-height: 20px !important;
    }
}



.copyright {
    border-top: 1px solid rgb(251 80 26);
    margin-top: 40px;
    padding-top: 20px;
    text-align: center;
    color: #999;
    font-size: 14px;
}
/* Footer End */
/* Home Page Start */
.custom-carousel-item {
    height: 450px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
}
.custom-carousel-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
    padding: 20px;
    border-radius: 10px;
}
.custom-carousel-caption h2 {
    font-size: 2.5rem;
    font-weight: bold;
}
.custom-carousel-caption p {
    font-size: 1.2rem;
    margin-bottom: 15px;
}

/* Start Home Page */
.painter-gallery {
    position: relative;
    width: 100%;
    height: 85vh;
    overflow: hidden
}
.painter-frame {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center
}
.painter-frame.active {
    opacity: 1
}
.painter-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    text-align: center;
    z-index: 1
}
.painter-headline {
    font-size: 4rem;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    border-right: 4px solid #ff6f61;
    white-space: nowrap;
    overflow: hidden;
    animation: brushTyping 2s steps(20), strokeBlink .5s step-end infinite
}
.painter-headline span {
    color: #ff6f61
}
.painter-quote {
    font-size: 1.5rem;
    color: white;
    margin-top: 20px;
    display: inline-block
}
.painter-quote span {
    opacity: 0;
    display: inline-block;
    animation: fadeLetter .1s forwards
}
.painter-action {
    margin-top: 30px;
    padding: 10px 30px;
    font-size: 1.2rem;
    text-transform: uppercase;
    border: 2px solid #ff6f61;
    background: transparent;
    color: #fff;
    cursor: pointer;
    transition: all .3s ease;
    opacity: 0;
    animation: fadeIn 1s forwards 3s
}
.painter-action:hover {
    background: #ff6f61;
    color: #fff
}
@keyframes brushTyping {
    from { width: 0 }
    to { width: 100% }
}
@keyframes strokeBlink {
    50% { border-color: transparent }
}
@keyframes fadeLetter {
    to { opacity: 1 }
}
@keyframes fadeIn {
    to { opacity: 1 }
}
@keyframes paintFloat {
    0% { transform: translateY(0) rotateX(0) rotateY(0) translateZ(0) }
    50% { transform: translateY(-20px) rotateX(10deg) rotateY(10deg) translateZ(50px) }
    100% { transform: translateY(0) rotateX(0) rotateY(0) translateZ(0) }
}
@media (max-width: 768px) {
    .painter-headline { font-size: 2.5rem }
    .painter-quote { font-size: 1rem }
    .painter-action { font-size: 1rem; padding: 8px 20px }
}
@media (max-width: 576px) {
    .painter-headline { font-size: 1.6rem }
    .painter-quote { font-size: .9rem }
    .painter-action { font-size: .9rem; padding: 6px 15px }
}
.service-card {
    position: relative;
    color: white;
    height:350px;
    border-radius: 10px;
    overflow: hidden;
}
.heading-color{
    background: linear-gradient(to right, #fb501a, #ff8c00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.service-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.service-overlay {
    position: absolute;
    max-height: 200px;
    bottom: 0;
    left: 0;
    width: 80%; /* Half-width background effect */
    background: rgba(0, 0, 0, 0.6);
    padding: 20px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.service-overlay p{
    color: #ccc;
}
.btn-explore {
    border: 1px solid white;
    color: white;
    text-decoration: none;
    padding: 8px 16px;
    display: inline-block;
    border-radius: 5px;
    margin-top: 10px;
}
.btn-explore:hover {
    background: white;
    color: black;
}
@media (max-width: 768px) {
    .service-overlay {
        width: 100%; /* Full width for small screens */
        border-radius: 0;
    }
    .service-card {
    color: white;
    height:300px;
}
}
.painter-card {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
.painter-card a{
    color: #000 !important;
}
.badge-custom {
    position: absolute;
    top: 15px;
    left: 15px;
    padding: 5px 10px;
    border-radius: 10px;
    font-weight: bold;
}
.card-img-top{
    max-height: 250px;
}
.luxury-badge { background-color: #fcd581; }
.premium-badge { background-color: #b0b0b0; }
.economy-badge { background-color: #c49a6c; }
.extra-images {
    display: flex;
    gap: 5px;
    margin-top: 10px;
}
.extra-images img {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    object-fit: cover;
}
.more-overlay {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    font-size: 14px;
    font-weight: bold;
}
       .split-section {
    overflow: hidden;
}
.split-container {
    padding: 10px;
    display: flex;
    height: 350px;
    /* width: 110vw; */
    margin-left: calc(-50vw + 50%); /* Center the container */
    margin-right: calc(-50vw + 50%);
}
.split-item {
    position: relative;
    width: 33.33%; /* Adjusted for three items */
    height: 100%;
    transition: width 0.5s ease;
    overflow: hidden;
}
.split-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.split-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    transition: background 0.5s ease;
    z-index: 2;
}
.split-item:hover {
    width: 45%; /* Slightly larger on hover */
}
.split-item:hover::before {
    background: rgba(0, 0, 0, 0.2);
}
.split-item:not(:hover) {
    width: 34%; /* Adjusted for three items */
}
.split-content {
    position: relative;
    z-index: 3;
    text-align: center;
    color: #fff;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    transform: translateY(20px);
    opacity: 0;
    animation: slideUp 1s forwards;
}
@keyframes slideUp {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}
.split-title {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 10px;
}
.split-desc {
    font-size: 0.9rem;
    color: white;
    margin-bottom: 15px;
}
.btn-split {
    background: #ff6200;
    color: #fff;
    border: none;
    width: 50%;
    justify-content: center;
    display: flex;
    padding: 8px 20px;
    border-radius: 20px;
    text-decoration: none;
    transition: background 0.3s ease;
}
.btn-split:hover {
    background: #e55a00;
}
@media (max-width: 768px) {
    .split-container {
        flex-direction: column;
        height: auto;
        width: 100%; /* Reset to container width on mobile */
        margin-left: 0;
        margin-right: 0;
    }
    .split-item {
        width: 100%;
        height: 300px;
    }
    .split-item:hover {
        width: 100%;
    }
    .split-item:not(:hover) {
        width: 100%;
    }
    .split-title {
        font-size: 1.5rem;
    }
    .split-desc {
        font-size: 0.8rem;
    }
}
@media (min-width: 1200px) {
    .split-container {
        height: 600px;
    }
    .split-title {
        font-size: 2rem;
    }
    .split-desc {
        font-size: 1rem;
    }
}

.swiper-container {
    width: 100%;
    height: 275px;
    position: relative;
}
.swiper-wrapper {
    width: 100%;
    height: 275px;
}
.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 275px;
    transition: background-color 1s ease-in-out;
}
.image-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    z-index: 10;
}
.image-container img {
    width: 100%;
    height: 350px;
}
.color-selector {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.color-box {
    width: 50px;
    height: 50px;
    margin: 5px;
    cursor: pointer;
    border-radius: 10px;
    border: 2px solid transparent;
}
.color-box.active {
    border: 2px solid black;
}
.color-selector {
display: flex;
justify-content: center;
position: relative;
bottom: 20px;
left: 50%;
transform: translateX(-50%);
z-index: 20;
background: rgba(255, 255, 255, 0.8);
padding: 10px;
border-radius: 10px;
}



/* Media query to center it on smaller screens */
@media (max-width: 768px) {
.color-selector {
flex-direction: row;
justify-content: center;
margin-top: 20px;
}
}
.progress-section {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    height: auto;
    position: relative;
}
.visual-container {
    width: 100%;
    position: relative;
    text-align: center;
}
.visual-container img {
    width: 100%;
    height: 100vh;
    display: none;
}
.visual-container img.active-visual {
    display: block;
}
.info-container {
    width: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6));
    color: white;
    padding: 20px;
    text-align: center;
}
.progress-step {
    opacity: 0.5;
    transition: opacity 0.5s ease-in-out;
    margin-bottom: 15px;
}
.progress-step.active-step {
    opacity: 1;
}
.progress-number {
    font-size: 24px;
    font-weight: bold;
}
.progress-title {
    font-size: 20px;
    font-weight: bold;
}
.progress-desc {
    font-size: 16px;
    color: #ddd;
}

/* Responsive Design */
@media (min-width: 768px) {
    .progress-section {
        flex-wrap: nowrap;
    }
    .visual-container {
        width: 50%;
    }
    .info-container {
        width: 50%;
        padding: 25px;
        height: 100vh;
        text-align: left;
    }
}
.testimonial-section {
    padding: 60px 0;
    background-color: #fff;
}

.section-title {
    font-size: 3.4rem;
    line-height: 1.4;
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    .section-title {
        margin-top: 50px; /* Align vertically with the slider */
    }
}

.section-title .black {
    color: #000;
    display: block;
}

.section-title .purple {
    color: var(--purple-color);
    display: block;
}

.section-title .orange {
    color: var(--orange-color);
    display: block;
}

.testimonial-card {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    height: 100%;
    background-color: #fff;
    transition: transform 0.3s ease;
}

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

.testimonial-image-container {
    position: relative;
    overflow: hidden;
    height: 200px;
}

.testimonial-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.play-button:hover {
    background-color: #fff;
}

.play-icon {
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-left: 16px solid var(--purple-color);
    border-bottom: 8px solid transparent;
    margin-left: 4px;
}

.testimonial-content {
    padding: 20px;
}

.testimonial-text {
    font-size: 14px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 15px;
    height: 120px;
    overflow: hidden;
}

.client-info {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.client-name {
    font-weight: 700;
    color: #333;
    margin-right: 5px;
}

.client-location {
    color: #777;
}

.swiper-button-next, .swiper-button-prev {
    color: var(--purple-color);
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 20px !important;
}
.swiper-button-next, .swiper-button-prev {
    width: calc(var(--swiper-navigation-size) / 30* 27) !important;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .section-title {
        text-align: center;
        margin-bottom: 40px;
        font-size: 2.5rem;
    }
    
    .section-title .black,
    .section-title .purple,
    .section-title .orange {
        display: inline;
    }
}

@media (max-width: 767px) {
    .testimonial-image-container {
        height: 180px;
    }
    
    .testimonial-text {
        height: auto;
        max-height: 150px;
    }
    
    .section-title {
        font-size: 2rem;
    }
}

@media (max-width: 576px) {
    .testimonial-section {
        padding: 40px 0;
    }
    
    .section-title {
        font-size: 1.8rem;
        margin-bottom: 30px;
    }
}

/* ENd Home Page */ 
/* Other Pages Start */
.painter_banner {
    position: relative;
    width: 100%;
    min-height: 250px;
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    overflow: hidden;
}
.painter_banner img {
    width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.painter_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.painter_banner_content {
    position: relative;
    z-index: 1;
    padding: 20px;
}
@media (max-width: 768px) {
    .painter_banner {
        height: auto;
        min-height: 200px;
    }
    .painter_banner_content h1 {
        font-size: 1.8rem;
    }
    .painter_banner_content p {
        font-size: 1rem;
    }
}
@media (max-width: 480px) {
    .painter_banner {
        height: auto;
        min-height: 180px;
    }
    .painter_banner_content h1 {
        font-size: 1.5rem;
    }
    .painter_banner_content p {
        font-size: 0.9rem;
    }
}

.section-painter {
    background-color: #febb9c3d;
    align-items: center;
    padding: 20px;
}
.painter-content {
    padding: 20px;
}
.painter-image-content img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.table-container {
    max-width: 700px;
    margin: 0 auto;
    padding: 20px;
    position: relative;
}
.table-modern {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background-color: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1); /* Deeper shadow for modern look */
}
.table-modern th, .table-modern td {
    padding: 20px;
    text-align: center;
    color: #333;
    transition: all 0.3s ease; /* Smooth transition for hover effects */
}
.table-modern th {
    background: linear-gradient(135deg, #ff6200, #ff8c00); /* Gradient orange header */
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
}
.table-modern td {
    background-color: #fff;
    border-bottom: 1px solid #f1f1f1; /* Subtle border between rows */
}
.table-modern tr:last-child td {
    border-bottom: none; /* Remove border for last row */
}
.table-modern tr:hover td {
    background-color: #fff3e6; /* Light peach hover effect to match site */
    transform: scale(1.02); /* Slight scale on hover */
}
.table-modern td:first-child {
    font-weight: bold;
    color: #ff6200; /* Orange BHK type for emphasis */
}
.table-modern td:nth-child(2) {
    color: #28a745; /* Green for price to stand out */
    font-weight: 500;
}
.table-modern td:nth-child(3) {
    color: #555;
    font-style: italic; /* Italic for tentative time */
}
/* Responsive adjustments */
@media (max-width: 576px) {
    .table-modern th, .table-modern td {
        padding: 10px;
        font-size: 0.9rem;
    }
    .table-container h2 {
        font-size: 1.5rem;
    }
}

/* Popup Start */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease-in-out, visibility 0.3s;
}
.popup-container {
    background: white;
    border-radius: 10px;
    max-width: 800px;
    width: 100%;
    padding: 20px;
    position: relative;
    display: flex;
}
.popup-image {
    width: 50%;
    border-radius: 10px 0 0 10px;
    overflow: hidden;
}
.popup-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.popup-content {
    width: 50%;
    padding: 20px;
}
.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
}
.show-popup {
    visibility: visible;
    z-index: 1021;
    opacity: 100%;
}


/* social media  */

.new-footer-social-icons {
    margin-top: 15px;
    display: flex;
    gap: 10px;
  }
  
  .new-footer-social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: white;
    color: #333333;
    margin-right: 5px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  }
  
  .new-footer-social-icons a:hover {
    transform: translateY(-5px);
  }
  
  .new-footer-social-icons a.new-footer-facebook:hover {
    background-color: #3b5998;
    color: white;
  }
  
  .new-footer-social-icons a.new-footer-twitter:hover {
    background-color: #000000;
    color: white;
  }
  
  .new-footer-social-icons a.new-footer-instagram:hover {
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
    color: white;
  }
  
  .new-footer-social-icons a.new-footer-linkedin:hover {
    background-color: #0077b5;
    color: white;
  }
  
  .new-footer-social-icons a.new-footer-youtube:hover {
    background-color: #ff0000;
    color: white;
  }
  
  .new-footer-social-icons a.new-footer-pinterest:hover {
    background-color: #bd081c;
    color: white;
  }
  .new-footer-social-icons a.new-footer-blogger:hover {
    background-color: #f38d39;
    color: white;
  }
  .new-footer-social-icons a.new-footer-tumblr:hover {
    background-color: #001935;
    color: white;
  }

  .flip-card {
    position: relative;
    height: 400px;
    perspective: 1000px;
  }
  
  .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.6s;
    transform-style: preserve-3d;
  }
  
  .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
  }
  
  .flip-card-front,
  .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }
  
  .flip-card-front {
    background: #fff;
  }
  
  .flip-card-front img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .flip-card-back {
    background: #333;
    color: white;
    transform: rotateY(180deg);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
  }
  
  .flip-card-back h2{
    margin: 10px 0;
    color:#fff;
  }
  
  .flip-card-back p{
    color: gray;
              margin: 5px 0;
  }
  
  .stars {
    color: #fb501a;
    font-size: 18px;
  }
  
  .info {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
  }
  .info div {
    text-align: center;
  }
  .info div strong {
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
  }
  
  
  .view {
    background: #fb501a;
    color: white;
    padding: 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
    margin-top: 15px;
  }
  
  .view a{
    color: white;
  }
  .view:hover {
    background: #d14216;
  }
  .service-card {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05) !important ;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    background-color: #fff;
    border: none;
  }
  
  .service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  }
  
  .card-img-container {
    height: 220px;
    overflow: hidden;
  }
  
  .card-img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
  }
  
  .service-card:hover .card-img-container img {
    transform: scale(1.05);
  }
  .painter_img{
    max-height: 230px;
  }