
/* body {
    font-family: 'Roboto', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #1C1C1C;
    margin: 0;
} */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
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:85%;

}
.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: 93%;
    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; /* Default color for the select text */
}

/* Color for the selected option */
select.valid-option {
    color: #000; /* Black color for selected options */
}
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 {
    opacity: 0.8;

}
.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: 37%;
    left: 10px;
    pointer-events: none;
    transform: translateY(-50%);
  }
  .input-container input{
    padding-left: 40px;
  }
/* 

.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: 100% auto;
    min-height: 100vh;
    width: 100vw;
    color: white;
    padding: 0px;
    padding-bottom: 10px;
}
.section1about {
    background: url('../img/landing2.jpg') no-repeat center center;
    background-size: 100% auto;
    width: 100vw;
    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: 40px;
    padding-right: 40px;
}
.logo img{
    width: 180px;
    height: auto;
    margin-top: 10px;
}
.footer-logo{
    width: 240px;
    height: auto;
}
.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: 16px;
    color: #FFFFFF;
}
.menu_item4{
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 10px;
}
.cost-cal{
    color: linear-gradient(90deg, #FFA502 16%, #FF5133 59%);;
}
.main-cont{
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    min-height: 80vh;
    margin-top: 10px;
}
.about-main{
    display: flex;
    flex-direction: row;
    width: 95%;
    justify-content: space-around;
    align-items: center;
    min-height: 65vh;
    margin-top: 60px;
    margin-bottom: 40px;

}
.about-main-wrap{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}
.main-cont-text{
    padding-left: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 90%;
}
.title{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    font-size: 48px;
    color: #FFFFFF;
    line-height: 130%;
    text-align: center;
    max-width: 80vw;
    align-self:center ;

}
.title span{
    /* color: #FF5133; */
    background: linear-gradient(90deg, #FFA502 16%, #FF5133 59%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.disc{
    margin-top: 40px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 160%;
    color: #ffffff;
    text-align: center;
    max-width: 55vw;
    align-self: 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: 30px;
}
.phone{
    display: flex;
    flex-direction: row;
    column-gap: 10px;
    justify-content: center;
    align-items: center;
}
.social-items{
    display: flex;
    flex-direction: row;
    column-gap: 30px;
    justify-content: center;
    align-items: center;
}
.section{
    width: 90%;
}
.trusted-section{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 50px;
    margin-top: 70px;
    margin-bottom: 70px;
    width: 90%;
}
.trust-img{
    margin-bottom: 30px;
}
.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;
}
.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;
}
.section2{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 50px;
    margin-top: 60px;
    justify-content: center;
    align-items: center;
}
.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%;
}
.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: bold;
    font-weight: 800;
    font-size: 34px;
    line-height: 42px;
    background: linear-gradient(90deg, #FFA502 16%, #FF5133 59%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 10px;
    margin-bottom: 10px;

}
.quote-desc{
    font-family: 'Inter';
    font-style: normal;
    font-weight: light;
    font-size: 14px;
    line-height: 20px;
    color: #9A9A9A;
    margin-top: 5px;
}
.cal-feautres{
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr;  
    margin-top: 20px;
}
.feautre-item{
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    column-gap: 15px;
    color: #9A9A9A;
    margin-bottom: 30px;
    font-size: 16px;
}
.feautre-item img{
    width: 24px;
}
.check-icon{
    width: 28px  !important;
}
.section3{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 120px;
    width: 90%;
}
.steps-head{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    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: 120px;
}
.step-item{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 120px;
    /* display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    align-content: space-between;     */

}
.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; */
    background: linear-gradient(90deg, #FFA502 16%, #FF5133 59%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: 100%;
    visibility: hidden;
}
.number-step{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    font-size: 60px;
    line-height: 70px;
    /* color: #FF5133; */
    background: linear-gradient(90deg, #FFA502 16%, #FF5133 29%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 80px;
}
.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: 70%;
    margin-top: 10px;
}
.description-step2{
    width: 100%;
}
.step-item-img-wrap{
    width: max-content;
    height: max-content;
    position: relative;
    margin-right: 40px;

}
.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: 40px;
    z-index: 1;
}
.footer-top{
    padding-bottom: 10px;
    border-bottom: 1px solid #141414;
    display: flex;
    justify-content: space-between;
    padding:0px 60px;
}
.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: 16px;
    line-height: 22px;
    color: #FFFFFF;
}
.footer-bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 60px 20px 60px;
}
.footer-bottom-center{
    display: flex;
    column-gap: 10px;
    align-items: center;
    flex-direction: column;

}
.foorter-img-wrap{
    display: flex;
    column-gap: 20px;
    align-items: start;
    justify-content: center;
}
.foorter-img-wrap a:nth-child(1) img{
    width: 45px;
    margin-top: 2px;
}
.foorter-img-wrap a:nth-child(2) img{
    width: 45px;
    margin-top: 2px;
}
.foorter-img-wrap a:nth-child(3) img{
    width: 85px;
    margin-left: -20px;

}
.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;
}
.address p{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 10px;
    color: #FFFFFF;
}
.footer-bottom-right{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    row-gap: 30px;
}
.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 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
}

