

html {
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
} 

body {
  font-family: 'Rubik', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #6c757d;
  line-height: 1.6666;
  font-weight: 400;
}

.container {
  position: relative;
  z-index: 3;
}

.rtl-direction {
  text-align: right!important;
}

/*------------------------------------------*/
/*  PAGE CONTENT
/*------------------------------------------*/

#page { overflow: hidden; }

/*------------------------------------------*/
/*  SPACING & INDENTS
/*------------------------------------------*/

.mb-30 { margin-bottom: 30px; }
/*------------------------------------------*/
/*  Padding Centered
/*------------------------------------------*/

.pc-70 { padding-right: 70px; padding-left: 70px; } 
.pc-65 { padding-right: 65px; padding-left: 65px; } 
.pc-60 { padding-right: 60px; padding-left: 60px; } 
.pc-55 { padding-right: 55px; padding-left: 55px; } 
.pc-50 { padding-right: 50px; padding-left: 50px; } 
.pc-45 { padding-right: 45px; padding-left: 45px; } 
.pc-40 { padding-right: 40px; padding-left: 40px; }
.pc-35 { padding-right: 35px; padding-left: 35px; }
.pc-30 { padding-right: 30px; padding-left: 30px; }
.pc-25 { padding-right: 25px; padding-left: 25px; }
.pc-20 { padding-right: 20px; padding-left: 20px; }
.pc-15 { padding-right: 15px; padding-left: 15px; }
.pc-10 { padding-right: 10px; padding-left: 10px; }

/*------------------------------------------*/
/*  BACKGROUND SETTINGS
/*------------------------------------------*/

.rel { 
  position: relative!important; 
  z-index: 3; 
}

.bg-fixed,
.bg-scroll {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;   
  background-size: cover;
}

.bg-scroll {
  background-attachment: fixed!important;
}


/*------------------------------------------*/
/*  Transparent Background Colors
/*------------------------------------------*/

