/*
 Theme Name: savholding-child
 Theme URI: https://savholding.am/
 Description: Child theme for SAV Holding based on Blocksy
 Author: Vasily
 Template: blocksy
 Version: 1.0.0
*/

html, body {
  background-color: #ffffff !important;
}

header, .ct-header, .site-header {
  background-color: #ffffff !important;
}


@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap');


.font-uppercase {
	text-transform: uppercase !important;
}

.height-880 {
	height: 880px;
}

.height-750 { 
	height: 750px;
}
.font-size-24 {
	font-size: 24px !important;
	line-height: 31px;
}
.font-size-30 {
	font-size: 30px !important;
}
.font-size-36  {
	font-size: 36px !important;
}

.font-size-40 {
	font-size: 40px !important;
}

.font-size-48 {
	font-size:48px !important;
}

.font-size-64 {
	font-size:64px !important;
}

.font-size-128 {
	font-size: 128px !important;
}

.font-weight-300 {
	font-weight:300;
}

.font-weight-600 {
	font-weight: 600;
}
.font-weight-700 {
	font-weight:700;
}


.max-width-600 {
	max-width: 600px;
}

.max-width-1000 {
	max-width:1000px;
}

.line-37 {
	line-height: 37px  !important;
}

.line-31 {
	line-height: 31px  !important;
}

.line-35 {
	line-height: 35px !important;
}

.line-69 {
	line-height: 69px !important;
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');


#main, .ct-container, .entry-content {
  background-color: #fff;
  border-radius: 8px;
  /* box-shadow: 0 10px 25px rgba(0,0,0,0.05); */
}

.ct-container-margin {
margin-left: 20px;
	margin-right:20px;
}

/* column divider */
.sav-sep > .wp-block-column {
  border-right: 3px solid #ACB0BE;
}

.sav-sep > .wp-block-column:last-child {
  border-right: none;
}

.sav-sep > .wp-block-column > * {
  text-align: center;
}

.border-right-line {
    border-right: 2px dashed #E0E6EF; 
}

@media (max-width: 781px) {
  .sav-sep > .wp-block-column {
    border-right: none;
    border-bottom: 1px solid rgba(128,128,128,0.2);
  }
  .sav-sep > .wp-block-column:last-child {
    border-bottom: none;
  }
}

@media (max-width: 781px) {
	margin-top:0px;
}



.floating-box {
	margin-top: -100px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  border-radius: 20px;
	z-index:5;
	min-width: 600px;
	height:198px;
}

.floating-box-margin  {
	margin-top:-120px !important;
}


.color-bold-green {
	color: #129AAE;
	font-weight: 900;
	font-size:48px !important;
	margin-bottom: 0px;
}

.color-bold-under {
	font-size:24px !important;
}

.color-green {
	color: #129AAE;
}

.color-white {
	color:#fff;
}

.bg-grey {
	background-color:#274E971F;
}

.mask-white {
    filter: brightness(0) invert(1);
}

.upper-margin-60 {
	margin-top:60px;
}

