@import url('https://fonts.googleapis.com/css2?family=Barlow: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');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    font-size: 62.5%; /* 1rem = 10px */
    overflow-x: hidden !important;
    scroll-behavior: smooth;
    overflow-y: scroll;
}

body {
    font-size: 1.6rem; /* 16px */
    line-height: 1.6;
    color: #333;
    background-color: #f9f9f9;
    font-family: "Barlow", sans-serif;
    overflow-x: hidden !important;
}

h1 {
    font-size: 3.6rem; /* 36px */
    font-weight: bold;
    margin: 2rem 0;
    font-family: "Oswald", sans-serif;
}

h2 {
    font-size: 3rem; /* 30px */
    font-weight: bold;
    margin: 1.5rem 0;
    font-family: "Oswald", sans-serif;
}

h3 {
    font-size: 2.4rem; /* 24px */
    font-weight: bold;
    margin: 1.2rem 0;
    font-family: "Oswald", sans-serif;
}

h4 {
    font-size: 2rem; /* 20px */
    font-weight: bold;
    margin: 1rem 0;
    font-family: "Oswald", sans-serif;
}

h5 {
    font-size: 1.8rem; /* 18px */
    font-weight: bold;
    margin: 1rem 0;
    font-family: "Oswald", sans-serif;
}

h6 {
    font-size: 1.6rem; /* 16px */
    font-weight: bold;
    margin: 0.8rem 0;
    font-family: "Oswald", sans-serif;
}

p {
    font-size: 1.6rem; /* 16px */
    margin: 1.6rem 0;
}

a {
    font-size: 1.6rem; /* 16px */
   color: #2e3e4e;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}




.container {
    max-width: 120rem; /* 1200px */
    margin: 0 auto;
    padding: 0 2rem; /* 20px */
    width: 100%;
    box-sizing: border-box;
}

.container-fluid {
    
  
    box-sizing: border-box;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(14, 29, 51, 0.8), rgba(14, 29, 51, 0.2));
}

.hero-slider {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: 1;
}

.hero-slider .carousel-cell {
    background-size: cover;  /* Ensure the image covers the container */
    background-position: center center;  /* Center the image */
    height: 100vh;  /* Ensure the height takes full viewport height */
    width: 100%;  /* Ensure it spans the full width */
    background-repeat: no-repeat; /* Prevent the image from repeating */
    display: flex;
    justify-content: center;  /* Center the content horizontally */
    align-items: center; 
}
@media (max-width: 768px) {
    .carousel-cell {
        background-position-x: center !important; /* Ensure the image stays centered */
       /* Adjust height if necessary */
    }
}
.hero-slider .carousel-cell .inner {
   width: 22.5%;
    color: white;
    position: absolute;
    right: 10%;
    top: 25%;
    
    
}

.hero-slider .carousel-cell .inner .subtitle {
    font-family: "Roboto Slab", serif;
    font-size: 2.2rem;
    line-height: 1.2em;
    font-weight: 200;
    font-style: italic;
    letter-spacing: 3px;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 5px;
}

.hero-slider .carousel-cell .inner .title {
    
    font-size: 2rem;
    line-height: 3rem;
    text-transform: uppercase;
    letter-spacing: 7px;
    margin-bottom: 40px;
}

.hero-slider .carousel-cell .inner .btn {
    border: 1px solid #fff;
    padding: 14px 18px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-size: 0.8rem;
    letter-spacing: 3px;
    color: #fff;
    text-decoration: none;
    transition: all 0.2s ease;
}

.hero-slider .carousel-cell .inner .btn:hover {
    background: #fff;
    color: #000;
}

.hero-slider .flickity-prev-next-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.hero-slider .flickity-prev-next-button.previous {
    left: 10px; /* Adjust as needed */
}

.hero-slider .flickity-prev-next-button.next {
    right: 10px; /* Adjust as needed */
}
.hero-slider .flickity-prev-next-button:hover {
    background: transparent;
}