/* .logo img {
    width: 240px;
    height: auto;
} */

.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: 16px;
    color: #FFFFFF;
}

.menu_item4 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 10px;
}

.cost-cal {
    /* color: #FF5133; */
    background: linear-gradient(90deg, #FFA502 16%, #FF5133 59%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hamburger {
    display: none;
    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;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.mobile_menu {
    display: none;
}

.overlay {
    display: none;
}
a:link {
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

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


}
/* 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: none;

}
.right-side-container {
    height: 62.4px; /* 48px * 1.3 (font-size * line-height) */
    overflow: hidden;
    display: inline-block;
    position: relative;
    top: 15px
  }
  
  .right-side-content {
    display: flex;
    flex-direction: column;
    height: calc(62.4px * 5); /* Adjust this based on the number of words */
    animation: textSlide 10s infinite ease-in-out;
  }
  
  .right-side-content span {
    height: 62.4px; /* 48px * 1.3 (font-size * line-height) */
    display: flex;
    align-items: end;
    justify-content: center;
  }
  
  @keyframes textSlide {
    0%, 20% {
      transform: translateY(0);
    }
    25%, 45% {
      transform: translateY(-62.4px); /* Adjust this according to your calculated height */
    }
    50%, 70% {
      transform: translateY(-124.8px); /* Adjust this according to your calculated height */
    }
    75%, 95% {
      transform: translateY(-187.2px); /* Adjust this according to your calculated height */
    }
    100% {
      transform: translateY(-249.6px); /* Adjust this according to your calculated height */
    }
  }
  .about-txt{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    max-width: 45%;
  }
  .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: 22px;
    color: #9A9A9A;
}
#ceo-email{
    margin-top: 10px;
}
.about-img{
    max-width: 45%;
    display: flex;
    justify-content: end;
}
.about-img img{
    max-width: 90%;
    border-radius: 7px;
}
  .services-main{
    display: flex;
    flex-direction: column;
    width: 90%;
    justify-content: center;
    align-items: start;
    min-height: 80vh;
    margin-top: 100px;
    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: 36px;
    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(3, 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;

}

.eapps-instagram-feed-posts-inner es-layout-grid-content{
    width:auto;
}
/* General form styling */
.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;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    column-gap: 20px;
}
.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,#phone,#email,#referral-other{
    width: 95%;
}
#vehicle-other{
    margin-top: 10px;
    width: 100%;
}
#vehicle-not-listed {
    accent-color: #FF5133; /* Set custom color for checkbox */
}

#vehicle-not-listed + label {
    margin-left: 5px; 
    cursor: pointer;  
}
#pickup-date,#transport-type,#pickup-city{
    width: 50%;
}
#form-date{
    width: 48.5%;
}
#pickup-state,#pickup-zip,#dropoff-state,#dropoff-zip{
    width: 25%;
}
#vehicle-year,#vehicle-make,#vehicle-model{
    width: 33.3%;
}
#dropoff-city{
    width: 50%
}
#referral{
    width: 65%;
}
.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: #ffffff;
    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 {
    display: block;
    width: 40%;
    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;
}

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

/* faq-css */

.section1about1 {
    position: relative;
    width: 100vw;
    color: white;
    padding: 0;
    padding-bottom: 10px;
}

.section1about1 .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh; /* Set the background image height to 100vh */
    background: url('../img/landing2.jpg') no-repeat center center;
    background-size: cover;
    z-index: 0; /* Ensure the background stays behind the content */
}

.section1about1 > * {
    position: relative;
    z-index: 1; /* Ensure all direct child elements of .section1about1 appear above the background */
}

.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: 63px;
    color: #FFFFFF;
    line-height: 120%;
    text-align: center;
    align-self:center ;
}
.faq-subtitle{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 24px;
    color: #9A9A9A;
}
.faq-container {
    display: flex;
    max-width: 95vw;
    margin: 0px auto;
    padding: 0px;
    position: relative;
    height: auto;
    min-height: 70vh;

}

