/*font-family: "Montserrat", sans-serif;*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/*font-family: "Manrope", sans-serif;*/
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

/*font-weight: 400;*/
@font-face {
    font-family: 'TheVibes';
    src: url('../fonts/TheVibes.eot');
    src: url('../fonts/TheVibes.eot') format('embedded-opentype'),
         url('../fonts/TheVibes.woff2') format('woff2'),
         url('../fonts/TheVibes.woff') format('woff'),
         url('../fonts/TheVibes.ttf') format('truetype'),
         url('../fonts/TheVibes.svg#TheVibes') format('svg');
}


:root {
  --White: #fff;
  --Black: #000;
  --Yellow: #FFD500;
  --Purple: #2B1054;
  --Pink: #EC0089;
  --Green: #00B098;
}

html {
  scroll-behavior: inherit !important;
}
html, body {
  overflow-x: hidden;
  width: 100%;
}
body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  font-family: "Montserrat", sans-serif;
  color: var(--Black);
}

.mobile {
  display: none;
}
.desktop {
  display: block;
}

ol, ul {
  box-sizing: border-box;
  list-style: none;
  padding: 0;
  margin: 0;
}
ul li {
  list-style: none;
}

p {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 140%;
  letter-spacing: 0;
  color: var(--Purple);
}
p:empty{
  display: none;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  line-height: 100%;
  letter-spacing: 0;
  color: var(--Purple);
  margin-top: 0;
  margin-bottom: 10px;
}

h1, .h1 {
  font-size: 70px;
  line-height: 75px;
  font-weight: 900;
}

h2, .h2 {
  font-size: 40px;
  font-weight: 800;
}

h3, .h3 {
  font-size: 25px;
  font-size: 28px;
  line-height: 32px;
  font-weight: 800;
}

h4, .h4 {
  font-size: 19px;
}

.purple-btn, .green-btn , .gform_button {
  padding: 11px 22px;
  min-width: 180px;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.03em;
  text-align: center;
  text-transform: capitalize;
  border-radius: 40px;
  transition: all 0.4s linear;
}
.purple-btn::after , .green-btn::after{
  position: absolute;
  content: "";
  inset: 3px;
  border: 1.5px solid var(--Pink);
  border-radius: 32px;
  transition: all 0.3s linear;
}

.purple-btn{
  background-color: var(--Purple);
  color: var(--Yellow);
}
.purple-btn:hover{
  background-color: var(--White);
  color: var(--Purple);
}


.green-btn{
  background-color: var(--Green);
  color: var(--White);
}
.green-btn:hover{
  background-color: var(--White);
  color: var(--Green);
}
.green-btn::after {
   border-color: var(--Purple);
}


::placeholder {
  color: #828282;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #828282;
  opacity: 1;
}
::-ms-input-placeholder {
  color: #828282;
  opacity: 1;
}
::placeholder {
  color: #828282;
  opacity: 1;
}

img {
  height: auto;
  max-width: 100%;
}
button:focus {
  outline: none;
}
textarea {
  resize: none;
}
a {
  transition: all 0.33s linear;
  text-decoration: none;
}
a:focus {
  outline: none;
}
a:hover {
  text-decoration: none;
  color: var(--Black);
}

body {
  overflow-x: hidden;
}
.lines-button {
  border-radius: 0.57143rem;
  cursor: pointer;
  padding: 16px 0px;
  position: absolute;
  right: 16px;
  top: 0;
  transition: all 0.3s ease;
  z-index: 99;
  display: none;
}
.lines-button:hover {
  opacity: 1;
}
.lines {
  background: #fff;
  border-radius: 0.28571rem;
  display: inline-block;
  height: 2px;
  position: relative;
  transition: all 0.3s ease 0s;
  width: 40px;
}
.lines:before,
.lines:after {
  background: #fff;
  border-radius: 0.28571rem;
  content: "";
  display: inline-block;
  height: 2px;
  left: 0;
  position: absolute;
  transform-origin: 0.28571rem center 0;
  transition: all 0.3s ease 0s;
  width: 40px;
}
.lines:before {
  top: 8px;
}
.lines:after {
  top: -8px;
}
.lines-button:hover .lines:before {
  top: 8px;
}
.lines-button:hover .lines:after {
  top: -8px;
}
.lines-button.x2.meanclose .lines:before,
.lines-button.x2.meanclose .lines:after {
  -webkit-transform: none;
  transform: none;
  top: 0;
}
.lines-button.minus.close .lines:before,
.lines-button.minus.close .lines:after {
  -webkit-transform: none;
  transform: none;
  top: 0;
}
.main_menu {
  float: left;
  position: relative;
  text-align: center;
  z-index: 500;
  transition: all 0.3s ease 0s;
}
.main_menu ul {
  padding: 0px;
  margin: 0px;
}
.main_menu > ul > li {
  float: left;
  list-style: outside none none;
  margin-left: 0px;
  position: relative;
}
.main_menu > ul > li > a {
  display: block;
  text-decoration: none; 
  margin-bottom: 0px;
  position: relative;
  color: var(--Purple) !important;
  font-style: normal;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0;
  padding: 37px 17px 36px;
}
.main_menu > ul > li.menu-item-has-children > a {
  padding-right: 23px !important;
}
.main_menu > ul > li > ul li a {
  padding: 20px 30px;
  color: var(--Purple);
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0;
  text-transform: uppercase;
}
.main_menu > ul > li > a:hover {
  text-decoration: none;
}
.main_menu > ul > li > a.last {
  border: none;
}
.main_menu > ul > li:hover > a {
  text-decoration: none;
  color: #1a1a1a;
  position: relative;
  z-index: 99;
}
.main_menu > ul > li:hover > a .sub {
  color: #000;
}
.main_menu > ul > li.current_page_item > a {
  text-decoration: none;
  color: #fff;
  border-color: #fff;
}
.main_menu > ul > li.current-menu-parent > a,
.main_menu > ul > li.current-menu-ancestor > a,
.main_menu > ul > li.current-menu-item > a {
  color: #0093bb;
}
.main_menu > ul > li.current_page_item > li.current_page_item > a,
.main_menu > ul > li.current-menu-ancestor > ul > li.current-menu-parent > a,
.main_menu > ul > li > ul > li > ul > li.current-menu-item > a {
  background: #0093bb;
  color: #fff;
}
.main_menu > ul > li.current-product_cat-ancestor > li.current-product_cat-ancestor > a, 
.main_menu > ul > li.current-product_cat-ancestor > ul > li.current-product_cat-ancestor > a, 
.main_menu > ul > li > ul > li > ul > li.current-product_cat-ancestor > a {
  color: #fff;
}
.main_menu > ul > li.current-product_cat-ancestor > a {
  color: #fff;
  background: #0093bb;
}
.main_menu > ul > li > ul > li.current-menu-item > a {
  color: #fff;
  background: var(--Pink);
}
.main_menu ul > li:hover > a,
.main_menu > ul > li.current-menu-item > a {
  transition: all 0.3s linear;
  color: #fff;
}

/* submenus */
.main_menu ul ul {
  top: 100%;
  background: #fff;
  pointer-events: none;
  z-index: 1000;
  min-width: 282px;
  width: auto;
  border-radius: 2px;
  position: absolute;
  padding: 0px;
  margin: 0px;
  visibility: hidden;
  display: block;
  text-align: left;
  opacity: 0;
  -webkit-transition: all 0.03s ease;
  -moz-transition: all 0.03s ease;
  -ms-transition: all 0.03s ease;
  -o-transition: all 0.03s ease;
  transition: all 0.03s ease;
  border: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  box-shadow: 0px 2px 20px 0px #8b8b8b40;
}
.main_menu ul ul li {
  display: block;
  position: relative;
}
.main_menu ul ul li a {
  padding: 24px 34px;
  display: block;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.main_menu ul ul a:hover {
  text-decoration: none;
}
.main_menu li:hover > ul {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
  pointer-events: auto;
}
.main_menu > ul > li > ul > li:first-child {
  border-top: 0px;
}
.main_menu > ul > li > ul > li:first-child li:first-child {
  border-top: 0px;
}
.main_menu ul ul ul {
  padding-top: 0px;
  left: 100%;
  top: 0px;
}
.main_menu ul ul li:first-child > ul {
  top: 0px;
  border-top: 0px;
}
.main_menu > select {
  display: none;
}
a.meanmenu-reveal {
  display: none;
}
.mean-bar {
  float: left;
  position: relative;
  width: 100%;
  z-index: 99;
}
a.meanmenu-reveal {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  text-indent: -9999em;
  line-height: 22px;
  font-size: 1px;
  font-weight: 700;
  display: none !important;
}
a.meanmenu-reveal span {
  display: block;
}
.mean-nav {
  background: #fff;
  float: left;
  position: absolute;
  top: 29px;
  width: 100%;
}
.mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
}
.mean-nav ul li {
  position: relative;
  float: left;
  width: 100%;
}
/* body .mean-nav ul.firstul > li:hover > a,*/
body .main_menu ul > li > a:hover,
body .main_menu ul > li:hover > a,
.main_menu > ul > li.current-menu-item > a {
  color: var(--Black);
}
.main_menu > ul > li.current-menu-item > a {
    color: var(--White) !important;
    background-color: var(--Purple);
}
body .main_menu ul > li:hover > a {
  color: var(--White) !important;
  background-color: var(--Purple);
}
header .main_menu ul.navbar-nav > li:hover > a,
header .main_menu ul.navbar-nav > li > a:hover {
  color: var(--Black) !important;
}
.main_menu > ul > li > ul > li:hover a {
  background: var(--Pink) !important;
  color: var(--White) !important;
}
/* .mean-nav > ul > li > ul > li.current-menu-item > a{ color: #fff; background: var(--Dark-Blue);  } */

.mean-nav ul li a {
  display: block;
  float: left;
  width: 100%;
  padding: 10px 20px;
  margin: 0;
  color: #1a1a1a;
  font-size: 18px;
  line-height: 155.556%;
  min-height: 80px;
  display: grid;
  align-items: center;
  text-transform: capitalize;
}
.mean-nav ul li li a {
  width: 100%;
  padding: 8px 25px;
  opacity: 1;
  text-shadow: none !important;
  visibility: visible;
  letter-spacing: 0.54px;
}
.mean-nav ul li.mean-last a {
  border-bottom: none;
  margin-bottom: 0;
}
.mean-nav ul li li li a {
  padding: 7px 30px;
  width: 100%;
}
.mean-nav ul li li li li a {
  width: 60%;
  padding: 14px 20%;
}
.mean-nav ul li li li li li a {
  width: 50%;
  padding: 14px 25%;
}
.mean-nav ul li a.mean-expand {
  width: 76px;
  height: 39px;
  border: none !important;
  padding: 6px 5px 3px 5px !important;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  background-color: transparent;
  box-shadow: none;
  font-size: 0 !important;
  transition: all 0.5s ease;
  box-shadow: none;
}
.mean-nav > ul > li.current-menu-item > ul > li.current-menu-item > a {
  background: #ff0b2c;
  color: #1a1a1a;
  box-shadow: 0px 1px 24px 0px rgba(26, 26, 26, 0.14);
}
.main_menu > ul > li.menu-item-has-children > a {
  display: grid;
  grid-template-columns: max-content max-content;
  align-items: center;
}
.main_menu > ul > li.menu-item-has-children > a::after {
  background-image: url("../images/down-green.svg");
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  width: 8px;
  height: 100%;
  transition: all 0.5s ease;
  border: none;
  margin: 0;
  position: absolute;
  background-size: contain;
  top: 0;
  right: 11px;
}
.main_menu > ul > li.current-menu-item > a:after {
  background-image: url("../images/down-green.svg") !important;
  background-repeat: no-repeat;
  background-position: center;
}
.main_menu > ul > li.menu-item-has-children:hover > a:after {
  transform: rotate(180deg);
  filter: brightness(0) invert(1);
}
.main_menu > ul > li.current-menu-item > a::after {
   filter: brightness(0) invert(1);
}
.mean-nav ul li a.mean-expand.mean-clicked {
  transform: rotate(180deg);
}
header .navigation > ul {
  display: grid;
  grid-auto-flow: column;
  grid-column-gap: 0;
}

header .logo img {
  max-width: 148px;
  width: 100%;
  object-fit: contain;
  transition: all 0.3s linear;
}

header {
  position: fixed;
  transition: all 0.33s linear;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  background-color: var(--White);
  box-shadow: 0px 11px 31px 0px #30303017;
}
header .top-banner {
  padding: 0;
  transition: all 0.3s linear;
}
header .top-banner .inner {
    display: flex;
    gap: 46px;
    align-items: center;
    justify-content: center;
    background-color: var(--Green);
	  min-height: 33px;
}
header .top-banner .inner .middle {
    display: none;
}
header .top-banner p {
  margin: 0;
  color: var(--White);
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
}
header .top-banner p a{
  color: inherit;
  font-size: 19px;
  text-decoration: underline;
  text-underline-offset: 3px;
  margin-left: 5px;
}
header .top-banner .middle a{
  font-size: 15px;
  color: var(--White);
}
header .top-banner p a:hover{
  color: var(--Purple);
}

