@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body {
    font-family: "Inter", sans-serif;
    color: #293E57;
    line-height: 20px;
    font-weight: 400;
    overflow-x: hidden;
    font-size: 14px;
}

/*reusable classes*/
.hide-scroll, .animatedParent {
    overflow: hidden;
}

a {
    color: #434343;
    text-decoration: none;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
}

a:hover {
    text-decoration: none;
    color: #434343;
}

img {
    max-width: 100%;
}

/*-- scroll to top --*/
.scrollToTop {
    width: 40px;
    height: 40px;
    position: fixed;
    z-index: 9999;
    right: 10px;
    bottom: 40px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    border-radius: 100%;
    border: 2px solid #293E57;
    padding: 3px;
    display: none;
}

.scrollToTop:hover {
    text-decoration: none;
}

.scrollToTop i {
    display: block;
    width: 100%;
    height: 100%;
    background: #293E57;
    border-radius: 100%;
    line-height: 170%;
    font-size: 18px;
    color: #ffffff;
}

/*-- scroll to top end --*/
/*-- Header Start --*/
.landing_page_header {
    position: fixed;
    background-color: transparent;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
}

.landing_page_header.sticky {
    background-color: #FFF;
    position: fixed;
    z-index: 11;
    /* border-bottom: 4px solid #221f1f; */
}

/* stickylogo */

.landing_page_header .logo img.sticky {
  display: none;
}

.landing_page_header .logo img:not(.sticky) {
  display: inline-block;
}

.landing_page_header.sticky .logo img.sticky {
  display: inline-block;
}

.landing_page_header.sticky .logo img:not(.sticky) {
  display: none;
}

.landing_page_header .logo {
    padding: 10px 0px;
}

.landing_page_header .logo img {
    max-height: 100px;
    width: auto;
}

.landing_page_header .topcallbtn {
    text-align: right;
}

.landing_page_header .topcallbtn .btn-content {
    display: inline-block;
    position: relative;
}

.landing_page_header .topcallbtn .calltext {
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    background-color: #293E57;
    font-weight: 400;
    padding: 0px 10px;
    margin-bottom: 4px;
    display: inline-block;
    line-height: 40px;
}

.landing_page_header .topcallbtn .callnumber {
    text-align: center;
    font-size: 38px;
    font-weight: 800;
    display: inline-block;
    color: #293E57;
    text-transform: uppercase;
    line-height: normal;
}

.landing_page_header .topcallbtn .callnumber a {
    color: #293E57;
    text-decoration: none;
}

.herobanner-wrapper {
    position: relative;
    padding-top: 150px;
    padding-bottom: 40px;
    overflow: hidden;
}

