/* body {
    font-family: 'Roboto', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #1C1C1C;
    margin: 0;
} */
a:link {
    text-decoration: none !important;   /* Removes the underline */
    color: inherit; 
}

a:hover {
    text-decoration: none !important;  /* Removes the underline */
    color: inherit; 
}
a{
    text-decoration: none !important;  /* Removes the underline */
    color: inherit; 
}
.calculator-container {
    background-color: #D9D9D9;
    padding: 35px 20px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width:90%;

}
.calculator-container h2 {
    font-size: 1.4rem;
    margin-bottom: 20px;
    margin-top: 10px;
    font-weight: 700;
}
.calculator-container input,
.calculator-container select,
.calculator-container button {
    width: 90%;
    padding: 15px;
    margin-bottom: 15px;
    border: 1px solid #DBE2F0;
    border-radius: 5px;
    font-size: 0.9rem;
}
.select-wrap{
    width: 100%;
    display: flex;
    column-gap: 15px;
}
input::placeholder {
    color:  #9B9FA9;
    font-family: 'Inter';
    font-style: light;
  }
select{
    color:#9B9FA9
}
  select:focus, select option:not(:first-child) {
    color: #9B9FA9;
}
input::-webkit-datetime-edit {
    color: #9B9FA9;
}

.calculator-container button{
    width: 100%;
    margin-bottom: 0px;
}
.calculator-container button {
    color: white;
    font-weight: bold;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s;
    background:  linear-gradient(90deg, #FFA502 0%, #FF5133 100%);
    box-shadow: 0px 0px 30px rgba(255, 127, 80, 0.5);
}
.calculator-container button:hover {
    background-color: #FF5133;
}
.calculator-container .tab-group {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.calculator-container .tab-group div {
    cursor: pointer;
    padding: 10px;
    border-bottom: 2px solid transparent;
    text-align: center;
    flex: 1;
}
.calculator-container .tab-group .active {
    border-bottom: 2px solid #FF5133;
    font-weight: bold;
}

select:focus,input:focus {
    border: 1.5px solid #FF5133;
    outline: none;

}

.input-container {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;

  }
  
  .input-container .icon {
    position: absolute;
    top: 40%;
    left: 10px;
    pointer-events: none;
    fill: #C7CCD5;
    transform: translateY(-50%);
  }
  .input-container input{
    padding-left: 35px;
  }
/* 

.quote-section {
    background-color: #262626;
    padding: 30px;
    border-radius: 10px;
    width: 300px;
}
.quote-section .number-step {
    font-size: 3rem;
    color: #4FB0AE;
}
.quote-section .title-step {
    font-size: 1.2rem;
    font-weight: bold;
    margin: 10px 0;
}
.quote-section .description-step {
    font-size: 0.9rem;
    line-height: 1.4;
}
.quote-section .vertical-text {
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 0.9rem;
    color: #4FB0AE;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -30px;
} */

body, html {
    margin: 0;
    padding: 0;
    font-family: 'Arial', sans-serif;
    background-color: #141414;
}
body{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    max-width: 100vw;
    overflow-x: hidden;
}
.section1 {
    background: url('../img/landing2.jpg') no-repeat center center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    color: white;
    padding: 0px;
    padding-bottom: 10px;
    min-height: 100vh;
}

 @media screen and (max-width: 768px) {
    .background {
        background-size: contain !important; /* Prevent zooming */
        background-position: center top !important;
        background-attachment: scroll !important;
    }
}

.section1about {
    background: url('../img/landing2.jpg') no-repeat center center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
    width: 100%;
    color: white;
    padding: 0px;
    padding-bottom: 10px;
}
.section1quote {
    min-height: 100vh;
    width: 100vw;
    color: white;
    padding: 0px;
    padding-bottom: 10px;
}
.menu{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
}
.logo img{
    width: 180px;
    height: auto;
    margin-top: 10px;
}
.footer-logo{
    width: 200px;
    height: auto;
    padding-bottom: 10px;
    /* display: none; */
}
.menu_items{
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 30px;
}
.menu_item{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
}
.menu_item4{
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 10px;
}
.cost-cal{
    color: #FF5133;
}
.main-cont{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
    margin-top: 120px;
    padding-right:20px ;
}
.main-cont-text{
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.title{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    font-size: 26px;
    color: #FFFFFF;
    line-height: 160%;
    max-width: 95%;
    text-align: center;
}
.title span{
    color: #FF5133;
}

.disc{
    margin-top: 40px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    color: #ffffff;
    max-width: 95%;
    text-align: center;

}
.action-btn{
    background: linear-gradient(-90deg, #FFA502 -40%, #FF5133 80%);
    border-radius: 10px;
    box-shadow: 0px 0px 30px rgba(255, 127, 80, 0.5);
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    padding: 14px 70px;
    width: max-content;
    margin-top: 60px;
    align-self: center;
}
.action-btn:hover{
    cursor: pointer;
    opacity: 0.8;
}
.main-cont-social{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: end;
    padding-right: 0px;
    margin-top: 80px;
}
.social-item img{
    height: 30px;
}
.phone{
    display: flex;
    flex-direction: row;
    column-gap: 10px;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
}
.social-items{
    display: flex;
    flex-direction: row;
    column-gap: 30px;
    justify-content: center;
    align-items: center;
}
.section{
    width: 90%;
}
.trusted-section{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 50px;
    margin-top: 80px;
    margin-bottom: 40px;
    width: 90%;
}
.trusted-title{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    font-size: 28px;
    line-height: 36px;
    background: linear-gradient(90deg, #FFA502 16%, #FF5133 59%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
    text-align: center;
}
.trusted-desc{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #9A9A9A;
}
.trusted-img{
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
}
.trust-img{
    margin-bottom: 30px;
}
.section2{
    display: grid;
    /* grid-template-rows: 1fr 1fr; */
    column-gap: 50px;
    margin-top: 60px;
}
.quote-img-wrap-home img{
    width: 100%;
    border-radius: 10px;
}
.quote-text{
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    width: 100%;
    margin-top: 20px;
}
.sub-title{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #FF5133;
    margin-top: 15px;
}
.quote-title{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
    text-align: center;
    background: linear-gradient(90deg, #FFA502 16%, #FF5133 59%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 15px;
    margin-bottom: 15px;
}
.quote-desc{
    font-family: 'Inter';
    font-style: normal;
    font-weight: light;
    font-size: 16px;
    line-height: 22px;
    color: #9A9A9A;
    margin-top: 10px;
}
.cal-feautres{
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr;  
    margin-top: 25px;
}
.feautre-item{
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    column-gap: 10px;
    color: #9A9A9A;
    margin-top: 15px;
    font-size: 14px;
}
.feautre-item svg{
    width: 28px;
}
.section3{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
}
.steps-head{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    color: #FFFFFF;
    text-align: center;
    background: linear-gradient(90deg, #FFA502 16%, #FF5133 59%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.step-items{
    margin-bottom: 30px;
    margin-top: 70px;
}
.step-item{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 120px;
}
.step-item:nth-child(2){
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 120px;
}
.quote-section{
    display: grid;
    grid-template-columns: 0.25fr 6fr;
    flex-direction: row;
    justify-content: start;
    align-items: start;
}
/* .quote-section:nth-child(2){
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    width: 100%;
} */
.quote-section-wrap{
    border-left: 2.5px solid #FF5133;
    padding-left: 20px;
    margin-left: 10px;

}
.vertical-text{
    transform: rotate(-180deg);
    writing-mode: vertical-lr;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #FF5133;
    width: 100%;
    visibility: hidden;
    
}
#dateInput{
    width: 100% !important;
    padding-left: 45px;

  }
.number-step{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    font-size: 60px;
    line-height: 70px;
    color: #FF5133;
    margin-bottom: 40px;
}
.title-step{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
}
.description-step{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: #9A9A9A;
    width: 100%;
    margin-top: 10px;
}
.step-item-img-wrap{
    width: max-content;
    height: max-content;
    position: relative;
    margin-right: 0px;
    margin-top: 80px;

}
/* .second2{
    margin-left: 40px;
} */
.step-item-img-wrap img{
    position: relative;
    z-index: 10;
    width: 280px;
}
.step-item-img-wrap img{
    position: relative;
    z-index: 10;
    width: 280px;
}
.img-square{
    position: absolute;
    top: 0;
    border-radius: 40px;
    height: 100%;
    width: 100%;
    z-index: 1;
    background: rgba(255, 81, 51, 0.4);
    transform: rotate(-60deg);

}
footer{
    /* background-color: #FF5133; */
    padding:0px;
    width: 100%;
    margin-top: 0px;
    z-index: 1;
}
.footer-top{
    padding-bottom: 10px;
    border-bottom: 1px solid #141414;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding:10px 20px 30px 20px;
}
.footer-menu{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    column-gap: 25px;
}
.footer-menu div{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
    color: #FFFFFF;
}
.footer-bottom{
    display: flex;
    flex-direction:column ;
    justify-content: space-between;
    align-items: center;
    padding: 30px 20px 0px 20px;
    row-gap: 30px;
}
.footer-bottom-center{
    display: flex;
    column-gap: 10px;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-direction: column;
}
.foorter-img-wrap{
    display: flex;
    column-gap: 10px;
    align-items: start;
    justify-content: center;
}
.foorter-img-wrap a:nth-child(1) img{
    width: 45px;
    margin-top: 0px;
}
.foorter-img-wrap a:nth-child(2) img{
    width: 45px;
    margin-top: 0px;
}
.foorter-img-wrap a:nth-child(3) img{
    width: 85px;
    margin-left: -15px;

}
.footer-center-txt{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 14px;
    color: #FFFFFF;
}
.address{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.address p{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 10px;
    color: #FFFFFF;
}
.address p:nth-child(2){
    display: inline;
    line-height: 10px;
    margin: 0;

}
.footer-bottom-right{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    row-gap: 30px;
    width: 100%;
}
.bottom-social{
    display: flex;
    flex-direction: row;
    column-gap: 20px;
    justify-content: center;
    align-items: center;
}
.copyright{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 14px;
    color: #FFFFFF;
}
.bottom-social img{
    width: 28px;
} 

    .menu_items {
        display: none;
    }

    .hamburger {
        display: flex;
    }

    .mobile_menu {
        display: flex;
        flex-direction: column;
        background-color: #141414;
        position: fixed;
        top: 0;
        left: -75%;
        height: 100%;
        width: 75%;
        z-index: 10;
        transition: left 0.3s ease;
    }
    .phone2{
        justify-content: start;
        margin-left: 10px;
        margin-top: 15px;
    }

    .mobile_menu_item {
        padding: 15px;
        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        color: #FFFFFF;
        /* border-bottom: 1px solid #444; */
    }

    .mobile_menu_item:last-child {
        border-bottom: none;
    }

    .overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 9;
        display: none;
    }

    .menu_open .mobile_menu {
        left: 0;
    }

    .menu_open .overlay {
        display: block;
    }

    .menu_open .hamburger .bar:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }

    .menu_open .hamburger .bar:nth-child(2) {
        opacity: 0;
    }

    .menu_open .hamburger .bar:nth-child(3) {
        transform: rotate(-45deg) translate(7px, -6px);
    }
    .hamburger {
        display: block;
        flex-direction: column;
        justify-content: space-between;
        width: 30px;
        height: 25px;
        cursor: pointer;
        z-index: 11;
    }
    
    .hamburger .bar {
        height: 4px;
        width: 100%;
        background-color: #FFFFFF;
        border-radius: 10px;
        margin-bottom: 5px;
        transition: transform 0.3s ease, opacity 0.3s ease;
    }
a:link {
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}
a{
    text-decoration: none;
    color: white;
}

/* Reset default styles */
input[type="date"],
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: white;
    padding: 20px;
    width: 87%;

}
/* Reset default styles for select */
select {
    -webkit-appearance: none; /* Remove default appearance in WebKit browsers (Safari, Chrome) */
    -moz-appearance: none; /* Remove default appearance in Mozilla browsers (Firefox) */
    appearance: none; /* Remove default appearance in modern browsers */
    background-color: white;
}
.select-container,.date-container {
    position: relative;
    width: 100%;
  }
  
  .select-container select, .date-container select {
    width: 100%;
    padding-left: 40px;

  }
  .select-container .icon {
    position: absolute;
    top: 37%;
    left: 10px;
    transform: translateY(-50%);
    pointer-events: none;
  }
  
  .right-side-container {
    height: 33.8px; /* 26px * 1.3 (font-size * line-height) */
    overflow: hidden;
    display: inline-block;
    position: relative;
    top: 7px; /* Adjust this as needed */
  }
  
  .right-side-content {
    display: flex;
    flex-direction: column;
    height: calc(33.8px * 5); /* Adjust this based on the number of words */
    animation: textSlide 10s infinite ease-in-out;
  }
  
  .right-side-content span {
    height: 33.8px; /* 26px * 1.3 (font-size * line-height) */
    display: flex;
    align-items: center; /* Adjust if needed */
    justify-content: center; /* Adjust if needed */
  }
  
  @keyframes textSlide {
    0%, 20% {
      transform: translateY(0);
    }
    25%, 45% {
      transform: translateY(-33.8px); /* Adjust this according to your calculated height */
    }
    50%, 70% {
      transform: translateY(-67.6px); /* Adjust this according to your calculated height */
    }
    75%, 95% {
      transform: translateY(-101.4px); /* Adjust this according to your calculated height */
    }
    100% {
      transform: translateY(-135.2px); /* Adjust this according to your calculated height */
    }
  }
  .hidden{display: none;}
  .reviews-container{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 40px;
}
.reviews-header{
    width: 95%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    margin-bottom: 5px;
}
.faq-header{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    margin-left: 5%;
    margin-top:50px;
}
.reviews-header-left{
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
}
.reviews-header-left-sub{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 21px;
    color: #9A9A9A;
}
.reviews-header-left-title{
    margin-bottom:0px;
    margin-top: 10px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 34px;
    background: linear-gradient(90deg, #FFA502 16%, #FF5133 29%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 130%;
    text-align: start;
    align-self:start ;
}
.reviews-header-right{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 21px;
    color: #fff;
    line-height: 140%;
    text-align:justify;
    margin-top: 10px;
}
.reviews-content{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: auto;
    gap: 20px;
    width: 95%;
    margin-top: 20px;
}
.card-link{
    border: 1px solid #9A9A9A;
    border-radius: 5px;
    padding: 25px 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
    transform-origin: center; 
    background-color: #1e1e1e;
}
.review-card{
    display: flex;
    flex-direction: column; /* For consistent layout inside the cards */
    justify-content: space-between; /* Optional, aligns content evenly */
    height: 100%;
}
.card-quote svg{
    width: 80%;
}
.card-link:hover{
    border: 2px solid #FFA502;
    transform: translateY(-5px) scale(1.02); /* Slight lift and scaling */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15); /* Soft shadow for depth */
    opacity: 0.9; /* Slight transparency */
}
.review-card-stars{
    margin-bottom: 8px;
}
.review-card-title{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    margin-bottom: 10px;
}
.review-card-text{
    font-weight: 300;
    font-size: 16px;
    color: #9A9A9A;
}
.review-card-bottom{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 10px;
}
.whyus-section{
    width: 95%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 30px;
    margin-top: 60px;
}
.whyus-img{
    border-radius: 4px;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.whyus-text{
    width: 100%;
}
.whyus-sub{
    font-weight: 400;
    font-size: 18px;
    color: #9A9A9A;
    margin-bottom: 7px;

}
.whyus-title{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    background: linear-gradient(90deg, #FFA502 16%, #FF5133 29%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 15px;
    margin-top: 5px;
}
.whyus-desc div{
    margin-bottom: 10px;
}
.whyus-desc-bullet span{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 200;
    font-size: 18px;
    color: #fff;
    line-height: 140%;
}
.whyus-desc-bullet {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 200;
    font-size: 18px;
    color: #9B9FA9;
    line-height: 140%;
}
.card-source{
    font-weight: 300;
    font-size: 14px;
    color: #9A9A9A;
    margin-top: 10px;
}
.accreditation-wrap2{
    width: 95%;
}
  @media all and (min-width: 700px){
    .title{
        font-family: 'Inter';
        font-style: normal;
        font-weight: 800;
        font-size: 32px;
        color: #FFFFFF;
        line-height: 160%;
        max-width: 60%;
        text-align: center;
    }
    .disc{
        margin-top: 40px;
        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 160%;
        color: #ffffff;
        max-width: 75%;
        text-align: center;
    
    }
  }

  .services-main{
    display: flex;
    flex-direction: column;
    width: 90%;
    justify-content: center;
    align-items: start;
    min-height: 80vh;
    margin-top: 60px;
    margin-bottom: 80px;

}
.services-main-wrap{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}
.services-title{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    line-height: 36px;
    background: linear-gradient(90deg, #FFA502 16%, #FF5133 59%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
}
.services-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr); /* 3 equal-width columns */
    gap: 25px;                           
    width: 100%; 
    margin-top: 20px;        
    height: auto;           
}
.service-item{
    display: flex;
    justify-content: start;
    flex-direction: column;
    align-items: center;
}
.service-item-img {
    width: 100%;
    height: 230px; /* Set a fixed height for the images */
    overflow: hidden; 
    margin-bottom: 20px;
}

.service-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    border-radius: 2px;
}
.service-item-title{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    font-size: 22px;
    line-height: 30px;
    background: linear-gradient(90deg, #FFA502 16%, #FF5133 59%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
}
.service-item-disc{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 40px;

}
.about-txt{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    max-width: 95%;
  }
  .about-txt-title{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    font-size: 28px;
    line-height: 36px;
    background: linear-gradient(90deg, #FFA502 16%, #FF5133 59%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
  }
.about-txt-disc,#ceo-email{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: #9A9A9A;
}
#ceo-email{
    margin-top: 10px;
}
.about-img{
    max-width: 95%;
    display: flex;
    justify-content: end;
    margin-top: 30px;
}
.about-img img{
    max-width: 100%;
    border-radius: 7px;
}
.about-main{
    display: flex;
    flex-direction: column;
    width: 95%;
    justify-content: space-around;
    align-items: center;
    min-height: 80vh;
    margin-top: 60px;
    margin-bottom: 60px;

}
.about-main-wrap{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}
.instagram-wrapper{
    width: 95vw;
}
.eapps-instagram-feed-posts-inner es-layout-grid-content{
    width:auto;
}


.quote-form h2 {
    color: #FFA502;
    font-size: 1.8rem;
    margin-bottom: 20px;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    font-size: 1rem;
    color: #FFFFFF;
    margin-bottom: 8px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    margin-top: 20px;

}

.form-group input[type="text"],
.form-group input[type="tel"],
.form-group input[type="email"],
.form-group input[type="date"]{
    padding: 18px 14px;
    background-color: #1D1D1D;
    border: 1.3px solid #DBE2F0;
    border-radius: 5px;
    color: #ffffff;
    font-size: 1.05rem;
    font-family: 'Inter', sans-serif;
    margin-top: 7px;

}

.form-group select {
    color: #9B9FA9;
    padding: 18px 14px;
    background-color: #1D1D1D;
    border: 1.3px solid #DBE2F0;
    border-radius: 5px;
    font-size: 1.05rem;
    font-family: 'Inter', sans-serif;
    margin-top: 7px;
}
.form-group select.valid-option {
    color: #ffffff; /* Change color when an option is selected */
}
.form-group input {
    color: #FFFFFF; /* Change color when an option is selected */
}

.form-group input::placeholder {
    color: #9B9FA9;
}

.radio-group {
    display: flex;
    justify-content: start;
    gap: 15px;
}

.radio-group input[type="radio"] {
    display: none;
}

.radio-group label {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    padding: 10px 20px;
    border: 1px solid #9B9FA9;
    border-radius: 5px;
    cursor: pointer;
    background-color: #1C1C1C;
    color: #9B9FA9;
}
.form-h-title{
    margin-top: 40px;
}
.radio-group input[type="radio"]:checked + label {
    background: linear-gradient(90deg, #FFA502 0%, #FF5133 100%);
    color: white;
    border: none;
}



.quote-form button:hover {
    opacity: 0.8;
}

.success-container{
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.submit-img{
    width: 7%;
    margin-bottom: 30px;
}
.submit-title{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    font-size: 38px;
    color: #FFFFFF;
    line-height: 100%;
    text-align: center;
    max-width: 90vw;
    align-self:center ;
}
.submit-desc{
    margin-top: 10px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    color: #ffffff;
    text-align: center;
    max-width: 90vw;
    align-self: center;
}
.submit-btn{
    background: linear-gradient(-90deg, #FFA502 -40%, #FF5133 80%);
    border-radius: 10px;
    box-shadow: 0px 0px 30px rgba(255, 127, 80, 0.5);
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    padding: 14px 70px;
    width: max-content;
    margin-top: 20px;
    align-self: center;
}
.submit-btn:hover{
    opacity: 0.8;
}
/* style form quote page */



.quote-main-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 0;
    width: 100vw;
}
.quote-form {
    background-color: #262626;
    padding: 40px 30px;
    border-radius: 10px;
    width: 85%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.one-line-input{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    row-gap: 10px;
}
.one-line-input2{
    display: flex;
    justify-content: start;
    align-items: center;
    width: auto;
    column-gap: 10%;
}
.one-line-input input{
    width: auto;
}
.one-line-input select{
    width: auto;
}
.name-sec{
    width: 100%;
}
#first-name,#last-name{
    width: 92%;
}
#pickup-date,#phone,#email{
    width: 92%;
}
#pickup-city,#dropoff-city,#referral-other{
    width: 92%;
}
#form-date,#transport-type{
    width: 100%;
}
#pickup-state,#pickup-zip,#dropoff-state,#dropoff-zip{
    width: 100%;
}
#vehicle-year,#vehicle-make,#vehicle-model,#vehicle-other{
    width: 100%;
}
#vehicle-other{
    margin-top: 10px;
}
#vehicle-not-listed {
    accent-color: #FF5133; /* Set custom color for checkbox */
}

