@import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:wght@400;500;600;700&display=swap');
        
body {
    font-family: 'Instrument Sans', sans-serif;
}
p,.text-muted,.location-tables td,h5,.accordion-button:not(.collapsed){
    color: #1B375D !important;
}
.location-tables a{
    color:#ff6b35 !important;
    text-decoration: none !important;
    cursor: pointer !important;
}
.locality-list .locality-item.hover .text-muted, .locality-list .locality-item.active .star-rating{
    color: white !important;
}
.btn{
    padding:50rem !important;
}
.testimonial-card p{
    color: white !important;
}
.testimonial-pointer-1{
    position: absolute;
    left: -15%;
}
.table{
    --bs-table-hover-bg:white !important;
}
.location-tables th{
    font-weight: 300 !important;
}
.gallery-btn.active{
    border: none;
}
.hero-text-desktop p{
    color: white !important;
}
.consultation-card h4{
    font-size: 28px;
}
.free-home-visit-box h6{
    font-size: 24px;
}
.cta-content h2{
    font-size: 24px;
}
.gap-2 {
    gap: 1rem !important;
}
.image-container {
    /* Set the size of the container to be the same as the original image */
    width: auto; /* Adjust this to your image's original width */
    height: 20rem; /* Adjust this to your image's original height */
    overflow: hidden; /* Hides any part of the image that scales outside this container */
    position: relative; /* Allows you to position the image relative to the container */
    border-radius: 20px;
  }
  
  .zoom-image {
    /* Ensure the image fills its container initially */
    width: 100%;
    height: auto;
    /* Add a smooth transition for the zoom effect */
    transition: transform 0.5s ease;
    /* Set the transform origin to the center for a balanced zoom */
    transform-origin: center;
    border-radius: 20px;
  }
  
  .zoom-image:hover {
    /* Zoom the image by 10% on hover */
    transform: scale(1.2);
  }
.dropdown-item.dropend {
    position: relative;
}
/* Initially hide all carousels */
.portfolio-carousel {
    display: none;
}
.table>:not(caption)>*>*{
    background: none !important;
}
.table-sm>:not(caption)>*>* {
    padding: 2.25rem 2.25rem;
}
.location-tables{
    width: 90%;
}
.location-tables td{
    color:rgba(33, 37, 41, 0.75);
}
/* Show the active carousel */
.portfolio-carousel.active {
    display: block;
}

/* Style for the button group */
.portfolio-btn.active {
    background-color: #F37E44;
    color: white;
    border-color: #F37E44;
}

.portfolio-btn:hover {
    background-color: #F37E44;
    color: white;
    border-color: #F37E44;
}

/* Custom styles for carousel captions */
.carousel-caption {
    position: static;
    width: auto;
    padding-top: 1rem;
    padding-bottom: 0;
    color: #F37E44;
}
/* Fullscreen Modal */
.modal.fullscreen-modal .modal-dialog {
    max-width: 100vw;
    height: 100vh;
    margin: 0;
}

.modal.fullscreen-modal .modal-content {
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9); /* Dark, semi-transparent background */
    color: white; /* Text color for the modal */
    border: none;
    border-radius: 0;
}

.modal.fullscreen-modal .modal-header {
    background-color: transparent;
    border-bottom: none;
    padding: 1.5rem; /* Adjust padding as needed */
}

.modal.fullscreen-modal .modal-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    overflow-y: auto; /* Enable scrolling if content is too tall */
}

.modal.fullscreen-modal .modal-body img {
    max-height: 100vh; /* Limit image height to prevent overflow */
    object-fit: cover; /* Ensure the image fits without cropping */
    width: 50%; /* Let width adjust based on max-height */
}

.modal.fullscreen-modal .btn-close {
    filter: invert(1); /* Makes the close icon white */
    font-size: 1.5rem; /* Larger close button */
}

/* Remove underlines from captions inside the modal */
.modal-body #modalTitle,
.modal-body #modalDescription {
    text-decoration: none !important; /* Force no underline */
    color: white !important; /* Ensure text is white */
}