.gradient-title {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(90deg, #14b8c4 0%, #6ed3e0 60%, #ffffff 100%);
  border-radius: 10px;
  padding: 8px 60px 8px 18px;
  white-space: nowrap;
  text-transform: none;
  line-height: 1.3;
}



.info-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  padding: 24px;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* animasion - manimasion 
.info-card:hover {
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
  transform: translateY(-6px);
}
*/

.info-card img {
  border-radius: 10px;
  margin-top: 16px;
}

/* text */
.our-header {
	 font-weight: 700;
  font-size: 24px;
  color: #0E1A3D;
	 margin-top: 0.3em !important;
  margin-bottom: 0.1em !important;
  line-height: 1.3 !important;
}

.our-text {
	 color: #0E1A3D;
  font-size: 21px;
  line-height: 1;
	font-weight: 500;
	 margin-top: 0.3em !important;
  margin-bottom: 0.1em !important;
  line-height: 1.3 !important;
}

/* button */
.info-card a {
  align-self: flex-end;
  background: #00a5c4;
  color: #fff;
  padding: 10px 10px;
  border-radius: 50%;
  text-decoration: none;
  transition: 0.2s;
}

.info-card a:hover {
  background: #0088a6;
}

/* our parner button */
.arrow-button {
  background: #00a5c4;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  vertical-align: middle;
  padding: 0;
  line-height: 0; /* важно */
}

.arrow-button img {
  width: 18px;
  height: 18px;
  display: block; /* убирает лишние отступы */
  margin: 0 auto;
  object-fit: contain;
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}

.arrow-button:hover img {
  transform: rotate(45deg);
}

.arrow-button:hover {
  background: #0090ab;
  box-shadow: 0 6px 14px rgba(0,0,0,0.15);
}


body, p, h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

h3 {
  letter-spacing: 0.3px;
  font-weight: 600;
}

p {
  line-height: 1.5;
}

/* standard button */
.green-button {
	background: "#129AAE";
}



.sav-holding-newsroom {
	text-transform: uppercase;
	font-weight: 600;
}

.sav-holding-newsroom-plain {
	text-transform: uppercase;
	font-weight: 600;
}



.hero-blue {
  position: relative;
  overflow: visible;                 
  border-bottom-left-radius: 24px;  
  border-bottom-right-radius: 24px;
}

.stats-floating {
  position: relative;
  z-index: 10;                      
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 16px 35px rgba(0,0,0,0.12);

  width: min(1180px, calc(100% - 40px));
  margin: -120px auto 40px;          
  padding: 28px 40px;
	height:198px;
}


.stats-floating .wp-block-columns {
  align-items: center;
}
.stats-floating .wp-block-column {
  text-align: center;
}
.stats-floating .wp-block-column:not(:last-child) {
  border-right: 2px solid #DADDE3;   
}
@media (max-width: 1024px) {
  .stats-floating { margin-top: -90px; padding: 24px; }
  .stats-floating .wp-block-column:not(:last-child) { border-right: none; }
}
@media (max-width: 768px) {
  .stats-floating { margin-top: -60px; padding: 18px; }
}


.purple-bg {
	background: #0B38AF;
	 border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
	height: 865px;
}

.purple-words {
  text-align: center;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  background: #321C6E;
  padding: 30px 0;
  overflow: hidden;
}


.purple-words h2 {
	 color: #fff;
  font-size: clamp(2rem, 5vw, 5rem);
  font-weight: 700;
  line-height: 1.2;
  opacity: 0;
  transform: translateY(80px);
  transition: all 0.9s ease-out;
}


.purple-words h2.visible {
  opacity: 1;
  transform: translateY(0);
}


.purple-words h2:nth-child(1) { transition-delay: 0.1s; }
.purple-words h2:nth-child(2) { transition-delay: 0.25s; }
.purple-words h2:nth-child(3) { transition-delay: 0.4s; }
.purple-words h2:nth-child(4) { transition-delay: 0.55s; }
.purple-words h2:nth-child(5) { transition-delay: 0.7s; }
.purple-words h2:nth-child(6) { transition-delay: 0.85s; }


.wp-block-button.marketplacebutton > .wp-block-button__link {
    background: linear-gradient(90deg, #009dcc 0%, #00b4e3 100%) !important;
    color: #fff !important;
    padding: 12px 38px !important;
    border-radius: 50px !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    display: inline-block !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    box-shadow: 0 8px 25px rgba(0, 160, 220, 0.35) !important;
    transition: 0.25s ease !important;
}

.wp-block-button.marketplacebutton > .wp-block-button__link:hover {
    box-shadow: 0 12px 32px rgba(0, 160, 220, 0.45) !important;
    transform: translateY(-3px) !important;
}

.video-height video {
    height: 80vh !important;
    width: 100% !important;
    aspect-ratio: auto !important;
    object-fit: cover;          
    display: block;
}






/* SAVGROP */
.savgroup-row2 {
	background-color: white;
	border-radius:18px;
	height: 545px !important;
	margin: -150px 150PX 0 150PX !important;
	 box-shadow: 0 10px 25px rgba(0,0,0,0.1);
	z-index:5;
	position:relative;
}



.sav-inline-number {
    display: flex !important;
    align-items: flex-end !important; 
    gap: 10px;
}

.sav-inline-number p,
.sav-inline-number h2,
.sav-inline-number .wp-block-heading {
    margin: 0 !important;
    line-height: 1 !important;
}


.sav-item-text {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 0;
    border-bottom: 1px dotted #B5C4CC;
}
.sav-item-text img {
    width: 24px;
    height: 24px;
}

.sav-hero-objects {
    position: relative;
}


.sav-curve {
    width: auto;
    height: auto;
    position: relative;
    z-index: 1;
}

.sav-b2b {
    position: absolute;
    top: 80px;   
    left: 220px;  
    z-index: 5;
}

.sav-b2c {
    position: absolute;
    top: 190px;  
    left: 290px; 
    z-index: 5;
}

.sav-b2b {
    animation: float1 6s ease-in-out infinite;
}
.sav-b2c {
    animation: float2 7s ease-in-out infinite;
}

@keyframes float1 {
    0% { transform: translate(0,0); }
    50% { transform: translate(0,-10px); }
    100% { transform: translate(0,0); }
}

@keyframes float2 {
    0% { transform: translate(0,0); }
    50% { transform: translate(0,12px); }
    100% { transform: translate(0,0); }
}

