/*
Theme Name: The7 Child
Theme URI: https://the7.io/
Description: Child theme for The7
Author: Your Name
Author URI: https://your-site.com/
Template: dt-the7
Version: 1.0.0
Text Domain: the7-child
*/
@font-face {
  font-family: Ravien;
  font-style: normal;
  font-weight: normal;
  src:
    url("font/ravi/Ravi-Regular.woff") format("woff"),
    url("font/ravi/Ravi-Regular.woff2") format("woff2"),
    url("font/ravi/RaviFaNum-Regular.eot") format("eot");
}
@font-face {
  font-family: Ravi;
  font-style: normal;
  font-weight: normal;
  src:
    url("font/ravi/RaviFaNum-Regular.woff") format("woff"),
    url("font/ravi/RaviFaNum-Regular.woff2") format("woff2"),
    url("font/ravi/RaviFaNum-Regular.eot") format("eot");
}

@font-face {
  font-family: Ravi;
  font-style: normal;
  font-weight: bold;
  src:
    url("font/ravi/RaviFaNum-Bold.woff") format("woff"),
    url("font/ravi/RaviFaNum-Bold.woff2") format("woff2"),
    url("font/ravi/RaviFaNum-Bold.eot") format("eot");
}

@font-face {
  font-family: Ravi;
  font-style: normal;
  font-weight: 950;
  src:
    url("font/ravi/RaviFaNum-ExtraBlack.woff") format("woff"),
    url("font/ravi/RaviFaNum-ExtraBlack.woff2") format("woff2"),
    url("font/ravi/RaviFaNum-ExtraBlack.eot") format("eot");
}
@font-face {
  font-family: "FontAwesome";
  src:
    url("font/fontawesome/FontAwesome7Brands-Regular.woff2") format("woff2"),
    url("font/fontawesome/FontAwesome7Brands-Regular.woff") format("woff"),
    url("font/fontawesome/FontAwesomeBrands-Regular-400.otf") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "FontAwesome";
  src:
    url("font/fontawesome/FontAwesome7Free-Regular.woff2") format("woff2"),
    url("font/fontawesome/FontAwesome7Free-Regular.woff") format("woff"),
    url("font/fontawesome/FontAwesomeFree-Regular-400.otf") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "FontAwesome";
  src:
    url("font/fontawesome/FontAwesome7Free-Solid.woff2") format("woff2"),
    url("font/fontawesome/FontAwesome7Free-Solid.woff2") format("woff"),
    url("font/fontawesome/FontAwesomeFree-Solid-900.otf") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
a {
  text-decoration: none !important;
}
body * {
  font-family: "Ravi", "FontAwesome" !important;
}
table * {
  font-family: "Ravien" !important;
}
h3 {
  font-size: 18px;
  font-weight: bold !important;
}
p {
  font-size: 15px;
  text-align: justify;
}
.top-header .main-nav.level-arrows-on > li.has-children > a .menu-text {
  padding-right: 0 !important;
  padding-left: 10px !important;
}
.top-header .level-arrows-on .menu-text:after {
  right: auto !important;
  left: 0;
}
.sub-nav {
  left: auto !important;
  right: 0;
}
.sub-sideways .main-nav .sub-nav > li.has-children > a:after,
.top-header .main-nav .sub-nav > li.has-children > a:after {
  transform: rotate(180deg);
}
.transparent .sticky-off .main-nav > li:not(.wpml-ls-item) > a .menu-text {
  color: #fff !important;
}
body:not(.transparent) .main-nav > li:not(.wpml-ls-item) > a .menu-text {
  color: #000 !important;
}
.sticky-on li a * {
  color: #0a243e !important;
}
li.current_page_item a span > span {
  color: #78b4ae !important;
}
.main-nav > li {
  height: 100% !important;
}
.sub-nav > li:not(:last-child) {
  border-bottom: 1px solid #0a243e17;
}
.sub-nav li a * {
  font-size: 14px;
}
#homehero {
  background: url(http://macanagency.ir/agerindustrial/wp-content/uploads/2026/06/hero-image.jpg);
}
.heroSection {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 100vh;
}
.heroSection::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: #00000065;
  display: block !important;
}
.heroSection h1 {
  color: #fff;
}
.gradient {
  background: linear-gradient(45deg, #15497d, #93d1bc, #15497d);
}
.primary-bg {
  background-color: #15497d;
}
.gray-bg {
  background-color: #f1f1f1;
}
.white-bg {
  background: #fff;
  padding-top: 35px;
}
.white-bg h2 {
  color: #15497d;
}
.patternRight {
  background: url(http://macanagency.ir/agerindustrial/wp-content/uploads/2026/06/pattertn-side-left.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
}
.patternLeft {
  background: url(http://macanagency.ir/agerindustrial/wp-content/uploads/2026/06/pattertn-side-left.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}
.patternSide {
  background: url(http://macanagency.ir/agerindustrial/wp-content/uploads/2026/07/pattertn-side.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.primary-bg * {
  color: #fff;
}
.whitestyle img {
  filter: invert(1);
}
.cta,
.cta * {
  width: 100% !important;
  border-radius: 15px !important;
  border: none !important;
  font-weight: bold;
}
.cta-sticky {
  background-color: #15497d;
  color: #fff !important;
  position: fixed;
  left: 15px;
  bottom: 15px;
  width: 200px;
  height: 60px;
  border-radius: 15px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.cta-sticky i {
  animation: shake 1.5s infinite;
  margin-left: 5px;
}
@keyframes shake {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(-15deg);
  }
  40% {
    transform: rotate(15deg);
  }
  60% {
    transform: rotate(-10deg);
  }
  80% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.primary-btn.cta button,
button.button,
a.button,
input[type="reset"],
.wpcf7-submit,
.dt-btn-m,
input.dt-btn-m[type="submit"],
#main .gform_wrapper .gform_footer input.button,
#main .gform_wrapper .gform_footer input[type="submit"],
#main-slideshow .tp-button,
.woocommerce-widget-layered-nav-dropdown__submit {
  background: #15497d !important;
  border: none !important;
  color: #fff !important;
  font-weight: bold;
}
.secondary-btn * {
  background: #93d1bc !important;
  color: #15497d !important;
  border: none !important;
  font-weight: bold;
}
.primary-text {
  color: #15497d;
}
.gradient h2 {
  color: #fff;
}
.social {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
}
.social > div {
  display: flex;
  align-items: center;
}
.ic {
  color: #78b4ae;
  margin-left: 15px;
}
.social .text {
  color: #000;
}
.form-col {
  background: #78b4ae;
  padding-top: 35px;
}

.heroSection::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  opacity: 0.5;
  background-color: black;
}
.heroSection p {
  color: #fff !important;
}
.why {
  padding: 70px 0;
}
.why:before {
  content: "";
  background: url(http://macanagency.ir/agerindustrial/wp-content/uploads/2026/06/pattertn-side-left.png);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: right center;
}
.vc_section {
  padding-top: 35px;
}
.radius img {
  border-radius: 15px;
}
.products-cat-section .wpb_single_image {
  margin-bottom: 0 !important;
}
.products-cat-section {
  background: #15497d;
}
.products-cat-section .wpb_raw_code {
  margin-top: -35px;
}
.products-cat {
  background: #fff;
  border-radius: 15px;
  z-index: 100;
  display: block;
  position: relative;
  margin: 0px 10px;
  padding: 10px;
  box-shadow: 2px 2px 12px #0a243e;
}
.products-cat * {
  color: #15497d !important;
  text-align: center !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.products-cat i {
  margin-right: 5px;
  margin-top: 5px;
}
.products-cat-section h2 {
  color: #fff;
}
.services-info {
  padding: 15px;
}
.services-info h3 {
  color: #fff;
}
.boxhome .services-info h3 {
  color: #0a243e;
}
.boxhome .wpb_raw_code {
  background: #f1f1f1;
  border-radius: 15px;
}
.services-info img {
  width: 100px;
  margin: 0 auto;
  display: block;
}
.services-info * {
  text-align: center;
}
#services-section:before {
  content: "";
  background: url(http://macanagency.ir/agerindustrial/wp-content/uploads/2026/06/pattertn-side-right.png);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: left center;
}
#main .gform_wrapper .gform_footer input[type="submit"] {
  margin: 0 auto;
  width: 100px;
}
.contact .wpb_raw_code:not(:last-child) {
  margin-bottom: 15px !important;
  padding-bottom: 15px !important;
  border-bottom: 1px solid #15497d2e;
}
/* .project-section .vc_single_image-wrapper:after {
  display: block;
  content: "";
  background: linear-gradient(45deg, #15497d, #93d1bc, #15497d);
  opacity: 0.5;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  border-radius: 15px;
  transition: all 0.3s ease;
}
.project-section .vc_single_image-wrapper:hover:after {
  opacity: 0;
} */
.trust-section {
  background: #f1f1f1;
}
.footer .contact > div {
  display: flex;
  margin: 0px 0 9px !important;
  padding: 0px 0 10px !important;
}
.footer .widget-title,
.footer h3,
.footer h2 {
  font-size: 18px !important;
  font-weight: bold;
  margin-bottom: 15px !important;
  line-height: normal !important;
}
.footer .social {
  justify-content: center;
  border-top: 1px solid rgba(139, 141, 148, 0.15);
  margin-top: 15px;
}
.footer .social .icon {
  margin: 0 5px;
}
.footer .social .icon i {
  color: #fff !important;
  font-size: 25px;
  font-weight: 100;
  margin: 9px 0 0;
  padding: 10px 0 0;
}
.footer p,
.footer .text,
.footer .widget a {
  color: #fff;
  font-size: 15px !important;
}
#main .gform_wrapper textarea,
.gform_wrapper .top_label .gfield_label {
  color: #15497d !important;
}
.footer-logo {
  margin-bottom: 15px !important;
}
.contact > div:not(:last-child) {
  border-bottom: 1px solid rgba(139, 141, 148, 0.15);
}
.contact .ic i {
  font-size: 20px;
}
.single-products .page-title,
.single-services .page-title {
  display: none !important;
}
.box-bg .wpb_column .vc_column-inner {
  height: 100%;
}
.box-bg .wpb_column .vc_column-inner .wpb_raw_code {
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  height: 100%;
  margin-bottom: 0;
  border-radius: 15px;
}
.box-bg {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 30px;
}

.single-products h2,
.single-products h3 {
  font-family: Ravien;
}
.single-products table {
  width: 100% !important;
  direction: ltr;
}
.box-bg .services-info p {
  color: #fff !important;
}
.single-products tr:first-child * {
  font-size: 17px !important;
  font-weight: bold;
  color: #fff !important;
}
.single-products table td * {
  font-size: 15px !important;
  color: #333 !important;
  font-family: Ravien !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  text-align: center !important;
}

.single-products tr:first-child {
  background: #15497d !important;
}
.single-products tr:nth-child(2n + 1):not(:first-child) {
  background-color: #15497d29 !important;
  color: #333 !important ;
}
#sales-services {
  background: url(http://macanagency.ir/agerindustrial/wp-content/uploads/2026/06/90aee4af9e.jpg);
}
.card-height > .vc_column_container > .vc_column-inner {
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  margin-bottom: 35px;
}
.card-height .wpb_raw_code.wpb_content_element {
  margin-bottom: 0 !important;
  height: 100%;
}
.card-height .wpb_raw_code * {
  height: 100%;
  margin-bottom: 0;
}
.card {
  padding: 18px 16px;
  color: #fff;
  display: flex;
  gap: 10px;
  transition:
    transform 0.25s ease,
    background 0.25s ease;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  align-items: center;
}
.card__glow {
  position: absolute;
  inset: auto 0 0 0;
  height: 40% !important;
  background: radial-gradient(
    ellipse at bottom,
    rgba(255, 140, 0, 0.2),
    transparent 70%
  );
  filter: blur(20px);
  z-index: 0;
}
.card-height .wpb_raw_code .card h3,
.card-height .wpb_raw_code .card p {
  height: auto !important;
}
.card-height .wpb_raw_code .card h3 {
  color: #15497d !important;
  border-left: 1px solid #ffffff59;
  padding-left: 10px;
  margin-left: 10px;
  text-align: center;
}
.section-head {
  position: relative;
}
.section-head:before {
  content: "" !important;
  background: url(http://macanagency.ir/agerindustrial/wp-content/uploads/2026/06/Asset-1-1.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  opacity: 0.5;
  display: none !important;
  inset: 0;
  position: absolute;
  animation: boxanimate 10s alternate infinite forwards;
  transform-origin: right center;
}
@keyframes boxanimate {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
    opacity: 0.8;
  }
  100% {
    transform: scale(1, 1);
  }
}
.d-ltr {
  direction: ltr;
}
.d-ltr .card h3 {
  border: none;
}
.timeline-feature-item .timeline-dot,
.timeline-wrapper .timeline-dot {
  background-color: #15497d !important;
}