/* Style for the project links in the main section to remove underlines */
.project-link {
    text-decoration: none; /* Remove underline from project links */
    color: inherit;
}
.dropdown-item.dropend .dropdown-toggle::after {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid;
}

.dropdown-item.dropend > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: 0;
}

.dropdown-item.dropend:hover > .dropdown-menu {
    display: block;
}

/* Styles for the Cities multi-column dropdown */
.dropdown-menu.multi-column {
    min-width: 400px; /* Adjust as needed */
    padding: 1rem;
}

.dropdown-menu.multi-column .row {
    --bs-gutter-x: 1.5rem; /* Bootstrap 5 variable for horizontal gutter */
}
.dropdown-toggle {
    white-space: nowrap;
    text-decoration: none;
    color: black;
}
.feature-box{
    text-align: center;
    width: 75%;
    margin: auto;
}
.specialties-list{
    font-weight: bold;
}
footer a{
    text-decoration: none;
    color: #6c757d;
}
.locality-row{
    font-size: 30px;
    color: #575a5d;
}
.table-card{
    font-size: 24px;
}
.text-section{
    padding-left: 4rem;
    padding-right: 4rem;
    width: 80%;
    margin: auto;
    margin-top: 3rem;
    background-color: #efebe8;
    border-radius: 20px;
    margin-bottom: 3rem;

}
.text-section p{
    font-size: 18px;
    font-weight: 500;
}
.advantage-card p ,.service-card p,.process-card p{
    font-size: 14px;
}
#gallery-container{
    width: 85%;
    margin: auto;
}
.form-label{
    margin-bottom:0px;
    font-size: 14px;
}
.home-visit-icon{
    height: 120px;;
}
.gallery-feature h4,.gallery-feature p{
    font-size: 12px;
    color: #1B375D;
}
.display-5 {
font-size: 38px;
}

.feature-box h5{
    font-size: 14px;
}
.feature-box p{
    font-size: 12px;
}
.feature-box img{
    height: 50px !important;
}
.gallery-section .gallery-sec-desc{
    font-size: 16px;
}
.gallery-section,.work-section {
    background:#f6f4f2
}
.why-decorpot-section{
    background:#f6f4f1
}
.lead{
    font-size: 16px;
}
.lead-24{
    font-size: 24px; 
}
.project-card h5{
    color: #F37E44;
}
.project-card p{
    font-size: 18px;
    font-weight: bold;
    margin-top: 5px;
}
.project-info {
    display: flex;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    margin-top: 20px; 
}
.info-item {
    display: flex;
    flex-direction: column;
   
    margin-right:20px;
}
.info-value {
    font-size: 0.875rem;
    color: #4a5568;
    font-weight: 900;
}
.why-decorpot-section p{
    font-size: 18px;
    margin-top: 5px;
}
.work-section p{
    font-weight: 500;
}
.display-3 {
    font-size: 50px;
    line-height: 50px;
}
.image-rating-wrapper img{
    width: 75%;
}
.details-content h4{
    font-size: 30px;
    color: #F37E44;
}
.hero-section {
    min-height: 100vh; /* Or a specific height if preferred */
    color: white;
    position: relative;
    background-size: cover;
    background-position: center;

    display: flex;
    flex-direction: column;
    justify-content: center; /* Vertically center the hero-content */
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1;
}


.hero-section {
    min-height: 100vh;
    color: white;
    position: relative;
    background-size: cover;
    background-position: center;

    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: var(--bg-image) ; /* Use the CSS variable */
    background-size: cover; /* Ensure the image covers the element */
    background-position: center;
    background-color: rgba(0, 0, 0, 0.7); /* Add the overlay here */
    z-index: 1;
}


.hero-content .col-lg-12 {
    display: flex;
    flex-direction: column; /* Stack the navbar and content vertically */
    justify-content: center; /* Horizontally center everything */
    align-items: center; /* Vertically center everything */
}
.hero-content .row {
    width: 100%; /* Ensure the row takes full width of hero-content */
}

