/* ==========================================================================
Global Settings
========================================================================== */
/*
* Remove text-shadow in selection highlight.
*/
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
* Body settings, change it as required
*/
body {
  font-size: 16px;
  line-height: 1.2;
  color: #1E1E1E;
  font-family: "Poppins", sans-serif;
  text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0px;
}

/*
* Links
*/
a,
a:hover {
  text-decoration: none;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

/*
* A better looking default horizontal rule
*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
* Remove the gap between images and the bottom of their containers.
*/
img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

/*
* Allow only vertical resizing of textareas.
*/
textarea {
  resize: none;
}

/*
* Other
*/
*:focus {
  outline: none !important;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1331px;
  }
}

@media (max-width: 575px) {
  .container {
    padding: 0;
  }
}

/* ==========================================================================
Helper classes
========================================================================== */
figure {
  margin: 0;
}

img.alignleft {
  float: left;
  margin: 0 10px 10px 0;
  display: block;
}

img.alignright {
  float: right;
  margin: 0 0px 10px 10px;
  display: block;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.clear {
  clear: both;
  height: 1px;
  line-height: 1px;
}

/*
* Other
*/
.gradient1 {
  background: linear-gradient(180deg, rgb(53, 2, 2) 0%, rgba(155, 5, 5, 0) 100%);
}

.logo {
  display: inline-block;
  margin-bottom: 22px;
}

.rating {
  max-width: none;
  width: 87px;
  position: relative;
}

.rating img {
  display: inline-block;
  width: 87px !important;
  max-width: none;
}

.rating span {
  display: inline-block;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.rating span img {
  width: 87px !important;
}

.rating-wrapper {
  display: flex;
  margin-bottom: 18px;
}

.rating-wrapper .rating-label {
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  color: #000;
}

.rating-wrapper .rating-label strong {
  text-decoration: underline;
}

.badge1 {
  position: absolute;
  left: -20px;
  top: -18px;
  display: inline-block;
}

/* ==========================================================================
Layout
========================================================================== */
.layout1 {
  display: grid;
  grid-template-columns: 1fr 1.65fr 1fr;
  -moz-column-gap: 29px;
  column-gap: 29px;
}

@media (max-width: 1199px) {
  .layout1 {
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}

@media (max-width: 991px) {
  .layout1 {
    grid-template-columns: 1fr;
    gap: 37px;
  }

  .layout1 .column:nth-child(1) {
    order: 2;
  }

  .layout1 .column:nth-child(2) {
    order: 1;
  }
}

/* ==========================================================================
Common Functionalities & UI Elements
========================================================================== */
/*
* Typography
*/
h1,
.h1 {
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 700;
  margin-bottom: 16px;
}

h2 {
  font-size: 37px;
  margin-bottom: 16px;
}

h3 {
  font-size: 27px;
  margin-bottom: 16px;
}

h4,
.h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
}

h5 {
  font-size: 17px;
  margin-bottom: 16px;
}

h6 {
  font-size: 14px;
  margin-bottom: 16px;
}

p {
  line-height: 1.25;
  margin-bottom: 16px;
}

p.lead {
  font-size: 18px;
  line-height: 1.3333333333;
}

.extra-small {
  font-size: 11px;
}

.fw-light span {
  font-weight: 500;
}

@media (max-width: 767px) {
  .mb-text1 {
    font-size: 16px !important;
  }
}

/* Lists ---------------------- */
ul,
ol {
  margin-bottom: 16px;
  list-style-position: outside;
}

ul li ul,
ul li ol {
  margin-left: 20px;
  margin-bottom: 0;
}

ol {
  margin-left: 20px;
}

ol li ul,
ol li ol {
  margin-left: 20px;
  margin-bottom: 0;
}

.list1 {
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.list1 li {
  padding: 24px 10px;
  padding-right: 0;
  font-weight: 500;
  color: #000;
  border-bottom: 1px solid #C8E1DD;
}

.list1 li:last-child {
  border: none;
}

.list1 li a {
  color: #000;
}

@media (max-width: 1199px) {
  .list1 li {
    padding: 18px 10px;
    padding-right: 0;
  }
}

/* box */
.box {
  padding: 32px 46px;
  border-radius: 13px;
}

@media (max-width: 767px) {
  .box {
    padding: 46px 21px;
    border-radius: 0;
  }
}

.box2 {
  background-color: #fff;
  border: 1px solid #C8E1DD;
  border-radius: 6px;
  font-family: "Montserrat", sans-serif;
  color: #000;
  overflow: hidden;
}

.box2 header {
  border-bottom: 1px solid #C8E1DD;
  background-color: #F5F3F1;
  font-weight: 600;
  padding: 16px;
}

.box2 .content {
  padding: 18px 22px;
  font-weight: 500;
}

.box2:has(.list1) .content {
  padding: 0 11px;
}

@media (max-width: 1199px) {
  .box2 {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .box2 {
    font-size: 16px;
    margin-left: 23px;
    margin-right: 23px;
  }
}

/* section */
.section {
  padding: 35px 0;
}

@media (max-width: 767px) {
  .section {
    padding: 17px 0;
  }

  .section:has(.box):first-child {
    padding-top: 0;
  }
}

/* card */
.card1 {
  padding: 12px 40px 23px;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  text-align: center;
}

.card1 .extra-small {
  color: #100C08;
}

.card1:has(.badge1) {
  position: relative;
}

.card1 header {
  display: flex;
  -moz-column-gap: 46px;
  column-gap: 46px;
  justify-content: center;
  margin-bottom: 10px;
}

.card1 header .num-rating {
  font-size: clamp(24px, 3vw, 36px);
}

.card1 .rating-wrapper {
  justify-content: center;
}

.card1 .rating-wrapper .rating-label {
  padding-top: 4px;
  padding-left: 4px;
}

@media (max-width: 767px) {
  .card1 {
    margin-left: 23px;
    margin-right: 23px;
    padding: 12px 16px 23px;
  }

  .card1 header {
    -moz-column-gap: 4px;
    column-gap: 4px;
  }

  .card1:has(.badge1) header {
    padding-left: 24px;
  }

  .card1:has(.badge1) header:not(:has(.num-rating)) {
    padding-right: 24px;
  }

  .card1 .btn {
    width: 100%;
  }
}

/* button */
.btn {
  border-radius: 6px;
  text-transform: uppercase;
}

.btn.btn-lg {
  padding: 7px 23px;
  font-weight: 900;
}

.btn.btn-primary {
  background-color: #F64E06;
  border-color: #F64E06;
  box-shadow: 0 0 13px 0 #F64E06;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}

.btn.btn-primary:hover {
  background-color: #fff;
  color: #F64E06;
}

.btn.btn-primary:active {
  background-color: #e44806;
  border-color: #e44806;
  color: #fff;
}

@media (max-width: 390px) {
  .btn {
    font-size: 16px;
  }
}

/* modal */
body.popup-open {
  overflow: hidden !important;
}

.modal1 {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 99999;
  display: none;
}

.modal1.show {
  display: flex;
}

.modal1::after {
  content: "";
  width: 110vw;
  height: 110vh;
  background-color: rgba(255, 250, 250, 0.3);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.modal1 .inner-content {
  margin: auto;
  width: 100%;
  max-width: 521px;
  padding: 24px;
}

.modal1 .inner-content .box {
  padding: 26px 41px;
  border-radius: 6px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  text-align: center;
  background-color: #fff;
  color: #383838;
  font-family: "Montserrat", sans-serif;
}

.modal1 .inner-content .box .step {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.modal1 .inner-content .box .button-list1 {
  list-style: none;
  padding: 0 27px;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.modal1 .inner-content .box .button-list1.alt {
  grid-template-columns: 1fr;
}

.modal1 .inner-content .box .button-list1.alt li button {
  font-size: 20px;
}

.modal1 .inner-content .box .button-list1 li button {
  font-size: 24px;
  font-weight: 700;
  border: 1px solid #D9D9D9;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
  padding: 16px;
  border-radius: 6px;
  width: 100%;
  transition-duration: 0.3s;
}

.modal1 .inner-content .box .button-list1 li button:hover {
  border-color: #383838;
}

.modal1 .inner-content .box a {
  display: inline-block;
}

.modal1 .inner-content .box a:has(img) {
  margin-bottom: 17px;
}

.modal1 .inner-content .box .list-unstyled {
  text-align: left;
  margin-bottom: 21px;
  display: inline-block;
}

.modal1 .inner-content .box .btn {
  margin-bottom: 11px;
  padding-top: 4px;
  padding-bottom: 4px;
  width: 100%;
  max-width: 270px;
}

.modal1 .inner-content .step {
  position: relative;
  display: none !important;
}

.modal1 .inner-content .step.active {
  display: flex !important;
}

.modal1 .inner-content .step .close-btn {
  border: none;
  background-color: transparent;
  padding: 0;
  font-size: 24px;
  font-weight: 700;
  color: rgba(44, 44, 44, 0.5);
  position: absolute;
  right: -34px;
  top: -22px;
  transition-duration: 0.3s;
}

.modal1 .inner-content .step .close-btn:hover {
  color: rgb(44, 44, 44);
}

@media (max-width: 767px) {
  .modal1 .inner-content .box {
    padding: 18px 24px;
  }

  .modal1 .inner-content .box .lead {
    font-size: 16px;
  }

  .modal1 .inner-content .box h4,
  .modal1 .inner-content .box .h4 {
    font-size: 20px;
  }

  .modal1 .inner-content .box .button-list1 {
    padding: 0;
  }

  .modal1 .inner-content .box .button-list1 li button {
    font-size: 16px;
    padding: 14px;
  }

  .modal1 .inner-content .box .button-list1.alt li button {
    font-size: 16px;
    padding: 14px;
  }

  .modal1 .inner-content .box .list-unstyled {
    font-size: 14px;
  }

  .modal1 .inner-content .box .btn+p {
    font-size: 14px;
  }

  .modal1 .inner-content .step .close-btn {
    right: -19px;
    top: -13px;
    font-size: 18px;
  }
}

/*# sourceMappingURL=main.css.map */

/* 25/11/2025  */
/* header  */
#header {
  padding: 7px 0 13px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  display: flex;
  justify-content: center;
  align-items: center;
}

#header .logo {
  margin-bottom: 0;
}

/* footer  */
#footer {
  padding: 18px 0;
}

#footer p {
  font-weight: 300;
  margin-bottom: 20px;
}

#footer p a {
  color: #000;
}

#footer .footer-links {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 30px;
  margin-bottom: 20px;
}

#footer .footer-links li {
  font-size: 16px;
  font-weight: 300;
}

#footer .footer-links li a {
  color: #000;
}

