.Header {
    display: flex;
  }
  
  #carouselExampleIndicators {
    height: 50vh;
  }
  
  .carousel {
    height: 50vh;
    overflow: hidden; /* Hide overflowing content */
  }
  
  .carousel-item {
    height: 100%; /* Fill the entire height of the carousel */
  }
  
  .carousel-item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
  }
  
  .carousel-control-prev-icon:hover,
  .carousel-control-next-icon:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }
  
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    width: 50px;
    height: 50px;
  }
  
  /* Smooth transition */
  .carousel-inner .carousel-item {
    transition: transform 1s ease-in-out;
  }
  
  /* Media Queries for Responsive Design */
  
  @media (max-width: 768px) {
    #carouselExampleIndicators {
      height: 30vh; /* Adjust height for smaller devices */
    }
  
    .carousel {
      height: 30vh; /* Adjust height for smaller devices */
    }
  
    .carousel-item {
      height: 100%; /* Fill the entire height of the carousel */
    }
  
    .carousel-item img {
      height: 100%;
      width: 100%;
      object-fit: cover;
    }
  }
  
  @media (max-width: 576px) {
    #carouselExampleIndicators {
      height: 20vh; /* Adjust height for extra small devices */
    }
  
    .carousel {
      height: 20vh; /* Adjust height for extra small devices */
    }
  
    .carousel-item {
      height: 100%; /* Fill the entire height of the carousel */
    }
  
    .carousel-item img {
      height: 100%;
      width: 100%;
      object-fit: cover;
    }
  
    .carousel-control-prev-icon,
    .carousel-control-next-icon {
      width: 30px; /* Adjust size of control icons */
      height: 30px; /* Adjust size of control icons */
    }
  }
  
.header-content {
    text-align: center;
    color: #fff;
}

.header-content h1 {
    font-size: 36px;
    margin-bottom: 20px;
}

.header-content p {
    font-size: 18px;
    margin-bottom: 20px;
}

.header-content .btn {
    padding: 10px 20px;
    background-color: #04b7a8;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.header-content .btn:hover {
    background-color: transparent !important;
    border: 2px solid #04b7a8 !important;
    color: white !important;
}

.container23 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

/* Style for the question container */
.question-container {
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
}

/* Style for the question */
.question {
    background-color: #f0f0f0;
    padding: 10px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Style for the expanded answer */
.answer {
    padding: 10px;
    display: none;
}
.container245{
    
}
/* Style for the expand button */
.expand-btn {
    font-weight: bold;
    cursor: pointer;
}

/* Style for the Learn More button */
.learn-more {
    display: block;
    width: 200px;
    margin: 20px auto;
    padding: 10px;
    background-color: #04b7a8;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.learn-more:hover {
    background-color: #09aaaa;
}

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f0f0f0; /* Your website background color */
}

.Header {
 background-image: url(backgroundimageofhome3.png);
 background-repeat: no-repeat;
 background-size: cover;
 height: 50vh;
    color: #fff;
    padding: 10px 0;
    text-align: center;
}

.about-section {
    display: flex;
    justify-content: space-between;
    margin: 20px auto;
    max-width: 1200px;
    padding: 20px;
    background-color: #fff;
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
}


.about-section.active {
    opacity: 1;
}
.about-section .about-info {
    width: 760px;
    margin-right: 20px;
}