.col-lg-12 {
    display: flex;
    justify-content: center; /* Center content horizontally within the column */
    align-items: center; /* Center content vertically within the column */
    /* Remove height: 100%; to allow natural height based on content + padding */
}

.navbar {
    /* background-color: rgba(0, 0, 0, 0.2); */
    transition: background-color 0.3s ease;
    /* To position it at the top */
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3; /* Ensure it's above the hero content */
}

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

.navbar-nav .nav-link, .navbar-nav .nav-link.contact-btn {
    color: white !important;
    font-weight: 100;
}

.contact-btn {
    background-color: none;
    border: 1px solid;
    padding: 12px 18px 12px 18px !important;
    border-radius: 50rem;
    text-decoration: none;
    margin-left: 10px;
}  
.price-calculator {
    background-color: rgba(255, 255, 255, 0.9);
    background-color: white;
    padding: 50px 60px 50px 60px;
    border-radius: 40px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.price-form{
    padding-top: 2rem;
}

.price-calculator h3 {
    color: #F37E44;
    font-weight: 700;
}

.price-calculator p {
    font-size: 14px;
    color: #F37E44;
}

.form-control {
    border-radius: 20px;
    /* background-color: #f0f0f0; */
    border: none;
    padding: 10px 20px;
    margin-bottom: 15px;
}

.consultation-btn {
    background-color: #F37E44;
    color: white;
    border: none;
    padding: 12px 18px 12px 18px !important;
    border-radius: 50rem;
    /* width: 100%; */
    font-weight: 600;
    margin-top: 2rem;
}

.hero-content {
    z-index: 1;
}

.gallery-btn {
border-radius: 20px;
border-color: #9D9D9D;
color: #9D9D9D;
font-weight: 600;
transition: all 0.3s ease;
font-size: 14px;
}

.gallery-btn:hover {
background-color: #F37E44;
color: white;
}

.gallery-btn.active {
background-color: #F37E44;
color: white;
}

.gallery-content {
display: none;
opacity: 0;
transition: opacity 0.5s ease-in-out;
}

.gallery-content.active {
display: block;
opacity: 1;
}
.table-card {
background-color: #F4F2EE;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.locality-row:not(:last-child) {
border-bottom: 1px solid #e0e0e0;
}
.portfolio-carousel {
display: none;
max-width: 900px;
margin: auto;
}

.portfolio-carousel.active {
display: block;
}

.portfolio-btn {
border-radius: 20px;
border-color: #f0f0f0;
color: #9D9D9D;
font-weight: 500;
transition: all 0.3s ease;
}

.portfolio-btn.active {
background-color: #F37E44;
color: white;
border-color: #F37E44;
}

.custom-carousel-control {
width: 40px;
height: 40px;
border-radius: 50%;
background-color: rgba(255, 255, 255, 0.8);
transition: background-color 0.3s ease;
position: absolute;
top: 50%;
transform: translateY(-50%);
border: none;
}

.custom-carousel-control:hover {
background-color: rgba(255, 255, 255, 1);
}

.custom-carousel-control .carousel-control-prev-icon,
.custom-carousel-control .carousel-control-next-icon {
filter: invert(1);
}
.gallery-btn.active,.portfolio-btn.active,.btn,.cta-button{
    padding: 12px 18px 12px 18px !important;
    border-radius: 50rem !important;
}
.carousel-control-prev {
left: 20px; 
}

.carousel-control-next {
right: 20px;
}
.experience-centers-banner {
padding-top: 4rem;
padding-bottom: 4rem;
background: #F4F2EE;
}
.experience-centers-banner h2{
font-size: 40px;
}
.experience-centers-banner p{
font-size: 18px;
}
/* Other styles as before */
.locality-list .locality-item {
    background-color: white;
    padding: 1.5rem;
    border-radius: 12px;
    margin-bottom: 1rem;
    cursor: pointer;
    color: #f37f44;
    transition: all 0.3s ease;
    border: 1px solid #e0e0e0;
}

.locality-list .locality-item:hover,
.locality-list .locality-item.active {
    background-color: #F37E44;
    color: white !important;
    transform: translateY(-5px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* This is the key change to make the stars white on hover */
.locality-list .locality-item:hover .star-rating,
.locality-list .locality-item.active .star-rating {
    color: white !important;
}

/* This is the key change to make the text muted white on hover */
.locality-list .locality-item:hover .text-muted,
.locality-list .locality-item.active .text-muted {
    color: white !important;
}

.locality-list .locality-item .star-rating {
    color: #F37E44;
    font-size: 20px;
}

.details-card {
background-color: white;
}

.details-content {
display: none;
animation: fadeIn 0.5s ease-in-out;
}

.details-content.active {
display: block;
}

@keyframes fadeIn {
from { opacity: 0; }
to { opacity: 1; }
}
.image-rating-wrapper {
position: relative;
}

.image-rating {
position: absolute;
bottom: -10px;
right: 0px;
z-index: 10;
display: flex;
align-items: center;
gap: 0.25rem;
}

.image-rating .star-rating {
color: #F37E44;
}
.testimonial-card {
text-align: left;
padding-top: 2rem;
padding-bottom: 2rem;
height: 300px;
}

.testimonial-card .quote-icon {
line-height: 0.5;
}

.testimonial-card .star-rating {
color: white;
}

.testimonial-card img {
width: 30px;
height: 25px;
}

.testimonial-control {
position: static;
width: 45px;
height: 45px;
border-radius: 50%;
background-color: #e9ecef;
opacity: 1;
margin: 0 5px;
}

.testimonial-control:hover {
background-color: #dee2e6;
}

.testimonial-control .carousel-control-prev-icon,
.testimonial-control .carousel-control-next-icon {
filter: invert(0.5); /* Makes the arrows darker */
}

/* Adjust the carousel to center the items vertically and on small screens */
#testimonialCarousel .carousel-inner {
padding: 0 15px; /* Adds padding on the sides for mobile */
}
#testimonialCarousel{
position: absolute;
left: 18%;
width: 80%;
padding: 2rem;
background: #ffffff;
border-radius: 21px;
}
.testimonial-banner{
height: 450px !important;
width: auto !important;
}
.customers-say-section{
padding-bottom: 8rem !important;
}
.insight-card {
background-color: white;
transition: transform 0.3s ease;
}

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

.insight-card img {
object-fit: cover;
}

.read-article-btn {
font-size: 0.9rem;
padding: 0.6rem 1.2rem;
}

.insight-control {
position: absolute;
width: 45px;
height: 45px;
border-radius: 50%;
background-color: #e9ecef;
opacity: 1;
top: 50%;
transform: translateY(-50%);
}

.insight-control:hover {
background-color: #dee2e6;
}

.insight-control .carousel-control-prev-icon,
.insight-control .carousel-control-next-icon {
filter: invert(0.5);
}

/* Position controls based on desktop view */
.carousel-control-prev {
left: -60px;
}

.carousel-control-next {
right: -60px;
}
.accordion-item {
border: none;
background-color: white;
}

.accordion-button {
background-color: transparent !important;
border: none;
padding: 1.5rem;
box-shadow: none !important;
color: #0b1a37;
}

.accordion-button:not(.collapsed) {
color: #F37E44; /* Active color */
}

.accordion-button:focus {
border-color: transparent !important;
box-shadow: none !important;
}


.accordion-button::after {
content: '\002B'; /* Unicode for a plus sign */
background-image: none;
transform: rotate(0deg);
transition: transform 0.3s ease-in-out;
font-family: inherit; /* Ensures the icon uses the same font */
width: auto;
height: auto;
}

.accordion-button:not(.collapsed)::after {
content: '\2715'; /* Unicode for a multiplication sign (X) */
transform: rotate(0deg); /* No rotation needed */
}

.accordion-body {
padding: 0 1.5rem 1.5rem;
}



.consultation-card {
margin: 0 auto;
}

.consultation-info-panel {
color: white;
}

.free-home-visit-box {
background-color: #FFF7F3; /* A slightly darker shade of orange */
color:#0b1a37
}

.form-control-underline {
border: none;
border-bottom: 1px solid #ced4da;
border-radius: 0;
padding-left: 0;
padding-right: 0;
box-shadow: none;
}

.form-control-underline:focus {
border-color: #F37E44;
box-shadow: none;
}

.form-select.form-control-underline {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-chevron-down" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/></svg>');
background-repeat: no-repeat;
background-position: right 0.75rem center;
background-size: 16px 12px;
}


.advantage-card, .service-card, .process-card {
    background-color: #ffffffbf;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

/* Carousel controls for all sections */
.advantage-control, .service-control, .process-control {
    position: absolute;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #e9ecef;
    opacity: 1;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.advantage-control:hover, .service-control:hover, .process-control:hover {
    background-color: #dee2e6;
}

.advantage-control .carousel-control-prev-icon,
.service-control .carousel-control-prev-icon,
.process-control .carousel-control-prev-icon {
    background-image: none;
    width: 15px;
    height: 15px;
    border-left: 2px solid #555;
    border-bottom: 2px solid #555;
    transform: rotate(45deg);
}

.advantage-control .carousel-control-next-icon,
.service-control .carousel-control-next-icon,
.process-control .carousel-control-next-icon {
    background-image: none;
    width: 15px;
    height: 15px;
    border-left: 2px solid #555;
    border-bottom: 2px solid #555;
    transform: rotate(-135deg);
}
.cta-section {
background-color: #F37E44;
color: white;
}

.cta-container {
display: flex;
flex-direction: row;
}

.cta-button {
border: 2px solid white;
background-color: transparent;
color: white;
transition: all 0.3s ease-in-out;
}

.cta-button:hover {
background-color: white;
color: #F37E44;
}

.footer {
background-color: #f7f3ef;
}

.footer-column ul {
padding-left: 0;
}

.footer-column ul li {
margin-bottom: 0.5rem;
list-style-type: none;
}

.footer-column h5 {
color: #0b1a37;
}

.footer-links a {
color: #6c757d;
transition: color 0.2s ease-in-out;
}

.footer-links a:hover {
color: #F37E44;
}

.social-icon {
width: 40px;
height: 40px;
color: white;
transition: background-color 0.2s ease-in-out;
text-decoration: none;
}

.social-icon:hover {
background-color: #e6603a !important;
}


@media (max-width: 767.98px) {
    .gallery-btn.active,.portfolio-btn.active,.btn,.cta-button,.contact-btn,.consultation-btn{
        padding: 12px 12px 12px 12px !important;
    }
    .gap-2{
        gap:0.5rem !important;
    }
    .portfolio-btn,.insight-card a,.insight-card p{
        font-size: 11px !important;
    }

    .w-50 {
       width: 100% !important;
    }
    .gallery-container{
        width: 100% !important;
    }
.table-sm>:not(caption)>*>* {
    padding: .25rem .25rem;
}
.testimonial-card{
    height: auto !important;
}
.testimonial-card p{
    padding: 2rem;
}
.location-tables{
    width: 100%;
}
.table-card {
font-size: 14px;
}
.hero-section{
    align-items: initial !important;
    padding-bottom: 0px !important;
}
.feature-item{
    align-items: baseline !important;
flex-direction: column !important;
}
.feature-item p{
    font-size: 10px !important;
}
.feature-item img{
    height: 50px;
}
.g-5, .gy-5 {
--bs-gutter-y: 0rem;
}
.px-3 {
padding: 10px !important;
}
.display-3 {
font-size: 40px;
line-height: 40px;
}
.lead {
font-size: 16px;
}

/* Add this CSS to fix the gap between "Please specify" fields */

/* Remove extra margin from hidden fields */
#experienceCenterGroup[style*="display: none"],
#othersCityGroup[style*="display: none"],
#experienceCenterGroup[style*="display:none"],
#othersCityGroup[style*="display:none"] {
    display: none !important;
    margin: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
}

/* Ensure visible fields have proper spacing */
#experienceCenterGroup,
#othersCityGroup {
    margin-bottom: 1rem;
}

/* Fix for all dynamically added fields */
#dynamicQuestions .mb-3 {
    margin-bottom: 1rem !important;
}

/* Ensure no extra space in dynamic questions container */
#dynamicQuestions:empty {
    margin: 0 !important;
    padding: 0 !important;
    height: 0 !important;
}


