@charset "UTF-8";
.swiper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}

img {
  width: 100%;
  height: auto;
}

section {
  overflow-x: hidden;
}

.section-padding {
  padding: 65px 0;
}

.sticky-div {
  position: sticky;
  top: 130px;
  z-index: 4;
}

.overflow-unset {
  overflow: unset !important;
}

.moreText {
  display: none;
}

.go-top-btn {
  background: #f8cf3f;
  height: 55px;
  width: 55px;
  right: 15px;
  bottom: 10px;
  position: fixed;
  z-index: 10;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid transparent;
  box-shadow: 0 0 10px 3px rgba(108, 98, 98, 0.2);
  color: #1f1f1f;
  text-decoration: none;
  transition: all 0.4s;
  display: none;
  cursor: pointer;
}
.go-top-btn i {
  display: block;
  line-height: 52px;
  color: #fff;
}

.sticky-div {
  position: sticky !important;
  top: 130px;
  z-index: 4;
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
  scrollbar-width: auto;
  scrollbar-color: #0035bd #ffffff;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 11px;
}

*::-webkit-scrollbar-track {
  background: #f5f5f5;
  border-radius: 10px;
}

*::-webkit-scrollbar-thumb {
  background-color: #0035bd;
  border-radius: 10px;
  border: 3px solid #ffffff;
}
*::-webkit-scrollbar-thumb:hover {
  background-color: #011E68;
}

h1,
h2,
h3,
h4,
h5 {
  margin-bottom: 1rem;
  margin: 0;
  padding: 0;
  font-weight: 600;
}

ul,
ol {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
  color: #171717;
}

a {
  color: #171717;
  text-decoration: none;
  transition: 0.4s ease;
}

p {
  color: #171717;
  margin-bottom: 15px;
  font-size: 1em;
  line-height: 22px;
}

.section-title h1,
.section-title h2 {
  font-size: 3em;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 575px) {
  .section-title h1,
  .section-title h2 {
    font-size: 2.5em;
  }
}
.section-title span {
  text-transform: uppercase;
  font-size: 0.9em;
  display: block;
}

.int-typography h2, .int-typography h3, .int-typography h4 {
  margin-bottom: 10px;
}
.int-typography ul {
  margin-bottom: 10px;
}
.int-typography ul li {
  list-style-type: disc;
  list-style-position: inside;
  margin-bottom: 5px;
  font-size: 1em;
}

.divider {
  background: #0035bd;
  -webkit-mask-image: url(../img/logo/divider.webp);
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-image: url(../img/logo/divider.webp);
  mask-position: center center;
  mask-size: contain;
  mask-repeat: no-repeat;
  width: 105px;
  height: 55px;
}

header .top_menu {
  border-bottom: 1px solid #e8edf1;
  background-color: #011E68;
  padding: 5px;
  position: relative;
}
header .top_menu::before {
  position: absolute;
  top: 0;
  left: -2rem;
  display: block;
  width: 20vw;
  height: 100%;
  content: "";
  background: #f8cf3f;
  transform: skewX(20deg);
  border-right: 5px solid #fff;
  z-index: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  header .top_menu {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  header .top_menu {
    display: none;
  }
}
@media (max-width: 575px) {
  header .top_menu {
    display: none;
  }
}
header .top_menu .dn_btn {
  display: inline-block;
  font-size: 13px;
  margin-right: 40px;
  font-weight: 400;
  color: #f8f8f8;
  transition: all 300ms linear 0s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  header .top_menu .dn_btn {
    margin-right: 20px;
  }
}
header .top_menu .dn_btn:hover {
  color: #fece1e;
}
header .top_menu .header-social {
  position: relative;
  z-index: 1;
}
header .top_menu .header-social a {
  color: #fff;
  transition: all 300ms linear 0s;
}
header .top_menu .header-social a:hover {
  color: #0035bd;
}
header .top_menu .header-social a i {
  margin-right: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  header .top_menu .header-social a i {
    margin-right: 6px;
  }
}
header .top_menu .contact-menu a {
  display: inline-block !important;
  font-size: 13px;
}
header .header-area {
  background-color: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  transition: all 0.3s linear;
}
header .header-area.sticky {
  background: #fff;
  border-radius: 100px;
  transition: all 0.3s linear;
  width: 90%;
  top: 10px;
  justify-self: anchor-center;
  box-shadow: 0 0 10px #0035bd;
}
header .header-area.sticky .nav-branding {
  color: #000;
}
header .header-area.sticky .nav-menu .menu li a {
  color: #000;
}
header .header-area.sticky .top_menu {
  display: none;
}
header .header-area .header-main {
  display: flex;
  justify-content: space-between;
  padding: 0px 50px;
  height: 106px;
  align-items: center;
}
header .header-area .header-main .logo {
  padding: 0 15px;
}
header .header-area .header-main .logo img {
  height: 90px;
  object-fit: contain;
}
header .header-area .header-main .nav-menu {
  padding: 0 15px;
}
header .header-area .header-main .nav-menu .menu .menu-item {
  display: inline-block;
  margin-left: 30px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  header .header-area .header-main .nav-menu .menu .menu-item {
    margin-left: 15px;
  }
}
header .header-area .header-main .nav-menu .menu .menu-item:first-child {
  margin-left: 0;
}
header .header-area .header-main .nav-menu .menu .menu-item > a {
  display: block;
  padding: 12px 0;
  font-size: 16px;
  color: #000000;
  font-weight: 600;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  header .header-area .header-main .nav-menu .menu .menu-item > a {
    font-size: 15px;
  }
}
header .header-area .header-main .nav-menu .menu .menu-item > a .plus {
  display: inline-block;
  height: 10px;
  width: 10px;
  position: relative;
  margin-left: 3px;
  pointer-events: none;
}
header .header-area .header-main .nav-menu .menu .menu-item > a .plus::before, header .header-area .header-main .nav-menu .menu .menu-item > a .plus::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
  left: 50%;
  top: 50%;
  background: #000;
  height: 2px;
  width: 100%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}