header .top-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0 13.02px;
  gap: 10px;
  padding: 0;
  transition: all 0.3s linear;
}
header .middle-wrp .main_menu > ul {
  display: flex;
  gap: 0;
}

footer {
  position: relative;
  padding: 61px 0 36px;
  background: linear-gradient(180deg, #00B098 0%, #018780 126.62%);
  box-shadow: 0px 4px 52px 0px #2B10541F inset;
}
footer .container {
  max-width: 1148px;
}

footer ul.f-social-list {
  display: flex;
  justify-content: center;
  grid-column-gap: 11px;
  margin-top: auto;
}
footer .f-social-list a {
  position: relative;
  width: 14.91px;
  height: 14.91px;
  display: block;
  transition: 0.3s ease;
}
footer .f-social-list a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 1;
  visibility: visible;
}
footer .f-social-list a img.hover {
  display: block;
  opacity: 0;
  z-index: 2;
  visibility: visible;
  transition: 0.3s ease;
}
footer .f-social-list a:hover img.hover {
  opacity: 1;
  visibility: visible;
}

footer .footer-row {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  padding: 0 14px;
}
footer .footer-row>div {
  width: 33.33%;
}
footer .left-wrp .col-in ul li:last-child {
  max-width: 220px;
}

footer .footer-row .middle-wrp {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 24.40%;
}
footer .middle-wrp p {
  font-weight: 700;
  font-size: 20.05px;
  line-height: 112.01%;
  text-align: center;
  color: var(--White);
  margin: 15.14px auto auto;
  max-width: 165.75px;
}

.f-logo img{
  object-fit: contain;
  width: 100%;
}
.col-in ul li {
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 13.37px;
  line-height: 201%;
  letter-spacing: 0;
  color: var(--White);
  list-style: disc;
  margin-left: 16px;
}
.col-in ul li a {
  color: inherit;
}

.footer-row2 ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 11px;
  flex-wrap: wrap;
}
.footer-row2 ul li{
  position: relative;
}
.footer-row2 ul li, .footer-row2 ul li p {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 13px;
    line-height: 128%;
    letter-spacing: 0;
    color: var(--White);
    margin: 0;
}
.footer-row2 ul li a {
    color: inherit;
}
.col-in ul li a:hover , .footer-row2 ul li a:hover{
  color: var(--Yellow);
}

/* fixnav */

.logged-in #main__header {
  top: 32px;
}

.slick-slider .slick-next,
.slick-slider .slick-prev {
  opacity: 1;
  z-index: 9;
}
.slick-slider .slick-next,
.slick-slider .slick-prev {
  background: url(../images/slider-prev-blue.svg);
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 24px !important;
  width: 24px;
  height: 24px;
  transition: all 0.3s linear;
}
.slick-slider .slick-prev {
  left: 0;
}
.slick-slider .slick-next {
  transform: rotateY(-180deg) translate(0, -50%);
  right: 0;
}
.slick-slider .slick-next:before,
.slick-slider .slick-prev:before {
  display: none;
}

.slick-dots li {
  width: 8.51px;
  height: 8.51px;
  margin: 0 4.2px;
  transition: all 0.3s linear;
}
.slick-dots li button {
  width: 100%;
  height: 100%;
  background: #D9D9D9;
  padding: 0;
  border-radius: 50%;
  transition: all 0.3s linear;
  font-size: 0;
}
.slick-dots li button::before {
  display: none;
}
.slick-dots li.slick-active {
  transform: scale(1.42);
}
.slick-dots li.slick-active button{
  background: var(--Purple);
}


.gform_wrapper.gravity-theme
  .gfield--input-type-address
  .ginput_container_address
  .gf_clear {
  display: none;
}
.gform_wrapper.gravity-theme .gform_fields,
.gform_wrapper.gravity-theme
  .gfield--input-type-address
  .ginput_container_address {
  grid-row-gap: 30px !important;
  grid-column-gap: 21px !important;
}
.gform_wrapper.gravity-theme .gfield input,
.gform_wrapper.gravity-theme .gfield select,
.gform_wrapper.gravity-theme .gfield textarea {
  background-color: #fff;
  color: #828282;
  border: 2px solid transparent;
  border-radius: 2px;
  padding: 11.5px 21px !important;
  box-shadow: none;
  font-weight: 400;
  font-size: 15px !important;
  line-height: 140% !important;
  letter-spacing: 0;
  transition: all 0.33s ease;
}
.gform_wrapper.gravity-theme .gfield input:focus,
.gform_wrapper.gravity-theme .gfield select:focus,
.gform_wrapper.gravity-theme .gfield textarea:focus {
  outline: none;
  border-color: var(--Purple);
  box-shadow: 0px 0px 22px 0px #2B105499;
}
.gform_wrapper.gravity-theme .gform_validation_errors {
  display: none !important;
}
.gform_wrapper.gravity-theme .gfield textarea.medium {
    height: 110px !important;
    display: block;
}
.gform_wrapper.gravity-theme .gfield textarea.large {
    height: 172px !important;
    display: block;
}
.form-wrp .gform_wrapper.gravity-theme .gfield_label {
    font-weight: 600;
    font-size: 15px;
    line-height: 140%;
    margin-bottom: 6px;
    color: var(--White);
}
.gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin-left: 5px;
    text-align: left;
    color: var(--Purple) !important;
    font-weight: 500;
}

.form-wrp .gform_wrapper.gravity-theme .gfield_label .gfield_required_text {
  display: none;
}
.gform_wrapper.gravity-theme .description,
.gform_wrapper.gravity-theme .gfield_description,
.gform_wrapper.gravity-theme .gsection_description,
.gform_wrapper.gravity-theme .instruction {
  font-size: 12px !important;
  line-height: 1.2 !important;
}
.form-wrp .gform_wrapper.gravity-theme .gform_fileupload_rules {
  display: none;
}
.form-wrp .ginput_recaptcha div {
  z-index: 999999 !important;
}
.form-wrp .gform_required_legend {
  display: none;
}
.form-wrp .gfield--type-captcha label,
.form-wrp .instruction,
.form-wrp .gform_wrapper.gravity-theme .gform_validation_errors {
  display: none !important;
}
.gform_wrapper.gravity-theme .gfield select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-image: url(../images/select-down.svg);
  background-repeat: no-repeat;
  background-position: center right 29px;
  background-size: 10px;
}

.gform_wrapper.gravity-theme .gfield select:has(option:first-child:checked) {
  color: #828282;
}

.form-wrp .gform_wrapper.gravity-theme div#field_1_8{
  margin-top: -6px;
}
.form-wrp .gform_wrapper.gravity-theme div#field_3_14{
  margin-top: -12px;
}
.form-wrp .gform_wrapper.gravity-theme .gfield input#input_3_14 , .form-wrp .gform_wrapper.gravity-theme .gfield input#input_1_8 {
  padding: 8.5px 21px !important;
  background-image: url(../images/upload-icon.svg) !important;
  background-repeat: no-repeat !important;
  background-position: left 20px center !important;
  background-size: 12px !important;
  padding-left: 41px !important;
  text-transform: capitalize;
}

.form-wrp .gform_wrapper.gravity-theme .ginput_container_date input {
    width: 100%;
     background-image: url(../images/date-icon.svg);
    background-repeat: no-repeat;
    background-position: center right 29px;
    background-size: 16px;
}

.gform_wrapper.gravity-theme .gform_footer {
  justify-content: center;
  margin: 44px auto 0 !important;
  padding: 0 !important;
  position: relative;
  align-items: center;
  overflow: hidden;
  max-width: 224px;
  height: 44px;
}
.gform_wrapper.gravity-theme .gform_footer::after {
    position: absolute;
    content: "";
    inset: 3px;
    border: 1.5px solid var(--Purple);
    border-radius: 32px;
    transition: all 0.3s linear;
    pointer-events: none;
}
.gform_wrapper.gravity-theme .gform_footer .gform_button {
  border: none;
  margin-bottom: 0;
  background-color: var(--Green);
  color: var(--White);
  min-width: 100%;
  min-height: 100% !important;
  line-height: 20px !important;
}
.gform_wrapper.gravity-theme .gform_footer:hover .gform_button{
  background-color: var(--White);
}
body .gform_wrapper.gravity-theme .gform_footer:hover input {
  color: var(--Green) !important;
}
body .gform_wrapper.gravity-theme .gform_footer:hover input::placeholder {
  color: var(--Green) !important;
}

.gform_wrapper.gravity-theme .gform-loader  ,  .gform_ajax_spinner {
 position: absolute !important;
  top: 0 !important;
  right: 15px !important;
  bottom: 0 !important;
  margin: auto !important;
}
.form-wrp .gravity-theme .gform_confirmation_message {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: var(--White);
}

.nav-link:focus,
.nav-link:hover {
  color: #fff;
}

/*inner pages*/

.modal-dialog {
  max-width: 1063px;
  width: 100%;
  z-index: 999999;
}
.modal-dialog .modal-content {
  box-shadow: 0px 4px 8px 0px #00000021;
  border-radius: 18.35px;
  border: none;
  background: var(--Green);
}
.modal-dialog .modal-body {
  padding: 0px 0px;
}

.modal-dialog .close-btn {
  position: absolute;
  top: 19px;
  right: 20px;
  border: none;
  background-color: transparent;
  background: none;
  width: 20px;
  height: 20px;
  padding: 0;
  opacity: 1;
}
.modal-dialog .close-btn:focus {
  box-shadow: none;
}
.modal-dialog .close-btn::before {
  content: "";
  background: url(../images/modal-close-icon.svg) no-repeat center;
  background-size: 17px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-dialog .close-btn span {
  display: none;
}
body.modal-open header {
  z-index: 999 !important;
}

.pagination {
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 31px;
}
.pagination ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.pagination ul li a, .pagination ul li span {
    font-size: 24px;
    line-height: 40px;
    font-weight: 600;
    letter-spacing: 0;
    padding: 5px 13px;
    display: block;
    color: var(--Purple);
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
.pagination ul li.active span {
  color: var(--Pink);
}
.pagination ul li.next-arrow a, .pagination ul li.prev-arrow a {
    background: #FFFFFFB2;
    border: 1.5px solid var(--Purple);
    border-radius: 5px;
    padding: 11px 13px;
}
.pagination ul li.next-arrow a img, .pagination ul li.prev-arrow a img{
  object-fit: contain;
  transition: all 0.3s linear;
}
.pagination ul li.next-arrow a img {
    transform: rotateY(180deg);
}
.pagination ul li.next-arrow a:hover,
.pagination ul li.prev-arrow a:hover {
  background-color: var(--Pink);
  border-color: var(--Pink);
}
.pagination ul li.next-arrow a:hover img,
.pagination ul li.prev-arrow a:hover img{
  filter: brightness(0) invert(1);
}

.meta_social_btns {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: flex-start;
  margin-top: 30px;
}
.meta_social_btns a {
  position: relative;
  width: 23.71px;
  height: 18.54px;
  display: block;
  transition: 0.3s ease;
}
.meta_social_btns a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 1;
  visibility: visible;
  object-fit: contain;
  object-position: center;
}
.meta_social_btns a img.hover {
  display: block;
  opacity: 0;
  z-index: 2;
  visibility: visible;
  transition: 0.3s ease;
}
.meta_social_btns a:hover img.hover {
  opacity: 1;
  visibility: visible;
}
.meta_social_btns a .copy-to-clipboard {
    position: absolute;
    left: 30px;
    top: 0;
    min-width: 110px;
    font-size: 14px;
    margin-left: 10px;
    line-height: 20px;
    color: var(--Black);
    text-align: left;
}

.main_menu ul li ul {
  overflow-y: auto;
  max-height: 75vh;
}
.main_menu ul li ul::-webkit-scrollbar {
  width: 12px;
}

.main_menu ul li ul::-webkit-scrollbar-track {
  background: transparent;
}

.main_menu ul li ul::-webkit-scrollbar-thumb {
  background-color: white;
  border-radius: 6px;
  border: 2px solid #f0f0f0;
}

#wpadminbar {
  z-index: 99999999;
}

/*home page start*/

.content{
    padding-top: 124px;
}

.hero-home {
    position: relative;
    padding: 96px 0;
    text-align: center;
    min-height: 904px;
}
.hero-home .row {
    position: relative;
    z-index: 1;
}
.hero-home::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: #2B1054B2;
    z-index: -1;
}
.hero-home .bg-img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
    z-index: -1;
}
.hero-home .hero-home-wrp {
    max-width: 801px;
    margin: 0 auto;
}
.hero-home .hero-home-wrp img.title-img {
    object-fit: contain;
    margin-bottom: 10px;
}
.hero-home .hero-home-wrp h1 {
    color: var(--White);
    margin-bottom: 34px;
}
.hero-home .hero-home-wrp h1 .yellow-text {
    font-weight: 900;
    color: var(--Yellow);
}
.hero-home .hero-home-wrp h3 {
    font-weight: 600;
    font-size: 25px;
    line-height: 140%;
    color: var(--White);
    margin-bottom: 27px;
}