.display-5 ,.experience-centers-banner h2,.display-4{
font-size: 27px;
}
.cta-button,.schedule-hm-btn{
font-size: 12px !important;
}
.advantage-card, .service-card, .process-card,#portfolio-full-interior-carousel{
margin: 1rem;
}
.text-section{
width: 100%;
padding: 0px;
margin:0px
}
.mob-justi-center{
justify-content: center !important;
}
.mob-align-center{
text-align: center !important ;
}
.mob-align-left{
text-align: left !important ;
}
.why-decorpot-section p {
font-size: 14px;
margin-top: 5px;
text-align: left;
}
.w-75{
width: 100% !important;
}
.insight-card{
margin: 3rem;
}
h5 {
font-size: 1rem;
}

.mb-5 {
margin-bottom: 1rem !important;
}

.image-rating-wrapper img {
width: 60%;
}
.image-rating{
display: flex;
flex-direction: column;
}
.mob-colum-reverse{
flex-direction: column-reverse !important;
}
#gallery-container {
width: 95%;
}
.py-5{
padding:1.5rem !important
}
.mt-5 {
margin-top: 1rem !important;
}
.gallery-content{
text-align: center;
}
.lead-24 {
font-size: 16px;
}
.mb-4 {
margin-bottom: 0.5rem !important;
}
.cta-container {
    flex-direction: column-reverse;
}
.cta-content-wrapper {
    background-color: #F37E44;
}
.cta-image-wrapper {
    max-height: 400px;
    overflow: hidden;
}
.advantages-grid, .services-grid, .process-grid {
        display: none !important;
    }
    
    .advantage-control, .service-control, .process-control {
        top: 60%;
        transform: translateY(-60%);
    }