header .header-area .header-main .nav-menu .menu .menu-item > a .plus::after {
  transform: translate(-50%, -50%) rotate(-90deg);
}
header .header-area .header-main .nav-menu .menu .menu-item > a::after {
  content: "";
  display: block;
  margin: auto;
  height: 3px;
  width: 0;
  position: relative;
  top: 1px;
  background: transparent;
  transition: all 0.3s;
}
header .header-area .header-main .nav-menu .menu .menu-item > a:hover {
  color: #0035bd;
}
header .header-area .header-main .nav-menu .menu .menu-item > a:hover .plus::before, header .header-area .header-main .nav-menu .menu .menu-item > a:hover .plus:after {
  background-color: #0035bd;
}
header .header-area .header-main .nav-menu .menu .menu-item > a:hover::after, header .header-area .header-main .nav-menu .menu .menu-item > a.active-nav::after {
  width: 100%;
  background: #0035bd;
}
header .header-area .header-main .nav-menu .menu .menu-item .sub-menu {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 250px;
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #ffffff;
  padding: 10px 0;
  border-top: 3px solid #0035bd;
  transform: translateY(10px);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
}
header .header-area .header-main .nav-menu .menu .menu-item .sub-menu .menu-item {
  display: block;
  margin: 0 20px;
}
header .header-area .header-main .nav-menu .menu .menu-item .sub-menu .menu-item a {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  transition: all 0.4s ease;
}
header .header-area .header-main .nav-menu .menu .menu-item .sub-menu .menu-item a:hover {
  color: #0035bd;
  padding-left: 4px;
}
header .header-area .header-main .nav-menu .menu .menu-item .sub-menu .menu-item a::after {
  display: none;
}
@media (min-width: 992px) {
  header .header-area .header-main .nav-menu .menu .has-children:hover .sub-menu {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  header .header-area .header-main .nav-menu .menu .has-children:hover > a .plus::after {
    transform: translate(-50%, -50%) rotate(0deg);
  }
}
@media (max-width: 991px) {
  header .header-area .header-main .nav-menu {
    position: fixed;
    right: -280px;
    visibility: hidden;
    width: 280px;
    height: 100%;
    top: 0;
    overflow-y: auto;
    background-color: #222222;
    z-index: 1000;
    padding: 15px 0;
    transition: all 0.5s ease;
  }
  header .header-area .header-main .nav-menu .menu .menu-item {
    display: block;
    margin: 0;
  }
  header .header-area .header-main .nav-menu .menu .menu-item > a {
    color: #ffffff;
    padding: 12px 15px;
    border-bottom: 1px solid #333333;
  }
  header .header-area .header-main .nav-menu .menu .menu-item > a .plus::before, header .header-area .header-main .nav-menu .menu .menu-item > a .plus::after {
    background-color: #ffffff;
  }
  header .header-area .header-main .nav-menu .menu .menu-item > a::after {
    display: none;
  }
  header .header-area .header-main .nav-menu .menu .menu-item:first-child a {
    border-top: 1px solid #333333;
  }
  header .header-area .header-main .nav-menu .menu .menu-item .sub-menu {
    width: 100%;
    position: relative;
    opacity: 1;
    visibility: visible;
    border: none;
    background-color: transparent;
    box-shadow: none;
    transform: translateY(0px);
    padding: 0px;
    left: auto;
    top: auto;
    max-height: 0;
    overflow: hidden;
  }
}
@media only screen and (max-width: 991px) and (min-width: 1200px) and (max-width: 1399px), only screen and (max-width: 991px) and (min-width: 992px) and (max-width: 1199px) {
  header .header-area .header-main .nav-menu .menu .menu-item .sub-menu {
    height: auto;
  }
}
@media (max-width: 991px) {
  header .header-area .header-main .nav-menu .menu .menu-item .sub-menu .menu-item {
    margin-left: 0;
  }
  header .header-area .header-main .nav-menu .menu .menu-item .sub-menu .menu-item a {
    padding: 12px 25px;
    color: #ffffff;
    border-bottom: 1px solid #333333;
  }
  header .header-area .header-main .nav-menu .menu .menu-item .sub-menu .menu-item a:hover {
    padding-left: 25px;
  }
  header .header-area .header-main .nav-menu .menu .has-children a {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header .header-area .header-main .nav-menu .menu .has-children.active > a .plus::after {
    transform: translate(-50%, -50%) rotate(0deg);
  }
}
header .header-area .header-main .open-nav-menu {
  height: 34px;
  width: 40px;
  margin-right: 15px;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
header .header-area .header-main .open-nav-menu span {
  display: block;
  height: 4px;
  width: 40px;
  background-color: #0035bd;
  position: relative;
}
header .header-area .header-main .open-nav-menu span::after, header .header-area .header-main .open-nav-menu span::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0035bd;
  box-sizing: border-box;
}
header .header-area .header-main .open-nav-menu span::before {
  top: -9px;
}
header .header-area .header-main .open-nav-menu span::after {
  top: 9px;
}
@media (max-width: 991px) {
  header .header-area .header-main .open-nav-menu {
    display: flex;
  }
}
header .header-area .header-main .close-nav-menu {
  font-size: 27px;
  background-color: transparent;
  color: #0035bd;
  margin: 0 0 15px 15px;
  cursor: pointer;
  display: none;
  align-items: center;
}
header .header-area .header-main .close-nav-menu img {
  width: 16px;
}
@media (max-width: 991px) {
  header .header-area .header-main .close-nav-menu {
    display: flex;
  }
}
header .header-area .header-main .menu-overlay {
  position: fixed;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  header .header-area .header-main .menu-overlay.active {
    visibility: visible;
    opacity: 1;
  }
  header .header-area .header-main .nav-menu.open {
    visibility: visible;
    right: 0px;
  }
}
header .header-area .contact-btn .btn-main {
  padding: 18px 30px;
}

.padding-banner {
  padding-top: 136px;
}
@media (max-width: 991px) {
  .padding-banner {
    padding-top: 106px;
  }
}

@media (min-width: 992px) {
  header .header-area .header-main .nav-menu .menu .menu-item .sub-menu.sub-menu-2 {
    top: 8px;
    left: calc(100% + 21px);
    opacity: 0;
    visibility: hidden;
    width: 250px;
  }
  header .header-area .header-main .nav-menu .menu .menu-item.has-children-2:hover .sub-menu-2 {
    top: 0;
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 992px) {
  header .header-area .header-main .nav-menu .menu .menu-item .sub-menu.sub-menu-2 .menu-item a {
    padding: 12px 45px;
  }
  header .header-area .header-main .nav-menu .menu .menu-item .sub-menu.sub-menu-2 .menu-item a:hover {
    padding-left: 45px;
  }
}
.tape-animation {
  position: fixed;
  top: -600px;
  left: -2%;
  transform: translateX(50%);
  z-index: 1000;
  transition: none;
  -webkit-transition: none;
  max-width: 50px;
  height: auto;
  pointer-events: none;
}
@media (min-width:1400px) {
  .tape-animation {
    left: -1%;
  }
}
@media (max-width: 480px) {
  .tape-animation {
    display: none;
  }
}

.footer-area {
  background: #f3f3f3;
  padding: 65px 0 0;
}
.footer-area .footer-top {
  border-bottom: 1px solid #ccc;
}
@media (max-width: 991px) {
  .footer-area .footer-top .single-footer-caption {
    margin-bottom: 70px;
  }
}
.footer-area .footer-top .single-footer-caption .footer-logo {
  position: relative;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}
.footer-area .footer-top .single-footer-caption .footer-logo img {
  height: 90px;
  object-fit: contain;
}
.footer-area .footer-top .single-footer-caption .footer-pera .info1 {
  line-height: 1.8;
  margin-bottom: 30px;
  color: #000;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-area .footer-top .single-footer-caption .footer-pera .info1 {
    padding-right: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-area .footer-top .single-footer-caption .footer-pera .info1 {
    padding-right: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-area .footer-top .single-footer-caption .footer-pera .info1 {
    padding-right: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-area .footer-top .single-footer-caption .footer-pera .info1 {
    padding-right: 0px;
  }
}
.footer-area .footer-top .single-footer-caption .footer-tittle span {
  color: #f8cf3f;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  margin-bottom: 38px;
  font-weight: 500;
  text-transform: uppercase;
}
.footer-area .footer-top .single-footer-caption .footer-tittle ul li {
  color: #000;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.footer-area .footer-top .single-footer-caption .footer-tittle ul li a {
  color: #868c98;
  font-weight: 300;
  transition: 0.4s ease;
}
.footer-area .footer-top .single-footer-caption .footer-tittle ul li a:hover {
  color: #0035bd;
  padding-left: 5px;
}
.footer-area .footer-top .single-footer-caption .footer-cap {
  margin-bottom: 30px;
}
.footer-area .footer-top .single-footer-caption .footer-cap span {
  color: #0035bd;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 10px;
  display: block;
}
.footer-area .footer-top .single-footer-caption .footer-cap p {
  color: #000;
  font-size: 16px;
}
.footer-area .footer-top .single-footer-caption .footer-cap a {
  color: #000;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 20px;
  display: block;
  transition: 0.4s ease;
}
.footer-area .footer-top .single-footer-caption .footer-cap a:hover {
  color: #0035bd;
  padding-left: 5px;
}
.footer-area .footer-bottom {
  padding-bottom: 20px;
  padding-top: 30px;
}
.footer-area .footer-bottom img {
  filter: brightness(0);
  width: 125px;
  height: 52px;
}
.footer-area .footer-bottom .footer-copy-right p {
  color: #000;
  font-weight: 300;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 12px;
}

.social_links {
  margin: 25px 0;
}
@media (max-width: 991px) {
  .social_links {
    margin: 30px 0 40px;
  }
}
.social_links ul li {
  display: inline-block;
}
.social_links ul li a {
  font-size: 18px;
  color: #C3B2F0;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  background: #011E68;
  border-radius: 50%;
  line-height: 40px !important;
  margin-right: 7px;
  color: #fff;
  line-height: 41px !important;
  transition: 0.4s ease;
}
.social_links ul li a:hover {
  background: #0035bd;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mob-center {
    text-align: center;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .mob-center {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .mob-center {
    text-align: center;
  }
}

.slider-area {
  background-image: url(../img/banners/hero-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: 142px;
}
.slider-area .divider {
  background: #f8cf3f;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .slider-area {
    margin-top: 107px;
  }
}
.slider-area .slider-height {
  height: 200px;
  background-size: cover;
}
.slider-area .slider-height .hero-cap h1 {
  color: #f8cf3f;
  font-size: 45px;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider-area .slider-height .hero-cap h1 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .slider-area .slider-height .hero-cap h1 {
    font-size: 35px;
  }
}
.slider-area .slider-height .hero-cap .ajust-link {
  color: #f8cf3f;
  font-weight: 500;
}
.slider-area .slider-height .hero-cap .ajust-link:hover {
  color: #011E68;
}
.slider-area .slider-height .hero-cap .color-w {
  color: #f8cf3f;
  margin: 0;
}
.slider-area .hero-overly {
  position: relative;
  z-index: 1;
}
.slider-area .hero-overly::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background-repeat: no-repeat;
}

button.btn-main {
  border: none;
}

.btn-main {
  background: #011E68;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  padding: 13px 20px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  border-radius: 5px;
  -moz-user-select: none;
  font-weight: 600;
  letter-spacing: 1px;
  cursor: pointer;
  transition: color 0.4s linear;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.btn-main::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  color: #f8f8f8;
  background-color: #f8cf3f;
  border-radius: 5px;
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.btn-main:hover {
  color: #1a1a1a;
}
.btn-main:hover:after {
  left: 0;
  width: 100%;
}
.btn-main:active {
  top: 2px;
}

.btn-two {
  position: relative;
  line-height: 1;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: fit-content;
  background-color: #0035bd;
  color: #fff;
  border-radius: 10rem;
  padding: 5px 10px;
  margin: 20px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: background-color 0.3s;
  box-shadow: 3px 3px 25px -5px rgba(0, 0, 0, 0.2);
  transition: 0.3s ease-in;
}
.btn-two:hover {
  background-color: #011E68;
  transform: scale(1.03);
}
.btn-two:hover .icon .i1 {
  transition: transform 0.3s ease-in-out;
  transform: translate(180%, -200%);
}
.btn-two:hover .icon .i2 {
  transition: transform 0.3s ease-in-out 0.1s;
  transform: translate(0px, 0px) rotate(-30deg);
}
.btn-two span, .btn-two .txt {
  font-weight: 600;
  font-size: 16px;
  padding: 10px 20px;
}
.btn-two .icon {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  position: relative;
  color: #0035bd;
  background-color: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  overflow: hidden;
}
.btn-two .icon .i1, .btn-two .icon .i2 {
  color: #0035bd;
  font-size: 14px;
  margin: 0;
  position: absolute;
  transform: translate(0%, 0%) rotate(-30deg);
}
.btn-two .icon .i2 {
  transform: translate(-200%, 180%) rotate(-30deg);
}

.btn-arrow {
  position: relative;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.1rem;
  font-weight: 800;
  transition: 0.3s all ease;
  color: #f8cf3f;
  display: inline-block;
}
.btn-arrow:after {
  transition: 0.3s all ease;
  position: absolute;
  content: "➜";
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  opacity: 0;
  visibility: hidden;
}
.btn-arrow:hover {
  padding-right: 30px;
  color: #011E68;
}
.btn-arrow:hover:after {
  opacity: 1;
  visibility: visible;
}

.card-product {
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  border-radius: 20px;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  top: 0;
  z-index: 1;
  margin: 15px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
}
.card-product::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #0035bd, #011E68, #f8cf3f);
  transition: transform 0.3s ease;
  z-index: 2;
}
.card-product::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(0, 53, 189, 0.05) 0%, rgba(1, 30, 104, 0.05) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.card-product .product-image-container {
  position: relative;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 20px;
  min-height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-product .product-image-container::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120%;
  height: 120%;
  background: radial-gradient(circle, rgba(0, 53, 189, 0.1) 0%, transparent 70%);
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.5s ease;
  border-radius: 50%;
}
.card-product .product-image-container img {
  height: 220px;
  width: 100%;
  object-fit: contain;
  transition: all 0.4s ease;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
  position: relative;
  z-index: 1;
}
.card-product .product-content {
  padding: 25px 20px 20px;
  position: relative;
  z-index: 1;
  height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .card-product .product-content {
    height: 120px;
  }
}
.card-product .product-content h2,
.card-product .product-content h3 {
  background: linear-gradient(135deg, #f8cf3f 0%, rgb(246.2060301508, 194.6984924623, 13.7939698492) 100%);
  border-radius: 25px;
  color: #fff;
  font-size: 13px;
  line-height: 1.4;
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 15px 0;
  font-weight: 600;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 15px rgba(248, 207, 63, 0.3);
  position: relative;
  overflow: hidden;
}
.card-product .product-content h2::before,
.card-product .product-content h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}
.card-product .product-content .product-description {
  color: #6c757d;
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
  font-weight: 400;
  min-height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-product .product-content .product-action {
  text-align: center;
}
.card-product .product-content .product-action span {
  background: linear-gradient(135deg, #011E68 0%, rgb(0.5142857143, 15.4285714286, 53.4857142857) 100%);
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  padding: 12px 25px;
  border-radius: 25px;
  display: inline-block;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(1, 30, 104, 0.3);
  position: relative;
  overflow: hidden;
  letter-spacing: 0.5px;
}
.card-product .product-content .product-action span::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}
.card-product .product-content .product-action span::after {
  content: "→";
  margin-left: 8px;
  transition: transform 0.3s ease;
  display: inline-block;
}
.card-product:hover {
  border-color: rgba(0, 53, 189, 0.3);
}
.card-product:hover::before {
  transform: scaleX(1);
}
.card-product:hover::after {
  opacity: 1;
}
.card-product:hover .product-image-container::before {
  transform: translate(-50%, -50%) scale(1);
}
.card-product:hover .product-image-container img {
  transform: scale(1.05);
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.15));
}
.card-product:hover .product-content h2::before,
.card-product:hover .product-content h3::before {
  left: 100%;
}
.card-product:hover .product-content .product-action span {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(1, 30, 104, 0.4);
}
.card-product:hover .product-content .product-action span::before {
  left: 100%;
}
.card-product:hover .product-content .product-action span::after {
  transform: translateX(5px);
}
.card-product::before {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  background: radial-gradient(circle, rgba(0, 53, 189, 0.3) 0%, transparent 70%);
  border-radius: 50%;
  animation: float 3s ease-in-out infinite;
  z-index: 1;
}
.card-product::after {
  content: "";
  position: absolute;
  bottom: 15px;
  left: 15px;
  width: 15px;
  height: 15px;
  background: radial-gradient(circle, rgba(1, 30, 104, 0.2) 0%, transparent 70%);
  border-radius: 50%;
  animation: float 4s ease-in-out infinite reverse;
  z-index: 1;
}
@keyframes float {
  0%, 100% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-10px) rotate(180deg);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .card-product {
    margin: 0 5px;
    border-radius: 15px;
  }
  .card-product .product-image-container {
    border-radius: 15px 15px 0 0;
    padding: 15px;
    min-height: 240px;
  }
  .card-product .product-image-container img {
    height: 200px;
  }
  .card-product .product-content {
    padding: 20px 15px 15px;
  }
  .card-product .product-content h2,
  .card-product .product-content h3 {
    font-size: 12px;
    padding: 8px 15px;
  }
  .card-product .product-content .product-description {
    font-size: 13px;
    min-height: 40px;
  }
  .card-product .product-content .product-action span {
    font-size: 12px;
    padding: 10px 20px;
  }
  .card-product:hover {
    transform: translateY(-5px) scale(1.01);
  }
}
@media (max-width: 575px) {
  .card-product {
    margin: 0 3px;
    border-radius: 12px;
  }
  .card-product .product-image-container {
    border-radius: 12px 12px 0 0;
    padding: 12px;
    min-height: 200px;
  }
  .card-product .product-image-container img {
    height: 180px;
  }
  .card-product .product-content {
    padding: 15px 12px 12px;
  }
  .card-product .product-content h2,
  .card-product .product-content h3 {
    font-size: 11px;
    padding: 6px 12px;
  }
  .card-product .product-content .product-description {
    font-size: 12px;
    min-height: 35px;
  }
  .card-product .product-content .product-action span {
    font-size: 11px;
    padding: 8px 16px;
  }
}

.diferenciais-section {
  background: linear-gradient(180deg, #ffffff 0%, #f8f8f8 50%, #ffffff 100%);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.diferenciais-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 30%, rgba(0, 53, 189, 0.03) 0%, transparent 50%), radial-gradient(circle at 80% 70%, rgba(1, 30, 104, 0.03) 0%, transparent 50%);
  pointer-events: none;
}
.diferenciais-section .section-title-gradient {
  background: linear-gradient(135deg, #0035bd 0%, #011E68 50%, #f8cf3f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-weight: 700;
  font-size: clamp(2rem, 4vw, 3rem);
  position: relative;
  margin-bottom: 20px;
}
.diferenciais-section .section-title-gradient::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background: linear-gradient(90deg, #0035bd, #011E68, #f8cf3f);
  border-radius: 2px;
}
.diferenciais-section .diferencial-card {
  position: relative;
  background: #ffffff;
  border-radius: 20px;
  padding: 40px 25px;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  overflow: hidden;
  border: 1px solid rgba(0, 53, 189, 0.1);
}
.diferenciais-section .diferencial-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, #0035bd, #011E68, #f8cf3f);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}
.diferenciais-section .diferencial-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(0, 53, 189, 0.02) 0%, rgba(1, 30, 104, 0.02) 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}
.diferenciais-section .diferencial-card .card-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #0035bd 0%, #011E68 100%);
  border-radius: 20px;
  position: relative;
  transition: all 0.4s ease;
  box-shadow: 0 8px 20px rgba(0, 53, 189, 0.3);
}
.diferenciais-section .diferencial-card .card-icon::before {
  content: "";
  position: absolute;
  inset: -3px;
  background: linear-gradient(135deg, #0035bd, #011E68, #f8cf3f);
  border-radius: 22px;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.diferenciais-section .diferencial-card .card-icon i {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.4s ease;
}
.diferenciais-section .diferencial-card h3 {
  font-size: 20px;
  font-weight: 700;
  color: #011E68;
  margin-bottom: 15px;
  text-align: center;
  line-height: 1.3;
  transition: all 0.3s ease;
}
.diferenciais-section .diferencial-card p {
  font-size: 15px;
  line-height: 1.7;
  color: #6c757d;
  text-align: center;
  margin: 0;
  transition: all 0.3s ease;
}
.diferenciais-section .diferencial-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
  border-color: rgba(0, 53, 189, 0.3);
}
.diferenciais-section .diferencial-card:hover::before {
  transform: scaleX(1);
}
.diferenciais-section .diferencial-card:hover::after {
  opacity: 1;
}
.diferenciais-section .diferencial-card:hover .card-icon {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 12px 30px rgba(0, 53, 189, 0.4);
}
.diferenciais-section .diferencial-card:hover .card-icon::before {
  opacity: 1;
}
.diferenciais-section .diferencial-card:hover .card-icon i {
  transform: scale(1.1);
}
.diferenciais-section .diferencial-card:hover h3 {
  background: linear-gradient(135deg, #0035bd 0%, #011E68 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  transform: translateY(-2px);
}
.diferenciais-section .diferencial-card:hover p {
  color: #1a1a1a;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .diferenciais-section {
    padding: 70px 0;
  }
  .diferenciais-section .diferencial-card {
    padding: 35px 20px;
  }
  .diferenciais-section .diferencial-card .card-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
  }
  .diferenciais-section .diferencial-card .card-icon i {
    font-size: 32px;
  }
  .diferenciais-section .diferencial-card h3 {
    font-size: 18px;
  }
  .diferenciais-section .diferencial-card p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .diferenciais-section {
    padding: 60px 0;
  }
  .diferenciais-section .section-title-gradient {
    font-size: clamp(1.8rem, 5vw, 2.5rem);
    margin-bottom: 40px;
  }
  .diferenciais-section .diferencial-card {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .diferenciais-section {
    padding: 50px 0;
  }
  .diferenciais-section .section-title-gradient {
    font-size: clamp(1.5rem, 6vw, 2rem);
    margin-bottom: 30px;
  }
  .diferenciais-section .diferencial-card {
    padding: 30px 20px;
    margin-bottom: 20px;
  }
  .diferenciais-section .diferencial-card .card-icon {
    width: 65px;
    height: 65px;
    margin-bottom: 18px;
  }
  .diferenciais-section .diferencial-card .card-icon i {
    font-size: 28px;
  }
  .diferenciais-section .diferencial-card h3 {
    font-size: 17px;
    margin-bottom: 12px;
  }
  .diferenciais-section .diferencial-card p {
    font-size: 14px;
    line-height: 1.6;
  }
}

.cta-area {
  background-image: url(../img/banners/cta-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  overflow: hidden;
  box-shadow: inset 0 0 0 1000px rgba(21, 22, 22, 0.35);
  padding: 100px 0;
}
.cta-area .cta-caption h2 {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-area .cta-caption h2 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-area .cta-caption h2 {
    font-size: 45px;
  }
}
@media (max-width: 575px) {
  .cta-area .cta-caption h2 {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
.cta-area .cta-caption p {
  color: #fff;
  font-size: 18px;
}
.cta-area .btn-main i {
  font-size: 3em;
}

@media (min-width: 992px) {
  .menu-sidebar {
    display: flex;
    justify-content: end;
  }
}

.accordion {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
}
@media (min-width: 992px) {
  .accordion {
    width: 95%;
  }
}
.accordion .accordion-item {
  border: none;
}
.accordion .accordion-item:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
}
.accordion .accordion-item button[aria-expanded=true] {
  border-bottom: 1px solid #0035bd;
}
.accordion .accordion-item button[aria-expanded=true] .icon {
  color: #0035bd;
}
@media (max-width: 991px) {
  .accordion {
    padding: 0 20px;
  }
}
.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em;
  color: #161616;
  font-size: 1rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
  transition: 0.4s ease;
}
.accordion button:hover, .accordion button:focus {
  cursor: pointer;
  color: #0035bd;
}
.accordion button:hover::after, .accordion button:focus::after {
  cursor: pointer;
  color: #0035bd;
  border: 1px solid #0035bd;
}
.accordion button .accordion-title {
  font-weight: 600;
  font-size: 1em;
  display: flex;
  width: 90%;
}
.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 17px;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
  color: #f8cf3f;
}
.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}
.accordion button[aria-expanded=true] {
  color: #011E68;
}
.accordion button[aria-expanded=true] .icon::after {
  width: 0;
}
.accordion button[aria-expanded=true] + .accordion-content {
  opacity: 1;
  max-height: 100%;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
@media (max-width: 991px) {
  .accordion button[aria-expanded=true] + .accordion-content {
    overflow-y: scroll;
  }
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p,
.accordion .accordion-content li {
  font-size: 0.9rem;
  font-weight: 300;
  margin: 2em 0;
}
.accordion .accordion-content p a:hover,
.accordion .accordion-content li a:hover {
  color: #0035bd;
  padding-left: 5px;
}
@media (max-width: 991px) {
  .accordion .accordion-content p {
    font-weight: 600;
    color: #f8cf3f;
    padding-bottom: 5px;
  }
}

.home-form {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-top: 4px solid linear-gradient(90deg, #0035bd, #011E68, #f8cf3f);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.home-form::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="%23ffffff" opacity="0.1"/><circle cx="75" cy="75" r="1" fill="%23ffffff" opacity="0.1"/><circle cx="50" cy="10" r="0.5" fill="%23ffffff" opacity="0.1"/><circle cx="10" cy="60" r="0.5" fill="%23ffffff" opacity="0.1"/><circle cx="90" cy="40" r="0.5" fill="%23ffffff" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
  opacity: 0.3;
  pointer-events: none;
}
.home-form form,
.home-form input,
.home-form label,
.home-form p,
.home-form textarea {
  color: #2c3e50 !important;
}
.home-form .contact-description {
  font-size: 16px;
  line-height: 1.6;
  color: #6c757d;
  font-weight: 400;
  text-align: justify;
}
.home-form .contact-card {
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  border-radius: 20px;
  padding: 40px 30px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  position: relative;
  overflow: hidden;
}
.home-form .contact-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #0035bd, #011E68, #f8cf3f);
}
.home-form .contact-card .fa-contact {
  background: linear-gradient(135deg, #011E68 0%, rgb(0.5142857143, 15.4285714286, 53.4857142857) 100%);
  padding: 15px;
  width: 60px;
  height: 60px;
  text-align: center;
  float: left;
  margin-right: 25px;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(1, 30, 104, 0.3);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.home-form .contact-card .fa-contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}
.home-form .contact-card .fa-contact i {
  font-size: 28px;
  color: #fff;
  position: relative;
  z-index: 1;
}
.home-form .contact-card .fa-contact:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 25px rgba(1, 30, 104, 0.4);
}
.home-form .contact-card .fa-contact:hover::before {
  left: 100%;
}
.home-form .contact-card .content p {
  font-size: 16px;
  font-weight: 600;
  height: 60px;
  display: flex;
  align-items: center;
  margin: 0;
  color: #2c3e50;
}
.home-form .contact-card .content p a {
  color: #2c3e50;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
}
.home-form .contact-card .content p a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #0035bd, #011E68);
  transition: width 0.3s ease;
}
.home-form .contact-card .content p a:hover {
  color: #0035bd;
}
.home-form .contact-card .content p a:hover::after {
  width: 100%;
}

.form-contact {
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  position: relative;
  overflow: hidden;
}
.form-contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #0035bd, #011E68, #f8cf3f);
}
.form-contact label {
  font-size: 14px;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 8px;
  display: block;
  position: relative;
}
.form-contact label::after {
  content: " *";
  color: #e74c3c;
  font-weight: bold;
}
.form-contact .form-group {
  margin-bottom: 25px;
  position: relative;
}
.form-contact .form-group .btn-prod button,
.form-contact .form-group .btn-prod a {
  width: 100%;
  margin-left: 0;
}
.form-contact .form-control {
  border: 2px solid #e9ecef;
  border-radius: 12px;
  height: 55px;
  padding: 15px 20px;
  font-size: 14px;
  background: #ffffff;
  width: 100%;
  transition: all 0.3s ease;
  position: relative;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.form-contact .form-control:focus {
  outline: 0;
  border-color: #011E68;
  box-shadow: 0 0 0 3px rgba(1, 30, 104, 0.1);
  transform: translateY(-2px);
}
.form-contact .form-control::placeholder {
  font-weight: 400;
  color: #6c757d;
  transition: all 0.3s ease;
}
.form-contact .form-control:focus::placeholder {
  transform: translateY(-10px);
  opacity: 0.7;
}
.form-contact textarea {
  border-radius: 12px;
  min-height: 120px !important;
  padding: 20px;
  resize: vertical;
  border: 2px solid #e9ecef;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.form-contact textarea:focus {
  outline: 0;
  border-color: #011E68;
  box-shadow: 0 0 0 3px rgba(1, 30, 104, 0.1);
  transform: translateY(-2px);
}
.form-contact button {
  border: none;
  background: linear-gradient(135deg, #011E68 0%, rgb(0.5142857143, 15.4285714286, 53.4857142857) 100%);
  color: #fff;
  padding: 15px 30px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  box-shadow: 0 8px 20px rgba(1, 30, 104, 0.3);
  position: relative;
  overflow: hidden;
}
.form-contact button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}
.form-contact button:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 25px rgba(1, 30, 104, 0.4);
}
.form-contact button:hover::before {
  left: 100%;
}
.form-contact button:active {
  transform: translateY(-1px);
}

#form-prod-int {
  padding: 30px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  border: 1px solid rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  position: relative;
  overflow: hidden;
}
#form-prod-int::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #0035bd, #011E68, #f8cf3f);
}

.h3-form {
  font-size: 22px;
  color: #f8cf3f;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
}
.h3-form::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 50px;
  height: 3px;
  background: linear-gradient(90deg, #0035bd, #011E68);
  border-radius: 2px;
}
.h3-form i {
  color: #0035bd;
  font-size: 20px;
  position: relative;
  top: 2px;
  margin-right: 8px;
}

.whats-form {
  background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
  margin-left: 20px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(37, 211, 102, 0.3);
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
}
.whats-form:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 25px rgba(37, 211, 102, 0.4);
  color: #fff;
}
.whats-form::after {
  background-color: #075e54;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .home-form {
    padding: 60px 0;
  }
  .home-form .contact-card {
    padding: 30px 20px;
  }
  .home-form .contact-card .fa-contact {
    width: 50px;
    height: 50px;
    padding: 12px;
    margin-right: 20px;
  }
  .home-form .contact-card .fa-contact i {
    font-size: 24px;
  }
  .home-form .contact-card .content p {
    font-size: 15px;
    height: 50px;
  }
  .home-form .form-contact {
    padding: 30px 25px;
  }
  .home-form .form-contact .form-control {
    height: 50px;
    padding: 12px 18px;
  }
  .home-form .form-contact textarea {
    min-height: 100px !important;
    padding: 15px;
  }
  .home-form .form-contact button {
    padding: 12px 25px;
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  .home-form {
    padding: 50px 0;
  }
  .home-form .contact-card {
    padding: 25px 15px;
  }
  .home-form .contact-card .fa-contact {
    width: 45px;
    height: 45px;
    padding: 10px;
    margin-right: 15px;
  }
  .home-form .contact-card .fa-contact i {
    font-size: 20px;
  }
  .home-form .contact-card .content p {
    font-size: 14px;
    height: 45px;
  }
  .home-form .form-contact {
    padding: 25px 20px;
  }
  .home-form .form-contact .form-control {
    height: 48px;
    padding: 10px 15px;
    font-size: 13px;
  }
  .home-form .form-contact textarea {
    min-height: 90px !important;
    padding: 12px;
  }
  .home-form .form-contact button {
    padding: 10px 20px;
    font-size: 14px;
  }
}
@keyframes sweep {
  0% {
    opacity: 0;
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/*=============*/
.whatsapp {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 75px;
  right: 15px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 100;
  animation: sweep 1.5s ease-in-out;
  display: flex;
  justify-content: center;
}

.whatsapp-icon {
  margin-top: 13px;
}

.contact-section {
  padding: 65px 0 0;
}
.contact-section .info-container {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
  position: relative;
  padding: 20px;
  border-radius: 8px;
}
.contact-section .info-container .contact-info {
  display: flex;
}
.contact-section .info-container .contact-info:not(:last-child) {
  margin-bottom: 35px;
}
.contact-section .info-container .contact-info h3 {
  font-size: 1.1em;
  font-weight: 500;
  color: #000;
  margin-bottom: 5px;
}
.contact-section .info-container .contact-info h3 a:hover {
  color: #0035bd;
}
.contact-section .info-container .contact-info p {
  color: #383838;
  margin-bottom: 0;
}
.contact-section .info-container .contact-info .icon {
  color: #011E68;
  margin-right: 10px;
  font-size: 1.6em;
  min-width: 35px;
}
.contact-section .info-container::after {
  content: "";
  position: absolute;
  display: block;
  height: 115%;
  width: 85%;
  border-radius: 0%;
  left: -30px;
  top: -20px;
  z-index: -2;
  border-radius: 8px;
  opacity: 0.8;
  border: 3px solid color-mix(in srgb, #f8cf3f, #fff 40%);
  background: #f8cf3f;
}
.contact-section .btn-contact {
  display: flex;
}
@media (max-width: 576px) {
  .contact-section .btn-contact {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .contact-section .btn-contact .btn-main {
    margin-left: 0;
    width: 80%;
  }
}

.banner-area {
  position: relative;
}
.banner-area .swiper-slide img {
  clip-path: circle(0% at 0 50%);
  position: relative;
  height: 600px;
  object-fit: cover;
  object-position: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-area .swiper-slide img {
    object-position: right;
  }
}
.banner-area .swiper-slide-active img {
  clip-path: circle(150% at 0 50%);
  transition: 2s ease;
  transition-property: clip-path !important;
}
.banner-area .swiper-pagination-bullet {
  height: 11px;
  width: 11px;
  margin: 0 7px !important;
  transition: 0.5s;
  background: #000;
}
.banner-area .swiper-pagination-bullet:hover {
  transform: scale(1.2);
  box-shadow: 0 0 2px rgba(255, 255, 255, 0.5);
}
.banner-area .swiper-pagination-bullet-active {
  width: 25px;
  border-radius: 8px;
  background: #0035bd;
}
.banner-area .swiper-pagination-bullet-active:hover {
  transform: scale(1);
  box-shadow: none;
}
.banner-area .content {
  position: absolute;
  z-index: 5 !important;
  top: 0;
  padding-left: 10vw;
  width: 45vw;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .banner-area .content {
    padding-left: 4vw;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-area .content {
    padding-left: 3vw;
    width: 48vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner-area .content {
    width: 90vw;
    justify-content: initial;
    margin-top: 20px;
  }
}
.banner-area .content h1,
.banner-area .content span {
  color: #161616;
  font-size: 3em;
  font-weight: 900;
  letter-spacing: 5px;
  line-height: 60px;
  margin-bottom: 20px;
  text-align: initial;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-area .content h1,
  .banner-area .content span {
    font-size: 3em;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-area .content h1,
  .banner-area .content span {
    font-size: 2.5em;
    line-height: 45px;
  }
}
@media (max-width: 575px) {
  .banner-area .content h1,
  .banner-area .content span {
    font-size: 2.1em;
    margin-bottom: 15px;
    line-height: 40px;
  }
}
.banner-area .content p {
  margin-bottom: 20px;
  color: #161616;
  font-size: 17px;
  width: 70%;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-area .content p {
    width: 95%;
  }
}
@media (max-width: 575px) {
  .banner-area .content p {
    margin-bottom: 35px;
    width: 100%;
    font-size: 16px;
  }
}
.banner-area .content a {
  background: #fff;
  padding: 15px 35px;
  color: #011E68;
  font-size: 1em;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0.1rem;
  border-radius: 5px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  transition: 0.4s ease;
  min-width: 200px;
  width: fit-content;
}
.banner-area .content a:hover {
  background: #011E68;
  color: #fff;
}
.banner-area .media-icons {
  z-index: 4;
  position: absolute;
  top: 40%;
  right: 15px;
  display: flex;
  flex-direction: column;
  transition: 0.5s ease;
}
@media (max-width: 575px) {
  .banner-area .media-icons {
    display: none;
  }
}
.banner-area .media-icons a {
  color: #fece1e;
  font-size: 1.6em;
  transition: 0.3s ease;
  background: #fff;
  padding: 10px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-area .media-icons a:not(:last-child) {
  margin-bottom: 20px;
}
.banner-area .media-icons a:hover {
  transform: scale(1.3);
  color: #011E68;
}

.about-area {
  padding: 65px 0;
}
.about-area .about-content {
  padding: 0 10px;
}
.about-area .about-content p {
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
  color: #000;
  margin: 5px 0;
}
.about-area .about-content .text-content .desc {
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-area .about-content .text-content .desc {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-area .about-content .text-content .desc {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .about-area .about-content .text-content .desc {
    width: 100%;
  }
}
.about-area .about-content .text-content .desc p {
  font-weight: 300;
  font-size: 16px;
  line-height: 27px;
  color: #000;
  margin: 8px 0;
}
.about-area .about-content .text-content .about-features {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.about-area .about-content .text-content .about-features .feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 0;
}
.about-area .about-content .text-content .about-features .feature-item i {
  color: #0035bd;
  font-size: 18px;
  width: 20px;
  text-align: center;
}
.about-area .about-content .text-content .about-features .feature-item span {
  font-weight: 500;
  font-size: 15px;
  color: #1a1a1a;
  margin: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-area .about-content .text-content .about-features {
    gap: 10px;
  }
  .about-area .about-content .text-content .about-features .feature-item {
    gap: 10px;
  }
  .about-area .about-content .text-content .about-features .feature-item i {
    font-size: 16px;
  }
  .about-area .about-content .text-content .about-features .feature-item span {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .about-area .about-content .text-content .about-features {
    gap: 8px;
  }
  .about-area .about-content .text-content .about-features .feature-item {
    gap: 8px;
  }
  .about-area .about-content .text-content .about-features .feature-item i {
    font-size: 15px;
  }
  .about-area .about-content .text-content .about-features .feature-item span {
    font-size: 13px;
  }
}
.about-area .about-content .text-content .about-stats {
  display: flex;
  gap: 30px;
  margin-top: 20px;
}
.about-area .about-content .text-content .about-stats .stat-item {
  text-align: center;
  flex: 1;
}
.about-area .about-content .text-content .about-stats .stat-item .stat-number {
  font-size: 32px;
  font-weight: 700;
  color: #0035bd;
  line-height: 1;
  margin-bottom: 5px;
}
.about-area .about-content .text-content .about-stats .stat-item .stat-number span {
  display: inline-block;
}
.about-area .about-content .text-content .about-stats .stat-item .stat-label {
  font-size: 14px;
  font-weight: 500;
  color: #1a1a1a;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-area .about-content .text-content .about-stats {
    gap: 20px;
  }
  .about-area .about-content .text-content .about-stats .stat-item .stat-number {
    font-size: 28px;
  }
  .about-area .about-content .text-content .about-stats .stat-item .stat-label {
    font-size: 13px;
  }
}
@media (max-width: 575px) {
  .about-area .about-content .text-content .about-stats {
    gap: 15px;
  }
  .about-area .about-content .text-content .about-stats .stat-item .stat-number {
    font-size: 24px;
  }
  .about-area .about-content .text-content .about-stats .stat-item .stat-label {
    font-size: 12px;
  }
}
.about-area .about-content .about-list {
  margin: 10px 0;
}
.about-area .about-content .about-list .item-list {
  display: flex;
  align-items: center;
  margin: 8px 0;
}
.about-area .about-content .about-list .item-list .icon {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: rgba(233, 233, 233, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-area .about-content .about-list .item-list .icon i {
  font-weight: 600;
  color: #0035bd;
}
.about-area .about-content .about-list .item-list .text-p {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #1a1a1a;
  margin-left: 10px;
  margin-bottom: 0;
}
.about-area .image-about {
  position: relative;
  margin-bottom: 35px;
  padding: 0 20px;
}
.about-area .image-about .inner-about {
  position: relative;
  padding-right: 100px;
  padding-bottom: 55px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-area .image-about .inner-about {
    padding-right: 5px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-area .image-about .inner-about {
    padding-right: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 575px) {
  .about-area .image-about .inner-about {
    padding-right: 0;
    padding-bottom: 0;
  }
}
.about-area .image-about .inner-about .image-1 {
  width: 100%;
  height: 570px;
  position: relative;
  display: inline-block;
  margin-bottom: 0px;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-area .image-about .inner-about .image-1 {
    padding-right: 60px;
    height: 460px;
  }
}
@media (max-width: 575px) {
  .about-area .image-about .inner-about .image-1 {
    height: 420px;
  }
}
.about-area .image-about .inner-about .image-1 img {
  width: 90%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  object-position: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-area .image-about .inner-about .image-1 img {
    width: 90%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-area .image-about .inner-about .image-1 img {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .about-area .image-about .inner-about .image-1 img {
    width: 100%;
  }
}
.about-area .image-about .inner-about .image-1::before {
  position: absolute;
  left: -30px;
  bottom: -63px;
  width: 61%;
  height: 105px;
  background-image: radial-gradient(#0035bd 18%, transparent 18%);
  background-position: 14px 14px;
  background-size: 16px 16px;
  background-color: rgba(255, 255, 255, 0);
  z-index: -1;
  content: "";
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-area .image-about .inner-about .image-1::before {
    right: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-area .image-about .inner-about .image-1::before {
    bottom: -26px;
  }
}
@media (max-width: 575px) {
  .about-area .image-about .inner-about .image-1::before {
    bottom: -26px;
  }
}
.about-area .image-about .inner-about .image-2 {
  width: 300px;
  height: 400px;
  position: absolute;
  right: 0;
  bottom: 0;
  margin-bottom: 0;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-area .image-about .inner-about .image-2 {
    width: 225px;
    height: 320px;
    bottom: -80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-area .image-about .inner-about .image-2 {
    display: none;
  }
}
@media (max-width: 575px) {
  .about-area .image-about .inner-about .image-2 {
    display: none;
  }
}
.about-area .image-about .inner-about .image-2 img {
  height: 100%;
  width: 100%;
  border-radius: 15px;
  object-fit: cover;
  object-position: center;
}
.about-area .image-about .inner-about .experience {
  width: 290px;
  background-color: #f8cf3f;
  box-shadow: 3px 5px 18px 0 rgba(6, 22, 58, 0.18);
  position: absolute;
  top: 30px;
  left: -37px;
  height: 100px;
  padding: 15px;
  border-radius: 30px 30px 0 30px;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-area .image-about .inner-about .experience {
    width: 60%;
    left: -20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-area .image-about .inner-about .experience {
    width: 50%;
    left: -15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-area .image-about .inner-about .experience {
    left: -18px;
    width: 80%;
  }
}
@media (max-width: 575px) {
  .about-area .image-about .inner-about .experience {
    left: -4px;
    bottom: 15px;
    width: 80%;
  }
}
@media (max-width: 320px) {
  .about-area .image-about .inner-about .experience {
    width: 98%;
  }
}
.about-area .image-about .inner-about .experience {
  animation: movedup 2s ease-in-out infinite alternate forwards;
}
@keyframes movedup {
  0% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(2px);
  }
}
.about-area .image-about .inner-about .experience .left-number {
  float: left;
  width: 30%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 20px;
}
.about-area .image-about .inner-about .experience .left-number span {
  font-size: 28px;
  font-weight: 600;
  color: #fff;
}
.about-area .image-about .inner-about .experience .left-number .counter span {
  font-size: 50px;
  font-weight: 700;
  color: #FFF;
  margin: 0px;
  padding: 5px 0px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-area .image-about .inner-about .experience .left-number .counter span {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .about-area .image-about .inner-about .experience .left-number .counter span {
    font-size: 40px;
  }
}
.about-area .image-about .inner-about .experience .right-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  float: right;
  width: 70%;
  height: 100%;
  padding: 10px 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-area .image-about .inner-about .experience .right-text {
    padding: 10px;
  }
}
@media (max-width: 575px) {
  .about-area .image-about .inner-about .experience .right-text {
    padding: 12px;
  }
}
.about-area .image-about .inner-about .experience .right-text span {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-area .image-about .inner-about .experience .right-text span {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .about-area .image-about .inner-about .experience .right-text span {
    font-size: 18px;
  }
}
@media (max-width: 320px) {
  .about-area .image-about .inner-about .experience .right-text span {
    font-size: 16px;
  }
}
.about-area .image-about .inner-about .experience .right-text p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-area .image-about .inner-about .experience .right-text p {
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  .about-area .image-about .inner-about .experience .right-text p {
    font-size: 12px;
  }
}
@media (max-width: 320px) {
  .about-area .image-about .inner-about .experience .right-text p {
    font-size: 11px;
  }
}
.about-area .service-wrapper {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  min-height: 280px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 20px;
  border-radius: 8px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-area .service-wrapper {
    min-height: 350px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-area .service-wrapper {
    min-height: 345px;
  }
}
.about-area .service-wrapper h3 {
  font-size: 20px;
}
.about-area .service-wrapper p {
  font-size: 15px;
}
.about-area .service-wrapper ul {
  padding: 20px 30px;
  margin: 0;
}
.about-area .service-wrapper ul li {
  list-style: disc;
  font-size: 15px;
}
.about-area .service-wrapper .icon {
  width: 60px;
  height: 60px;
  line-height: 45px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #011E68;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 8px;
}
.about-area .service-wrapper .icon .uim-svg {
  display: inline-block;
  height: 1.2em;
  vertical-align: -0.4em;
  font-size: 34px;
}
.about-area .service-wrapper .icon .uim-svg img {
  width: 40px;
}
.about-area .service-wrapper .big-icon {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0.05;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.about-area .service-wrapper .big-icon .uim-svg {
  font-size: 34px;
  transition: all 0.5s ease;
}
.about-area .service-wrapper:hover {
  -webkit-box-shadow: 0 10px 25px rgba(47, 60, 78, 0.15) !important;
  box-shadow: 0 10px 25px rgba(47, 60, 78, 0.15) !important;
  background: #ffffff;
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
  border-color: transparent !important;
}
.about-area .service-wrapper:hover .hover-img {
  width: 95px;
}
.about-area .service-wrapper:hover .big-icon {
  z-index: -1;
  opacity: 0.1;
  margin-bottom: -10px;
}
.about-area .service-wrapper:hover .big-icon .uim-svg {
  font-size: 160px;
}
.about-area .service-wrapper:hover .icon {
  background: #0035bd !important;
  color: #ffffff !important;
}
.about-area .service-wrapper .content .title {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-weight: 500;
}

.product-area {
  padding: 65px 0;
  background: #f8f8f8;
}
.product-area .padding-content {
  padding: 0 7vw;
}
@media (min-width: 992px) {
  .product-area .padding-content {
    padding: 0;
    padding-left: 3rem;
    padding-right: 15px;
  }
}
.product-area .swiper-button-prev,
.product-area .swiper-button-next {
  position: absolute;
  top: 55%;
  height: 50px;
  width: 50px;
  cursor: pointer;
  font-size: 1.25rem;
  text-align: center;
  line-height: 50px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
  transform: translateY(-50%);
  transition: transform 0.1s linear;
  z-index: 3;
}
.product-area .swiper-button-prev::after,
.product-area .swiper-button-next::after {
  font-size: 20px;
  color: #000018;
  font-weight: 600;
}

.int-page-1 {
  padding: 65px 0;
  background: linear-gradient(180deg, #ffffff 0%, #f8f8f8 50%, #ffffff 100%);
}
.int-page-1 h2::after,
.int-page-1 h3::after {
  display: none;
}
.int-page-1 .section-title-gradient {
  background: linear-gradient(135deg, #0035bd 0%, #011E68 50%, #f8cf3f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-weight: 700;
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  position: relative;
  margin-bottom: 30px;
}
.int-page-1 .section-title-gradient::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #0035bd, #011E68, #f8cf3f);
  border-radius: 2px;
}
.int-page-1 .product-image-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.int-page-1 .product-image-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(0, 53, 189, 0.1) 0%, rgba(1, 30, 104, 0.1) 100%);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}
.int-page-1 .product-image-wrapper::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(248, 207, 63, 0.2) 0%, transparent 70%);
  transform: scale(0);
  transition: transform 0.6s ease;
  z-index: 1;
  pointer-events: none;
}
.int-page-1 .product-image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.4s ease;
  border-radius: 20px;
  pointer-events: none;
  user-select: none;
}
.int-page-1 .product-image-wrapper:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
}
.int-page-1 .product-image-wrapper:hover::before {
  opacity: 1;
}
.int-page-1 .product-image-wrapper:hover::after {
  transform: scale(1);
}
.int-page-1 .product-image-wrapper:hover img {
  transform: scale(1.05);
}
.int-page-1 .product-image-wrapper.swiper-image-container {
  pointer-events: none;
  width: 100%;
  height: 100%;
}
.int-page-1 .product-image-wrapper.swiper-image-container::before, .int-page-1 .product-image-wrapper.swiper-image-container::after {
  pointer-events: none;
}
.int-page-1 .product-image-wrapper.swiper-image-container img {
  pointer-events: none;
}
@media (min-width: 768px) {
  .int-page-1 .ajust-float {
    width: 55%;
    float: left;
    margin-right: 20px;
  }
}
.int-page-1 .ajust-float .product-image-wrapper img {
  border-radius: 20px;
  min-height: 400px;
  object-fit: cover;
}
.int-page-1 .ajust-float .product-image-wrapper.swiper-image-container {
  pointer-events: auto;
  width: 100%;
  height: 100%;
}
.int-page-1 .ajust-float .product-image-wrapper.swiper-image-container::before, .int-page-1 .ajust-float .product-image-wrapper.swiper-image-container::after {
  pointer-events: none;
}
.int-page-1 .ajust-float .product-image-wrapper.swiper-image-container img {
  pointer-events: none;
}
.int-page-1 .swiper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  touch-action: pan-y;
}
.int-page-1 .swiper .swiper-wrapper {
  position: relative;
  touch-action: pan-y;
}
.int-page-1 .swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  position: relative;
  touch-action: pan-y;
  pointer-events: auto;
}
.int-page-1 .swiper .swiper-slide .product-image-wrapper {
  pointer-events: none;
}
.int-page-1 .swiper .swiper-pagination {
  z-index: 10;
  pointer-events: auto;
  touch-action: manipulation;
}
@media (min-width: 992px) {
  .int-page-1 .padding-lg-right {
    padding-right: 5%;
  }
}
.int-page-1 .swiper-button-prev,
.int-page-1 .swiper-button-next {
  position: absolute;
  top: 55%;
  height: 50px;
  width: 50px;
  cursor: pointer;
  font-size: 1.25rem;
  text-align: center;
  line-height: 50px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
  transform: translateY(-50%);
  transition: transform 0.1s linear;
  z-index: 3;
}
.int-page-1 .swiper-button-prev::after,
.int-page-1 .swiper-button-next::after {
  font-size: 20px;
  color: #000018;
  font-weight: 600;
}
.int-page-1 p {
  text-align: justify;
  hyphens: auto;
  word-break: break-word;
  line-height: 1.8;
  color: #1a1a1a;
}
.int-page-1 .features-list {
  margin: 20px 0;
  list-style: none;
  padding: 0;
}
.int-page-1 .features-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 5px 0;
  padding: 12px;
  transition: all 0.3s ease;
  list-style: none;
}
.int-page-1 .features-list li i {
  color: #0035bd;
  font-size: 18px;
  margin-top: 2px;
  flex-shrink: 0;
}
.int-page-1 .features-list li:hover {
  transform: translateX(5px);
  background: linear-gradient(135deg, rgba(0, 53, 189, 0.1) 0%, rgba(1, 30, 104, 0.1) 100%);
  box-shadow: 0 4px 15px rgba(0, 53, 189, 0.1);
}
.int-page-1 .boxExpand {
  margin: 30px 0;
  padding: 20px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}
.int-page-1 .boxExpand #contentExpand {
  position: relative;
  max-height: 200px;
  overflow: hidden;
  transition: max-height 0.8s ease-in-out;
  padding: 0 20px;
}
.int-page-1 .boxExpand #contentExpand ul {
  margin: 15px 0;
  padding: 0;
}
.int-page-1 .boxExpand #contentExpand ul li {
  list-style: none;
  margin: 10px 0;
}
.int-page-1 .boxExpand #contentExpand.expanded {
  max-height: 5000px;
}
.int-page-1 .boxExpand #contentExpand.expanded::before {
  display: none;
}
.int-page-1 .boxExpand #contentExpand::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90px;
  z-index: 2;
  background: linear-gradient(to top, #ffffff 20%, rgba(0, 0, 0, 0) 100%);
}
.int-page-1 .boxExpand .btn-expand {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 80px;
  top: 0px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  z-index: 2;
  border: none;
  outline: none;
  transition: 0.3s ease;
  background: transparent;
  color: #0035bd;
}
.int-page-1 .boxExpand .btn-expand:hover {
  color: #011E68;
  transform: translateY(-2px);
}
.int-page-1 .boxExpand .btn-expand i {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0035bd;
  bottom: 0px;
  font-size: 40px;
  transition: 0.3s ease;
}
.int-page-1 .boxExpand .btn-expand span {
  margin-top: 5px;
  font-weight: 600;
}
.int-page-1 .btn-main {
  transition: all 0.3s ease;
}
.int-page-1 .btn-main:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 53, 189, 0.3);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .int-page-1 .ajust-float {
    width: 100% !important;
    float: none !important;
    margin-right: 0 !important;
    margin-bottom: 30px;
  }
  .int-page-1 .product-image-wrapper {
    margin-bottom: 30px;
  }
  .int-page-1 .features-list li {
    font-size: 14px;
  }
}

.int-page-2 {
  padding: 65px 0;
  background: linear-gradient(180deg, #ffffff 0%, #f8f8f8 50%, #ffffff 100%);
}
.int-page-2 .prodintSwiper {
  height: 400px;
}
.int-page-2 .swiper-button-prev,
.int-page-2 .swiper-button-next {
  position: absolute;
  top: 55%;
  height: 50px;
  width: 50px;
  cursor: pointer;
  font-size: 1.25rem;
  text-align: center;
  line-height: 50px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
  transform: translateY(-50%);
  transition: transform 0.1s linear;
  z-index: 3;
}
.int-page-2 .swiper-button-prev::after,
.int-page-2 .swiper-button-next::after {
  font-size: 20px;
  color: #000018;
  font-weight: 600;
}
.int-page-2 .section-title-gradient {
  background: linear-gradient(135deg, #0035bd 0%, #011E68 50%, #f8cf3f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-weight: 700;
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  position: relative;
  margin-bottom: 30px;
}
.int-page-2 .section-title-gradient::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #0035bd, #011E68, #f8cf3f);
  border-radius: 2px;
}
.int-page-2 .product-image-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.int-page-2 .product-image-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(0, 53, 189, 0.1) 0%, rgba(1, 30, 104, 0.1) 100%);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.int-page-2 .product-image-wrapper::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(248, 207, 63, 0.2) 0%, transparent 70%);
  transform: scale(0);
  transition: transform 0.6s ease;
  z-index: 1;
}
.int-page-2 .product-image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.4s ease;
  border-radius: 20px;
}
.int-page-2 .product-image-wrapper:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
}
.int-page-2 .product-image-wrapper:hover::before {
  opacity: 1;
}
.int-page-2 .product-image-wrapper:hover::after {
  transform: scale(1);
}
.int-page-2 .product-image-wrapper:hover img {
  transform: scale(1.05);
}
.int-page-2 .features-list {
  margin: 20px 0;
}
.int-page-2 .features-list p {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 12px 0;
  padding: 12px;
  background: linear-gradient(135deg, rgba(0, 53, 189, 0.05) 0%, rgba(1, 30, 104, 0.05) 100%);
  border-radius: 10px;
  border-left: 4px solid #0035bd;
  transition: all 0.3s ease;
}
.int-page-2 .features-list p i {
  color: #0035bd;
  font-size: 18px;
  margin-top: 2px;
  flex-shrink: 0;
}
.int-page-2 .features-list p:hover {
  transform: translateX(5px);
  background: linear-gradient(135deg, rgba(0, 53, 189, 0.1) 0%, rgba(1, 30, 104, 0.1) 100%);
  box-shadow: 0 4px 15px rgba(0, 53, 189, 0.1);
}
.int-page-2 .criteria-list {
  margin: 20px 0;
}
.int-page-2 .criteria-list p {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 10px 0;
  padding: 10px 15px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  transition: all 0.3s ease;
}
.int-page-2 .criteria-list p i {
  color: #f8cf3f;
  font-size: 16px;
  margin-top: 3px;
  flex-shrink: 0;
}
.int-page-2 .criteria-list p:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateX(5px);
}
.int-page-2 .img-text {
  position: relative;
  background-image: url(../img/gallery/about.webp);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  border-radius: 20px;
  overflow: hidden;
  margin: 40px 0;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}
.int-page-2 .img-text::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(135deg, rgba(1, 30, 104, 0.85) 0%, rgba(0, 53, 189, 0.75) 50%, rgba(1, 30, 104, 0.85) 100%);
  z-index: 0;
}
.int-page-2 .img-text::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 50%, rgba(248, 207, 63, 0.1) 0%, transparent 50%), radial-gradient(circle at 80% 50%, rgba(248, 207, 63, 0.1) 0%, transparent 50%);
  z-index: 1;
  pointer-events: none;
}
.int-page-2 .img-text .content-padding {
  padding: 50px 40px;
  position: relative;
  z-index: 2;
}
.int-page-2 .img-text .content-padding h2 {
  color: #FFF;
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  font-weight: 700;
  margin-bottom: 25px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  position: relative;
  padding-bottom: 15px;
}
.int-page-2 .img-text .content-padding h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, #f8cf3f, rgba(248, 207, 63, 0.5));
  border-radius: 2px;
}
.int-page-2 .img-text .content-padding p {
  color: #FFF;
  font-size: 16px;
  line-height: 1.8;
  margin: 15px 0;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}
