html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    font-family: 'DN Sans', sans-serif;
    font-style: normal;
    color: #001842;
    overflow-x: hidden;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


.main__title{
    color: #FFF;
    font-size: 46px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.92px;
    white-space: nowrap;
    text-align: center;
}

.main__descr{
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.4px;
}

.title{
    font-size: 46px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.92px;
}

.text__accent__blue{
    color: #00AEEF;
}

.text__accent__orange{
    color: #FF811A;
}

.text{
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0.32px;
}

.text__bold{
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0.32px;
}

.card__title1 {
    font-size: 28px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.56px;
}

.card__title{
    font-size: 22px;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0.56px;
}


    .card__text__yellow{
        color: #ffc20e;
        font-weight: 700;
    }

.text__footer{
    color: #FFF;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.28px;
}

.text__light__bold{
    color: #7B85B6;
    font-size: 28px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.56px;
}

.btn{
    padding: 16px 10px;
    gap: 10px;
    border-radius: 50px;
    border: none;
    display: flex;
    justify-content: center;
    cursor: pointer;
    align-items: center;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.36px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    white-space: nowrap;
    min-width: 223px;
}

.btn__default{
    background: #FF811A;
    border: 1px solid #FF811A;
    color: #FFF;
}

.btn__default:hover{
    border-radius: 50px;
    border: 1px solid #FF811A;
    background: rgba(255, 129, 26, 0.00);
    color: #FF811A;
}

.btn__ghost{
    border: 3px solid #FF811A;
    color: #FF811A;
    background: rgba(255, 255, 255, 0.00);
    gap: 10px;
    min-width: 292px;
    max-height: 54px;
}

.btn__ghost a{
    color: #FF811A;
    text-decoration: none;
    transition: all .3s;
}

.btn__ghost:hover{
    border: 3px solid #001842;
    color: #001842;
}

.btn__ghost:hover a{
    color: #001842;
}

.btn__ghost svg path{
    fill: #FF811A;
    transition: fill 0.3s ease;
}

.btn__ghost:hover svg path{
    fill: #001842;
}

.btn__secondary{
    display: flex;
    align-self: center;
    padding: 7px 8px;
    justify-content: center;
    align-items: center;
    gap: 13px;
    border-radius: 10px;
    border: 1px solid #7B85B6;
    color: #7B85B6;
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.4px;
    max-width: 109px;
    min-width: 109px;
    margin-top: 64px;
}

.btn__secondary:hover{
    border: 1px solid #95a2df;
    color: #95a2df;
}

.btn__secondary svg path{
    fill: #95a2df;
    transition: fill 0.3s ease;
}

.btn__tertiary{
    display: flex;
    width: 100%;
    padding: 12px 30px;
    align-items: center;
    border-radius: 10px;
    border: 1px solid #00AEEF;
    background: #666;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 0.36px;
    text-transform: uppercase;
}

.btn__tertiary:hover{
    background: #00AEEF;
    color: #FFF;
}

.btn__tertiary:active{
    background: #00AEEF;
    color: #FFF;
}

.zip__input__wrapper{
    position: relative;
}

.zip__input__wrapper::after{
    content: url('https://d3q7porexqyyxj.cloudfront.net/sites/5003/zip.svg');
    position: absolute;
    top: 22px;
    left: 20px;
}

.address__input__wrapper{
    position: relative;
}

.address__input__wrapper::after{
    content: url('https://d3q7porexqyyxj.cloudfront.net/sites/5003/address.svg');
    position: absolute;
    top: 22px;
    left: 20px;
}

.email__input__wrapper{
    position: relative;
}

.email__input__wrapper::after{
    content: url("https://d3q7porexqyyxj.cloudfront.net/sites/5003/email.svg");
    position: absolute;
    top: 22px;
    left: 20px;
}

.phone__input__wrapper{
    position: relative;
}

.phone__input__wrapper::after{
    content: url('https://d3q7porexqyyxj.cloudfront.net/sites/5003/phone.svg');
    position: absolute;
    top: 22px;
    left: 20px;
}

.name__input__wrapper{
    position: relative;
}

.name__input__wrapper::after{
    content: url("https://d3q7porexqyyxj.cloudfront.net/sites/5003/person.svg");
    position: absolute;
    top: 22px;
    left: 20px;
}