.bg-tra { background-color: transparent; border: 1px solid #aaa;  }
.bg-tra-dark { background-color: rgba(10, 10, 10, .15); }
.bg-tra-white { background-color: rgba(255, 255, 255, .15); }
.bg-tra-grey { background-color: rgba(17, 36, 70, .04); }
.bg-tra-blue { background-color: rgba(37, 138, 255, .08); } 
.bg-tra-skyblue { background: rgba(13, 135, 231, .08); }
.bg-tra-green { background-color: rgba(15, 188, 73, .08); }
.bg-tra-orange { background: rgba(255, 107, 15, .08); }
.bg-tra-purple { background-color: rgba(106, 38, 218, .08); }
.bg-tra-teal { background: rgba(0, 128, 128, .08); }
.bg-tra-red { background-color: rgba(240, 64, 55, .08); } 
.bg-tra-paleviolet { background: rgba(199, 62, 155, .08); }
.bg-tra-salmon { background-color: rgba(255, 82, 61, .08); } 
.bg-tra-violet { background: rgba(148, 0, 211, .08); }
.bg-tra-yellow { background: rgba(255, 179, 12, .08); }

/*------------------------------------------*/
/*  Gradient Background Colors
/*------------------------------------------*/

.bg-dark-gradient {
  background-image: linear-gradient(180deg, #1d293f, #282B38);
}

.bg-whitesmoke-gradient {
  background-image: linear-gradient(180deg, rgba(244, 244, 249, .8) 50%, rgba(244, 244, 249, .05) 100%);
}

.bg-lavender-gradient {
  background-image: linear-gradient(180deg, rgba(236, 241, 244, .5) 50%, rgba(236, 241, 244, .05) 100%);
}

.bg-plum-gradient {
  background-image: linear-gradient(180deg, rgba(232, 218, 245, .5) 50%, rgba(236, 241, 244, .05) 100%);
}

.bg-skyblue-gradient {
  background: linear-gradient(140deg, #1b78e0, #004899);
}

.bg-stateblue-gradient {
  background-image: linear-gradient(180deg, rgba(65, 62, 101, 1), rgba(76, 72, 119, 1));
}

.bg-purple-gradient {
  background-image: linear-gradient(50deg, rgba(84, 84, 212, 1) 40%, rgba(98, 98, 222, 1) 100%);
}

/*------------------------------------------*/
/*  Image Background
/*------------------------------------------*/


/*------------------------------------------*/
/*  WAVE SHAPE BOTTOM
/*------------------------------------------*/

.wave-shape-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.wave-shape-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

/*------------------------------------------*/
/*  SECTION DIVIDER
/*------------------------------------------*/

.section-divider {
  display: inline-block;
  max-width: 1150px;
  position: relative;
  top: -15px;
  width: 100%;
  border: 0;
  height: 2px;
  background-image: linear-gradient(90deg,white 0%,#f1f1f1 12%,#dedede 50%,#f4f4f4 88%,white 100%);
}

.section-divider:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  transform: rotate(45deg);
  border-bottom: 2px solid #dedede;
  border-right: 2px solid #dedede;
  top: -14px;
  left: 49%;
  background: #fff;
  z-index: 2;
}

.bg-lightgrey .section-divider:before {
  background: #f6f7f8;
}


/* ==========================================================================
  02. TYPOGRAPHY
  =========================================================================== */

/*------------------------------------------*/
/*  HEADERS
/*------------------------------------------*/

h1, h2, h3, h4, h5, h6 {  
  color: #2f353e;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  letter-spacing: -0.75px;
}

h4, h5, h6 {  
  line-height: 1.3;
}

/* Header H6 */
h6.h6-xs { font-size: 1rem; }        /* 16px */
h6.h6-sm { font-size: 1.0625rem; }   /* 17px */
h6.h6-md { font-size: 1.125rem; }    /* 18px */
h6.h6-lg { font-size: 1.1875rem; }   /* 19px */
h6.h6-xl { font-size: 1.25rem; }     /* 20px */

/* Header H5 */
h5.h5-xs { font-size: 1.3125rem; }  /* 21px */
h5.h5-sm { font-size: 1.375rem; }   /* 22px */
h5.h5-md { font-size: 1.5rem; }     /* 24px */
h5.h5-lg { font-size: 1.625rem; }   /* 26px */
h5.h5-xl { font-size: 1.75rem; }    /* 28px */

/* Header H4 */
h4.h4-xs { font-size: 1.875rem; }   /* 30px */
h4.h4-sm { font-size: 2rem; }       /* 32px */
h4.h4-md { font-size: 2.125rem; }   /* 34px */
h4.h4-lg { font-size: 2.25rem; }    /* 36px */
h4.h4-xl { font-size: 2.375rem; }   /* 38px */

h3.h3-xs { font-size: 2.5rem; }     /* 40px */
h3.h3-sm { font-size: 2.625rem; }   /* 42px */
h3.h3-md { font-size: 2.75rem; }    /* 44px */
h3.h3-lg { font-size: 2.875rem; }   /* 46px */
h3.h3-xl { font-size: 3rem; }       /* 48px */

/* Header H2 */
h2.h2-xs { font-size: 3.125rem; }   /* 50px */
h2.h2-sm { font-size: 3.25rem; }    /* 52px */
h2.h2-md { font-size: 3.375rem; }   /* 54px */
h2.h2-lg { font-size: 3.5rem; }     /* 56px */ 
h2.h2-xl { font-size: 3.75rem; }    /* 60px */

h2.h2-title-xs { font-size: 4.0625rem; letter-spacing: -1.5px; } /* 65px */
h2.h2-title-sm { font-size: 4.375rem; letter-spacing: -1.5px; }  /* 70px */
h2.h2-title-md { font-size: 4.6875rem; letter-spacing: -1.5px; } /* 75px */
h2.h2-title-lg { font-size: 5rem; letter-spacing: -1.5px; }      /* 80px */
h2.h2-title-xl { font-size: 5.3125rem; letter-spacing: -1.5px; } /* 85px */

/*------------------------------------------*/
/*  PARAGRAPHS
/*------------------------------------------*/

p.p-sm { font-size: 1rem; }       /* 16px */
p { font-size: 1.0625rem; }       /* 17px */
p.p-md { font-size: 1.125rem; }   /* 18px */
p.p-lg { font-size: 1.1875rem; }  /* 19px */
p.p-xl { font-size: 1.25rem; }    /* 20px */

p.p-title-xs { font-size: 1.3125rem; }  /* 21px */
p.p-title-sm { font-size: 1.375rem; }   /* 22px */
p.p-title-md { font-size: 1.4375rem; }  /* 23px */
p.p-title-lg { font-size: 1.5rem; }     /* 24px */
p.p-title-xl { font-size: 1.5625rem; }  /* 25px */

/*------------------------------------------*/
/*  LINK SETTINGS
/*------------------------------------------*/

a {
  color: #6c757d;
  text-decoration: none;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out; 
}

a:hover {
  color: #666;
  text-decoration: none;
}

.cadetblue-color a:hover {
  color: #f2f3f4;
}

a:focus {
  outline: none;
  text-decoration: none;
}

/*------------------------------------------*/
/*  LISTS
/*------------------------------------------*/

ul {
  margin: 0;
  padding: 0;
  list-style: none;
} 

/*------------------------------------------*/
/*  TEXT LIST
/*------------------------------------------*/

.txt-list li i {
  position: relative;
  font-size: 1.05rem;
  line-height: 1.5rem;
  float: left;
  margin-right: 10px;
  top: 2px;
}

.txt-list li p {
  overflow: hidden;
  margin-bottom: 10px;
}

ul.simple-list {
  list-style: disc;
  margin-left: 15px;
}

.rtl-direction ul.simple-list {
  margin-left: 38px;
}

.rtl-direction {

}

/*------------------------------------------*/
/*  NUMBER LIST
/*------------------------------------------*/

ol.num-list {
  margin-left: -20px;
}

ol.num-list li p {
  padding-left: 5px;
  margin-bottom: 5px;
}

ol.digit-list {
  padding: 0;
  margin-left: 15px;
}

ol.digit-list p {
  margin-bottom: 8px;
}

/*------------------------------------------*/
/*  BOX LIST
/*------------------------------------------*/

.box-list p {
  position: relative;
  font-weight: 400;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px dashed #ddd;
}

.bg-dark .box-list p {
  border-bottom: 1px dashed #777;
}

.box-list p:last-child {
  position: relative;
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.box-list p span {
  font-weight: 500;
  position: absolute;
  top: 0;
  right: 15px;
}

.bg-dark .box-list p span {
  color: #fff;
}

/*------------------------------------------*/
/*  BUTTON SETTINGS
/*------------------------------------------*/

.btn {
  background-color: transparent;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1;
  font-weight: 500;
  padding: 16px 32px;
  border: 1px solid transparent;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out; 
}

/*------------------------------------------*/
/*  Button Size
/*------------------------------------------*/

.btn.btn-sm {
  font-size: 1rem;
  padding: 13px 30px;
}

.btn.btn-md {
  font-size: 1.125rem;
  padding: 18px 34px;
}

.btn.btn-lg {
  font-size: 1.15rem;
  padding: 20px 36px;
}

.btn.btn-md.btn-transparent {
  padding: 18px 6px;
}

.btn.btn-lg.btn-transparent {
  padding: 20px 6px;
}

/*------------------------------------------*/
/*  Button Icon
/*------------------------------------------*/

.btn.ico-left span {
  position: relative;
  top: 1px;
  right: 3px;
}

.btn.ico-right span {
  position: relative;
  top: 1px;
  left: 3px;
}

.btn.ico-20.ico-left span {
  top: 4px;
  right: 6px;
}

.btn .flaticon-phone-call {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  line-height: 1;
}

/*------------------------------------------*/
/*  Button Color
/*------------------------------------------*/

.btn-transparent {
  padding: 16px 6px;
  background-color: transparent;
  border-color: transparent;
}

.white-color .btn-transparent:hover {
  color: #fff;
}

.dark-color.btn.btn-transparent:focus {
  color: #1d293f!important;
}

.btn-white, 
.white-color .btn-white {
  color: #1d293f;
  background-color: #fff;
  border-color: #fff!important;
}

.btn-tra-white {
  color: #fff;
  background-color: transparent;
  border-color: #fff!important;
}

.scroll .btn-tra-white {
  color: #1d293f!important;
  background-color: transparent;
  border-color: #1d293f!important;
}

.btn-grey, 
.white-color .btn-grey {
  color: #666;
  background-color: rgba(17, 36, 70, .04);
  border-color: rgba(17, 36, 70, .02)!important;
}

.btn-tra-grey, 
.white-color .btn-tra-grey {
  color: #1d293f;
  background-color: transparent;
  border-color: #ccc!important;
}

.btn-black,
.white-color .btn-black {
  color: #fff;
  background-color: #1d293f;
  border-color: #1d293f;
}

.btn-tra-black,
.white-color .btn-tra-black {
  color: #1d293f;
  background-color: transparent;
  border-color: #1d293f;
}

.btn-blue, 
.scroll .btn-blue, 
.white-color .btn-blue,
.blue-hover:hover, 
.scroll .blue-hover:hover, 
.white-color .blue-hover:hover {
  color: #fff!important;
  background-color: #0f53fa;
  border-color: #0f53fa!important;
}

.btn-tra-blue, 
.scroll .btn-tra-blue, 
.white-color .btn-tra-blue,
.tra-blue-hover:hover, 
.scroll .tra-blue-hover:hover, 
.white-color .tra-blue-hover:hover {
  color: #0f53fa!important;
  background-color: transparent;
  border-color: #0f53fa!important;
}

.btn-green, 
.scroll .btn-green, 
.white-color .btn-green,
.green-hover:hover, 
.scroll .green-hover:hover, 
.white-color .green-hover:hover {
  color: #fff!important;
  background-color: #0fbc49;
  border-color: #0fbc49!important;
}

.btn-tra-green, 
.scroll .btn-tra-green, 
.white-color .btn-tra-green,
.tra-green-hover:hover, 
.scroll .tra-green-hover:hover, 
.white-color .tra-green-hover:hover {
  color: #0fbc49!important;
  background-color: transparent;
  border-color: #0fbc49!important;
}

.btn-indigo, 
.scroll .btn-indigo, 
.white-color .btn-indigo,
.indigo-hover:hover, 
.scroll .indigo-hover:hover, 
.white-color .indigo-hover:hover {
  color: #fff!important;
  background-color: #62147e;
  border-color: #62147e!important;
}

.btn-tra-indigo, 
.scroll .btn-tra-indigo, 
.white-color .btn-tra-indigo,
.tra-indigo-hover:hover, 
.scroll .tra-indigo-hover:hover, 
.white-color .tra-indigo-hover:hover {
  color: #62147e!important;
  background-color: transparent;
  border-color: #62147e!important;
}

.btn-orange-red, 
.scroll .btn-orange-red, 
.white-color .btn-orange-red,
.orange-red-hover:hover, 
.scroll .orange-red-hover:hover, 
.white-color .orange-red-hover:hover {
  color: #fff!important;
  background-color: #ff523d;
  border-color: #ff523d!important;
}

.btn-tra-orange-red, 
.scroll .btn-tra-orange-red, 
.white-color .btn-tra-orange-red,
.tra-orange-red-hover:hover, 
.scroll .tra-orange-red-hover:hover, 
.white-color .tra-orange-red-hover:hover {
  color: #ff523d!important;
  background-color: transparent;
  border-color: #ff523d!important;
}

.btn-pink, 
.scroll .btn-pink, 
.white-color .btn-pink,
.pink-hover:hover, 
.scroll .pink-hover:hover, 
.white-color .pink-hover:hover {
  color: #fff!important;
  background-color: #eb1561;
  border-color: #eb1561!important;
}

.btn-tra-pink, 
.scroll .btn-tra-pink, 
.white-color .btn-tra-pink,
.tra-pink-hover:hover, 
.scroll .tra-pink-hover:hover, 
.white-color .tra-pink-hover:hover {
  color: #eb1561!important;
  background-color: transparent;
  border-color: #eb1561!important;
}

.btn-purple, 
.scroll .btn-purple, 
.white-color .btn-purple,
.purple-hover:hover, 
.scroll .purple-hover:hover, 
.white-color .purple-hover:hover {
  color: #fff!important;
  background-color: #6a26da;
  border-color: #6a26da!important;
}

.btn-tra-purple, 
.scroll .btn-tra-purple, 
.white-color .btn-tra-purple,
.tra-purple-hover:hover, 
.scroll .tra-purple-hover:hover, 
.white-color .tra-purple-hover:hover {
  color: #6a26da!important;
  background-color: transparent;
  border-color: #6a26da!important;
}

.btn-red, 
.scroll .btn-red, 
.white-color .btn-red,
.red-hover:hover, 
.scroll .red-hover:hover, 
.white-color .red-hover:hover {
  color: #fff!important;
  background-color: #f6412d;
  border-color: #f6412d!important;
}

.btn-tra-red, 
.scroll .btn-tra-red, 
.white-color .btn-tra-red,
.tra-red-hover:hover, 
.scroll .tra-red-hover:hover, 
.white-color .tra-red-hover:hover {
  color: #f6412d!important;
  background-color: transparent;
  border-color: #f6412d!important;
}

.btn-skyblue, 
.scroll .btn-skyblue, 
.white-color .btn-skyblue,
.skyblue-hover:hover, 
.scroll .skyblue-hover:hover, 
.white-color .skyblue-hover:hover {
  color: #fff!important;
  background-color: #0195ff;
  border-color: #0195ff!important;
}

.btn-tra-skyblue, 
.scroll .btn-tra-skyblue, 
.white-color .btn-tra-skyblue,
.tra-skyblue-hover:hover, 
.scroll .tra-skyblue-hover:hover, 
.white-color .tra-skyblue-hover:hover {
  color: #0195ff!important;
  background-color: transparent;
  border-color: #0195ff!important;
}

.btn-stateblue, 
.scroll .btn-stateblue, 
.white-color .btn-stateblue,
.stateblue-hover:hover, 
.scroll .stateblue-hover:hover, 
.white-color .stateblue-hover:hover {
  color: #fff!important;
  background-color: #e8016c;
  border-color: #e7016a!important;
}

.btn-tra-stateblue, 
.scroll .btn-tra-stateblue, 
.white-color .btn-tra-stateblue,
.tra-stateblue-hover:hover, 
.scroll .tra-stateblue-hover:hover, 
.white-color .tra-stateblue-hover:hover {
  color: #6064e3!important;
  background-color: transparent;
  border-color: #6064e3!important;
}

.btn-violet, 
.scroll .btn-violet, 
.white-color .btn-violet,
.violet-hover:hover, 
.scroll .violet-hover:hover, 
.white-color .violet-hover:hover {
  color: #fff!important;
  background-color: #9400d3;
  border-color: #9400d3!important;
}

.btn-tra-violet, 
.scroll .btn-tra-violet, 
.white-color .btn-tra-violet,
.tra-violet-hover:hover, 
.scroll .tra-violet-hover:hover, 
.white-color .tra-violet-hover:hover {
  color: #9400d3!important;
  background-color: transparent;
  border-color: #9400d3!important;
}

.btn-violet-red, 
.scroll .btn-violet-red, 
.white-color .btn-violet-red,
.violet-red-hover:hover, 
.scroll .violet-red-hover:hover, 
.white-color .violet-red-hover:hover {
  color: #fff!important;
  background-color: #c73e9b;
  border-color: #c73e9b!important;
}

.btn-tra-violet-red, 
.scroll .btn-tra-violet-red, 
.white-color .btn-tra-violet-red,
.tra-violet-red-hover:hover, 
.scroll .tra-violet-red-hover:hover, 
.white-color .tra-violet-red-hover:hover {
  color: #c73e9b!important;
  background-color: transparent;
  border-color: #c73e9b!important;
}

.btn-yellow, 
.scroll .btn-yellow, 
.white-color .btn-yellow,
.yellow-hover:hover, 
.scroll .yellow-hover:hover, 
.white-color .yellow-hover:hover {
  color: #1d293f!important;
  background-color: #ffb30c;
  border-color: #ffb30c!important;
}

.btn-tra-yellow, 
.scroll .btn-tra-yellow, 
.white-color .btn-tra-yellow,
.tra-yellow-hover:hover, 
.scroll .tra-yellow-hover:hover, 
.white-color .tra-yellow-hover:hover {
  color: #1d293f!important;
  background-color: transparent;
  border-color: #ffb30c!important;
}

/*------------------------------------------*/
/*  Button Hover
/*------------------------------------------*/

.white-hover:hover,
.scroll .white-hover:hover {
  color: #1d293f!important;
  background-color: #fff;
  border-color: #fff!important;
}

.tra-white-hover:hover,
.white-color .tra-white-hover:hover {
  color: #fff!important;
  background-color: transparent;
  border-color: #fff!important;
}

.scroll .tra-white-hover:hover {
  color: #1d293f!important;
  background-color: transparent;
  border-color: #1d293f!important;
}

.dark-menu .scroll .tra-white-hover:hover {
  color: #fff!important;
  background-color: transparent;
  border-color: #fff!important;
}

.black-hover:hover,
.scroll .black-hover:hover,
.white-color .black-hover:hover {
  color: #fff!important;
  background-color: #1d293f;
  border-color: #1d293f!important;
}

.tra-black-hover:hover,
.scroll .tra-black-hover:hover
.white-color .tra-black-hover:hover {
  color: #1d293f!important;
  background-color: transparent;
  border-color: #1d293f!important;
}

.grey-hover:hover,
.scroll .grey-hover:hover {
  color: #1d293f!important;
  background-color: rgba(17, 36, 70, .04);
  border-color: rgba(17, 36, 70, .02)!important;
}

.tra-grey-hover:hover,
.scroll .tra-grey-hover:hover {
  color: #1d293f!important;
  background-color: transparent;
  border-color: #ccc!important;
}

/*------------------------------------------*/
/*  Button Focus
/*------------------------------------------*/

.btn:focus {
  color: #fff; 
  -webkit-box-shadow: none;
  box-shadow: none; 
}

.btn.btn-black:focus {
  color: #fff; 
  -webkit-box-shadow: none;
  box-shadow: none; 
}

.btn-grey:focus {
  color: #666; 
  -webkit-box-shadow: none;
  box-shadow: none; 
}

.btn-tra-black:focus, 
.btn.btn-tra-grey:focus {
  color: #333; 
  -webkit-box-shadow: none;
  box-shadow: none; 
}

/*------------------------------------------*/
/*  WATCH VIDEO LINK
/*------------------------------------------*/

.watch-video {
  display: inline-block;
  position: relative;
}

.watch-video-link {
  display: inline-block;
  position: relative;
  text-align: center;
  float: left;
  width: 56px;
  height: 56px; 
  color: #fff;
  border: 2px solid transparent;
  margin-right: 15px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%; 
}

.watch-video-link:before {
  content: '';
  position: absolute;
  left: -3px;
  right: -3px;
  top: -3px;
  bottom: -3px;
  background: rgba(255, 255, 255, 0.2);
  opacity: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.watch-video-link:hover:before {
  opacity: .75;
  left: -10px;
  right: -10px;
  top: -10px;
  bottom: -10px;
}

.watch-video-link.bg-tra-white {
  background-color: rgba(255, 255, 255, .15);
  border: 2px solid transparent;
}

.watch-video-link.ico-35 [class^="flaticon-"]:before, 
.watch-video-link.ico-35 [class^="flaticon-"]:after {
  line-height: 54px!important;   
  margin-left: 5px;
}

.watch-video-txt {
  display: inline-block;
}

p.video-txt-lg {
  line-height: 1;
  font-weight: 500;
  margin-bottom: 5px;
}

p.video-txt-sm {
  line-height: 1;
  padding-left: 2px;
  margin-bottom: 0;
}

/*------------------------------------------*/
/*  VIDEO LINK
/*------------------------------------------*/

.btn-md.btn-video-link {
  color: #666;
  font-size: 18px;
  padding: 10px 8px;
}

.btn-md.btn-video-link span {
  position: relative;
  top: 5px;
  right: 6px;
}

.btn-md.btn-video-link {
  line-height: 30px!important;
}

/*------------------------------------------*/
/*  VIDEO POPUP ICON
/*------------------------------------------*/

.video-preview {
  position: relative; 
  text-align: center;
}

.video-btn {
  position: absolute!important;
  top: 50%;
  left: 50%;
  display: inline-block;
  text-align: center;
  color: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%; 
}

.video-btn-xl {
  width: 120px;
  height: 120px;
  margin-top: -60px;
  margin-left: -60px; 
}

.video-btn-lg {
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px; 
}

.video-btn-md {
  width: 80px;
  height: 80px;
  margin-top: -40px;
  margin-left: -40px; 
}

.video-btn-sm {
  width: 60px;
  height: 60px;
  margin-top: -30px;
  margin-left: -30px; 
}

.video-block-wrapper {
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.video-btn.video-btn-xl [class^="flaticon-"]:before, 
.video-btn.video-btn-xl [class^="flaticon-"]:after {
  line-height: 120px!important;   
  margin-left: 10px;
}

.video-btn.video-btn-lg [class^="flaticon-"]:before, 
.video-btn.video-btn-lg [class^="flaticon-"]:after {
  line-height: 100px!important;   
  margin-left: 8px;
}

.video-btn.video-btn-md [class^="flaticon-"]:before, 
.video-btn.video-btn-md [class^="flaticon-"]:after {
  line-height: 80px!important;   
  margin-left: 7px;
}

.video-btn.video-btn-sm [class^="flaticon-"]:before, 
.video-btn.video-btn-sm [class^="flaticon-"]:after {
  line-height: 60px!important;   
  margin-left: 6px;
}

.video-btn:hover .video-block-wrapper {
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -webkit-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
}

.video-btn:before {
  content: '';
  position: absolute;
  left: -5px;
  right: -5px;
  top: -5px;
  bottom: -5px;
  background: rgba(255, 255, 255, 0.2);
  opacity: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.video-btn.video-btn-xl:hover:before {
  opacity: .75;
  left: -32px;
  right: -32px;
  top: -32px;
  bottom: -32px;
}

.video-btn.video-btn-lg:hover:before {
  opacity: .75;
  left: -25px;
  right: -25px;
  top: -25px;
  bottom: -25px;
}

.video-btn.video-btn-md:hover:before {
  opacity: .75;
  left: -18px;
  right: -18px;
  top: -18px;
  bottom: -18px;
}

.video-btn.video-btn-sm:hover:before {
  opacity: .75;
  left: -12px;
  right: -12px;
  top: -12px;
  bottom: -12px;
}

/*------------------------------------------*/
/*  STORE BADGE ICONS
/*------------------------------------------*/

.stores-badge {
  display: inline-block;
}

.store {
  display: inline-block;
  text-align: center;
  float: left;
  margin-right: 15px;
}

.store:last-child {
  margin-right: 0;
} 

.footer .store {
  text-align: right;
  display: block;
  float: none;
  margin-right: 0;
  margin-bottom: 15px;
}

.store img {
  width: auto;
  max-width: inherit;
  max-height: 50px;
}

.store.header-store img {
  max-height: 44px;
}

.footer .store img {
  display: inline-block;
  max-height: 45px;
}

span.os-version {
  display: block;
  font-size: 1.0625rem;
  line-height: 1; 
  margin-top: 15px; 
}

/*------------------------------------------*/
/*  VECTOR ICONS
/*------------------------------------------*/

.ico-10 [class*="flaticon-"]:before, .ico-10 [class*="flaticon-"]:after { font-size: 0.75rem; }     /* 15px */
.ico-15 [class*="flaticon-"]:before, .ico-15 [class*="flaticon-"]:after { font-size: 0.9375rem; }   /* 15px */
.ico-20 [class*="flaticon-"]:before, .ico-20 [class*="flaticon-"]:after { font-size: 1.25rem; }     /* 20px */
.ico-25 [class*="flaticon-"]:before, .ico-25 [class*="flaticon-"]:after { font-size: 1.5625rem; }   /* 25px */
.ico-30 [class*="flaticon-"]:before, .ico-30 [class*="flaticon-"]:after { font-size: 1.875rem; }    /* 30px */
.ico-35 [class*="flaticon-"]:before, .ico-35 [class*="flaticon-"]:after { font-size: 2.1875rem; }   /* 35px */
.ico-40 [class*="flaticon-"]:before, .ico-40 [class*="flaticon-"]:after { font-size: 2.5rem; }      /* 40px */
.ico-45 [class*="flaticon-"]:before, .ico-45 [class*="flaticon-"]:after { font-size: 2.8125rem; }   /* 45px */
.ico-50 [class*="flaticon-"]:before, .ico-50 [class*="flaticon-"]:after { font-size: 3.125rem; }    /* 50px */
.ico-55 [class*="flaticon-"]:before, .ico-55 [class*="flaticon-"]:after { font-size: 3.4375rem; }   /* 55px */
.ico-60 [class*="flaticon-"]:before, .ico-60 [class*="flaticon-"]:after { font-size: 3.75rem; }     /* 60px */
.ico-65 [class*="flaticon-"]:before, .ico-65 [class*="flaticon-"]:after { font-size: 4.0625rem; }   /* 65px */
.ico-70 [class*="flaticon-"]:before, .ico-70 [class*="flaticon-"]:after { font-size: 4.375rem; }    /* 70px */
.ico-75 [class*="flaticon-"]:before, .ico-75 [class*="flaticon-"]:after { font-size: 4.6875rem; }   /* 75px */
.ico-80 [class*="flaticon-"]:before, .ico-80 [class*="flaticon-"]:after { font-size: 5rem; }        /* 80px */
.ico-85 [class*="flaticon-"]:before, .ico-85 [class*="flaticon-"]:after { font-size: 5.3125rem; }   /* 85px */
.ico-90 [class*="flaticon-"]:before, .ico-90 [class*="flaticon-"]:after { font-size: 5.625rem; }    /* 90px */
.ico-95 [class*="flaticon-"]:before, .ico-95 [class*="flaticon-"]:after { font-size: 5.9375rem; }   /* 95px */
.ico-100 [class*="flaticon-"]:before, .ico-100 [class*="flaticon-"]:after { font-size: 6.25rem; }   /* 100px */
.ico-105 [class*="flaticon-"]:before, .ico-105 [class*="flaticon-"]:after { font-size: 6.5625rem; } /* 105px */
.ico-110 [class*="flaticon-"]:before, .ico-110 [class*="flaticon-"]:after { font-size: 6.875rem; }  /* 110px */
.ico-115 [class*="flaticon-"]:before, .ico-115 [class*="flaticon-"]:after { font-size: 7.1875rem; } /* 115px */
.ico-120 [class*="flaticon-"]:before, .ico-120 [class*="flaticon-"]:after { font-size: 7.5rem; }    /* 120px */
.ico-125 [class*="flaticon-"]:before, .ico-125 [class*="flaticon-"]:after { font-size: 7.8125rem; } /* 125px */

/*------------------------------------------*/
/*  VECTOR ROUNDED ICONS
/*------------------------------------------*/ 

.ico-rounded-xs,
.ico-rounded-sm,
.ico-rounded-md,
.ico-rounded-lg,
.ico-rounded-xl {
  display: inline-block;
  text-align: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}

.ico-rounded-xs { width: 70px; height: 70px; }
.ico-rounded-sm { width: 80px; height: 80px; }
.ico-rounded-md { width: 90px; height: 90px; }
.ico-rounded-lg { width: 95px; height: 95px; }
.ico-rounded-xl { width: 110px; height: 110px; }

.ico-rounded-xs [class*="flaticon-"]:before, .ico-rounded-xs [class*="flaticon-"]:after { line-height: 70px!important; }
.ico-rounded-sm [class*="flaticon-"]:before, .ico-rounded-sm [class*="flaticon-"]:after { line-height: 80px!important; }
.ico-rounded-md [class*="flaticon-"]:before, .ico-rounded-md [class*="flaticon-"]:after { line-height: 90px!important; }
.ico-rounded-lg [class*="flaticon-"]:before, .ico-rounded-lg [class*="flaticon-"]:after { line-height: 95px!important; }
.ico-rounded-xl [class*="flaticon-"]:before, .ico-rounded-xl [class*="flaticon-"]:after { line-height: 110px!important; }

/*------------------------------------------*/
/*   PNG ICONS SETTINGS
/*------------------------------------------*/ 

.ico-125 img { width: 125px; height: 125px; }
.ico-120 img { width: 120px; height: 120px; }
.ico-115 img { width: 115px; height: 115px; }
.ico-110 img { width: 110px; height: 110px; }
.ico-105 img { width: 105px; height: 105px; }
.ico-100 img { width: 100px; height: 100px; }
.ico-95 img { width: 95px; height: 95px; }
.ico-90 img { width: 90px; height: 90px; }
.ico-85 img { width: 85px; height: 85px; }
.ico-80 img { width: 80px; height: 80px; }
.ico-75 img { width: 75px; height: 75px; }
.ico-70 img { width: 70px; height: 70px; }
.ico-65 img { width: 65px; height: 65px; }
.ico-60 img { width: 60px; height: 60px; }
.ico-55 img { width: 55px; height: 55px; }
.ico-50 img { width: 50px; height: 50px; }
.ico-45 img { width: 45px; height: 45px; }
.ico-40 img { width: 40px; height: 40px; }
.ico-35 img { width: 35px; height: 35px; }
.ico-30 img { width: 30px; height: 30px; }
.ico-25 img { width: 25px; height: 25px; }
.ico-20 img { width: 20px; height: 20px; }

/*------------------------------------------*/
/*   SECTION ID
/*------------------------------------------*/

.section-id {
  display: block;
  font-size: 1.1875rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin-bottom: 35px;   
}

.section-title .section-id,
.section-title-left .section-id {
  margin-bottom: 25px;   
}

.section-id.grey-color {
  color: #998da0;
  opacity: .65;
}

.section-id.rounded-id {
  display: inline-block;
  padding: 6px 24px;
  font-size: 1.05rem;
  text-transform: uppercase;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

.section-id.txt-upcase {
  font-size: 0.975rem;
}

/*------------------------------------------*/
/*  SECTION TITLE
/*------------------------------------------*/

.title-01, 
.title-02,
.title-03 {
  text-align: center;
}

.title-01 h2 {
  letter-spacing: -1px;
}

.title-01 p {
  padding: 0 3%; 
  margin-top: 20px;
  margin-bottom: 0;
}

.title-02 p {
  margin-top: 20px;
  margin-bottom: 0;
}

.section-title .btn {
  margin-top: 25px;
}

/*------------------------------------------*/
/*  FONT SETTINGS
/*------------------------------------------*/

.txt-300 { font-weight: 300; }
.txt-400 { font-weight: 400; }
.txt-500 { font-weight: 500; }
.txt-600 { font-weight: 600; }
.txt-700 { font-weight: 700; }
.txt-900 { font-weight: 900; }

.txt-upcase { text-transform: uppercase }

/*------------------------------------------*/
/*  TEXT COLORS
/*------------------------------------------*/

.white-color,
.white-color h2, 
.white-color h3, 
.white-color h4, 
.white-color h5, 
.white-color h6, 
.white-color p, 
.white-color a, 
.white-color li,
.white-color i, 
.white-color span { color: #fff; }

.dark-color,
.dark-color h2, 
.dark-color h3, 
.dark-color h4, 
.dark-color h5, 
.dark-color h6, 
.dark-color p, 
.dark-color a,
.dark-color li, 
.dark-color i, 
.dark-color span,
.white-color .dark-color { color: #1d293f; }

.blue-color,
.blue-color h2, 
.blue-color h3, 
.blue-color h4, 
.blue-color h5, 
.blue-color h6, 
.blue-color p, 
.blue-color a, 
.blue-color li,
.blue-color i, 
.blue-color span,
.white-color .blue-color { color: #0f53fa; }

.skyblue-color,
.skyblue-color h2, 
.skyblue-color h3, 
.skyblue-color h4, 
.skyblue-color h5, 
.skyblue-color h6, 
.skyblue-color p, 
.skyblue-color a, 
.skyblue-color li,
.skyblue-color i, 
.skyblue-color span,
.white-color .skyblue-color { color: #0195ff; }

.cadetblue-color,
.cadetblue-color h2, 
.cadetblue-color h3, 
.cadetblue-color h4, 
.cadetblue-color h5, 
.cadetblue-color h6, 
.cadetblue-color p, 
.cadetblue-color a,
.cadetblue-color li, 
.cadetblue-color i, 
.cadetblue-color span,
.white-color .cadetblue-color { color: #83889c; }

.stateblue-color,
.stateblue-color h2, 
.stateblue-color h3, 
.stateblue-color h4, 
.stateblue-color h5, 
.stateblue-color h6, 
.stateblue-color p, 
.stateblue-color a, 
.stateblue-color li,
.stateblue-color i, 
.stateblue-color span,
.white-color .stateblue-color { color: #6064e3; }

.green-color,
.green-color h2, 
.green-color h3, 
.green-color h4, 
.green-color h5, 
.green-color h6, 
.green-color p, 
.green-color a, 
.green-color li,
.green-color i, 
.green-color span,
.white-color .green-color { color: #0fbc49; }

.indigo-color,
.indigo-color h2, 
.indigo-color h3, 
.indigo-color h4, 
.indigo-color h5, 
.indigo-color h6, 
.indigo-color p, 
.indigo-color a, 
.indigo-color li,
.indigo-color i, 
.indigo-color span,
.white-color .indigo-color { color: #62147e; }

.orange-color,
.orange-color h2, 
.orange-color h3, 
.orange-color h4, 
.orange-color h5, 
.orange-color h6, 
.orange-color p, 
.orange-color a, 
.orange-color li,
.orange-color i, 
.orange-color span,
.white-color .orange-color { color: #ff6b0f; }

.orange-red-color,
.orange-red-color h2, 
.orange-red-color h3, 
.orange-red-color h4, 
.orange-red-color h5, 
.orange-red-color h6, 
.orange-red-color p, 
.orange-red-color a, 
.orange-red-color li,
.orange-red-color i, 
.orange-red-color span,
.white-color .orange-red-color { color: #ff523d; }

.pink-color,
.pink-color h2, 
.pink-color h3, 
.pink-color h4, 
.pink-color h5, 
.pink-color h6, 
.pink-color p, 
.pink-color a, 
.pink-color li,
.pink-color i, 
.pink-color span,
.white-color .pink-color { color: #eb1561; }

.purple-color,
.purple-color h2, 
.purple-color h3, 
.purple-color h4, 
.purple-color h5, 
.purple-color h6, 
.purple-color p, 
.purple-color a, 
.purple-color li,
.purple-color i, 
.purple-color span,
.white-color .purple-color { color: #6a26da; }

.red-color,
.red-color h2, 
.red-color h3, 
.red-color h4, 
.red-color h5, 
.red-color h6, 
.red-color p, 
.red-color a, 
.red-color li,
.red-color i, 
.red-color span,
.white-color .red-color { color: #f6412d; }

.violet-red-color,
.violet-red-color h2, 
.violet-red-color h3, 
.violet-red-color h4, 
.violet-red-color h5, 
.violet-red-color h6, 
.violet-red-color p, 
.violet-red-color a, 
.violet-red-color li,
.violet-red-color i, 
.violet-red-color span,
.white-color .violet-red-color { color: #c73e9b; }

.violet-color,
.violet-color h2, 
.violet-color h3, 
.violet-color h4, 
.violet-color h5, 
.violet-color h6, 
.violet-color p, 
.violet-color a, 
.violet-color li,
.violet-color i, 
.violet-color span,
.white-color .violet-color { color: #9400d3; }

.yellow-color,
.yellow-color h2, 
.yellow-color h3, 
.yellow-color h4, 
.yellow-color h5, 
.yellow-color h6, 
.yellow-color p, 
.yellow-color a, 
.yellow-color li,
.yellow-color i, 
.yellow-color span,
.white-color .yellow-color { color: #ffb30c; }

/*------------------------------------------*/
/*  TEXT BLOCK
/*------------------------------------------*/ 

.tabs-section .img-block.left-column,
.tabs-section .txt-block.left-column,
.content-section .img-block.left-column,
.content-section .txt-block.left-column {
  padding-left: 5px;
  padding-right: 20px;
  margin-bottom: 40px;
}

.tabs-section .img-block.right-column,
.tabs-section .txt-block.right-column,
.content-section .img-block.right-column,
.content-section .txt-block.right-column {
  padding-left: 20px;
  padding-right: 5px;
  margin-bottom: 40px;
}

.content-5.content-section .txt-block.left-column,
.content-5.content-section .content-section .img-block.left-column {
  padding-left: 0;
}

.content-5.content-section .txt-block.right-column,
.content-5.content-section .content-section .img-block.right-column {
  padding-right: 0;
}

/*------------------------------------------*/
/*  TEXT BLOCK TYPOGRAPHY
/*------------------------------------------*/ 

.txt-block h3,
.txt-block h2,
.content-14-txt h4,
.content-14-txt h3 {
  margin-bottom: 26px;
}

.txt-block h5 {
  margin-bottom: 20px;
}

h5.sm-title {
  margin-top: 20px;
  margin-bottom: 20px;
}

.txt-block .btn,
.txt-block .stores-badge,
.content-14-txt .btn {
  margin-top: 20px;
}

.txt-block hr {
  margin-top: 30px;
  margin-bottom: 30px;
}

/*------------------------------------------*/
/*  ADVANTAGES LIST
/*------------------------------------------*/

.advantages li {
  width: auto!important;
  display: inline-block!important;
  vertical-align: top;
  clear: none !important;
  padding-left: 5px; 
}

.advantages li.first-li {
  padding-left: 0; 
}

.advantages li:after { 
  content: "|"; 
  padding-left: 7px; 
  position: relative;
  top: 1px;
}

.advantages li.last-li:after { 
  content: " "; 
  padding-left: 0; 
}

.advantages li p {
  display: inline-block;
  float: left;
  margin-bottom: 0;
}

/*------------------------------------------*/
/*  TERMS TEXT
/*------------------------------------------*/

p.terms-txt {
  margin-bottom: 0;
}

p.terms-txt a,
.advantages li p a {
  text-decoration: underline;
}

/*------------------------------------------*/
/*  TOOLS LIST
/*------------------------------------------*/

.tools-list h6 {
  margin-bottom: 25px;
}

.tools-list span {
  line-height: 1;
  padding-right: 6px;
}

/*------------------------------------------*/
/*  RATING STARS
/*------------------------------------------*/ 

.txt-block-rating {
  margin-top: 20px;
}

.stars-rating,
.stars-rating p {
  font-size: 1.05rem;
  margin-bottom: 0;
}

.txt-block-rating [class*="flaticon-"]:before, 
.txt-block-rating [class*="flaticon-"]:after { 
  font-size: 0.95rem; 
  line-height: 1;
  margin-left: 1px;  
} 

.txt-block-rating.ico-15 [class*="flaticon-"]:before, 
.txt-block-rating.ico-15 [class*="flaticon-"]:after { 
  font-size: 1.05rem; 
} 

.stars-rating span {
  color: #ffc832;
} 

.stars-rating.grey-stars span {
  color: #757575;
} 

/*------------------------------------------*/
/*  QUOTE
/*------------------------------------------*/ 

.quote p.p-xl {
  color: #666;
  border-left: 3px solid #0195ff;
  font-style: italic;
  padding-left: 20px;
  margin-top: 25px;
  margin-bottom: 20px;
}
/*------------------------------------------*/
/*  Quote Avatar 
/*------------------------------------------*/ 

.quote-avatar {
  display: inline-block;
  margin: 0 auto; 
}

.quote-avatar img {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}

/*------------------------------------------*/
/*  Quote Author 
/*------------------------------------------*/ 

.quote-author {
  display: inline-block;
  padding: 0 0 0 15px;
  text-align: left;
  position: relative;
  top: 14px;
} 
   
.quote-author h5,
.quote-author p {
  margin-bottom: 0;
}

/*------------------------------------------*/
/*  IMG BLOCK IMAGE
/*------------------------------------------*/ 

.img-block {
  text-align: center;
}




/* ==========================================================================
  03. PRELOAD ANIMATION
  ========================================================================== */

#loading {
  background-color: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1;
  margin-top: 0px;
  top: 0px;
  z-index: 99999999;
}

#loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}

#loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 60px;
  width: 60px;
  margin-top: -30px;
  margin-left: -30px;
  -webkit-animation: loading-center-absolute 1s infinite;
  animation: loading-center-absolute 1s infinite;
}

.object {
  width: 20px;
  height: 20px;
  background-color: #e8016c;
  float: left;
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  margin-right: 20px;
  margin-bottom: 20px;  
}

.object:nth-child(2n+0) {
  margin-right: 0px;

}

#object_one {
  -webkit-animation: object_one 1s infinite;
  animation: object_one 1s infinite;
}

#object_two {
  -webkit-animation: object_two 1s infinite;
  animation: object_two 1s infinite;
} 

#object_three {
  -webkit-animation: object_three 1s infinite;
  animation: object_three 1s infinite;
}  

#object_four {
  -webkit-animation: object_four 1s infinite;
  animation: object_four 1s infinite;
}   
  
@-webkit-keyframes loading-center-absolute{
100% {
    -ms-transform: rotate(360deg); 
    -webkit-transform: rotate(360deg); 
    transform: rotate(360deg); 
  }     
}  

@keyframes loading-center-absolute{
100% {
    -ms-transform: rotate(360deg); 
    -webkit-transform: rotate(360deg); 
    transform: rotate(360deg); 
  }
} 
  
@-webkit-keyframes object_one{
50% {
    -ms-transform: translate(20px,20px); 
    -webkit-transform: translate(20px,20px);
    transform: translate(20px,20px);
  }
}  

@keyframes object_one{
50% {
     -ms-transform: translate(20px,20px); 
    -webkit-transform: translate(20px,20px);
    transform: translate(20px,20px);
  }
}

@-webkit-keyframes object_two{
50% {
    -ms-transform: translate(-20px,20px); 
    -webkit-transform: translate(-20px,20px);
    transform: translate(-20px,20px);
  }
}  

@keyframes object_two{
50% {
    -ms-transform: translate(-20px,20px); 
    -webkit-transform: translate(-20px,20px);
    transform: translate(-20px,20px);
  }
}

@-webkit-keyframes object_three{
50% {
    -ms-transform: translate(20px,-20px); 
    -webkit-transform: translate(20px,-20px);
    transform: translate(20px,-20px);
  }
}   

@keyframes object_three{
50% {
    -ms-transform: translate(20px,-20px); 
    -webkit-transform: translate(20px,-20px);
    transform: translate(20px,-20px);
  }
}

@-webkit-keyframes object_four{
50% {
    -ms-transform: translate(-20px,-20px); 
    -webkit-transform: translate(-20px,-20px);
    transform: translate(-20px,-20px);
  }
}   
@keyframes object_four{
50% {
    -ms-transform: translate(-20px,-20px); 
    -webkit-transform: translate(-20px,-20px);
    transform: translate(-20px,-20px);
  }
}




/* ==========================================================================
  04. HEADER & NAVIGATION
  =========================================================================== */

#header {
  width: 100%;
  display: block;
  padding-top: 0px;
}

.header-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.headerwp {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0;
}

.posrlt {
  position: relative;
}

#header.hiddden-header {
  display: none;
}

.hidden-nav .wsmainfull {
  margin-top: -100px;
  -webkit-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
  -moz-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
  box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.hidden-nav .wsmainfull.scroll {
  margin-top: 0;
}

/*------------------------------------------*/
/*  HEADER LOGO
/*------------------------------------------*/

.desktoplogo img {
  width: auto;
  max-width: inherit;
  max-height: 38px;
}

/*------------------------------------------*/
/*   NAVIGATION MENU
/*------------------------------------------*/

.wsmainfull {
  width: 100%;
  height: auto;
  z-index: 1031;
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out; 
}

.tra-menu .wsmainfull {
  background-color: transparent!important;
  padding: 20px 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.white-menu .wsmainfull {
  background-color: #fff!important;
  padding: 5px 0;
  -webkit-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
  -moz-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
  box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
}

.dark-menu .wsmainfull {
  background-color: #222227!important;
  padding: 5px 0;
  -webkit-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
  -moz-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
  box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
}

/*------------------------------------------*/
/*  HEADER LINK
/*------------------------------------------*/

.wsmenu > .wsmenu-list > li > a {
  display: block;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0;
  margin: 0 7px;
  padding: 10px 15px;
  line-height: 50px;
  text-decoration: none;  
}

.navbar-dark .wsmenu > .wsmenu-list > li > a {
  color: #2c3e50;
}

.navbar-light .wsmenu > .wsmenu-list > li > a {
  color: #fff;
}

.wsmenu > .wsmenu-list > li > a.last-link {
  padding: 10px 0px;
  margin: 0 0 0 7px;
}

.wsmenu > .wsmenu-list > li > a .wsarrow:after {
  border-left: 4px solid rgba(0, 0, 0, 0);
  border-right: 4px solid rgba(0, 0, 0, 0);
  border-top: 4px solid;
  content: "";
  float: right;
  right: 0;
  height: 0;
  margin: 0 0 0 14px;
  position: absolute;
  text-align: right;
  top: 33px;
  width: 0;
}

/*------------------------------------------*/
/*  LANGUAGE SWITCHER
/*------------------------------------------*/

.language-switcher {
  position: relative;
  z-index: 50;
}

.language-switcher .lang-toggle {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 42px;
  min-width: 42px;
  padding: 0 12px 0 10px;
  border: 2px solid rgba(17, 24, 39, 0.12);
  border-radius: 999px;
  background: #fff;
  color: #111827;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 8px 22px rgba(17, 24, 39, 0.08);
  transition: border-color 0.22s ease, color 0.22s ease, background 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
}

.language-switcher .lang-toggle:hover,
.language-switcher .lang-toggle:focus-visible {
  border-color: rgba(232, 1, 108, 0.28);
  color: #e8016c;
  background: rgba(232, 1, 108, 0.05);
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(232, 1, 108, 0.12);
}

.language-switcher.is-open .lang-toggle {
  border-color: rgba(232, 1, 108, 0.35);
  color: #e8016c;
  background: #fff;
  box-shadow: 0 14px 30px rgba(232, 1, 108, 0.14);
}

.language-switcher .lang-toggle-flag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 0 0 1px rgba(17, 24, 39, 0.08);
}

.language-switcher .lang-toggle-flag img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.language-switcher .lang-toggle-caret {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
  color: #9ca3af;
  transition: transform 0.22s ease, color 0.22s ease;
}

.language-switcher .lang-toggle-caret svg {
  width: 12px;
  height: 12px;
  stroke: currentColor;
  stroke-width: 1.8;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.language-switcher.is-open .lang-toggle-caret {
  transform: rotate(180deg);
  color: #e8016c;
}

.language-switcher .lang-dropdown {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  min-width: 188px;
  margin: 0;
  padding: 6px;
  list-style: none;
  background: #fff;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 16px;
  box-shadow: 0 22px 50px rgba(17, 24, 39, 0.16);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px) scale(0.98);
  transform-origin: top right;
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
}

.language-switcher:hover .lang-dropdown,
.language-switcher:focus-within .lang-dropdown,
.language-switcher.is-open .lang-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

.language-switcher .lang-dropdown::before {
  content: "";
  position: absolute;
  top: -6px;
  right: 22px;
  width: 12px;
  height: 12px;
  background: #fff;
  border-top: 1px solid rgba(17, 24, 39, 0.08);
  border-left: 1px solid rgba(17, 24, 39, 0.08);
  transform: rotate(45deg);
}

.language-switcher .lang-dropdown li {
  list-style: none;
  margin: 0;
}

.language-switcher .lang-option {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 10px 12px;
  border-radius: 12px;
  color: #111827;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.language-switcher .lang-option:hover {
  background: #f8fafc;
  color: #111827;
  transform: translateX(2px);
}

.language-switcher .lang-option.is-active {
  background: linear-gradient(135deg, rgba(232, 1, 108, 0.1) 0%, rgba(255, 74, 155, 0.08) 100%);
  color: #c4005d;
}

.language-switcher .lang-option-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  border-radius: 50%;
  overflow: hidden;
  flex: 0 0 32px;
  box-shadow: 0 0 0 1px rgba(17, 24, 39, 0.08);
  background: #fff;
}

.language-switcher .lang-option-badge img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.language-switcher .lang-option-badge--he,
.language-switcher .lang-option-badge--ru,
.language-switcher .lang-option-badge--en {
  background: #fff;
}

.language-switcher .lang-option-text {
  flex: 1 1 auto;
  min-width: 0;
}

.language-switcher .lang-option-name {
  display: block;
  white-space: nowrap;
}

.language-switcher .lang-option-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  color: #e8016c;
  opacity: 0;
  transform: scale(0.7);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.language-switcher .lang-option-check svg {
  width: 16px;
  height: 16px;
}

.language-switcher .lang-option.is-active .lang-option-check {
  opacity: 1;
  transform: scale(1);
}

.wsmenu .language-switcher {
  margin-left: 4px;
}

.wsmenu > .wsmenu-list > li.language-switcher {
  display: list-item;
}

/*------------------------------------------*/
/*  HEADER BUTTONS
/*------------------------------------------*/

.wsmenu > .wsmenu-list > li a.btn {
  font-size: 16.5px;
  line-height: 30px;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
  margin-top: 14px;
  margin-left: 12px;
  padding: 5px 30px;
}

.wsmenu > .wsmenu-list > li a.header-store {
  margin: 8px 0 0 12px;
  padding: 0;
}

/*------------------------------------------*/
/*  HEADER SOCIAL LINKS  
/*------------------------------------------*/

.header-socials {
  margin: 0;
  display: inline-block; 
  text-align: center;
}

.header-socials span {
  float: left;
  width: auto !important;
  display: inline-block !important;
  vertical-align: top;
  clear: none !important;
  margin: 0;
}

.header-socials a {
  display: block;
  line-height: 70px!important;   
  margin-left: 15px;
}

.header-socials a span {
  position: relative;
  top: 5px;
}

.header-socials.ico-20 [class*="flaticon-"]:before, 
.header-socials.ico-20 [class*="flaticon-"]:after { font-size: 1.4rem; } 

/*------------------------------------------*/
/*  HEADER SUBMENU
/*------------------------------------------*/

.wsmenu > .wsmenu-list > li > ul.sub-menu {
  padding: 12px 20px;
  width: auto;
  min-width: 200px;
  top: 65px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -webkit-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
  -moz-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
  box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
}

.wsmenu > .wsmenu-list > li > ul.sub-menu:before {
  content: "";
  background-color: #fff;
  position: absolute;
  top: -8px;
  left: 40px;
  height: .9375rem;
  width: .9375rem;
  border-top: solid 1px #eee;
  border-left: solid 1px #eee;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: -2;
}

.wsmenu > .wsmenu-list > li > ul.sub-menu > li > a {
  color: #2c3e50;
  font-size: 16px;
  font-weight: 500;
  padding: 8px 0;
  transition: all 0.3s ease-in-out;
}

.wsmenu > .wsmenu-list > li > ul.sub-menu > li > a:hover {
  padding: 8px 0 8px 8px;
}

/*------------------------------------------*/
/*   HALFMENU
/*------------------------------------------*/

.wsmenu > .wsmenu-list > li > .wsmegamenu {
  top: 65px;
}

.wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu {
  width: 36%;
  padding: 15px 10px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -webkit-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
  -moz-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
  box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
}

.wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu:before {
  content: "";
  background-color: #fff;
  position: absolute;
  top: -8px;
  left: 40px;
  height: .9375rem;
  width: .9375rem;
  border-top: solid 1px #eee;
  border-left: solid 1px #eee;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: -2;
}

.wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li {
  border-bottom: none;
}

.wsmenu > .wsmenu-list > li > .wsmegamenu.w-75 ul.link-list > li > a,
.wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu ul.link-list > li > a {
  color: #656565;
  font-size: 16px;
  font-weight: 500;
  padding: 8px 0;
  transition: all 0.3s ease-in-out;
}

.wsmenu > .wsmenu-list > li > .wsmegamenu.w-75 ul.link-list > li > a:hover,
.wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu ul.link-list > li > a:hover {
  padding: 8px 0 8px 8px;
}

/*------------------------------------------*/
/*   MEGAMENU
/*------------------------------------------*/

.wsmenu > .wsmenu-list > li > .wsmegamenu {
  padding: 15px 10px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -webkit-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
  -moz-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
  box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
}

.wsmenu > .wsmenu-list > li.mg_link:hover > a:after {
  content: "";
  background-color: #fff;
  position: absolute;
  bottom: -2px;
  left: 34%;
  height: .9375rem;
  width: .9375rem;
  border-top: solid 1px #eee;
  border-left: solid 1px #eee;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 9990;
  transition: all 1.4s ease-in-out;
}

.wsmenu > .wsmenu-list > li > .wsmegamenu.w-75 {
  width: 76%!important;
  left: 22%;
  padding: 20px 10px;
}

.wsmenu > .wsmenu-list > li > .wsmegamenu .title p,
.wsmenu > .wsmenu-list > li > .wsmegamenu.halfmenu .title p {
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  margin: 10px 0 10px 0;
  letter-spacing: 0;
}

/*------------------------------------------*/
/*  NAVBAR HOVER
/*------------------------------------------*/

.wsmenu > .wsmenu-list.nav-blue-hover > li > ul.sub-menu > li > a:hover,
.wsmenu > .wsmenu-list.nav-blue-hover > li > .wsmegamenu.w-75 ul.link-list > li > a:hover,
.wsmenu > .wsmenu-list.nav-blue-hover > li > .wsmegamenu.halfmenu ul.link-list > li > a:hover {
  color: #0f53fa!important;
}

.wsmenu > .wsmenu-list.nav-skyblue-hover > li > ul.sub-menu > li > a:hover,
.wsmenu > .wsmenu-list.nav-skyblue-hover > li > .wsmegamenu.w-75 ul.link-list > li > a:hover,
.wsmenu > .wsmenu-list.nav-skyblue-hover > li > .wsmegamenu.halfmenu ul.link-list > li > a:hover {
  color: #0195ff!important;
}

.wsmenu > .wsmenu-list.nav-stateblue-hover > li > ul.sub-menu > li > a:hover,
.wsmenu > .wsmenu-list.nav-stateblue-hover > li > .wsmegamenu.w-75 ul.link-list > li > a:hover,
.wsmenu > .wsmenu-list.nav-stateblue-hover > li > .wsmegamenu.halfmenu ul.link-list > li > a:hover {
  color: #6064e3!important;
}

.wsmenu > .wsmenu-list.nav-green-hover > li > ul.sub-menu > li > a:hover,
.wsmenu > .wsmenu-list.nav-green-hover > li > .wsmegamenu.w-75 ul.link-list > li > a:hover,
.wsmenu > .wsmenu-list.nav-green-hover > li > .wsmegamenu.halfmenu ul.link-list > li > a:hover {
  color: #0fbc49!important;
}

.wsmenu > .wsmenu-list.nav-indigo-hover > li > ul.sub-menu > li > a:hover,
.wsmenu > .wsmenu-list.nav-indigo-hover > li > .wsmegamenu.w-75 ul.link-list > li > a:hover,
.wsmenu > .wsmenu-list.nav-indigo-hover > li > .wsmegamenu.halfmenu ul.link-list > li > a:hover {
  color: #62147e!important;
}

.wsmenu > .wsmenu-list.nav-orange-red-hover > li > ul.sub-menu > li > a:hover,
.wsmenu > .wsmenu-list.nav-orange-red-hover > li > .wsmegamenu.w-75 ul.link-list > li > a:hover,
.wsmenu > .wsmenu-list.nav-orange-red-hover > li > .wsmegamenu.halfmenu ul.link-list > li > a:hover {
  color: #ff523d!important;
}

.wsmenu > .wsmenu-list.nav-pink-hover > li > ul.sub-menu > li > a:hover,
.wsmenu > .wsmenu-list.nav-pink-hover > li > .wsmegamenu.w-75 ul.link-list > li > a:hover,
.wsmenu > .wsmenu-list.nav-pink-hover > li > .wsmegamenu.halfmenu ul.link-list > li > a:hover {
  color: #eb1561!important;
}

.wsmenu > .wsmenu-list.nav-purple-hover > li > ul.sub-menu > li > a:hover,
.wsmenu > .wsmenu-list.nav-purple-hover > li > .wsmegamenu.w-75 ul.link-list > li > a:hover,
.wsmenu > .wsmenu-list.nav-purple-hover > li > .wsmegamenu.halfmenu ul.link-list > li > a:hover {
  color: #6a26da!important;
}

.wsmenu > .wsmenu-list.nav-red-hover > li > ul.sub-menu > li > a:hover,
.wsmenu > .wsmenu-list.nav-red-hover > li > .wsmegamenu.w-75 ul.link-list > li > a:hover,
.wsmenu > .wsmenu-list.nav-red-hover > li > .wsmegamenu.halfmenu ul.link-list > li > a:hover {
  color: #f6412d!important;
}

.wsmenu > .wsmenu-list.nav-violet-red-hover > li > ul.sub-menu > li > a:hover,
.wsmenu > .wsmenu-list.nav-violet-red-hover > li > .wsmegamenu.w-75 ul.link-list > li > a:hover,
.wsmenu > .wsmenu-list.nav-violet-red-hover > li > .wsmegamenu.halfmenu ul.link-list > li > a:hover {
  color: #c73e9b!important;
}

.wsmenu > .wsmenu-list.nav-violet-hover > li > ul.sub-menu > li > a:hover,
.wsmenu > .wsmenu-list.nav-violet-hover > li > .wsmegamenu.w-75 ul.link-list > li > a:hover,
.wsmenu > .wsmenu-list.nav-violet-hover > li > .wsmegamenu.halfmenu ul.link-list > li > a:hover {
  color: #9400d3!important;
}

/*------------------------------------------*/
/*  NAVBAR SCROLL
/*------------------------------------------*/

.tra-menu .wsmainfull.scroll,
.white-menu .wsmainfull.scroll,
.dark-menu.dark-scroll .wsmainfull.scroll {
  background-color: #fff!important;
  padding: 0;
  -webkit-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
  -moz-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
  box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
}

.scroll .white-color.header-socials span {
  color: #463853!important;
}

/*------------------------------------------*/
/*  Navigation Menu
/*------------------------------------------*/

.tra-menu.navbar-light .scroll .wsmenu > .wsmenu-list > li a {
  color: #463853;
}

.tra-menu.navbar-light.dark-scroll .scroll .wsmenu > .wsmenu-list > li a,
.tra-menu.navbar-dark.dark-scroll .scroll .wsmenu > .wsmenu-list > li a {
  color: #fff;
}

.tra-menu.navbar-light.dark-scroll .scroll .wsmenu > .wsmenu-list .sub-menu li a,
.tra-menu.navbar-dark.dark-scroll .scroll .wsmenu > .wsmenu-list .sub-menu li a,
.tra-menu.navbar-light.dark-scroll .scroll .wsmenu > .wsmenu-list li .wsmegamenu a,
.tra-menu.navbar-dark.dark-scroll .scroll .wsmenu > .wsmenu-list li .wsmegamenu a {
  color: #666;
}

/*------------------------------------------*/
/*  Logo Image
/*------------------------------------------*/

.logo-white, 
.logo-black {
  display: block;
}

.navbar-light .logo-black,
.navbar-dark .logo-white,
.tra-menu.navbar-light .scroll .logo-white,
.tra-menu.navbar-light.dark-scroll .scroll .logo-black,
.tra-menu.navbar-dark.dark-scroll .scroll .logo-black {
  display: none;
}

.tra-menu.navbar-light .scroll .logo-black,
.tra-menu.navbar-light.dark-scroll .scroll .logo-white,
.tra-menu.navbar-dark.dark-scroll .scroll .logo-white {
  display: block;
}




/* ==========================================================================
  05. HERO
  =========================================================================== */

.hero-section .container {
  position: relative;
  z-index: 3;
}

/*------------------------------------------*/
/*  HERO APP LOGO
/*------------------------------------------*/

.hero-logo img,
.hero-logo-sm img {
  width: auto;
  max-width: inherit;
  max-height: 70px;
}

.hero-logo-sm img {
  max-height: 30px;
}

.hero-logo-rounded {
  display: inline-block;
  padding: 5px 28px;
  border: 2px solid #2c3e50;
  border-radius: 100px;
}

.bg-grey.hero-logo-rounded {
  background-color: #f4f5f6;
  border: 2px solid #f2f2f2;
}

.bg-tra-white.hero-logo-rounded {
  background-color: rgba(255, 255, 255, .15);
  border: 2px solid rgba(255, 255, 255, .06);
}

.white-color.hero-logo-rounded {
  border: 2px solid #fff;
}

.grey-color.hero-logo-rounded {
  border: 2px solid #999;
}

.hero-logo-rounded span {
  position: relative;
  top: 1px;
  line-height: 20px;
  font-weight: 500;
}

.hero-logo-rounded img {
  width: auto;
  max-width: inherit;
  max-height: 20px;
  margin-right: 8px;
}

/*------------------------------------------*/
/*  HERO-6
/*------------------------------------------*/

#hero-6 {
  position: relative;
  background-image: linear-gradient(180deg, #dde6f1 0%, #fbfbfd 100%);
  padding-top: 150px;
  padding-bottom: 100px;
}

.hero-6-txt {
  padding-left: 20px;
  padding-right: 30px;
}

.hero-6-txt h2 {
  line-height: 1.25;
  margin-bottom: 30px;
}

#hero-6 .quick-form {
  margin: 45px 15px 0 0;
}

#hero-6 .quick-form .btn {
  padding: 13px 40px;
}

.hero-6-img {
  margin-bottom: -50px;
}

#hero-6 .i-top-wr {
  padding-left: 20px;
  padding-right: 30px;
}

#hero-6 .i-top-wr > span {
  display: inline-block;
  margin-bottom: 25px;
  color: #e8016c;
  font-size: 1.05rem;
  font-weight: 500;
  background-color: #fff;
  border-radius: 10px;
  padding: 12px 18px;
  animation: hero-span-pulse 2.5s infinite ease-in-out;
}

@keyframes hero-span-pulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 0 0 rgba(232, 1, 108, 0);
  }
  50% {
    transform: scale(1.02);
    box-shadow: 0 0 18px rgba(232, 1, 108, 0.18);
  }
}

#hero-6 .i-top-wr .section-title {
  width: 100%;
  max-width: 720px;
  font-size: clamp(1.7rem, 2.2vw, 2.15rem);
  line-height: 1.2;
  margin-bottom: 14px;
  color: #17212f;
  font-weight: 800;
}

#hero-6 .index-top-form-form {
  max-width: 700px;
  margin-top: 20px;
  display: grid;
  gap: 18px;
}

#hero-6 .index-top-form-label {
  display: block;
}

#hero-6 .index-top-form-label i {
  display: block;
  margin-bottom: 10px;
  font-style: normal;
  font-weight: 600;
  color: #4f5c72;
  font-size: 0.95rem;
}

#hero-6 .index-top-form-label q {
  color: #e8016c;
  margin-left: 5px;
  font-size: 0.95rem;
}

#hero-6 .index-top-form-label input {
  width: 100%;
  height: 56px;
  padding: 0 18px;
  border: 1px solid #d8dae4;
  border-radius: 10px;
  background-color: #fff;
  color: #242c3a;
  font-size: 1rem;
  font-weight: 400;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

#hero-6 .index-top-form-label input:focus {
  outline: none;
  border-color: #e8016c;
  box-shadow: 0 0 0 4px rgba(232, 1, 108, 0.1);
}

#hero-6 .index-top-form-label-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

#hero-6 .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

#hero-6 .site-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 56px;
  padding: 0 40px;
  border-radius: 10px;
  border: none;
  background-color: #e8016c;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  transition: background-color 0.3s ease, transform 0.3s ease;
  cursor: pointer;
}

#hero-6 .site-btn:hover {
  background-color: #c70060;
  transform: translateY(-1px);
}

#hero-6 .btnh {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 56px;
  padding: 0 24px;
  border: 1px solid #bfe8cf;
  border-radius: 10px;
  background-color: #f0fff7;
  color: #018344;
  font-size: 1rem;
  font-weight: 700;
  transition: all 0.3s ease;
  cursor: pointer;
}

#hero-6 .btnh:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(1, 131, 68, 0.12);
}