/* Left section (categories) */
.faq-left {
    width: 20%;
    position: absolute;
    top: 50px;
    left: 35px;
    /* transform: translateY(-50%); */
    padding: 20px;
    border-radius: 10px;
    margin-right: 25px;
}

.faq-categories {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.faq-categories li a {
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    font-weight: 450;
    padding: 14px 10px;
    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-left: 20px;
    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: 38px;
    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: 19px;
    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;
}

/* 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: 95vw;
    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: 18px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    color: #C7CCD5;
    margin-top: 7px;
    margin-bottom: 7px;
}
.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-container{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 90px;
}
.reviews-header{
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.faq-header{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    margin-left: 5%;
    padding-left: 20px;
    margin-top:90px;
}
.reviews-header-left{
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    max-width: 100%;
}
.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%;
    max-width: 0%;
    text-align:justify;
}
.reviews-content{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: auto;
    gap: 30px;
    width: 90%;
    margin-top: 20px;
}
.card-link{
    border: 2px 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: 90%;
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 40px;
    margin-top: 80px;
}
.whyus-img{
    border-radius: 4px;
    width: 100%;
    height: auto;
}
.whyus-text{
    width: 52%;
}
.whyus-sub{
    font-weight: 400;
    font-size: 18px;
    color: #9A9A9A;
    margin-bottom: 10px;

}
.whyus-title{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 44px;
    background: linear-gradient(90deg, #FFA502 16%, #FF5133 29%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 25px;
    margin-top: 5px;
}
.whyus-desc div{
    margin-bottom: 15px;
}
.whyus-desc-bullet span{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 200;
    font-size: 20px;
    color: #fff;
    line-height: 140%;
}
.whyus-desc-bullet {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 200;
    font-size: 20px;
    color: #9B9FA9;
    line-height: 140%;
}
.card-source{
    font-weight: 300;
    font-size: 14px;
    color: #9A9A9A;
    margin-top: 10px;
}
.accreditation-wrap2{
    width: 90%;
}
.more-link{
    color: #FFA502 !important;
    text-decoration: underline !important;
    /* border-bottom: 1px solid; */
}
@media all and (min-width: 1405px) and (max-width: 1920px) {

    .eapps-instagram-feed-posts-inner es-layout-grid-content{
        width:auto;
    }
    .trust-img{
        margin-bottom: 40px;
    }
    .title{
        font-family: 'Inter';
        font-style: normal;
        font-weight: 800;
        font-size: 65px;
        color: #FFFFFF;
        line-height: 130%;
        max-width: 80vw;
        align-self:center ;
    }
    .title span{
        /* color: #FF5133; */
        background: linear-gradient(90deg, #FFA502 16%, #FF5133 59%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .disc{
        margin-top: 40px;
        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 28px;
        line-height: 160%;
        color: #C7CCD5;
        max-width: 55vw;

    
    }
    .calculator-container {
        background-color: #D9D9D9;
        padding: 40px 25px;
        border-radius: 10px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        width:75%;
    
    }
    .calculator-container input,
    .calculator-container select,
    .calculator-container button {
        width: 93%;
        padding: 15px;
        margin-bottom: 20px;
        border: 1px solid #DBE2F0;
        border-radius: 5px;
        font-size: 1rem;
    }
    .select-wrap{
        width: 100%;
        display: flex;
        column-gap: 20px;
    }
    input::placeholder {
        color:  #9B9FA9;
        font-family: 'Inter';
        font-style: light;
    }
    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);
    }
    .input-container input{
        padding-left: 40px;
      }
      .section2{
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 30px;
        margin-top: 60px;
    }
    .quote-text{
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        width: 100%;
    }
    .sub-title{
        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 27px;
        color: #FF5133;
        margin-top: 15px;
    }
    .quote-title{
        font-family: 'Inter';
        font-style: bold;
        font-weight: 800;
        font-size: 42px;
        line-height: 48px;
        background: linear-gradient(90deg, #FFA502 16%, #FF5133 59%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin-top: 20px;
        margin-bottom: 20px;

    }
    .quote-desc{
        font-family: 'Inter';
        font-style: normal;
        font-weight: light;
        font-size: 16px;
        line-height: 24px;
        color: #9A9A9A;
        margin-top: 15px;
    }
    .cal-feautres{
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr 1fr;  
        margin-top: 30px;
    }
    .feautre-item{
        display: flex;
        flex-direction: row;
        justify-content: start;
        align-items: center;
        column-gap: 25px;
        color: #9A9A9A;
        margin-bottom: 40px;
        font-size: 18px;
    }
    .feautre-item img{
        width: 32px;
    }
    .check-icon{
        width: 36px  !important;
    }
    .trusted-section{
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 50px;
        margin-top: 100px;
        margin-bottom: 100px;
        width: 90%;
    }
    .trusted-title{
        font-family: 'Inter';
        font-style: normal;
        font-weight: 800;
        font-size: 42px;
        line-height: 48px;
        background: linear-gradient(90deg, #FFA502 16%, #FF5133 59%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin-bottom: 30px;
    }
    .trusted-desc{
        font-family: 'Inter';
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 26px;
        color: #9A9A9A;
    }
    .trusted-img{
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: center;
    }
    .section3{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 120px;
        width: 75%;
    }
    .quote-section{
        display: grid;
        grid-template-columns: 0.25fr 3fr;
        flex-direction: row;
        justify-content: start;
        align-items: start;
    }
    #dateInput{
        width: 100% !important;
      }
      .menu{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding-left: 60px;
        padding-right: 60px;
        padding-top: 20px;
    }
    .description-step2{
        width: 100%;
    }
    .right-side-container {
        height: 84.5px; /* 65px * 1.3 (font-size * line-height) */
        overflow: hidden;
        display: inline-block;
        position: relative;
        top: 20px; /* Adjust this as needed */
      }
      
      .right-side-content {
        display: flex;
        flex-direction: column;
        height: calc(84.5px * 5); /* Adjust this based on the number of words */
        animation: textSlide 10s infinite ease-in-out;
      }
      
      .right-side-content span {
        height: 84.5px; /* 65px * 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(-84.5px); /* Adjust this according to your calculated height */
        }
        50%, 70% {
          transform: translateY(-169px); /* Adjust this according to your calculated height */
        }
        75%, 95% {
          transform: translateY(-253.5px); /* Adjust this according to your calculated height */
        }
        100% {
          transform: translateY(-338px); /* Adjust this according to your calculated height */
        }
      }
      .about-txt{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: start;
        max-width: 45%;
      }
      .about-txt-title{
        font-family: 'Inter';
        font-style: normal;
        font-weight: 800;
        font-size: 36px;
        line-height: 40px;
        background: linear-gradient(90deg, #FFA502 16%, #FF5133 59%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin-bottom: 20px;
      }
    .about-txt-disc{
        font-family: 'Inter';
        font-style: normal;
        font-weight: 300;
        font-size: 18px;
        line-height: 28px;
        color: #9A9A9A;
    }
    .about-img{
        max-width: 45%;
        display: flex;
        justify-content: end;
    }
    .about-img img{
        max-width: 85%;
        border-radius: 7px;
    }
    .about-main{
        display: flex;
        flex-direction: row;
        width: 95%;
        justify-content: space-around;
        align-items: center;
        min-height: 60vh;
        margin-top: 80px;
        margin-bottom: 40px;
    
    }
}