.about-section .about-info h2 {
    color: #04b7a8; /* Your website color */
    border-bottom: 2px solid #04b7a8; /* Your website color */
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.about-section .about-info p {
    font-size: 18px;
    line-height: 1.6;
}

.question-box {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: 70px;
    cursor: pointer;
    transition: all 0.3s ease;
    max-height: 0;
  
}

.question-box.active {
    max-height: 200px; /* Adjust this value based on your content */
}
.question-box:hover {
    background-color: #f9f9f9;
}

.question-box.active .answer {
    display: block;
}

.answer {
    display: none;
    padding: 10px;
}

.aboutus23{
    background-color: #04b7a8 !important;
    color: white !important;
}
.expand-btn {
    float: right;
}
.aboutusheading34 {
    text-align: center;
    font-size: 3.5vw; /* Responsive font size */
    text-decoration: underline 0.4vw solid #04b7a8; /* Responsive underline thickness */
    margin-bottom: 20px; /* Adjust margin as needed */
}

.aboutuspara {
    max-width: 90%; /* Adjust maximum width as needed */
    margin: 0 auto; /* Center the paragraph */
    text-align: center;
    font-size: 1.8vw; /* Responsive font size */
    line-height: 1.6; /* Adjust line height as needed */
    padding: 0 10px; /* Adjust padding as needed */
    margin-bottom: 200px;
}

.product-section {
    padding: 50px 0;
    background-color: #f9f9f9;
}

.section-title {
    text-align: center;
    font-size: 36px;
    color: #333;
    margin-bottom: 30px;
}

.product-card {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-bottom: 20px;
}

.product-image {
    width: 100%;
    max-width: 300px;
    height: auto;
    margin-bottom: 20px;
}

.product-name {
    font-size: 24px;
    color: #333;
    margin-bottom: 10px;
}

.product-description {
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
}

.btn {
    padding: 10px 20px;
    background-color: #04b7a8;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.btn:hover {
    background-color: transparent !important;
    border: 2px solid #04b7a8 !important;
    color: #04b7a8 !important;
}

/* Style for the product cards section */
.big-container {
    background-color: #04b7a8; /* Your website color */
    padding: 50px 0;
    text-align: center;
    animation-name: fadedin;
}


.white-container {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.section-title {
    color: #04b7a8; /* Your website color */
    font-size: 36px;
    margin-bottom: 20px;
}

.product-cards {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.product-card {
    width: calc(25% - 20px); /* Equal width for 4 cards with gap */
    background-color: #f0f0f0;
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.product-card:hover {
    transform: translateY(-5px);
}

.product-image {
    width: 100%;
    height: 200px; /* Adjust height as needed */
    object-fit: cover;
    border-bottom: 1px solid #ccc; /* Separator line */
}

.product-name {
    font-size: 24px;
    margin: 10px 0;
}

.product-price {
    font-size: 18px;
    margin-bottom: 10px;
}

.btn.learn-more {
    display: inline-block;
    padding: 10px 20px;
    background-color: #04b7a8;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.btn.learn-more:hover {
    background-color: transparent !important;
    border: 2px solid #04b7a8 !important;
    color: #04b7a8 !important;
}

@media (max-width: 768px) {
    .product-card {
        width: calc(50% - 20px); /* Equal width for 2 cards with gap on smaller screens */
    }
}

@media (max-width: 576px) {
    .product-card {
        width: calc(100% - 20px); /* Full width for 1 card on extra small screens */
    }
}
.feedback-section {
    text-align: center;
    padding: 40px 0;
    background-color: #f0f0f0; /* Background color for the section */
}

.section-title {
    font-size: 28px;
    margin-bottom: 30px;
    color: #04b7a8; /* Color for the section title */
}

/* Feedback Section Styles */
.feedback-section {
    padding: 50px 0;
    background-color: #f9f9f9;
    text-align: center;
}

.section-title {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 30px;
}

.feedback-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.feedback-card {
    width: 300px;
    margin: 20px;
    padding: 20px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.customer-image {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 0 auto 15px;
}

.customer-name {
    font-size: 20px;
    margin-bottom: 10px;
}

.customer-feedback {
    font-size: 16px;
    line-height: 1.6;
}

/* FAQ Section */
/* FAQ Section Styles */
.faq-section {
    padding: 50px 0;
    background-color: #f7f7f7; /* Light gray background */
}

/* Section Title */
.section-title {
    text-align: center;
    color: #333; /* Dark gray text color */
    margin-bottom: 30px;
    text-decoration: underline 6px solid #04b7a8;
}

/* Question Container */
.question-container {
    border-top: 1px solid #ccc; /* Light gray border */
    margin-bottom: 20px;
    padding-top: 20px;
    transition: opacity 0.5s ease; /* Smooth transition for opacity */
    opacity: 1; /* Initially hidden */
}

/* Question Style */
.question2 {
    color: #555; /* Medium gray text color */
    cursor: pointer;
    font-size: 20px;
    margin-bottom: 10px;
    transition: color 0.3s ease; /* Smooth transition for color */
    border-bottom: 2px solid transparent; /* Initial transparent underline */
}

/* Hover Effect for Question */
.question2:hover {
    color: #000; /* Black text color on hover */
}

/* Active State for Question Heading (Add underline) */
.question-container.active .question2 {
    border-bottom-color: #04b7a8; /* Your website color for the underline */
}

/* Responsive Design */
@media (max-width: 768px) {
    .question-container {
        padding: 15px; /* Adjusted padding for smaller screens */
    }
}

@media (max-width: 576px) {
    .question-container {
        padding: 10px; /* Further adjusted padding for extra small screens */
    }

    .question2 {
        font-size: 18px; /* Adjusted font size for question on smaller screens */
    }

    .answer2 {
        font-size: 14px; /* Adjusted font size for answer on smaller screens */
    }
}

/* Compare Starting */
/* Reset. */




  
 
/* Panels. */
.splitview {
    position: relative;
    width: 100%;
    min-height: 45vw;
    overflow: hidden;
}

.panel {
    position: absolute;
    width: 100vw;
    min-height: 45vw;
    overflow: hidden;
}

    .panel .content {
        position: absolute;
        width: 100vw;
        min-height: 45vw;
        color: #FFF;
    }

    .panel .description {
        width: 25%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        text-align: center;
        background-color: #04b7a8;
    }

    .panel img {
        box-shadow: 0 0 20px 20px rgba(0, 0, 0, 0.15);
        width: 35%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }


.bottom {
    background-color: rgb(44, 44, 44);
    z-index: 1;
}

    .bottom .description {
        right: 5%;
    }

.top {
    background-color: rgb(4 101 101);
    z-index: 2;
    width: 50vw;

    /*-webkit-clip-path: polygon(60% 0, 100% 0, 100% 100%, 40% 100%);
    clip-path: polygon(60% 0, 100% 0, 100% 100%, 40% 100%);*/
}

    .top .description {
        left: 5%;
    }

/* Handle. */
.handle {
    height: 100%;
    position: absolute;
    display: block;
    background-color: rgb(4, 97, 40);
    width: 5px;
    top: 0;
    left: 50%;
    z-index: 3;
}

/* Skewed. */
.skewed .handle {
    top: 50%;
    transform: rotate(30deg) translateY(-50%);
    height: 200%;
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    transform-origin: top;
}

.skewed .top {
    transform: skew(-30deg);
    margin-left: -1000px;
    width: calc(50vw + 1000px);
}

.skewed .top .content {
    transform: skew(30deg);
    margin-left: 1000px;
}

/* Responsive. */
@media (max-width: 900px) {
    body {
        font-size: 75%;
    }
}
/* Compare Ending */


/* Back to top */
.progress-wrap {
    position: fixed;
    right: 50px;
    bottom: 50px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
  }
  
  .progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  
  .progress-wrap::after {
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f062';
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    color: #04b7a8;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
  }
  
  .lightScrollIcon::after {
    color: #04b7a8 !important;
  }
  
  .progress-wrap:hover::after {
    opacity: 0;
  }
  
  .progress-wrap::before {
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f062';
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    opacity: 0;
    background-image: linear-gradient(298deg, #da2c4d, #f8ab37);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 2;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
  }
  
  .progress-wrap:hover::before {
    opacity: 1;
  }
  
  .progress-wrap svg path {
    fill: none;
  }
  
  .progress-wrap svg.progress-circle path {
    stroke: #04b7a8;
    stroke-width: 4;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
  }
/* Back to top */


.blured{
 
    filter: blur(5px); /* Blur effect on the background */

  }
  
  .loader-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000; /* Ensure the loader is on top */
  }
  
  .loader {
    width: 6em;
    height: 6em;
  }
  
  .loader-ring {
    animation: ringA 2s linear infinite;
  }
  
  .loader-ring-a {
    stroke: #04b7a8;
  }
  
  .loader-ring-b {
    animation-name: ringB;
    stroke: #09aaaa;
  }
  
  .loader-ring-c {
    animation-name: ringC;
    stroke: #044d4d;
  }
  
  .loader-ring-d {
    animation-name: ringD;
    stroke: #0dacac;
  }
  
  /* Animations */
  @keyframes ringA {
    from, 4% {
      stroke-dasharray: 0 660;
      stroke-width: 20;
      stroke-dashoffset: -330;
    }
  
    12% {
      stroke-dasharray: 60 600;
      stroke-width: 30;
      stroke-dashoffset: -335;
    }
  
    32% {
      stroke-dasharray: 60 600;
      stroke-width: 30;
      stroke-dashoffset: -595;
    }
  
    40%, 54% {
      stroke-dasharray: 0 660;
      stroke-width: 20;
      stroke-dashoffset: -660;
    }
  
    62% {
      stroke-dasharray: 60 600;
      stroke-width: 30;
      stroke-dashoffset: -665;
    }
  
    82% {
      stroke-dasharray: 60 600;
      stroke-width: 30;
      stroke-dashoffset: -925;
    }
  
    90%, to {
      stroke-dasharray: 0 660;
      stroke-width: 20;
      stroke-dashoffset: -990;
    }
  }
  
  @keyframes ringB {
    from, 12% {
      stroke-dasharray: 0 220;
      stroke-width: 20;
      stroke-dashoffset: -110;
    }
  
    20% {
      stroke-dasharray: 20 200;
      stroke-width: 30;
      stroke-dashoffset: -115;
    }
  
    40% {
      stroke-dasharray: 20 200;
      stroke-width: 30;
      stroke-dashoffset: -195;
    }
  
    48%, 62% {
      stroke-dasharray: 0 220;
      stroke-width: 20;
      stroke-dashoffset: -220;
    }
  
    70% {
      stroke-dasharray: 20 200;
      stroke-width: 30;
      stroke-dashoffset: -225;
    }
  
    90% {
      stroke-dasharray: 20 200;
      stroke-width: 30;
      stroke-dashoffset: -305;
    }
  
    98%, to {
      stroke-dasharray: 0 220;
      stroke-width: 20;
      stroke-dashoffset: -330;
    }
  }
  
  @keyframes ringC {
    from {
      stroke-dasharray: 0 440;
      stroke-width: 20;
      stroke-dashoffset: 0;
    }
  
    8% {
      stroke-dasharray: 40 400;
      stroke-width: 30;
      stroke-dashoffset: -5;
    }
  
    28% {
      stroke-dasharray: 40 400;
      stroke-width: 30;
      stroke-dashoffset: -175;
    }
  
    36%, 58% {
      stroke-dasharray: 0 440;
      stroke-width: 20;
      stroke-dashoffset: -220;
    }
  
    66% {
      stroke-dasharray: 40 400;
      stroke-width: 30;
      stroke-dashoffset: -225;
    }
  
    86% {
      stroke-dasharray: 40 400;
      stroke-width: 30;
      stroke-dashoffset: -395;
    }
  
    94%, to {
      stroke-dasharray: 0 440;
      stroke-width: 20;
      stroke-dashoffset: -440;
    }
  }
  
  @keyframes ringD {
    from, 8% {
      stroke-dasharray: 0 440;
      stroke-width: 20;
      stroke-dashoffset: 0;
    }
  
    16% {
      stroke-dasharray: 40 400;
      stroke-width: 30;
      stroke-dashoffset: -5;
    }
  
    36% {
      stroke-dasharray: 40 400;
      stroke-width: 30;
      stroke-dashoffset: -175;
    }
  
    44%, 50% {
      stroke-dasharray: 0 440;
      stroke-width: 20;
      stroke-dashoffset: -220;
    }
  
    58% {
      stroke-dasharray: 40 400;
      stroke-width: 30;
      stroke-dashoffset: -225;
    }
  
    78% {
      stroke-dasharray: 40 400;
      stroke-width: 30;
      stroke-dashoffset: -395;
    }
  
    86%, to {
      stroke-dasharray: 0 440;
      stroke-width: 20;
      stroke-dashoffset: -440;
    }
  }

 

.oursurvice {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 20px;
    background-color: #f9f9f9;
}

.survicecards {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #04b7a84d;
  padding: 30px;
  margin: 10px;
  width: 300px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.survicecards:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.surviceimg {
  height: 170px;
  width: 170px;
  border-radius: 50%;
  margin-bottom: 20px;
  object-fit: cover;
}

.serviceheading {
    font-size: 24px;
    font-weight: bold;
    color: #04b7a8;
    text-align: center;
    margin-bottom: 10px;
}

.servicepara {
    font-size: 16px;
    text-align: center;
    color: #333;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .survicecards {
        width: 100%;
        margin: 10px 0;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .survicecards {
        width: 45%;
    }
}

@media (min-width: 1025px) {
    .survicecards {
        width: 30%;
    }
}

  /* Our service Ending */
  .totalbody {
    display: flex;
    background: linear-gradient(180deg, rgb(8, 148, 143) 0%, rgb(18, 148, 144) 100%);
    flex-direction: row;
    flex-wrap: wrap;
}
.fontee1{
  margin-left: 114px !important;

}
.fontee3{
  margin-left: 126px;

}
.totalboxes{
    height: 305px;
    width: 319px;
    background: white;
    float: left;
    margin: 37px;
    border-radius: 25px;
    box-shadow: 0px 0px 12px 0px #525050;
}
.fontee {
  font-size: 73px;
  margin-left: 127px;
  margin-top: 9px;
  color: #00BFBA;
}


.fontee1{
    margin-left: 125px;
}
.fontee2{
    margin-left: 122px;
}

.fontee3{
    margin-left: 132px;
}



.mainnumb{
    text-align: center;
    margin-top: 19px;
    font-size: 73px;
    font-family: inherit;
    color: #00BFBA;
}

.maindownh{
    text-align: center;
    margin-top: 47px;
   
    font-family: auto;
}