.hero-slider .flickity-prev-next-button .arrow {
    fill: white;
}

.hero-slider .flickity-page-dots {
    bottom: 30px;
}

.hero-slider .flickity-page-dots .dot {
    max-width: 15px;
    height: 4px;
    opacity: 1;
    background: rgba(255, 255, 255, 0.5);
    border: 0 solid white;
    border-radius: 0;
}

.hero-slider .flickity-page-dots .dot.is-selected {
    background: #2e3e4e;
    border: 0 solid #ff0000;
}


.design-section {
    text-align: center;
    padding: 50px 20px;
   
}

.design-title {
    font-size: 2em;
    color: #333;
    margin-bottom: 30px;
}
.design-title strong{
    color: #e63946;
}
.design-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    padding: 0 20px;
}

.design-item {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-bottom: 75%; /* Maintain aspect ratio */
    background-color: #ddd; /* Fallback background color */
}

.design-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease-in-out;
    
}

.design-item:hover img {
    transform: scale(1.05);
    cursor: pointer;
}



.pricing-table {
    display: flex;
    justify-content: space-between;
    padding: 3.6rem 0;
    flex-wrap: wrap;
}

.plan {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    width: 32%;
    padding: 10px;
    flex: 1 1 calc(33.333% - 2rem); /* 3 cards per row with spacing */
    max-width: calc(33.333% - 2rem);
    text-align: center;
}

.plan-header {
    background: linear-gradient(135deg, #9AA6B2, #BCCCDC);

  color: #00245a;
    padding: 20px;
    border-radius: 10px 10px 0 0;
}

.plan-header h2 {
    margin: 0;
    font-size: 24px;
    color: #00245a;
}

.plan-header p {
    margin: 5px 0;
    font-size: 14px;
}

.price {
    margin: 15px 0;
    font-size: 28px;
}

.old-price {
    text-decoration: line-through;
    color: #000;
    font-size: 18px;
}

.new-price {
    font-weight: bold;
    font-size: 32px;
}

.unit {
    font-size: 18px;
    
}

.features {
    list-style: none;
    padding: 0;
    margin: 20px 0 0 0;
    text-align: left;
}

.features-list {
    padding: 10px 5px;
    border: 1px solid #eee;
}

.expandable {
    cursor: pointer;
}

.feature-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 5px;
    border: 1px solid #eee;
    font-size:1.8rem;
    font-weight: 700;
}



.toggle-icon {
    font-size:2.4rem;
    font-weight: bold;
    color: #666;
}
.feature-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
    
}

/* Class to show the expanded content */
.feature-content.expanded {
    max-height: 500px; /* A sufficiently large value */
}
.expanded{
    padding: 10px 5px;
    border: 1px solid #eee;
}
.feature-content ul {
    list-style-type: disc; /* Adds bullets */
    padding-left: 20px; /* Adds space between bullets and text */
}

.feature-content li {
    margin-bottom: 5px; /* Optional: Adds space between each list item */
}
.plan-head{
    text-transform: uppercase;
    margin: 3rem 0;
    text-align: center;
    padding-top: 3rem;
}
.plan-head span{
    color: #e63946;
}
/*********************************/
/************vendor-section-starts***********/
/*********************************/
.div-vendors {
  
    margin: 10rem auto;
  }
  .div-vendors h2 {
    font-size: 3.6rem;
    text-align: center;
    margin: 5rem 0;
    
  }
  .div-vendors h2 span{
    color: #e63946;
  }
  .vendor-logo {
    
 
    justify-content: center;
    align-items: center;
    text-align: center;
  
    margin-top: 3.6rem;
    margin-bottom: 7.5rem;
  }
  .logo-invert{
    -webkit-filter: invert(100%);
  }
  .logo-img1{
    height: 3rem;
  }
  .logo-img2{
    height: 6.5rem;
  }
  .vendor-logo img {

  
    display: block;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 2.6rem 3rem;
  }
  .logo-marquee {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    width: 100%;
    
}