#hero-6 .btnh svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

#hero-6 .btnh svg path {
  fill: #018344;
}

@media (max-width: 991px) {
  #hero-6 .index-top-form-label-2 {
    grid-template-columns: 1fr;
  }

  #hero-6 .i-top-wr .section-title,
  #hero-6 .hero-6-txt h1 {
    width: 100% !important;
    font-size: 1.95rem;
  }
}

@media (max-width: 575px) {
  #hero-6 .i-top-wr .section-title,
  #hero-6 .hero-6-txt h1 {
    font-size: 1.65rem;
  }

  #hero-6 .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  #hero-6 .hero-actions .site-btn,
  #hero-6 .hero-actions .btnh {
    width: 100%;
  }
}

/*------------------------------------------*/
/*  WHY CHOOSE US
/*------------------------------------------*/

.i-why-section {
  background-color: #f6f7f8;
  background-image:
    linear-gradient(90deg, rgba(246, 247, 248, 0.96) 0%, rgba(246, 247, 248, 0.9) 44%, rgba(246, 247, 248, 0.54) 100%),
    url("../images/keyt.jpg");
  background-position: center right;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 80px;
  padding-bottom: 80px;
}

.i-why-left {
  padding-right: 40px;
}

.i-why-left h3 {
  color: #17212f;
  margin-bottom: 40px;
  font-weight: 700;
  text-align: left;
  font-size: 1.5rem;
  line-height: 1.3;
}

.i-why-description {
  display: flex;
  flex-direction: row;
  gap: 20px;
  background: #fff;
  padding: 30px 35px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  align-items: flex-start;
}

.i-why-description > div {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.info-icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e8016c;
  border-radius: 50%;
}

.info-icon span {
  color: #fff;
  font-size: 28px;
}

.info-text {
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.info-title {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 700;
  color: #17212f;
}

.info-body {
  margin: 0;
  font-size: 1rem;
  color: #6c757d;
  line-height: 1.6;
}

.i-why-info-points {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 18px;
}

.i-why-info-point {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 12px;
  background: #f7f8fb;
  border: 1px solid rgba(232, 1, 108, 0.08);
}

.i-why-info-point span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  border-radius: 10px;
  background: rgba(232, 1, 108, 0.1);
  color: #e8016c;
}

.i-why-info-point span::before {
  font-size: 18px;
}

.i-why-info-point p {
  margin: 0;
  color: #17212f;
  font-size: 0.92rem;
  font-weight: 700;
}

.i-why-right {
  padding-left: 0;
}

.i-why-bot {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

.i-why-bot-box {
  background: #fff;
  padding: 35px 25px;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.i-why-bot-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(232, 1, 108, 0.12);
}

.box-icon {
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  background: linear-gradient(135deg, rgba(232, 1, 108, 0.12) 0%, rgba(232, 1, 108, 0.06) 100%);
  border-radius: 12px;
}

.box-icon span {
  color: #e8016c;
  font-size: 34px;
}

.i-why-bot-box h5 {
  color: #17212f;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
  font-size: 1.05rem;
}

@media (max-width: 991px) {
  .i-why-left {
    padding-right: 0;
    margin-bottom: 40px;
  }

  .i-why-right {
    padding-left: 0;
  }

  .i-why-bot {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .i-why-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .i-why-left h3 {
    font-size: 1.75rem;
  }

  .i-why-description {
    padding: 20px 25px;
  }

  .i-why-bot {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .i-why-bot-box {
    padding: 25px 20px;
  }
}

@media (max-width: 576px) {
  .i-why-left h3 {
    font-size: 1.5rem;
  }
}

/*------------------------------------------*/
/*  SERVICES (i-services-section)
/*------------------------------------------*/

.i-services-section {
  background-color: #f6f7f8;
  padding-top: 80px;
  padding-bottom: 80px;
}

.i-services-header {
  max-width: 760px;
  margin: 0 auto 50px;
  text-align: center;
}

.i-services-header .undertitle {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 700;
  color: #e8016c;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.i-services-header .section-title {
  color: #17212f;
  font-weight: 700;
  margin-bottom: 18px;
}

.i-services-intro {
  margin: 0;
  color: #6c757d;
  font-size: 1.05rem;
  line-height: 1.65;
}

.service-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.service-box {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  min-height: 280px;
  background: #f6f7f8;
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(232, 1, 108, 0.12);
}

.service-box-media {
  flex: 0 0 42%;
  display: block;
  min-height: 220px;
  background: linear-gradient(135deg, rgba(232, 1, 108, 0.15) 0%, rgba(96, 100, 227, 0.12) 100%);
}

.service-box-media img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
  display: block;
}

.service-box .desc {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 28px 30px;
  text-align: left;
}

.service-box .desc b {
  display: block;
  font-size: 1.2rem;
  font-weight: 700;
  color: #17212f;
  margin-bottom: 14px;
  line-height: 1.35;
}

.service-box .desc p {
  margin: 0 0 10px;
  color: #6c757d;
  font-size: 0.95rem;
  line-height: 1.6;
}

.service-box .desc p:last-of-type {
  margin-bottom: 0;
}

.service-box .site-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 46px;
  margin-top: auto;
  padding: 0 26px;
  border-radius: 8px;
  background-color: #e8016c;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.service-box:hover .site-btn {
  background-color: #c70060;
}

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

  .service-box {
    min-height: 0;
  }
}

