@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@font-face {
  font-family: "SegoeUI";
  src: url("../fonts/SegoeUI.woff2") format("woff2"),
    url("SegoeUI.woff") format("woff"), url("SegoeUI.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SegoeUI-Bold";
  src: url("../fonts/SegoeUI-Bold.woff2") format("woff2"),
    url("../fonts/SegoeUI-Bold.woff") format("woff"),
    url("../fonts/SegoeUI-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SegoeUI-Light";
  src: url("../fonts/SegoeUI-Light.woff2") format("woff2"),
    url("../fonts/SegoeUI-Light.woff") format("woff"),
    url("../fonts/SegoeUI-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SegoeUI-Semibold";
  src: url("../fonts/SegoeUI-Semibold.woff2") format("woff2"),
    url("../fonts/SegoeUI-Semibold.woff") format("woff"),
    url("../fonts/SegoeUI-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

* {
  box-sizing: border-box;
}
body {
  padding: 0;
  margin: 0;
  font-family: "SegoeUI";
  /* font-family: "Roboto", sans-serif; */
  background: #f5fbff;
}

/* header section style start */
.header_sec {
  box-shadow: 0 1.125rem 2.25rem -1.188rem rgba(0, 0, 0, 0.4);
  position: relative;
  width: 100%;
  z-index: 2;
  background: #f5fbff;
  padding: 16px 0;
}
.header_sec img {
  max-width: 100%;
  width: 200px;
}
.container_bx {
  max-width: 1140px;
  margin: 0 auto;
}
/* hero-section design start */
.hero_section {
  background: #f5fbff;
  padding: 50px 0;
  min-height: 70vh;
  align-items: center;
  display: flex;
  justify-content: center;
}
.hero_iner {
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
}
.hero_iner h1 {
  font-size: 1.75rem;
  line-height: 2.25rem;
  text-transform: uppercase;
  color: #d01b34;
  margin: 0;
  font-weight: 500;
  font-family: "SegoeUI-Semibold";
}

.hero_iner p {
  font-size: 1.75rem;
  font-weight: 300;
  line-height: 2.25rem;
  font-family: "SegoeUI-Bold";
  color: #274066;
}

.click_txt {
  color: #274066;
  font-size: 1.1rem !important;
  text-transform: uppercase;
  font-weight: 600 !important;
  font-family: "SegoeUI-Bold" !important;
}
.page_btn {
  transform: scale(1.04);
  border-radius: 2.5rem;
  cursor: pointer;
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 1rem 0;
  padding: 0.938rem 2.5rem;
  transition: 0.3s;
  border: none;
  background-color: #d01b34;
  color: #fff;
  margin: 0 auto;
}
.page_btn:hover {
  -webkit-transform: scale(1.07);
  transform: scale(1.07);
}

/* stap design start */
.question_inner {
  width: 100%;
  text-align: center;
}
.question_inner h2 {
  font-size: 1.825rem;
  line-height: 1.2;
  margin: 20px 0 30px;
  color: #d01b34;
  font-family: "SegoeUI-Bold";
}
.radio-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  width: 344px;
  margin: 0 auto;
}
.radio-btn {
  display: inline-block;
  width: 100%;
}
.radio-btn span {
  position: relative;
  display: inline-block;
  background: #d01b34;
  color: #fff;
  padding: 17px 40px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  transition: background 0.3s ease, transform 0.2s ease;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  width: 100%;
}

.radio-btn span:hover {
  background: #d01b34;
}

.radio-btn input {
  display: none;
}

.radio-btn input:checked + span {
  background: #c41a30;
}

.radio-btn span {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
}
.message-container {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  padding: 20px 34px;
  border-top: 5px solid #d01b34;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
  line-height: 1.75;
  transition: all 0.2s ease;
  width: 726px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
#loading-message {
  font-size: 14px;
  transition: 0.3s;
  margin: 0 !important;
  font-family: "SegoeUI-Bold" !important;
  color: #274066 !important;
}
.call_button {
  width: 96%;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 10px;
  margin-top: 7px;
}
.call_button a {
  transform: scale(1.04);
  border-radius: 0;
  cursor: pointer;
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 1rem 0;
  padding: 10px 10px;
  transition: 0.3s;
  border: none;
  background-color: #c41a30;
  color: #fff;
  margin: 0 auto;
  text-decoration: none;
  border-radius: 3px;
  font-family: "SegoeUI-Bold";
}
.congratulations_sec h3 {
  color: #08d60d;
  margin-bottom: 0;
  font-size: 20px;
  letter-spacing: 1.3px;
  margin: 0 !important;
}
.congratulations_txt_1 {
  font-size: 22px;
  margin-bottom: 9px;
  margin: 0;
  color: #274066 !important;
  font-family: "SegoeUI-Semibold";
  line-height: 1.2;
}
.congratulations_txt_2 {
  margin-top: 10px !important;
}
.congratulations_txt_1 strong {
  font-family: "SegoeUI-Bold";
}
.congratulations_txt_2,
.congratulations_txt_3 {
  font-size: 16px;
  color: #13256a;
  margin: 0;
  font-weight: 600;
  font-family: "SegoeUI-Bold" !important;
}
.congratulations_txt_3 {
  margin: 0;
}
/* customers section start */
.customers_section {
  width: 100%;
  background: #e7e7e7;
  text-align: center;
  padding: 40px;
}
.customers_iner h2 {
  font-size: 30px;
  color: #000;
  font-family: "SegoeUI-Semibold";
}
.customers_iner p {
  color: #c41a30;
}
.review-head {
  display: flex;
  justify-content: center;
  align-items: center;
}

.google_logo img {
  width: 130px;
}
.star_img {
  width: 120px;
  padding-left: 20px;
}
.based {
  padding: 0 20px;
}
/* footer section start */
.footer_sec {
  width: 100%;
  background-color: #f5fbff;
  padding: 20px 0;
  padding: 60px 0;
}
.footer_inr {
  max-width: 980px;
  margin: 0 auto;
}
.footer_logo {
  border-bottom: solid 1px #eee;
  padding-bottom: 4px;
  text-align: center;
}

.footer_heading h4 {
  text-align: center;
  font-size: 25px;
  text-transform: uppercase;
  margin: 0 0;
}

.footer_logo img {
  max-width: 100%;
  width: 200px;
}

.footer_list {
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  gap: 25px;
  margin-top: 50px;
}

.footer_list li {
  font-size: 13px;
  color: #888888;
  margin-bottom: 4px;
  margin-top: 10px;
  position: relative;
  padding-left: 15px;
}
.footer_list li::before {
  position: absolute;
  left: 0;
  top: 6px;
  background: #c41a30;
  border-radius: 100%;
  content: "";
  width: 7px;
  height: 7px;
}
.footer_list ul {
  margin: 0;
  padding: 0;
  padding-left: 20px;
  list-style: none;
}
.footer_left {
  width: 50%;
  flex: 1;
}
.footer_right {
  width: 50%;
  flex: 1;
}

.popup_panel {
    position: fixed;
    right: 20px;
    bottom: 10px;
    background: #fff;
    border-radius: 65px;
    z-index: 9;
    padding: 3px 25px 3px 8px;
    box-shadow: 0 4px 6px rgb(199 196 196 / 10%), 0 8px 20px rgb(187 176 176 / 20%), 0 12px 40px rgb(213 205 205 / 30%);
    opacity: 1;
    transition: opacity 1s ease;
}

.popup_panel p {
  font-size: 15px;
  font-family: "SegoeUI-Bold";
  color: #274066;
}
#random {
  color: #d01b34;
  font-size: 18px;
}

.popup_area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.popup_text h2 {
    font-family: "SegoeUI";
    letter-spacing: .2px;
    overflow: hidden;
    font-size: 18px !important;
    line-height: 22px !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
    margin: 0;
    color: #727272;
    font-weight: 300 !important;
}

#random {
    font-weight: 700;
}

.popup_text p {
    font-family: "SegoeUI-Semibold";
    letter-spacing: .2px !important;
    overflow: hidden !important;
    font-size: 12.57px !important;
    line-height: 17px !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
    margin: 0;
    color: #93abb4;
    font-weight: 600;
    margin-bottom: 10px;
}

.popup_text li,
.popup_text ul {
padding: 0;
margin: 0;
}

.popup_text li {
    font-family: "SegoeUI-Semibold";
    letter-spacing: .2px;
    display: flex;
    align-items: center;
    white-space: nowrap !important;
    color: rgb(138, 161, 170) !important;
    font-weight: 400 !important;
    font-size: 12.1px !important;
    line-height: 1.2;
}

.popup_text li a {
  text-decoration: none;
  color: #87bfe2;
}

.popup_img {
    max-width: 75px;
    border-radius: 0 0 50px 50px;
    overflow: hidden;
}

.popup_img img {
    max-width: 100%;
}

.tick_btn {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: inline-grid;
    place-items: center;
    background: #e8f0fe;
    color: #1d4ed8;
    font-size: 12px;
    font-weight: 800;
    margin-right: 8px;
}

.close-btn {
  position: absolute;
  top: -20px;
  right: 0;
  font-size: 20px;
  font-weight: bold;
  color: #666;
  cursor: pointer;
  transition: color 0.3s;
}

.close-btn:hover {
  color: #000;
}

/* responsive design start */
@media only screen and (max-width: 1199px) {
  .container_bx,
  .footer_inr {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .footer_left,
  .footer_right {
    width: 100%;
    flex: inherit;
  }

  .footer_list {
    gap: 0;
  }

  .hero_iner h1,
  .hero_iner p {
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 0px !important;
  }
  .click_txt {
    font-size: 14px !important;
    margin-top: 0 !important;
  }
  .page_btn {
    margin-top: 10px !important;
  }
  .hero_section {
    padding: 30px 0 40px;
  }
  .header_sec img {
    width: 167px;
  }
  .header_sec {
    padding: 10px 0;
  }
  .page_btn {
    margin-top: 10px !important;
    font-size: 17px;
    padding: 11px 18px;
  }
  .customers_iner h2 {
    font-size: 20px;
  }
  .customers_section {
    padding: 20px;
  }
  .review-head {
    flex-direction: column;
  }
  .survey-container {
    padding: 0 20px;
  }
  .question_inner h2 {
    font-size: 25px;
  }
  .radio-group {
    width: 100%;
  }
  .call_button a {
    font-size: 16px;
  }
  .message-container {
    padding: 20px 20px;
  }
  .congratulations_txt_1 {
    line-height: 1.3;
  }

  .congratulations_txt_2,
  .congratulations_txt_3 {
    line-height: 1.3;
  }
  .call_button {
    padding-bottom: 13px;
  }
  .star_img {
    padding-left: 5px;
  }
  .message-container {
    width: 100%;
  }
  .hero_section {
    min-height: auto;
  }
  .footer_heading h4 {
    font-size: 20px;
    margin: 0 0;
  }
  .footer_list {
    margin-top: 20px;
  }
  .footer_list ul {
    padding-left: 0;
  }
}