.int-page-2 .accordion .accordion-item {
  margin-bottom: 15px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  background: #fff;
}
.int-page-2 .accordion .accordion-item:hover {
  box-shadow: 0 8px 25px rgba(0, 53, 189, 0.15);
  transform: translateY(-2px);
}
.int-page-2 .accordion .accordion-item button {
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  border: 1px solid rgba(0, 53, 189, 0.1);
  transition: all 0.3s ease;
}
.int-page-2 .accordion .accordion-item button[aria-expanded=true] {
  background: linear-gradient(135deg, #0035bd 0%, #011E68 100%);
  border-color: #0035bd;
}
.int-page-2 .accordion .accordion-item button[aria-expanded=true] .accordion-title {
  color: #fff;
}
.int-page-2 .accordion .accordion-item button[aria-expanded=true] .icon::before, .int-page-2 .accordion .accordion-item button[aria-expanded=true] .icon::after {
  background: #fff;
}
.int-page-2 .accordion .accordion-item .accordion-title {
  color: #1a1a1a;
  font-weight: 600;
  transition: color 0.3s ease;
}
.int-page-2 .accordion .accordion-item .accordion-content {
  background: #fff;
  border-top: 1px solid rgba(0, 53, 189, 0.1);
}
.int-page-2 .accordion .accordion-item .accordion-content p {
  color: #1a1a1a;
  line-height: 1.7;
}
.int-page-2 .home-form {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  padding: 60px 0;
  border-radius: 20px;
  margin: 40px 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.int-page-2 .home-form h2 {
  margin-bottom: 25px;
}
.int-page-2 .home-form p {
  color: #1a1a1a;
  line-height: 1.8;
  margin-bottom: 15px;
}
.int-page-2 .buttons .btn-main {
  width: 100%;
  text-align: center;
  margin-left: 0;
  transition: all 0.3s ease;
}
.int-page-2 .buttons .btn-main:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 53, 189, 0.3);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .int-page-2 .product-image-wrapper {
    margin-bottom: 30px;
  }
  .int-page-2 .img-text {
    background-attachment: scroll;
  }
  .int-page-2 .img-text .content-padding {
    padding: 30px 20px;
  }
  .int-page-2 .features-list p,
  .int-page-2 .criteria-list p {
    font-size: 14px;
  }
}