@media (max-width: 767px) {
  .i-services-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .service-box {
    flex-direction: column;
  }

  .service-box-media {
    flex: none;
    width: 100%;
    min-height: 200px;
  }

  .service-box-media img {
    min-height: 200px;
  }

  .service-box .desc {
    padding: 24px 22px;
  }
}

/*------------------------------------------*/
/*  SERVICE PAGE
/*------------------------------------------*/

.service-page-hero {
  position: relative;
  padding: 120px 0 70px;
  background-color: #17212f;
  background-size: cover;
  background-position: center;
  color: #fff;
}

.service-page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(23, 33, 47, 0.92) 0%, rgba(23, 33, 47, 0.72) 100%);
}

.service-page-hero > .container {
  position: relative;
  z-index: 1;
}

.service-page-breadcrumb {
  margin-bottom: 18px;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.75);
}

.service-page-breadcrumb a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
}

.service-page-breadcrumb a:hover {
  color: #fff;
}

.service-page-hero h1 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 16px;
  max-width: 760px;
}

.service-page-hero-lead {
  margin: 0;
  max-width: 680px;
  font-size: 1.1rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.88);
}

.service-page-content {
  padding: 70px 0;
  background: #fff;
}

.service-page-content .content-block {
  max-width: 820px;
}

.service-page-content h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #17212f;
  margin-bottom: 18px;
}

.service-page-content p,
.service-page-content li {
  color: #6c757d;
  font-size: 1rem;
  line-height: 1.7;
}

.service-page-content ul {
  margin: 0 0 24px;
  padding-left: 20px;
}

.service-page-content li {
  margin-bottom: 10px;
}

.service-page-features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 40px;
}

.service-page-feature {
  background: #f6f7f8;
  border-radius: 14px;
  padding: 24px 22px;
}

.service-page-feature h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: #17212f;
  margin-bottom: 10px;
}

.service-page-feature p {
  margin: 0;
  font-size: 0.95rem;
}

.service-page-cta {
  padding: 60px 0 80px;
  background: linear-gradient(180deg, #f6f7f8 0%, #ffffff 100%);
}

.service-page-cta-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: #fff;
  border-radius: 16px;
  padding: 36px 40px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
}

.service-page-cta-box h2 {
  margin: 0 0 8px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #17212f;
}

.service-page-cta-box p {
  margin: 0;
  color: #6c757d;
}

.service-page-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.service-page-cta-actions .site-btn,
.service-page-cta-actions .btn-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 28px;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.service-page-cta-actions .site-btn {
  background: #e8016c;
  color: #fff;
}

.service-page-cta-actions .site-btn:hover {
  background: #c70060;
  color: #fff;
}

.service-page-cta-actions .btn-whatsapp {
  background: #f0fff7;
  color: #018344;
  border: 1px solid #bfe8cf;
}

.service-page-cta-actions .btn-whatsapp:hover {
  background: #018344;
  color: #fff;
  border-color: #018344;
}

.service-page-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  color: #e8016c;
  font-weight: 600;
  text-decoration: none;
}

.service-page-back:hover {
  color: #c70060;
}

@media (max-width: 991px) {
  .service-page-features {
    grid-template-columns: 1fr;
  }

  .service-page-cta-box {
    padding: 28px 24px;
  }
}

@media (max-width: 767px) {
  .service-page-hero {
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .service-page-content {
    padding: 50px 0;
  }
}

/*------------------------------------------*/
/*  PROCESS SCHEMA (i-shema)
/*------------------------------------------*/

.i-shema {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.i-shema .undertitle {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 700;
  color: #e8016c;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.i-shema-top {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  margin-bottom: 80px;
}

.i-shema-top h3 {
  color: #17212f;
  font-weight: 700;
  margin: 0;
  flex: 1;
}

.i-shema-top .right {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  flex: 1;
}

.i-shema-top svg {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
}

.i-shema-info {
  margin: 0;
  color: #6c757d;
  font-size: 1rem;
  line-height: 1.6;
}

.i-shema-wr {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.i-shema-box {
  background: #f6f7f8;
  padding: 40px 30px;
  border-radius: 16px;
  transition: all 0.3s ease;
}

.i-shema-box:hover {
  background: #fff;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
  transform: translateY(-5px);
}

.i-shema-box span {
  display: block;
  font-size: 1.15rem;
  font-weight: 700;
  color: #17212f;
  margin-bottom: 15px;
}

.i-shema-box p {
  margin: 0;
  color: #6c757d;
  font-size: 1rem;
  line-height: 1.6;
}

.i-shema-box.large {
  grid-column: span 2;
  background: linear-gradient(135deg, #e8016c 0%, #d70060 100%);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.i-shema-box.large span {
  color: #fff;
  font-size: 1.5rem;
}

.i-shema-box.large p {
  color: rgba(255, 255, 255, 0.9);
}

.i-shema-box-btn {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 25px;
}

.i-shema-box-btn a {
  display: inline-block;
  padding: 12px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.3s ease;
  font-size: 1rem;
}

.i-shema-box-btn .site-btn {
  background: #fff;
  color: #e8016c;
  border: 2px solid #fff;
}

.i-shema-box-btn .site-btn:hover {
  background: transparent;
  color: #fff;
}

.i-shema-box-btn .whatsapp {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  border: 2px solid #fff;
}

.i-shema-box-btn .whatsapp:hover {
  background: #fff;
  color: #e8016c;
}

@media (max-width: 991px) {
  .i-shema-top {
    flex-direction: column;
    gap: 30px;
  }

  .i-shema-top .right {
    width: 100%;
  }

  .i-shema-wr {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }

  .i-shema-box.large {
    grid-column: span 2;
  }
}

@media (max-width: 768px) {
  .i-shema {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .i-shema-top h3 {
    font-size: 1.75rem;
  }

  .i-shema-wr {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .i-shema-box {
    padding: 30px 25px;
  }

  .i-shema-box.large {
    grid-column: span 1;
  }

  .i-shema-box-btn {
    flex-direction: column;
  }
}

@media (max-width: 576px) {
  .i-shema-top {
    flex-direction: column;
  }

  .i-shema-top h3 {
    font-size: 1.5rem;
  }

  .i-shema-top .right {
    flex-direction: column;
  }

  .i-shema-box span {
    font-size: 1.05rem;
  }
}

/*------------------------------------------*/
/*  STATISTICS SECTION (i-stats-section)
/*------------------------------------------*/

.i-stats-section {
  position: relative;
  background: linear-gradient(180deg, #f6f7f8 0%, #ffffff 100%);
  padding: 90px 0;
  overflow: hidden;
}

.i-stats-section::before {
  content: "";
  position: absolute;
  inset: 0;
  right: -10%;
  background-image: url('../images/uslugi-gruzchikov-good.jpg');
  background-position: center right;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.14;
  pointer-events: none;
  filter: grayscale(0.1);
  z-index: 0;
}

.i-stats-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(246,247,248,0.98) 0%, rgba(246,247,248,0.9) 40%, rgba(246,247,248,0.2) 70%, rgba(246,247,248,0.05) 100%);
  pointer-events: none;
  z-index: 0;
}

.i-stats-section > .container {
  position: relative;
  z-index: 1;
}

.stats-layout {
  align-items: center;
}

.stats-layout > .col-lg-5 {
  padding-right: 25px;
  padding-left: 0;
}

.stats-layout > .col-lg-7 {
  padding-left: 25px;
  padding-right: 0;
}

.stats-copy {
  padding-right: 10px;
  text-align: left;
}

.stats-copy .undertitle {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 700;
  color: #e8016c;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 18px;
}

.stats-copy h3 {
  color: #17212f;
  font-weight: 700;
  margin-bottom: 20px;
}

.stats-copy-text {
  color: #6c757d;
  font-size: 1.02rem;
  line-height: 1.7;
  margin: 0;
}

.stats-list {
  list-style: none;
  padding: 0;
  margin: 22px 0 0;
  display: grid;
  gap: 12px;
}

.stats-list li {
  color: #17212f;
  font-weight: 500;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.stats-list-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(232, 1, 108, 0.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}

.stats-list-icon svg {
  width: 14px;
  height: 14px;
}

.stats-list-icon svg path {
  fill: #e8016c;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.stat-box {
  background: #fff;
  padding: 32px 26px;
  border-radius: 20px;
  text-align: left;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.07);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 185px;
}

.stat-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 50px rgba(232, 1, 108, 0.12);
}

.stat-box-highlight {
  background: linear-gradient(135deg, #e8016c 0%, #d70060 100%);
  color: #fff;
}

.stat-icon {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(232, 1, 108, 0.12) 0%, rgba(232, 1, 108, 0.06) 100%);
  border-radius: 14px;
  margin-bottom: 18px;
  flex-shrink: 0;
}

.stat-box-highlight .stat-icon {
  background: rgba(255, 255, 255, 0.18);
}

.stat-icon span {
  color: #e8016c;
  font-size: 34px;
}

.stat-icon .icon-svg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #e8016c;
}

.stat-icon .icon-svg svg {
  width: 34px;
  height: 34px;
  fill: currentColor;
}

.stat-box-highlight .stat-icon span {
  color: #fff;
}

.stat-box-highlight .stat-icon .icon-svg {
  color: #fff;
}

.stat-content {
  width: 100%;
}

.stat-number {
  font-size: 2.1rem;
  font-weight: 700;
  color: #17212f;
  margin: 0 0 10px 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.stat-box-highlight .stat-number {
  color: #fff;
}

.stat-number .count {
  display: block;
}

.stat-number .plus {
  color: #e8016c;
  font-size: 1.6rem;
}

.stat-box-highlight .stat-number .plus {
  color: #fff;
}

.stat-number .rating {
  font-size: 1rem;
  color: #6c757d;
  font-weight: 400;
}

.stat-box-highlight .stat-number .rating {
  color: rgba(255, 255, 255, 0.9);
}

.stat-label {
  color: #6c757d;
  font-size: 0.98rem;
  margin: 0;
  line-height: 1.5;
}

.stat-box-highlight .stat-label {
  color: rgba(255, 255, 255, 0.92);
}

@media (max-width: 991px) {
  .stats-layout {
    gap: 20px;
  }

  .stats-copy {
    padding-right: 0;
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .i-stats-section {
    padding: 60px 0;
  }

  .stats-grid {
    grid-template-columns: 1fr 1fr;
    gap: 18px;
  }

  .stat-box {
    padding: 28px 22px;
    min-height: 170px;
  }
}

@media (max-width: 576px) {
  .stats-grid {
    grid-template-columns: 1fr;
  }

  .stats-copy h3 {
    font-size: 1.5rem;
  }

  .stat-number {
    font-size: 1.9rem;
  }
}



/* ==========================================================================
  27. SCROLL TO TOP
  ========================================================================== */  
 
#scrollUp {
  display: none;
  width: 44px;
  height: 44px;
  position: fixed;
  bottom: 30px;
  right: 25px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-image: url(../images/back-to-top.png);
  background-repeat: no-repeat;
  background-position: 50% 48%;
  background-color: rgba(10, 10, 10, .25);
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out; 
}

#scrollUp:hover {
  background-color: rgba(0, 0, 0, .4);
}

nav a#pull {  
  display: none;  
}

/* Keep the desktop header compact after adding the moving-site nav. */
@media (min-width: 992px) {
  .header-wrapper {
    padding: 14px 18px 0;
  }

  .header .wsmainfull,
  .tra-menu .wsmainfull,
  .white-menu .wsmainfull.scroll,
  .tra-menu .wsmainfull.scroll {
    max-width: 1280px;
    margin: 0 auto;
    padding: 8px 0;
    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.88) !important;
    box-shadow: 0 18px 52px rgba(17, 24, 39, 0.11);
    backdrop-filter: blur(18px);
  }

  .header .wsmainwp {
    max-width: 1240px;
    display: flex;
    align-items: center;
    min-height: 58px;
    padding: 0 14px 0 22px;
  }

  .header .desktoplogo {
    float: none;
    flex: 0 0 auto;
    line-height: 1;
  }

  .header .desktoplogo img {
    max-height: 40px;
  }

  .header .wsmenu {
    float: none;
    margin-left: auto;
  }

  .header .wsmenu > .wsmenu-list {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
  }

  .header .wsmenu > .wsmenu-list > li {
    float: none;
    flex: 0 0 auto;
  }

  .header .wsmenu > .wsmenu-list > li > a {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    margin: 0 1px;
    padding: 0 11px;
    border-radius: 999px;
    color: #111827 !important;
    font-size: 14.5px;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
    transition: color 0.22s ease, background 0.22s ease, transform 0.22s ease;
  }

  .header .wsmenu > .wsmenu-list > li > a:hover {
    color: #e8016c !important;
    background: rgba(232, 1, 108, 0.08);
    transform: translateY(-1px);
  }

  .header .wsmenu > .wsmenu-list > li.nav-estimate > a {
    margin-left: 6px;
    padding: 0 17px;
    background: #111827;
    color: #fff !important;
    box-shadow: 0 12px 28px rgba(17, 24, 39, 0.16);
  }

  .header .wsmenu > .wsmenu-list > li.nav-estimate > a:hover {
    background: linear-gradient(135deg, #e8016c 0%, #ff4a9b 100%);
    color: #fff !important;
  }

  .header .wsmenu > .wsmenu-list > li.nav-wa-desktop > a.nav-whatsapp,
  .header .wsmenu > .wsmenu-list > li.nav-mobile-wa > a.nav-whatsapp {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 42px;
    padding: 0 18px;
    border-radius: 999px;
    background: #25D366;
    color: #fff !important;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.01em;
    box-shadow: 0 12px 28px rgba(37, 211, 102, 0.28);
    white-space: nowrap;
  }

  .header .wsmenu > .wsmenu-list > li.nav-wa-desktop > a.nav-whatsapp:hover,
  .header .wsmenu > .wsmenu-list > li.nav-mobile-wa > a.nav-whatsapp:hover {
    background: #1ebe5d;
    color: #fff !important;
    transform: translateY(-1px);
    box-shadow: 0 16px 32px rgba(37, 211, 102, 0.34);
  }

  .header .wsmenu > .wsmenu-list > li.nav-wa-desktop {
    margin-left: 4px;
  }

  .header .wsmenu > .wsmenu-list > li.nav-mobile-wa {
    display: none;
  }

  .nav-wa-icon {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
  }

  .header .wsmenu > .wsmenu-list > li.nav-phone-item > a.nav-phone-compact {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    padding: 0 14px;
    border-radius: 999px;
    border: 2px solid rgba(17, 24, 39, 0.12);
    background: #fff;
    color: #111827 !important;
    font-size: 14px;
    font-weight: 700;
    box-shadow: none;
  }

  .header .wsmenu > .wsmenu-list > li.nav-phone-item > a.nav-phone-compact:hover {
    border-color: rgba(232, 1, 108, 0.28);
    color: #e8016c !important;
    background: rgba(232, 1, 108, 0.05);
    transform: translateY(-1px);
  }

  .header .wsmenu > .wsmenu-list > li.nav-phone-item > a.nav-phone-compact .flaticon-phone-call {
    font-size: 15px;
    line-height: 1;
  }

  .header .wsmenu > .wsmenu-list > li a.btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    margin-top: 0;
    margin-left: 8px;
    padding: 0 18px;
    border: 0;
    border-radius: 999px;
    background: #018344;
    color: #fff !important;
    box-shadow: 0 12px 28px rgba(1, 131, 68, 0.18);
    font-size: 14.5px;
    font-weight: 900;
    line-height: 1;
    white-space: nowrap;
  }

  .header .wsmenu > .wsmenu-list > li a.btn:hover {
    background: #026b39;
    color: #fff !important;
    transform: translateY(-1px);
  }

  .header .wsmenu > .wsmenu-list > li a.btn [class*="flaticon-"]::before {
    font-size: 17px;
  }
}

@media (max-width: 991px) {
  .wsmobileheader {
    height: 72px;
    padding: 10px 14px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 12px 34px rgba(17, 24, 39, 0.1);
    backdrop-filter: blur(16px);
  }

  .wsmobileheader .smllogo {
    margin-top: 0;
    padding-left: 0;
  }

  .wsmobileheader .smllogo img {
    max-height: 46px;
  }

  .wsactive .wsmobileheader {
    margin-right: 0;
  }

  .wsmobileheader-actions {
    position: absolute;
    top: 50%;
    right: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 10003;
    transform: translateY(-50%);
  }

  [dir="rtl"] .wsmobileheader-actions {
    right: auto;
    left: 14px;
    flex-direction: row-reverse;
  }

  .wsmobileheader-actions .wsanimated-arrow {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    padding: 0;
    margin: 0;
    border-radius: 16px;
    background: #fff;
    border: 2px solid #111827;
    box-shadow: 0 8px 20px rgba(17, 24, 39, 0.1);
  }

  .wsmobileheader-actions .wsanimated-arrow span {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    display: block;
    margin: 0;
  }

  .wsmobileheader-actions .wsanimated-arrow span,
  .wsmobileheader-actions .wsanimated-arrow span:before,
  .wsmobileheader-actions .wsanimated-arrow span:after {
    height: 2px;
    width: 22px;
    border-radius: 999px;
    background: #111827;
  }

  .wsmobileheader-actions .wsanimated-arrow span:before {
    top: -7px;
    left: 0;
    right: auto;
    width: 22px;
  }

  .wsmobileheader-actions .wsanimated-arrow span:after {
    bottom: -7px;
    left: 0;
    right: auto;
    width: 22px;
  }

  .wsactive .wsmobileheader-actions .wsanimated-arrow {
    background: #111827;
    border-color: #111827;
  }

  .wsactive .wsmobileheader-actions .wsanimated-arrow span:before,
  .wsactive .wsmobileheader-actions .wsanimated-arrow.active span:after {
    top: 0;
    width: 22px;
    background: #fff;
  }

  .wsactive .wsmobileheader-actions .wsanimated-arrow span:after {
    top: 0;
    bottom: auto;
    width: 22px;
    background: #fff;
  }

  .wsactive .wsmobileheader-actions .wsanimated-arrow span {
    background-color: transparent;
  }

  .mobile-lang-switcher {
    position: relative;
    flex: 0 0 auto;
  }

  .mobile-lang-switcher .lang-toggle {
    min-width: 48px;
    height: 48px;
    padding: 0 10px;
    border-radius: 16px;
    border-width: 2px;
    box-shadow: 0 8px 20px rgba(17, 24, 39, 0.1);
  }

  .mobile-lang-switcher .lang-toggle-flag {
    width: 24px;
    height: 24px;
    flex-basis: 24px;
  }

  .mobile-lang-switcher .lang-toggle:hover,
  .mobile-lang-switcher .lang-toggle:focus-visible,
  .mobile-lang-switcher.is-open .lang-toggle {
    background: #111827;
    border-color: #111827;
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 12px 26px rgba(17, 24, 39, 0.18);
  }

  .mobile-lang-switcher .lang-toggle:hover .lang-toggle-caret,
  .mobile-lang-switcher .lang-toggle:focus-visible .lang-toggle-caret,
  .mobile-lang-switcher.is-open .lang-toggle-caret {
    color: #fff;
  }

  .mobile-lang-switcher .lang-dropdown {
    top: calc(100% + 10px);
    right: 0;
    min-width: 176px;
    border-radius: 14px;
    box-shadow: 0 18px 40px rgba(17, 24, 39, 0.18);
  }

  .mobile-lang-switcher .lang-dropdown::before {
    right: 18px;
  }

  .mobile-lang-switcher .lang-option:hover {
    transform: none;
  }

  .mobile-lang-switch {
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 48px;
    min-width: 48px;
    width: 48px;
    height: 48px;
    padding: 0;
    border-radius: 16px;
    background: #fff;
    border: 2px solid #111827;
    color: #111827;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.04em;
    line-height: 1;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(17, 24, 39, 0.1);
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
  }

  .mobile-lang-switch:hover,
  .mobile-lang-switch:focus {
    background: #111827;
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
  }

  .mobile-wa-btn {
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    border-radius: 16px;
    background: #25D366;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 12px 28px rgba(37, 211, 102, 0.28);
    transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  }

  .mobile-wa-btn:hover,
  .mobile-wa-btn:focus {
    background: #1ebe5d;
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 16px 32px rgba(37, 211, 102, 0.34);
  }

  .mobile-wa-btn .nav-wa-icon {
    width: 22px;
    height: 22px;
  }

  .wsmenu > .wsmenu-list > li.language-switcher {
    display: none !important;
  }

  .wsanimated-arrow {
    top: 12px;
    right: 14px;
    width: 48px;
    height: 48px;
    padding: 0;
    margin: 0;
    border-radius: 16px;
    background: #fff;
    border: 2px solid #111827;
    box-shadow: 0 8px 20px rgba(17, 24, 39, 0.1);
  }

  .wsanimated-arrow span {
    top: 23px;
    right: 13px;
  }

  .wsanimated-arrow span,
  .wsanimated-arrow span:before,
  .wsanimated-arrow span:after {
    height: 2px;
    width: 22px;
    border-radius: 999px;
    background: #111827;
  }

  .wsanimated-arrow span:before {
    top: -7px;
    width: 22px;
  }

  .wsanimated-arrow span:after {
    bottom: -7px;
    width: 22px;
  }

  .wsactive .wsanimated-arrow {
    background: #111827;
    border-color: #111827;
  }

  .wsactive .wsanimated-arrow span {
    background-color: transparent;
  }

  .wsactive .wsanimated-arrow span:before,
  .wsactive .wsanimated-arrow.active span:after {
    top: 0;
    background: #fff;
  }

  .wsactive .wsanimated-arrow span:after {
    background: #fff;
  }

  .wsmenu {
    z-index: 10001;
  }

  .wsmenu > .wsmenu-list {
    width: min(88vw, 380px);
    min-height: 100vh;
    padding: 92px 18px 28px;
    margin-right: -390px;
    border-radius: 30px 0 0 30px;
    background:
      radial-gradient(circle at 86% 8%, rgba(232, 1, 108, 0.12), transparent 26%),
      linear-gradient(180deg, #ffffff 0%, #f7f8fb 100%);
    box-shadow: -24px 0 70px rgba(17, 24, 39, 0.24);
  }

  .wsmenu > .wsmenu-list::before {
    content: "Меню Moviline";
    position: absolute;
    top: 26px;
    right: 22px;
    left: 22px;
    color: #111827;
    font-size: 1.25rem;
    font-weight: 900;
    letter-spacing: -0.04em;
    text-align: left;
  }

  .wsactive .wsmenu > .wsmenu-list {
    margin-right: 0;
  }

  .wsmenu > .wsmenu-list > li {
    margin-bottom: 10px;
  }

  .wsmenu > .wsmenu-list > li > a {
    display: flex;
    align-items: center;
    min-height: 56px;
    padding: 0 18px;
    border: 1px solid rgba(17, 24, 39, 0.06);
    border-radius: 18px;
    background: #fff;
    color: #111827 !important;
    box-shadow: 0 10px 26px rgba(17, 24, 39, 0.05);
    font-size: 1rem;
    font-weight: 850;
    line-height: 1.2;
  }

  .wsmenu > .wsmenu-list > li > a:hover,
  .wsmenu > .wsmenu-list > li > a:focus {
    color: #e8016c !important;
  }

  .wsmenu > .wsmenu-list > li.nav-estimate > a {
    justify-content: center;
    min-height: 58px;
    background: linear-gradient(135deg, #e8016c 0%, #ff4a9b 100%);
    color: #fff !important;
    box-shadow: 0 16px 34px rgba(232, 1, 108, 0.28);
  }

  .wsmenu > .wsmenu-list > li.nav-wa-desktop {
    display: none !important;
  }

  .wsmenu > .wsmenu-list > li.nav-mobile-wa {
    display: block;
    margin-bottom: 8px;
  }

  .wsmenu > .wsmenu-list > li.nav-mobile-wa > a.nav-whatsapp {
    justify-content: center;
    width: 100%;
    min-height: 58px;
    font-size: 1rem;
    font-weight: 900;
    box-shadow: 0 16px 34px rgba(37, 211, 102, 0.28);
  }

  .wsmenu > .wsmenu-list > li.nav-mobile-wa > a.nav-whatsapp .nav-wa-icon {
    width: 22px;
    height: 22px;
  }

  .wsmenu > .wsmenu-list > li.nav-phone-item > a.nav-phone-compact {
    justify-content: center;
    width: 100%;
    min-height: 58px;
    margin-top: 8px;
    border: 0;
    background: #111827;
    color: #fff !important;
    box-shadow: 0 16px 34px rgba(17, 24, 39, 0.18);
    font-weight: 900;
  }

  .wsmenu > .wsmenu-list > li.nav-phone-item > a.nav-phone-compact:hover {
    background: #e8016c;
    color: #fff !important;
  }

  .wsmenu > .wsmenu-list > li > a.nav-phone,
  .wsmenu > .wsmenu-list > li > a.last-link {
    justify-content: center;
    min-height: 58px;
    margin: 8px 0 0;
    padding: 0 18px;
    border: 0;
    background: #018344;
    color: #fff !important;
    box-shadow: 0 16px 34px rgba(1, 131, 68, 0.22);
    font-weight: 900;
  }

  .wsmenu > .wsmenu-list > li > a.last-link span {
    margin-right: 8px;
  }

  .overlapblackbg {
    width: 100%;
    background: rgba(17, 24, 39, 0.52);
    backdrop-filter: blur(3px);
  }

  .wsactive .wsmenucontainer {
    margin-right: 0;
  }
}

/* ==========================================================================
  HOMEPAGE — REVIEWS, FAQ, CTA, CONTACTS, FOOTER, FLOAT BAR
  ========================================================================== */

.i-section-head {
  max-width: 680px;
  margin: 0 auto 48px;
  text-align: center;
}

.i-section-head-left {
  margin-left: 0;
  text-align: left;
}

.i-section-head .undertitle,
.i-faq-side .undertitle,
.i-services-header .undertitle {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 700;
  color: #e8016c;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 16px;
}

.i-section-lead {
  margin: 0;
  color: #6c757d;
  font-size: 1.05rem;
  line-height: 1.65;
}

.i-shema-alt {
  background-color: #f6f7f8;
}

.i-whatsapp-estimate {
  padding: 80px 0;
  background: #fff;
}

.i-whatsapp-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.1fr 1fr 0.9fr;
  gap: 28px;
  align-items: center;
  padding: 42px;
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(1, 131, 68, 0.95) 0%, rgba(12, 93, 61, 0.95) 100%),
    url("../images/services/apartment-moving.jpg");
  background-size: cover;
  background-position: center;
  color: #fff;
  box-shadow: 0 20px 60px rgba(1, 131, 68, 0.18);
}

.i-whatsapp-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.i-whatsapp-bg-icon {
  position: absolute;
  height: auto;
  opacity: 0.16;
  filter: blur(3px);
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
  user-select: none;
}

.i-whatsapp-bg-icon-1 {
  top: -6%;
  right: 4%;
  width: min(180px, 22vw);
}

.i-whatsapp-bg-icon-2 {
  bottom: 8%;
  left: 6%;
  width: min(110px, 14vw);
  opacity: 0.13;
  filter: blur(2px);
}

.i-whatsapp-bg-icon-3 {
  top: 42%;
  right: 32%;
  width: min(68px, 9vw);
  opacity: 0.11;
  filter: blur(4px);
}

.i-whatsapp-content,
.i-whatsapp-steps,
.i-whatsapp-action {
  position: relative;
  z-index: 1;
}

.i-whatsapp-content .undertitle {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 14px;
}

.i-whatsapp-content .section-title {
  color: #fff;
  margin-bottom: 14px;
}

.i-whatsapp-content p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.65;
}