.logo-track {
    display: inline-flex;
    align-items: center;
    animation: scroll 60s linear infinite;
}



@keyframes scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}
  
  /*********************************/
  /************vendor-section-ends***********/
  /*********************************/



  .form-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    display: none; /* Hidden by default */
    align-items: center;
    justify-content: center;
    z-index: 100011; /* Ensure it's on top */
}

.form-popup {
    display: flex;
    max-width: 900px;
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    position: relative;
}

.form-container {
    padding: 20px;
    flex: 1;
    background-color: #f7f7f7;
}

.form-header h2 {
    background-color: #65ccb8;
    padding: 10px;
    text-align: center;
    margin: -20px -20px 20px -20px;
    color: #333;
}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.form-group input,
.form-group select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.mobile-input {
    display: flex;
    align-items: center;
}

.flag-icon {
    width: 24px;
    height: auto;
    margin-right: 10px;
}

.submit-btn {
    background-color: #65ccb8;
    color: #333;
    padding: 10px;
    border: none;
    border-radius: 3px;
    width: 100%;
    cursor: pointer;
    font-weight: bold;
    text-transform: uppercase;
}
.no-scroll {
    overflow: hidden; /* Prevent background scroll */
}
.form-image {
    background-color: #fff;
    padding: 40px;
    text-align: left;
    flex: 1;
}

.form-image h1 {
    font-size: 24px;
    margin-bottom: 10px;
}

.form-image h2 {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: bold;
}

.form-image p {
    font-size: 14px;
    color: #666;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
}




.elementor-section {
    padding: 20px;
   
}

.elementor-widget-container {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.calc-item {
    margin-bottom: 7.5px;
}

.calc-item label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}
.calc-item-title p{
    text-align: center;
}
.calc-item input, .calc-item select {
    width: 100%;
    padding: 8px 0;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.calc-subtotal {
    margin-top: 20px;
    padding: 1rem 3rem;
    border-top: 1px solid #ccc;
}

.calc-subtotal h3 {
    margin-bottom: 10px;
}

.calc-subtotal ul {
    list-style: none;
    padding: 0;
}

.calc-subtotal ul li {
    border-bottom: 1px dashed #ccc;
    padding: 10px 0;
}

#calculate-button {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: #e63946;
    color: #fff;
    font-size: 18px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin: 2rem 0;
}

#calculate-button:hover {
    background-color: #f1a7a3;
}
.calculator-grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3.6rem;
}
#summary-construction-cost,
#summary-parking-cost,
#summary-sump-cost,
#summary-recycling-cost,
#summary-wall-cost{
    float: right;
}
.ccb-calc-heading{
    text-align: center;
}
.calc-subtotal h3{
    text-align: center;
}
.calc-subtotal h4{
    text-align: center;
}

.services-section {
    padding: 50px 20px;
    text-align: center;
    overflow: hidden;
}

.services-section h1 {
    font-size: 36px;
    font-weight: bold;
  
    margin-bottom: 50px;
}

.services-section h1 span {
    color: #e63946;
}

.services-container {
    display: flex;
    justify-content: space-around;
    gap: 20px;
}

.service {
    flex: 1;
    max-width: 30%;
    background: linear-gradient(135deg, #c0c9d4, #d0e0e6);
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
    overflow: hidden;
    border:solid 1px black;
}
.service::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #9AA6B2, #BCCCDC);
    z-index: -1; /* Places it below the content */
    opacity: 0; /* Hidden initially */
    transition: opacity 0.5s ease;
    overflow: hidden;
}
.service:hover {
    transform: translateY(-10px); /* Move up by 10px */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); /* Add shadow for depth */
}
.service:hover::before {
    opacity: 1; /* Show the gradient background on hover */
    background: linear-gradient(135deg, #9AA6B2, #BCCCDC); /* Shiny gradient effect */
}


/* .service::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3); 
    border-radius: 10px; 
    transform: rotate(-30deg);
    opacity: 0; 
    transition: opacity 0.5s ease;
    overflow-x: hidden;
    
} */
.service:hover::after {
    opacity: 0.4; /* Adjust for desired glossiness on hover */
}
.service-icon img {
  height: 10rem;
  
}


.service h2 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #000;
    z-index: 2;
}
.service:hover p{
    color: #000;
}
.service p {
    font-size: 14px;
    color: #000;
    line-height: 1.6;
    z-index: 2;
    text-align: justify;
}