.select__input__wrapper{
    position: relative;
}

.select__input__wrapper::after{
    content: url("https://d3q7porexqyyxj.cloudfront.net/sites/5003/electric.svg");
    position: absolute;
    top: 22px;
    left: 20px;
    pointer-events: none;
}

.zip__input, .base__input{
    border-radius: 100px;
    background: #FFF;
    padding-top: 21px;
    padding-bottom: 20px;
    padding-left: 47px;
    color: #2D2D2D;
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: none;
    width: 100%;
}

/* Select-specific styling */
select.base__input{
    padding-right: 47px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: none;
    cursor: pointer;
}

.zip__input:focus, .base__input:focus{
  outline: 1px solid #FF811A;
  box-shadow: none;
}

.zip__input::placeholder, .base__input::placeholder{
    color: #616060;
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.validated__input{
    border: 1px solid #1AFF8C;
    /*position: relative;*/
}

.validated__input__wrapper{
    position: relative;
}

.validated__input__wrapper::before{
    content: url('https://d3q7porexqyyxj.cloudfront.net/sites/5003/greenArrow.svg');
    position: absolute;
    top: 50%;
    right: 15px;
    width: 32px;
    height: 32px;
    transform: translateY(-50%);
}

input:-internal-autofill-selected{
    background-color: #fff !important;
}

span.error {
    color: #e85252;
    display: block;
    padding-top: 10px;
    text-align: center;
    font-weight: 500;
}

.zip__input.error{
    border: 1px solid #e85252;
}

.zip__input.error:focus, .base__input.error:focus{
  outline: none;
  box-shadow: none;
}

/* Hide checkmark when input has error class */
.validated__input.error {
    border: 1px solid #e85252 !important;
}

.validated__input__wrapper.error::before,
.error .validated__input__wrapper::before {
    display: none !important;
}

/* ===================================================HEADER=================================================== */

.header {
  position: relative;
  height: 100vh;
  min-height: 800px;
  padding-bottom: 40px;
  overflow: hidden;
  isolation: isolate;

  &::before {
    content: "";
    position: absolute;
    inset: 0;
    background: 
      linear-gradient(0deg, rgba(14, 14, 14, 0.60) 0%, rgba(14, 14, 14, 0.60) 100%),
      url('https://d3q7porexqyyxj.cloudfront.net/sites/5003/solar-bg-optimized.jpg') center bottom / cover no-repeat;
    background-image: 
      linear-gradient(0deg, rgba(14, 14, 14, 0.60) 0%, rgba(14, 14, 14, 0.60) 100%),
      url('https://d3q7porexqyyxj.cloudfront.net/sites/5003/solar-bg.webp');
    z-index: -1;
    will-change: transform;
    transform: translateZ(0);
  }
}

.progress{
    height: 6px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.50);
    border-radius: 40px;
}

.progress-bar {
    border-radius: 40px;
    background-color: #1AFF8C;
}