.int-page-int {
  padding: 65px 0;
  background: linear-gradient(180deg, #ffffff 0%, #f8f8f8 50%, #ffffff 100%);
}
.int-page-int h2::after,
.int-page-int h3::after {
  display: none;
}
.int-page-int .section-title-gradient {
  background: linear-gradient(135deg, #0035bd 0%, #011E68 50%, #f8cf3f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-weight: 700;
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  position: relative;
  margin-bottom: 30px;
}
.int-page-int .section-title-gradient::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #0035bd, #011E68, #f8cf3f);
  border-radius: 2px;
}
.int-page-int .product-image-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.int-page-int .product-image-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(0, 53, 189, 0.1) 0%, rgba(1, 30, 104, 0.1) 100%);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}
.int-page-int .product-image-wrapper::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(248, 207, 63, 0.2) 0%, transparent 70%);
  transform: scale(0);
  transition: transform 0.6s ease;
  z-index: 1;
  pointer-events: none;
}
.int-page-int .product-image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.4s ease;
  border-radius: 20px;
  pointer-events: none;
  user-select: none;
}
.int-page-int .product-image-wrapper:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
}
.int-page-int .product-image-wrapper:hover::before {
  opacity: 1;
}
.int-page-int .product-image-wrapper:hover::after {
  transform: scale(1);
}
.int-page-int .product-image-wrapper:hover img {
  transform: scale(1.05);
}
.int-page-int .product-image-wrapper.swiper-image-container {
  pointer-events: none;
  width: 100%;
  height: 100%;
}
.int-page-int .product-image-wrapper.swiper-image-container::before, .int-page-int .product-image-wrapper.swiper-image-container::after {
  pointer-events: none;
}
.int-page-int .product-image-wrapper.swiper-image-container img {
  pointer-events: none;
}
@media (min-width: 768px) {
  .int-page-int .ajust-float {
    width: 35%;
    float: left;
    margin-right: 20px;
  }
}
.int-page-int .ajust-float .product-image-wrapper img {
  border-radius: 20px;
  min-height: 400px;
  object-fit: cover;
}
.int-page-int .ajust-float .product-image-wrapper.swiper-image-container {
  pointer-events: auto;
  width: 100%;
  height: 100%;
}
.int-page-int .ajust-float .product-image-wrapper.swiper-image-container::before, .int-page-int .ajust-float .product-image-wrapper.swiper-image-container::after {
  pointer-events: none;
}
.int-page-int .ajust-float .product-image-wrapper.swiper-image-container img {
  pointer-events: none;
}
.int-page-int .swiper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  touch-action: pan-y;
}
.int-page-int .swiper .swiper-wrapper {
  position: relative;
  touch-action: pan-y;
}
.int-page-int .swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  position: relative;
  touch-action: pan-y;
  pointer-events: auto;
}
.int-page-int .swiper .swiper-slide .product-image-wrapper {
  pointer-events: none;
}
.int-page-int .swiper .swiper-pagination {
  z-index: 10;
  pointer-events: auto;
  touch-action: manipulation;
}
@media (min-width: 992px) {
  .int-page-int .padding-lg-right {
    padding-right: 5%;
  }
}
.int-page-int .swiper-button-prev,
.int-page-int .swiper-button-next {
  position: absolute;
  top: 55%;
  height: 50px;
  width: 50px;
  cursor: pointer;
  font-size: 1.25rem;
  text-align: center;
  line-height: 50px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
  transform: translateY(-50%);
  transition: transform 0.1s linear;
  z-index: 3;
}
.int-page-int .swiper-button-prev::after,
.int-page-int .swiper-button-next::after {
  font-size: 20px;
  color: #000018;
  font-weight: 600;
}
.int-page-int p {
  text-align: justify;
  hyphens: auto;
  word-break: break-word;
  line-height: 1.8;
  color: #1a1a1a;
}
.int-page-int .features-list {
  display: flex;
  flex-direction: column;
  margin: 20px 0;
  list-style: none;
  padding: 0;
}
.int-page-int .features-list li {
  gap: 16px;
  margin: 5px 0;
  padding: 12px;
  transition: all 0.3s ease;
  list-style: none;
}
.int-page-int .features-list li i {
  color: #0035bd;
  font-size: 18px;
  margin-top: 2px;
  flex-shrink: 0;
}
.int-page-int .features-list li:hover {
  transform: translateX(5px);
  background: linear-gradient(135deg, rgba(0, 53, 189, 0.1) 0%, rgba(1, 30, 104, 0.1) 100%);
  box-shadow: 0 4px 15px rgba(0, 53, 189, 0.1);
}
.int-page-int .boxExpand {
  margin: 30px 0;
  padding: 20px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}