@media (max-width: 768px) {
    .services-container {
        flex-direction: column;
        align-items: center;
    }

    .service {
        max-width: 90%;
        margin-bottom: 20px;
    }
}


/* .reasons-container {
    text-align: center;
    padding: 50px 0;
}

.reasons-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.reason-item {
    position: relative;
    width: 30%;
    height: 200px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

.reason-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.3s ease-in-out;
}

.reason-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5); /* or use a gradient */
    /* color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
 
    transition: all 0.3s ease-in-out;
}

.reason-item .overlay:hover{
    background-color: transparent;
}


.reason-item i {
    font-size: 2rem;
    margin-bottom: 10px;
}

.reason-item p {
    font-size: 2.2rem;
    font-weight: bold;
}
.overlay svg{
    height: 5rem;
    width: 5rem;
    fill: #FFFFFF;
} */ 
.solution{
    text-align: center;
    padding-bottom: 2rem;
}
.solution span{
    color: #e63946;
    font-size: 4rem;
}
.choose{
    text-align: center;
}
.choose span{
color:#e63946;

}
.flip-card-front svg{
    height: 5rem;
    width: 5rem;
    fill: #FFFFFF;
    position: relative;
    z-index: 2;
} 

.work-steps {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.work-step {
    flex: 1 1 calc(30% - 20px);
    max-width: 350px;
    perspective: 1000px; /* Enable 3D perspective */
}

.flip-card {
    width: 100%;
    height: 250px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    transform-style: preserve-3d;
    transition: transform 0.6s ease;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: transform 0.6s ease;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}
.flip-card-front::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Slightly transparent black overlay */
    z-index: 1; /* Ensure it sits above the background image */
}
.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
  
}
.flip-card-front p {
    position: relative;
    z-index: 2; /* Ensure it sits above the overlay */
    font-size: 2.2rem;
    font-weight: bold;
}

/* Front Side */
.flip-card-front {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
 
    padding: 20px;
}

/* Back Side */
.flip-card-back {
    background: #e63946; /* Fallback background color */
    color: #fff;
    font-size: 1rem;
    transform: rotateY(180deg);
    padding: 20px;
}

/* Background Images */
.work-step:nth-child(1) .flip-card-front {
    background-image: url('images/choose/choose-1.webp'); /* Replace with your image path */
}

.work-step:nth-child(2) .flip-card-front {
    background-image: url('images/choose/choose-2.webp'); /* Replace with your image path */
}

.work-step:nth-child(3) .flip-card-front {
    background-image: url('images/choose/choose-3.webp'); /* Replace with your image path */
}

.work-step:nth-child(4) .flip-card-front {
    background-image: url('images/choose/choose-4.webp'); /* Replace with your image path */
}

.work-step:nth-child(5) .flip-card-front {
    background-image: url('images/choose/choose-5.webp'); /* Replace with your image path */
}

.work-step:nth-child(6) .flip-card-front {
    background-image: url('images/choose/choose-6.webp'); /* Replace with your image path */
}

/* Adjust responsiveness */
@media (max-width: 768px) {
    .work-steps {
       
        align-items: center;
    }

    .work-step {
        flex: 1 1 100%;
        max-width: 90%;
    }
}



.about-us {
    padding: 50px 0;
    text-align: center;
}