.consultation-info-panel {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.consultation-card .bg-white {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}
.insight-card {
    margin-bottom: 1rem;
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 55%;
    transform: translateY(-55%);
}
.what-we-done-prev-btn,.what-we-done-next-btn{
    top: 40% !important;
}
.carousel-control-prev {
    left: -10px;
}

.carousel-control-next {
    right: -10px;
}
.testimonial-card {
    margin-bottom: 1rem;
}
.feature-item {
    text-align: center;
}
.locality-row > div {
    text-align: center;
}

.locality-row .d-flex {
    justify-content: center !important;
}
.carousel-control-prev {
    left: -10px;
}
.carousel-control-next {
    right: -10px;
}
}
@media (min-width: 992px) {
    .hero-content-desktop {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 90%;
    }

    .hero-text-desktop {
        max-width: 50%;
    }

    .price-calculator {
        width: 450px; 
        text-align: center;
    }
}

@media (max-width: 991.98px) {
    .footer-column {
    text-align: center;
}
.social-icons {
    justify-content: center !important;
}
    .hero-section {
        justify-content: center;
        align-items: flex-end;
        padding-bottom: 50px; 
        text-align: center;
    }

    .navbar-nav {
        background-color: rgba(0, 0, 0, 0.8);
        padding: 10px;
        border-radius: 10px;
    }
    
    .navbar-brand {
        margin-left: 15px;
    }
}
        /* Media queries to show/hide desktop/mobile views and adjust control position */
        @media (min-width: 768px) {
    .advantages-mobile-carousel, .services-mobile-carousel, .process-mobile-carousel {
        display: none !important;
    }
    
    .process-grid .col-md-4:nth-child(4) .process-card,
    .process-grid .col-md-4:nth-child(5) .process-card {
        margin-top: -30px; /* Adjusting the vertical offset for the second row as per image */
    }
    .cta-content-wrapper {
    background-color: #F37E44;
}
.cta-content {
    padding-right: 2rem !important;
    padding-left: 5rem !important;
}
.cta-image {
    object-fit: cover;
    width: 100%;
    height: 300px;
    display: block;
}
}
.form-control{
    background: #F3F3F3;
}
/* Small Devices, Tablets */
@media only screen and (min-width : 768px) and (max-width : 992px) {
#testimonialCarousel{
position: relative;
}
}
.project-grid .project-link {
    width: 27%;
    margin-bottom: 3rem;
    text-decoration: none;
    color: inherit;
}