.services {
    padding: 184px 0 91px;
    position: relative;
    margin-top: -345px;
}
.services.has-bg::after {
    position: absolute;
    content: "";
    background: url(../images/slope-curve-bg2.svg) no-repeat top;
    background-size: cover;
    height: 500px;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 0;
    /*height: 39.06vw;*/
}
.services .chameleon-img {
    position: absolute;
    left: -20px;
    z-index: 1;
    width: 478.05px;
    height: 366.13px;
    top: -270px;
}
.services .chameleon-bg {
    position: absolute;
    content: "";
    height: 500px;
    left: -100px;
    z-index: -1;
    width: 530px;
    top: -375px;
}
.services .chameleon-bg img , .content-with-slider .chameleon-bg img{
  width: 100%;

}
.services .chameleon-img img , .content-with-slider .chameleon-img img{
  object-fit: contain;
  object-position: center;
  height: 100%;
}
.services.has-bg::before {
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    right: 0;
    z-index: -1;
    border-top-left-radius: 110px;
    top: 25vw;
    height: calc(100% - 25vw);
    background: url(../images/curve-bg-noise.png) no-repeat center;
    background-size: cover;
}
.services .row {
    position: relative;
}
.services .yellow-circle {
    position: absolute;
    background: url(../images/yellow-circle.svg) no-repeat top;
    background-size: cover;
    width: 570px;
    height: 805px;
    right: 0;
    bottom: -240px;
    z-index: 1;
}
.services .top-text {
    max-width: 646px;
    margin-left: auto;
    text-align: right;
}
.services .top-text span {
    font-weight: 600;
    font-size: 20.05px;
    line-height: 100%;
    color: var(--White);
    display: block;
    margin-bottom: 12px;
}
.services .top-text h2 {
    margin-bottom: 22px;
    color: var(--White);
    line-height: 43px;
	position: relative;
    z-index: 2;
}
.services .service-wrp {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 27px;
    margin-top: 44px;
    position: relative;
    z-index: 2;
}
.services .service-wrp .service-inner-wrp {
    width: calc((100% - (27px * 2 )) / 3 );
    position: relative;
    transition: all 0.3s linear;
}
.services .service-inner-wrp .service-cnt {
    padding: 44px 34px 58px;
    height: 100%;
    border: 2.67px solid var(--White);
    transition: all 0.3s linear;
    border-radius: 18.35px;
    background-color: #21AC99;
    text-align: center;
}
.services .service-inner-wrp h3 {
    font-weight: 900;
    font-size: 23.39px;
    margin: 13px 0 17px;
    color: var(--White);
    line-height: 120%;
}
.services .service-inner-wrp p {
    font-size: 16px;
    line-height: 20.5px;
    color: var(--White);
    margin: 0;
}
.services .service-inner-wrp .icon-wrp {
    height: 56.14px;
    width: 56.14px;
    background-color: var(--White);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px;
    transition: all 0.3s linear;
    margin: 0 auto;
}
.services .service-inner-wrp .icon-wrp img{
  object-fit: contain;
  object-position: center;
  transition: all 0.3s linear;
}
.services .service-wrp .service-inner-wrp:hover .service-cnt{
  background-color: var(--Purple);
}
.services .service-inner-wrp:hover .icon-wrp{
  background-color: var(--Pink);
}
.services .service-inner-wrp:hover .icon-wrp img{
  filter: brightness(0) invert(1);
}

.services .service-inner-wrp .service-cnt .green-btn {
    min-height: auto;
    font-size: 14px;
    padding: 12px 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translateY(105%);
    width: max-content;
    min-width: 176px;
    margin: 0 auto;
    opacity: 0;
    pointer-events: none;
}
.services .service-inner-wrp:hover .service-cnt .green-btn{
    transform: translateY(0);
    bottom: -18px;
    opacity: 1;
    pointer-events: auto;
}
.services .btn-wrp{
  text-align: center;
  margin-top: 48px;
  position: relative;
  z-index: 2;
}
.services .btn-wrp .purple-btn {
    min-width: 206px;
}

.customer-reviews{
  padding: 76px 0 84px;
  position: relative;
  z-index: 1;
  background-color: #fff;
}
.customer-reviews .heading-wrp {
    display: flex;
    align-items: flex-end;
    margin-bottom: 17px;
}
.customer-reviews .logo-wrp {
    display: flex;
    gap: 88px;
    align-items: center;
}
.customer-reviews .logo-wrp img {
    object-fit: contain;
    object-position: center;
    max-width: 261.81px;
}
.customer-reviews .logo-wrp img:first-child{
  max-width: 135.14px;
}
.customer-reviews h2 {
    font-weight: 600;
    margin-bottom: 7px;
}
.customer-reviews .reviews-wrp .slick-dots {
    left: 0;
    right: 0;
    bottom: 0;
    bottom: -30px;
}
.customer-reviews .reviews-wrp .slick-prev {
    left: -36px;
}
.customer-reviews .reviews-wrp .slick-next {
    right: -36px;
}
.customer-reviews .reviews-wrp .slick-slide {
    margin: 13px;
    height: auto;
}
.customer-reviews .btn-wrp {
    text-align: center;
    margin-top: 58px;
}
.customer-reviews .btn-wrp .purple-btn{
  min-width: 206px;
}
.customer-reviews .reviews-wrp {
    margin: 0 -13px;
}
.customer-reviews .slick-track {
    display: flex;
}
.customer-reviews .reviews-wrp .review-item {
    border: 2px solid var(--Purple);
    box-shadow: 0px 4px 8px 0px #00000021;
    border-radius: 18.35px;
    background-color: #fff;
    transition: all 0.3s linear;
    text-align: left;
    padding: 12px 20px 40px 34px;
    height: 100%;
}
.customer-reviews .reviews-wrp .review-item .top-wrp span {
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0;
    text-align: right;
    color: #000;
    display: block;
    margin-bottom: 16px;
}
.customer-reviews .reviews-wrp .review-item .circle {
    width: 56.14px;
    height: 56.14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--Purple);
    border-radius: 50%;
    padding: 13px;
}
.customer-reviews .reviews-wrp .review-item .top-wrp img {
    width: 100%;
    object-fit: contain;
    object-position: center;
    filter: brightness(0) invert(1);
}
.customer-reviews .reviews-wrp .review-item p {
    font-weight: 400;
    line-height: 19px;
    color: #000;
    padding-right: 10px;
}
.customer-reviews .reviews-wrp .review-item p:last-child {
    margin: 0;
}
.customer-reviews .reviews-wrp .review-item p a.read-more , .customer-reviews .reviews-wrp .review-item p a.read-less {
    display: block;
    margin-top: 34px;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    color: var(--Purple);
    padding-right: 16px;
    background: url(../images/read-more-icon.svg) no-repeat;
    background-size: 11px;
    background-position: left 103px center;
}
.customer-reviews .reviews-wrp .review-item h6 {
    font-size: 27px;
    line-height: 100%;
    color: var(--Green);
    margin: 26px 0 24px;
    text-transform: capitalize;
}
.customer-reviews .reviews-wrp .review-item:hover{
  background-color: var(--Purple);
  border-color: var(--Green);
}
.customer-reviews .reviews-wrp .review-item:hover p , .customer-reviews .reviews-wrp .review-item:hover .top-wrp span{
  color: var(--White);
}
.customer-reviews .reviews-wrp .review-item:hover p{
  font-weight: 600;
}
.customer-reviews .reviews-wrp .review-item:hover p a.read-more , .customer-reviews .reviews-wrp .review-item:hover p a.read-less{
  filter: brightness(0) invert(1);
}
.customer-reviews .reviews-wrp .review-item:hover h6{
  color: var(--Pink);
}
.customer-reviews .reviews-wrp .review-item:hover .circle{
  background: var(--White);
}
.customer-reviews .reviews-wrp .review-item:hover .circle img{
  filter: none;
}

.door-types {
    position: relative;
    padding: 137px 0 104px;
    z-index: 2;
}
.door-types::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: var(--Purple);
    z-index: -1;
    opacity: 0.8;
}
.door-types::after {
    position: absolute;
    content: "";
    background: url(/wp-content/uploads/2025/12/Pro-Garage-Van-scaled.png) no-repeat center;
    background-size: cover;
    width: 521px;
    height: 220px;
    left: 0;
    top: -120px;
    z-index: 1;
    filter: drop-shadow(0px 4px 44px #3737372B);
}
.door-types .bg-img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    z-index: -2;
    box-shadow: 0px -6px 44px 0px #2B105485;
}
.door-types .top-aligned , .payment-options .top-aligned{
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 700;
    font-size: 20.05px;
    line-height: 24px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: var(--White);
    background: url(../images/pink-triangle.svg) no-repeat;
    background-size: cover;
    background-position: left center;
    padding: 10px 0;
    min-width: 387.5px;
    z-index: 1;
}
.door-types .top-aligned span , .payment-options .top-aligned span{
  padding: 0 10px 0 77px;
}
.door-types .heading-wrp{
  margin-bottom: 12px;
   text-align: center;
}
.door-types .heading-wrp span {
    font-weight: 800;
    font-size: 28px;
    line-height: 126%;
    color: var(--White);
    display: block;
}
.door-types .heading-wrp h2 {
    line-height: 43px;
    color: var(--White);
    max-width: 998px;
    margin: 0 auto 36px;
}
.door-types .door-types-wrp {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px;
}
.door-types .door-types-wrp .door-types-main-wrp {
    width: calc((100% - (18px * 4)) / 5);
    text-align: center;
}
.door-types .door-types-wrp .door-types-main-wrp .door-type-inner-wrp{
    padding: 25px 20px;
    background-color: var(--Green);
    border-radius: 12.27px;
    overflow: hidden;
    transition: all 0.3s linear;
    border: 2.67px solid #FFFFFF;
    min-height: 166px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.door-types .door-type-inner-wrp h4 {
    color: var(--White);
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 0;
}
.door-types .door-types-wrp .door-type-inner-wrp .icon-wrp {
    height: 40.98px;
    width: 40.98px;
    background: #fff;
    border-radius: 50%;
    padding: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12.50px;
    transition: all 0.3s linear;
}
.door-types .door-types-wrp .door-type-inner-wrp .icon-wrp img{
  object-fit: contain;
  transition: all 0.3s linear;
}
.door-types .door-types-wrp .door-types-main-wrp .btn-wrp {
    padding: 14px 11px 0;
    transition: all 0.3s linear;
    opacity: 0;
}
.door-types .door-types-wrp .door-types-main-wrp .btn-wrp .green-btn {
    min-width: 100%;
    min-height: 44px;
}
.door-types .door-types-wrp .door-type-inner-wrp:hover{
  background-color: var(--Pink);
}
.door-types .door-types-wrp .door-type-inner-wrp:hover .icon-wrp{
  background: var(--Purple);
}
.door-types .door-types-wrp .door-types-main-wrp:hover .btn-wrp{
  opacity: 1;
}
.door-types .door-types-wrp .door-type-inner-wrp:hover .icon-wrp img{
  filter: brightness(0) invert(1);
}
.door-types .main-btn-wrp {
    text-align: center;
    margin-top: 28px;
}

.door-designer {
    padding: 84px 0 50px;
    position: relative;
}
.door-designer::after {
    position: absolute;
    content: "";
    background: url(../images/outline-chameleon.svg) no-repeat center;
    background-size: contain;
    width: 216.74px;
    height: 166px;
    left: -66px;
    top: -107px;
    z-index: 2;
    transform: rotateY(180deg);
}
.door-designer::before {
    position: absolute;
    content: "";
    background: url(../images/yellow-circle.svg) no-repeat bottom;
    background-size: cover;
    width: 620px;
    height: 825px;
    right: 0;
    top: -210px;
    z-index: -1;
}
.door-designer .row {
    align-items: center;
}
.door-designer .row>div:first-child{
    width: 43.8%;
}
.door-designer .row>div:last-child {
    width: 56.2%;
}
.door-designer .content-wrp  h2 {
    margin-left: 3px;
    line-height: 40px;
    margin-bottom: 14px;
    font-weight: 600;
}
.door-designer .content-wrp p {
    color: var(--Black);
    margin-left: 5px;
    margin-bottom: 25px;
    font-weight: 400;
}
.door-designer .content-wrp .btn-wrp {
    display: flex;
    align-items: center;
    gap: 13.37px;
}
.door-designer .right-wrp{
    position: relative;
    margin-right: -100px;
    margin-left: -80px;
}

.door-designer .img-wrp img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.area-list {
    position: relative;
    padding: 170px 0 84px;
    margin-top: 20px;
}
.area-list::after {
    position: absolute;
    content: "";
    background: url(../images/area-bg-2.svg) no-repeat top;
    background-size: cover;
    height: 458px;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 0;
}
.area-list::before{
  position: absolute;
    content: "";
    width: 100%;
    left: 0;
    right: 0;
    z-index: -1;
/*    border-top-left-radius: 110px;*/
    top: 25vw;
    height: calc(100% - 25vw);
    background: url(../images/curve-bg-noise.png) no-repeat center;
    background-size: cover;
}
.area-list .yellow-circle {
    position: absolute;
    background: url(../images/yellow-circle.svg) no-repeat top;
    background-size: cover;
    width: 570px;
    height: 805px;
    right: 0;
    bottom: -200px;
    z-index: 1;
}
.area-list .bg-img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    z-index: -1;
}
.area-list .bg-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: #2B1054D6;
    z-index: 0;
}
.area-list .row {
    position: relative;
    z-index: 1;
}
.area-list .row>div:nth-child(2) {
    width: 52.2%;
}
.area-list .row>div:last-child {
    width: 47.8%;
}