.i-whatsapp-steps {
  display: grid;
  gap: 14px;
}

.i-whatsapp-step {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  align-items: center;
  padding: 16px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.i-whatsapp-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #fff;
  color: #018344;
  font-weight: 700;
}

.i-whatsapp-step p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.45;
  font-size: 0.95rem;
}

.i-whatsapp-action {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.i-whatsapp-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.i-whatsapp-action .site-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 28px;
  border-radius: 10px;
  background: #fff;
  color: #018344;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.i-whatsapp-action .site-btn:hover {
  color: #018344;
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.16);
}

.i-whatsapp-action .i-whatsapp-outline {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.i-whatsapp-action .i-whatsapp-outline:hover {
  color: #fff;
}

.i-whatsapp-action small {
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.45;
}

.i-seo-services {
  padding: 80px 0;
  background: #f6f7f8;
}

.i-seo-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.i-seo-card {
  display: block;
  min-height: 210px;
  padding: 28px 24px;
  border-radius: 16px;
  background: #fff;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  border: 1px solid transparent;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.i-seo-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 45px rgba(232, 1, 108, 0.1);
  border-color: rgba(232, 1, 108, 0.16);
}

.i-seo-card h4 {
  color: #17212f;
  font-size: 1.08rem;
  font-weight: 700;
  margin-bottom: 12px;
}

.i-seo-card p {
  margin: 0;
  color: #6c757d;
  font-size: 0.95rem;
  line-height: 1.6;
}

.i-city-seo {
  margin-top: 34px;
  padding: 30px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}

.i-city-seo h4 {
  color: #17212f;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 18px;
}

.i-city-seo ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.i-city-seo li {
  padding: 9px 14px;
  border-radius: 999px;
  background: #f6f7f8;
  color: #17212f;
  font-size: 0.92rem;
  font-weight: 500;
}

.i-city-seo li a {
  color: inherit;
  text-decoration: none;
}

.i-city-seo li a:hover,
.i-city-seo li a:focus {
  color: #e8016c;
}

.i-city-seo li a[aria-current="page"] {
  color: #e8016c;
  font-weight: 700;
}

.i-gallery-home {
  padding: 80px 0;
  background: #fff;
}

.i-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.i-gallery-item {
  position: relative;
  min-height: 280px;
  border-radius: 18px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.i-gallery-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.14);
}

.i-gallery-item::before {
  content: "";
  position: absolute;
  inset: 0;
  display: none;
  background: none;
  z-index: 1;
}

.i-gallery-item {
  background-color: #e8edf3;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.i-gallery-1,
.i-gallery-2,
.i-gallery-3,
.i-gallery-4,
.i-gallery-5,
.i-gallery-6 {
  /* Background images are lazy-loaded in custom.js */
}

.i-gallery-caption {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 28px 24px;
  color: #fff;
}

.i-gallery-caption h4 {
  color: #fff;
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.i-gallery-caption p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.94rem;
  line-height: 1.55;
}

.i-reviews-home {
  padding: 80px 0;
  background: #fff;
}

.i-reviews-google-summary {
  margin: 0 auto 32px;
  max-width: 420px;
}

.i-reviews-google-badge {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 20px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid #e8eaed;
  box-shadow: 0 10px 28px rgba(17, 24, 39, 0.06);
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.i-reviews-google-badge:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(17, 24, 39, 0.1);
  text-decoration: none;
  color: inherit;
}

.i-reviews-google-logo,
.i-google-icon {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
}

.i-reviews-google-meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
  flex: 1;
}

.i-reviews-google-score {
  font-size: 1.5rem;
  line-height: 1;
  color: #17212f;
}

.i-reviews-google-stars {
  color: #ffb30c;
  font-size: 0.72rem;
  letter-spacing: 1px;
}

.i-reviews-google-caption,
.i-reviews-google-label {
  color: #6c757d;
  font-size: 0.82rem;
  line-height: 1.35;
}

.i-reviews-google-label {
  font-weight: 600;
  color: #4285f4;
  white-space: nowrap;
}

.i-reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.i-review-card {
  background: #f6f7f8;
  border-radius: 16px;
  padding: 28px 26px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border: 1px solid transparent;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.i-review-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
}

.i-review-card-featured {
  background: linear-gradient(160deg, #fff 0%, #fff5fa 100%);
  border-color: rgba(232, 1, 108, 0.15);
}

.i-review-card-google {
  border-color: rgba(66, 133, 244, 0.12);
}

.i-review-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.i-review-source {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.78rem;
  font-weight: 600;
  color: #5f6368;
}

.i-review-source .i-google-icon {
  width: 16px;
  height: 16px;
}

.i-review-stars {
  color: #ffb30c;
  font-size: 0.85rem;
  letter-spacing: 2px;
}

.i-review-text {
  margin: 0;
  color: #17212f;
  font-size: 1rem;
  line-height: 1.65;
  flex: 1;
}

.i-review-author {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.i-review-author strong {
  color: #17212f;
  font-size: 0.95rem;
}

.i-review-author span {
  color: #6c757d;
  font-size: 0.85rem;
}

.i-reviews-more {
  margin-top: 32px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 14px 22px;
}

.i-reviews-google-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  border-radius: 999px;
  background: #f8f9fa;
  border: 1px solid #e8eaed;
  color: #17212f;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.i-reviews-google-btn:hover {
  background: #fff;
  border-color: #4285f4;
  color: #17212f;
  text-decoration: none;
}

.i-reviews-google-btn .i-google-icon {
  width: 18px;
  height: 18px;
}

.i-reviews-write-btn {
  font-size: 0.95rem;
}

.i-link-btn {
  color: #e8016c;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s ease;
}

.i-link-btn:hover {
  color: #c70060;
}

.i-faq-home {
  padding: 80px 0;
  background: linear-gradient(180deg, #f6f7f8 0%, #ffffff 100%);
}

.i-faq-side {
  position: sticky;
  top: 100px;
}

.i-faq-side p {
  color: #6c757d;
  line-height: 1.65;
  margin-bottom: 24px;
}

.i-faq-side .site-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 28px;
  border-radius: 10px;
  background: #e8016c;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.3s ease;
}

.i-faq-side .site-btn:hover {
  background: #c70060;
  color: #fff;
}

.i-faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.i-faq-item {
  background: #fff;
  border-radius: 12px;
  padding: 0 22px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
}

.i-faq-item summary {
  padding: 20px 0;
  font-weight: 600;
  color: #17212f;
  cursor: pointer;
  list-style: none;
  position: relative;
  padding-right: 28px;
}

.i-faq-item summary::-webkit-details-marker {
  display: none;
}

.i-faq-item summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #e8016c;
  font-size: 1.25rem;
  font-weight: 400;
}

.i-faq-item[open] summary::after {
  content: "−";
}

.i-faq-item p {
  margin: 0 0 20px;
  padding-bottom: 4px;
  color: #6c757d;
  line-height: 1.65;
  font-size: 0.98rem;
}

.i-cta-home {
  padding: 0 0 80px;
  background: #fff;
}

.i-cta-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  background: linear-gradient(135deg, #17212f 0%, #2a3545 100%);
  border-radius: 20px;
  padding: 48px 52px;
  color: #fff;
}

.i-cta-content {
  max-width: 560px;
}

.i-cta-content .section-title {
  color: #fff;
  margin-bottom: 12px;
}

.i-cta-content p {
  margin: 0;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.65;
}

.i-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.i-cta-actions .site-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 30px;
  border-radius: 10px;
  background: #e8016c;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  border: 2px solid #e8016c;
  transition: all 0.3s ease;
}

.i-cta-actions .site-btn:hover {
  background: #c70060;
  border-color: #c70060;
  color: #fff;
}

.i-cta-actions .site-btn.whatsapp {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}

.i-cta-actions .site-btn.whatsapp:hover {
  background: #fff;
  color: #018344;
  border-color: #fff;
}

.i-contacts-home {
  padding: 80px 0;
  background: #f6f7f8;
}

.i-contact-card {
  background: #fff;
  border-radius: 16px;
  padding: 32px 28px;
  height: 100%;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.i-contact-card:hover {
  transform: translateY(-4px);
}

.i-contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(232, 1, 108, 0.1);
  color: #e8016c;
  font-weight: 700;
  font-size: 0.85rem;
  margin-bottom: 16px;
}

.i-contact-card h4 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #17212f;
  margin-bottom: 8px;
}

.i-contact-card p {
  margin: 0 0 6px;
  color: #6c757d;
}

.i-contact-card a {
  color: #17212f;
  font-weight: 600;
  text-decoration: none;
}

.i-contact-card a:hover {
  color: #e8016c;
}

.i-contact-note {
  font-size: 0.88rem !important;
  color: #929292 !important;
}

.i-contacts-zones {
  margin-top: 32px;
  padding: 20px 24px;
  background: #fff;
  border-radius: 12px;
  border-left: 4px solid #e8016c;
}

.i-contacts-zones p {
  margin: 0;
  color: #6c757d;
  line-height: 1.6;
}

.i-footer {
  padding: 60px 0 30px;
  background: #17212f;
  color: rgba(255, 255, 255, 0.75);
}

.i-footer .footer-logo {
  max-height: 42px;
  margin-bottom: 16px;
  filter: brightness(0) invert(1);
}

.i-footer-tagline {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.6;
  max-width: 280px;
}

.i-footer-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.i-footer-nav a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 0.95rem;
  transition: color 0.2s ease;
}

.i-footer-nav a:hover {
  color: #fff;
}

.i-footer-phone {
  display: block;
  color: #fff;
  font-size: 1.35rem;
  font-weight: 700;
  text-decoration: none;
  margin-bottom: 16px;
}

.i-footer-phone:hover {
  color: #e8016c;
}

.i-footer-socials {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}

.i-footer-socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  transition: background 0.3s ease;
}

.i-footer-socials a:hover {
  background: #e8016c;
}

.i-footer hr {
  border-color: rgba(255, 255, 255, 0.12);
  margin: 36px 0 24px;
}

.i-footer-bottom p {
  margin: 0;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.5);
}

.i-float-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  padding: 10px 12px;
  background: #fff;
  box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.12);
  gap: 10px;
}

.i-float-btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.i-float-call {
  background: #e8016c;
  color: #fff;
}

.i-float-wa {
  background: #018344;
  color: #fff;
}

@media (max-width: 991px) {
  .i-whatsapp-card {
    grid-template-columns: 1fr;
    padding: 34px;
  }

  .i-seo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .i-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .i-reviews-grid {
    grid-template-columns: 1fr;
  }

  .i-faq-side {
    position: static;
    margin-bottom: 36px;
  }

  .i-cta-box {
    padding: 36px 28px;
  }

  .i-footer-socials {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .i-whatsapp-estimate,
  .i-seo-services,
  .i-gallery-home,
  .i-reviews-home,
  .i-faq-home,
  .i-contacts-home {
    padding: 60px 0;
  }

  .i-whatsapp-card {
    padding: 28px 22px;
  }

  .i-whatsapp-step {
    grid-template-columns: 36px 1fr;
  }

  .i-whatsapp-step span {
    width: 36px;
    height: 36px;
  }

  .i-seo-grid,
  .i-gallery-grid {
    grid-template-columns: 1fr;
  }

  .i-seo-card {
    min-height: 0;
  }

  .i-city-seo {
    padding: 24px 20px;
  }

  .i-gallery-item {
    min-height: 240px;
  }

  .i-float-bar {
    display: flex;
  }

  body {
    padding-bottom: 68px;
  }
}

/* ==========================================================================
  MOVILINE VISUAL REFRESH
  ========================================================================== */

:root {
  --mv-pink: #e8016c;
  --mv-pink-dark: #bc0055;
  --mv-green: #018344;
  --mv-ink: #111827;
  --mv-text: #5c6678;
  --mv-soft: #f7f3f6;
  --mv-card: rgba(255, 255, 255, 0.86);
  --mv-shadow: 0 24px 70px rgba(17, 24, 39, 0.12);
}

body {
  background:
    radial-gradient(circle at 12% 8%, rgba(232, 1, 108, 0.08), transparent 26%),
    radial-gradient(circle at 88% 12%, rgba(1, 131, 68, 0.08), transparent 24%),
    #fff;
}

.section-title,
.h2-md,
.h3-md {
  letter-spacing: -0.03em;
}

.header .wsmainfull {
  backdrop-filter: blur(14px);
}

.header .scroll,
.white-menu .wsmainfull {
  background: rgba(255, 255, 255, 0.9) !important;
}

#hero-6 {
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 78% 24%, rgba(232, 1, 108, 0.18), transparent 28%),
    radial-gradient(circle at 12% 70%, rgba(1, 131, 68, 0.12), transparent 30%),
    linear-gradient(135deg, #fff8fb 0%, #eef6f2 48%, #ffffff 100%);
}

#hero-6::before,
#hero-6::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  z-index: -1;
}

#hero-6::before {
  width: 520px;
  height: 520px;
  right: -160px;
  top: 80px;
  background: linear-gradient(135deg, rgba(232, 1, 108, 0.16), rgba(1, 131, 68, 0.12));
  filter: blur(8px);
}

#hero-6::after {
  width: 280px;
  height: 280px;
  left: -90px;
  bottom: 80px;
  background: rgba(232, 1, 108, 0.08);
}

#hero-6 .i-top-wr > span {
  color: var(--mv-pink);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(232, 1, 108, 0.14);
  box-shadow: 0 12px 35px rgba(232, 1, 108, 0.12);
  backdrop-filter: blur(12px);
}

#hero-6 .i-top-wr .section-title,
#hero-6 .hero-6-txt h1 {
  max-width: 720px;
  font-size: clamp(1.7rem, 2.2vw, 2.15rem);
  line-height: 1.2;
  margin-bottom: 14px;
  color: var(--mv-ink);
}

.hero-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: -12px 0 28px;
}

.hero-trust-row span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  color: #243044;
  font-size: 0.88rem;
  font-weight: 700;
  box-shadow: 0 10px 28px rgba(17, 24, 39, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.9);
}

#hero-6 .index-top-form-form {
  padding: 24px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: var(--mv-shadow);
  backdrop-filter: blur(16px);
}

#hero-6 .index-top-form-label input {
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 14px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

#hero-6 .site-btn,
.i-cta-actions .site-btn,
.i-faq-side .site-btn {
  border-radius: 999px;
  background: linear-gradient(135deg, var(--mv-pink) 0%, #ff4a9b 100%);
  box-shadow: 0 14px 34px rgba(232, 1, 108, 0.28);
}

#hero-6 .site-btn:hover,
.i-cta-actions .site-btn:hover,
.i-faq-side .site-btn:hover {
  background: linear-gradient(135deg, var(--mv-pink-dark) 0%, var(--mv-pink) 100%);
  transform: translateY(-2px);
}

#hero-6 .btnh {
  border-radius: 999px;
  background: #ecfff5;
  box-shadow: 0 14px 32px rgba(1, 131, 68, 0.14);
}

.hero-6-img {
  position: relative;
}

.hero-6-img::before {
  content: "";
  position: absolute;
  inset: 8% 2% -3% 8%;
  border-radius: 34px;
  background: linear-gradient(135deg, rgba(232, 1, 108, 0.16), rgba(1, 131, 68, 0.18));
  transform: rotate(-4deg);
  z-index: -1;
}

.hero-6-img img {
  border-radius: 34px;
  filter: drop-shadow(0 28px 45px rgba(17, 24, 39, 0.18));
}

.i-why-section,
.i-services-section,
.i-seo-services,
.i-gallery-home,
.i-faq-home,
.i-contacts-home {
  position: relative;
  overflow: hidden;
}

.i-services-section,
.i-seo-services,
.i-faq-home {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.7), rgba(247, 243, 246, 0.92)),
    radial-gradient(circle at 12% 20%, rgba(232, 1, 108, 0.08), transparent 28%),
    radial-gradient(circle at 88% 72%, rgba(1, 131, 68, 0.08), transparent 28%);
}

.i-section-head,
.i-services-header {
  max-width: 820px;
}

.i-section-head .undertitle,
.i-faq-side .undertitle,
.i-services-header .undertitle,
.i-whatsapp-content .undertitle {
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(232, 1, 108, 0.08);
}

.service-box,
.i-seo-card,
.i-review-card,
.i-contact-card,
.i-faq-item {
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 48px rgba(17, 24, 39, 0.08);
  backdrop-filter: blur(12px);
}

.service-box {
  min-height: 310px;
}

.service-box-media {
  position: relative;
  overflow: hidden;
}

.service-box-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 20%, rgba(17, 24, 39, 0.22) 100%);
}

.service-box-media img {
  transition: transform 0.5s ease;
}

.service-box:hover .service-box-media img {
  transform: scale(1.08);
}

.service-box .desc b,
.i-seo-card h4,
.i-contact-card h4 {
  letter-spacing: -0.02em;
}

.service-box .site-btn {
  border-radius: 999px;
  background: var(--mv-ink);
}

.service-box:hover .site-btn {
  background: var(--mv-pink);
}

.i-whatsapp-card {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(1, 131, 68, 0.94) 0%, rgba(8, 68, 54, 0.96) 54%, rgba(17, 24, 39, 0.94) 100%),
    radial-gradient(circle at 12% 15%, rgba(255, 255, 255, 0.18), transparent 24%),
    url("../images/services/apartment-moving.jpg");
  box-shadow: 0 26px 80px rgba(1, 131, 68, 0.22);
}

.i-whatsapp-step {
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(10px);
}

/* ==========================================================================
  CONTACTS REDESIGN
  ========================================================================== */

.i-contacts-home {
  padding: 95px 0;
  background:
    radial-gradient(circle at 16% 20%, rgba(232, 1, 108, 0.1), transparent 28%),
    radial-gradient(circle at 88% 74%, rgba(1, 131, 68, 0.1), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f7f8fb 100%) !important;
}

.contacts-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(330px, 0.88fr);
  gap: 26px;
  align-items: stretch;
}