@media all and (min-width: 1920px){

    .eapps-instagram-feed-posts-inner es-layout-grid-content{
        width:auto;
    }
    .trust-img{
        margin-bottom: 50px;
    }
    .quote-section{
        display: grid;
        grid-template-columns: 0.25fr 3fr;
        flex-direction: row;
        justify-content: start;
        align-items: start;
    }
    .section3{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 120px;
        width: 70%;
    }
    .main-cont{
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: center;
        align-items: center;
        min-height: 80vh;
        margin-top: 10px;
    }
    .about-main{
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: space-around;
        align-items: center;
        min-height: 60vh;
        margin-top: 80px;
        margin-bottom: 40px;

    }
    .about-main-wrap{
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        margin-top: 10px;
    }
    .main-cont-text{
        padding-left: 80px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 90%;
    }
    .title{
        font-family: 'Inter';
        font-style: normal;
        font-weight: 800;
        font-size: 82px;
        color: #FFFFFF;
        line-height: 130%;
        max-width: 80vw;
        align-self:center ;

    }
    .title span{
        /* color: #FF5133; */
        background: linear-gradient(90deg, #FFA502 16%, #FF5133 59%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .disc{
        margin-top: 60px;
        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 43px;
        line-height: 120%;
        color: #C7CCD5;
        max-width: 50vw;

    }
    .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: 28px;
        padding: 22px 100px;
        width: max-content;
        margin-top: 80px;
        align-self: center;
    }
    .menu{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding-left: 90px;
        padding-right: 90px;
        padding-top: 20px;
    }
    /* .logo img{
        width: 320px;
        height: auto;
    } */
    .footer-logo{
        width: 240px;
        height: auto;
    }
    .menu_items{
        display: flex;
        flex-direction: row;
        align-items: center;
        column-gap: 42px;
    }
    .menu_item{
        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 21px;
        color: #FFFFFF;
    }
    .menu_item4{
        display: flex;
        justify-content: space-between;
        align-items: center;
        column-gap: 10px;
    }
    .cost-cal{
        /* color: #FF5133; */
        background: linear-gradient(90deg, #FFA502 16%, #FF5133 59%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .main-cont{
        display: flex;
        flex-direction: column;
        min-height: 80vh;
        margin-top: 10px;
        padding-right: 40px;
        justify-content: center;
        align-items: center;
    }
    .about-main{
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        width: 100%;
        min-height: 60vh;
        margin-top: 80px;
        margin-bottom: 40px;
    }
    .about-main-wrap{
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        margin-top: 10px;
    }
    .calculator-container {
        background-color: #D9D9D9;
        padding: 40px 25px;
        border-radius: 10px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        width:70%;
    
    }
    .calculator-container input,
    .calculator-container select,
    .calculator-container button {
        width: 93%;
        padding: 20px;
        margin-bottom: 20px;
        border: 1px solid #DBE2F0;
        border-radius: 5px;
        font-size: 1.1rem;
    }
    .calculator-container h2 {
        font-size: 2rem;
        font-weight: 700;
        margin-bottom: 25px;
        margin-top: 10px;

    }
    .select-wrap{
        width: 100%;
        display: flex;
        column-gap: 20px;
    }
    input::placeholder {
        color:  #9B9FA9;
        font-family: 'Inter';
        font-style: light;
    }
    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);
    }
    .input-container input{
        padding-left: 40px;
      }
      .section2{
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 60px;
        margin-top: 100px;
        margin-bottom: 60px;
    }
    .quote-text{
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        width: 100%;
    }
    .sub-title{
        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 24px;
        line-height: 27px;
        color: #FF5133;
        margin-top: 20px;
    }
    .quote-title{
        font-family: 'Inter';
        font-style: bold;
        font-weight: 800;
        font-size: 52px;
        line-height: 60px;
        background: linear-gradient(90deg, #FFA502 16%, #FF5133 59%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .quote-desc{
        font-family: 'Inter';
        font-style: normal;
        font-weight: light;
        font-size: 20px;
        line-height: 30px;
        color: #9A9A9A;
        margin-top: 20px;
    }
    .cal-feautres{
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr 1fr;  
        margin-top: 40px;
    }
    .feautre-item{
        display: flex;
        flex-direction: row;
        justify-content: start;
        align-items: center;
        column-gap: 30px;
        color: #9A9A9A;
        margin-bottom: 50px;
        font-size: 20px;
    }
    .feautre-item img{
        width: 36px;
    }
    .check-icon{
        width: 38px !important;
    }
    .phone{
        display: flex;
        flex-direction: row;
        column-gap: 15px;
        justify-content: center;
        align-items: center;
    }
    .number{
        font-size: 1.2rem;
    }
    .social-items{
        display: flex;
        flex-direction: row;
        column-gap: 30px;
        justify-content: center;
        align-items: center;
    }
    .step-item-img-wrap{
        width: max-content;
        height: max-content;
        position: relative;
        margin-right: 40px;
    
    }
    .second2{
        margin-left: 40px;
    }

    .step-item-img-wrap img{
        position: relative;
        z-index: 10;
        width: 380px;
    }
    .vertical-text{
        transform: rotate(-180deg);
        writing-mode: vertical-lr;
        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 24px;
        line-height: 19px;
        color: #FF5133;
        width: 100%;
        visibility: hidden;

    }
    .number-step{
        font-family: 'Inter';
        font-style: normal;
        font-weight: 800;
        font-size: 80px;
        line-height: 80px;
        /* color: #FF5133; */
        background: linear-gradient(90deg, #FFA502 16%, #FF5133 29%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin-bottom: 120px;
    }
    .title-step{
        font-family: 'Inter';
        font-style: normal;
        font-weight: 500;
        font-size: 32px;
        line-height: 40px;
        color: #FFFFFF;
    }
    .description-step{
        font-family: 'Inter';
        font-style: normal;
        font-weight: 300;
        font-size: 20px;
        line-height: 29px;
        color: #9A9A9A;
        width:70%;
        margin-top: 10px;
    }
    .quote-section-wrap{
        border-left: 2.5px solid #FF5133;
        padding-left: 40px;
        margin-left: 15px;
    
    }
    .step-item{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        margin-bottom: 240px;
        /* display: grid;
        grid-template-columns: 1fr 1fr;
        width: 100%;
        align-content: space-between;     */
    
    }
    footer{
        /* background-color: #FF5133; */
        padding:0px;
        width: 100%;
        margin-top: 80px;
    }
    .footer-top{
        padding-bottom: 10px;
        border-bottom: 1px solid #141414;
        display: flex;
        justify-content: space-between;
        padding:0px 80px;
    }
    .footer-menu{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        column-gap: 40px;
    }
    .footer-menu div{
        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 30px;
        color: #FFFFFF;
    }
    .footer-bottom{
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 40px 80px 20px 80px;
    }
    .footer-bottom-center{
        display: flex;
        column-gap: 20px;
        align-items: center;
        flex-direction: column;

    }
    .foorter-img-wrap{
        display: flex;
        column-gap: 20px;
        align-items: start;
        justify-content: center;
    }
    .foorter-img-wrap a:nth-child(1) img{
        width: 58px;
        margin-top: 0px;
    }
    .foorter-img-wrap a:nth-child(2) img{
        width: 58px;
        margin-top: 0px;
    }
    .foorter-img-wrap a:nth-child(3) img{
        width: 105px;
        margin-left: -25px;

    }
    .footer-center-txt{
        font-family: 'Inter';
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
        line-height: 14px;
        color: #FFFFFF;
    }
    .address{
        font-family: 'Inter';
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 16px;
        color: #FFFFFF;
    }
    .address p{
        font-family: 'Inter';
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
        line-height: 10px;
        color: #FFFFFF;
    }
    .footer-bottom-right{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 10px;
        row-gap: 30px;
    }
    .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: 16px;
        line-height: 14px;
        color: #FFFFFF;
    }
    .bottom-social img{
        width: 34px;
    }
    .trusted-section{
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 80px;
        margin-top: 120px;
        margin-bottom: 120px;
        width: 90%;
    }
    .trusted-title{
        font-family: 'Inter';
        font-style: normal;
        font-weight: 800;
        font-size: 48px;
        line-height: 48px;
        background: linear-gradient(90deg, #FFA502 16%, #FF5133 59%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin-bottom: 30px;
    }
    .trusted-desc{
        font-family: 'Inter';
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 34px;
        color: #9A9A9A;
    }
    .trusted-img{
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: center;
    }
    #dateInput{
        width: 100% !important;
      }
      .description-step2{
        width: 100%;
    }
    .right-side-container {
        height: 106.6px; /* 82px * 1.3 (font-size * line-height) */
        overflow: hidden;
        display: inline-block;
        position: relative;
        top: 24px; /* Adjust this as needed */
      }
      
      .right-side-content {
        display: flex;
        flex-direction: column;
        height: calc(106.6px * 5); /* Adjust this based on the number of words */
        animation: textSlide 10s infinite ease-in-out;
      }
      
      .right-side-content span {
        height: 106.6px; /* 82px * 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(-106.6px); /* Adjust this according to your calculated height */
        }
        50%, 70% {
          transform: translateY(-213.2px); /* Adjust this according to your calculated height */
        }
        75%, 95% {
          transform: translateY(-319.8px); /* Adjust this according to your calculated height */
        }
        100% {
          transform: translateY(-426.4px); /* Adjust this according to your calculated height */
        }
      }      
      .services-main{
        display: flex;
        flex-direction: column;
        width: 90%;
        justify-content: center;
        align-items: start;
        min-height: 80vh;
        margin-top: 100px;
        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: 48px;
        line-height: 48px;
        background: linear-gradient(90deg, #FFA502 16%, #FF5133 59%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin-bottom: 30px;
    }
    .services-list {
        display: grid;
        grid-template-columns: repeat(3, 1fr); /* 3 equal-width columns */
        gap: 45px;                           
        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: 380px; /* 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: 32px;
        line-height: 40px;
        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: 26px;
        line-height: 36px;
        margin-bottom: 40px;
    
    }
    .about-main{
        display: flex;
        flex-direction: row;
        width: 95%;
        justify-content: space-around;
        align-items: center;
        min-height: 60vh;
        margin-top: 80px;
        margin-bottom: 40px;
    
    }
    .about-main-wrap{
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        margin-top: 10px;
    }
    .about-txt{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: start;
        max-width: 45%;
      }
      .about-txt-title{
        font-family: 'Inter';
        font-style: normal;
        font-weight: 800;
        font-size: 48px;
        line-height: 50px;
        background: linear-gradient(90deg, #FFA502 16%, #FF5133 59%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin-bottom: 40px;
      }
    .about-txt-disc{
        font-family: 'Inter';
        font-style: normal;
        font-weight: 300;
        font-size: 24px;
        line-height: 32px;
        color: #9A9A9A;
    }
    .about-img{
        max-width: 45%;
        display: flex;
        justify-content: end;
    }
    .about-img img{
        max-width: 85%;
        border-radius: 7px;
    }
    /* faq-css-large */

    .section1about1 {
        position: relative;
        width: 100vw;
        color: white;
        padding: 0;
        padding-bottom: 10px;
    }

    .section1about1 .background {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 80vh; /* Set the background image height to 100vh */
        background: url('../img/landing2.jpg') no-repeat center center;
        background-size: cover;
        z-index: 0; /* Ensure the background stays behind the content */
    }

    /* Styles for mobile devices */
    @media (max-width: 768px) {
    .section1about {
        background-image: url('../img/landing2.jpg'); /* Mobile-optimized image */
        background-size: cover; /* Same behavior, optimized for smaller screens */
        background-position: center;
  }
}

    .section1about1 > * {
        position: relative;
        z-index: 1; /* Ensure all direct child elements of .section1about1 appear above the background */
    }

    .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: 76px;
        color: #FFFFFF;
        line-height: 120%;
        text-align: center;
        align-self:center ;
    }
    .faq-subtitle{
        font-family: 'Inter';
        font-style: normal;
        font-weight: 300;
        font-size: 18px;
        line-height: 24px;
        color: #9A9A9A;
    }
    .faq-container {
        display: flex;
        max-width: 95vw;
        margin: 0px auto;
        padding: 0px;
        position: relative;
        height: auto;
        min-height: 65vh;

    }

    /* Left section (categories) */
    .faq-left {
        width: 20%;
        position: absolute;
        top: 50px;
        left: 35px;
        /* transform: translateY(-50%); */
        padding: 20px;
        border-radius: 10px;
        margin-right: 25px;
    }

    .faq-categories {
        list-style: none;
        padding: 0;
        margin: 0;
    }

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

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

    .faq-categories li.active a {
        color: #FF5133;
        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-left: 20px;
        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: 46px;
        font-family: "Roboto", sans-serif;
        font-weight: 400;
        margin-bottom: 18px;
        /* 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: 24px;
        font-family: "Roboto", sans-serif;
        font-weight: 400;
        cursor: pointer;
        padding: 22px 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: 14px 0px;
        color: #C7CCD5;
        border-radius: 5px;
        margin-top: 10px;
        font-family: "Roboto", sans-serif;
        font-weight: 300;
        font-size: 18px;

    }

    /* 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: 95vw;
        margin: 0px auto 40px auto;
        padding: 0px;
    }

    .accreditation-title {
        font-size: 32px;
        font-family: "Roboto", sans-serif;
        font-weight: 400;
        padding: 12px 0px;
        color: white;
    }
    .accreditation-wrap p {
        font-size: 24px;
        font-family: "Roboto", sans-serif;
        font-weight: 300;
        color: #C7CCD5;
        margin-top: 10px;
        margin-bottom: 10px;
        line-height: 120%;
    }
    .accreditation-wrap p strong{
        font-size: 24px;
    }
    .accreditation-wrap p a{
        font-size: 24px;
        font-family: "Roboto", sans-serif;
        font-weight: 300;
        color: #FF5133;
        text-decoration: none;
        border-bottom: 1px solid #FF5133;}
    .reviews-container{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-top: 110px;
    }
    .reviews-header{
        width: 90%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 10px;
    }
    .faq-header{
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 10px;
        margin-left: 5%;
        padding-left: 20px;
        margin-top:90px;
    }
    .reviews-header-left{
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: start;
        max-width: 100%;
    }
    .reviews-header-left-sub{
        font-family: 'Inter';
        font-style: normal;
        font-weight: 300;
        font-size: 20px;
        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: 44px;
        background: linear-gradient(90deg, #FFA502 16%, #FF5133 29%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        line-height: 140%;
        text-align: start;
        align-self:start ;
    }
    .reviews-header-right{
        font-family: 'Inter';
        font-style: normal;
        font-weight: 300;
        font-size: 20px;
        line-height: 21px;
        color: #fff;
        line-height: 150%;
        max-width: 0%;
        text-align:justify;
    }
    .reviews-content{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-auto-rows: auto;
        gap: 30px;
        width: 90%;
        margin-top: 40px;
    }
    .card-link{
        border: 2px 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; 
    }
    .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: 15px;
    }
    .review-card-title{
        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 26px;
        color: #FFFFFF;
        margin-bottom: 15px;
    }
    .review-card-text{
        font-weight: 300;
        font-size: 18px;
        color: #9A9A9A;
        margin-bottom: 5px;
    }
    .review-card-bottom{
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin-top: 10px;
    }
    .whyus-section{
        width: 90%;
        display: flex;
        justify-content: space-between;
        align-items: start;
        margin-bottom: 60px;
        margin-top: 80px;
    }
    .whyus-img{
        border-radius: 4px;
        width: 100%;
        height: auto;
    }
    .whyus-text{
        width: 54%;
    }
    .whyus-sub{
        font-weight: 400;
        font-size: 22px;
        color: #9A9A9A;
        margin-bottom: 15px;
    
    }
    .whyus-title{
        font-family: 'Inter';
        font-style: normal;
        font-weight: 500;
        font-size: 55px;
        background: linear-gradient(90deg, #FFA502 16%, #FF5133 29%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin-bottom: 35px;
        margin-top: 10px;
    }
    .whyus-desc div{
        margin-bottom: 25px;
    }
    .whyus-desc-bullet span{
        font-family: 'Inter';
        font-style: normal;
        font-weight: 300;
        font-size: 27px;
        color: #fff;
        line-height: 150%;
    }
    .whyus-desc-bullet {
        font-family: 'Inter';
        font-style: normal;
        font-weight: 200;
        font-size: 27px;
        color: #9B9FA9;
        line-height: 150%;
    }
    .card-source{
        font-weight: 300;
        font-size: 16px;
        color: #9A9A9A;
        margin-top: 10px;
    }
    .accreditation-wrap2{
        width: 90%;
    }
    .tooltip {
        position: relative;
        display: inline-block;
        width: 40%;
    }
    .more-link{
        color: #FFA502 !important;
        text-decoration: underline !important;
        /* border-bottom: 1px solid; */
    }
}
.menu_item:hover{
    opacity: 0.8;
    color: #FF5133;
    cursor: pointer;
}
#dateInput{
    width: 100% !important;
  }
  .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;
  }

  select {
    max-height: 200px;
    overflow-y: auto;
}
.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: 80vw;
    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: 55vw;
    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;
}

