:root{
  --color-foreground: 31, 41, 55;
  --color-primary: 20, 99, 255;
  --light-gery: 245, 247, 249;
  --light-blue: 11, 70, 187;
  --dark: 0, 0, 0;
  --light: 255, 255, 255;
  --footer-background: 17, 24, 39;
  --footer-foreground: 209, 213, 219;
  --color-button: var(--color-primary);
  --color-button-text: var(--light);
  --color-button-secondary: 250, 250, 250;
  --color-button-secondary-text: var(--color-foreground);
}
body{
  font-family: "Lexend", sans-serif;
  font-size: 1rem;
  color: rgba(var(--color-foreground), .5);
}
img{
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
h1, h2, h3, h4, h5, h6{
  font-weight: 500;
  font-style: normal;
  margin: 0 0 16px;
  color: rgba(var(--color-foreground), 1);
}
h1, .h1{
  font-size: 38px;
  line-height: 1.25;
  font-weight: 700;
}
h1 strong, .h1 strong{
  color: rgb(var(--color-primary));
  font-weight: 700;
}
h2, .h2{
  font-size: 32px;
  line-height: 1.25;
  font-weight: 500;
}
h2 strong, .h2 strong{
  color: rgb(var(--color-primary));
  font-weight: 700;
}
img{
  transition: .4s;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
  max-width: 1304px;
}

.btn{
  padding: 10px 30px 10px 10px;
  display: inline-block;
  font-size: 24px;
  font-weight: 600;
  border-radius: 40px;
  line-height: 1.5;
  border: 1px solid rgb(var(--color-button));
  text-transform: capitalize;
  transition: 0.4s;
}
.btn.btn-primary{
  background: rgb(var(--color-button));
  color: rgb(var(--color-button-text));
}
.btn span{
  vertical-align: middle;
  display: inline-block;
  line-height: 48px;
}
.btn i{
  width: 48px;
  height: 48px;
  float: left;
  border-radius: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
  justify-self: flex-start;
  margin-right: 20px;
  vertical-align: middle;
}
.btn.btn-primary i{
  background: rgb(var(--color-button-text));
  color: rgb(var(--color-button));
}
.btn.btn-primary:hover{
  background: rgb(var(--color-button-text));
  color: rgb(var(--color-button));
}
.btn.btn-primary:hover i{
  background: rgb(var(--color-button));
  color: rgb(var(--color-button-text));
}
.btn.btn-secondary{
  background: rgb(var(--color-button-secondary));
  border-color: transparent;
  color: rgba(var(--color-button-secondary-text), .6);
  box-shadow: 0px 0px 4px 0px rgba(193, 193, 193, 1) inset;
}
.btn.btn-secondary i{
  background: rgb(var(--color-button-text), .4);
  color: rgb(var(--color-button));
  box-shadow: 0px 0.33px 1.33px 0px rgba(0, 0, 0, 0.08), 0px 0.33px 8px 0px rgba(0, 0, 0, 0.08), 0px 0.67px 4px 0px rgba(255, 255, 255, 1) inset;
  backdrop-filter: blur(5.333333492279053px);
}
.btn.btn-secondary:hover{
  background: rgb(var(--color-button-secondary));
  border-color: transparent;
  color: rgb(var(--color-button));
}
.btn.btn-secondary:hover i{
  background: rgb(var(--color-button));
  color: rgb(var(--color-button-text));
}

.light-bg{
  background: rgb(var(--light-gery));
}
.bg-light-blue{
  background: rgba(var(--light-blue), .1);
}

.site-header{
  padding: 8px 0;
  background: rgb(var(--light));
  position: sticky;
  top: 0;
  z-index: 9;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}
.site-header .right-button{
  display: flex;
  column-gap: 16px;
}
.site-header .btn{
  border-radius: 8px;
  min-height: 48px;
  column-gap: 10px;
  padding: 8px;
  font-size: 12px;
  font-weight: normal;
  text-transform: none;
  border: none;
}
.site-header .btn i{
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  font-size: 18px;
  margin-right: 10px;
}
.site-header .btn span{
  line-height: 32px;
}


.section{
  padding: 64px 0;
}

.site-footer{
  background: rgb(var(--footer-background));
  padding: 64px 0 0;
  color: rgb(var(--footer-foreground));
}
.site-footer :is(h1, h2, h3, h4){
  color: #fff;
}
.site-footer :is(h5, h6){
  color: rgb(var(--footer-foreground));
}
.site-footer h3{
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 24px;
}
.site-footer h3:not(:first-child){
  margin-top: 64px;
}
.site-footer h5{
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 8px;
}

.site-footer a{
  color: currentColor;
  text-decoration: none;
}
.multiple-address{
  column-gap: 48px;
  row-gap: 32px;
  font-weight: 300;
}
.multiple-address .col{
  max-width: 180px;
}
.multiple-address p{
  margin-bottom: 0;
}
.payment-options h5{
  margin-bottom: 24px;
}
.certified-logo{
  margin-top: 45px;
}
.copyright-text{
  padding: 24px 0 64px;
  margin-top: 56px;
  border-top: 1px solid rgba(107, 114, 128, 1);
  color: rgba(107, 114, 128, 1);
}

.top-sec{
  padding: 24px 0 32px;
  background-repeat: no-repeat;
  background-size: cover;
}
.top-content{
  display: flex;
  align-items: center;
}
.top-content .top-left-content{
  flex: 0 0 765px;
  max-width: 765px;
  padding: 30px 50px 30px 30px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(44px);
  border-radius: 16px 0 0 16px;
}
.top-content .top-right-form{
  flex: 1 1 0;
}

.boxes{
  display: flex;
  flex-wrap: wrap;
  column-gap: 40px;
  row-gap: 16px;
}
.boxes .box{
  flex: 0 0 calc(50% - 40px * 1/2);
  max-width: calc(50% - 40px * 1/2);
  position: relative;
  padding-top: 33%;
  z-index: 0;
}
.boxes .box img.bg-img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.boxes .box .badge{
  position: absolute;
  top: -13px;
  right: -6px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 0.5px 2px 0px rgba(0, 0, 0, 0.08), 0px 0.5px 12px 0px rgba(0, 0, 0, 0.08), 0px 1px 6px 0px rgba(255, 255, 255, 1) inset;
  backdrop-filter: blur(8px);
  border-radius: 40px;
  width: 70px;
  height: 70px;
  border: 4px solid rgb(var(--light-gery));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.boxes .box .content{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  max-width: 215px;
  font-size: 16px;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.78) 100%);
  backdrop-filter: blur(0px);
  padding: 16px;
  border-radius: 16px;
  color: rgb(var(--light));
  place-content: center;
}
.boxes .box .content h4{
  font-size: 20px;
  font-weight: 600;
  color: rgb(var(--light));
  margin: 0 0 4px;
}
.boxes .box .content p{
  margin: 0;
}