#footer .footer-links li a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  #footer p {
    font-size: 10px;
  }

  #footer .footer-links li {
    font-size: 10px;
  }

  #footer .logo {
    margin-bottom: 16px;
  }

  #footer .logo img {
    max-height: 37px;
  }
}

.logo img {
  max-height: 51px;
}

.home.gradient1 .container {
  padding: 0 12px;
}

@media (max-width: 767px) {
  .home.gradient1 .section .box {
    padding: 42px 0;
  }
}

/* layout1  */
.layout1 .column .figure1 img {
  height: 300px;
  object-fit: cover;
}

/* card1.alt  */
.card1 header img {
  max-height: 77px;
}

.card1 .badge1 {
  height: 59px;
  width: 59px;
  z-index: 1;
}

.card1.alt {
  padding: 0;
}

.card1.alt .figure1 img {
  height: 223px;
  width: 100%;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  filter: blur(2px);
  object-fit: cover;
}

.card1.alt .content {
  padding: 10px 20px 20px;
}

.card1.alt .content p {
  font-size: 20px;
  margin-bottom: 10px;
}

.card1.alt .content .num-rating {
  color: #D3AD52;
  font-weight: bold;
}

.card1.alt .content header {
  align-items: center;
  column-gap: 10px;
}

@media (max-width: 767px) {
  .card1.alt .figure1 img {
    height: 147px;
  }

  .card1.alt .content p {
    font-size: 16px;
  }

  .card1.alt header img {
    max-height: 50px;
  }
}