.step {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.step.active {
  display: flex;
}

.step__text{
    margin-bottom: 41px;
    margin-top: 27px;
    text-align: center;
}

.step__text, .step__text a{
    color: #d7ddf7;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0.24px;
    max-width: 475px;
}

.step__text a{
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.btns__wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.btn__tertiary {

  input[type="radio"] {
    display: none;
  }

  &:hover {
    border-color: #7B85B6;
  }

  input[type="radio"]:checked + span {
    color: #fff;
  }

  input[type="radio"]:checked ~ span {
    color: white;
  }

  span {
    width: 100%;
    text-align: center;
  }
}

.header__burger{
    display: none;
    cursor: pointer;
    border-radius: 50px;
    border: 3px solid #FF811A;
    background: rgba(255, 255, 255, 0.00);
    width: 54px;
    height: 54px;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
}

.header__burger:hover{
    border: 3px solid #001842;
}

.header__burger svg path{
    transition: all 0.3s ease;
}

.header__burger:hover svg path{
    fill: #001842;
}

.header__btns{
    display: flex;
    justify-content: center;
    margin-bottom: 34px;
    align-items: center;
    padding-top: 21px;
}

.header__progress{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 124px;
    flex-direction: column;
    gap: 7px;
}

.header__progress p{
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0.32px;
}

.header__progress em{
    color: #1AFF8C;
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0.32px;
}

.header__content{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header__content .main__title{
    margin-bottom: 12px;
}

.header__content .main__descr{
    margin-bottom: 20px;
}

.header__form{
    display: flex;
    flex-direction: column;
    gap: 19px;
    max-width: 946px;
    width: 100%;
}

.btns__wrapper{
    display: flex;
    gap: 20px;
    justify-content: center;
    min-width: 475px;
    max-width: 475px;
    width: 100%;
    flex-direction: column;
    margin: 0 auto;
}

/* ====================================================GET QUOTES=================================================== */


.get__quotes{
    padding-top: 60px;
    padding-bottom: 60px;
}

.get__quotes__group{
    display: flex;
    gap: 30px;
    align-items: center;
}

.get__quotes__content{
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 779px;
}

.get__quotes__img{
    width: 458px;
    height: 336px;
    border-radius: 20px;
    overflow: hidden;
}

.get__quotes__img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.get__quotes__content .text{
    padding-left: 16px;
    position: relative;
}

.get__quotes__content .text::after{
    content: '';
    position: absolute;
    width: 5px;
    height: 100%;
    background: #FF811A;
    left: 0;
    top: 0;
    border-radius: 10px;
}

.get__quotes__group:last-child .text__bold{
    max-width: 747px;
}

.get__quotes__group:last-child{
    padding-left: 11px;
    margin-top: 36px;
}


/* =====================================================USE================================================ */


.use{
    padding-bottom: 60px;
}

.use .title{
    text-align: center;
}

.use__list{
    display: flex;
    gap: 35px;
    flex-grow: 1;
    margin-top: 30px;
    margin-bottom: 30px;
}

.use__list__item{
    max-width: 400px;
    min-height: 412px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    position: relative;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease-out;
}

.use__list__item.animate {
    opacity: 1;
    transform: translateY(0);
}

.use__list__item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.card__text{
    padding-top: 185px;
}

.card__img{
    width: 200px;
    height: 133px;
    position: absolute;
}

.card__img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.use__list__item:nth-child(1) .card__img {
  top: 25;
  right: 0;
}

.use__list__item:nth-child(2) .card__img {
  top: 25;
  left: 50%;
  transform: translateX(-50%);
}

.use__list__item:nth-child(3) .card__img {
   top: 25;
   left: 0;
}

.use__list__item:first-child {
  background: linear-gradient(180deg, #EAEDDC 0%, #FFAF43 100%);
  clip-path: path("M 0,60 A 20,20 0 0 1 20,40 L 200,0 L 400,0 L 412,412 L 0,412 L 0,60 Z");
}

.use__list__item:nth-child(2) {
  background: linear-gradient(180deg, #B6DAFC 0%, #F6DFA7 100%);
}

.use__list__item:last-child {
  background: linear-gradient(196deg, #D3E9FF 10.99%, #A0D0FF 95.58%);
  clip-path: path("M 290,290 A 20,20 0 0 0 332,40 L 200,0 L 0,0 L 0,412 L 412,412 L 412,60 Z");
}

.use .btn__default{
    margin: 0 auto;
}


/* ======================================================COVER===================================================  */

.cover{
    padding-bottom: 60px;
    padding-top: 60px;
    background: var(--blue-vanile, radial-gradient(40.04% 48.71% at 50% 53.98%, rgba(255, 255, 255, 0.60) 0%, rgba(255, 255, 255, 0.00) 100%), #B3D9FF);
}

.cover__text__group{
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 16px;
    margin-bottom: 40px;
    padding-left: 16px;
    position: relative;
}

.cover__text__group::after{
    content: '';
    position: absolute;
    width: 5px;
    height: 100%;
    background: #FF811A;
    left: 0;
    top: 0;
    border-radius: 10px;
}

.cover__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(300px, 381px));
  grid-auto-rows: 327px;
  justify-content: center;
  gap: 36px;
  margin-bottom: 30px;
}

.cover__list__item {
  background: #fff;
  border-radius: 25px;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  gap: 10px;
}

.cover__list__item__img {
    width: 91px;
    height: 91px;
}

.cover__list__item__img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cover .btn__default{
    margin: 0 auto;
}

/* =======================================================HOW SOLAR=================================================== */

.how__solar{
    padding-bottom: 60px;
    padding-top: 60px;
    background: #fff;
}

.how__solar .title{
    text-align: center;
    margin-bottom: 40px;
}

.how__solar__row{
    display: flex;
    gap: 30px;
    justify-content: center;
    margin-bottom: 40px;
}

.how__solar__row--two-cols{
    max-width: 800px;
    margin: 0 auto 40px auto;
}

.how__solar__item{
    flex: 1;
    max-width: 380px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
    padding: 30px 20px;
    border-radius: 20px;
    background: #f8f9ff;
    border: 1px solid #e8eaff;
    transition: all 0.3s ease;
}

.how__solar__item:hover{
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 24, 66, 0.1);
}

.how__solar__item__img img{
    border-radius: 15px;
}

.how__solar .btn__default{
    margin: 0 auto;
}

/* =======================================================FOOTER=================================================== */


.footer{
    background: #2c2c2c;
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer__wrapper{
    display: flex;
    gap: 36px;
    align-items: center;
}

.footer .text__footer{
    margin-bottom: 12px;
}

.footer__nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer__list{
    display: flex;
    gap: 21px;
    align-items: center;
}

.footer__list a{
    color: #FF811A;
    font-size: 12px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.24px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer__list a:hover{
    text-decoration: underline;
}

.footer__copyright__main{
    color: #FFF;
    font-size: 12px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.24px;
}


/* ========================================================MEDIA=================================================== */

@media (max-width: 1200px){
    .main__title{
        font-size: 38px;
        white-space: normal;
    }

    .get__quotes__group {
        flex-direction: column;
    }

    .use__list{
        flex-direction: column;
        align-items: center;
    }

    .cover__list {
        grid-template-columns: repeat(2, minmax(300px, 381px));
        gap: 20px;
    }

    .how__solar__row{
        flex-direction: column;
        align-items: center;
    }

    .how__solar__item{
        max-width: 500px;
    }

    .footer__nav{
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }
}

@media (max-width: 900px) {
    .header__burger{
        display: flex;
    }

    header .btn__ghost{
        display: none;
    }

    .cover__list {
        grid-template-columns: repeat(1, minmax(200px, 353px));
        gap: 16px;
        grid-auto-rows: 300px;
    }
}

@media (max-width: 768px) {
    .main__title{
        font-size: 36px;
    }

    .main__descr{
        font-size: 18px;
    }

    .title{
        font-size: 32px;
    }

    .card__title{
        font-size: 20px;
        font-weight: 400;
    }

    .card__text__yellow{
        color: #ffc20e;
    }

    .text__light__bold{
        font-size: 24px;
    }

    .header__logo{
        display: block;
        width: 234px;
        height: 60px;
    }

    .header__logo img {
        width: 100%;
        height: 100%;
    }

    .get__quotes, .use, .cover, .how__solar{
        padding-bottom: 36px;
        padding-top: 36px;
    }

    .how__solar__row{
        gap: 20px;
    }

    .how__solar__item{
        padding: 20px 15px;
    }

    .footer__wrapper{
        flex-direction: column;
    }
}

@media (max-width: 500px) {
    .main__title{
        font-size: 30px;
    }

    .text{
        font-size: 14px;
    }

    .title{
        font-size: 30px;
    }

    .card__title{
        font-size: 22px;
    }

    .text__light__bold{
        font-size: 18px;
    }

    .get__quotes__img{
        width: 253px;
        height: 210px;
    }

    .use__list__item{
        max-width: 353px;
        min-height: 332px;
    }

    .btns__wrapper{
        min-width: 100%;
    }
}



/* =========================================================THANK-PAGE=================================================== */

.thank__header{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
}

.thank__section{
    padding: 34px 44px;
}

.thank__section__wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 48px 23px;
    position: relative;
    background: url('../images/thankBg.png') no-repeat center;
    background-size: 1400px 588.5px;
}

.thank__compare{
    display: flex;
    padding: 8px 10px;
    justify-content: center;
    align-items: center;
    align-self: center;
    gap: 10px;
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.36px;
    position: relative;
    border-radius: 10px;
    border: 1px solid #FFF;
    background: rgba(0, 174, 239, 0.60);
    max-width: 448px;
}

.thank__compare p{
    padding-left: 42px;
}

.thank__compare::after{
    content: url('../images/thankArrow.svg');
    position: absolute;
    left: 10px;
    top: 55%;
    transform: translateY(-50%);
}

.thank__content{
    display: flex;
    align-items: center;
    position: relative;
}

.thank__content__img{
    width: 548px;
    height: 429px;
}

.thank__content__img__mob{
    display: none;
    width: 349px;
    height: 273px;
}

.thank__content__img__mob img{
    width: 100%;
    height: 100%;
}

.thank__content__img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.thank__content__text{
    margin-left: 120px;
}

.thank__content__text .title{
    margin-bottom: 24px;
}

.thank__content .btn__default{
    position: absolute;
    bottom: 9px;
    left: 39%;
}

.thank__footer__wrapper{
    display: flex;
    flex-direction: column;
    max-width: 875px;
    padding-bottom: 34px;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.footer__nav{
    display: flex;
    gap: 21px;
    margin-top: 35px;
    margin-bottom: 35px;
}

.footer__nav a{
    color: #FF811A;
    font-size: 12px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.24px;
    text-decoration: none;
}

.footer__copyright {
    color: #7B85B6;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.24px;
    display: block;
    position: relative;
    margin-bottom: 36px;
}

.footer__copyright::after{
    content: '';
    position: absolute;
    width: 172px;
    height: 1px;
    background: #7B85B6;
    left: 30%;
    bottom: -20px;
}

.footer__text, .footer__text a{
    color: #7B85B6;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0.24px;
}

.footer__text a{
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

/* ================================================MEDIA========================================== */

@media (max-width: 1400px) {
    .thank__section__wrapper{
        background: url('../images/thankBg.png') no-repeat center;
        background-size: 1300px 548.5px;
    }

    .thank__content__text{
        margin-left: 60px;
    }

    .thank__content .btn__default{
        left: 45%;
    }
}

@media (max-width: 1300px) {
    .thank__content {
        flex-direction: column-reverse;
        gap: 22px;
    }

    .thank__content__text{
        margin-left: 0;
        text-align: center;
    }

    .thank__section__wrapper{
        border-radius: 10px;
        background: #F7F4EB;
        gap: 20px;
    }

    .thank__content .btn__default{
        position: static;
        margin-top: 29px;
    }
}

@media(max-width: 700px){
    .thank__content__img{
        display: none;
    }

    .thank__content__img__mob{
        display: block;
    }

    .thank__section{
        padding: 27px 20px;
    }

    .thank__compare p{
        font-size: 14px;
    }
}

/* Google Places Autocomplete Styling */
.pac-container {
    border-radius: 15px !important;
    border: 1px solid #ddd !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
    overflow: hidden !important;
    margin-top: 5px !important;
}

.pac-item {
    border: none !important;
    padding: 12px 15px !important;
    font-family: "DM Sans", sans-serif !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
    border-bottom: 1px solid #f0f0f0 !important;
    transition: background-color 0.2s ease !important;
}

.pac-item:last-child {
    border-bottom: none !important;
}

.pac-item:hover,
.pac-item.pac-item-selected {
    background-color: #f8f9fa !important;
    cursor: pointer !important;
}

.pac-item-query {
    color: #2D2D2D !important;
    font-weight: 500 !important;
}

.pac-matched {
    color: #FF811A !important;
    font-weight: 600 !important;
}

.pac-icon {
    margin-right: 10px !important;
}

.pac-item .pac-icon-marker {
    background-image: none !important;
    width: 16px !important;
    height: 16px !important;
}

.pac-item .pac-icon-marker::before {
    content: "📍";
    font-size: 14px;
}

/* Loading Modal Styles */
#loadingModal .modal-content {
    border: none;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

#loadingModal .modal-body {
    padding: 3rem 2rem;
}

#loadingModal .loading-spinner .spinner-border {
    color: #FF811A !important;
    border-width: 4px;
}

#loadingModal .modal-title {
    color: #333;
    font-weight: 600;
    font-size: 1.5rem;
}

#loadingModal .text-muted {
    color: #666 !important;
    font-size: 1rem;
}