@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';
}

body {
    margin: 0;
}
body {
    overflow-x: hidden;
}
button{
    border: none;
}
/* scrollbar  */
.contractor_scrollbar, body::-webkit-scrollbar {
    width: 5px;
}
.contractor_scrollbar,body::-webkit-scrollbar-track {
    background-color: transparent;
}
.contractor_scrollbar,body::-webkit-scrollbar-thumb {
    background-color: var(--main_color);
    border-radius: 10px;
}
.contractor_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);
}
.contractor_m_bg {
    background-color: #ff3c00 !important;
    color: #fff !important;
}
.contractor_s_bg {
    background-color: #0066ff;
    color: #fff;
}
.contractor_m_color {
    color: #ff3c00;
}
.suganta-dropdown-menu li{
    list-style: none!important;
}
.contractor_s_color {
    color: #0066ff;
}
h1 {
    font-size: 35px;
    color: #000;
}
h2 {
    font-size: 35px;
    color: #000;
}
h3 {
    font-size: 28px;
    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;
}
/* // 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);
}

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

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

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

.footer h4 {
    color: #fb501a;
    font-size: 20px;
}

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

.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 */
.heading-color {
    background: linear-gradient(to right, #fb501a, #ff8c00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
        /* Hero Section */
        .hero-section {
            position: relative;
            height: 100vh;
            background: url('https://i.pinimg.com/736x/58/7d/4d/587d4db38f0d4f5378e37bd9f2da8aab.jpg') no-repeat center center;
            background-size: cover;
            color: white;
        }

        .hero-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            display: flex;
            align-items: center;
        }

        /* Hero Content */
        .hero-content {
            position: relative;
            padding-right: 30px;
        }

        .hero-title {
            font-size: 54px;
            font-weight: 650;
            color: #fff;
            margin-bottom: 10px;
            line-height: 1.3;
        }

        .hero-subtitle {
            font-size: 24px;
            color:#fff;
            font-weight: 500;
            margin-bottom: 40px;
        }

        /* Features */
        .features-wrapper {
            display: flex;
            gap: 30px;
            margin-bottom: 40px;
        }

        .service-feature {
            display: flex;
            align-items: center;
            gap: 15px;
        }

        .feature-icon {
            width: 50px;
            height: 50px;
            background: rgba(255, 255, 255, 0.2);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 20px;
        }

        .feature-text h4 {
            font-size: 16px;
            color:#fff;
            font-weight: 600;
            margin: 0;
        }

        .feature-text p {
            font-size: 14px;
            color:#fff;
            margin: 0;
            line-height: 1.3;
        }
        
        .home-contractor-container h1 {
            font-weight: bold;
            margin-top: 20px;
        }
        .home-contractor-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 20px;
            padding: 20px;
            justify-content: center;
        }
        .home-contractor-card {
            position: relative;
            overflow: hidden;
            border-radius: 10px;
            transition: transform 0.3s;
        }
        .home-contractor-card:hover {
            transform: scale(1.05);
        }
        .home-contractor-card img {
            width: 100%;
            height: 200px;
            object-fit: cover;
            border-radius: 10px;
            transition: opacity 0.3s;
        }
        .home-contractor-overlay {
            position: absolute;
            top: -100%;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.7);
            color: #fff;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            padding: 20px;
            transition: top 0.5s ease-in-out;
        }
        .home-contractor-card:hover .home-contractor-overlay {
            top: 0;
        }
        .home-contractor-title {
            font-size: 1.5rem;
            font-weight: bold;
            position: absolute;
            bottom: 10px;
            left: 50%;
            transform: translateX(-50%);
            background: rgba(0, 0, 0, 0.7);
            color: #fff;
            padding: 5px 10px;
            border-radius: 5px;
            width: 90%;
            text-align: center;
        }
        .home-contractor-description {
            font-size: 1rem;
            opacity: 0;
            color:#fff;
         text-align: center;
            transition: opacity 0.5s;
        }
        .home-contractor-card:hover .home-contractor-description {
            opacity: 1;
        }

        .steps-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            margin-top: 30px;
        }
        .step-count {
            position: relative;
            text-align: center;
            width: 185px;
            transition: transform 0.3s;
        }
        .step-count img {
            width: 100%;
            border-radius: 50%;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        }
        .step-count:hover {
            transform: scale(1.1);
        }
        .step-number {
            position: absolute;
            top: 60px;
            left: 50%;
            transform: translateX(-50%);
            background:#fb501a;
            color: white;
            border-radius: 50%;
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 18px;
            font-weight: bold;
        }
        .how-it-works {
            margin-top: 30px;
        }
        .step-img{
            width:50% !important;
        }

        /* Section Title */
        .section-title {
            margin-bottom: 40px;
            position: relative;
        }

        .view-all {
            color: #fb501a;
            font-weight: 600;
            text-decoration: none;
            transition: all 0.3s ease;
            display: inline-flex;
            align-items: center;
        }

        .view-all:hover {
            color: #fb501a;
        }

        .view-all i {
            margin-left: 5px;
        }

        /* Room Cards */
        .room-card {
            position: relative;
            border-radius: 10px;
            overflow: hidden;
            margin-bottom: 30px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            height: 225px;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .room-card img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }

        .room-card-overlay {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            padding: 20px;
            background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
            transition: all 0.3s ease;
        }

        .room-card-title {
            color: white;
            font-size: 24px;
            font-weight: 600;
            margin: 0;
            transition: all 0.3s ease;
        }

        .room-card-content {
            max-height: 0;
            opacity: 0;
            transition: all 0.3s ease;
            overflow: hidden;
            color: white;
        }

        .room-card-btn {
            display: inline-block;
            background-color: #fb501a;
            color: white;
            padding: 8px 20px;
            border-radius: 5px;
            margin-top: 15px;
            font-weight: 500;
            text-decoration: none;
            transition: all 0.3s ease;
            opacity: 0;
        }

        /* Hover Effects */
        .room-card:hover img {
            transform: scale(1.05);
        }

        .room-card:hover .room-card-overlay {
            background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.6));
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .room-card:hover .room-card-title {
            margin-bottom: 15px;
        }

        .room-card:hover .room-card-content {
            max-height: 100px;
            opacity: 1;
            margin-bottom: 15px;
        }

        .room-card:hover .room-card-btn {
            opacity: 1;
        }

        .room-card-btn:hover {
            background-color: #fb501a;
            color: white;
        }

        /* Large Room Card */
        .room-card-lg {
            height: 225px;
        }

        /* Medium Room Card */
        .room-card-md {
            height: 225px;
        }

        /* Responsive Styles */
        @media (max-width: 991px) {
            
            .room-card-lg, .room-card {
                height: 200px;
            }
        }

        @media (max-width: 767px) {
            
            
            .section-title h2 {
                font-size: 24px;
            }
            
            .room-card-lg, .room-card, .room-card-md {
                height: 175px;
            }
        }
        .scroll-container {
            display: flex;
            overflow-x: auto;
            scroll-behavior: smooth;
            padding: 20px 0;
            gap: 10px;
        }
        .scroll-container::-webkit-scrollbar {
            display: none;
        }
        .card {
            flex: 0 0 auto;
            width: 90%;
            max-width: 300px;
            margin: 0 10px;
            transition: transform 0.3s;
        }
        .card:hover {
            transform: scale(1.05);
        }
        @media (min-width: 768px) {
            .scroll-container {
                justify-content: center;
            }
            .card {
                width: 45%;
            }
        }
        @media (min-width: 1024px) {
            .card {
                width: 30%;
            }
        }
        
        .swiper-button-prev, .swiper-button-next {
            color: #fb501a;
        }
        .text-img{
            max-height:275px;
            width:100%;
        }
        .form-container {
            max-width: 800px;
            margin: 30px auto;
            background: #fff;
            padding: 20px;
            border-radius: 10px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        }
        .step {
            display: none;
        }
        .step.active {
            display: block;
        }
        .btn-custom {
            background-color: #ff6200;
            color: #fff;
            border: none;
        }
        .btn-custom:hover {
            background-color: #e55a00;
            color: #fff;
        }
        .form-check-label {
            margin-left: 5px;
        }

        