#vehicle-not-listed + label {
    margin-left: 5px;
    cursor: pointer; 
}
#referral{
    width: 100%;
}
.quote-form button {
    display: block;
    width: auto;
    padding: 15px;
    background: linear-gradient(90deg, #FFA502 0%, #FF5133 100%);
    color: white;
    font-weight: bold;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    font-size: 1rem;
    transition: background-color 0.3s ease;
    box-shadow: 0px 0px 30px rgba(255, 127, 80, 0.5);
    margin-top: 40px;
}

#email-footer{
    margin-bottom: 16px;
    margin-top: -11px;
}

/* faq-css */

.section1about1 {
    background: url('../img/landing2.jpg') no-repeat center center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
    width: 100vw;
    color: white;
    padding: 0px;
    padding-bottom: 10px;
}

.section1about1 .background {
    display: none;
}

/* .section1about1 > * {
    position: relative;
    z-index: 1;
} */

.faq-top-section{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.faq-title{
    margin-bottom: 20px;
    margin-top: 25px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 54px;
    color: #FFFFFF;
    line-height: 120%;
    text-align: center;
    align-self:center ;
}
.faq-subtitle{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    color: #9A9A9A;
}
.faq-container {
    display: flex;
    max-width: 92vw;
    margin: 40px auto 20px auto;
    padding: 0px;
    position: relative;
    height: auto;
    min-height: 90vh;
    flex-direction: column;


}

/* Left section (categories) */
.faq-left {
    padding: 10px 0px;
    border-radius: 10px;
    width: 100%;
}

.faq-categories {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px; /* Optional: adjust spacing between columns */
}

.faq-categories li:hover {
    opacity: 0.7;
}

.faq-categories li a {
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    font-family: "Roboto", sans-serif;
    font-weight: 450;
    padding: 12px 8px;
    display: block;
    transition: color 0.3s;
}

.faq-categories li.active a {
    color: #FFA502;
    font-family: "Roboto", sans-serif;
    font-weight: 450;
}

.faq-item:hover {
    opacity: 0.7;
}

/* Right section (questions and answers) */
.faq-right {
    /* width: 75%;
    margin-left: 30%; */
    padding-top: 30px;
    /* overflow-y: hidden; */
    transition: height 0.3s ease; /* Smooth height transition */
}
.faq-category-section {
    margin-bottom: 60px;
}

.faq-category-section h2 {
    font-size: 32px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    margin-bottom: 14px;
    /* color: #FF5133; */
    background: linear-gradient(90deg, #FFA502 10%, #FF5133 69%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.faq-item {
    border-bottom: #FF5133 1px solid;
    padding: 12px 0px;
}

.faq-question {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    cursor: pointer;
    padding: 15px 0px;
    color: white;
    border-radius: 5px;
    display: flex;
    justify-content: space-between; /* Align the plus-minus to the right */
    align-items: center;
    transition: color 0.3s ease, padding-left 0.3s ease; /* Smooth transition for color and padding-left */
}

.faq-question:hover {
    color: #FF5133; /* Change text color on hover */
    padding-left: 15px; /* Shift the question to the right using padding */
}



.faq-answer {
    display: none;
    padding: 10px 0px;
    color: #C7CCD5;
    border-radius: 5px;
    margin-top: 10px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 14px;

}

/* Scroll-triggered category highlighting */
.faq-categories li.active {
    /* border-left: 3px solid #FF5133;*/
    background-color: rgba(40, 40, 40, 0.65);
    border-radius: 5px;
}

.lottie-animation {
    width: 25px;  /* Adjust the size of the animation */
    height: 25px;
    margin-left: 10px;
}

.accreditation-wrap {
    display: flex;
    flex-direction: column;
    max-width: 92vw;
    margin: 0px auto 40px auto;
    padding: 0px;
}

.accreditation-title {
    font-size: 22px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    padding: 8px 0px;
    color: white;
}
.accreditation-wrap p {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    color: #C7CCD5;
    margin-top: 7px;
    margin-bottom: 7px;
    line-height: 120%;
}
.accreditation-wrap p strong{
    font-size: 18px;
}
.accreditation-wrap p a{
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    color: #FF5133;
    text-decoration: none;
    border-bottom: 1px solid #FF5133;}

.reviews-links a{
    margin-right: 20px;
    width: max-content;
}
.reviews-links{
    display: flex;
    flex-direction: column;
    row-gap: 18px; 
}
/* Tooltip container styling */
.tooltip {
    position: relative;
    display: inline-block;
    width: 100%;
}

/* Tooltip text styling */
.tooltip .tooltip-text {
    visibility: hidden;
    background-color: #333;
    color: #fff;
    text-align: center;
    font-weight: 300;
    padding: 5px 8px;
    border-radius: 4px;
    font-size: 0.9em; /* Adjust font size if needed */
    
    /* Position the tooltip */
    position: absolute;
    bottom: 100%; /* Position above the image */
    left: 0%;
    transform: translateX(0%);
    margin-bottom: 8px;
    white-space: nowrap; /* Prevent tooltip text from wrapping */
    z-index: 1;
}

/* Show the tooltip on hover */
.tooltip:hover .tooltip-text {
    visibility: visible;
}
.more-link{
    color: #FFA502 !important;
    text-decoration: underline !important;
    /* border-bottom: 1px solid; */
}