.int-page-int .boxExpand #contentExpand {
  position: relative;
  max-height: 200px;
  overflow: hidden;
  transition: max-height 0.8s ease-in-out;
  padding: 0 20px;
}
.int-page-int .boxExpand #contentExpand ul {
  margin: 15px 0;
  padding: 0;
}
.int-page-int .boxExpand #contentExpand ul li {
  list-style: none;
  margin: 10px 0;
}
.int-page-int .boxExpand #contentExpand.expanded {
  max-height: 5000px;
}
.int-page-int .boxExpand #contentExpand.expanded::before {
  display: none;
}
.int-page-int .boxExpand #contentExpand::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90px;
  z-index: 2;
  background: linear-gradient(to top, #ffffff 20%, rgba(0, 0, 0, 0) 100%);
}
.int-page-int .boxExpand .btn-expand {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 80px;
  top: 0px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  z-index: 2;
  border: none;
  outline: none;
  transition: 0.3s ease;
  background: transparent;
  color: #0035bd;
}
.int-page-int .boxExpand .btn-expand:hover {
  color: #011E68;
  transform: translateY(-2px);
}
.int-page-int .boxExpand .btn-expand i {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0035bd;
  bottom: 0px;
  font-size: 40px;
  transition: 0.3s ease;
}
.int-page-int .boxExpand .btn-expand span {
  margin-top: 5px;
  font-weight: 600;
}
.int-page-int .btn-main {
  transition: all 0.3s ease;
}
.int-page-int .btn-main:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 53, 189, 0.3);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .int-page-int .ajust-float {
    width: 100% !important;
    float: none !important;
    margin-right: 0 !important;
    margin-bottom: 30px;
  }
  .int-page-int .product-image-wrapper {
    margin-bottom: 30px;
  }
  .int-page-int .features-list li {
    font-size: 14px;
  }
}