.about-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.about-image {
    flex: 1 1 45%;
    padding: 10px;
}

.about-image img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.about-text {
    flex: 1 1 50%;
    padding: 10px;
    text-align: left;
}

.about-text h2 {
   
    margin-bottom: 20px;
    font-weight: bold;
}
.about-text h2 span{
    color: #e63946;
}
.about-text p {
    font-size: 1.8rem;
    line-height: 1.6;
    margin-bottom: 20px;
}
.dedi-team{
    margin-bottom: 4rem;
}
.about-founder{
    display: flex;
    flex-direction: column; /* Stacks items vertically */
    /* Centers items horizontally */
    justify-content: center; /* Centers items vertically */
    text-align: center; /* Ensures text is centered */
    padding: 20px; /* Optional: Add some padding */
}
.team-section {
    padding: 50px 0;
    text-align: center;
}

.team-section h2 {
    font-size: 2.5rem;
    margin-bottom: 40px;
    font-weight: bold;
}



.team-members {
    display: grid;
    grid-template-columns: 1fr 1fr;
    
}
.about-founder h3{
text-align: left;
padding-top: 3rem;
}
.about-founder h3 span{
    color: #e63946;
}
.about-founder p{
    
    text-align:left;
    
   
}
.team-member {
    flex: 1 1 30%;
    margin: 10px;
    text-align: center;
}