/* For smaller screens, adjust the width */
@media (max-width: 992px) {
.project-grid .project-link {
    width: 45%;
}
}

@media (max-width: 768px) {
.project-grid .project-link {
    width: 100%;
    margin: 10px 0;
}
}
.project-card {
/* Set a fixed height for the card to prevent it from changing */
height: 450px; /* Adjust this value as needed to fit all content */
overflow: hidden; /* Hide anything that goes outside the card */
position: relative; /* Essential for positioning the image inside */
transition: all 0.3s ease;
}

.project-card img {
/* Make the image fill the top part of the card initially */
height: 70%; /* Adjust this to control the initial image height */
object-fit: cover; /* Ensures the image covers the area without distortion */
transition: all 0.3s ease;
}

.project-card:hover img {
/* On hover, shrink the image height to make space for the info */
height: 65%; /* Adjust this to make room for the info div */
}
.project-card:hover .p-4 {
padding: 2.5rem !important;
}

.project-card .project-info {
/* Initially hide the project info */
opacity: 0;
visibility: hidden;
position: absolute;
bottom: 0px; /* Adjust as needed */
left: 8%;
/* transform: translateX(-50%); */
transition: opacity 0.3s ease, visibility 0.3s ease;
}

.project-card:hover .project-info {
/* On hover, show the project info */
opacity: 1;
visibility: visible;
}