.herobanner-wrapper .imagebox-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.herobanner-wrapper .imagebox-wrapper::before {
    content: "";
    position: absolute;
    /* background-color: rgb(0 0 0 / 50%); */
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.herobanner-wrapper .imagebox-wrapper img {
    height: 100%;
    /* object-fit:; */
    object-position: top right;
    width: 100%;
}

.herobanner-wrapper .inner-section .banner-content {
    margin-top: 30px;
}


.herobanner-wrapper .inner-section .banner-content .toplabel {
    font-size: 34px;
    color: #ffffff;
    font-weight: 400;
    line-height: 1.2em;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.herobanner-wrapper .inner-section .banner-content h1 {
    font-size: 44px;
    color: #ffffff;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.herobanner-wrapper .inner-section .banner-content p {
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 30px;
    line-height: 1.3em;
    font-weight: 600;
}

.btn-box {
    background-color: #FFF;
    display: inline-block;
    position: relative;
    /* border: 4px solid #ffffff; */
    /* border-radius: 8px; */
}

.btn-box .calltext {
    font-size: 20px;
    color: #293E57;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    padding: 6px 10px;
    line-height: 20px;
    font-weight: 700;
}

.btn-box .callnumber {
    text-align: center;
    font-size: 40px;
    font-weight: 800;
    display: block;
    color: #293E57;
    text-transform: uppercase;
    line-height: 40px;
    padding: 10px 15px;
}

.btn-box .callnumber a {
    color: #293E57;
    text-decoration: none;
}

.btn-box:hover {
    background-color: #FFF;
}

.herobanner-wrapper .inner-section .form-wrapper {
    background-color: #ffffff;
    box-shadow: -107px 164px 55px 0px rgba(0, 0, 0, 0.00), -68px 105px 50px 0px rgba(0, 0, 0, 0.01), -38px 59px 42px 0px rgba(0, 0, 0, 0.05), -17px 26px 31px 0px rgba(0, 0, 0, 0.09), -4px 7px 17px 0px rgba(0, 0, 0, 0.10);
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.herobanner-wrapper .inner-section .form-wrapper .form-head {
    position: relative;
    padding: 10px 15px;
    background-color: #293E57;
    /* clip-path: polygon(0 0, 100% 0, 100% 92%, 50% 100%, 0 92%); */
}

.herobanner-wrapper .inner-section .form-wrapper .bottomcontent {
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    font-weight: 400;
    line-height: 1.2em;
    padding-bottom: 20px;
}

.herobanner-wrapper .inner-section .form-wrapper .topcontent_bar {
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    line-height: 1.2em;
    text-transform: uppercase;
}

.herobanner-wrapper .inner-section .form-wrapper .midcontentbar {
    color: #ffffff;
    font-size: 34px;
    text-align: center;
    font-weight: 700;
    line-height: 1.2em;
    text-transform: uppercase;
    margin: 5px 0px;
}

.herobanner-wrapper .inner-section .form-wrapper .midcontentbar span {
    color: #ffffff;
}

.custom-contact-form{width: 38%;}
.herobanner-wrapper .inner-section .form-wrapper .formbox {
    padding: 25px 20px;
}

.herobanner-wrapper .inner-section .form-wrapper .formbox form label {
    font-size: 16px;
    font-weight: 400;
    color: #202124;
    text-transform: uppercase;
}

.herobanner-wrapper .inner-section .form-wrapper .formbox form label span {
    color: #ff0000;
}

.herobanner-wrapper .inner-section .form-wrapper .formbox form .form-control, .herobanner-wrapper .inner-section .form-wrapper .formbox form .form-select {
    font-size: 16px;
    background-color: #F3F2F0;
    border-radius: 4px;
    box-shadow: none;
    padding: 8px 10px;
}

.herobanner-wrapper .inner-section .form-wrapper .formbox form .submitbtn {
    margin-bottom: 10px;
}

.herobanner-wrapper .inner-section .form-wrapper .formbox form .submitbtn .btn {
    background-color: #434343;
    color: #ffffff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    width: 100%;
    padding: 10px 20px;
    /* border-radius: 100px; */
    background: #293E57;
    box-shadow: 0px 0px 0px 1px rgba(10, 13, 18, 0.18) inset, 0px -3px 0px 0px rgba(10, 13, 18, 0.15) inset, 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
}

.herobanner-wrapper .inner-section .form-wrapper .formbox .form-text {
    font-size: 12px;
    color: #223755;
    font-weight: 500;
    text-align: center;
    max-width: 400px;
    margin: 0 auto;
    line-height: 1.2em;
}

.herobanner-wrapper .inner-section .truckimage-desktop {
    height: 250px;
    margin-top: 30px;
    margin-bottom: -50px;
}

.herobanner-wrapper .inner-section .truckimage-desktop img {
    width: 100%;
    height: auto;
}

.herobanner-wrapper .inner-section {
    position: relative;
}

.why-choose-section {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
    /* background-color: #F3F4FF; */
}

.why-choose-section .imgbox img {
    width: 100%;
}

.why-choose-section .contentbox {
    margin: 15px 10px;
}

.why-choose-section .contentbox .toplabel {
    font-size: 20px;
    color: #132A4A;
    font-weight: 600;
    line-height: 1.2em;
    text-transform: uppercase;
    margin-bottom: 5px;
    letter-spacing: 1px;
}

.why-choose-section .contentbox h3 {
color:#293E57;
font-size: 30px;
font-style: normal;
font-weight: 700;
line-height: 100%;
letter-spacing: -1.6px;
text-transform: uppercase;
}

.why-choose-section .contentbox h4 {
color: #686868;
font-size: 18px;
font-style: normal;
padding-bottom: 10px;
font-weight: 400;
line-height:30px;
letter-spacing: -0.4px;
}

.custom-advantages-section .contentbox h4 {
color: #FFF;
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: 100%; /* 48px */
text-transform: uppercase;
}

.custom-advantages-section .contentbox p {
color:#fff;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 30px */
letter-spacing: -0.4px;
}

.advantage-box {
  background-color: rgba(255, 255, 255, 0.05);
  padding: 25px 10px;
  border-radius: 8px;
  transition: background 0.3s;
}
.advantage-box:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
.advantage-box .icon {
  font-size: 30px;
  margin-bottom: 10px;
}
.advantage-box h5 {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.4;
}

/* Home image positioned at bottom right */
.why-choose-section {
  position: relative;
  background-color: #F3FBFF;
  color: white;
  padding: 60px 0;
  overflow: hidden;
}
.home-bg-image {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 400px;      
  max-width: 45%; 
  height: auto;
  z-index: 1;
}

/* .why-choose-section .contentbox h4 span {
    color: #ff7a00;
    font-weight: 700;
} */

.why-choose-section .contentbox ul {
    list-style: none;
    padding: 0px;
    margin-bottom: 30px;
}

.two-column-list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
    gap: 10px 30px;
}

.two-column-list li {
    position: relative;
    color: #293E57;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; 
    letter-spacing: -0.4px;
    padding-left: 30px;
}

ul.two-column-list li img {
    padding-right: 4px;
    width:25px;
    position: absolute;
    left: 0;
    top: 2px;
}

.why-choose-section .btn-box {
    background-color:#293E57;
}

.why-choose-section .btn-box .calltext{
color: #FFF;
font-size: 20px;
font-style: normal;
text-align: center;
font-weight: 700;
line-height:20px;
letter-spacing: 10px;
text-transform: uppercase;
}
.why-choose-section .btn-box .callnumber a{
color: #FFF;
font-size: 40px;
font-style: normal;
font-weight: 800;
line-height: 40px;
letter-spacing: 3px;
}

.why-choose-section .btn-box .callnumber {
    padding:0px;
}

.why-choose-section .btn-box{
    padding: 10px 20px;
}

.why-choose-section-2 {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #F3F4FF;
}

.why-choose-section-2 .imgbox img {
    width: 100%;
}

.why-choose-section-2 .contentbox {
    margin: 15px 10px;
}

.why-choose-section-2 .contentbox .toplabel {
    font-size: 20px;
    color: #132A4A;
    font-weight: 600;
    line-height: 1.2em;
    text-transform: uppercase;
    margin-bottom: 5px;
    letter-spacing: 1px;
}

.why-choose-section-2 .contentbox h3 {
    font-size: 54px;
    color: #293E57;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 15px;
}

.why-choose-section-2 .contentbox h4 {
    font-size: 34px;
    color: #221f1f;
    line-height: 1.3em;
    margin-bottom: 25px;
    font-weight: 600;
}

.why-choose-section-2 .contentbox h4 span {
    color: #ff7a00;
    font-weight: 700;
}

.why-choose-section-2 .contentbox ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    margin-bottom: 30px;
}

.why-choose-section-2 .contentbox ul li {
    font-size: 20px;
    line-height: 1.2em;
    color: #221F1F;
    position: relative;
    margin-left: 30px;
    margin-bottom: 12px;
    font-weight: 500;
}

.why-choose-section-2 .contentbox ul li::before {
    position: absolute;
    content: "\f336";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    color: #293E57;
    font-size: 20px;
    top: 0;
    left: -30px;
}

.call-btn {
    font-size: 20px;
    color: #ffffff;
    font-weight: 700;
    background-color: #293E57;
    border: 2px solid #293E57;
    padding: 15px 25px;
    text-transform: uppercase;
    line-height: 1.2em;
    display: inline-block;
    text-align: center;
}

.call-btn:hover {color: #231f20;}

.why-choose-section.advantages-section .contentbox h3 {
    font-size: 44px;
    margin-bottom: 20px;
}

.why-choose-section.advantages-section .contentbox h4 {
    font-size: 24px;
    font-weight: 600;
    color: #231f20;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.why-choose-section.custom-advantages-section {
    background-color: #293E57;
}

.advantages-row {
  width: 85%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  position: relative;
}

.advantage-box {
  position: relative;
  background-color: rgba(255, 255, 255, 0.05);
  padding: 25px 10px;
  border-radius: 6px;
  width: 100%;
  text-align: center;
}

/* Dotted line after each box except the last one */
.advantage-box::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -24px;      
  width: 24px; 
  border-top: 2px dotted white;
  transform: translateY(-50%);
  opacity: 0.7;
}

.advantages-row .col-md-3:last-child .advantage-box::after {
  display: none;
}

/* Icons */
.icon img {
  width: 40px;
  height: auto;
  margin-bottom: 10px;
}

/* Responsive tweak */
@media (max-width: 767px) {
  .advantages-row {
    flex-wrap: wrap;
  }
  .advantage-box::after {
    display: none;
  }
}


.custom-advantages-section {
  position: relative;
  background-color: #1f3553;
  color: #fff;
  overflow: hidden;
}

/* ✅ Left bottom white shape */
.custom-advantages-section .left-white-image {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;        /* adjust as needed */
  height: auto;
  z-index: 1;
}

/* Optional: Responsive adjustment */
@media (max-width: 767px) {
  .custom-advantages-section .left-white-image {
    width: 50px;
  }

  .custom-contact-form {
    width: 100%;
}
}


.our-service-wrapper {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
}

.top-mid-title {
    text-align: center;  
    margin-bottom: 40px;
}

.top-mid-title p{
color: #293E57;
text-align: center;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 24px */
letter-spacing: 5.28px;
text-transform: uppercase;
}

.top-mid-title .toplabel {
    font-size: 18px;
    color: #293E57;
    font-weight: 600;
    line-height: 1.3em;
    margin-bottom: 0px;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.top-mid-title h4 {
    font-size: 44px;
    color: #293E57;
    font-weight: 700;
    line-height: 1.3em;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.top-mid-title p {
    font-size: 18px;
    color: #001222;
    line-height: 1.3em;
    margin-bottom: 0px;
    font-weight: 500;
}

.service-section .col-lg-4 {
    margin: 15px 0px;
}

.service-section .innerbox {
    position: relative;
    height: 100%;
    text-align: left;
    background-color: #ffffff;
    /* padding: 30px 20px; */
    display: flex;
    flex-direction: column;
}

.service-section .innerbox img {
    width: 100%;
    /* height: 100%; */
    margin-bottom: 10px;
}

.service-section .innerbox h5 {
    font-size: 24px;
    color: #293E57;
    font-weight: 700;
    line-height: 1.3em;
    margin-bottom: 10px;
}

.service-section .innerbox p {
    font-size: 18px;
    color: #686868;
    line-height: 1.3em;
    margin-bottom: 20px;
    font-weight: 500;
}

.service-section .innerbox .call-btn {
    font-size: 16px;
    color: #293E57;
    background-color: #FFF;
    display: inline-block;
    padding: 15px 35px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: auto;
}

.service-section .innerbox .call-btn:hover {
    color: #293E57;
}

/*-- Gallery --*/
.gallery-list-wrapper {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #F3F4FF;
}

.gallery-list-wrapper .mtb15 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.gallery-list-wrapper .gallery-images {
    height: 280px;
}

.gallery-list-wrapper .gallery-images a {
    display: block;
    height: 100%;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.gallery-list-wrapper .gallery-images a img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.gallery-list-wrapper .gallery-images a .hover-content {
    position: absolute;
    text-align: center;
    top: 50%;
    margin: 0 auto;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.gallery-list-wrapper .gallery-images a .hover-content span.hover-icon {
    text-align: center;
    background-color: #293E57;
    color: #ffffff;
    height: 45px;
    width: 45px;
    display: inline-block;
    line-height: 45px;
    border-radius: 50%;
    opacity: 0;
}

.gallery-list-wrapper .gallery-images a .hover-content span.hover-icon::before {
    content: "\f067";
    font-family: "Font Awesome 6 Free";
    color: #ffffff;
    font-size: 30px;
    font-weight: 900;
    text-align: center;
}

.gallery-list-wrapper .gallery-images a:hover .hover-content span.hover-icon {
    opacity: 1;
}

.gallery-list-wrapper .gallery-images a:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
}

.client-review-wrapper {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
    /* background-color: #F3F4FF; */
}

.client-review-wrapper .top-mid-title .toplabel {
    text-align: left;
}

.client-review-wrapper .top-mid-title h4 {
    text-align: left;
}

.client-review-wrapper .rating-main {
    text-align: right;
    height: 75px;
    overflow: hidden;
}

.client-review-wrapper .rating-main img {
    height: 100%;
}

.review-slide-wrapper .col-lg-4 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.review-slide-wrapper .inner-slide {
    position: relative;
    height: 100%;
}

.review-slide-wrapper .inner-slide .userinfo {
    display: flex;
    align-items: center !important;
    gap: 15px;
    margin-top: 20px;
    padding-top: 15px;
}

.review-slide-wrapper .inner-slide .userinfo img {
    width: 35px;
}

.review-slide-wrapper .inner-slide .userinfo h4 {
    font-size: 20px;
    color: #293E57;
    font-weight: 600;
    margin: 0px;
}

.review-slide-wrapper .inner-slide .ratingbar {
    margin-bottom: 15px;
    margin-top: 15px;
}

.review-slide-wrapper .inner-slide .ratingbar ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.review-slide-wrapper .inner-slide .ratingbar ul li {
    font-size: 18px;
    color: #FFC21F;
}

.review-slide-wrapper .inner-slide .reviews p {
    font-size: 18px;
    line-height: 1.4em;
    margin-bottom: 15px;
    color: #221f1f;
}

.review-slide-wrapper .inner-slide .reviews .read-more-btn {
    padding: 0px;
    border: none;
    background-color: transparent;
    font-size: 16px;
    color: #293E57;
    text-decoration: underline;
}
.review-slide-wrapper .inner-slide .reviews .read-more-btn:hover, .review-slide-wrapper .inner-slide .reviews .read-more-btn:focus {
    color: #231f20;
}

.custom-clientinfo p{
    margin-bottom: 0px;
}

.review-slide-wrapper .inner-slide img.quote {
    position: absolute;
    right: 1px;
    top: -5px;
    max-width: 35px;
}

.bottom-section-wrapper {
    position: relative;
    padding-top: 60px;
    padding-bottom: 180px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.bottom-section-wrapper .contentbox {
    max-width: 600px;
    text-align: center;
}

.bottom-section-wrapper .contentbox .toplabel {
    font-size: 24px;
    color: #ffffff;
    font-weight: 600;
    line-height: 1.2em;
    text-transform: uppercase;
    margin-bottom: 5px;
    letter-spacing: 2px;
}

.bottom-section-wrapper .contentbox h4 {
    font-size: 35px;
    color: #293E57;
    font-weight: 700;
    margin-bottom: 15px;
    font-style: normal;
    line-height: 48px; 
    letter-spacing: -2px;
    text-transform: uppercase;
}

.bottom-section-wrapper .contentbox h5 {
    color: #293E57;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; 
    letter-spacing: 5.28px;
    text-transform: uppercase;
}

.bottom-section-wrapper .contentbox p {
    font-size: 18px;
    color: #000000;
    text-align: center;
    line-height: 1.3em;
    margin-bottom: 20px;
    font-weight: 400;
}

.thanks-content{
    background-color:#31465E;
    border-radius: 24px;
}

/* .bottom-section-wrapper .contentbox .btn-box {
    margin-top: 20px;
} */

.bottom-section-wrapper .contentbox .btn-box{
  background-color:  transparent;
}
.bottom-section-wrapper .contentbox .btn-box .callnumber{
color:#FFF;
text-align: center;
background-color:  #293E57;
font-size: 28px;
font-style: normal;
font-weight: 700;
line-height:28px;
letter-spacing: -1.12px;
text-transform: uppercase;
padding: 9px 10px;
}

.footer-btn{
display: flex;
justify-content: center;
align-items: center;
}

.bottom-section-wrapper .contentbox .btn-box .callnumber a{
  color:  #fff;
}

.bottom-section-wrapper .form-wrapper .formbox form label {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
}

.bottom-section-wrapper .form-wrapper .formbox form label span {
    color: #ff0000;
}

.bottom-section-wrapper .form-wrapper .formbox form .form-control {
    font-size: 16px;
    background-color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 5px;
    box-shadow: none;
    padding: 10px 15px;
}

.bottom-section-wrapper .form-wrapper .formbox form .submitbtn .btn {
    background-color: #293E57;
    color: #ffffff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    width: 100%;
    padding: 10px 20px;
    border-radius: 100px;
}

.mobile-footer-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #007bff; /* optional */
    padding: 12px 20px;
    border-radius: 6px;
  }

  .mobile-footer-btn .stretched-link {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
  }

.landing-copyright {
    background-color: #121922;
    padding: 30px 0px;
}

.landing-copyright .row {align-items: end;position: relative;}

.landing-copyright .footerlogo {
    height: 75px;
    margin-bottom: 10px;
    overflow: hidden;
}

.landing-copyright .footerlogo img {
    height: 100%;
}

.landing-copyright h4 {
    font-size: 17px;
    letter-spacing: 1px;
    color: #fff;
    font-family: "Rubik";
    font-weight: 400;
    text-align: center;
    margin: 0;
    text-transform: uppercase;
}

.landing-copyright p, .landing-copyright a {
    color: #ffff;
    font-size: 17px;
    margin: 0px;
}

footer.landing-copyright .custom-touch {
color: #FFF;
text-align: center;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 100%; /* 20px */
letter-spacing: -1px;
text-transform: uppercase;
position: relative;
}

footer.landing-copyright .custom-address{  
color: #FFF;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 30px */
letter-spacing: -0.4px;
position: relative;
}

footer.landing-copyright .custom-phone {
color: #fff;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 30px */
letter-spacing: -0.4px;
position: relative;
}
footer.landing-copyright .custom-phone img {width: 20px;}
footer.landing-copyright .custom-address img {width: 20px;}

.text-right {
    text-align: right;
}

/*-- swiper slider --*/
#tb-img-slider {display: block;position: relative;margin-top: 50px;width: 100%;}
.img-fluid {max-width: 100%;height:100%;}
.tb-img-slider .swiper{width: 100%;overflow: hidden;}
.tb-img-slider .swiper .swiper-slide {width: auto;}
.tb-img-slider .swiper-wrapper {height: 220px;}
.tb-img-slider .swiper-pagination {margin-top: 20px;position: relative;}
.tb-img-slider .swiper-pagination .swiper-pagination-bullet {width: 12px;height: 12px;background-color: color-mix(in srgb, var(--default-color), transparent 85%);opacity: 1;}
.tb-img-slider .swiper-pagination .swiper-pagination-bullet-active {background-color: var(--accent-color);}

.herobanner-wrapper .inner-section {position: static;}
.herobanner-wrapper .inner-section .col-lg-6 {position: static;}
.herobanner-wrapper .inner-section #tb-img-slider {position: static;}
.herobanner-wrapper .inner-section #tb-img-slider .container-fluid {position: absolute;left: 0;right: 0;padding: 0px;}
.tb-img-slider .swiper .swiper-button-prev::after, .tb-img-slider .swiper .swiper-button-next::after {color: #293E57;}
/* .tb-img-slider .swiper .swiper-slide {border: 10px solid #ffffff;border-radius: 10px;overflow: hidden;height: 270px;}
.tb-img-slider .swiper .swiper-slide img {position: absolute;top: 0;left: 0;right: 0;bottom: 0;width: 100%;height: 100%;object-fit: cover;} */

.tb-img-slider .swiper .swiper-slide {
  border: 6px solid #ffffff;
  overflow: hidden;
  aspect-ratio: 16 / 8; /* or adjust to your preferred ratio */
  position: relative;   /* needed for overflow to work with border-radius */
}
.tb-img-slider .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (min-width: 768px) {
    .landing_page_header .topcallbtn .btn-content.mobile {
        display: none;
    }
}

@media (min-width: 991px) {
    .herobanner-wrapper.thankyou-banner {
        height: 100vh;
    }

    .herobanner-wrapper.thankyou-banner .inner-section .banner-content {
        text-align: center;
        padding-top: 60px;
        padding-bottom: 60px;
        background-color:#31465E;
        border-radius: 24px;
    }
    .herobanner-wrapper .inner-section .truckimage-mobile {display: none;}
    .landing_page_header .topcallbtn {padding: 20px 0px;}
}

@media (max-width: 1200px) {
    .gallery-list-wrapper .gallery-images {
        height: 200px;
    }
    .landing_page_header .topcallbtn .callnumber {
        font-size: 40px;
    }
    
    .btn-box .callnumber {
        font-size: 30px;
    }
}

@media (max-width: 992px) {
    .herobanner-wrapper .inner-section .banner-content {
        margin-bottom: 40px;
        text-align: center;
    }
    
    .bottom-section-wrapper .contentbox {
        max-width: 100%;
        margin-bottom: 30px;
    }
    /* .why-choose-section .contentbox {
        margin-bottom: 30px;
    } */

    .herobanner-wrapper .inner-section .truckimage-desktop {display: none;}
    .btn-box .callnumber {
        font-size: 44px;
    }
    .herobanner-wrapper .inner-section #tb-img-slider {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .herobanner-wrapper {border-radius: 0px;}
    .custom-contact-form {width: 100%;}
    .landing_page_header .topcallbtn .calltext {
        background-color: #ffffff;
        color: #293E57;
    }
    .landing_page_header .topcallbtn .callnumber, .landing_page_header .topcallbtn .callnumber a {
        color: #ffffff;
    }
    .landing_page_header.sticky .topcallbtn .calltext {
        background-color: #293E57;
        color: #ffffff;
    }
    .landing_page_header.sticky .topcallbtn .callnumber, .landing_page_header.sticky .topcallbtn .callnumber a {
        color: #293E57;
    }
    .why-choose-section .btntopbox {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .landing_page_header.sticky {border-bottom: 0px;}
    .landing_page_header .container {
        max-width: 100%;
        padding: 0px;
    }

    .landing_page_header .logo {
        text-align: center;
    }

    .landing_page_header .topcallbtn {
        text-align: center;
        background-color: #fff;
        padding: 5px 15px;
        display: none;
    }
    .landing_page_header .topcallbtn .btn-content.desktop {
        display: none;
    }
    .landing_page_header .topcallbtn .calltext {
        display: none;
    }

    .landing_page_header .topcallbtn .btn-content {
        display: block;
        width: 100%;
    }

    .herobanner-wrapper {
        padding-top: 125px;
        padding-bottom: 10px;
    }

    .herobanner-wrapper .inner-section .banner-content h1 {
        font-size: 44px;
    }

    .landing-copyright p, .landing-copyright p.text-right {
        text-align: center;
    }

    .landing-copyright p {
        margin-bottom: 5px;
    }
    .landing-copyright .footerlogo {
        text-align: center;
    }

    .landing_page_header .topcallbtn .btn-content.mobile .callnumber {
        display: flex;
        gap: 10px;
        justify-content: center;
        align-items: center;
    }

    .landing_page_header .topcallbtn .btn-content.mobile .callnumber .mobiletext {
        font-size: 28px;
        line-height: 30px;
        font-weight: 700;
    }

    .landing_page_header .topcallbtn .btn-content.mobile .callnumber .mobiletext span {
        display: inline-block;
        font-size: 28px;
        line-height: 34px;
    }

    .landing_page_header .topcallbtn .btn-content.mobile .callnumber a {
        font-size: 34px;
    }
    .landing_page_header {
        background-color: #384b62;
    }
    .btn-box .callnumber {
        font-size: 30px;
        padding-top: 0px;
    }
    .client-review-wrapper .col-md-2 {
        display: none;
    }
    .callnumber a {
    display: inline-block;
    }

    .bottom-section-wrapper{
        padding-top: 40px;
        z-index: 1;
    }
    .landing_page_header.sticky .topcallbtn {
        display: block;
        background-color: #293E57;
    }

    .landing_page_header.sticky .topcallbtn .mobiletext {
        color: #ffffff;
    }

    .landing_page_header.sticky .topcallbtn .callnumber a {
        color: #ffffff;
    }
    .bottom-section-wrapper::before {
        content: "";
        opacity: 0.81;
        background: #FAFCFD;
        filter: blur(80.4000015258789px);
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 40%;
        z-index: -1;
    }
    
    .why-choose-section.custom-advantages-section .contentbox h4 br {
        display: none;
    }
    .service-section .innerbox h5, .service-section .innerbox p {text-align: center;}
    .custom-advantages-section .contentbox {text-align: center;}
}

@media(max-width: 576px) {
    .landing_page_header .topcallbtn .calltext {
        font-size: 16px;
    }

    .landing_page_header .topcallbtn .callnumber {
        font-size: 22px;
    }

    .herobanner-wrapper .inner-section .banner-content h1 {
        font-size: 34px;
        margin-bottom: 15px;
    }

    .herobanner-wrapper .inner-section .banner-content p {
        font-size: 20px;
    }

    .btn-box .calltext {
        font-size: 18px;
    }

    .btn-box .callnumber {
        font-size: 30px;
    }

    .herobanner-wrapper .inner-section .form-wrapper .formbox form .submitbtn .btn {
        font-size: 16px;
    }

    .why-choose-section .contentbox h3, .top-mid-title h4, .why-choose-section.advantages-section .contentbox h3 {
        font-size: 44px;
        line-height: 1.2em;
        margin-bottom: 10px;
    }

    .background-wrapper-section .content-wrap h4 {
        font-size: 34px;
    }

    .background-wrapper-section .content-wrap p {
        font-size: 18px;
    }

    .landing_page_header .logo img {
        max-height: 100px;
    }

    .herobanner-wrapper {
        padding-top: 100px;
    }
    
    .herobanner-wrapper .inner-section .banner-content .toplabel {
        font-size: 24px;
    }

    .herobanner-wrapper .inner-section .form-wrapper .topcontent_bar {font-size: 20px;}

    .herobanner-wrapper .inner-section .form-wrapper .midcontentbar {
        font-size: 34px;
    }
    .service-section .innerbox .call-btn {
        width: 100%;
    }
    .bottom-section-wrapper .contentbox .toplabel {
        font-size: 20px;
    }
    
    .bottom-section-wrapper .contentbox h4 {
        font-size: 44px;
    }
    .bottom-section-wrapper {
        background-position: top left;
    }
    .landing_page_header .topcallbtn .btn-content.mobile .callnumber .mobiletext {
        font-size: 24px;
        line-height: 24px;
    }
    
    .landing_page_header .topcallbtn .btn-content.mobile .callnumber .mobiletext span {
        font-size: 24px;
        line-height: 30px;
    }
    
    .landing_page_header .topcallbtn .btn-content.mobile .callnumber a {
        font-size: 34px;
        line-height: 42px;
    }

    .client-review-wrapper .top-mid-title h4 {
        text-align: center;
    }

    .landing-copyright .footerlogo {
        margin-bottom: 20px;
        height: 100%;
    }

    .landing-copyright .footerlogo img {
        width: auto;
        height: auto;
    }
    .why-choose-section .btn-box .callnumber a {
        font-size: 34px;
    }
    .why-choose-section.custom-advantages-section .contentbox h4 {
        padding-bottom: 0px;
        margin-bottom: 0px;
    }
    
}

@media(max-width: 480px) {
    .landing_page_header .topcallbtn .btn-content.mobile .callnumber .mobiletext {
        font-size: 15px;
        line-height: 15px;
    }
    .landing_page_header .topcallbtn .btn-content.mobile .callnumber a {
        font-size: 24px;
    }    
    .landing_page_header .topcallbtn .btn-content.mobile .callnumber .mobiletext span {
        font-size: 15px;
        line-height: 20px;
    }
    
    body.spanish .landing_page_header .topcallbtn .btn-content.mobile .callnumber a{
        font-size: 16px !important;
    }
    
    .landing_page_header .logo img {
        max-height: 90px;
    }
    
    .herobanner-wrapper {
        padding-top: 100px;
    }
    
    .herobanner-wrapper .inner-section .banner-content .toplabel {
        font-size: 22px;
    }
    
    .herobanner-wrapper .inner-section .banner-content h1 {
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 30px;
    }
    
    .btn-box .calltext {
        font-size: 16px;
    }
    
    .btn-box .callnumber {
        font-size: 25px;
        padding: 0px;
    }

    .herobanner-wrapper .inner-section .form-wrapper .midcontentbar {
        font-size: 26px;
    }
    
    .herobanner-wrapper .inner-section .form-wrapper .topcontent_bar {
        font-size: 18px;
    }
    
    .why-choose-section .contentbox h3, .top-mid-title h4, .why-choose-section.advantages-section .contentbox h3 {
        font-size: 34px;
    }
    
    .why-choose-section .contentbox h4 {
        font-size: 28px;
    }
    
    .why-choose-section .contentbox h3{
        font-size: 26px;
    } 
    .our-service-wrapper .top-mid-title h4 {
        font-size: 30px;
        text-align: center;
    }
    
    .our-service-wrapper .top-mid-title {
        margin-bottom: 15px;
    }
    
    .why-choose-section.advantages-section {
        padding-top: 30px;
    }
    
    .client-review-wrapper .top-mid-title .toplabel {
        font-size: 14px;
    }
    
    .client-review-wrapper .top-mid-title h4 {
        font-size: 32px;
    }
    
    .bottom-section-wrapper .contentbox .toplabel {
        font-size: 18px;
    }
    
    .bottom-section-wrapper .contentbox h4 {
        font-size: 30px;
        line-height: normal;
        letter-spacing: 0.1px;
    }

    .why-choose-section .contentbox h4{
        font-size: 16px;
    }
    .why-choose-section.custom-advantages-section .contentbox h4 {
        font-size: 34px;
        margin-bottom: 15px;
    }
}

@media (max-width: 435px) {
    .landing_page_header .topcallbtn .btn-content.mobile .callnumber a {
        font-size: 24px;
        line-height: normal;
    }
}

@media (max-width: 420px) {
    .landing_page_header .topcallbtn .btn-content.mobile .callnumber a {
        font-size: 24px;
        line-height: normal;
    }
    .why-choose-section.custom-advantages-section .contentbox h4 {
        font-size: 28px;
    }
}

@media (max-width: 390px) {
    .landing_page_header .topcallbtn .btn-content.mobile .callnumber a {
        font-size: 24px;
        line-height: normal;
    }
    .landing_page_header .topcallbtn {
        padding: 5px 10px;
    }
    .why-choose-section .btntopbox .btn-box .calltext {
        font-size: 14px;
    }
    
    .why-choose-section .btntopbox .btn-box .callnumber a {
        font-size: 30px;
    }
}

@media (max-width: 370px) {
    .landing_page_header .topcallbtn .btn-content.mobile .callnumber a {
        font-size: 24px;
        line-height: normal;
    }
}

@media (max-width: 350px) {
    .landing_page_header .topcallbtn .btn-content.mobile .callnumber a {
        font-size: 24px;
        line-height: normal;
    }
}

@media (max-width: 335px) {
    .landing_page_header .topcallbtn .btn-content.mobile .callnumber a {
        font-size: 20px;
        line-height: normal;
    }
}

/*spanish css start*/

@media (max-width: 390px) {
body.spanish .landing_page_header .topcallbtn .btn-content.mobile .callnumber a{
    font-size:30px;
}
}

@media (max-width: 435px) {
    body.spanish .landing_page_header .topcallbtn .btn-content.mobile .callnumber a {
        font-size: 25px;
    }
}

@media (max-width: 576px) {
    body.spanish .landing_page_header .topcallbtn .btn-content.mobile .callnumber a span{
        font-size:30px;
    }
    
    body.spanish .landing_page_header .topcallbtn .btn-content.mobile .callnumber a {
        font-size: 40px;
    }
}

@media (max-width: 480px) {
    body.spanish .landing_page_header .topcallbtn .btn-content.mobile .callnumber .mobiletext span {
        font-size: 16px;
        line-height: 20px;
    }
}


@media (max-width: 576px) {
    body.spanish .landing_page_header .topcallbtn .btn-content.mobile .callnumber .mobiletext span {
        font-size: 16px !important;
    }
}

@media (max-width: 576px) {
    body.spanish .landing_page_header .topcallbtn .btn-content.mobile .callnumber .mobiletext span {
        font-size: 24px !important;
    }
}

@media (max-width: 767px) {
    body.spanish .landing_page_header .topcallbtn .btn-content.mobile .callnumber a {
        font-size: 25px;
    }

    .two-column-list{
        display: block;
    }

    .custom-advantages-section .contentbox p{
        color:#FFF;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
     }

    .advantages-row {width: auto !important;justify-content: center;}

    .advantages-row .col-md-3, .advantages-row .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

  .advantages-row .advantage-box {
    width: 100%;
    margin-bottom: 15px;
  }

/* Mobile-first adjustments for why-choose-section */
  
  .why-choose-section .row.align-items-center {
    flex-direction: column;
  }

  .why-choose-section .col-lg-6.order-1 {
    order: 1 !important;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .why-choose-section .col-lg-6.order-2 {
    order: 2 !important;
    width: 100%;
    max-width: 100%;
  }

  .why-choose-section .imgbox img {
    width: 100%;
    height: auto;
    display: block;
  }

  .why-choose-section .two-column-list {
    display: block !important;
    margin: 10px 0;
  }

  .why-choose-section .two-column-list li {
    width: 100%;
    margin-bottom: 10px;
  }
  .why-choose-section .btn-box {
    text-align: left;
    width: 100%;
  }

  .why-choose-section .btn-box .calltext,
  .why-choose-section .btn-box .callnumber {
    display: block;
  }


}

@media (min-width:600px) and (max-width: 767px) {
    body.spanish .landing_page_header .topcallbtn .btn-content.mobile .callnumber a {
        font-size: 50px;
    }
}

/*spanish css end*/
