*

{
  margin: 0;
  padding     :        0;
   box-sizing: border-box; 

}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
   font-size: 16px;
   line-height: 1.6;
  color: #333;
    background: #fff;
}

img {

	    max-width: 100%;
  height :  auto; 

	}

a {
    text-decoration: none;
  color:   inherit;
}

ul {


  list-style: none;
	}

.cp-header-zone {
	position: fixed;
  top: 0;
	 left: 0;
  right: 0;
  background: rgba(255,255,255,0.95);
	padding: 15px 0;
    z-index: 1000;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);

}



.cp-nav-frame {
   max-width: 1200px;
        margin: 0 auto;
  padding     :  0 20px;
      display: flex;
  justify-content:space-between;
  align-items: center;
}

.cp-logo-area img {
  max-height: 85px;
  width: auto;
}

.cp-nav-links {
    display     :       flex;
    gap: 35px;
}

.cp-link-item {
    color: #333;
    font-weight: 500;
  transition: color 0.3s;
   position: relative;
}

.cp-link-item:hover,
.cp-link-item.active 
 {
   color: #4ECDC4;
}

.cp-menu-toggle {
                    display: none;
    flex-direction    : column;
          gap  :  5px;
  cursor: pointer;
}

.cp-burger-line {
  width: 25px;
  height: 3px;
        background: #333;
   transition: 0.3s;
}

.cp-overlay-effect::before{
  content: '';
   position: absolute;
  top: 0;
    left: 0;
   right: 0;
    bottom: 0;
  background: rgba(0,0,0,0.45);
  z-index: 1;
}

.cp-content-frame		{
  max-width: 1200px;
   margin: 0 auto;
  padding: 0 20px;
    position: relative;
   z-index: 2;
}

.cp-central-block {
   display: flex;
    align-items: center;
   justify-content: center;
  min-height: 70vh;
}

.cp-text-zone {
  text-align :   center;
       max-width: 800px;
}

.cp-main-heading {
    font-size   :        3.5rem; 
  color: #fff; 
  font-weight: 900; 
  margin-bottom: 40px; 
   letter-spacing :        2px;
}

.cp-btn-primary{
    border-radius: 30px;
  font-weight: 600;
    font-size: 16px;
  display    :   inline-block;
  background: #4ECDC4;
    cursor: pointer;
  border: none;
    color: #fff;
  padding: 15px 40px;
    transition: all 0.3s;

}

.cp-btn-primary:hover {
   background: #3ab8af;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(78,205,196,0.3);
}

.cp-scroll-indicator {


    position: absolute;
    bottom: 30px;
    left: 50%;
  transform: translateX(-50%);
   z-index: 2;}

.cp-mouse-shape {
  width: 30px;
   height: 50px;
    position: relative;
  border-radius: 15px;
    border: 2px solid #fff;
               display: block;
}

.cp-mouse-roller {
   width: 4px;
   height: 10px;
   background: #fff;
    position   :   absolute;
  top: 8px;
	 left: 50%;
  transform: translateX(-50%);
    border-radius: 2px;
   animation: scroll 1.5s infinite;
}@keyframes scroll {
    0% { opacity: 1; top: 8px; }
    100% { opacity: 0; top: 30px; }
}.cp-about-zone {
   padding:   100px 0;
   background: #fff;
}

.cp-flex-container {
    display: flex;
  flex-wrap: wrap;
    margin: 0 -15px;
}

.cp-align-middle {
               align-items: center;
}

.cp-justify-middle {
    justify-content: center; 

}

.cp-col-5, .cp-col-6, .cp-col-7, .cp-col-4, .cp-col-8, .cp-col-lg-8, .cp-col-lg-12, .cp-col-md-4 {
   padding: 0 15px;
}

.cp-col-5 {
	flex: 0 0 41.666667%;
   max-width: 41.666667%;
}

.cp-col-6 {
    flex: 0 0 50%;
   max-width: 50%; 
	
}

.cp-col-7 {
  flex     :        0 0 58.333333%;
   max-width: 58.333333%;
}