.team-member img {
    width: 100%;
    max-width: 300px;
    
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.team-member h3 {
    font-size: 2rem;
 
    font-weight: 500;
}
.members{
    text-align: center;
}
.about-members{
    text-align: center;
    align-items: center;
}
.members span{
    color: #e63946;
}
.team-member p {
    margin: 0;
    font-size: 1.6rem;
    color: #555;
   
}

.container-team {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    justify-content: center;
   
  }
  
  .image-cards {
    position: relative;
    width: 200px; /* Adjust as needed */
    height: 250px; /* Adjust as needed */
    margin-bottom: 10px;
  }
  
  .image-cards img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  
  .overlays{
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    color: #f1f1f1;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    opacity: 0;
    transition: opacity 0.5s;
  }
  
  .image-cards:hover .overlays {
    opacity: 1;
  }
  .refer-section {
    text-align: center;
    padding: 40px 20px;
   
}
.section-referrel{
    margin-top: 3.6rem;
}
.refer-title {
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    color: #333;
}

.refer-title .highlight {
    color: #e63946; /* Red highlight color */
}

.refer-subtitle {
    margin: 10px 0 30px;
    font-size: 14px;
    color: #555;
}

/* Steps Container */
.steps-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.step {
    text-align: center;
    max-width: 200px;
}

.icon {
    font-size: 40px;
    color: #e63946; /* Red color for the icons */
    margin-bottom: 10px;
}

.step h3 {
    font-size: 16px;
    font-weight: bold;
    color: #555;
    margin: 10px 0;
}

.step p {
    font-size: 14px;
    color: #666;
}

/* Divider */
.divider {
    font-size: 20px;
    color: #ccc;
    line-height: 50px;
}


/* Section Styling */
.how-we-work {
    padding: 60px 20px;
    background-color: #f9f9f9;
}

.containerS {
    display: grid;
    align-items: center;
    justify-content: space-between;
    grid-template-columns: 60% 40%;
    
}

/* Text Content Styling */
.work-content {
    margin-left: 10rem;
}

.how-we-work h2 {
    font-size: 3.6rem;
    margin-bottom: 10px;
    color: #333;
    text-align: center;
}

.how-we-work .highlight {
    color: #e63946;
}

.work-content .intro-text {
    font-size: 2.4rem;
    color: #555;
    margin-bottom: 20px;
}

.work-content .steps {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 1.8rem;
    color: #444;
    line-height: 1.8;
}

/* Image Styling */
.work-image {
    flex: 1 1 40%;
    
    display: flex;
    justify-content: center;
    align-items: center;
}

.work-image video {
    width: 55%;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.steps li span{
    font-size: 3.8rem;
    color: #e63946;
    font-weight: 600;
    line-height: 1.25;
}
/* Responsive Design */
 


.section-title {
    font-size: 3.6rem;
    text-align: center;
    margin-bottom: 40px;
    color: #333;
    margin-top: 10rem;
}

.section-title .highlight {
    color: #e63946;
}

/* Services Section */
.services {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

/* Service Card */
.service-card {
    flex: 1 1 calc(45% - 20px);
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2); /* Increased shadow size and opacity */
    padding: 20px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.service-icon {
    font-size: 4rem;
    color: #e63946;
    margin-bottom: 20px;
}

.service-content h3 {
    font-size: 2.4rem;
    margin-bottom: 10px;
    color: #333;
}

.service-content p {
    font-size: 1.6rem;
    color: #555;
    line-height: 1.6;
}

/* Responsive Design */
@media (max-width: 768px) {
    .service-card {
        flex: 1 1 100%;
    }
}

@media (max-width: 480px) {
    .section-title {
        font-size: 3rem;
    }

    .service-card {
        padding: 15px;
    }

    .service-icon {
        font-size: 3rem;
    }

    .service-content h3 {
        font-size: 2rem;
    }

    .service-content p {
        font-size: 1.4rem;
    }
}



/* Timeline Wrapper */
.timeline-wrapper {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    overflow: hidden; /* Ensure no horizontal scrollbar is visible */
    padding: 20px;
}

/* Timeline Container */
.timeline-container {
    display: flex;
    gap: 20px;
    overflow-x: auto; /* Allow scrolling */
    scroll-behavior: smooth; /* Enable smooth scrolling */
    width: 100%;
    padding: 10px 0; /* Add some padding for better spacing */
}

/* Timeline Items */
.timeline-item {
    flex: 0 0 calc(33.333% - 20px); /* Ensure 3 items visible per scroll */
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: #fff; /* Add a background color */
    min-width: calc(33.333% - 20px); /* Fix item width for scrolling calculations */
}

.timeline-number {
    font-size: 2.4rem;
    font-weight: bold;
    color: #333;
}

.timeline-content h3 {
    display: inline-block;
    position: relative;
    background-color: #c00; /* Red background */
    color: #fff; /* White text */
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 10px 40px;
    margin-bottom: 1rem;
    line-height: 1.5; /* Adjust line height */
}

.timeline-content h3:before,
.timeline-content h3:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
}

.timeline-content h3:before {
    left: -20px;
    border-width: 15px 20px 15px 0;
    border-color: transparent #c00 transparent transparent;
}

.timeline-content h3:after {
    right: -20px;
    border-width: 15px 0 15px 20px;
    border-color: transparent transparent transparent #c00;
}

/* Image Styles */
.timeline-content img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Navigation Buttons */
.scroll-left-button, .scroll-right-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: #333;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 24px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.scroll-left-button {
    left: 10px;
}

.scroll-right-button {
    right: 10px;
}

.scroll-left-button:hover, .scroll-right-button:hover {
    background: #555;
}

/* Responsive Design */
@media (max-width: 768px) {
    .timeline-item {
        flex: 0 0 calc(50% - 20px); /* Display 2 items at a time */
        min-width: calc(50% - 20px); /* Match flex basis */
    }

    .timeline-content img {
        height: 200px; /* Adjust image height */
    }
}

@media (max-width: 34em) {
    .timeline-item {
        flex: 0 0 100%; /* Display 1 item at a time */
        min-width: 100%; /* Match flex basis */
    }

    .timeline-content img {
        height: 150px; /* Adjust image height */
    }

    .scroll-left-button, .scroll-right-button {
        width: 30px;
        height: 30px;
    }
}
@media (max-width: 27em){
    .container{
        padding: 0 1rem;
    }
    .flickity-button{
        display: none;
    }
}