.area-list .top-wrp {
    position: relative;
    padding-left: 66px;
    margin-bottom: 74px;
}
.area-list .top-wrp .chameleon-img {
    position: absolute;
    width: 390.82px;
    height: 298.46px;
    right: -20px;
    top: -177px;
    z-index: 1;
}
.area-list .top-wrp .chameleon-img  img{
  object-fit: contain;
    object-position: center;
    height: 100%;
    transform: rotateY(180deg);
}

.area-list .left-wrp {
    max-width: 495px;
    margin-right: auto;
}
.area-list h2 {
    color: var(--White);
    line-height: 43px;
    text-align: center;
}
.area-list .area-list-wrp {
    margin: 40px 0;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    row-gap: 34px;
    column-gap: 35px;
}
.area-list .area-list-wrp .area-inner-wrp{
  display: flex;
  align-items: center;
}
.area-list .area-list-wrp .area-inner-wrp a {
    font-weight: 800;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0;
    color: var(--White);
    text-align: left;
}
.area-list .area-list-wrp .area-inner-wrp img {
    max-width: 17px;
    margin-right: 10px;
}
.area-list .area-list-wrp .area-inner-wrp a:hover{
    color: var(--Purple);
}
.area-list .left-wrp .green-btn {
    display: flex;
    margin: 0 auto;
    max-width: 224px;
    min-height: 46px;
}
.area-list .ratings-wrp {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 43px;
    margin-bottom: 35px;
}
.area-list .ratings-wrp .ratings-inner-wrp {
    gap: 4px;
}

.area-list .img-wrp {
    border-radius: 14px;
    overflow: hidden;
    border: 4px solid var(--White);
    height: 100%;
}
.area-list .img-wrp img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.payment-options {
    background-color: var(--Green);
    position: relative;
    z-index: 2;
}
.payment-options .container{
    max-width: 946px;
}
.payment-options .logo-wrp {
    border: 3px solid #FFFFFF;
    border-radius: 9.31px;
    padding: 32px 40px;
    background-color: var(--Purple);
    overflow: hidden;
    max-width: 368px;
    position: relative;
    z-index: 1;
}
.payment-options .logo-wrp img {
    object-fit: contain;
}