.contacts-main-card {
  position: relative;
  min-height: 440px;
  padding: 48px;
  overflow: hidden;
  border-radius: 34px;
  background:
    radial-gradient(circle at 86% 12%, rgba(232, 1, 108, 0.28), transparent 28%),
    radial-gradient(circle at 10% 90%, rgba(1, 131, 68, 0.22), transparent 30%),
    linear-gradient(135deg, #111827 0%, #243044 100%);
  color: #fff;
  box-shadow: 0 28px 80px rgba(17, 24, 39, 0.18);
}

.contacts-main-card::after {
  content: "";
  position: absolute;
  right: -84px;
  bottom: -96px;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
}

.contacts-main-card .undertitle {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  margin-bottom: 22px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contacts-main-card .section-title {
  position: relative;
  z-index: 1;
  max-width: 620px;
  margin-bottom: 18px;
  color: #fff;
  font-size: clamp(2.4rem, 4.4vw, 4.3rem);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -0.07em;
}

.contacts-main-card p {
  position: relative;
  z-index: 1;
  max-width: 620px;
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 1.07rem;
  line-height: 1.75;
}

.contacts-actions {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.contacts-actions .site-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4em;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 999px;
  background: linear-gradient(135deg, #e8016c 0%, #ff4a9b 100%);
  color: #fff;
  box-shadow: 0 16px 36px rgba(232, 1, 108, 0.28);
  font-weight: 900;
}

.contacts-actions .site-btn.whatsapp {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.24);
  box-shadow: none;
}

.contacts-actions .site-btn:hover {
  color: #fff;
  transform: translateY(-2px);
}

.contacts-side {
  display: grid;
  gap: 16px;
}

.contact-method-card {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  min-height: 136px;
  padding: 24px;
  border: 1px solid rgba(17, 24, 39, 0.07);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 48px rgba(17, 24, 39, 0.07);
  color: inherit;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.contact-method-card:hover {
  color: inherit;
  border-color: rgba(232, 1, 108, 0.22);
  box-shadow: 0 24px 60px rgba(17, 24, 39, 0.11);
  transform: translateY(-4px);
}

.contact-method-card .i-contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 64px;
  width: 64px;
  height: 64px;
  margin: 0;
  border-radius: 22px;
  background: #111827;
  color: #fff;
  font-size: 0;
  font-weight: 900;
  line-height: 1;
}

.contact-method-card:nth-child(2) .i-contact-icon,
.contact-method-card .i-contact-icon--whatsapp {
  background: #25D366;
  color: #fff;
}

.contact-method-card:nth-child(3) .i-contact-icon {
  background: #e8016c;
}

.contact-method-card .i-contact-icon::before {
  display: block;
  font-size: 30px;
  line-height: 1;
}

.contact-method-card .i-contact-icon svg,
.contact-method-card .i-contact-icon--whatsapp .nav-wa-icon {
  display: block;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
}

.contact-method-card h4 {
  margin: 0 0 6px;
  color: #111827;
  font-size: 1.12rem;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.contact-method-card p {
  margin: 0 0 4px;
  color: #111827;
  font-size: 1.05rem;
  font-weight: 900;
}

.contact-method-card small {
  display: block;
  color: #667085;
  line-height: 1.45;
}

.i-contacts-zones {
  display: none;
}

@media (max-width: 991px) {
  .contacts-showcase {
    grid-template-columns: 1fr;
  }

  .contacts-main-card {
    min-height: 0;
  }
}

@media (max-width: 767px) {
  .i-contacts-home {
    padding: 70px 0;
  }

  .contacts-main-card {
    padding: 34px 24px;
    border-radius: 26px;
  }

  .contacts-main-card .section-title {
    font-size: 2.35rem;
  }

  .contacts-actions {
    display: grid;
  }

  .contact-method-card {
    grid-template-columns: 54px minmax(0, 1fr);
    min-height: 0;
    padding: 20px;
    border-radius: 22px;
  }

  .contact-method-card .i-contact-icon {
    flex-basis: 54px;
    width: 54px;
    height: 54px;
    border-radius: 18px;
  }

  .contact-method-card .i-contact-icon::before {
    font-size: 26px;
  }

  .contact-method-card .i-contact-icon svg,
  .contact-method-card .i-contact-icon--whatsapp .nav-wa-icon {
    width: 26px;
    height: 26px;
    flex-basis: 26px;
  }
}

/* ==========================================================================
  SERVICES BLOCK REDESIGN
  ========================================================================== */

.i-services-section {
  padding: 110px 0;
  background:
    radial-gradient(circle at 8% 18%, rgba(232, 1, 108, 0.12), transparent 25%),
    radial-gradient(circle at 92% 82%, rgba(1, 131, 68, 0.12), transparent 25%),
    linear-gradient(180deg, #f7f8fb 0%, #ffffff 100%) !important;
}

.i-services-section::before {
  content: "";
  position: absolute;
  inset: 34px auto auto 50%;
  width: min(92vw, 1120px);
  height: 340px;
  border-radius: 42px;
  background:
    linear-gradient(135deg, rgba(17, 24, 39, 0.04), rgba(232, 1, 108, 0.04));
  transform: translateX(-50%) rotate(-1deg);
  pointer-events: none;
}

.i-services-section .container {
  position: relative;
  z-index: 1;
}

.i-services-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 32px;
  align-items: end;
  max-width: none;
  margin: 0 0 44px;
  text-align: left;
}

.i-services-title {
  max-width: 760px;
}

.i-services-header .undertitle {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 15px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: rgba(232, 1, 108, 0.09);
  color: #e8016c;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.i-services-header .section-title {
  max-width: 720px;
  margin-bottom: 18px;
  color: #111827;
  font-size: clamp(2.2rem, 4vw, 4rem);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -0.07em;
}

.i-services-intro {
  max-width: 670px;
  color: #667085;
  font-size: 1.08rem;
  line-height: 1.75;
}

.i-services-note {
  position: relative;
  padding: 28px;
  overflow: hidden;
  border-radius: 28px;
  background:
    radial-gradient(circle at 95% 0%, rgba(232, 1, 108, 0.24), transparent 35%),
    linear-gradient(135deg, #111827 0%, #243044 100%);
  color: #fff;
  box-shadow: 0 24px 70px rgba(17, 24, 39, 0.16);
}

.i-services-note::before {
  content: "";
  position: absolute;
  right: -52px;
  bottom: -58px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: rgba(1, 131, 68, 0.3);
}

.i-services-note span,
.i-services-note p,
.i-services-note a {
  position: relative;
  z-index: 1;
}

.i-services-note span {
  display: block;
  margin-bottom: 12px;
  color: #fff;
  font-size: 1.35rem;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.i-services-note p {
  margin: 0 0 20px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.6;
}

.i-services-note a {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  background: #fff;
  color: #111827;
  font-size: 0.92rem;
  font-weight: 900;
}

.i-services-note a:hover {
  color: #e8016c;
}

.service-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.service-box {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 430px;
  overflow: hidden;
  border: 1px solid rgba(17, 24, 39, 0.07);
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(17, 24, 39, 0.08);
  backdrop-filter: none;
}

.service-box-featured {
  grid-column: span 2;
  flex-direction: row;
  min-height: 500px;
  background:
    radial-gradient(circle at 100% 0%, rgba(232, 1, 108, 0.08), transparent 32%),
    #fff;
}

.service-box-wide {
  grid-column: 1 / -1;
  flex-direction: row;
  align-items: stretch;
  min-height: 0;
}

.service-box-wide .service-box-media {
  flex: 0 0 36%;
  position: relative;
  align-self: stretch;
  min-height: 280px;
  overflow: hidden;
}

.service-box-wide .service-box-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  max-height: none;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.service-box-wide .desc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px 34px;
}

.service-box-wide .desc b {
  font-size: clamp(1.35rem, 2vw, 1.85rem);
  margin-bottom: 10px;
}

.service-box-wide .desc p {
  margin-bottom: 0;
  font-size: 0.92rem;
  line-height: 1.55;
}

.service-box-wide .desc p:nth-of-type(2) {
  display: none;
}

.service-box-wide .service-tags {
  margin: 14px 0 18px;
}

.service-box-wide .site-btn {
  align-self: flex-start;
}

.service-box:hover {
  box-shadow: 0 28px 70px rgba(17, 24, 39, 0.14);
  transform: translateY(-7px);
}

.service-box-media {
  flex: 0 0 48%;
  min-height: 230px;
  border-radius: 0;
  background: #111827;
}

.service-box:not(.service-box-featured):not(.service-box-wide) .service-box-media {
  flex: 0 0 auto;
  height: 210px;
}

.service-box-media::after {
  background:
    linear-gradient(180deg, transparent 25%, rgba(17, 24, 39, 0.5) 100%),
    radial-gradient(circle at 20% 16%, rgba(255, 255, 255, 0.22), transparent 24%);
}

.service-box-media img,
.service-box:not(.service-box-featured):not(.service-box-wide) .service-box-media img {
  min-height: 100%;
}

.service-box .desc {
  position: relative;
  flex: 1;
  padding: 30px;
}

.service-box-featured .desc {
  justify-content: center;
  padding: 44px;
}

.service-kicker {
  display: inline-flex;
  width: fit-content;
  min-height: 30px;
  align-items: center;
  padding: 0 12px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: rgba(232, 1, 108, 0.08);
  color: #e8016c;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.service-box .desc b {
  margin-bottom: 14px;
  color: #111827;
  font-size: 1.35rem;
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: -0.05em;
}

.service-box-featured .desc b {
  max-width: 360px;
  font-size: clamp(2rem, 3vw, 3rem);
}

.service-box .desc p {
  color: #667085;
  font-size: 0.95rem;
  line-height: 1.62;
}

.service-box:not(.service-box-featured):not(.service-box-wide) .desc p:nth-of-type(2) {
  display: none;
}

.service-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0 24px;
}

.service-tags span {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  background: #f2f4f7;
  color: #344054;
  font-size: 0.78rem;
  font-weight: 800;
}

.service-box .site-btn {
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  background: #111827;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 900;
}

.service-box .site-btn::after {
  content: "";
  width: 13px;
  height: 13px;
  margin-left: 9px;
  background: currentColor;
  clip-path: polygon(0 42%, 62% 42%, 62% 12%, 100% 50%, 62% 88%, 62% 58%, 0 58%);
}

.service-box:hover .site-btn {
  background: #e8016c;
}

@media (max-width: 1199px) {
  .service-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-box-featured {
    grid-column: span 2;
  }

  .service-box-wide {
    grid-column: 1 / -1;
  }
}

@media (max-width: 991px) {
  .i-services-section {
    padding: 84px 0;
  }

  .i-services-header {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .i-services-note {
    max-width: 560px;
  }

  .service-box-featured {
    flex-direction: column;
    min-height: 0;
  }

  .service-box-wide {
    flex-direction: column;
  }
}

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

  .i-services-header .section-title {
    font-size: 2.35rem;
  }

  .service-list,
  .service-box-featured,
  .service-box-wide {
    grid-template-columns: 1fr;
    grid-column: auto;
  }

  .service-box {
    min-height: 0;
    border-radius: 24px;
  }

  .service-box .desc,
  .service-box-featured .desc {
    padding: 26px 22px;
  }

  .service-box-media,
  .service-box:not(.service-box-featured):not(.service-box-wide) .service-box-media,
  .service-box-wide .service-box-media {
    height: 220px;
    min-height: 220px;
  }

  .service-box-wide .service-box-media img {
    position: absolute;
    inset: 0;
    min-height: 0;
    max-height: none;
  }
}

.i-seo-card {
  position: relative;
  overflow: hidden;
}

.i-seo-card::before {
  content: "";
  position: absolute;
  width: 78px;
  height: 78px;
  right: -22px;
  top: -22px;
  border-radius: 50%;
  background: rgba(232, 1, 108, 0.12);
  transition: transform 0.3s ease;
}

.i-seo-card:hover::before {
  transform: scale(1.55);
}

.i-city-seo {
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(255, 248, 252, 0.94));
}

.i-city-seo li {
  background: #fff;
  border: 1px solid rgba(232, 1, 108, 0.12);
  box-shadow: 0 8px 20px rgba(17, 24, 39, 0.04);
}

.i-gallery-grid {
  grid-template-columns: 1.15fr 0.85fr 1fr;
  grid-auto-rows: 180px;
}

.i-gallery-item {
  min-height: 0;
  border-radius: 28px;
}

.i-gallery-1,
.i-gallery-5 {
  grid-row: span 2;
}

.i-gallery-3 {
  grid-column: span 1;
  grid-row: span 2;
}

.i-gallery-caption {
  transform: translateY(8px);
  transition: transform 0.3s ease;
}

.i-gallery-item:hover .i-gallery-caption {
  transform: translateY(0);
}

.i-reviews-home {
  background:
    radial-gradient(circle at 85% 20%, rgba(232, 1, 108, 0.08), transparent 24%),
    #fff;
}

.i-review-card-featured {
  background: linear-gradient(160deg, #111827 0%, #273244 100%);
  color: #fff;
  transform: translateY(-12px);
}

.i-review-card-featured .i-review-text,
.i-review-card-featured .i-review-author strong {
  color: #fff;
}

.i-review-card-featured .i-review-author span {
  color: rgba(255, 255, 255, 0.65);
}

.i-cta-box {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  background:
    radial-gradient(circle at 88% 20%, rgba(232, 1, 108, 0.32), transparent 26%),
    linear-gradient(135deg, #111827 0%, #243044 100%);
  box-shadow: 0 24px 70px rgba(17, 24, 39, 0.18);
}

.i-cta-box::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  right: -60px;
  bottom: -70px;
  border-radius: 50%;
  background: rgba(1, 131, 68, 0.34);
}

.i-cta-content,
.i-cta-actions {
  position: relative;
  z-index: 1;
}

.i-footer {
  background:
    radial-gradient(circle at 12% 0%, rgba(232, 1, 108, 0.18), transparent 30%),
    linear-gradient(135deg, #0c111d 0%, #17212f 100%);
}

@media (max-width: 991px) {
  .i-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 220px;
  }

  .i-gallery-1,
  .i-gallery-3,
  .i-gallery-5 {
    grid-row: span 1;
  }

  .i-review-card-featured {
    transform: none;
  }
}

@media (max-width: 767px) {
  #hero-6 {
    padding-top: 120px;
  }

  #hero-6 .index-top-form-form {
    padding: 18px;
  }

  .hero-trust-row {
    margin-top: -16px;
  }

  .i-gallery-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  .i-gallery-item {
    min-height: 260px;
  }
}

/* ==========================================================================
  HERO AND GALLERY CLEANUP
  ========================================================================== */

#hero-6 {
  padding-top: 140px;
  padding-bottom: 110px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.82) 46%, rgba(246, 248, 251, 0.72) 100%),
    linear-gradient(135deg, #fff 0%, #f7f3f6 52%, #edf7f2 100%);
}

#hero-6::before,
#hero-6::after,
.hero-6-img::before {
  display: none;
}

#hero-6 .i-top-wr {
  padding-right: 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#hero-6 .i-top-wr > span {
  padding: 8px 14px;
  margin-bottom: 14px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(232, 1, 108, 0.14);
  box-shadow: 0 8px 24px rgba(232, 1, 108, 0.08);
  animation: none;
}

#hero-6 .i-top-wr .section-title,
#hero-6 .hero-6-txt h1 {
  max-width: 720px;
  font-size: clamp(1.7rem, 2.2vw, 2.15rem);
  line-height: 1.2;
  margin-bottom: 14px;
}

#hero-6 .hero-6-txt .undertitle {
  margin-bottom: 12px;
}

.hero-trust-row {
  margin: 0 0 18px;
}

#hero-6 .hero-6-txt .undertitle {
  margin-bottom: 12px;
}

.hero-trust-row span {
  min-height: 34px;
  padding: 0 12px;
  background: #fff;
  border: 1px solid rgba(17, 24, 39, 0.08);
  box-shadow: 0 8px 18px rgba(17, 24, 39, 0.05);
  color: #3b4558;
}

#hero-6 .index-top-form-form {
  max-width: 620px;
  padding: 22px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(17, 24, 39, 0.08);
  box-shadow: 0 18px 48px rgba(17, 24, 39, 0.1);
  backdrop-filter: none;
}

.hero-visual-card {
  position: relative;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 560px;
  margin-left: auto;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  overflow: visible;
}

.hero-visual-card::before {
  display: none;
}

.hero-visual-card::after {
  content: "";
  position: absolute;
  left: 8%;
  right: 4%;
  bottom: 28px;
  height: 24px;
  border-radius: 999px;
  background: rgba(17, 24, 39, 0.2);
  filter: blur(18px);
  z-index: 0;
}

.hero-moving-image {
  position: relative;
  z-index: 1;
  margin: 0;
  height: 100%;
  min-height: inherit;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  overflow: visible;
  background: transparent;
}

.hero-moving-image::before {
  display: none;
}

.hero-moving-image::after {
  display: none;
}

.hero-moving-image img {
  position: relative;
  z-index: 1;
  width: auto;
  max-width: none;
  height: 100%;
  max-height: 620px;
  object-fit: contain;
  transform: translate(34px, 20px);
  filter: drop-shadow(0 34px 34px rgba(17, 24, 39, 0.22));
}

.hero-visual-top,
.hero-visual-footer {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.hero-visual-top strong {
  color: #111827;
  font-size: 1.25rem;
}

.hero-visual-label {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 13px;
  border-radius: 999px;
  background: #111827;
  color: #fff;
  font-size: 0.85rem;
  font-weight: 700;
}

.hero-route-card {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 42px 1fr;
  align-items: center;
  gap: 12px;
  margin: -6px 0 18px;
  padding: 18px;
  border-radius: 18px;
  background: linear-gradient(135deg, #111827 0%, #263244 100%);
  color: #fff;
}

.hero-route-card span {
  display: block;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.78rem;
  margin-bottom: 3px;
}

.hero-route-card strong {
  display: block;
  color: #fff;
  font-size: 0.98rem;
}

.hero-route-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #fff;
  color: #111827;
  font-weight: 700;
}

.hero-visual-grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
}

.hero-visual-feature {
  padding: 16px 18px;
  border-radius: 16px;
  background: #f7f8fb;
  border: 1px solid rgba(17, 24, 39, 0.06);
}

.hero-visual-feature span {
  display: block;
  color: #e8016c;
  font-size: 0.78rem;
  font-weight: 800;
  margin-bottom: 4px;
}

.hero-visual-feature strong {
  display: block;
  color: #111827;
  font-size: 1rem;
  margin-bottom: 4px;
}

.hero-visual-feature p {
  margin: 0;
  color: #667085;
  font-size: 0.9rem;
  line-height: 1.45;
}

.hero-visual-footer {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(17, 24, 39, 0.08);
}

.hero-visual-footer span {
  color: #111827;
  font-size: 0.88rem;
  font-weight: 700;
}

.i-gallery-home {
  background: #fff;
}

.i-gallery-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: auto;
  gap: 24px;
}

.i-gallery-item,
.i-gallery-1,
.i-gallery-3,
.i-gallery-5 {
  grid-column: auto;
  grid-row: auto;
}

.i-gallery-item {
  min-height: 320px;
  border-radius: 22px;
  background-color: #f4f5f8;
  box-shadow: 0 14px 36px rgba(17, 24, 39, 0.08);
  border: 1px solid rgba(17, 24, 39, 0.06);
}

.i-gallery-item::before {
  display: none;
  background: none;
}

.i-gallery-caption {
  padding: 24px;
  transform: none;
}

.i-gallery-caption h4 {
  font-size: 1.08rem;
}

.i-gallery-caption p {
  font-size: 0.9rem;
}

@media (max-width: 991px) {
  .hero-visual-card {
    max-width: 560px;
    height: auto;
    min-height: 0;
    margin: 35px auto 0;
  }

  .hero-moving-image {
    height: auto;
    min-height: 380px;
    justify-content: center;
  }

  .hero-moving-image img {
    width: min(115%, 620px);
    height: auto;
    max-height: 390px;
    transform: translateY(8px);
  }

  .i-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  #hero-6 {
    padding-top: 115px;
    padding-bottom: 80px;
  }

  .hero-moving-image {
    min-height: 260px;
    justify-content: center;
  }

  .hero-moving-image img {
    width: 108%;
    height: auto;
    max-height: 260px;
    transform: translateY(6px);
  }

  .hero-visual-card::before {
    display: none;
  }

  .hero-visual-card::after {
    left: 18%;
    right: 18%;
    bottom: 20px;
  }

  .hero-moving-image::after {
    right: 0;
    top: 42px;
    font-size: 3rem;
  }

  .hero-route-card {
    grid-template-columns: 1fr;
  }

  .hero-route-arrow {
    transform: rotate(90deg);
  }

  .hero-visual-top,
  .hero-visual-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .i-gallery-grid {
    grid-template-columns: 1fr;
  }

  .i-gallery-item {
    min-height: 260px;
  }
}

/* ==========================================================================
  PROMO DISCOUNT
  ========================================================================== */

.i-promo-discount {
  padding: 0 0 80px;
  background: #fff;
}

.i-promo-discount-card {
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(320px, 1.05fr);
  gap: 36px;
  align-items: center;
  padding: 28px;
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(1, 131, 68, 0.06) 0%, rgba(232, 1, 108, 0.05) 100%),
    #f8faf9;
  border: 1px solid rgba(1, 131, 68, 0.12);
  box-shadow: 0 18px 50px rgba(17, 24, 39, 0.06);
}

.i-promo-discount-media {
  display: block;
  overflow: hidden;
  border-radius: 18px;
  min-height: 280px;
}

.i-promo-discount-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
}

.i-promo-discount-content {
  position: relative;
  z-index: 1;
}

.i-promo-discount-actions {
  position: relative;
  z-index: 2;
}

.i-promo-discount-btn,
.i-promo-discount-content .site-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 30px;
  border-radius: 999px;
  background: linear-gradient(135deg, #e8016c 0%, #ff4a9b 100%);
  color: #fff !important;
  font-weight: 800;
  text-decoration: none;
  border: 2px solid #e8016c;
  box-shadow: 0 16px 36px rgba(232, 1, 108, 0.24);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.i-promo-discount-btn:hover,
.i-promo-discount-content .site-btn:hover {
  background: linear-gradient(135deg, #c70060 0%, #e8016c 100%);
  border-color: #c70060;
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 20px 40px rgba(232, 1, 108, 0.3);
}

.i-promo-discount-badge {
  position: absolute;
  top: 0;
  inset-inline-end: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 74px;
  min-height: 74px;
  border-radius: 50%;
  background: linear-gradient(135deg, #e8016c 0%, #c40058 100%);
  color: #fff;
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 12px 28px rgba(232, 1, 108, 0.28);
}

.i-promo-discount-content .undertitle {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #018344;
}

.i-promo-discount-content .section-title {
  max-width: 520px;
  margin-bottom: 16px;
  font-size: clamp(1.65rem, 2.4vw, 2.2rem);
  line-height: 1.2;
  color: #111827;
}

.i-promo-discount-content p {
  max-width: 560px;
  margin-bottom: 22px;
  color: #4b5563;
  line-height: 1.7;
}

.i-promo-discount-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 26px;
}

.i-promo-discount-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(1, 131, 68, 0.16);
  color: #0f5132;
  font-size: 0.88rem;
  font-weight: 600;
}

@media (max-width: 991px) {
  .i-promo-discount-card {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 22px;
  }

  .i-promo-discount-media,
  .i-promo-discount-media img {
    min-height: 220px;
  }

  .i-promo-discount-badge {
    position: static;
    margin-bottom: 18px;
    min-width: 64px;
    min-height: 64px;
    font-size: 1.2rem;
  }
}

/* ==========================================================================
  KEY MOVE SECTION REDESIGN
  ========================================================================== */

.keymove-section {
  position: relative;
  overflow: hidden;
  padding: 95px 0;
  background:
    radial-gradient(circle at 82% 18%, rgba(232, 1, 108, 0.2), transparent 28%),
    radial-gradient(circle at 12% 82%, rgba(1, 131, 68, 0.16), transparent 30%),
    linear-gradient(135deg, #111827 0%, #17212f 56%, #0c111d 100%) !important;
  color: #fff;
}

.keymove-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.045) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(90deg, transparent 0%, #000 22%, #000 78%, transparent 100%);
  pointer-events: none;
}

.keymove-section .container {
  position: relative;
  z-index: 1;
}

.keymove-head {
  max-width: 820px;
  margin: 0 auto 48px;
  text-align: center;
}

.keymove-head .undertitle {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 16px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: rgba(232, 1, 108, 0.18);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.keymove-head .section-title {
  color: #fff;
  margin-bottom: 16px;
  font-size: clamp(2rem, 3vw, 3rem);
}

.keymove-head p {
  max-width: 700px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.05rem;
  line-height: 1.7;
}

.keymove-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 28px;
  align-items: stretch;
}

.keymove-main-card,
.keymove-step {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(14px);
}

.keymove-main-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 420px;
  padding: 42px;
  border-radius: 30px;
}

.keymove-main-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  margin-bottom: 24px;
  border-radius: 22px;
  background: linear-gradient(135deg, #e8016c 0%, #ff5aa5 100%);
  color: #fff;
  box-shadow: 0 18px 40px rgba(232, 1, 108, 0.32);
}

.keymove-main-icon span::before {
  font-size: 38px;
}

.keymove-main-card h4 {
  color: #fff;
  margin-bottom: 14px;
  font-size: 1.8rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.keymove-main-card > p {
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.7;
}

.keymove-main-card ul {
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.keymove-main-card li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.96rem;
  font-weight: 600;
}

.keymove-main-card li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  border-radius: 50%;
  background: rgba(1, 131, 68, 0.22);
  color: #6ee7a8;
}

.keymove-main-card li span::before {
  font-size: 13px;
}

.keymove-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.keymove-step {
  position: relative;
  min-height: 200px;
  padding: 28px;
  border-radius: 24px;
  overflow: hidden;
  transition: transform 0.3s ease, background 0.3s ease;
}

.keymove-step:hover {
  transform: translateY(-6px);
  background: rgba(255, 255, 255, 0.12);
}

.keymove-step-number {
  position: absolute;
  right: 22px;
  top: 16px;
  color: rgba(255, 255, 255, 0.1);
  font-size: 3rem;
  line-height: 1;
  font-weight: 900;
}

.keymove-step-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin-bottom: 20px;
  border-radius: 18px;
  background: #fff;
  color: #e8016c;
}

.keymove-step-icon svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.keymove-step-icon span::before {
  font-size: 28px;
}

.keymove-step h5 {
  position: relative;
  color: #fff;
  margin-bottom: 10px;
  font-size: 1.1rem;
  font-weight: 800;
}