.cp-col-4 {
  flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.cp-col-8 {

  flex: 0 0 66.666667%;
	max-width  :    66.666667%;}

.cp-col-lg-8 {
    flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.cp-col-lg-12 {
               flex: 0 0 100%;
    max-width: 100%;
}

.cp-col-md-4 {
    flex: 0 0 33.333333%;

	 max-width: 33.333333%;
}



.cp-offset-lg-2 {
	   margin-left: 16.666667%;
	}

.cp-image-block {
   position:  relative;
    overflow: hidden;
    border-radius: 8px;
}

.cp-img-responsive {

	   width: 100%;
   display    :     block;
	

}

.cp-video-trigger
{
     position: absolute;
         top: 50%;
   left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
    height: 80px;
  background: rgba(255,255,255,0.9);
   border-radius    :    50%;
   display: flex;
  align-items: center;
    justify-content: center;
  transition: 0.3s;}

.cp-video-trigger:hover {
    background: #4ECDC4;
  transform: translate(-50%, -50%) scale(1.1);
}

.cp-play-shape{
   font-size: 28px;
   color: #4ECDC4;
  margin-left: 5px;
}

.cp-video-trigger:hover .cp-play-shape {
    color    :      #fff;
}

.cp-text-block {

          padding-left: 50px;
	}

.cp-label-text {
    display: block;
  font-size: 14px;
  color: #4ECDC4;
  text-transform: uppercase;
  letter-spacing     :  2.5px;
    margin-bottom: 12px;
   font-weight: 600;
}

.cp-heading-large {
      font-size: 38px;
	 font-weight   :      700;
    color: #2c3e50;
   margin-bottom: 25px;
  line-height: 1.3;
     }

.cp-description-text {
	font-size: 16px;
   color: #666;
 line-height: 1.9;
    margin-bottom   :       25px;
}

.cp-subheading {
   font-size: 26px;
  font-weight: 600;
       color: #2c3e50;
     margin-bottom: 25px;
   margin-top: 15px;
}

.cp-features-grid {

	   display: flex;
    gap :  25px;
  flex-wrap: wrap;
   margin-top: 20px;


}

.cp-feature-unit    {
  text-align: center;
  flex: 1;
   min-width: 120px;
}

.cp-feature-unit img {
   width: 100px;
      height: 100px;
  object-fit: cover;
   border-radius   :       8px;
  margin-bottom: 12px;
}

.cp-feature-unit h4 {
    font-size     :   15px;
    font-weight: 600;
    color: #2c3e50;
}

.cp-tips-area {
    background: #f8f9fa;
}



.cp-section-padding {
	padding: 100px 0;

}

.cp-title-block {

      margin-bottom: 60px;
	}

.cp-text-middle    {

  text-align: center;


}

.cp-title-block h1 {
		font-size: 38px;
	font-weight: 700;
  color: #2c3e50;
        margin-bottom: 12px;

}

.cp-title-block p {
    color: #777;
    font-size   :    15px;
}

.cp-pb-60 {
    padding-bottom: 60px;
}

.cp-mb-10


{

	    margin-bottom: 10px;
}

.cp-tip-card {
               text-align: center;
   background: #fff;
  transition: 0.3s;
  border-radius: 5px;
   padding: 45px 30px;
	}

.cp-tip-icon {


  width: 70px;
   height  :  70px;
     }

.cp-tip-icon path,
.cp-tip-icon circle,
.cp-tip-icon rect,
.cp-tip-icon polygon,
.cp-tip-icon polyline,
.cp-tip-icon line {
  stroke: #2c3e50;
  fill: none;
  stroke-width: 2.5;
  stroke-linecap: round;
   stroke-linejoin:    round;
    transition:0.3s;
}

.cp-tip-card h4 {

		 font-size: 22px;
  font-weight: 600;
   color: #2c3e50;
}

.cp-pt-60 {
  padding-top: 60px;
}

.cp-pb-20  
  {
  padding-bottom: 20px;
}

.cp-tip-card p	{
  color: #777;
   line-height: 1.8;
   font-size: 15px;
}

.cp-tip-card:hover {
  box-shadow: 0 25px 50px rgba(0,0,0,0.12);
  transform: translateY(-12px); 
	
}

.cp-tip-card:hover .cp-tip-icon path,
.cp-tip-card:hover .cp-tip-icon circle,
.cp-tip-card:hover .cp-tip-icon line   {
	 stroke: #4ECDC4;
}

.cp-gameplay-section {
   background :   #fff;
  padding   :      90px 0;
}

.cp-mb-5 {
   margin-bottom   :    3rem;
}

.cp-pl-md-5 {
  padding-left: 3rem;
}

.cp-rounded {
    border-radius: 8px;
}

.cp-sub-label {
    display :       block;
	text-transform: uppercase;
    letter-spacing: 2.5px;
    color: #4ECDC4;
    font-size :    0.9rem;
  margin-bottom: 18px;
   font-weight: 600;
}

.cp-heading-bold {
   font-weight: 700;
    font-size  :    2.6rem;
    line-height: 1.3;
}

.cp-text-dark {
   color    :   #2c3e50;
}

.cp-mb-4 {
               margin-bottom: 1.5rem;
}

.cp-faq-zone {
   padding: 110px 0;
   background: #fff;
}

.cp-section-header {
   margin-bottom :    65px;
}

.cp-section-header h3 {
        font-size: 42px;
   font-weight: 700;
   color: #2c3e50;
  margin-bottom: 18px;
  text-transform  : capitalize;
}

.cp-section-header p {
    font-size: 16px;
    color: #7A838B;
    max-width: 600px;
	margin: 0 auto; 

}

.cp-faq-list {
    margin-bottom: 35px;
}

.cp-accordion-unit {
     background: #fff;
    border: 1px solid #E8E8E8;
   border-radius: 10px;
    margin-bottom: 22px;
   overflow: hidden;
  transition: 0.3s;
}

.cp-accordion-unit:hover {
  box-shadow: 0 12px 35px rgba(0,0,0,0.09);
}

.cp-accordion-top {
       padding :     0;
}

.cp-accordion-trigger {
    width: 100%;
	   text-align: left;
		 background: transparent;
	   border: none;
	   padding: 22px 28px;
	   font-size: 19px;
	   font-weight: 600;
	   color: #2c3e50;
	    cursor: pointer;
	   position: relative;
			 transition    :    0.3s;
}

.cp-accordion-trigger:focus {
   outline   :       none;
}

.cp-accordion-trigger:hover {
   color: #4ECDC4;
}

.cp-accordion-trigger::after {
  content: '+';
   position: absolute;
	right: 28px;
   top: 50%;
  transform: translateY(-50%);
	font-size: 26px;
  font-weight: 400;
          color: #4ECDC4;
   transition: 0.3s;
}

.cp-accordion-trigger:not(.cp-collapsed)::after {
  content: '-';
}

.cp-collapse {
   max-height: 0;

 overflow: hidden;

    transition   : max-height 0.3s ease;
}

.cp-collapse.cp-show {
   max-height: 500px;
}



.cp-accordion-content {
   padding: 0 28px 28px 28px;
    line-height: 27px;
  color: #7A838B;
               font-size: 15px;
}

.cp-footer-zone


{
   font-size: 16px;
	background: #333;
    padding: 7em 0;
  position: relative;
}

.cp-overlay-layer {
   position: absolute;
   top: 0;
   left: 0;
  right: 0;
	 bottom: 0;
    background: #000;
   opacity   :     0.8;
}

.cp-footer-title {
      font-size     :       22px; 
	  font-weight: 400; 
	  color: #fff; 
	   margin-bottom:  20px;
}

.cp-footer-zone p,
.cp-footer-zone a  
  {
  color: rgba(255,255,255,0.7);
}

.cp-footer-zone a:hover {
  color: #4ECDC4;
}

.cp-mb-4 {
    margin-bottom: 1.5rem;
}

.cp-mb-5 {
     margin-bottom: 3rem;
}

.cp-ml-md-4 {
  margin-left: 1.5rem;
}

.cp-mt-5 {
   margin-top: 3rem;
}

.cp-social-links {


   display: flex;
    gap: 10px; 
	
}

.cp-list-plain {
	 list-style  :none;
}

.cp-float-left {
       float: left;
}

.cp-social-links li a {

	height   :   50px;
          width: 50px;
  display: flex;
  align-items: center;
    justify-content: center;
  background: rgba(255,255,255,0.05);
    border-radius: 50%;
   transition: 0.3s;


}

.cp-social-icon {
    width: 24px;
  height: 24px;
}

.cp-social-icon path {
  fill: rgba(255,255,255,0.7);
  transition: 0.3s;
}

.cp-social-links li a:hover {
       background  :      #4ECDC4;
}

.cp-social-links li a:hover .cp-social-icon path 
 {
	 fill: #fff;
}

.cp-py-2 {
	    padding-top    :        0.5rem;
  padding-bottom: 0.5rem;

}

.cp-d-block {

    display: block;}

.cp-contact-block ul li {
  color: rgba(255,255,255,0.7);
    margin-bottom: 15px;
   display: flex;
  align-items: flex-start;
    gap: 10px;
}

.cp-contact-icon {
    width: 20px;
   height    :     20px;
  flex-shrink: 0;
  margin-top: 3px;
}

.cp-contact-icon path,
.cp-contact-icon circle {
                    fill: #4ECDC4;
}

.cp-contact-text {
   flex: 1;
}

.cp-popup-overlay {
    display: none;
               position: fixed;
    top: 0;
    left    :     0;
   width: 100%;
   height    :    100%;
  background: rgba(0,0,0,0.75);
  z-index: 9999;
  align-items: center;
  justify-content: center;


}

.cp-popup-overlay.cp-active {
  display: flex;


}

.cp-popup-container {
   	background: #fff;
    -moz-border-radius: 12px;
    -moz-animation    :    popupSlide 0.4s ease;
   border-radius: 12px;
      -webkit-border-radius: 12px;
   padding: 50px 40px;
   max-width:  500px;
    width: 90%;
  position: relative;
    animation: popupSlide 0.4s ease;
	}@keyframes popupSlide {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}.cp-popup-close {
   position: absolute;
         top   :       15px;
    right: 20px;
  background: none;
   border: none;
   font-size: 32px;
    color: #999;
   cursor: pointer;
  line-height  :    1;
   transition:0.3s;
}

.cp-popup-close:hover {
          color: #333;
	}

.cp-popup-content {
   text-align: center;
}

.cp-popup-title {
  font-size: 32px;
    font-weight: 700;
   color: #2c3e50;
	 margin-bottom: 20px;
}

.cp-popup-text {
   font-size: 24px;
    color:   #4ECDC4;
   font-weight: 600;
  margin-bottom: 30px;

}

.cp-btn-large {
   padding: 18px 60px;
  font-size: 18px;
}@media (max-width: 991px) {
    .cp-nav-links {
        position: fixed;
        top: 70px;
        left: -100%;
        background: #fff;
        width: 100%;
        flex-direction: column;
        padding: 30px 20px;
        gap: 20px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.1);
        transition: left 0.3s;
    }

    .cp-nav-links.cp-active {
        left: 0;
    }

    .cp-menu-toggle {
        display: flex;
    }

    .cp-main-heading {
        font-size: 2.5rem;
    }

    .cp-col-5, .cp-col-6, .cp-col-7, .cp-col-4, .cp-col-8, .cp-col-lg-8, .cp-col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .cp-text-block {
        padding-left: 0;
        margin-top: 35px;
    }

    .cp-pl-md-5 {
        padding-left: 15px;
    }

    .cp-offset-lg-2 {
        margin-left: 0;
    }

    .cp-tip-card {
        margin-bottom: 30px;
    }

    .cp-section-padding,
    .cp-about-zone,
    .cp-gameplay-section,
    .cp-faq-zone {
        padding: 70px 0;
    }

    .cp-heading-large,
    .cp-title-block h1,
    .cp-section-header h3 {
        font-size: 32px;
    }

    .cp-ml-md-4 {
        margin-left: 0;
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .cp-main-heading {
        font-size: 2rem;
    }

    .cp-section-padding,
    .cp-about-zone,
    .cp-gameplay-section,
    .cp-faq-zone {
        padding: 50px 0;
    }

    .cp-heading-large,
    .cp-title-block h1,
    .cp-section-header h3 {
        font-size: 26px;
    }

    .cp-accordion-trigger {
        font-size: 16px;
        padding: 20px 22px;
        padding-right: 55px;
    }

    .cp-accordion-trigger::after {
        right: 22px;
    }

    .cp-accordion-content {
        padding: 0 22px 22px 22px;
        font-size: 14px;
        line-height: 25px;
    }

    .cp-popup-container {
        padding: 40px 25px;
    }

    .cp-popup-title {
        font-size: 26px;
    }

    .cp-popup-text {
        font-size: 20px;
    }

    .cp-hero-decoration {
        width: 80px;
        bottom: 15px;
        right: 15px;
    }
}.cp-hero-display {
  position: relative;
    min-height: 80vh;
  height: 80vh;
   display:     flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
   overflow   :        hidden;
}

.cp-hero-display::before {
  content: '';
   position    :     absolute;
  top: 0;
    left: 0;
   right: 0;
   bottom: 0;
  background: radial-gradient(circle at 30% 50%, rgba(102,126,234,0.3) 0%, transparent 50%);
 z-index: 1;


}

.cp-hero-container


{

  max-width: 1200px;
    margin: 0 auto;
    padding    :       0 20px;
    display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  position: relative;
   z-index: 2;
  width: 100%;}

.cp-hero-left {
  flex: 1;
   max-width: 550px;
}

.cp-hero-title {
  text-transform: uppercase;
	 color: #fff;
  margin-bottom: 25px;
  font-size: 3.8rem;
	letter-spacing: 1px;
        line-height: 1.1;
    font-weight: 900;
}

.cp-hero-description {
   font-size: 1.15rem;
  color: rgba(255,255,255,0.9);
   line-height: 1.7;
   margin-bottom: 35px;
}

.cp-hero-actions {

    gap: 15px;
    display: flex;
     }

.cp-hero-right
	{
  position  :        relative;
	flex: 0 0 auto;
}

.cp-video-frame		{


   position: relative;
   width: 320px;
  height   :  600px;
  background: linear-gradient(145deg, #2c3e50, #34495e);
  border-radius: 35px;
	padding: 15px;
  box-shadow: 0 30px 80px rgba(0,0,0,0.4);
  transform: rotate(-3deg);
  transition: transform 0.3s ease;

}

.cp-video-frame:hover {
  transform: rotate(-1deg) scale(1.02);
}

.cp-frame-video {
    width: 100%;
  height: 100%;
    object-fit:  cover;
    border-radius: 22px;
}

.cp-frame-decoration {
		position: absolute;
       bottom    :15px;
  right: 15px;
 width: 85px;
    height   :auto;
    border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.3);
  z-index: 10;
}@media (max-width: 991px) {
    .cp-hero-container {
        flex-direction: column;
        text-align: center;
        gap: 40px;
        padding-top: 80px;
    }

    .cp-hero-left {
        max-width: 100%;
    }

    .cp-hero-title {
        font-size: 2.8rem;
    }

    .cp-hero-description {
        font-size: 1.05rem;
    }

    .cp-hero-actions {
        justify-content: center;
    }

    .cp-video-frame {
        width: 280px;
        height: 520px;
        transform: rotate(-2deg);
    }
}

@media (max-width: 767px) {
    .cp-hero-display {
        min-height: auto;
        height: auto;
        padding: 100px 0 60px;
    }

    .cp-hero-title {
        font-size: 2.2rem;
    }

    .cp-hero-description {
        font-size: 1rem;
        margin-bottom: 30px;
    }

    .cp-video-frame {
        width: 240px;
        height: 450px;
        padding: 12px;
    }

    .cp-frame-decoration {
        width: 70px;
        bottom: 12px;
        right: 12px;
    }

    .cp-scroll-indicator {
        display: none;
    }
}

@media (max-width: 480px) {
    .cp-hero-title {
        font-size: 1.8rem;
    }

    .cp-video-frame {
        width: 220px;
        height: 400px;
    }

    .cp-frame-decoration {
        width: 60px;
    }
}

@keyframes float {
    0%, 100% { transform: translateY(0px) rotate(-3deg); }
    50% { transform: translateY(-15px) rotate(-3deg); }
}.cp-video-frame {
   animation: float 6s ease-in-out infinite;
}

.cp-video-frame:hover {
   animation-play-state     :      paused;
}

.cp-hero-actions .cp-btn-primary {
  padding: 18px 45px;
  font-size: 17px;
  box-shadow: 0 10px 30px rgba(78,205,196,0.4);
}

.cp-hero-actions .cp-btn-primary:hover {
  box-shadow: 0 15px 40px rgba(78,205,196,0.5);
}

.rv-page-header {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
      padding: 140px 0 80px;
  text-align     :    center;
                    position: relative;
  margin-bottom     :60px;
}

.rv-page-header::before {
  content: '';
    position    :        absolute;
    top: 0;
   left: 0;
   right: 0;
   bottom: 0;
  background: radial-gradient(circle at 70% 30%, rgba(255,255,255,0.1) 0%, transparent 60%);

}

.rv-header-content {
    max-width: 800px;
  margin: 0 auto;
   padding: 0 20px;
    position: relative;
  z-index: 1;
}

.rv-page-title {
  font-size: 3.2rem;
    color: #fff;
	font-weight: 800;
  margin-bottom: 18px;
    text-transform: uppercase;
  letter-spacing: 1px;
}

.rv-page-subtitle {
    font-size: 1.2rem;
  color: rgba(255,255,255,0.9);
  line-height: 1.6;

}

.rv-reviews-zone {
  padding: 60px 0 80px;
   background: #f8f9fa; 

}

.rv-container-main {
	max-width: 900px;
   margin: 0 auto;
   padding :  0 20px;
}

.rv-review-block {
       background: #fff;
    border-radius: 12px;
    padding: 35px;
  margin-bottom: 30px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
  transition: all 0.3s ease;

}

.rv-review-block:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}

.rv-review-header {
   display: flex;
	justify-content: space-between;
         align-items: flex-start;
    margin-bottom: 25px;
   padding-bottom: 20px;
   border-bottom :1px solid #e8e8e8;
}

.rv-user-info {
  display: flex;
    align-items: center;
   gap: 15px;
}

.rv-user-avatar {
    width: 55px;
   height: 55px;
  background: linear-gradient(135deg, #667eea, #764ba2);
   border-radius: 50%;
    display: flex;
   align-items: center;
  justify-content: center;
   flex-shrink: 0;
}

.rv-avatar-icon {
	 width     :      28px;
   height: 28px; 

}

.rv-avatar-icon path {
    fill: #fff;
}

.rv-user-details {
   display: flex;
   flex-direction: column;
}

.rv-user-name {
  font-size: 1.15rem;
  font-weight    :     700;
  color: #2c3e50;
         margin-bottom    : 4px;

}


.rv-user-location {
   color: #7A838B;
  font-size: 0.9rem;
}

.rv-rating-stars {
   display: flex; 
	   gap: 4px; 
	   margin-top: 5px;
}

.rv-star {


   width    :  20px;
    height: 20px;



}

.rv-star path {
   fill: #FFB800;
}

.rv-review-content {
  margin-bottom    :20px;
}



.rv-review-text {
   font-size  :    1.05rem;
  line-height     :   1.75;
  color: #4a5568;
}

.rv-review-footer {
	display: flex;
	 align-items: center;
   justify-content: flex-end;
}

.rv-review-date {
         display: flex;
   align-items   : center;
   gap: 8px;
               font-size: 0.9rem;
    color   :  #7A838B;
}

.rv-date-icon {
	width: 16px;
  height: 16px;
}

.rv-date-icon path,
.rv-date-icon circle {

		fill: #7A838B;
     }

.rv-cta-zone    {
  background: linear-gradient(135deg, #4ECDC4 0%, #44A08D 100%);
  padding: 70px 0;
    text-align: center;
}

.rv-cta-content {
    max-width: 700px;
  margin: 0 auto;
        padding: 0 20px;
}

.rv-cta-title {
    font-size: 2.5rem;
	color: #fff;
    font-weight: 700;
  margin-bottom: 15px;
}

.rv-cta-text {
    font-size: 1.15rem;
  color: rgba(255,255,255,0.95);
  margin-bottom: 35px;
    line-height: 1.6;
}

.rv-cta-zone .cp-btn-primary {
  background    :#fff;
   color: #4ECDC4;
    padding: 18px 50px;
	font-size: 1.1rem;
}

.rv-cta-zone .cp-btn-primary:hover {
     background: #f0f0f0;
    color: #44A08D;
  transform: translateY(-3px);
}@media (max-width: 991px) {
    .rv-page-title {
        font-size: 2.5rem;
    }

    .rv-page-subtitle {
        font-size: 1.1rem;
    }

    .rv-review-block {
        padding: 28px;
    }

    .rv-cta-title {
        font-size: 2rem;
    }
}

@media (max-width: 767px) {
    .rv-page-header {
        padding: 120px 0 60px;
        margin-bottom: 40px;
    }

    .rv-page-title {
        font-size: 2rem;
    }

    .rv-page-subtitle {
        font-size: 1rem;
    }

    .rv-reviews-zone {
        padding: 40px 0 60px;
    }

    .rv-review-block {
        padding: 25px 20px;
    }

    .rv-review-header {
        flex-direction: column;
        gap: 15px;
    }

    .rv-rating-stars {
        margin-top: 0;
    }

    .rv-user-avatar {
        width: 50px;
        height: 50px;
    }

    .rv-avatar-icon {
        width: 24px;
        height: 24px;
    }

    .rv-user-name {
        font-size: 1.05rem;
    }

    .rv-review-text {
        font-size: 1rem;
    }

    .rv-cta-zone {
        padding: 50px 0;
    }

    .rv-cta-title {
        font-size: 1.7rem;
    }

    .rv-cta-text {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .rv-page-title {
        font-size: 1.6rem;
    }

    .rv-review-block {
        padding: 20px 15px;
        margin-bottom: 20px;
    }

    .rv-user-info {
        gap: 12px;
    }

    .rv-star {
        width: 18px;
        height: 18px;
    }

    .rv-cta-title {
        font-size: 1.5rem;
    }
}