.top-sec h3{
  font-size: 20px;
  font-weight: 500;
  color: rgba(var(--color-foreground), 1);
  line-height: 40px;
  margin: 16px 0 8px;
}

.icon-groups{
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 16px;
  border-radius: 16px;
  padding: 24px;
  border: 4px solid rgba(255, 255, 255, 1);
  background: linear-gradient(90deg, #FFFFFF 0%, #F3F3F3 100%);
  color: rgba(var(--color-foreground), 1);
}
.icon-groups .icon-group{
  flex: 0 0 calc(33.33% - 16px * 2/3);
  max-width: calc(33.33% - 16px * 2/3);
}
.icon-group{
  display: flex;
  align-items: center;
  column-gap: 8px;
}
.icon-group .icon{
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0px 0.5px 2px 0px rgba(0, 0, 0, 0.08), 0px 0.5px 12px 0px rgba(0, 0, 0, 0.08), 0px 1px 6px 0px rgba(255, 255, 255, 1) inset;
  backdrop-filter: blur(8px)
}
.icon-group .heading{
  font-size: 14px;
}
.icon-group .heading strong{
  font-weight: 600;
}


.form-box{
  background: rgba(249, 249, 249, 1);
  /*  border: 2px solid rgba(255, 255, 255, 1);*/
  padding: 24px 32px;
  border-radius: 32px;
  backdrop-filter: blur(16px);
  width: 100%;
  position: relative;
  overflow: hidden;
}
.countdown-timer{
  height: 70px;
  margin: 0 0 24px;
}
.offer-tag{
  position: absolute;
  top: 25px;
  left: -40px;
  transform: rotate(-45deg);
  background: rgba(235, 75, 12, 1);
  color: #fff;
  line-height: 35px;
  font-size: 12px;
  text-align: center;
  padding: 0 30px;
}
.form-box h2{
  text-align: center;
  font-weight: 600;
  margin: 0 0 24px;
  font-size: 24px;
}
.form-box h4{
  font-size: 16px;
  font-weight: normal;
  margin: 0 0 24px;
  text-align: center;
}
.form-box h4 strong{
  font-weight: 600;
  color: rgba(20, 99, 255, 1);
}
.form-box .form-row{
  display: flex;
  column-gap: 16px;
  row-gap: 16px;
  margin-bottom: 16px;
}
.form-box .form-row .form-field{
  flex: 1 1 0;
}
.form-box .form-control{
  padding: 12px 16px;
  line-height: 20px;
  background: rgba(248, 249, 253, 1);
  border: 1px solid rgba(230, 230, 244, 1);
  font-size: 14px;
  font-weight: 500;
  border-radius: 16px;
}
.form-box .form-control:focus{
  box-shadow: none;
}
.form-box textarea.form-control{
  height: 140px;
  resize: none;
}
.form-box .form-submit{
  padding-top: 8px;
}
.form-box .btn{
  width: 100%;
}
.form-box .btn span{
  margin: 0 auto;
}

.timer-container {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 32px;
}
.timer-box {
  text-align: center;
  padding: 12px 20px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid rgba(20, 99, 255, 1);
  width: 100px;
}

.time {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 6px;
  color: rgb(var(--color-primary));
}

.label {
  font-size: 12px;
  color: rgba(31, 41, 55, 1);
  font-weight: 600;
}

.colon {
  font-size: 32px;
  color: #007bff;
  align-self: center;
}

.service-center-sec{
  padding: 54px 0 65px;
}
.authorized-slider{
  margin-top: 32px;
}
.about-info-boxes{
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 16px;
  row-gap: 16px;
}
.about-info-boxes .about-info-box{
  min-height: 150px;
  color: rgb(var(--color-foreground));
}
.about-info-boxes .about-info-box:nth-child(1), .about-info-boxes .about-info-box:nth-child(2){
  grid-row: span 2/ span 2;
}
.about-info-box{
  position: relative;
  background: rgba(255, 255, 255, 1);
  border-radius: 24px;
}
.about-info-box.experienced{
  color: #fff;
}
.about-info-box.experienced .bg-img{
  object-fit: cover;
  object-position: top center;
  aspect-ratio: 16/15;
  border-radius: 24px;
  height: 100%;
  width: 100%;
}
.about-info-box.satisfied img{
  margin: 24px 24px 24px auto;
  display: block;
}
.about-info-box.brands{
  background: rgba(228, 236, 249, 1);
}
.about-info-box.brands img{
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.about-info-box .info-content{
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 24px;
}
.about-info-box .info-content span{
  font-size: 48px;
  font-weight: 500;
  color: rgb(var(--color-primary));
}
.about-info-box.experienced .info-content span{
  color: #fff;
}
.about-info-box.brands .info-content span{
  color: rgb(var(--color-foreground));
}
.about-info-box .info-content p{
  margin: 0;
}

.img-with-text{
  font-size: 24px;
  line-height: 40px;
}

.about-blocks{
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 80px;
  row-gap: 40px;
  margin-top: 64px;
}
.about-block{
  font-size: 18px;
  line-height: 1.1;
  color: rgba(var(--color-foreground), .4);
}
.about-block:hover{
  color: rgba(var(--color-foreground), .6);
}
.about-block h4{
  border-top: 2px solid rgba(13, 13, 14, 0.08);
  color: rgba(var(--color-foreground), .4);
  padding-top: 24px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: normal;
  position: relative;
}
.about-block:hover h4{
  color: rgba(var(--color-foreground), 1);
}
.about-block h4:before{
  content: '';
  position: absolute;
  top: -2px;
  left: 0;
  width: 0;
  transition: 0.4s;
  border-top: 2px solid rgb(var(--color-primary));
}
.about-block:hover h4:before{
  width: 20%;
}

.about-block p:last-child{
  margin-bottom: 0;
}

.section.apart-sec{
  background-image: url(../images/bg-2.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.section.apart-sec h2{
  color: #1463FF;
}
.aparts-boxes{
  display: flex;
  flex-wrap: wrap;
  column-gap: 64px;
  row-gap: 48px;
  justify-content: center;
  padding: 32px;
}
.aparts-boxes .aparts-box{
  background: rgba(255, 255, 255, 0.5);
  border: 2px solid #fff;
  border-radius: 32px;
  width: calc(33.33% - 64px * 2/3);
  max-width: 340px;
  backdrop-filter: blur(312px);
  padding: 24px;
  color: rgba(var(--color-foreground), .8);
  transition: 0.4s;
}
.aparts-boxes .aparts-box:hover{
  background: rgba(255, 255, 255, 1);
}
.aparts-boxes .aparts-box .icon{
  width: 64px;
  height: 64px;
  border-radius: 16px;
  padding: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0px 0.67px 2.67px 0px rgba(0, 0, 0, 0.08), 0px 0.67px 16px 0px rgba(0, 0, 0, 0.08), 0px 1.33px 8px 0px rgba(255, 255, 255, 1) inset;
  backdrop-filter: blur(10.666666984558105px);
  margin-bottom: 24px;
}
.aparts-boxes .aparts-box h5{
  margin-bottom: 8px;
}

.offer-sec{
  padding: 48px 0;
  background: rgb(var(--light-gery));
}
.offer-sec-box{
  background: rgba(11, 70, 187, 0.1);
  border-radius: 32px;
  padding: 48px 40px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 68px;
}
.offer-sec-box .offer-content-box{
  flex: 0 0 480px;
  max-width: 480px;
  background: rgba(246, 246, 246, 1);
  box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 8px 10px -6px rgba(0, 0, 0, 0.1);
  padding: 32px 24px;
  border-radius: 32px;
  position: relative;
  overflow: hidden;
  color: rgba(31, 41, 55, 1);
  margin-bottom: -68px;
}
.offer-sec-box .offer-content-box h5{
  font-size: 20px;
  margin: 0;
  font-weight: 500;
}
.offer-sec-box .offer-content-box h2{
  font-size: 50px;
  line-height: 1.28;
  margin: 0;
}
.offer-sec-box .offer-content-box h2 strong{
  font-weight: 600;
}
.offer-sec-box .offer-content-box h6{
  font-size: 16px;
  font-weight: 500;
  line-height: 36px;
  margin-bottom: 32px;
}
.offer-sec-box .offer-content-box h3{
  font-size: 20px;
  font-weight: 600;
  line-height: 36px;
  margin: 0 0 16px;
}
.offer-sec-box .offer-content-box p{
  margin-bottom: 8px;
}
.offer-sec-box .offer-content-box ul{
  list-style: none;
  padding: 0;
  margin: 0 auto 32px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 20px;
  text-align: left;
  max-width: 360px;
}
.offer-sec-box .offer-content-box ul li{
  width: calc(50% - 20px * 1/2);
  background: url(../images/tick.svg) no-repeat left 6px;
  padding-left: 26px;
}
.offer-sec-box .offer-right-img{
  flex: 1 1 0;
  text-align: right;
}
.offer-sec-box .button-block{
  margin-top: 0;
}
.offer-sec-box .btn{
  width: 100%;
}


.big-heading-box{
  background: rgba(11, 70, 187, 0.1);
  background-image: url(../images/bg-3.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 116px 80px;
  border-radius: 32px;
  margin-bottom: 16px;
}
.big-heading-box h2{
  font-size: 64px;
  font-weight: 500;
  color: rgb(var(--color-primary));
  margin-bottom: 0;
}

.help-boxes{
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  column-gap: 16px;
  row-gap: 16px;
}
.help-boxes .help-box{
  position: relative;
  grid-column: span 3;
}
.help-boxes :is(.help-box:nth-child(2), .help-box:nth-child(3), .help-box:nth-child(4)){
  grid-column: span 2;
}
.help-boxes .help-box .img-box{
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: bottom;
  padding-top: 50%;
  overflow: hidden;
  border-radius: 24px;
  min-height: 160px;
}
.help-boxes :is(.help-box:nth-child(2), .help-box:nth-child(3), .help-box:nth-child(4)) .img-box{
  padding-top: 114%;
}
.help-boxes :is(.help-box:nth-child(1), .help-box:nth-child(7), .help-box:nth-child(11)) .img-box{
  padding-top: 74%;
}
.help-boxes .help-box:nth-child(9){
  grid-row: span 2;
}
.help-boxes .help-box:nth-child(9) .img-box{
  padding-top: 0;
  height: 100%;
}
.help-boxes .help-box .img-box img{
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.help-boxes .help-box .content{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.78) 100%);
  backdrop-filter: blur(0px);
  color: #fff;
  padding: 32px;
  border-radius: 24px;
  height: 100%;
  place-content: end;
}
.help-boxes .help-box .content h4{
  color: #fff;
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 0;
}
.help-boxes .help-box .content a{
  color: currentColor;
  text-decoration: none;
}

.rich-text{
  background-color: rgba(237, 241, 240, 1) !important;
  background-image: url(../images/bg-4.png);
  background-size: cover;
  background-repeat: no-repeat;
  font-size: 20px;
  color: rgba(var(--color-foreground), .9);
}
.rich-text h2{
  font-size: 42px;
  font-weight: 700;
}
.rich-text .btn{
  margin-top: 40px;
}

.review-lists{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 16px;
  row-gap: 16px;
  margin-top: 32px;
}
.review-lists .review-block{
  background: rgba(255, 255, 255, 1);
  padding: 32px 40px;
  border-radius: 32px;
  transition: 0.4s;
}
.review-lists .review-block:hover{
  box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 8px 10px -6px rgba(0, 0, 0, 0.1);
}
.review-lists .review-block.img-top{
  grid-row: span 2 / span 2;
}
.review-lists .review-block.img-top .review-img{
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  overflow: hidden;
  padding-top: 70%;
  position: relative;
  border-radius: 24px;
  margin-bottom: 24px;
}
.review-lists .review-block.img-top .review-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 24px;
}
.review-block.img-top .review-meta{
  margin-top: 24px;
}
.review-meta{
  display: flex;
  column-gap: 16px;
  align-items: center;
  margin-top: 40px;
}
.review-meta .review-img, .review-meta .review-img img{
  width: 48px;
  height: 48px;
  border-radius: 48px;
  overflow: hidden;
}
.review-meta .review-img img{
  object-fit: cover;
}
.review-meta h5{
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 4px;
}
.review-meta p{
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
}

@media screen and (max-width: 1199px){
  h1, .h1{
    font-size: 34px;
  }
  .top-content .top-left-content{
    max-width: 50%;
    flex: 0 0 50%;
    padding: 30px;
  }
  .boxes{
    column-gap: 20px;
  }
  .boxes .box{
    flex: 0 0 calc(50% - 20px * 1 / 2);
    max-width: calc(50% - 20px * 1 / 2);
  }
  .boxes .box .badge{
    width: 50px;
    height: 50px;
  }
  .icon-groups{
    padding: 16px;
    justify-content: center;
  }
  .icon-groups .icon-group {
    flex: 0 0 calc(50% - 16px * 1/2);
    max-width: calc(50% - 16px * 1/2);
  }
  .form-box{
    padding: 24px;
  }
  .form-box .form-inner{
    padding: 20px;
  }
}
@media screen and (max-width: 991px){
  .top-content{
    flex-direction: column;
  }
  .top-content .top-right-form{
    width: 100%;
  }
  .top-content .top-left-content{
    flex: 0 0 100%;
    max-width: 100%;
    border-radius: 16px;
  }
  .form-box{
    max-width: 100%;
    margin-top: 15px;
  }
  .about-info-boxes{
    grid-template-columns: repeat(2, 1fr);
  }
  .about-info-boxes .about-info-box:nth-child(1), .about-info-boxes .about-info-box:nth-child(2){
    grid-row: span 1 / span 1;
  }
  .about-info-box .info-content{
    padding: 20px;
  }
  .about-info-box .info-content span{
    font-size: 36px;
  }
  .about-blocks{
    column-gap: 40px;
  }
  .aparts-boxes{
    column-gap: 30px;
  }
  .aparts-boxes .aparts-box{
    width: calc(33.33% - 30px * 2/3);
    padding: 16px;
  }
  .offer-sec{
    padding: 48px 0 0;
  }
  .offer-sec-box{
    padding: 32px 32px 0;
    flex-direction: column;
    margin-bottom: 0;
  }
  .offer-sec-box .offer-content-box{
    margin-bottom: 0;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .offer-boxes{
    column-gap: 20px;
  }
  .offer-sec-box .offer-right-img{
    width: 100%;
    text-align: center;
  }
  .offer-boxes .offer-box{
    width: calc(25% - 20px * 3/4);
  }
  .review-lists .review-block{
    padding: 16px;
  }
  .big-heading-box{
    padding: 80px 50px;
  }
  .big-heading-box h2{
    font-size: 44px;
  }
  .help-boxes .help-box .content{
    padding: 20px;
  }
  .help-boxes .help-box .content h4{
    font-size: 20px;
  }
  .payment-options{
    margin-top: 48px;
  }



}

@media screen and (max-width: 767px){
  body{
    font-size: 14px;
  }
  .section{
    padding:32px 0;
  }

  .site-header .btn span{
    display: none;
  }
  .site-header .btn i{
    margin-right: 0;
  }
  h1, .h1{
    font-size: 24px;
  }
  h2, .h2{
    font-size: 24px;
  }
  .btn{
    padding: 5px 30px 5px 10px;
    min-height: 52px;
    font-size: 16px;
    width: 100%;
  }
  .btn span{
    line-height: 40px;
  }
  .btn i{
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    margin-right: 10px;
  }
  .boxes{
    flex-direction: column-reverse;
  }
  .boxes .box{
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 50%;
  }
  .top-content .top-left-content{
    padding: 16px;
  }

  .form-box h2{
    max-width: 220px;
    font-size: 20px;
    margin: 0 auto 20px;
  }
  .timer-container{
    margin-bottom: 20px;
  }
  .form-box h4{
    margin-bottom: 16px;
    font-size: 14px;
  }
  .timer-box{
    padding: 12px 10px;
    width: 80px;
  }

  .offer-tag{
    top: 20px;
    left: -38px;
    padding: 0 30px;
    font-size: 10px;
  }

  .top-sec h3{
    font-size: 16px;
  }
  .icon-groups{
    padding: 8px;
    column-gap: 10px;
  }
  .icon-group .heading{
    font-size: 12px;
  }
  .icon-group .icon{
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
  }

  .form-box .form-row{
    flex-direction: column;
  }
  .form-box .form-control{
    font-size: 16px;
  }

  .service-center-sec{
    padding: 24px 0;
  }
  .service-center-sec h2{
    font-size: 16px;
  }
  .authorized-slider{
    margin-top: 0;
  }
  .about-info-boxes{
    margin-top: 24px;
  }

  .about-info-boxes, .about-blocks{
    grid-template-columns: 1fr;
  }
  .about-info-boxes .about-info-box{
    min-height: 200px;
  }
  .about-info-box .info-content{
    font-size: 14px;
  }
  .about-info-box .info-content span{
    font-size: 32px;
  }
  .form-box{
    padding: 16px;
  }
  .section.apart-sec{
    padding: 32px 0 16px;
  }
  .aparts-boxes{
    padding: 16px;
    row-gap: 24px;
  }
  .aparts-boxes .aparts-box{
    width: 100%;
    max-width: 100%;
  }
  .aparts-boxes .aparts-box .icon, .offer-boxes .offer-box .icon{
    width: 48px;
    height: 48px;
    border-radius: 12px;
  }
  .aparts-boxes .aparts-box h5{
    font-size: 16px;
  }
  .img-with-text{
    font-size: 16px;
    line-height: 24px;
  }
  .img-with-text .img-block{
    order: 9;
    margin-top: 32px;
  }
  .offer-boxes .offer-box{
    width: 100%;
    max-width: 100%;
  }
  .review-lists{
    grid-template-columns: 1fr;
  }
  .help-boxes{
    grid-template-columns: 1fr;
  }
  .about-blocks{
    margin-top: 20px;
    row-gap: 32px;
  }
  .about-block{
    font-size: 14px;
  }
  .about-block h4{
    padding-top: 20px;
    font-size: 16px;
  }
  .multiple-address{
    column-gap: 20px;
  }
  .multiple-address .col{
    flex: 1 0 calc(50% - 20px * 1/2);
    max-width: calc(50% - 20px * 1/2);
  }
  .rich-text h2{
    font-size: 24px;
  }
  .rich-text{
    font-size: 16px;
  }
  .offer-sec{
    padding: 32px 0 0;
  }
  .offer-sec-box{
    padding: 24px 16px 0;
  }
  .offer-sec-box .offer-content-box{
    padding: 24px 16px;
  }
  .offer-sec-box .offer-content-box h5{
    font-size: 16px;
  }
  .offer-sec-box .offer-content-box h2{
    font-size: 36px;
  }
  .offer-sec-box .offer-content-box h6{
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 16px;
  }
  .offer-sec-box .offer-content-box h3{
    font-size: 18px;
  }
  .offer-sec-box .offer-content-box ul{
    margin: 0 0 20px;
    column-gap: 10px;
    row-gap: 10px;
  }
  .offer-sec-box .offer-content-box ul li{
    width: calc(50% - 10px * 1/2);
  }
  .review-lists{
    margin-top: 10px;
  }
  .big-heading-box{
    padding: 106px 30px;
  }
  .big-heading-box h2{
    font-size: 40px;
  }
  .help-boxes{
    grid-template-columns: 1fr 1fr;
    column-gap: 8px;
  }
  .help-boxes .help-box{
    grid-column: span 1;
  }
  .help-boxes :is(.help-box:nth-child(2), .help-box:nth-child(3), .help-box:nth-child(4)){
    grid-column: span 1;
  }
  .help-boxes .help-box:nth-child(5n){
    grid-column: span 2;
  }
  .help-boxes .help-box:nth-child(5n) .img-box{
    padding-top: 70%;
  }
  .help-boxes .help-box .content h4{
    font-size: 16px;
  }
  .help-boxes .help-box:nth-child(9){
    grid-row: span 1;
  }
  .rich-text .btn{
    margin-top: 16px;
  }
  .site-footer{
    padding: 32px 0 0;
  }
  .site-footer h3{
    font-size: 20px;
    margin-bottom: 16px;
  }
  .site-footer h3:not(:first-child){
    margin-top: 45px;
  }
  .site-footer h5{
    font-size: 16px;
  }
  .copyright-text{
    padding: 24px 0;
    margin-top: 24px;
    margin-bottom: 0;
  }

}




/* Basic spinner style */
.loader-spinner {
  border: 2px solid #f3f3f3; /* Light gray */
  border-top: 2px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 16px;
  height: 16px;
  animation: spin 0.6s linear infinite;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}
.error-text {
  font-size: 0.85rem;
  color: #dc3545;
  display: block;
  margin-top: 4px;
  padding-left: 2px;
  text-align: left;
}

.alert {
  position: relative;
  padding: 14px 20px;
  border-radius: 6px;
  margin-top: 16px;
  font-weight: 500;
  font-size: 0.95rem;
  line-height: 1.4;
  border: 1px solid transparent;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

.alert-success {
  background-color: #e6ffed;
  color: #2e7d32;
  border-color: #a5d6a7;
  text-align: center;
}

.alert-danger {
  background-color: #ffe6e6;
  color: #c62828;
  border-color: #ef9a9a;
  text-align: center;
}

.alert-warning {
  background-color: #fff4e5;
  color: #856404;
  border: 1px solid #ffeeba;
  padding: 12px 16px;
  border-radius: 6px;
  font-size: 0.95rem;
  font-weight: 500;
  margin-top: 10px;
  text-align: center;
}