.keymove-step p {
  position: relative;
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.6;
  font-size: 0.95rem;
}

@media (max-width: 991px) {
  .keymove-layout {
    grid-template-columns: 1fr;
  }

  .keymove-main-card {
    min-height: 0;
  }
}

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

  .keymove-main-card {
    padding: 30px 24px;
    border-radius: 24px;
  }

  .keymove-steps {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
  PROCESS TIMELINE REDESIGN
  ========================================================================== */

.process-timeline-section {
  padding: 95px 0;
  background:
    linear-gradient(180deg, #ffffff 0%, #f7f8fb 100%) !important;
  overflow: hidden;
}

.process-head {
  max-width: 760px;
  margin: 0 auto 54px;
  text-align: center;
}

.process-head .undertitle {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: rgba(232, 1, 108, 0.08);
  color: #e8016c;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.process-head .section-title {
  margin-bottom: 14px;
  color: #111827;
  font-size: clamp(2rem, 3vw, 3rem);
}

.process-head p {
  margin: 0;
  color: #667085;
  font-size: 1.05rem;
  line-height: 1.7;
}

.process-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 36px;
  align-items: start;
}

.process-timeline {
  position: relative;
  display: grid;
  gap: 18px;
}

.process-timeline::before {
  content: "";
  position: absolute;
  left: 35px;
  top: 28px;
  bottom: 28px;
  width: 2px;
  background: linear-gradient(180deg, #e8016c 0%, rgba(232, 1, 108, 0.12) 100%);
}

.process-step {
  position: relative;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 22px;
  align-items: stretch;
}

.process-number {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 22px;
  background: #fff;
  color: #e8016c;
  font-size: 1rem;
  font-weight: 900;
  border: 1px solid rgba(232, 1, 108, 0.18);
  box-shadow: 0 12px 32px rgba(232, 1, 108, 0.1);
}

.process-step-content {
  padding: 26px 28px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(17, 24, 39, 0.06);
  box-shadow: 0 14px 38px rgba(17, 24, 39, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.process-step:hover .process-step-content {
  transform: translateY(-4px);
  box-shadow: 0 20px 50px rgba(17, 24, 39, 0.1);
}

.process-step-content h4 {
  margin-bottom: 8px;
  color: #111827;
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.process-step-content p {
  margin: 0;
  color: #667085;
  line-height: 1.65;
  font-size: 0.98rem;
}

.process-side-card {
  position: sticky;
  top: 110px;
  padding: 34px 30px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 90% 10%, rgba(232, 1, 108, 0.28), transparent 30%),
    linear-gradient(135deg, #111827 0%, #243044 100%);
  color: #fff;
  box-shadow: 0 24px 70px rgba(17, 24, 39, 0.18);
}

.process-side-label {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.process-side-card h4 {
  color: #fff;
  margin-bottom: 12px;
  font-size: 1.45rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.18;
}

.process-side-card p {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.65;
  margin-bottom: 24px;
}

.process-side-actions {
  display: grid;
  gap: 12px;
}

.process-side-actions .site-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 999px;
  background: #e8016c;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.process-side-actions .site-btn.whatsapp {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.process-side-actions .site-btn:hover {
  color: #fff;
  transform: translateY(-2px);
}

@media (max-width: 991px) {
  .process-layout {
    grid-template-columns: 1fr;
  }

  .process-side-card {
    position: static;
  }
}

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

  .process-timeline::before {
    left: 25px;
  }

  .process-step {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 16px;
  }

  .process-number {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    font-size: 0.85rem;
  }

  .process-step-content {
    padding: 22px 20px;
  }
}

/* ==========================================================================
  TRUST STATS REDESIGN
  ========================================================================== */

.i-stats-section {
  position: relative;
  padding: 95px 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 18%, rgba(232, 1, 108, 0.1), transparent 26%),
    radial-gradient(circle at 88% 82%, rgba(1, 131, 68, 0.1), transparent 26%),
    linear-gradient(180deg, #f7f8fb 0%, #ffffff 100%) !important;
}

.i-stats-section::before,
.i-stats-section::after {
  display: none !important;
}

.trust-head {
  max-width: 760px;
  margin: 0 auto 48px;
  text-align: center;
}

.trust-head .undertitle {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: rgba(232, 1, 108, 0.08);
  color: #e8016c;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.trust-head .section-title {
  margin-bottom: 14px;
  color: #111827;
  font-size: clamp(2rem, 3vw, 3rem);
}

.trust-head p {
  margin: 0;
  color: #667085;
  font-size: 1.05rem;
  line-height: 1.7;
}

.trust-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 28px;
  align-items: stretch;
}

.trust-main-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 440px;
  padding: 42px;
  overflow: hidden;
  border-radius: 32px;
  background:
    radial-gradient(circle at 82% 18%, rgba(232, 1, 108, 0.32), transparent 28%),
    linear-gradient(135deg, #111827 0%, #243044 100%);
  color: #fff;
  box-shadow: 0 28px 80px rgba(17, 24, 39, 0.18);
}

.trust-main-card::before {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  right: -90px;
  top: -90px;
  border-radius: 50%;
  background: rgba(1, 131, 68, 0.28);
}

.trust-main-label {
  position: relative;
  display: inline-flex;
  width: fit-content;
  min-height: 34px;
  align-items: center;
  padding: 0 14px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.trust-main-card strong {
  position: relative;
  display: block;
  color: #fff;
  font-size: clamp(4.5rem, 8vw, 7rem);
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: -0.08em;
}

.trust-main-card > p {
  position: relative;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.05rem;
  line-height: 1.6;
}

.trust-main-footer {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.trust-main-footer span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 0.86rem;
  font-weight: 700;
}

.trust-side {
  display: grid;
  gap: 20px;
}

.trust-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.trust-metric {
  min-height: 205px;
  padding: 28px 24px;
  border-radius: 26px;
  background: #fff;
  border: 1px solid rgba(17, 24, 39, 0.06);
  box-shadow: 0 18px 46px rgba(17, 24, 39, 0.07);
}

.trust-metric-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin-bottom: 24px;
  border-radius: 18px;
  background: rgba(232, 1, 108, 0.09);
  color: #e8016c;
}

.trust-metric-icon::before {
  font-size: 27px;
}

.trust-metric strong {
  display: block;
  margin-bottom: 6px;
  color: #111827;
  font-size: 2.3rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.05em;
}

.trust-metric p {
  margin: 0;
  color: #667085;
  line-height: 1.45;
  font-size: 0.95rem;
}

.trust-proof-list {
  display: grid;
  gap: 12px;
  padding: 24px;
  border-radius: 28px;
  background: #fff;
  border: 1px solid rgba(17, 24, 39, 0.06);
  box-shadow: 0 18px 46px rgba(17, 24, 39, 0.06);
}

.trust-proof-item {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 16px;
  border-radius: 18px;
  background: #f7f8fb;
}

.trust-proof-item span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: #111827;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 900;
}

.trust-proof-item p {
  margin: 0;
  color: #111827;
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1.45;
}

@media (max-width: 991px) {
  .trust-layout {
    grid-template-columns: 1fr;
  }
}

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

  .trust-main-card {
    min-height: 360px;
    padding: 32px 26px;
  }

  .trust-metrics {
    grid-template-columns: 1fr;
  }

  .trust-metric {
    min-height: 0;
  }
}

/* ==========================================================================
  QUICK EVALUATION PAGE
  ========================================================================== */

.quick-eval-page {
  background: #f6f8fb;
}

.quick-eval-hero {
  position: relative;
  padding: 150px 0 80px;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 22%, rgba(232, 1, 108, 0.16), transparent 28%),
    radial-gradient(circle at 86% 24%, rgba(1, 131, 68, 0.14), transparent 26%),
    linear-gradient(135deg, #111827 0%, #223047 100%);
  color: #fff;
}

.quick-eval-hero::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -150px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.07);
}

.quick-eval-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 42px;
  align-items: end;
}

.quick-eval-back,
.quick-eval-label {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border-radius: 999px;
  font-weight: 800;
}

.quick-eval-back {
  padding: 0 14px;
  margin-bottom: 18px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 0.88rem;
}

.quick-eval-back:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.16);
}

.quick-eval-label {
  padding: 0 13px;
  margin-bottom: 18px;
  background: rgba(232, 1, 108, 0.18);
  color: #fff;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.quick-eval-hero h1 {
  max-width: 780px;
  margin: 0 0 20px;
  color: #fff;
  font-size: clamp(2.35rem, 5vw, 4.6rem);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.quick-eval-hero p {
  max-width: 690px;
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.08rem;
  line-height: 1.75;
}

.quick-eval-hero-card {
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(18px);
}

.quick-eval-hero-card strong {
  display: block;
  color: #fff;
  font-size: 4rem;
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: -0.08em;
}

.quick-eval-hero-card span {
  display: block;
  margin: 14px 0 22px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.45;
}

.quick-eval-hero-card ul {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.quick-eval-hero-card li {
  position: relative;
  padding-left: 22px;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
}

.quick-eval-hero-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e8016c;
}

.quick-eval-form-section {
  padding: 72px 0 95px;
}

.quick-eval-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 28px;
  align-items: start;
}

.quick-eval-main {
  display: grid;
  gap: 22px;
}

.qe-card,
.qe-room,
.qe-sidebar-card,
.quick-eval-submit {
  border: 1px solid rgba(17, 24, 39, 0.07);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 18px 55px rgba(17, 24, 39, 0.07);
}

.qe-card {
  padding: 30px;
}

.qe-card-head {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  margin-bottom: 26px;
}

.qe-card-head > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background: #111827;
  color: #fff;
  font-size: 0.92rem;
  font-weight: 900;
}

.qe-card-head h2 {
  margin: 0 0 6px;
  color: #111827;
  font-size: 1.55rem;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.qe-card-head p {
  margin: 0;
  color: #667085;
  line-height: 1.55;
}

.qe-grid {
  display: grid;
  gap: 18px;
}

.qe-grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.qe-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.qe-field {
  display: grid;
  gap: 8px;
  margin: 0;
}

.qe-field-wide {
  grid-column: 1 / -1;
}

.qe-field span {
  color: #344054;
  font-size: 0.9rem;
  font-weight: 800;
}

.qe-field i {
  color: #e8016c;
  font-style: normal;
}

.qe-field input,
.qe-field select {
  width: 100%;
  height: 54px;
  padding: 0 16px;
  border: 1px solid #dfe5ee;
  border-radius: 16px;
  background: #f8fafc;
  color: #111827;
  font-size: 0.96rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.qe-field input:focus,
.qe-field select:focus {
  outline: none;
  border-color: rgba(232, 1, 108, 0.55);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(232, 1, 108, 0.09);
}

.qe-check-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.qe-check {
  display: flex;
  gap: 10px;
  align-items: center;
  min-height: 54px;
  padding: 13px 14px;
  margin: 0;
  border: 1px solid rgba(17, 24, 39, 0.07);
  border-radius: 16px;
  background: #f8fafc;
  color: #111827;
  font-weight: 800;
  line-height: 1.3;
}

.qe-check input {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  accent-color: #e8016c;
}

.qe-pack-fields {
  margin-top: 18px;
}

.qe-room-list {
  display: grid;
  gap: 16px;
}

.qe-room {
  overflow: hidden;
}

.qe-room summary {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 24px 28px;
  cursor: pointer;
  list-style: none;
}

.qe-room summary::-webkit-details-marker {
  display: none;
}

.qe-room summary::after {
  content: "+";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #f1f4f8;
  color: #111827;
  font-size: 1.35rem;
  font-weight: 800;
  transition: transform 0.2s ease, background 0.2s ease;
}

.qe-room[open] summary::after {
  content: "-";
  background: #e8016c;
  color: #fff;
}

.qe-room summary span {
  display: block;
  color: #111827;
  font-size: 1.22rem;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.qe-room summary small {
  display: block;
  margin-top: 4px;
  color: #667085;
  font-size: 0.9rem;
  font-weight: 500;
}

.qe-room-include {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  min-height: 42px;
  padding: 0 14px;
  margin: 0 28px 18px;
  border-radius: 999px;
  background: rgba(232, 1, 108, 0.08);
  color: #111827;
  font-size: 0.9rem;
  font-weight: 800;
}

.qe-room-include input {
  width: 17px;
  height: 17px;
  accent-color: #e8016c;
}

.qe-room .qe-grid {
  padding: 0 28px 28px;
}

.quick-eval-sidebar {
  position: sticky;
  top: 105px;
}

.qe-sidebar-card {
  padding: 28px;
  background:
    radial-gradient(circle at 90% 0%, rgba(232, 1, 108, 0.12), transparent 36%),
    #fff;
}

.qe-sidebar-card h3 {
  margin: 0 0 18px;
  color: #111827;
  font-size: 1.45rem;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.qe-sidebar-card ol {
  display: grid;
  gap: 12px;
  padding-left: 18px;
  margin: 0 0 22px;
  color: #344054;
  font-weight: 700;
  line-height: 1.45;
}

.qe-whatsapp-link {
  display: inline-flex;
  width: 100%;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 999px;
  background: #018344;
  color: #fff;
  font-weight: 900;
}

.qe-whatsapp-link:hover {
  color: #fff;
  transform: translateY(-1px);
}

.quick-eval-submit {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  padding: 24px 28px;
  margin-top: 28px;
  background:
    radial-gradient(circle at 18% 16%, rgba(232, 1, 108, 0.1), transparent 32%),
    linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
}

.quick-eval-submit .site-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 34px;
  overflow: hidden;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #e8016c 0%, #ff4a9b 100%);
  color: #fff;
  box-shadow: 0 16px 36px rgba(232, 1, 108, 0.3);
  cursor: pointer;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: -0.01em;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.quick-eval-submit .site-btn::after {
  content: "";
  width: 18px;
  height: 18px;
  margin-left: 12px;
  background: currentColor;
  clip-path: polygon(0 42%, 62% 42%, 62% 12%, 100% 50%, 62% 88%, 62% 58%, 0 58%);
}

.quick-eval-submit .site-btn:hover {
  color: #fff;
  background: linear-gradient(135deg, #c70060 0%, #e8016c 100%);
  box-shadow: 0 20px 44px rgba(232, 1, 108, 0.38);
  transform: translateY(-2px);
}

.quick-eval-submit .site-btn:focus {
  outline: none;
  box-shadow: 0 0 0 5px rgba(232, 1, 108, 0.14), 0 16px 36px rgba(232, 1, 108, 0.3);
}

.quick-eval-submit p {
  max-width: 460px;
  margin: 0;
  color: #667085;
  line-height: 1.5;
}

.telegram-form-status {
  grid-column: 1 / -1;
  width: 100%;
  margin-top: 14px;
  padding: 13px 16px;
  border-radius: 16px;
  font-size: 0.94rem;
  font-weight: 800;
  line-height: 1.45;
}

.telegram-form-status-loading {
  background: #f2f4f7;
  color: #344054;
}

.telegram-form-status-success {
  background: rgba(1, 131, 68, 0.1);
  color: #018344;
}

.telegram-form-status-error {
  background: rgba(232, 1, 108, 0.1);
  color: #c70060;
}

.telegram-form button[disabled] {
  cursor: wait;
  opacity: 0.72;
}

@media (max-width: 991px) {
  .quick-eval-hero {
    padding: 130px 0 64px;
  }

  .quick-eval-hero-grid,
  .quick-eval-layout {
    grid-template-columns: 1fr;
  }

  .quick-eval-sidebar {
    position: static;
  }

  .qe-grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .quick-eval-hero {
    padding: 112px 0 54px;
  }

  .quick-eval-hero h1 {
    font-size: 2.3rem;
  }

  .quick-eval-hero-card,
  .qe-card,
  .qe-sidebar-card,
  .quick-eval-submit {
    border-radius: 22px;
  }

  .quick-eval-hero-card,
  .qe-card {
    padding: 24px 20px;
  }

  .qe-grid-2,
  .qe-grid-3,
  .qe-check-grid {
    grid-template-columns: 1fr;
  }

  .qe-card-head {
    grid-template-columns: 44px minmax(0, 1fr);
  }

  .qe-card-head > span {
    width: 44px;
    height: 44px;
    border-radius: 15px;
  }

  .qe-room summary {
    padding: 22px 20px;
  }

  .qe-room-include {
    margin: 0 20px 16px;
  }

  .qe-room .qe-grid {
    padding: 0 20px 22px;
  }

  .quick-eval-submit {
    display: grid;
  }
}

/* ==========================================================================
  FULL GALLERY PAGE
  ========================================================================== */

.i-gallery-more {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  justify-content: center;
  margin-top: 34px;
  text-align: center;
}

.i-gallery-more .site-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 26px;
  border-radius: 999px;
  background: linear-gradient(135deg, #e8016c 0%, #ff4a9b 100%);
  color: #fff;
  box-shadow: 0 16px 34px rgba(232, 1, 108, 0.24);
  font-weight: 900;
}

.i-gallery-more .site-btn:hover {
  color: #fff;
  transform: translateY(-2px);
}

.i-gallery-more p {
  max-width: 420px;
  margin: 0;
  color: #667085;
  line-height: 1.5;
  text-align: left;
}

.gallery-page {
  background: #f7f8fb;
}

.gallery-page-hero {
  position: relative;
  padding: 155px 0 84px;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 20%, rgba(232, 1, 108, 0.18), transparent 30%),
    radial-gradient(circle at 86% 72%, rgba(1, 131, 68, 0.18), transparent 30%),
    linear-gradient(135deg, #111827 0%, #243044 100%);
  color: #fff;
}

.gallery-page-hero::after {
  content: "";
  position: absolute;
  right: -140px;
  bottom: -180px;
  width: 440px;
  height: 440px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.07);
}

.gallery-page-back,
.gallery-page-label {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border-radius: 999px;
  font-weight: 900;
}

.gallery-page-back {
  padding: 0 14px;
  margin-bottom: 18px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 0.88rem;
}

.gallery-page-back:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.16);
}

.gallery-page-label {
  padding: 0 13px;
  margin-bottom: 18px;
  background: rgba(232, 1, 108, 0.2);
  color: #fff;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gallery-page-hero h1 {
  position: relative;
  z-index: 1;
  max-width: 820px;
  margin: 0 0 20px;
  color: #fff;
  font-size: clamp(2.45rem, 5vw, 4.7rem);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -0.07em;
}

.gallery-page-hero p {
  position: relative;
  z-index: 1;
  max-width: 700px;
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 1.08rem;
  line-height: 1.75;
}

.gallery-page-section {
  padding: 70px 0 95px;
}

.gallery-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}

.gallery-filter button {
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 999px;
  background: #fff;
  color: #344054;
  box-shadow: 0 10px 24px rgba(17, 24, 39, 0.04);
  cursor: pointer;
  font-weight: 900;
  transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.gallery-filter button:hover,
.gallery-filter button.active {
  background: #111827;
  color: #fff;
  transform: translateY(-1px);
}

.gallery-page-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: 20px;
}

.gallery-card {
  position: relative;
  min-height: 320px;
  margin: 0;
  overflow: hidden;
  border-radius: 28px;
  background: #111827;
  box-shadow: 0 18px 48px rgba(17, 24, 39, 0.1);
}

.gallery-card-wide {
  grid-column: span 2;
}

.gallery-card-tall {
  grid-row: span 2;
  min-height: 660px;
}

.gallery-card[hidden] {
  display: none;
}

.gallery-load-more {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.gallery-load-more[hidden] {
  display: none;
}

.gallery-load-more-btn {
  min-height: 52px;
  padding: 0 28px;
  border: 0;
  cursor: pointer;
}

.gallery-sentinel {
  height: 1px;
  pointer-events: none;
}

.gallery-card img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  display: block;
  transition: transform 0.55s ease;
}

.gallery-card::after {
  content: "";
  position: absolute;
  inset: 0;
  display: none;
  background: none;
}

.gallery-card:hover img {
  transform: scale(1.07);
}

.gallery-card figcaption {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 26px;
  color: #fff;
}

.gallery-card figcaption span {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  font-size: 1.12rem;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.gallery-card figcaption p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.5;
}

.gallery-page-note {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  margin-top: 38px;
  padding: 30px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 94% 0%, rgba(232, 1, 108, 0.12), transparent 34%),
    #fff;
  box-shadow: 0 18px 48px rgba(17, 24, 39, 0.07);
}

.gallery-page-note h2 {
  margin: 0 0 8px;
  color: #111827;
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.gallery-page-note p {
  margin: 0;
  color: #667085;
  line-height: 1.65;
}

.gallery-page-note .site-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  background: #111827;
  color: #fff;
  font-weight: 900;
  white-space: nowrap;
}

.gallery-page-note .site-btn:hover {
  color: #fff;
  background: #e8016c;
}