.map-site ul li {
  margin-bottom: 10px;
}
.map-site ul li i {
  color: #011E68;
}
.map-site ul li a {
  color: #000;
  text-transform: uppercase;
  font-size: 0.9em;
}
.map-site ul li a:hover {
  color: #0035bd;
  padding-left: 5px;
}

.politica-de-privacidade h2 {
  margin-top: 15px;
}

.lgpd {
  position: fixed;
  bottom: 4%;
  left: 2%;
  max-width: 360px;
  padding: 1rem;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  z-index: 9999;
}
.lgpd .title {
  font-weight: 600;
  color: rgb(31, 41, 55);
}
.lgpd .description {
  margin-top: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(75, 85, 99);
}
.lgpd .description a {
  color: rgb(59, 130, 246);
}
.lgpd .description a:hover {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}
.lgpd .actions {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-top: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  flex-shrink: 0;
}
.lgpd .actions .pref {
  font-size: 0.75rem;
  line-height: 1rem;
  color: rgb(31, 41, 55);
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: none;
  background-color: transparent;
}
.lgpd .actions .pref:hover {
  color: rgb(156, 163, 175);
}
.lgpd .actions .pref:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.lgpd .actions .accept {
  font-size: 0.75rem;
  line-height: 1rem;
  background-color: rgb(17, 24, 39);
  font-weight: 500;
  border-radius: 0.5rem;
  color: #fff;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  cursor: pointer;
  border: none;
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.lgpd .actions .accept:hover {
  background-color: rgb(55, 65, 81);
}
.lgpd .actions .accept:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.boxExpand {
  margin: 30px 0;
  padding: 20px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}
.boxExpand #contentExpand {
  position: relative;
  max-height: 200px;
  overflow: hidden;
  transition: max-height 0.8s ease-in-out;
  padding: 0 20px;
}
.boxExpand #contentExpand ul {
  margin: 15px 0;
  padding: 0;
}
.boxExpand #contentExpand ul li {
  list-style: none;
  margin: 10px 0;
}
.boxExpand #contentExpand.expanded {
  max-height: 5000px;
}
.boxExpand #contentExpand.expanded::before {
  display: none;
}
.boxExpand #contentExpand::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90px;
  z-index: 2;
  background: linear-gradient(to top, #ffffff 20%, rgba(0, 0, 0, 0) 100%);
}
.boxExpand .btn-expand {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 80px;
  top: 0px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  z-index: 2;
  border: none;
  outline: none;
  transition: 0.3s ease;
  background: transparent;
  color: #0035bd;
}
.boxExpand .btn-expand:hover {
  color: #011E68;
  transform: translateY(-2px);
}
.boxExpand .btn-expand i {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0035bd;
  bottom: 0px;
  font-size: 40px;
  transition: 0.3s ease;
}
.boxExpand .btn-expand span {
  margin-top: 5px;
  font-weight: 600;
}

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