.payment-options .left-wrp {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.payment-options .left-wrp::after {
    position: absolute;
    content: "";
    background: linear-gradient(270deg, #00B098 0%, rgba(0, 176, 152, 0) 100%);
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    width: 150%;
}

.payment-options .right-wrp {
    padding: 112px 0 99px;
    max-width: 546px;
    margin-right: auto;
}
.payment-options .heading-wrp {
    margin-bottom: 18px;
    padding-left: 4px;
}
.payment-options .heading-wrp h2 {
    font-weight: 500;
    color: var(--White);
    margin: 0;
    text-transform: capitalize;
}
.payment-options p {
    color: #fff;
    padding-left: 4px;
}
.payment-options .purple-btn {
    min-width: 312px;
}


.cta {
    padding: 92px 0 105px;
    background-color: var(--Green);
}

.cta .cta-wrp .btn-wrp {
    display: flex;
    align-items: center;
}
.cta .cta-wrp .btn-wrp.mobile{
  display: none;
}


footer .footer-row .left-wrp, footer .footer-row .right-wrp {
    max-width: 327px;
}

footer .footer-row .col-in {
    max-width: 100%;
    padding: 0;
    text-align: center;
}
footer .footer-row .inner-wrp {
    display: flex;
    flex-direction: column;
    gap: 17px;
}
footer .footer-row .col-in h3 {
    font-weight: 800;
    font-size: 28px;
    line-height: 32px;
    text-transform: capitalize;
    color: var(--White);
    margin-bottom: 0;
    border: 2.67px solid #FFFFFF;
    background: url(../images/pink-noise.png) no-repeat center / cover;
    border-radius: 12.27px;
    overflow: hidden;
    padding: 13px 25px;
}

footer .footer-row .col-in .addr {
    font-weight: 600;
    font-size: 19px;
    line-height: 140%;
    letter-spacing: 0;
    text-align: center;
    color: #fff;
    display: block;
}
footer .footer-row .left-wrp .col-in .addr {
    max-width: 200px;
    margin: 0 auto;
}
footer .footer-row .col-in p {
    font-weight: 800;
    font-size: 16px;
    text-align: center;
    color: var(--Yellow);
    margin-bottom: 0;
    font-style: italic;
}

footer .middle-wrp p {
    margin: 6px 0 auto;
    max-width: 100%;
}
.f-logo {
    max-width: 253px;
    margin: 0 auto;
    width: 100%;
}

.purple-btn:has(img) {
    gap: 8px;
}
.purple-btn span {position: relative; display: block; width: 15px; height: 15px; }
.purple-btn img {object-fit: contain; transition: all 0.3s linear; position: absolute; width: 100%; height: 100%; opacity: 1; inset: 0; }
.purple-btn:not(:hover) span img.hover {opacity: 0; }
.purple-btn:hover span img:not(.hover) {opacity: 0; }

.footer-row2 {
    margin-top: 41px;
    border-top: 1.34px solid #FFFFFF;
    padding-top: 29px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 8px;
}
.footer-row2 p, .footer-row2 a {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 21px;
    letter-spacing: -0.02em;
    text-align: center;
    color: var(--White);
    margin-bottom: 0;
}
footer ul.f-social-list {
    margin-top: 0;
}
.footer-row2 a:hover , footer .footer-row .col-in a:hover {
    color: var(--Purple);
}


.cta {
    padding: 0;
    background: linear-gradient(0deg, #00B098 0%, #018780 126.62%);
}
.cta .fullwidth-img img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.cta .fullwidth-img{
 position: relative;
}
.cta .fullwidth-img::before {
    content: '';
    position: absolute;
    background: linear-gradient(180deg, rgba(43, 16, 84, 0) 0%, #2B1054 100%);
    width: 100%;
    height: 269px;
    bottom: 0;
    right: 0;
}
.cta .cta-wrp {
    background: linear-gradient(0deg, #00B098 0%, #018780 126.62%);
    margin-top: -176px;
    z-index: 1;
    position: relative;
    padding-top: 42px;
    padding-bottom: 22px;
    display: flex;
    justify-content: space-between;
}
.cta .cta-wrp .cta-left {
    max-width: 743px;
    margin-left: -129px;
    flex: 1;
}
.cta .cta-wrp .cta-right {
    padding: 0 70px 0 29px;
    width: 54%;
}
.cta .cta-wrp .cta-right h2 {
    color: var(--White);
    margin-bottom: 24px;
    max-width: 643px;
}
.cta .cta-wrp .cta-right p {
    color: var(--White);
    margin-bottom: 18px;
    max-width: 591px;
    margin-right: auto;
}
.cta .cta-wrp::before {
    position: absolute;
    content: "";
    background: url(../images/yellow-circle.svg) no-repeat top;
    background-size: cover;
    width: 400px;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    transform: rotate(180deg);
    background-position: center;
}
.door-designer .purple-btn:hover , header .purple-btn:hover , .customer-reviews .purple-btn:hover , .lcri-sec .purple-btn:hover{
    color: var(--White);
    background-color: var(--Green);
}
.door-designer .purple-btn:hover::after , header .purple-btn:hover::after , .customer-reviews .purple-btn:hover::after , .lcri-sec .purple-btn:hover::after{
    border-color: var(--Purple);
}

/* page not found start */
.page-not-found {
  padding: 173px 0 206px;
  background: url(../images/404.png) no-repeat;
  background-position: top 99.31px center;
  background-size: contain;
}
.page-not-found h1 {
  margin-bottom: 16px;
}
.page-not-found p {
  max-width: 866px;
  margin: 0 auto 16px;
}
.page-not-found ul {
  display: grid;
  column-gap: 46px;
  max-width: 762px;
  margin: 0 auto;
  grid-template-columns: max-content max-content max-content;
  justify-content: space-around;
  text-align: left;
}
.page-not-found ul li a {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 40px;
  letter-spacing: 0;
  color: var(--Pink);
  position: relative;
  text-decoration: underline;
  transition: all 0.33s linear;
}
.page-not-found ul li a:hover {
    color: var(--Green);
}
.cta:not(:has(.fullwidth-img)) .cta-wrp {
  margin-top: 0;
}

/* page not found end */
/* privacy and terms start */
.cms-cnt{
  padding: 71px 0 77px;
}

.cms-cnt h1 {
  text-align: center;
  margin-bottom: 38px;
}
.cms-cnt .cnt-wrp p,
.cms-cnt .cnt-wrp ul li {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  letter-spacing: 0;
  color: var(--Black);
}
.cms-cnt .cnt-wrp p {
  margin-bottom: 25px;
}
.cms-cnt .cnt-wrp p:last-child {
  margin-bottom: 0;
}
.cms-cnt .cnt-wrp ul {
  padding-left: 30px;
  margin-bottom: 25px;
}
.cms-cnt .cnt-wrp p+ul:not(:nth-of-type(3)) {
  margin-top: -25px;
}
.cms-cnt .cnt-wrp ul li {
  list-style: disc;
}
.cms-cnt .cnt-wrp p a,
.cms-cnt .cnt-wrp ul li a {
  color: var(--Black);
  text-decoration: underline;
}
.cms-cnt .cnt-wrp p a:hover,
.cms-cnt .cnt-wrp ul li a:hover {
  color: var(--Green);
}
/* privacy and terms end */
/* service page start */
.hero-home.inner-hero .hero-home-wrp img.title-img {
    margin-bottom: 16.69px;
}
.hero-home.inner-hero .hero-home-wrp {
    max-width: 953px;
}
.hero-home.inner-hero .hero-home-wrp h1 {
    margin-bottom: 43px;
    text-transform: capitalize;
}
.services.inner-services::after {
    transform: rotateY(180deg);
}
.services.inner-services::before{
  transform: rotateY(180deg);
}
.services.inner-services .chameleon-img {
    left: unset;
    right: -51.1px;
    transform: rotateY(180deg);
    top: -248px;
}
.services.inner-services .chameleon-bg {
    left: unset;
    right: -150px;
}
.services.inner-services .top-text {
    margin-right: auto;
    margin-left: 0;
    text-align: left;
}
.services.inner-services .top-text p{
  position: relative;
  z-index: 2;
  font-weight: 700;
  color: var(--White);
}
.services.inner-services .service-wrp {
    margin-top: 28.57px;
}
.services.inner-services .yellow-circle {
    right: unset;
    transform: rotate(180deg);
    left: -230px;
    bottom: -200px;
}
.tab-with-content {
    padding: 75px 0 0;
    background: var(--Purple);
    text-align: center;
    position: relative;
}
.tab-with-content::after {
    position: absolute;
    content: "";
    background: url('../images/outline-chameleon.svg') no-repeat center;
    background-size: contain;
    width: 216.74px;
    height: 166px;
    right: -66px;
    bottom: -58px;
    z-index: 2;
}
.tab-with-content .row *{
  color: var(--White);
}
.tab-with-content .row{
  position: relative;
  z-index: 2;
}
.tab-with-content .top-wrp{
  max-width: 867px;
  margin: 0 auto 49px;
}
.tab-with-content .top-wrp h2{
  font-weight: 600;
  margin-bottom: 16px;
}
.tab-with-content p{
  font-weight: 500;
}
.tab-with-content ul.tab-links {
    display: flex;
    justify-content: center;
    column-gap: 15px;
    width: 100%;
}

.tab-with-content ul.tab-links li a{
    max-width: 214px;
    padding: 13px 24px;
    background: var(--Pink);
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    border: 2px solid transparent;
    border-bottom: none;
    display: block;
    cursor: pointer;
    transition: all 0.3s linear;
}
.tab-with-content ul.tab-links li.active a, .tab-with-content ul.tab-links li:hover a{
    background: var(--Green);
    border-color: var(--White);
}
.tab-with-content a.green-btn:hover {
    color: var(--Green);
}

.tab-with-content .tab-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 400px;
}
.tab-with-content .tab-content .overlay {
    position: absolute;
    background: var(--Purple);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.8;
}
.tab-with-content .tab-content .bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    z-index: -1;
}
.tab-with-content .tab-content .bg-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
.tab-with-content .tab-content-txt {
  position: relative;
  z-index: 1;
  max-width: 847px;
  margin: 0 auto;
  padding: 40px 0;
}
.tab-with-content .tab-content-txt p {
    margin-bottom: 27px;
}
.door-designer.add-van::after{
    background: url(../images/car.svg) no-repeat center;
    background-size: contain;
    width: 629px;
    height: 264px;
    left: -112px;
    top: -150px;
    z-index: 2;
    transform: unset;
}
/* service page end */


/*services-single page*/
.single-hero {
    position: relative;
    background-color: #E6007C;
}
.single-hero::after {
    position: absolute;
    content: "";
    background: url(../images/yellow-circle-full.svg) no-repeat center left;
    background-size: cover;
    width: 503px;
    height: 503px;
    right: -224px;
    bottom: 37px;
    z-index: 1;
}
.single-hero .top-wrp {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    z-index: 1;
    padding: 48px 0 30px;
}
.single-hero .top-wrp::after {
    position: absolute;
    content: "";
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    top: 0;
    bottom: 0;
    height: 100%;
    background: var(--Green);
    opacity: 0.88;
    z-index: -1;
}
.single-hero .top-wrp .bg-img {
    position: absolute;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    top: 0;
    bottom: 0;
    height: 100%;
    z-index: -1;
}
.single-hero .top-wrp .bg-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.single-hero .top-wrp .top-heading-wrp {
    flex: 1;
    max-width: 540px;
}
.single-hero .bagde-wrp {
    display: flex;
    align-items: center;
    gap: 28px;
    margin-bottom: 4px;
}
.single-hero .bagde-wrp .badge-in {
    display: flex;
    align-items: center;
}
.single-hero .bagde-wrp .badge-icon {
    width: 17px;
    margin-right: 7px;
}
.single-hero .bagde-wrp .badge-icon img{
    object-fit: contain;
}
.single-hero .bagde-wrp .badge-in span {
    font-weight: 800;
    font-size: 16px;
    line-height: 32px;
    color: var(--White);
}
.single-hero .top-wrp h1 {
    color: var(--White);
    margin: 0;
}

.single-hero .top-wrp .title-img {
    width: 49.67%;
}
.single-hero .top-wrp .title-img img {
    object-fit: contain;
    max-width: 351px;
    margin: 0 auto;
    display: block;
    width: 100%;
}
.single-hero .btm-wrp {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 30px 0 88px;
    align-items: flex-end;
    position: relative;
    z-index: 2;
}
.single-hero .btm-wrp .left-cnt {
    flex: 1;
    max-width: 500px;
}
.single-hero .btm-wrp .left-cnt p {
    color: var(--White);
    font-weight: 500;
    margin-bottom: 38px;
}
.single-hero .btm-wrp .left-cnt .btn-wrp {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}
.single-hero .btm-wrp .right-wrp {
    position: relative;
    width: 49.67%;
    margin-top: -264px;
    padding-right: 15px;
}
.single-hero .btm-wrp .img-wrp {
    border: 2.67px solid var(--White);
    border-radius: 18.35px;
    overflow: hidden;
}
.single-hero .btm-wrp .img-wrp img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.single-hero .stats-wrp {
    border-radius: 86px;
    background-color: var(--Yellow);
    padding: 28px 36px 30px;
    display: inline-block;
    text-align: center;
    position: absolute;
    bottom: -32px;
    right: -9px;
}
.single-hero .stats-wrp h2 {
    margin-bottom: 4px;
    padding-left: 7px;
}
.single-hero .stats-wrp p {
    margin-bottom: 0;
}

.single-page-content {
    padding: 28px 0 110px;
    position: relative;
}
.single-page-content::after , .single-blog::after {
    position: absolute;
    content: "";
    background: url(../images/yellow-circle.svg) no-repeat center left;
    background-size: cover;
    width: 420px;
    height: 620px;
    left: -105px;
    bottom: 0;
    z-index: -1;
    transform: rotateY(180deg);
}
.single-page-content::before , .single-blog::before {
    position: absolute;
    content: "";
    background: url(../images/outline-chameleon.svg) no-repeat center;
    background-size: contain;
    width: 216.74px;
    height: 166px;
    right: -62px;
    bottom: -58px;
    z-index: 2;
}
.sidebar .services-sidebar, .sidebar .resources-sidebar {
    border-radius: 18.35px;
    background-color: var(--Green);
    box-shadow: 0px 3px 9px 0px #8B8B8B4D;
    padding: 56px 19px 32px;
}
.sidebar .services-sidebar {
    margin-bottom: 38px;
}
.sidebar h3 {
    color: var(--White);
    margin-bottom: 14px;
}
.sidebar .our-services .service a , .sidebar .resources .resource a{
    font-weight: 600;
    font-size: 21px;
    line-height: 32px;
    letter-spacing: 0;
    color: var(--White);
    padding: 16px 20px 15px 8px;
    display: block;
    border-bottom: 1px solid var(--White);
}
.sidebar .our-services .service a:hover , .sidebar .resources .resource a:hover{
  color: var(--Purple);
}
.sidebar .our-services .service:last-child a , .sidebar .resources .resource:last-child a{
  border-bottom: none;
}

.single-page-content .content-wrp , .single-blog .post-cnt-wrp {
    max-width: 848px;
    margin: 0 auto;
}
.single-page-content .content-wrp>h2 , .single-blog .post-cnt h2:first-child{
  margin-bottom: 29px;
}
.single-blog .post-cnt h2:first-child strong{
  font-weight: inherit;
}
.single-page-content .page-content h2 br , .single-blog .post-cnt h2 br , .single-page-content .page-content h3 br, .single-blog .post-cnt h3 br{
  display: none;
}
.single-page-content .page-content h3 , .single-blog .post-cnt h3{
    margin: 40px 0 20px;
}
.single-page-content .page-content h2 , .single-blog .post-cnt h2:not(:first-child){
    font-weight: 600;
    margin-bottom: 20px;
}
.single-page-content .page-content p , .single-page-content .page-content li , .single-blog .post-cnt p , .single-blog .post-cnt li {
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    letter-spacing: 0;
    color: var(--Black);
    margin-bottom: 0;
}
.single-page-content .page-content p:not(:last-child) , .single-blog .post-cnt p:not(:last-child) {
    margin-bottom: 25px;
}
.single-page-content .page-content p a , .single-page-content .page-content li a , .single-blog .post-cnt p a , .single-blog .post-cnt li a {
  color: var(--Pink);
  font-weight: 700;
}
.single-page-content .page-content p a:hover , .single-page-content .page-content li a:hover , .single-blog .post-cnt p a:hover , .single-blog .post-cnt li a:hover {
  color: var(--Purple);
}
.single-page-content .page-content li , .single-blog .post-cnt li{
    margin-left: 60px;
    margin-bottom: 12px;
    padding-left: 11px;
}
.single-page-content .page-content ul li , .single-blog .post-cnt ul li {
  list-style: disc;
}
.single-page-content .page-content ul li::marker , .single-blog .post-cnt ul li::marker {
  color: var(--Pink) !important;
}
.single-page-content .page-content ol li , .single-blog .post-cnt ol li {
  list-style: decimal;
}
.single-page-content .page-content ol li::marker , .single-blog .post-cnt ol li::marker {
    font-weight: 800;
    font-size: 18px;
    line-height: 26px;
    color: var(--Pink) !important;
}
.single-page-content .page-content img , .single-blog .post-cnt img {
    box-shadow: 0px 3px 9px 0px #8B8B8B4D;
    border-radius: 18.35px;
    margin: 37px 0 38px;
    max-width: 733px;
    object-fit: cover;
    object-position: center;
    width: 100%;
}
.single-page-content .page-content .single-video , .single-blog .post-cnt .wp-block-video{
    box-shadow: 0px 3px 9px 0px #8B8B8B4D;
    border-radius: 18.35px;
    margin: 51px 0 40px;
    max-width: 733px;
    overflow: hidden;
    position: relative;
}
.single-page-content .page-content .single-video video , .single-blog .post-cnt .wp-block-video video {
    display: block;
    width: 100%;
    object-fit: cover;
    object-position: center;
    min-height: 432px;
    cursor: pointer;
}
.single-page-content .page-content .single-video::after , .single-blog .post-cnt .wp-block-video::after {
  position: absolute;
  content: "";
  background: url(../images/play-icon.svg) no-repeat center / contain;
  width: 79.11px;
  height: 57.96px;
  inset: 0;
  margin: auto;
  opacity: 1;
  transition: all 0.3s linear;
  pointer-events: none;
}
.single-page-content .page-content .single-video.playing:after , .single-blog .post-cnt .wp-block-video.playing:after {
  opacity: 0;
}
.single-page-content .page-content h4 , .single-blog .post-cnt h4{
    font-size: 28px;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 19px;
}
blockquote {
    box-shadow: 0px 3px 9px 0px #8B8B8B4D;
    border-radius: 18.35px;
    background-color: var(--Purple);
    padding: 80px 45px 37px 35px;
    margin: 41px 0;
    position: relative;
    max-width: 752px;
}
blockquote::before{
  position: absolute;
  content: "";
  background: url(../images/comma-icn.svg) no-repeat center / contain;
  width: 48.31px;
  height: 36.78px;
  top: 30px;
  left: 36px;
}
blockquote * {
    margin: 0 !important;
    color: var(--White);
}
.single-page-content .contact-wrp , .single-blog .contact-wrp {
    margin-top: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 767px;
    box-shadow: 0px 3px 9px 0px #8B8B8B4D;
    border-radius: 74px;
    background-color: var(--Pink);
    padding: 40px 51px 40px 60px;
    margin-left: -18px;
}
.single-page-content .contact-wrp h3 , .single-blog .contact-wrp h3{
    color: var(--White);
    margin: 0;
}
a.back-to-parent {
    font-weight: 800;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
    color: var(--Purple);
    padding-left: 27px;
    margin-left: 66px;
    display: inline-flex;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
}
a.back-to-parent::before{
  position: absolute;
  content: "";
  left: 0;
  height: 100%;
  width: 18px;
  background: url(../images/slider-prev-blue.svg) no-repeat center / 18px;
  transition: all 0.3s linear;
}
a.back-to-parent:hover::before{
  left: -5px;
}
.single-page-content + .customer-reviews , .faqs + .customer-reviews , .plan-detail + .customer-reviews{
    box-shadow: 0px 4px 52px 0px #2B105459 inset;
}
/*services-single page end*/

/* contact page start */
.contact-us-banner {background: linear-gradient(180deg, #00B098 0%, #018780 126.62%);padding: 32px 0 31.25vw;}

.contact-us-banner .banner-wrp {
    text-align: right;
    margin-right: 48px;
}
.contact-us-banner .banner-wrp h1 {
    color: var(--White);
    margin-bottom: 0;
}

.form-with-details {
    padding: 180px 0 88px;
    position: relative;
    margin-top: -29.06vw;
}
.form-with-details .yellow-circle {
    position: absolute;
    background: url(../images/yellow-circle.svg) no-repeat top;
    background-size: cover;
    width: 570px;
    height: 805px;
    right: 0;
    bottom: -200px;
    z-index: 1;
}
.form-with-details::before {
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    right: 0;
    z-index: -1;
    border-top-left-radius: 110px;
    top: 25vw;
    height: calc(100% - 25vw);
    background-color: #E6007C;
}
.form-with-details::after {
    position: absolute;
    content: "";
    background: url(../images/contact-bg-curve.png) no-repeat top;
    background-size: cover;
    height: 500px;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 0;
}
.form-with-details .row {
    position: relative;
}

.form-with-details .head-img ,.form-with-details .col-md-6 {
    position: relative;
    z-index: 2;
}
.form-with-details .top-wrp {
    margin-bottom: 106px;
}
.form-with-details .top-wrp .head-img {
    width: 53.1%;
    margin-left: auto;
}
.form-with-details .top-wrp .head-img img {
    max-width: 351px;
    object-fit: contain;
    object-position: center;
    display: block;
    margin: 0 auto;
}
.form-with-details .chameleon-bg {
    position: absolute;
    content: "";
    height: 580px;
    left: -71px;
    z-index: 0;
    width: 580px;
    top: -325px;
}
.form-with-details .chameleon-bg img{
  width: 100%;
}
.form-with-details .chameleon-img {
    position: absolute;
    left: 0;
    z-index: 1;
    width: 536.31px;
    height: 410.75px;
    top: -223px;
}
.form-with-details .chameleon-img img{
  object-fit: contain;
  object-position: center;
  height: 100%;
}

.form-with-details .col-md-6:nth-child(2){
  width: 46.9%;
}
.form-with-details .col-md-6:last-child{
  width: 53.1%;
}
 .form-with-details .left-wrp {
    max-width: 484px;
    margin: 12px auto 0 29px;
}
.form-with-details .right-wrp {
    padding: 112px 68px 98px;
    background: var(--Purple);
    border-radius: 18.35px;
}
.form-with-details .right-wrp h2{
  color: var(--White);
  margin-bottom: 36px;
  text-align: center;
}
.form-with-details .gform_wrapper.gravity-theme .gfield_validation_message, .form-with-details .gform_wrapper.gravity-theme .validation_message {
    color: #c02b0a !important;
}
.form-with-details .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 26px !important;
    grid-column-gap: 20px !important;
}
.form-with-details .gform_wrapper.gravity-theme .gfield input:focus, 
.form-with-details .gform_wrapper.gravity-theme .gfield select:focus, 
.form-with-details .gform_wrapper.gravity-theme .gfield textarea:focus {
    box-shadow: 0px 0px 22px 0px #E6007CE5;
    border-color: var(--Pink);
}
.form-with-details .gform_wrapper.gravity-theme .gfield textarea {
    height: 132px !important;
}
.form-with-details .ratings-wrp {
    justify-content: flex-start;
    margin-bottom: 28px;
}
.form-with-details .left-wrp h2 {
    color: var(--White);
    line-height: 43px;
}
.form-with-details .left-wrp p {
    color: var(--White);
}
.form-with-details .left-wrp .contact-locations {
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: center;
    gap: 17px;
    border-top: 2px solid var(--White);
    margin-top: 30px;
    padding-top: 35px;
}
.form-with-details .left-wrp .contact-locations h3 {
    background-color: var(--Green);
    border: 2.67px solid var(--White);
    border-radius: 12.27px;
    padding: 11px;
    margin-bottom: 9px;
    color: var(--White);
}
.form-with-details .left-wrp .contact-locations .details p:first-child {
    font-size: 16px;
    margin-bottom: 13px;
}
.form-with-details .left-wrp .contact-locations .details p:last-child {
    font-size: 19px;
    margin-bottom: 0;
}
.form-with-details .left-wrp .contact-locations .details p a[href^="tel:"] {
    font-weight: 700;
    font-size: 20px;
    color: var(--White);
    background: url(../images/call.svg) no-repeat left center / 16px;
    padding-left: 22px;
}
.form-with-details .left-wrp .contact-locations .details p a:hover{
  color: var(--Purple);
}
.form-with-details .left-wrp .logos {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 57px;
}
.form-with-details .left-wrp .logos .logo {
    max-width: 135.14px;
}
.form-with-details .left-wrp .logos .logo:last-child {
    max-width: 261.82px;
}
.form-with-details .left-wrp .logos .logo img {
    object-fit: contain;
    object-position: center;
    filter: brightness(0) invert(1);
}




/* contact page end */


/* review-page start */
.review-banner {
  position: relative;
  padding: 100px 0;
  text-align: center;
  min-height: 313px;
}
.review-banner .bg-img img , .f-banner .bg-img img {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
  z-index: -1;
}
.review-banner::after , .f-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(43, 16, 84, 0.325) -2.38%, rgba(43, 16, 84, 0.65) 45.19%, rgba(43, 16, 84, 0.195) 108.79% );
  z-index: -1;
}
.review-banner .rev-wrp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.review-banner .rev-wrp h1 , .f-banner .cnt-wrp h1{
  color: var(--White);
  margin-bottom: 0;
  text-align: left;
}

.review-banner .title-wrp , .f-banner .title-wrp {
  max-width: 228px;
}
.review-banner .title-wrp img , .f-banner .title-wrp img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.review-banner .ratings-wrp {
  position: absolute;
  background: var(--Pink);
  padding: 18.5px 49px;
  border: 2px solid #fff;
  border-radius: 18.36px;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: max-content;
}
.ratings-wrp{
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 43px;
}
.ratings-wrp .ratings-inner-wrp {
  display: flex;
  gap: 4px;
}
.ratings-wrp .ratings-inner-wrp span {
  font-weight: 400;
  font-size: 46px;
  line-height: 46px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #fff;
  display: block;
  font-family: 'TheVibes';
}
.ratings-wrp img {
  object-fit: contain;
  display: block;
}

.customer-reviews.reviews-sec {
  padding: 83px 0 170px;
  box-shadow: 0 4px 52px 0 #2b105459 inset;
}
.customer-reviews.reviews-sec::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('../images/reviews-bg.svg') center no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.customer-reviews.reviews-sec .heading-wrp {
  margin-bottom: 30.42px;
}
.customer-reviews.reviews-sec .reviews-wrp {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  column-gap: 24px;
  row-gap: 38px;
  margin: 0;
}
.customer-reviews.reviews-sec .reviews-wrp .review-item {
  width: calc((100% - (24px * 2)) / 3);
  height: auto;
}
.customer-reviews.reviews-sec + .door-designer {
    z-index: 1;
}

/* review-page end */

/*service-areas page*/
.service-area-hero {
    position: relative;
    background: linear-gradient(180deg, rgba(43, 16, 84, 0.325) -2.38%, rgba(43, 16, 84, 0.65) 45.19%, rgba(43, 16, 84, 0.195) 108.79%);
    padding: 64px 0 87px;
}
.service-area-hero .bg-img img {
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0;
    z-index: -1;
    object-fit: cover;
}
.service-area-hero .main-wrp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 39px;
}
.service-area-hero .main-wrp img {
    max-width: 202px;
    object-fit: contain;
    object-position: center;
}
.service-area-hero .main-wrp h1 {
    flex: 1;
    margin-bottom: 0;
    color: var(--White);
    text-transform: capitalize;
}
.service-area-hero .main-wrp h1 .yellow-text {
    color: var(--Yellow);
}

.service-area-list .bg-img {
    border-top: 4px solid var(--White);
    border-bottom: 4px solid var(--White);
}
.service-area-list .bg-img img {
    width: 100%;
    object-fit: cover;
    object-position: top;
    min-height: 740px;
    min-height: 57.81vw;
}
.service-area-list .service-area-btm{
  position: relative;
  padding: 135px 0 71px;
  margin-top: -308px;
  z-index: 2;
  margin-top: -24.06vw;
}
.service-area-list .service-area-btm .row {
    position: relative;
}
.service-area-list .service-area-btm .ratings-wrp, .service-area-list .service-area-btm h2, .service-area-list .service-area-btm .service-area-list-wrp {
    position: relative;
    z-index: 1;
}
.service-area-list .service-area-btm::after {
    position: absolute;
    content: "";
    background: url(../images/area-bg-2.svg) no-repeat top;
    background-size: cover;
    height: 458px;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
.service-area-list .service-area-btm::before {
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    right: 0;
    z-index: -1;
    top: 25vw;
    height: calc(100% - 25vw);
    background: url(../images/curve-bg-noise.png) no-repeat center;
    background-size: cover;
    z-index: 1;
}
.service-area-list .top-text .chameleon-img {
    position: absolute;
    width: 346.03px;
    height: 265.02px;
    right: -25px;
    top: -95px;
    z-index: 1;
}
.service-area-list .top-text .chameleon-img  img {
    object-fit: contain;
    object-position: center;
    height: 100%;
    transform: rotateY(180deg);
}
.service-area-list .top-text .chameleon-bg {
    position: absolute;
    content: "";
    height: 450px;
    right: -148px;
    z-index: -1;
    width: 480px;
    top: -195px;
}
.service-area-list .top-text .chameleon-bg img {
    width: 100%;
}
.service-area-list .ratings-wrp {
    background-color: var(--Green);
    border: 2.67px solid var(--White);
    border-radius: 18.35px;
    padding: 25px 39px 18px;
    flex-wrap: wrap;
    max-width: 681px;
    row-gap: 15.84px;
    margin-bottom: 41px;
}
.service-area-list .ratings-wrp p {
    width: 100%;
    margin-bottom: 0;
    text-align: center;
    font-weight: 700;
    color: var(--White);
}
.service-area-list h2 {
    color: var(--White);
    text-align: center;
    margin-bottom: 29px;
}
.service-area-list .service-area-list-wrp {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 34px;
    column-gap: 120px;
    max-width: 1034px;
    margin: 0 auto;
}
.service-area-list .service-area-list-wrp .area-in {
    display: flex;
    align-items: center;
}
.service-area-list .service-area-list-wrp .area-in img {
    max-width: 17px;
    margin-right: 10px;
}
.service-area-list .service-area-list-wrp .area-in a {
    font-weight: 800;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0;
    color: var(--White);
    text-align: left;
}

.lcri-sec {
    padding: 69px 0 29px;
}
.lcri-sec .row , .content-with-accordion .row:first-child{
    align-items: center;
}
.lcri-sec .row>div:first-child , .content-with-accordion .row:first-child>div:first-child {
    width: 45.1%;
}
.lcri-sec .row>div:last-child , .content-with-accordion .row:first-child>div:last-child {
    width: 54.9%;
}
.lcri-sec .img-wrp , .content-with-accordion .img-wrp{
    border: 2.67px solid var(--White);
    border-radius: 18.35px;
    box-shadow: 0px 0px 24px 0px #3737372E;
    overflow: hidden;
}
.lcri-sec .img-wrp img , .content-with-accordion .img-wrp img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.lcri-sec .left-wrp , .content-with-accordion .left-wrp{
    max-width: 441px;
}
.lcri-sec h2 {
    font-weight: 600;
    margin-bottom: 16px;
    line-height: 43px;
    max-width: 98%;
}
.lcri-sec p {
    font-weight: 400;
    color: var(--Black);
    margin-left: 3px;
    margin-bottom: 21px;
}
.lcri-sec .purple-btn {
    min-width: 191.85px;
}

.services:not(.has-bg) {
    margin-top: 0;
    padding: 29px 0 84px;
}
.services:not(.has-bg) .chameleon-bg, .services:not(.has-bg) .chameleon-img {
    display: none;
}
.services:not(.has-bg) .yellow-circle {
    bottom: 234px;
    height: 695px;
    background-size: contain;
    left: -210px;
}
.services:not(.has-bg) .top-text * {
    color: var(--Purple);
}
.services:not(.has-bg) .top-text p {
    font-weight: 400;
    color: var(--Black);
}

.faqs {
    background-color: #2c1056d6;
    padding: 92px 0 125px;
    position: relative;
}
.faqs .row {
    position: relative;
    z-index: 3;
}
.faqs::after , .plan-detail::after {
    position: absolute;
    content: "";
    background: url(../images/outline-chameleon.svg) no-repeat center;
    background-size: contain;
    width: 320.74px;
    height: 245.65px;
    right: -61px;
    bottom: -78px;
    z-index: 2;
}
.faqs::before , .plan-detail::before {
    position: absolute;
    content: "";
    background: url(../images/yellow-circle.svg) no-repeat right;
    background-size: contain;
    width: 450px;
    height: 560px;
    right: -29px;
    bottom: 300px;
    transform: translateY(100%);
}
.faqs .bg-img img {
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0;
    object-fit: cover;
    object-position: center;
    z-index: -1;
}
.faqs .heading-wrp h2 {
    font-weight: 600;
    color: var(--White);
    margin-bottom: 22px;
    text-align: center;
}
.faqs .heading-wrp p {
    color: var(--White);
    text-align: center;
}
.faqs .list-wrp {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 37px;
    margin-top: 32px;
}
.faqs .faq , .job-opening .faq {
    background-color: #21AC99;
    border: 2.67px solid var(--White);
    border-radius: 18.35px;
    box-shadow: 0px 2px 10px 0px #37373759;
    transition: all 0.3s linear;
}
.faqs .faq:not(:last-child) , .job-opening .faq:not(:last-child){
    margin-bottom: 22px;
}
.faqs .faq h3 , .job-opening .faq h3{
    position: relative;
    padding: 23px 34px;
    margin-bottom: 0;
    cursor: pointer;
    color: var(--White);
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 900;
    font-size: 23.39px;
    line-height: 28px;
}
.faqs .faq h3::after , .job-opening .faq h3::after{
  content: "";
  width: 15px;
  min-width: 15px;
  height: 15px;
  background: url(../images/plus-icon.svg) no-repeat center / contain;
}
.faqs .faq.active h3::after , .job-opening .faq.active h3::after{
  background-image: url(../images/minus-icon.svg);
}
.faqs .faq.active , .job-opening .faq.active {
  background-color: var(--Pink);
}
.faqs .faq .faq-cnt {
    margin: 3px 34px 64px;
}
.faqs .faq .faq-cnt p {
    color: var(--White);
    font-size: 16px;
    line-height: 113%;
}
/*service-areas page end*/

/*door-types start*/
.content-with-accordion.faqs {
    padding: 84px 0 103px;
}
.content-with-accordion .left-wrp h2 {
    font-weight: 600;
    margin-bottom: 16px;
    line-height: 43px;
    color: var(--White);
}
.content-with-accordion .left-wrp p{
    color: var(--White);
    margin-bottom: 22px;
    margin-left: 3px;
}
.content-with-accordion .row + .row .heading-wrp {
    margin-top: 73px;
}
/*door-types start end*/

/* about page start */
.hero-home:not(:has(.title-img)) {
    padding: 205px 0;
}
.hero-home:not(:has(.title-img))::after {
    background: linear-gradient(180deg, rgba(43, 16, 84, 0.375) -2.38%, rgba(43, 16, 84, 0.75) 29.14%, rgba(43, 16, 84, 0.225) 87.67%);
    opacity: 0.5;
}
.hero-home:not(:has(.title-img)) .hero-home-wrp h1 {
    margin-bottom: 23px;
}

.content-with-slider {
    position: relative;
    padding: 184px 0 117px;
    margin-top: -345px;
    z-index: 1;
}
.content-with-slider::after {
    position: absolute;
    content: "";
    background: url(../images/slope-curve-bg2.svg) no-repeat top;
    background-size: cover;
    height: 500px;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 0;
    transform: rotateY(180deg);
    z-index: -1;
}
.content-with-slider::before {
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    right: 0;
    z-index: -1;
    border-top-left-radius: 110px;
    top: 25vw;
    height: calc(100% - 25vw);
    background: url(../images/curve-bg-noise.png) no-repeat center;
    background-size: cover;
    transform: rotateY(180deg);
}
.content-with-slider .chameleon-bg {
    position: absolute;
    content: "";
    height: 500px;
    right: -150px;
    z-index: -1;
    width: 530px;
    top: -375px;
}
.content-with-slider .chameleon-img {
    position: absolute;
    z-index: 1;
    width: 478.05px;
    height: 366.13px;
    right: -51.1px;
    transform: rotateY(180deg);
    top: -248px;
}
.content-with-slider .row {
    position: relative;
}
.content-with-slider .row>div:nth-child(2) {
    width: 44.8%;
}
.content-with-slider .row>div:last-child {
    width: 55.2%;
}
.content-with-slider .top-text {
    max-width: 351px;
    margin: 11px auto 51px 0; 
}
.content-with-slider .top-text img.title-img {
    width: 100%;
    object-fit: contain;
    object-position: center;
}
.content-with-slider .cnt-wrp {
    max-width: 441px;
}
.content-with-slider h2 {
    margin-bottom: 20px;
    color: var(--White);
}
.content-with-slider p {
    color: var(--White);
}
.content-with-slider p a{
  color: inherit;
  text-decoration: underline;
}
.content-with-slider .green-btn {
    margin-top: 10px;
    box-shadow: 0px 2px 12px 0px #6161614D;
}

.content-with-slider .img-sldier {
    margin-bottom: 0;
}
.content-with-slider .slick-list {
    /* margin: -20px;*/
}
.content-with-slider .img-wrp {
    border: 2.67px solid var(--White);
    border-radius: 18.35px;
    overflow: hidden;
    /*box-shadow: 0px 0px 24px 0px #3737372E;
    margin: 20px;*/
}
.content-with-slider .img-wrp img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.content-with-slider .slick-dots li button , .career-detail .slick-dots li button {
    background: #EFA3CD;
}
.content-with-slider .slick-dots li.slick-active button , .career-detail .slick-dots li.slick-active button {
    background: var(--White);
}
.content-with-slider .slick-slider .slick-next, .content-with-slider .slick-slider .slick-prev , .career-detail .slick-slider .slick-next, .career-detail .slick-slider .slick-prev{
    height: 51.1px;
    width: 51.1px;
    background: var(--Green) url(../images/slider-prev-white.svg) no-repeat center / 24px;
    border-radius: 0 16px 16px 0;
}
.content-with-slider .slick-slider .slick-next , .career-detail .slick-slider .slick-next{
  right: 2px;
}
.content-with-slider .slick-slider .slick-prev , .career-detail .slick-slider .slick-prev{
  left: 2.67px;
}

.info-cards {
    position: relative;
    background-color: #2c1056d6;
    padding: 85px 0 104px;
    box-shadow: 0px 4px 52px 0px #2B105459;
}
.info-cards .heading-wrp {
    max-width: 948px;
    margin: 0 auto 30px;
    text-align: center;
}
.info-cards .heading-wrp * {
    color: var(--White);
}
.info-cards h2 {
    font-weight: 600;
}
.info-cards .bg-img img {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    z-index: -1;
}
.info-cards .info-cards-wrp {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 29px 27px;
}
.info-cards .info-cards-wrp .info-card {
    width: calc((100% - (27px * 2)) / 3);
    transition: all 0.3s linear;
    padding: 65px 36px 60px;
    border: 2px solid var(--White);
    border-radius: 18.35px;
    background-color: var(--Green);
    text-align: center;
}
.info-cards .info-card .icon-wrp {
    height: 56.14px;
    width: 56.14px;
    background-color: var(--White);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px;
    transition: all 0.3s linear;
    margin: 0 auto;
}
.info-cards .info-card .icon-wrp img {
    object-fit: contain;
    object-position: center;
    transition: all 0.3s linear;
}
.info-cards .info-card h3 {
    font-weight: 900;
    font-size: 23.39px;
    margin: 15.39px 0 10px;
    color: var(--White);
}
.info-cards .info-card p {
    font-size: 16px;
    line-height: 129%;
    color: var(--White);
    margin: 0;
}
.info-cards .info-cards-wrp .info-card:hover {
    background-color: var(--Pink);
}
.info-cards .info-card:hover .icon-wrp {
    background-color: var(--Purple);
}
.info-cards .info-card:hover .icon-wrp img {
    filter: brightness(0) invert(1);
}

.team-list {
  padding: 84px 0 88px;
}
.team-list h2 {
    text-align: center;
    font-weight: 600;
    margin-bottom: 25px;
}
.team-list .team-members {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px 25px;
}
.team-list .team-members .team-detail-modal{
    width: calc((100% - (25px * 2)) / 3);
    border-radius: 18.35px;
    outline: 5px solid transparent;
}
.team-list .team-members .team-detail-modal .list-itm{
    transition: all 0.3s linear;
    box-shadow: 0px 4px 14px 0px #0000002E;
    border-radius: 18.35px;
    overflow: hidden;
    position: relative;
    height: 100%;
}
.team-list .team-members .team-detail-modal .list-itm::after {
    position: absolute;
    content: "";
    background: linear-gradient(180deg, rgba(43, 16, 84, 0) 0%, #2B1054 100%);
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 142px;
    z-index: 0;
    transition: all 0.3s linear;
    opacity: 1;
}
.team-list .team-members .team-detail-modal .list-itm::before{
    position: absolute;
    content: "";
    background: linear-gradient(180deg, rgba(230, 0, 124, 0) 0%, #E6007C 100%);
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 142px;
    z-index: 0;
    transition: all 0.3s linear;
    opacity: 0;
}
.team-list .team-members .list-itm .team-img-wrp {
    height: 100%;
}
.team-list .team-members .list-itm .team-img-wrp img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.team-list .team-members .list-itm .team-cnt-wrap {
    position: absolute;
    bottom: 27px;
    text-align: center;
    width: 100%;
    left: 0;
    right: 0;
    padding: 0 20px;
    z-index: 1;
}
.team-list .team-members .list-itm .team-cnt-wrap h3 {
    margin-bottom: 2px;
    color: var(--White);
}
.team-list .team-members .list-itm .team-cnt-wrap p {
    color: var(--White);
    margin-bottom: 0;
}
.team-list .team-members .team-detail-modal:hover{
    outline-color: var(--Green);
}
.team-list .team-members .team-detail-modal:hover .list-itm::after{
    opacity: 0; 
}
.team-list .team-members .team-detail-modal:hover .list-itm::before{
    opacity: 1;
}

.team-list .modal-dialog .row-wrp {
    display: flex;
    flex-wrap: wrap;
}
.team-list .modal-dialog .left-pop {
    max-width: 41.5%;
    width: 100%;
    position: relative;
    border-radius: 18.35px;
    overflow: hidden;
}
.team-list .modal-dialog .left-pop::after {
    position: absolute;
    content: "";
    background: linear-gradient(180deg, rgba(43, 16, 84, 0) 0%, #2B1054 100%);
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 185.82px;
    opacity: 1;
}
.team-list .modal-dialog .left-pop .img-wrp {
    box-shadow: 0px 4px 8px 0px #00000021;
    height: 100%;
}
.team-list .modal-dialog .img-wrp img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.team-list .modal-dialog .left-pop .img-cnt {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 35px;
    padding: 0 20px;
    z-index: 1;
    text-align: center;
}
.team-list .modal-dialog .left-pop .img-cnt h3 {
    color: var(--White);
    font-size: 36.64px;
    line-height: 41.88px;
    margin-bottom: 2px;
}
.team-list .modal-dialog .left-pop .img-cnt p {
    color: var(--White);
    font-size: 19.63px;
    margin: 0;
}
.team-list .modal-dialog .right-pop {
    padding: 41px;
    padding-right: 50px;
    max-width: 58.5%;
    width: 100%;
    margin: auto;
}
.team-list .modal-dialog .team-cont * {
    color: var(--White);
}
.team-list .modal-dialog .team-cont p:last-child {
    margin-bottom: 0;
}
.area-list + .cta {
    z-index: 1;
    position: relative;
}
/* about page end */

/* pro-protection-plan start */
.hero-banner .cnt-wrp{
    position: relative;
    padding: 60px 0;
    min-height: 304px;
    display: flex;
    align-items: center;
}
.hero-banner .cnt-wrp::after , .hero-banner .title-wrap::after , .hero-banner .cnt-wrp .bg-img , .single-blog-banner .cnt-wrp .bg-img , .single-blog-banner .top-bar::after{
    position: absolute;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    top: 0;
    bottom: 0;
    height: 100%;
}
.hero-banner .cnt-wrp::after{
    content: "";
    background: linear-gradient(180deg, rgba(43, 16, 84, 0.325) -2.38%, rgba(43, 16, 84, 0.65) 45.19%, rgba(43, 16, 84, 0.195) 108.79%);
    z-index: -1;
}
.hero-banner .cnt-wrp .bg-img{
    z-index: -1;
}
.hero-banner .cnt-wrp .bg-img img , .single-blog-banner .cnt-wrp .bg-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.hero-banner .cnt-wrp .logo-wrp {
    max-width: 333.04px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -108px;
}
.hero-banner .cnt-wrp .logo-wrp img{
    width: 100%;
    object-fit: contain;
    filter: drop-shadow(0px 0px 4px #FFFFFF87);
}
.hero-banner .cnt-wrp .title-wrp {
    max-width: 228px;
}
.hero-banner .cnt-wrp .title-wrp  img{
    width: 100%;
    object-fit: contain;
    object-position: center;
}
.hero-banner .title-wrap {
    position: relative;
    padding: 114px 0 405px;
    text-align: center;
}
.hero-banner .title-wrap::after{
  content: "";
  background: url(../images/pink-noise.png) no-repeat center / cover;
  z-index: -1;
  border-top: 4px solid var(--White);
}
.hero-banner .title-wrap h1 {
    margin-bottom: 0;
    color: var(--White);
    position: relative;
    padding-bottom: 21px;
}
.hero-banner .title-wrap h1 span {
    color: var(--Yellow);
    display: block;
}
.hero-banner .title-wrap h1::after{
  position: absolute;
  content: "";
  background: url(../images/title-yellow-border.svg) no-repeat center / contain;
  width: 426px;
  height: 24px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  right: 35px;
}

.plan-detail {
    position: relative;
    padding: 146px 0 174px;
    margin-top: -348px;
}
.plan-detail .white-bg{
    position: absolute;
    background: url(../images/plan-curve-bg.svg) no-repeat top;
    background-size: cover;
    height: 450px;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
.plan-detail::before {
    z-index: -1;
}
.plan-detail .plan-wrp {
    border: 2px solid var(--White);
    box-shadow: 0px 4px 14px 0px #00000021;
    border-radius: 18.35px;
    background-color: var(--Green);
    padding: 47px 20px 51px;
    max-width: 942px;
    margin: 0 auto;
}
.plan-detail table.plan-table tr:not(:last-child) {
    border-bottom: 3px solid var(--White);
}
.plan-detail table.plan-table tr td * {
    color: var(--White) !important;
}
.plan-detail table.plan-table tr td.plan-title {
    width: 43%;
    padding: 0 24px;
    vertical-align: top;
    padding-top: 18px;
}
.plan-detail table.plan-table tr td.plan-details {
    width: 43%;
    padding: 15px 30px 30px 10px;
}
.plan-detail table.plan-table tr td.plan-details p {
    margin: 0;
}
.plan-detail table.plan-table tr td.plan-icon{
  width: 14%;
  text-align: center;
  vertical-align: top;
  padding-top: 18px;
}
.plan-detail table.plan-table tr td.plan-icon img {
    object-fit: contain;
}

.plan-detail .plan-wrp .plan-cnt {
    text-align: center;
    padding-top: 10px;
}
.plan-detail .plan-wrp .plan-cnt h2 {
    padding: 35px;
    border: 2px solid var(--White);
    border-radius: 18.35px;
    background-color: var(--Pink);
    color: var(--White);
    box-shadow: 0px 4px 14px 0px #00000021;
    margin: 0 -46px 0;
}
.plan-detail .plan-wrp .plan-cnt p {
    font-weight: 600;
    font-size: 25px;
    line-height: 32px;
    color: var(--White);
    margin: 28px 0 7px;
}
/* pro-protection-plan end */

/* carrer start */
.career-detail {
    background: url(../images/pink-noise.png) no-repeat center / cover;
    border-top: 4px solid var(--White);
    padding: 71px 0 92px;
    text-align: center;
}
.career-detail h2 {
    color: var(--White);
    margin-bottom: 11px;
}
.career-detail p {
    color: var(--White);
    max-width: 948px;
    margin: 0 auto;
}
.career-detail .images-wrp {
    margin: 40px 0 72px;
}
.career-detail .slick-list {
    margin: -20px;
}
.career-detail .images-wrp .image-inner-wrp {
    border: 2.67px solid #FFFFFF;
    box-shadow: 0px 0px 24px 0px #3737372E;
    border-radius: 18.35px;
    overflow: hidden;
    margin: 20px;
}
.career-detail .images-wrp .image-inner-wrp img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.career-detail .green-btn {
    box-shadow: 0px 2px 12px 0px #6161614D;
    min-width: 220px;
}

.job-opening {
    padding: 81px 0 88px;
    position: relative;
}
.job-opening::before{
    position: absolute;
    content: "";
    background: url(../images/outline-chameleon.svg) no-repeat center;
    background-size: contain;
    width: 216.74px;
    height: 166px;
    left: -66px;
    top: -107px;
    z-index: 2;
    transform: rotateY(180deg);
}
.job-opening h2 {
    text-align: center;
    font-weight: 600;
    margin-bottom: 31px;
}

.job-opening .faq h3 {
    padding-left: 42px;
    padding-right: 29px;
}
.job-opening .faq .faq-cnt {
    padding: 22px 42px 45px;
}
.job-opening .faq .faq-cnt h4 {
    font-size: 18px;
    line-height: 24px;
    color: var(--Yellow);
    margin-bottom: 12px;
}
.job-opening .faq .faq-cnt p , .job-opening .faq .faq-cnt li {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: var(--White);
}
.job-opening .faq .faq-cnt p {
    margin-bottom: 35px;
}
.job-opening .faq .faq-cnt ul {
    margin-bottom: 45px;
    padding-left: 25px;
}
.job-opening .faq .faq-cnt ul li{
    list-style: disc;
}
.job-opening .faq .faq-cnt .green-btn {
    margin-top: 10px;
    min-width: 224px;
    box-shadow: 0px 2px 12px 0px #6161614D;
}

.career-form {
    position: relative;
    background-color: #2c1056d6;
    padding: 120px 0;
}
.career-form .bg-img img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    z-index: -1;
    inset: 0;
}
.career-form .form-wrp {
    background-color: var(--Pink);
    border-radius: 18.35px;
    padding: 97px 45px 73px;
    max-width: 1006px;
    margin: 0 auto;
}
.career-form .form-wrp h2 {
    text-align: center;
    color: var(--White);
    margin-bottom: 43px;
}

.cta:not(:has(.cta-wrp)) .fullwidth-img::before {
  content: unset
}
.cta:not(:has(.cta-wrp)) .fullwidth-img img {
    max-height: 393px;
    object-position: top;
}
/* carrer end */

/* blog start */
.post-list-sec {
    padding: 48px 0 82px;
}
.filter-wrp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 28px;
}
.filter-wrp .filter-wrp-in {
    display: flex;
    gap: 32px;
    align-items: center;
}
.filter-wrp .filter-wrp-in>div {
    display: flex;
    align-items: center;
    gap: 10px;
}
.filter-wrp .filter-wrp-in>div h4 {
    font-size: 23px;
    line-height: 32px;
    margin-bottom: 0;
    font-weight: 600;
}
.filter-wrp .filter-wrp-in>div select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    border: 1px solid var(--Purple);
    border-radius: 18.35px;
    font-size: 15px;
    line-height: 140%;
    letter-spacing: 0;
    color: var(--Purple);
    padding: 9px 16px;
    min-width: 168px;
    background: url(../images/filter-arrow.svg) no-repeat center;
    background-position: center right 16px;
    background-size: 10px;
}

.post-list-sec .post-wrp .cnt-wrp p.date {
    font-weight: 800;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0;
    color: var(--Green);
    margin-bottom: 4px;
    transition: all 0.3s linear;
}
.post-list-sec .post-wrp .cnt-wrp h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 31px;
    margin-bottom: 30px;
}
.post-list-sec .post-wrp .cnt-wrp h3 a{
  color: inherit;
  display: block;
}
.post-list-sec .post-wrp .cnt-wrp .green-btn {
    min-width: 195px;
    min-height: 44px;
    box-shadow: 0px 2px 12px 0px #6161614D;
}

.post-list-sec .ftr-post .post-wrp {
    box-shadow: 0px 1px 10px 0px #211C1F3D;
    border: 3px solid var(--Green);
    border-radius: 18.35px;
    overflow: hidden;
    background-color: var(--Purple);
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.post-list-sec .ftr-post .post-wrp .img-wrp {
    width: 68.42%;
}
.post-list-sec .ftr-post .post-wrp .img-wrp img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.post-list-sec .ftr-post .post-wrp .cnt-wrp {
    width: 31.58%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 40px 28px;
}
.post-list-sec .ftr-post .post-wrp .cnt-wrp p.date{
  color: var(--Pink);
}
.post-list-sec .ftr-post .post-wrp .cnt-wrp h3{
  color: var(--White);
  margin-bottom: 33px;
}

.post-list-sec .posts-row .blog-lists {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px 23px;
}
.post-list-sec .posts-row .blog-lists .post-wrp {
    width: calc((100% - (23px * 2))/3);
    box-shadow: 0px 4px 8px 0px #00000021;
    border: 2px solid var(--Purple);
    border-radius: 18.35px;
    overflow: hidden;
    transition: all 0.3s linear;
    background-color: var(--White);
    display: flex;
    flex-direction: column;
}
.post-list-sec .posts-row .blog-lists .post-wrp .img-wrp {
    box-shadow: 0px 4px 8px 0px #00000021;
}
.post-list-sec .posts-row .blog-lists .post-wrp .img-wrp img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.post-list-sec .posts-row .blog-lists .post-wrp .cnt-wrp {
    padding: 29px 30px 38px;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.post-list-sec .posts-row .blog-lists .cnt-wrp .btn-wrp {
    margin-top: auto;
}
.post-list-sec .posts-row .blog-lists .post-wrp:hover{
  border-color: var(--Green);
  background-color: var(--Purple);
}
.post-list-sec .posts-row .blog-lists .post-wrp:hover p.date {
    color: var(--Pink);
}
.post-list-sec .posts-row .blog-lists .post-wrp:hover h3 {
    color: var(--White);
}
/* blog end */

/* blog single start */
.single-blog-banner{
  position: relative;
}
.single-blog-banner .gradient-bg{
  position: absolute;
  content: "";
  inset: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(43, 16, 84, 0.5) -2.38%, #2B1054 48.81%, rgba(43, 16, 84, 0.3) 100%);
  opacity: 0.52;
}
.single-blog-banner::after {
    position: absolute;
    content: "";
    background: url(../images/outline-chameleon.svg) no-repeat center;
    background-size: contain;
    width: 216.74px;
    height: 166px;
    right: -35px;
    bottom: -45px;
    z-index: 1;
}
.single-blog-banner::before{
    position: absolute;
    content: "";
    background: url(../images/yellow-circle.svg) no-repeat right;
    background-size: contain;
    width: 260px;
    height: 360px;
    right: -25px;
    bottom: 20px;
    transform: translateY(50%);
    z-index: 1;
}
.single-blog-banner .top-bar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 24px 0 18px;
    position: relative;
    z-index: 2;
}
.single-blog-banner .top-bar::after {
    content: "";
    background-color: var(--Pink);
    z-index: -1;
}
.single-blog-banner .top-bar span.post-date , .single-blog-banner .top-bar span.category-name{
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0;
    color: var(--White);
}
.single-blog-banner .top-bar span.category-name a{
  color: inherit;
}
.single-blog-banner .top-bar .img-wrp {
    max-width: 263px;
}
.single-blog-banner .top-bar .img-wrp img {
    width: 100%;
    object-fit: contain;
}
.single-blog-banner .cnt-wrp {
    padding: 105px 0 170px;
    position: relative;
}
.single-blog-banner .btn-container {
    position: relative;
    z-index: 1;
}
.single-blog-banner .cnt-wrp .bg-img {
    z-index: -1;
}
.single-blog-banner .cnt-wrp h1 {
    margin-bottom: 33px;
    color: var(--White);
}
.single-blog-banner .cnt-wrp h1 span {
    color: var(--Yellow);
}

.single-blog {
    padding: 28px 0 151px;
    position: relative;
}
.meta_social_btns h5 {
    margin-bottom: 0;
    font-size: 25px;
    line-height: 30px;
    font-weight: 800;
}
.single-blog .contact-wrp {
    margin-top: 38px;
}

.latest-posts.post-list-sec {
    padding: 104px 0 84px;
    box-shadow: 0px 4px 52px 0px #2B105459 inset;
    position: relative;
}
.latest-posts.post-list-sec::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url('../images/reviews-bg.svg') center no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.6;
}
.latest-posts.post-list-sec h2 {
    text-align: center;
    font-weight: 600;
    margin-bottom: 29px;
}
.latest-posts.post-list-sec .btn-container {
    text-align: center;
    margin-top: 38px;
}
.latest-posts.post-list-sec .btn-container .purple-btn {
    min-width: 206.15px;
    box-shadow: 0px 2px 12px 0px #6161614D;
}
/* blog single end */

/*financing start*/
.f-banner {
    position: relative;
    padding: 101px 0 125px;
    text-align: center;
    border-bottom: 4px solid var(--White);
}
.f-banner .cnt-wrp{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.f-banner .logo-wrp {
    position: absolute;
    border: 3px solid var(--White);
    border-radius: 9.31px;
    padding: 32px 40px;
    background-color: var(--Purple);
    overflow: hidden;
    max-width: 368px;
    z-index: 1;
    bottom: 0;
    transform: translateY(50%);
    margin: 0 auto;
    left: 0;
    right: 0;
}
.f-banner .logo-wrp img {
    object-fit: contain;
    object-position: center;
}

.lirc-sec {
    background-color: var(--Green);
    position: relative;
}
.lirc-sec .lirc-wrp {
    display: flex;
    flex-wrap: wrap;
}
.lirc-sec .left-content {
    width: 52.27%;
}
.lirc-sec .left-content .img-wrp {
    height: 100%;
    width: 100%;
    position: relative;
    box-shadow: 0px 4px 52px 0px #2B105429 inset;
}
.lirc-sec .left-content .img-wrp img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.lirc-sec .left-content .img-wrp::after {
    position: absolute;
    content: "";
    background: linear-gradient(270deg, #00B098 0%, rgba(0, 176, 152, 0) 100%);
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 353px;
}
.lirc-sec .right-content {
    width: 47.73%;
    display: flex;
    align-items: center;
}
.lirc-sec .right-content .cnt-wrp {
    padding: 120px 0 80px;
    max-width: 546px;
    margin-right: auto;
}
.lirc-sec .right-content h2 {
    margin-left: 4px;
    margin-bottom: 14px;
    color: var(--White);
    line-height: 44px;
}
.lirc-sec .right-content p {
    margin-left: 6px;
    color: var(--White);
    margin-bottom: 24px;
    max-width: 512px;
}
.lirc-sec .purple-btn {
    padding-left: 26px;
    padding-right: 26px;
    box-shadow: 0px 2px 12px 0px #6161614D;
}

.info-cards:has(+.area-list) {
    padding-bottom: 34.60vw;
    margin-bottom: -29.29vw;
}
.info-cards .btn-wrp {
    text-align: center;
    margin-top: 37px;
}
.info-cards .btn-wrp .green-btn {
    padding-left: 26px;
    padding-right: 26px;
    box-shadow: 0px 2px 12px 0px #6161614D;
}
/*financing end*/

.content-with-accordion .left-wrp p a {
    color: inherit;
    text-decoration: underline;
}
.content-with-accordion .left-wrp p a:hover{
  text-decoration: none;
}
.single-page-content .page-content h2 a, .single-blog .post-cnt h2 a , .single-page-content .page-content h3 a, .single-blog .post-cnt h3 a{
  color: inherit;
}
.single-page-content .page-content figure , .single-blog .post-cnt figure{
  margin: 0;
}
.single-page-content .page-content h2:has(+figure), .single-blog .post-cnt h2:has(+figure) , .single-page-content .page-content h3:has(+figure), .single-blog .post-cnt h3:has(+figure) {
    margin-bottom: 0 !important;
}
.single-page-content .page-content p br, .single-blog .post-cnt p br {
    display: none;
}
.single-page-content .page-content img {
    max-height: 600px;
}

/*cms pages*/
.cms-cnt .cnt-wrp h2 {
    margin-bottom: 20px;
}