* {
    padding: 0px;
    margin: 0px;
}


a {
    color: inherit !important;
    list-style-type: none !important;
    text-decoration: none !important;
}


body {
    font-family: Arial, sans-serif;
}










.logo-text {
    display: flex;
    align-items: center;
}

.text {
    display: flex;
    flex-direction: column;
    margin-left: 10px; /* Adjust spacing */
}

.brand {
    font-weight: bold;
    font-size: 18px;
}

.service {
    font-size: 14px;
    color: gray;
}






/* --------------sidebar---btns------------------- */



.contact-right-section {
    position: fixed;
    right: 20px; /* Positioning on the right */
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.contact-item-box {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    text-decoration: none;
    color: white;
    font-size: 18px;
    font-weight: bold;
}
.icon-container {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}
.email-icon-box { background-color: #800080; } /* Purple */
.phone-icon-box { background-color: #228B22; } /* Green */
.whatsapp-icon-box { background-color: #25D366; } /* WhatsApp Green */

.icon-container img {
    width: 20px;
    height: 20px;
}


/* -----------sidebar btns------------- */



.navbar-brand {
    font-weight: 700;
}





.navbar-brand img {
    height: 90px;
}


nav.navbar.navbar-expand-lg{
    background-color: rgba(232, 246, 243, 1) !important;
}



ul.navbar-nav.me-auto.mb-2.mb-lg-0 {
    margin: auto;
    font-weight: 700;
}


.login {
    border: 2px solid rgba(37, 160, 164, 1);
    color: black;
    border-radius: 50px;
}


.get_started {
    color: white;
    background-color: rgba(37, 160, 164, 1);
    border-radius: 50px;
}



.home_overlay {
    width: 80%;
    margin: auto;
    background: rgba(51, 51, 51, 0.5);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    text-align: center;
    color: white;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    animation: fadeIn 1s ease-in-out;
    /* padding: 40px 20px; */
    padding: 40px;
}



#hero-section {
    /* background: url('images/hero-image.jpg') no-repeat center center/cover; */
    background: url('../images/hero-image.jpg') no-repeat center center/cover;
    color: white;
    text-align: center;
    padding: 100px 20px;
}

.hero-content h1 {
    font-size: 2.5rem;
    font-weight: bold;
}

.hero-content p {
    font-size: 1.2rem;
}

#form-container {
    padding: 40px;
    border-radius: 20px;
    background-color: rgba(10, 182, 194, 0.77);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.hero-content {
    text-align: left;
    margin: auto;
}

.hero-content h2 {
    font-size: 1.5rem;
}



.form-control {
    background: rgba(255, 255, 255, 0.82);
    border-radius: 20px;
}


.book_now
{
    background-color: rgba(238, 14, 103, 1) !important;
    border-radius: 10px;
    color: white;
}




/* ---------------------------about section-------------- */




.header {
    width: 100%;
    text-align: center;
    position: relative;
    bottom: 46px;
    /* top: -60px */
}


.about_sec_cont {
    padding: 30px;
    margin: 30px auto;
    width: 90%;
}


.about_sec_cont p
{
    border: 2px solid rgba(0, 172, 255, 0.2);
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0px 0px 16px 1px rgba(0, 172, 255, 0.3);
}

.header-banner {
    width: 100%;
    height: auto;
}

.about {
    background-color: #E8F6F3;
    padding: 40px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.about-content {
    display: flex;
    /* max-width: 1000px; */
    align-items: center;
    flex-wrap: wrap;
}

.about-text {
    flex: 1;
    padding: 20px;
    min-width: 300px;
}


.about-text h2
{
    font-weight: 600;
    font-size: 26px;
}


.about-images {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 300px;
}

.about-img {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 10px;
}

.small-img {
    width: 80%;
}

.services {
    text-align: center;
    padding: 50px  20px;
    background-color: #ffffff;
}


.services h2
{
    font-size: 25px;
    font-weight: 600;
}

.subheading {
    font-size: 1.2em;
    color: rgba(23, 15, 73, 1);
    margin-bottom: 30px;
}

.services-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.service-box {
    background: rgba(37, 160, 164, 0.9);
    color: white;
    padding: 20px;
    border-radius: 10px;
    width: 400px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.service-box img {
/* width: 350px; */
width:100%;
margin: 20px auto;
}

.service-box h3 
{
    font-size: 20px;
    font-weight: 600;
}

.service-box p 
{
    font-size: 16px;
}


.service-img {
    width: 100%;
    border-radius: 10px;
}

.service-title {
    margin-top: 15px;
    color: #333;
}

.service-description {
    font-size: 0.9em;
    color: #666;
}

@media (max-width: 768px) {
    .about-content {
        flex-direction: column;
        text-align: center;
    }

    .about-text,
    .about-images {
        flex: none;
        width: 100%;
    }

    .services-container {
        flex-direction: column;
        align-items: center;
    }

    .service-box {
        width: 90%;
    }
}


/* -============================================================================ */
/* ----------------------------------Home Transformation Section ----------------------------------------------- */


.home-transformation {
    text-align: center;
    padding: 60px 20px;
    background-color: #ffffff;
}

.container-home {
    max-width: 1100px;
    margin: auto;
}

/* Title Styling */
.title h2 {
    font-size: 26px;
    font-weight: 600;
    color: #1d1d1d;
    margin-bottom: 10px;
}

.underline {
    width: 80px;
    height: 4px;
    background-color: #ff4081;
    margin: 0 auto 30px;
}

/* Steps Section */
.steps {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    /* gap: 20px; */
    /* justify-content: space-between; */
}

.step-card {
    background: #fff;
    border-radius: 15px;
    padding: 20px;
    /* width: 23%; */
    width: 20%;
    text-align: center;
    transition: transform 0.3s ease-in-out;
    color: rgba(255, 255, 255, 1);
    border: 2px solid rgba(0, 172, 255, 0.27);
    box-shadow:0px 4px 10px rgba(0, 172, 255, 0.27) ;
    /* box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); */
}

.step-card img {
    width: 80px;
    height: auto;
    margin-bottom: 10px;
}

.step-card p {
    font-size: 16px;
    font-weight: 500;
    color: #333;
}

.step-card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.15);
}

/* Contact Button */
.contact-button {
    margin-top: 30px;
}

.contact-button a {
    background: #ff4081;
    color: #fff;
    text-decoration: none;
    padding: 12px 20px;
    font-size: 16px;
    border-radius: 25px;
    font-weight: 500;
    display: inline-block;
    transition: 0.3s;
}

.contact-button a:hover {
    background: #d8005f;
}

/* Responsive Design */
@media (max-width: 900px) {
    .steps {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    .step-card {
        width: 45%;
        margin-bottom: 15px;
    }
}

@media (max-width: 600px) {
    .step-card {
        width: 100%;
    }
}







/* ----------------------------------Painting Service Section---------------------- */


.painting_bg
{
    background-color: #2c8d99;
}


.painting_bg img 
{
    width: 100%;
}


.painting-service {
    background-color: #2c8d99;
    text-align: center;
    padding: 60px 20px;
    color: white;
}

/* .container {
    max-width: 1100px;
    margin: auto;
} */

/* Title Styling */
.title h2 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 30px;
}

/* Service Cards */
.service-cards {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.service-card {
    background: #e9f6f7;
    color: #1d1d1d;
    border-radius: 12px;
    padding: 20px;
    width: 23%;
    text-align: center;
    border: 2px solid black;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s;
}

.service-card .icon {
    font-size: 40px;
    margin-bottom: 10px;
}

.service-card h3 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
    color: rgba(13, 59, 102, 1);

}

.service-card p {
    font-size: 14px;
    color: #444;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2);
}

/* Contact Button */
.contact-button {
    margin-top: 30px;
}

.contact-button a {
    background: #ff4081;
    color: #fff;
    text-decoration: none;
    padding: 12px 20px;
    font-size: 16px;
    border-radius: 15px;
    font-weight: 500;
    display: inline-block;
    transition: 0.3s;
}

.contact-button a:hover {
    background: #d8005f;
}

/* Responsive Design */
@media (max-width: 900px) {
    .service-cards {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    .service-card {
        width: 45%;
        margin-bottom: 15px;
    }
}

@media (max-width: 600px) {
    .service-card {
        width: 100%;
    }
}



/* -=========================================================== */
/* =========================================================== */


/* Hero Section */
.hero-client-testi_section {
    background: url('../images/testimonial.jpg') no-repeat center center/cover;
    padding: 60px 20px;
    display: flex;
    justify-content: center;
    position: relative;
    align-items: center;
}


.hero-client-testi_section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}


.testimnial {
    margin-top: 20px;
}


.container-testimonial {
    /* max-width: 1100px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; */

    max-width: 1100px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
}



/* Booking Form */


.booking-form {
    background: rgba(44, 141, 153, 0.9) !important;
    width: 400px !important;
    padding: 30px !important;
    justify-content: space-around;
    display: flex;
    flex-wrap: wrap;
    border-radius: 20px;
    color: white;
    margin: 0px 40px;
}


/* .booking-form {
    background: rgba(44, 141, 153, 0.9);
    color: white;
    padding: 30px;
    border-radius: 12px;
    width: 40%;
} */



.booking-form h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

.booking-form p {
    font-size: 14px;
    text-align: center;
    margin-bottom: 20px;
}

.booking-form input {
    width: 100%;
    padding: 12px;
    margin-bottom: 12px;
    border: none;
    border-radius: 20px;
    outline: none;
}

.checkbox {
    display: flex;
    align-items: center;
    font-size: 13px;
}

.checkbox input {
    margin-right: 5px;
}

.book-btn {
    width: 100%;
    background: #ff4081;
    color: white;
    padding: 12px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
    
    justify-content: center;
    display: flex;
    margin: 20px auto;
}

.book-btn:hover {
    background: #d8005f;
}

/* Testimonial Box */
.testimonial-box {
    background: white;
    padding: 30px;
    border-radius: 12px;
    /* width: 50%; */
    margin:10px auto;
    text-align: center;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
}

.testimonial-title {
    font-size: 16px;
    font-weight: 600;
    color: #005f73;
}

.testimonial-box h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}

.testimonial-quote {
    font-size: 16px;
    color: #444;
    font-style: italic;
    margin-bottom: 20px;
}

.testimonial-user {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.testimonial-user img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-bottom: 5px;
}

.testimonial-user h4 {
    font-size: 16px;
    font-weight: 600;
}

/* Navigation Buttons */
.testimonial-nav {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.testimonial-nav button {
    background: none;
    border: 2px solid #444;
    padding: 8px 12px;
    font-size: 18px;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s;
    position: relative;
    top: -100px;
}

.testimonial-nav button:hover {
    background: #005f73;
    color: white;
}

/* Responsive Design */
@media (max-width: 900px) {
    .container {
        flex-direction: column;
        align-items: center;
    }

    .booking-form {
        width: 90%;
        margin-bottom: 20px;
    }

    .testimonial-box {
        width: 90%;
    }
}




@media (max-width: 768px){
    .booking-form {
        width: 100% !important;
        margin-bottom: 20px;
    }
    
        
.booking-form {
    background: rgba(44, 141, 153, 0.9) !important;
    padding: 30px !important;
    justify-content: space-around;
    display: flex;
    flex-wrap: wrap;
    border-radius: 20px;
    color: white;
     margin: 1px 5px; 
}
}


@media (max-width: 600px) {
    .booking-form input {
        padding: 10px;
    }

    .testimonial-box h2 {
        font-size: 20px;
    }


  .booking-form {
        width: 100% !important;
        margin-bottom: 20px;
    }
    
.booking-form {
    background: rgba(44, 141, 153, 0.9) !important;
    padding: 30px !important;
    justify-content: space-around;
    display: flex;
    flex-wrap: wrap;
    border-radius: 20px;
    color: white;
     margin: 1px 5px; 
}

}




/* -----------------home-client--------------- */

/* ------------footer-home--------- */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

.footer {
    /* background: #eaf2f1; */
    background-color: rgba(232, 246, 243, 1);
    padding: 40px 0;
    position: relative;
}

.footer-container {
    width: 80%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-logo {
    flex: 1;
    min-width: 250px;
}

.footer-logo img {
    width: 80px;
    margin-bottom: 10px;
}

.footer-logo h2 {
    font-size: 22px;
    color: rgba(23, 15, 73, 1);
    font-weight: 600;
    margin-bottom: 10px;
}

.footer-logo p {
    font-size: 14px;
    color: #555;
    max-width: 300px;
}

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

.social-icons a {
    font-size: 18px;
    margin-right: 10px;
    color: #333;
    transition: 0.3s;
}

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

.footer-links {
    flex: 1;
    min-width: 200px;
}

/* .footer-links h3,
.footer-contact h3 {
    font-size: 18px;
    color: #333;
    margin-bottom: 15px;
} */


.footer-links h3, .footer-contact h3 {
    font-size: 18px;
    color: #333;
    font-weight: 600;
    margin-bottom: 15px;
    padding-left: 30px;
}

.footer-links ul {
    list-style: none;
}

.footer-links ul li {
    margin-bottom: 8px;
}

.footer-links ul li a {
    text-decoration: none;
    color: #555;
    transition: 0.3s;
}

.footer-links ul li a:hover {
    color: #007bff;
}

.footer-contact p {
    color: #555;
}

.footer-contact a {
    text-decoration: none;
    color: #007bff;
    font-weight: bold;
}

.footer-bottom {
    text-align: center;
    padding: 10px 0;
    margin-top: 20px;
    /* background: #d6e8e7; */
}

.footer-bottom p {
    font-size: 14px;
    color: #444;
}

.footer::before,
.footer::after {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    background: url('../images/floral-corner.png') no-repeat center;
    background-size: contain;
}

.footer::before {
    left: 10px;
    bottom: 10px;
}

.footer::after {
    right: 10px;
    bottom: 10px;
}



/* -----------------------------signup page--------------------- */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap');



.signup-container {
    display: flex;
    width: 90%;
    margin: 40px auto;
    background: white;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    overflow: hidden;
}

.signup-form {
    flex: 1;
    padding: 50px 50px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.signup-form h3 {
    font-weight: 400;
    color: #555;
}

.signup-form h1 {
    font-size: 28px;
    color: #222;
    margin-bottom: 20px;
}

.input-box {
    position: relative;
    margin-bottom: 20px;
}

.input-box input {
    width: 100%;
    padding: 12px;
    border: none;
    outline: none;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.05);
    font-size: 16px;
    transition: 0.3s;
}

.input-box input:focus {
    background: rgba(0, 0, 0, 0.08);
}

.password-box {
    position: relative;
}

.toggle-password {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #888;
}

.signup-btn {
    width: 100%;
    padding: 12px;
    background: #e91e63;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    cursor: pointer;
    transition: 0.3s;
}

.signup-btn:hover {
    background: #d81b60;
}

.divider {
    text-align: center;
    margin: 15px 0;
    font-size: 14px;
    color: #777;
    display: flex;
    align-items: center;
    justify-content: center;
}

.divider span {
    width: 30%;
    height: 1px;
    background: #ddd;
    margin: 0 10px;
}

.google-signin {
    text-align: center;
    margin-top: 15px;
}

.google-signin img {
    width: 40px;
    cursor: pointer;
    transition: 0.3s;
}

.google-signin img:hover {
    transform: scale(1.1);
}

.login-text {
    text-align: center;
    margin-top: 20px;
}

.login-text a {
    color: #e91e63;
    font-weight: bold;
    text-decoration: none;
    transition: 0.3s;
}

.login-text a:hover {
    text-decoration: underline;
}


.signup-image img {
    width: 100%;
    /* max-width: 300px; */
}

/* Responsive Design */
@media (max-width: 900px) {
    .signup-container {
        flex-direction: column;
    }

    .signup-image {
        display: none;
    }

    .signup-form {
        padding: 30px;
    }
}




/* ---------------------------about page---------------------------- */


/* About Section */
.about-section {
    position: relative;
    width: 100%;
    height: 100vh;
    background: url('../images/about-background.jpg') no-repeat center center/cover;
    display: flex;
    justify-content: center;
    align-items: center;
}





.about-sec 
{
  background: linear-gradient(180deg, #E8F6F3 0%, rgba(136, 144, 142, 0.5) 100%);
  padding: 40px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}


.about-sec2
{
    background: linear-gradient(180deg, rgba(44, 192, 202, 0.3) 0%, rgba(22, 95, 100, 0.18) 100%);
    padding: 40px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

/* Blurred Overlay */
.about-overlay {
    /* background: rgba(0, 0, 50, 0.5); */
    background: rgba(13, 59, 102, 0.6);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 40px;
    text-align: center;
    color: white;
    max-width: 600px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    animation: fadeIn 1s ease-in-out;
}

/* Title */
.about-overlay h1 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 10px;
}

/* Description */
.about-overlay p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 20px;
}

/* Contact Button */
.about-btn {
    display: inline-block;
    text-decoration: none;
    background: rgba(43, 43, 43, 1);
    color: rgba(254, 254, 254, 1);
    padding: 12px 25px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 25px;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 4px 8px rgba(255, 255, 255, 0.2);
}

.about-btn i {
    margin-right: 8px;
}

/* Hover Effects */
.about-btn:hover {
    background: transparent;
    border: 2px solid rgba(43, 43, 43, 1);
    color: rgba(43, 43, 43, 1) !important;
    transform: scale(1.05);
}

/* Fade In Animation */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .about-overlay {
        width: 90%;
        padding: 30px;
    }

    .about-overlay h1 {
        font-size: 28px;
    }

    .about-overlay p {
        font-size: 14px;
    }

    .about-btn {
        font-size: 14px;
        padding: 10px 20px;
    }
}



/* ------------------------------------------------------service page------------------ */

.service-btn {
    display: inline-block;
    text-decoration: none;
    background: rgba(238, 14, 103, 1);
    color: rgba(254, 254, 254, 1);
    padding: 12px 25px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 25px;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 4px 8px rgba(255, 255, 255, 0.2);
}

.service-btn i {
    margin-right: 8px;
}

/* Hover Effects */
.service-btn:hover {
    background: transparent;
    border: 2px solid rgba(238, 14, 103, 1);
    color: rgba(238, 14, 103, 1) !important ;
    transform: scale(1.05);
}






/* Service Gallery Section */
.service_gallery-section {
    text-align: center;
    padding: 50px 20px;
    background-color: #f9f9f9;
}

/* Gallery Title */
.service_gallery-title {
    font-size: 26px;
    font-weight: bold;
    color: #1a1a1a;
    margin-bottom: 20px;
}

/* Gallery Container */
.service_gallery-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 15px;
    max-width: 1200px;
    margin: auto;
}

/* Gallery Item */
.service_gallery-item {
    overflow: hidden;
    border-radius: 12px;
    transition: transform 0.3s ease-in-out;
}

.service_gallery-item img {
    width: 100%;
    height: 400px;
    /* height: auto; */
    border-radius: 12px;
    display: block;
    transition: transform 0.3s ease-in-out;
}

.service_gallery-item:hover {
    transform: scale(1.03);
}

.service_gallery-item:hover img {
    transform: scale(1.08);
}

/* Responsive Design */
@media (max-width: 768px) {
    .service_gallery-container {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
}

@media (max-width: 480px) {
    .service_gallery-title {
        font-size: 22px;
    }
}




/* Service Consultation Section */
/* Consultation Content */


.service_consult-section {
    position: relative;
    width: 100%;
    height: 300px;
    background: url('../images/consult_bg.jpg') no-repeat center center/cover;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 80px auto;
}


.service_consult-overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.service_consult-content {
    color: #fff;
    max-width: 600px;
    padding: 20px;
}

.service_consult-title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 5px;
}

.service_consult-underline {
    width: 60px;
    height: 2px;
    background-color: #ff2e63;
    margin: 10px auto;
}

.service_consult-subtitle {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 8px;
}

.service_consult-description {
    font-size: 14px;
    margin-bottom: 20px;
}

.service_consult-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #ff2e63;
    color: white;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    text-decoration: none;
    transition: background 0.3s ease-in-out;
}

.service_consult-button:hover {
    background-color: #d6204e;
}

@media (max-width: 768px) {
    .service_consult-title {
        font-size: 24px;
    }
    .service_consult-subtitle {
        font-size: 16px;
    }
    .service_consult-description {
        font-size: 13px;
    }
    .service_consult-button {
        font-size: 14px;
        padding: 8px 16px;
    }
}





/* ---------------------------------------==CONTACT PAGE------------------------------------------------------- */


/* Contact Section */






/* Contact Header Section */
.contact-header-section {
    position: relative;
    width: 100%;
    height: 100vh;
    background: url('../images/contact_bg.jpg') no-repeat center center/cover;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

/* Overlay Effect */
.contact-head-overlay {
    background: rgba(0, 0, 0, 0.45);
    /* backdrop-filter: blur(10px); */
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    padding: 40px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    /* animation: fadeIn 1s ease-in-out; */
}

/* Content Box */
.contact-head-content {
    max-width: 600px;
    padding: 20px;
}

/* Title Styling */
.contact-head-content h1 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 10px;
}

/* Description Text */
.contact-head-content p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 20px;
}