@media all and (min-width: 900px) and (max-width: 1200px){
    .menu_item{
        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        color: #FFFFFF;
    }
    .menu_items{
        display: flex;
        flex-direction: row;
        align-items: center;
        column-gap: 20px;
    }
    .reviews-content{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: auto;
        gap: 20px;
        width: 90%;
        margin-top: 40px;
    }
    .whyus-sub{
        font-weight: 400;
        font-size: 16px;
        color: #9A9A9A;
        margin-bottom: 10px;
    
    }
    .whyus-title{
        font-family: 'Inter';
        font-style: normal;
        font-weight: 500;
        font-size: 42px;
        background: linear-gradient(90deg, #FFA502 16%, #FF5133 29%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin-bottom: 15px;
        margin-top: 8px;
    }
    .whyus-desc div{
        margin-bottom: 15px;
    }
    .whyus-desc-bullet span{
        font-family: 'Inter';
        font-style: normal;
        font-weight: 300;
        font-size: 17px;
        color: #fff;
        line-height: 130%;
    }
    .whyus-desc-bullet {
        font-family: 'Inter';
        font-style: normal;
        font-weight: 200;
        font-size: 17px;
        color: #9B9FA9;
        line-height: 130%;
    }
    .reviews-header-right{
        font-family: 'Inter';
        font-style: normal;
        font-weight: 300;
        font-size: 18px;
        line-height: 21px;
        color: #fff;
        line-height: 120%;
        max-width: 40%;
        text-align:justify;
    }
    .more-link{
        color: #FFA502 !important;
        text-decoration: underline !important;
        /* border-bottom: 1px solid; */
    }
}
.reviews-links a{
    margin-right: 20px;
}
/* Tooltip container styling */
.tooltip {
    position: relative;
    display: inline-block;
    width: 43%;
}

/* 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;
}