.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;
  height: 100%;
  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);
}
.pricing-card {
            border: none;
            border-radius: 15px;
            transition: transform 0.3s ease-in-out;
            height: 100%;
            display: flex;
            flex-direction: column;
        }
        .pricing-card:hover {
            transform: scale(1.05);
        }
        .pricing-card img {
            border-top-left-radius: 15px;
            border-top-right-radius: 15px;
        }
        .pricing-header {
            font-weight: 500;
            margin-top:10px;
            font-size: 1.5rem;
        }
        .pricing-list {
            list-style: none;
            flex-grow: 1;
        }
        .pricing-img{
            max-height:250px;
        }
        .pricing-list li {
            padding: 5px 0;
        }
        .pricing-list li::before {
            content: '\2713';
            color: #fb501a;
            margin-right: 10px;
        }
        .pricing-btn {
            background-color: #fb501a;
            color: white;
            border-radius: 15px;
            font-weight: bold;
            border-radius: 5px;
        }
        .pricing-btn:hover {
            background-color: #fb501a;
        }
        .card-body {
            flex-grow: 1;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }
/* Other Pages Start */

/* 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;
}
.painter_banner_content h1{
    color: #fff;
}
@media (max-width: 768px) {
    .painter_banner {
        height: auto;
        min-height: 200px;
    }
    .painter_banner_content h1 {
        font-size: 1.8rem;
        color: #fff;
    }
    .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;
        color: #fff;
    }
    .painter_banner_content p {
        font-size: 0.9rem;
    }
}

.timeline {
    position: relative;
    padding-left: 50px;
}
.timeline::before {
    content: '';
    position: absolute;
    left: 25px;
    top: 0;
    bottom: 0;
    width: 3px;
    border-left: 3px dashed red;
}
.timeline-item {
    position: relative;
    padding-left: 40px;
    margin-bottom: 50px;
}
.timeline-item::before {
    content: '';
    position: absolute;
    left: 15px;
    top: 5px;
    width: 18px;
    height: 18px;
    background: red;
    border-radius: 50%;
}

.faq-section {
    padding: 30px 0;
    display: flex;
    align-items: center;
}
/* FAQ Card */
.faq-card {
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

/* FAQ Item */
.faq-item {
    border-bottom: 1px solid #e9ecef;
}

.faq-item:last-child {
    border-bottom: none;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 30px;
    cursor: pointer;
    background: #f8f9fa;
    transition: background 0.3s ease;
}

.faq-question:hover {
    background: #e9ecef;
}

.faq-question h5 {
    margin: 0;
    font-size: 1.2rem;
    color: #2c3e50;
    font-weight: 600;
}

.faq-toggle {
    font-size: 1.5rem;
    color: #e74c3c;
    transition: transform 0.3s ease;
}

.faq-toggle.active {
    transform: rotate(45deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 30px;
    background: #fff;
    color: #7f8c8d;
    line-height: 1.6;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-answer.active {
    max-height: 200px; /* Adjust based on content */
    padding: 20px 30px;
}

.faq-answer p {
    margin: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
    
    .faq-question {
        padding: 15px 20px;
    }

    .faq-question h5 {
        font-size: 1rem;
    }

    .faq-answer.active {
        padding: 15px 20px;
        font-size: 0.9rem;
    }
}

@media (max-width: 576px) {
    .faq-section {
        padding: 50px 0;
    }

    .faq-question {
        padding: 10px 15px;
    }

    .faq-answer.active {
        padding: 10px 15px;
    }
}

/* Popup Start */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex !important;
    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: 999;
    opacity: 100%;
}
.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;
}


/* 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;
  }