/* Responsive Adjustments */
@media (max-width: 768px) {
    .contact-head-content h1 {
        font-size: 28px;
    }
    .contact-head-content p {
        font-size: 16px;
    }
    .service-btn {
        font-size: 14px;
        padding: 10px 20px;
    }
}



.contact-section {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding: 50px;
}

.contact-container {
    display: flex;
    background: white;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
}

/* Left Side - Contact Form */
.contact-form {
    flex: 2;
    padding: 40px;
}

.contact-form h2 {
    font-size: 26px;
    margin-bottom: 20px;
}

.form-row {
    display: flex;
    gap: 15px;
}

.input-group {
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

.input-group label {
    font-weight: 500;
    margin-bottom: 5px;
}

.input-group input,
.input-group textarea {
    padding: 10px;
    border: 2px solid #333;
    border-radius: 5px;
    font-size: 14px;
    outline: none;
    transition: 0.3s;
}

.input-group input:focus,
.input-group textarea:focus {
    border-color: #007bff;
}

.input-group textarea {
    height: 100px;
    resize: none;
}

/* Submit Button */
.send-btn {
    background: rgba(37, 160, 164, 1);
    color: white;
    border: none;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.send-btn:hover {
    background: transparent;
    border:  2px solid rgba(37, 160, 164, 1);
    color: rgba(37, 160, 164, 1);
}

/* Right Side - Contact Info */
.contact-info {
    flex: 1;
    background: #f0f0f0;
    padding: 40px;
    text-align: left;
    position: relative;
}

.contact-info h3 {
    font-size: 22px;
    margin-bottom: 10px;
    color: #2c2c2c;
}

.contact-info p {
    font-size: 14px;
    margin: 10px 0;
    display: flex;
    align-items: center;
}

.contact-info i {
    margin-right: 8px;
    color: #007bff;
    font-size: 16px;
}

/* Decorative Icons */
.decorative-icons {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.square,
.triangle,
.zigzag {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
}

.square {
    background: orange;
    transform: rotate(45deg);
    left: -20px;
}

.triangle {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid blue;
    left: 15px;
}

.zigzag {
    width: 30px;
    height: 5px;
    background: green;
    transform: skewX(-20deg);
    top: 20px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .contact-container {
        flex-direction: column;
    }

    .form-row {
        flex-direction: column;
    }

    .contact-form {
        padding: 30px;
    }

    .contact-info {
        padding: 30px;
        text-align: center;
    }
}