/* Optional: Add a transition to the text container */
.project-card .p-4 {
transition: transform 0.3s ease;
}

.project-card:hover .p-4 {
/* On hover, shift the text container up to fill the gap */
transform: translateY(-10px);
}
        /* Custom CSS for the modal to match the screenshot */
        #projectModal .modal-backdrop {
            background-color: rgba(0, 0, 0, 0.85); /* Dark semi-transparent background */
        }
        
        .custom-modal-content {
            background-color: #000000a8; /* Makes the modal background transparent */
            border: none;
            height: auto;
            width: auto;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        
        .custom-close-btn {
            position: absolute;
            top: 20px;
            right: 20px;
            z-index: 1055; /* Higher than the modal content */
            filter: invert(1); /* Makes the close button icon white */
            opacity: 1; /* Ensures it is not semi-transparent */
        }
        
        .custom-modal-image {
            object-fit: fill;
            border-radius: 10px; /* Optional: adds rounded corners to the image */
        }
        
        .gallery-container {
            padding: 0 40px; /* Add space for the nav buttons */
            width: 90%;
        }
        
        .gallery-nav {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(255, 255, 255, 0.3); /* Semi-transparent button background */
            border: none;
            border-radius: 50%;
            width: 40px;
            height: 40px;
            color: white;
            font-size: 1.5rem;
            cursor: pointer;
            display: flex;
            justify-content: center;
            align-items: center;
            transition: background 0.3s ease;
        }
        
        .gallery-nav:hover {
            background: rgba(255, 255, 255, 0.5);
        }
        
        .prev-btn {
            left: 0;
        }
        
        .next-btn {
            right: 0;
        }
        
        

.about-text {
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-weight: 400;
  text-align: justify;
  margin: 0 auto 10px;
  max-width: 1200px; /* keeps content neat on big screens */
  /*padding: 0 2px;*/
}
@media (max-width: 767.98px) {
  .navbar-brand {
    margin-left: 0 !important;
    margin-right: auto !important;
  }
}
     
        