@media (max-width: 991px) {
  .gallery-page-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gallery-card-wide,
  .gallery-card-tall {
    grid-column: auto;
    grid-row: auto;
    min-height: 340px;
  }

  .gallery-page-note {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .i-gallery-more {
    align-items: stretch;
    flex-direction: column;
  }

  .i-gallery-more p {
    text-align: center;
  }

  .gallery-page-hero {
    padding: 118px 0 58px;
  }

  .gallery-page-hero h1 {
    font-size: 2.35rem;
  }

  .gallery-page-grid {
    grid-template-columns: 1fr;
  }

  .gallery-card,
  .gallery-card-wide,
  .gallery-card-tall {
    min-height: 280px;
  }

  .gallery-page-note {
    padding: 24px 20px;
  }
}

/* ==========================================================================
  HEBREW RTL VERSION
  ========================================================================== */

[dir="rtl"] {
  direction: rtl;
  text-align: right;
}

[dir="rtl"] body,
[dir="rtl"] input,
[dir="rtl"] select,
[dir="rtl"] textarea,
[dir="rtl"] button {
  font-family: "Rubik", Arial, sans-serif;
}

[dir="rtl"] .row {
  direction: rtl;
}

[dir="rtl"] .wsmenu > .wsmenu-list,
[dir="rtl"] .hero-actions,
[dir="rtl"] .contacts-actions,
[dir="rtl"] .i-whatsapp-buttons,
[dir="rtl"] .service-tags,
[dir="rtl"] .trust-main-footer,
[dir="rtl"] .gallery-filter,
[dir="rtl"] .i-gallery-more,
[dir="rtl"] .gallery-load-more {
  direction: rtl;
}

[dir="rtl"] .header .wsmenu {
  margin-left: 0;
  margin-right: auto;
}

[dir="rtl"] .header .wsmenu > .wsmenu-list {
  justify-content: flex-start;
}

[dir="rtl"] .header .wsmenu > .wsmenu-list > li a.btn {
  margin-left: 0;
  margin-right: 8px;
}

[dir="rtl"] .language-switcher .lang-dropdown {
  right: auto;
  left: 0;
  transform-origin: top left;
}

[dir="rtl"] .language-switcher .lang-dropdown::before {
  right: auto;
  left: 22px;
}

[dir="rtl"] .language-switcher .lang-option:hover {
  transform: translateX(-2px);
}

[dir="rtl"] .wsmenu .language-switcher {
  margin-left: 0;
  margin-right: 4px;
}

[dir="rtl"] .hero-6-txt,
[dir="rtl"] .i-services-header,
[dir="rtl"] .i-section-head,
[dir="rtl"] .i-section-head-left,
[dir="rtl"] .process-head,
[dir="rtl"] .trust-head,
[dir="rtl"] .gallery-page-hero,
[dir="rtl"] .quick-eval-hero-copy,
[dir="rtl"] .contacts-main-card,
[dir="rtl"] .service-page-content,
[dir="rtl"] .service-page-hero {
  text-align: right;
}

[dir="rtl"] .i-section-head {
  margin-right: auto;
  margin-left: auto;
}

[dir="rtl"] .i-section-head-left {
  margin-right: 0;
  margin-left: auto;
}

[dir="rtl"] .index-top-form-label i,
[dir="rtl"] .qe-field span,
[dir="rtl"] .qe-card-head h2,
[dir="rtl"] .qe-card-head p,
[dir="rtl"] .i-contact-card,
[dir="rtl"] .service-box .desc,
[dir="rtl"] .i-gallery-caption,
[dir="rtl"] .gallery-card figcaption,
[dir="rtl"] .i-review-card,
[dir="rtl"] .i-faq-item,
[dir="rtl"] .quick-eval-submit p {
  text-align: right;
}

[dir="rtl"] .hero-moving-image img {
  transform: translate(-34px, 18px);
}

[dir="rtl"] .service-box-featured {
  flex-direction: row-reverse;
}

[dir="rtl"] .service-box-wide {
  flex-direction: row-reverse;
}

[dir="rtl"] .service-box .site-btn::after,
[dir="rtl"] .quick-eval-submit .site-btn::after {
  margin-left: 0;
  margin-right: 9px;
  transform: scaleX(-1);
}

[dir="rtl"] .quick-eval-submit .site-btn::after {
  margin-right: 12px;
}

[dir="rtl"] .process-step {
  grid-template-columns: minmax(0, 1fr) 74px;
}

[dir="rtl"] .process-number {
  grid-column: 2;
  grid-row: 1;
}

[dir="rtl"] .process-step-content {
  grid-column: 1;
  grid-row: 1;
}

[dir="rtl"] .contact-method-card {
  grid-template-columns: 64px minmax(0, 1fr);
}

[dir="rtl"] .contact-method-card .i-contact-icon {
  grid-column: 1;
}

[dir="rtl"] .contact-method-card > div {
  grid-column: 2;
}

[dir="rtl"] .gallery-page-back,
[dir="rtl"] .quick-eval-back,
[dir="rtl"] .service-page-back {
  direction: rtl;
}

[dir="rtl"] .i-footer-nav,
[dir="rtl"] .i-footer-tagline,
[dir="rtl"] .i-footer-bottom,
[dir="rtl"] .i-footer-phone {
  text-align: right;
}

.phone-ltr,
[dir="rtl"] .phone-ltr,
[dir="rtl"] .i-footer-phone,
[dir="rtl"] .srv-contact-phone,
[dir="rtl"] .contact-method-card p,
[dir="rtl"] input[type="tel"] {
  direction: ltr;
  unicode-bidi: isolate;
}

[dir="rtl"] .nav-phone {
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
}

[dir="rtl"] .nav-phone .phone-ltr {
  display: inline-block;
}

[dir="rtl"] .i-footer-socials {
  justify-content: flex-start;
}

[dir="rtl"] .telegram-form-status {
  text-align: right;
}

@media (max-width: 991px) {
  [dir="rtl"] .wsmenu > .wsmenu-list {
    margin-right: -390px;
    margin-left: 0;
    border-radius: 30px 0 0 30px;
  }

  [dir="rtl"].wsactive .wsmenu > .wsmenu-list,
  [dir="rtl"] .wsactive .wsmenu > .wsmenu-list {
    margin-right: 0;
  }

  [dir="rtl"] .wsmenu > .wsmenu-list::before {
    text-align: right;
    content: "תפריט Moviline";
  }

  [dir="rtl"] .wsanimated-arrow {
    right: auto;
    left: auto;
  }

  [dir="rtl"] .wsmobileheader-actions .wsanimated-arrow {
    right: auto;
    left: auto;
  }
}

@media (max-width: 767px) {
  [dir="rtl"] .service-box-featured {
    flex-direction: column;
  }

  [dir="rtl"] .hero-moving-image img {
    transform: translateY(8px);
  }

  [dir="rtl"] .contact-method-card {
    grid-template-columns: 54px minmax(0, 1fr);
  }
}

/* Keep RTL text direction without breaking Bootstrap/grid visual layouts. */
[dir="rtl"] .row {
  direction: ltr;
}

[dir="rtl"] .row > [class*="col"] {
  direction: rtl;
}

[dir="rtl"] .service-list,
[dir="rtl"] .i-gallery-grid,
[dir="rtl"] .gallery-page-grid,
[dir="rtl"] .trust-layout,
[dir="rtl"] .contacts-showcase,
[dir="rtl"] .quick-eval-layout,
[dir="rtl"] .keymove-layout,
[dir="rtl"] .i-reviews-grid {
  direction: ltr;
}

[dir="rtl"] .service-box,
[dir="rtl"] .i-gallery-item,
[dir="rtl"] .gallery-card,
[dir="rtl"] .trust-layout > *,
[dir="rtl"] .contacts-showcase > *,
[dir="rtl"] .quick-eval-layout > *,
[dir="rtl"] .keymove-layout > *,
[dir="rtl"] .i-review-card {
  direction: rtl;
}

@media (min-width: 992px) {
  [dir="rtl"] .hero-main-row {
    direction: ltr;
    flex-direction: row-reverse;
  }

  [dir="rtl"] .hero-main-row > [class*="col"] {
    direction: rtl;
  }

  [dir="rtl"] .hero-moving-image {
    justify-content: flex-start;
  }

  [dir="rtl"] .hero-moving-image img {
    transform: translate(-34px, 20px);
  }
}

@media (max-width: 991px) {
  [dir="rtl"] .hero-main-row {
    direction: rtl;
  }
}

/*------------------------------------------*/
/*  SERVICE PAGE V2 — apartment-moving
/*------------------------------------------*/

.service-apartment-page .header {
  margin-bottom: 0;
}

.service-apartment-page .site-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 56px;
  padding: 0 34px;
  border: 0;
  border-radius: 10px;
  background: linear-gradient(135deg, #e8016c 0%, #ff4a9b 100%);
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  box-shadow: 0 14px 30px rgba(232, 1, 108, 0.28);
  cursor: pointer;
  transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.service-apartment-page .site-btn:hover,
.service-apartment-page .site-btn:focus {
  color: #fff;
  background: linear-gradient(135deg, #c70060 0%, #e8016c 100%);
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(232, 1, 108, 0.34);
}

.srv-order {
  padding: 110px 0 60px;
  background: linear-gradient(180deg, #f7f8fa 0%, #ffffff 100%);
}

.srv-order-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: 28px;
  align-items: stretch;
}

.srv-order-visual {
  position: relative;
  min-height: 520px;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(135deg, #17212f 0%, #243447 55%, rgba(232, 1, 108, 0.35) 100%);
  box-shadow: 0 24px 50px rgba(23, 33, 47, 0.14);
}

.srv-order-visual-photo {
  background: #17212f;
  min-height: 520px;
  height: 100%;
}

.srv-order-photo-img {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  object-position: center center;
}

.srv-order-photo {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
}

.srv-order-photo img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.srv-order-visual-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(23, 33, 47, 0.08) 0%, rgba(23, 33, 47, 0.18) 42%, rgba(23, 33, 47, 0.82) 100%),
    linear-gradient(90deg, rgba(23, 33, 47, 0.28) 0%, transparent 55%);
  pointer-events: none;
}

.srv-order-visual-photo .srv-order-image-box {
  z-index: 2;
}

.srv-order-visual .hero-visual-card {
  min-height: 520px;
  padding: 20px 10px 70px;
}

.srv-order-visual .hero-moving-image {
  justify-content: center;
  overflow: hidden;
}

.srv-order-visual .hero-moving-image picture.service-box-media {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  flex: 1 1 auto;
}

.srv-order-visual .hero-moving-image picture.service-box-media img {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  min-height: 100%;
  object-fit: cover;
  transform: none;
}

.srv-order-visual .hero-moving-image img {
  max-height: 460px;
  transform: translate(0, 10px);
}

.srv-order-image {
  position: relative;
  min-height: 520px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 24px 50px rgba(23, 33, 47, 0.14);
}

.srv-order-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.srv-order-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(23, 33, 47, 0.15) 0%, rgba(23, 33, 47, 0.72) 100%);
}

.srv-order-image-box {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  z-index: 2;
  color: #fff;
  padding: 22px 24px;
  border-radius: 16px;
  background: rgba(23, 33, 47, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(8px);
}

.srv-order-image-box h2 {
  margin: 0 0 8px;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
}

.srv-order-image-box p {
  margin: 0;
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.9);
}

.srv-order-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  background: #fff;
  border-radius: 20px;
  padding: 28px;
  box-shadow: 0 20px 45px rgba(23, 33, 47, 0.1);
}

.srv-order-step h3 {
  margin: 0 0 6px;
  font-size: 1.15rem;
  font-weight: 700;
  color: #e8016c;
}

.srv-order-step h4 {
  margin: 0 0 18px;
  font-size: 1rem;
  font-weight: 600;
  color: #17212f;
}

.srv-order-step label {
  display: block;
  margin-bottom: 14px;
}

.srv-order-step label span {
  display: block;
  margin-bottom: 6px;
  font-size: 0.92rem;
  font-weight: 600;
  color: #17212f;
}

.srv-order-step label span i {
  color: #e8016c;
  font-style: normal;
}

.srv-order-step input,
.srv-order-step select {
  width: 100%;
  min-height: 46px;
  border: 1px solid #dbe1e8;
  border-radius: 10px;
  padding: 0 14px;
  font-size: 0.95rem;
  color: #17212f;
  background: #fff;
}

.srv-order-step .site-btn {
  width: 100%;
  margin-top: 8px;
}

.srv-price-form .site-btn {
  width: 100%;
}

.srv-top .site-btn {
  min-width: 260px;
}

.srv-intro {
  padding: 56px 0 40px;
  text-align: center;
}

.srv-intro h1 {
  margin: 0 0 20px;
  font-size: 2.2rem;
  font-weight: 700;
  color: #17212f;
}

.srv-intro-text {
  max-width: 820px;
  margin: 0 auto;
}

.srv-intro-text p {
  margin: 0 0 14px;
  font-size: 1.05rem;
  line-height: 1.7;
  color: #6c757d;
}

.srv-price {
  padding: 50px 0 70px;
  background: #f6f7f8;
}

.srv-price-wr {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr) minmax(0, 0.85fr);
  gap: 24px;
  align-items: stretch;
}

.srv-price-left,
.srv-price-form {
  background: #fff;
  border-radius: 18px;
  padding: 28px;
  box-shadow: 0 14px 34px rgba(23, 33, 47, 0.08);
}

.srv-price-left h2 {
  margin: 0 0 20px;
  font-size: 1.55rem;
  line-height: 1.35;
  color: #17212f;
}

.srv-price-left h2 strong {
  display: block;
  margin-top: 8px;
  color: #e8016c;
}

.srv-price-list {
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}

.srv-price-list li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 12px;
  color: #6c757d;
  line-height: 1.6;
}

.srv-price-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #e8016c;
  font-weight: 700;
}

.srv-price-note {
  margin: 0;
  font-size: 0.9rem;
  color: #8a94a3;
}

.srv-price-photo {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  overflow: visible;
}

.srv-price-photo img {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  background: transparent;
}

.srv-price-person {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 18px;
  text-align: center;
}

.srv-price-person strong,
.srv-price-person span {
  display: block;
  font-size: 1rem;
  color: #17212f;
}

.srv-price-person strong i,
.srv-price-person span i {
  font-style: normal;
}

.srv-price-form h3 {
  margin: 0 0 12px;
  font-size: 1.2rem;
  line-height: 1.4;
  color: #17212f;
}

.srv-price-form p {
  margin: 0 0 18px;
  color: #6c757d;
  line-height: 1.6;
}

.srv-price-form form {
  display: grid;
  gap: 12px;
}

.srv-price-form input {
  min-height: 48px;
  border: 1px solid #dbe1e8;
  border-radius: 10px;
  padding: 0 14px;
}

.srv-seo {
  padding: 60px 0;
}

.srv-seo .container {
  max-width: 860px;
}

.srv-seo h2,
.srv-seo h3 {
  margin: 28px 0 14px;
  color: #17212f;
  font-weight: 700;
}

.srv-seo h2 {
  font-size: 1.5rem;
}

.srv-seo h3 {
  font-size: 1.2rem;
}

.srv-seo p,
.srv-seo li {
  color: #6c757d;
  line-height: 1.75;
  font-size: 1rem;
}

.srv-seo ul {
  padding-left: 20px;
}

.srv-seo li {
  margin-bottom: 8px;
}

.srv-top {
  padding: 70px 0;
  text-align: center;
  color: #fff;
  background: linear-gradient(135deg, #17212f 0%, #243447 55%, #e8016c 160%);
}

.srv-top .section-title {
  margin: 0 0 16px;
  font-size: 2rem;
  line-height: 1.25;
  color: #fff;
}

.srv-top span {
  display: block;
  margin-bottom: 24px;
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.88);
}

.srv-contact {
  padding: 0 0 28px;
}

.srv-bottom {
  padding: 70px 0 0;
  background: linear-gradient(180deg, #ffffff 0%, #f4f6f9 100%);
}

.srv-contact-card {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 28px;
  align-items: center;
  padding: 34px;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 22px 50px rgba(23, 33, 47, 0.1);
  border: 1px solid rgba(23, 33, 47, 0.06);
}

.srv-contact-copy .undertitle,
.srv-estimator-content .undertitle {
  display: inline-block;
  margin-bottom: 10px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(232, 1, 108, 0.1);
  color: #e8016c;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.srv-contact-copy h4,
.srv-estimator-content h4 {
  margin: 0 0 12px;
  font-size: 1.75rem;
  line-height: 1.25;
  color: #17212f;
}

.srv-contact-copy p,
.srv-estimator-content > p {
  margin: 0;
  color: #6c757d;
  line-height: 1.7;
}

.srv-contact-action {
  display: grid;
  gap: 14px;
  padding: 24px;
  border-radius: 18px;
  background: linear-gradient(180deg, #f8fafc 0%, #f1f4f8 100%);
  border: 1px solid #e5ebf2;
}

.srv-contact-form {
  display: grid;
  gap: 12px;
}

.srv-contact-field span {
  display: block;
  margin-bottom: 6px;
  font-size: 0.92rem;
  font-weight: 600;
  color: #17212f;
}

.srv-contact-field input {
  width: 100%;
  min-height: 52px;
  padding: 0 16px;
  border: 1px solid #dbe1e8;
  border-radius: 12px;
  background: #fff;
  font-size: 1rem;
  color: #17212f;
}

.srv-contact-form .site-btn {
  width: 100%;
}

.srv-contact-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.srv-contact-phone,
.srv-contact-wa {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 10px;
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.25s ease;
}

.srv-contact-phone {
  background: #17212f;
  color: #fff;
}

.srv-contact-phone:hover {
  background: #243447;
  color: #fff;
}

.srv-contact-wa {
  background: #f0fff7;
  color: #018344;
  border: 1px solid #bfe8cf;
}

.srv-contact-wa:hover {
  background: #018344;
  color: #fff;
}

.srv-estimator {
  padding: 28px 0 36px;
}

.srv-estimator-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: 28px;
  align-items: stretch;
  padding: 28px;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(23, 33, 47, 0.08);
  border: 1px solid rgba(23, 33, 47, 0.06);
}

.srv-estimator-media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
  padding: 0;
  border-radius: 0;
  overflow: visible;
  background: transparent;
}

.srv-estimator-media img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  background: transparent;
}

.srv-estimator-badge {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  padding: 16px 18px;
  border-radius: 14px;
  background: rgba(23, 33, 47, 0.86);
  color: #fff;
  backdrop-filter: blur(6px);
}

.srv-estimator-badge b {
  display: block;
  margin-bottom: 8px;
  font-size: 1rem;
}

.srv-estimator-badge span {
  display: block;
  font-size: 0.9rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.9);
}

.srv-estimator-content h4 b {
  color: #e8016c;
}

.srv-estimator-list {
  margin: 18px 0 22px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.srv-estimator-list li {
  position: relative;
  padding: 12px 14px 12px 38px;
  border-radius: 12px;
  background: #f8fafc;
  color: #52606d;
  line-height: 1.55;
}

.srv-estimator-list li::before {
  content: "✓";
  position: absolute;
  left: 14px;
  top: 12px;
  color: #e8016c;
  font-weight: 700;
}

.srv-breadcrumb {
  margin: 0 0 34px;
  padding: 14px 18px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid #e8edf3;
  font-size: 0.92rem;
}

.srv-breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.srv-breadcrumb-item {
  margin: 0;
  padding: 0;
}

.srv-breadcrumb a {
  color: #6c757d;
  text-decoration: none;
  font-weight: 500;
}

.srv-breadcrumb a:hover {
  color: #e8016c;
}

.srv-breadcrumb-sep {
  color: #c5ced8;
}

.srv-breadcrumb-current {
  color: #17212f;
  font-weight: 700;
}

.service-apartment-footer {
  margin-top: 0;
  border-top: 4px solid #e8016c;
}

.service-apartment-footer .i-footer-nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 16px;
}

@media (max-width: 991px) {
  .srv-contact-card,
  .srv-estimator-card {
    grid-template-columns: 1fr;
  }

  .srv-estimator-media {
    min-height: 0;
  }

  .srv-price-photo {
    grid-column: 1 / -1;
    min-height: 0;
  }
}

@media (max-width: 767px) {
  .srv-bottom {
    padding-top: 56px;
  }

  .srv-contact-card,
  .srv-estimator-card {
    padding: 22px;
  }

  .srv-contact-copy h4,
  .srv-estimator-content h4 {
    font-size: 1.45rem;
  }

  .service-apartment-footer .i-footer-nav {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1199px) {
  .srv-price-wr {
    grid-template-columns: 1fr 1fr;
  }

  .srv-price-photo {
    grid-column: 1 / -1;
    min-height: 0;
  }
}

@media (max-width: 991px) {
  .srv-order {
    padding-top: 96px;
  }

  .srv-order-layout,
  .srv-order-form,
  .srv-estimator-card,
  .srv-contact-card,
  .srv-price-wr {
    grid-template-columns: 1fr;
  }

  .srv-order-visual,
  .srv-order-visual-photo {
    min-height: 360px;
  }

  .srv-order-photo-img,
  .srv-order-photo img {
    min-height: 360px;
    object-position: center center;
  }

  .srv-order-image-box {
    left: 18px;
    right: 18px;
    bottom: 18px;
    padding: 18px 16px;
  }

  .srv-order-image-box h2 {
    font-size: 1.55rem;
  }

  .srv-order-visual .hero-visual-card {
    min-height: 280px;
  }

  .srv-order-visual .hero-moving-image img,
  .srv-order-visual .hero-moving-image picture.service-box-media img {
    max-height: 240px;
    transform: none;
  }

  .srv-order-form {
    padding: 22px;
  }
}

@media (max-width: 767px) {
  .srv-order-form {
    grid-template-columns: 1fr;
  }

  .srv-intro h1 {
    font-size: 1.8rem;
  }

  .srv-top .section-title {
    font-size: 1.55rem;
  }
}

/* RTL overrides for service apartment page */
[dir="rtl"] .srv-price-list li {
  padding-left: 0;
  padding-right: 26px;
}

[dir="rtl"] .srv-price-list li::before {
  left: auto;
  right: 0;
}

[dir="rtl"] .srv-estimator-list li {
  padding: 12px 38px 12px 14px;
}

[dir="rtl"] .srv-estimator-list li::before {
  left: auto;
  right: 14px;
}

[dir="rtl"] .service-apartment-footer .text-md-end {
  text-align: left !important;
}

[dir="rtl"] .srv-order-visual-overlay {
  background:
    linear-gradient(180deg, rgba(23, 33, 47, 0.08) 0%, rgba(23, 33, 47, 0.18) 42%, rgba(23, 33, 47, 0.82) 100%),
    linear-gradient(270deg, rgba(23, 33, 47, 0.28) 0%, transparent 55%);
}

[dir="rtl"] .service-apartment-page .srv-order-visual .hero-moving-image picture.service-box-media img {
  transform: none;
}

[dir="rtl"] .srv-breadcrumb-sep {
  transform: scaleX(-1);
}

/* ==========================================================================
  LEGAL / PRIVACY PAGE
  ========================================================================== */

.legal-page-hero {
  padding: 120px 0 42px;
  background: linear-gradient(180deg, #17212f 0%, #243447 100%);
  color: #fff;
}

.legal-page-back {
  display: inline-block;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  font-weight: 500;
}

.legal-page-back:hover {
  color: #fff;
}

.legal-page-label {
  display: inline-block;
  margin-bottom: 12px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(232, 1, 108, 0.18);
  color: #ffd8ea;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.legal-page-hero h1 {
  margin: 0 0 16px;
  font-size: clamp(1.9rem, 4vw, 2.6rem);
  line-height: 1.2;
}

.legal-page-intro {
  max-width: 820px;
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.75;
}

.legal-page-content {
  padding: 56px 0 80px;
  background: #f7f9fc;
}

.legal-page-body {
  max-width: 900px;
  margin: 0 auto;
  padding: 36px 40px;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(23, 33, 47, 0.08);
  border: 1px solid rgba(23, 33, 47, 0.06);
}

.legal-page-body h2 {
  margin: 28px 0 14px;
  font-size: 1.35rem;
  color: #17212f;
}

.legal-page-body h2:first-child {
  margin-top: 0;
}

.legal-page-body p,
.legal-page-body li {
  color: #52606d;
  line-height: 1.75;
}

.legal-page-body ul {
  margin: 0 0 18px;
  padding-left: 22px;
}

.legal-page-body li {
  margin-bottom: 10px;
}

[dir="rtl"] .legal-page-body ul {
  padding-left: 0;
  padding-right: 22px;
}

.i-footer-legal {
  margin: 8px 0 0;
}

.i-footer-legal a {
  color: #6c757d;
  text-decoration: none;
  font-weight: 600;
}

.i-footer-legal a:hover {
  color: #e8016c;
}

@media (max-width: 767px) {
  .legal-page-hero {
    padding-top: 104px;
  }

  .legal-page-body {
    padding: 24px 20px;
  }
}

/* Performance: defer rendering below the fold on the home page */
.page .i-why-section,
.page .i-services-section,
.page #cities,
.page .i-whatsapp-estimate,
.page .i-shema,
.page .i-stats-section,
.page .i-gallery-home,
.page .i-reviews-home,
.page .i-faq-home,
.page .i-contacts-home,
.page .i-footer {
  content-visibility: auto;
  contain-intrinsic-size: auto 500px;
}

/* Accessibility */
.skip-link {
  position: absolute;
  top: -100px;
  left: 16px;
  z-index: 100000;
  padding: 12px 18px;
  border-radius: 999px;
  background: #111827;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.skip-link:focus,
.skip-link:focus-visible {
  top: 16px;
  outline: 3px solid #fff;
  outline-offset: 2px;
}

.field-label,
#hero-6 .index-top-form-label .field-label,
#hero-6 .index-top-form-label i {
  display: block;
  margin-bottom: 10px;
  font-style: normal;
  font-weight: 600;
  color: #3f4d63;
  font-size: 0.95rem;
}

.field-required,
#hero-6 .index-top-form-label q,
#hero-6 .index-top-form-label .field-required {
  color: #b00052;
  margin-left: 5px;
  font-size: 0.95rem;
}

.undertitle,
.i-section-head .undertitle,
.i-faq-side .undertitle,
.i-services-header .undertitle,
.i-whatsapp-content .undertitle,
.keymove-head .undertitle,
.process-head .undertitle,
.trust-head .undertitle,
.contacts-main-card .undertitle {
  color: #b00052;
}

.service-kicker {
  color: #b00052;
}

.service-box .desc p,
.i-section-lead,
.i-services-intro,
.service-box-featured .desc p {
  color: #475467;
}

#hero-6 .index-top-form-label input:focus-visible,
.qe-field input:focus-visible,
.qe-field select:focus-visible,
.site-btn:focus-visible,
.btn:focus-visible,
a:focus-visible,
button:focus-visible,
.mobile-lang-switch:focus-visible,
.mobile-wa-btn:focus-visible,
.wsnavtoggle:focus-visible,
#wsnavtoggle:focus-visible {
  outline: 3px solid #b00052;
  outline-offset: 2px;
}

#scrollUp:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 2px;
}

#wsnavtoggle {
  border: 0;
  cursor: pointer;
  padding: 0;
  font: inherit;
  color: inherit;
  -webkit-appearance: none;
  appearance: none;
}

@media (max-width: 991px) {
  #wsnavtoggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    border-radius: 16px;
    background: #fff;
    border: 2px solid #111827;
    box-shadow: 0 8px 20px rgba(17, 24, 39, 0.1);
  }

  #wsnavtoggle span,
  #wsnavtoggle span:before,
  #wsnavtoggle span:after {
    background: #111827;
  }

  .wsactive #wsnavtoggle {
    background: #111827;
    border-color: #111827;
  }

  .wsactive #wsnavtoggle span {
    background-color: transparent;
  }

  .wsactive #wsnavtoggle span:before,
  .wsactive #wsnavtoggle span:after {
    background: #fff;
  }
}