:root {
--primary-dark: #08415C;
--accent-red: #CC2936;
--text-dark: #000000;
--text-light: #ffffff;
--bg-light: #f8f8f8;
}

* {
    margin: 0;
	padding :   0;
   box-sizing:     border-box;


}

body {
  font-family: 'Open Sans', sans-serif;
    line-height: 1.6;
  color: var(--text-dark);
}

.container 
 {
	 max-width: 1200px;
	margin: 0 auto;
    padding: 0 20px;
}

.ftco-navbar-light {
    background: transparent !important;
    position: absolute;
    top: 20px;
         left: 0;
   right:0;
  z-index: 3;
                    padding: 0;
}@media (max-width: 991.98px) {
.ftco-navbar-light {
background: #000000 !important;
position: relative;
top: 0;
padding: 10px 0;
}
}.navbar .container   {

	display: flex; 
	  justify-content: space-between; 
	    align-items  :      center;

}  

.navbar-brand {

	  display: block;
}

.navbar-brand img {

	  height     :      50px;
   width: auto;
     }
@media (max-width: 991.98px) {
.navbar-brand img {
height: 40px;
}
}.navbar-toggler {

    border: none;
  color: rgba(255, 255, 255, 0.5) !important;
    cursor: pointer;
    padding: 0;
    text-transform: uppercase;
               font-size: 16px;
    letter-spacing: .1em;
   background: transparent;
     display: none;
     }@media (max-width: 991.98px) {
.navbar-toggler {
display: block;
}
}.navbar-toggler:focus {

	    outline: none;

}

.navbar-collapse     {
    display: flex;
  justify-content: flex-end;
}@media (max-width: 991.98px) {
.navbar-collapse {
display: none;
width: 100%;
}

.navbar-collapse.show {
display: block;
padding-top: 15px;
}
}.navbar-nav {
  display    :   flex;
	 list-style: none;
   margin:      0;
   padding: 0;
}@media (max-width: 991.98px) {
.navbar-nav {
flex-direction: column;
padding-bottom: 10px;
}
}.navbar-nav .nav-item {
   list-style: none;

}

.navbar-nav .nav-link {
  font-size: 14px; 
	        padding: 1.5rem 20px; 
	  color: rgba(255, 255, 255, 0.9); 
	               font-weight :600; 
		text-decoration   :        none; 
	   display: block;
}

.navbar-nav .nav-link:hover {
    color: #fff;
}@media (max-width: 991.98px) {
.navbar-nav .nav-link {
padding: .9rem 0;
}
}.navbar-nav .nav-item.active a {
    color :      white;
}

.banner-area {
    padding: 200px 0 180px;
   margin-top: -20px;
}
@media (max-width: 991.98px) {
.banner-area {
margin-top: 0;
padding: 150px 0 100px;
}
}

@media (max-width: 575.98px) {
.banner-area {
padding: 120px 0 80px;
}
}.banner-bg {
    background-color: #0a5270; 
	  background-image: url("../images/hero-investment.webp"); 
	      background-repeat: no-repeat; 
		background-position  :       center; 
	    background-size: cover;
}

.banner-content {

	    display: flex;
     align-items: center;
	justify-content: space-between;
   gap :60px;}@media (max-width: 991.98px) {
.banner-content {
flex-direction: column;
gap: 40px;
text-align: center;
}
}.banner-text {
  flex: 1;
}@media (max-width: 991.98px) {
.banner-text {
order: 1;
}
}.banner-image {
  flex :      0 0 45%;

}@media (max-width: 991.98px) {
.banner-image {
order: 2;
flex: 0 0 auto;
width: 100%;
max-width: 400px;
}
}.banner-image img {
    width:        100%; 
  height: auto; 
    display: block; 
    border-radius: 8px;
}

h1 {
    margin: 0;
    color: #fff;
  font-weight: 700;
	 line-height  : 120px;
  font-family: "Roboto", sans-serif;
  font-size: 150px;
      text-transform: uppercase;
}@media (max-width: 1199.98px) {
h1 {
font-size: 100px;
line-height: 90px;
}
}

@media (max-width: 767.98px) {
h1 {
font-size: 70px;
line-height: 65px;
}
}

@media (max-width: 575.98px) {
h1 {
font-size: 50px;
line-height: 50px;
}
}h2 {
  color: #fff;
  font-family: "Roboto", sans-serif;
    text-transform: uppercase;
  font-size: 90px;
    font-weight: 700;
  margin :   0;
}
@media (max-width: 1199.98px) {
h2 {
font-size: 70px;
}
}

@media (max-width: 767.98px) {
h2 {
font-size: 50px;
line-height: 50px;
}
}

@media (max-width: 575.98px) {
h2 {
font-size: 40px;
line-height: 40px;
}
}.banner-btn {
    margin-top: 30px;
}

.template-btn		{
     color: #fff !important;
  background: var(--accent-red);
  font-family: "Rubik", sans-serif;
  text-transform: uppercase;
   font-size: 14px;
    font-weight: 500;
    border     :1px solid transparent;
	display: inline-block;
  padding: 13px 24px;
   border-radius: 3px;
   transition: all 0.5s;
	text-decoration: none;
}

.template-btn:hover {
    color: #222 !important;
    background: transparent;
  border: 1px solid var(--accent-red);
}

.qwra-price {
	   padding: 80px 0;
     }@media (max-width: 767.98px) {
.qwra-price {
padding: 60px 0;
}
}.asf-unity  {
   display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}@media (max-width: 991.98px) {
.asf-unity {
grid-template-columns: 1fr;
gap: 30px;
}
}.tte-nerve {
    text-align: center;
  padding: 30px 20px;
}

.gwe-robot {
	         font-size: 3rem;
  display: block;
    margin-bottom: 20px;
  color: var(--primary-dark);}

.tte-nerve h3 {
   font-size: 1.5rem;
  color: var(--primary-dark);
         margin-bottom: 15px;
  font-weight: 600; 

}

.tte-nerve p {


   line-height: 1.7;
  color: #333;
    font-size: 1rem;


}

.rttr-disclaimer  {
    background-color: #d4312e;
  padding: 20px 0;
   text-align   :      center;
}

.rttr-disclaimer p  
  {
  color: #fff;
   font-size: 1rem;
  margin: 0;
  font-weight: 500;
}

.rttr-disclaimer i {
  margin-right: 8px;
  font-size    :      1.2rem;
}@media (max-width: 767.98px) {
.rttr-disclaimer p {
font-size: 0.9rem;
}
}
/* Component styles */
.site-footer
{
    padding: 80px 0 40px;
    background-color: #c9ccd4;
}
@media (max-width: 767.98px) {
.site-footer {
padding: 60px 0 30px;
}
}.footer-grid {
    display: grid;
       grid-template-columns :      2fr 1fr 1.5fr;
         gap: 40px;
          margin-bottom: 40px;
}@media (max-width: 991.98px) {
.footer-grid {
grid-template-columns: 1fr;
gap: 30px;
}
}.footer-col {
}

.footer-heading {
   font-size: 18px;
  color: #000;
  font-family: 'Open Sans', sans-serif;
    margin-bottom: 16px;
  font-weight: 600;
}

.footer-col p {
    color: #555;
    font-size: 0.95rem;
   line-height: 1.7;
  margin-bottom: 10px;
}

.footer-links		{
	    padding: 0;
               margin: 0;
   list-style: none;}

.footer-links li {
    margin-bottom   :     10px; 
	
}

.footer-links a
{
  color: rgba(0, 0, 0, 0.6);
	text-decoration: none;
    font-size: 0.95rem;
  transition: color 0.3s;
}

.footer-links a:hover {
     color: var(--accent-red);

}

.footer-bottom {
	text-align: center;
	 padding-top: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.footer-bottom p {
    color: #666;
  font-size: 0.9rem;
    margin-bottom: 8px;
}

.disclaimer-txt {
   	font-size   :0.85rem !important;
  font-style: italic;
	}

.jjyh-nerve {
  padding: 80px 0;
    background-color: #f4f6f8;
	
}@media (max-width: 767.98px) {
.jjyh-nerve {
padding: 60px 0;
}
}.rttr-jelly {

   margin-bottom: 60px;
    text-align: center;
     }

.rttr-jelly h2 {
    font-size   :      2.5rem;
  color: var(--primary-dark);
  margin-bottom: 16px;
	 font-weight: 700;
  font-family: 'Open Sans', sans-serif;
}@media (max-width: 767.98px) {
.rttr-jelly h2 {
font-size: 2rem;
}
}.asf-price {
  font-size: 1.15rem;
         color: #555;
}

.qwra-robot {
    display: grid;
  grid-template-columns: repeat(2, 1fr);
   gap     :      50px;
	 max-width: 1200px;
   margin: 0 auto;
}@media (max-width: 991.98px) {
.qwra-robot {
grid-template-columns: 1fr;
gap: 40px;
}
}.tte-unity {
    background    :  #fff;
         border-radius: 8px;
   overflow: hidden;
  box-shadow: 0 5px 20px rgba(8,65,92,0.12);
  transition: transform 0.3s; 

}

.tte-unity:hover {
  transform: translateY(-5px);
}

.gwe-price	{
    height: 280px;

  width    :  100%;

   overflow: hidden;
}

.gwe-price img {
    width: 100%;
   height: 100%;
          object-fit: cover;
  display: block;
}

.rs-robot {
		padding    :        35px 30px;
}


.rs-robot h3 {
  font-size: 1.6rem;
  color: var(--primary-dark);
   margin-bottom: 16px;
   font-weight: 600;
}

.rs-robot > p {
    font-size: 1rem;
   color: #555;
  line-height: 1.7;
   margin-bottom: 24px;
}

.asf-jelly {
    padding: 0;
    list-style     :     none;
	 margin: 0 0 28px 0;
}

.asf-jelly li {
    font-size:    0.95rem;
  color: #444;
   margin-bottom: 12px;
   display: flex;
  align-items: flex-start;
}

.asf-jelly li i {
  color: var(--accent-red);
    font-size: 1.1rem;
  margin-right: 10px;
	margin-top: 2px;
    flex-shrink: 0;
}

.rttr-robot {
  margin-bottom: 24px;
   padding: 20px 0;
  border-top: 2px solid #e8e8e8;
  border-bottom: 2px solid #e8e8e8;
}

.gwe-nerve {
	font-size: 2.8rem;
  color: var(--accent-red);
  font-weight: 700;
  margin-right: 8px;
}

.tte-price {
  font-size: 1rem;
	color: #777;
}

.jjyh-label {
	  display: inline-block;

	  padding: 14px 32px;

	  background-color: var(--primary-dark);

	   color: #fff;

	   text-decoration :        none;

		border-radius: 4px;

	  font-weight: 600;

	  transition  :      all 0.3s;

	   font-size: 0.95rem;
	}

.jjyh-label:hover {
	 background-color: #0a5270;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(8,65,92,0.3);
}

.qwra-jelly {
	  padding: 100px 0;
  background: linear-gradient(135deg, #084a68 0%, #0a5270 100%);
  position: relative;
   overflow:    hidden;
	}

.qwra-jelly::before {
  content: '';
  position:      absolute;
  top: -50%;
  right: -10%;
   width: 500px;
	 height: 500px;
  background: rgba(204,41,54,0.1);
         border-radius: 50%;


}

.qwra-jelly::after     {
  content: '';
   position: absolute;
      bottom : -30%;
   left: -5%;
   width: 400px;
    height: 400px;
  background: rgba(255,255,255,0.05);
  border-radius: 50%;
}@media (max-width: 767.98px) {
.qwra-jelly {
padding: 70px 0;
}
}.qwra-jelly .rttr-jelly h2
{
	color : #fff;
}

.qwra-jelly .asf-price {
  color: rgba(255,255,255,0.85);
}

.asf-robot {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
    gap: 40px;
			position: relative;
   z-index: 1;
}@media (max-width: 991.98px) {
.asf-robot {
grid-template-columns: repeat(2, 1fr);
gap: 35px;
}
}

@media (max-width: 767.98px) {
.asf-robot {
grid-template-columns: 1fr;
gap: 30px;
}
}.tte-label {

  background: rgba(255,255,255,0.95);
   padding: 40px 30px;
    border-radius: 12px;
    text-align: center;
   transition: all 0.4s ease;
   position: relative;
    overflow: hidden;


}

.tte-label::before {
  content: '';
	 position: absolute;
    top: 0;
   left: -100%;
    width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(204,41,54,0.1), transparent);
  transition: left 0.6s;
}

.tte-label:hover::before  {
   left: 100%;
} 

.tte-label:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.2);
   background: #fff;
}



.gwe-unity {
   width: 80px;
    height: 80px;
   margin: 0 auto 24px;
  background: linear-gradient(135deg, var(--accent-red) 0%, #d4312e 100%);
    border-radius: 50%;
   display: flex;
	align-items: center;
  justify-content: center;
    position    :     relative;
   transition    :       all 0.4s ease;
}

.gwe-unity::after  
  {
  content: '';
   position  : absolute;
    width: 100%;
   height: 100%;
    border-radius: 50%;
  border: 2px solid var(--accent-red);
    opacity: 0;
  transform: scale(1.2);
    transition: all 0.4s;
}

.tte-label:hover .gwe-unity {
  transform: rotateY(360deg);
}

.tte-label:hover .gwe-unity::after {
   opacity: 1; 
  transform: scale(1.4);
}

.gwe-unity i {
   font-size: 2.2rem;
    color: #fff;
}

.tte-label h3 {
  font-size: 1.4rem;
  color: var(--primary-dark);
   margin-bottom:  14px;
   font-weight: 600;
   transition: color 0.3s;
}

.tte-label:hover h3 {


  color: var(--accent-red);
	}

.tte-label p {
  font-size: 0.95rem;
   color: #555;
  line-height: 1.7;
   margin: 0;
}@keyframes float {
0%, 100% {
transform: translateY(0);
}
50% {
transform: translateY(-10px);
}
}.tte-label:nth-child(1) {
	   animation: float 6s ease-in-out infinite; 
   animation-delay :   0s;

}

.tte-label:nth-child(2) {
  animation    :  float 6s ease-in-out infinite;
    animation-delay: 0.5s;
}

.tte-label:nth-child(3) {
  animation: float 6s ease-in-out infinite;
  animation-delay: 1s;
}

.tte-label:nth-child(4) {
    animation: float 6s ease-in-out infinite;
    animation-delay  :1.5s;


     }

.tte-label:nth-child(5) {
   animation: float 6s ease-in-out infinite;
  animation-delay: 2s;
}

.tte-label:nth-child(6) {
    -webkit-animation: float 6s ease-in-out infinite;
  animation: float 6s ease-in-out infinite;
	animation-delay: 2.5s;
}@media (max-width: 767.98px) {
.tte-label:nth-child(n) {
animation: none;
}
}.rs-label  {
   padding: 90px 0;
  background-color: #fff;
}@media (max-width: 767.98px) {
.rs-label {
padding: 65px 0;
}
}.jjyh-unity {
  max-width: 900px;
   margin: 0 auto;
}

.qwra-nerve {

   margin-bottom: 20px;
          background: #f9fafb;
   border-radius :      10px;
    overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    transition: all 0.3s;


}

.qwra-nerve:hover {
	  box-shadow: 0 4px 16px rgba(0,0,0,0.1);


}

.qwra-nerve:last-child {
    margin-bottom: 0;
}

.asf-nerve {
  user-select: none;
        transition: background-color 0.3s;
   justify-content: space-between;
     cursor: pointer;
    display: flex;
   padding: 24px 28px;
    align-items: center;
}

.asf-nerve:hover {
    background-color: #f0f2f5;
}

.qwra-nerve.active .asf-nerve {
   background-color: #e8f4f8;
}

.tte-robot {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1;
}

.tte-robot i 
 {
	          font-size:       1.8rem;
  color: var(--accent-red);
        flex-shrink: 0; 

}

.gwe-jelly     {
	font-size: 1.1rem;
   font-weight:    600;
  color: var(--primary-dark);
    margin: 0;
}@media (max-width: 767.98px) {
.gwe-jelly {
font-size: 1rem;
}

.tte-robot i {
font-size: 1.5rem;
}
}.rttr-unity {
    font-size   :        1.3rem;
   color: #666;
    transition: transform 0.3s;
      flex-shrink: 0;
}

.qwra-nerve.active .rttr-unity {
  transform: rotate(180deg);
  color: var(--accent-red);
}

.rs-nerve {

   max-height: 0;
    overflow: hidden;
   transition: max-height 0.4s ease, padding 0.4s ease;


}

.qwra-nerve.active .rs-nerve {
	 max-height: 500px;
      padding: 0 28px 28px 28px;
}

.rs-nerve p {
   color: #555;
   font-size: 1rem;
    margin    : 0;
   line-height: 1.8;
   padding-left: 50px;
  padding-top: 4px;
}@media (max-width: 767.98px) {
.rs-nerve p {
padding-left: 0;
font-size: 0.95rem;
}

.asf-nerve {
padding: 20px;
}

.qwra-nerve.active .rs-nerve {
padding: 0 20px 20px 20px;
}
}.gwe-nerve {
   padding: 90px 0;
  background: linear-gradient(to bottom, #ffffff 0%, #f8f9fa 100%);
    position: relative;
}@media (max-width: 767.98px) {
.gwe-nerve {
padding: 65px 0;
}
}.gwe-nerve::before

{
     content: '';
   position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
   width: 2px;
   height: 100%;
  background: linear-gradient(to bottom, transparent 0%, #e0e0e0 10%, #e0e0e0 90%, transparent 100%);}@media (max-width: 991.98px) {
.gwe-nerve::before {
left: 40px;
}
}

@media (max-width: 767.98px) {
.gwe-nerve::before {
left: 30px;
}
}.jjyh-jelly {

  max-width     :1000px;
  margin     :     0 auto;
   position: relative;

}

.tte-price {
    display: grid;
    grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin-bottom: 50px;
  position: relative;
}



.tte-price:nth-child(even)  {
  direction: rtl;
}

.tte-price:nth-child(even) > * {
    direction    :     ltr;
}@media (max-width: 991.98px) {
.tte-price {
grid-template-columns: 80px 1fr;
gap: 30px;
}

.tte-price:nth-child(even) {
direction: ltr;
}
}

@media (max-width: 767.98px) {
.tte-price {
grid-template-columns: 60px 1fr;
gap: 20px;
margin-bottom: 40px;
}
}.tte-price:last-child {

	  margin-bottom: 0;
	}

.asf-unity  {


  display: flex;
  justify-content    :       center;
  align-items: flex-start;
    padding-top: 8px;}

.qwra-label {
   width: 70px;
    height: 70px;
  background: linear-gradient(135deg, var(--accent-red) 0%, #d4312e 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
   justify-content: center;
    font-size   :       1.5rem;
  font-weight: 700;
    color: #fff;
  box-shadow: 0 8px 20px rgba(204,41,54,0.3);
    position: relative;
  z-index: 2;
}@media (max-width: 767.98px) {
.qwra-label {
width: 55px;
height: 55px;
font-size: 1.2rem;
}
}.rs-jelly {
   background: #fff;
   padding: 30px 35px;
  border-radius: 12px;
  box-shadow: 0 5px 25px rgba(0,0,0,0.08);
  position: relative;
   transition     :        all 0.4s ease;
}

.rs-jelly::before {
  content: '';
   position: absolute;
   top: 20px;
  width: 0;
	height   :      0;
   border-style: solid;
}

.tte-price:nth-child(odd) .rs-jelly::before {
   left: -15px;
   border-width: 12px 15px 12px 0;
  border-color: transparent #fff transparent transparent;
}

.tte-price:nth-child(even) .rs-jelly::before  {
  right: -15px;
    border-width  :   12px 0 12px 15px;
   border-color  :    transparent transparent transparent #fff;
}@media (max-width: 991.98px) {
.tte-price:nth-child(even) .rs-jelly::before {
left: -15px;
right: auto;
border-width: 12px 15px 12px 0;
border-color: transparent #fff transparent transparent;
}
}

@media (max-width: 767.98px) {
.rs-jelly {
padding: 24px 28px;
}

.rs-jelly::before {
display: none;
}
}.tte-price:hover .rs-jelly {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0,0,0,0.12);


}

.tte-price:hover .qwra-label {
  transform: scale(1.1) rotate(5deg);
}

.rs-jelly h3 {

    font-size: 1.4rem;
	  color: var(--primary-dark);
	   margin-bottom: 14px;
	     font-weight: 600;
     }@media (max-width: 767.98px) {
.rs-jelly h3 {
font-size: 1.2rem;
}
}.rs-jelly p {


  font-size: 1rem;
    color: #555;
   line-height: 1.8;
    margin: 0;
}@media (max-width: 767.98px) {
.rs-jelly p {
font-size: 0.95rem;
}
}.cookie-banner {
    position: fixed;

  bottom: 30px;

                    right :30px;

  max-width: 480px;

   background  :        #ffffff;

   border-radius    :    16px;

  box-shadow: 0 10px 40px rgba(0,0,0,0.15);

    z-index: 9999;

    opacity: 0;

  transform: translateY(20px) scale(0.95);

  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);

  pointer-events: none;
}

.cookie-banner.show {
     opacity  :       1;
  transform: translateY(0) scale(1);
    pointer-events: all;
}@media (max-width: 767.98px) {
.cookie-banner {
bottom: 0;
right: 0;
left: 0;
max-width: 100%;
border-radius: 16px 16px 0 0;
}
}.cookie-content {
	   padding: 28px;


}  

.cookie-info {
 display: flex;
   gap: 18px;
 margin-bottom: 24px;
}
@media (max-width: 575.98px) {
.cookie-info {
flex-direction: column;
align-items: center;
text-align: center;
}
}.cookie-icon {
  flex-shrink: 0; 
    width     :     56px; 
   height: 56px; 
  background: linear-gradient(135deg, #08415C 0%, #0a5270 100%); 
   border-radius: 12px; 
	 display: flex; 
	 align-items: center; 
  justify-content: center; 
  box-shadow: 0 4px 12px rgba(8,65,92,0.2);
}

.cookie-icon i {
    font-size: 1.8rem;
   color: #fff;


}

.cookie-text h4 {
    font-size: 1.1rem;
    font-weight: 700;
  color: var(--primary-dark);
  margin: 0 0 8px 0;
}

.cookie-text p {
  font-size: 0.9rem;
    color     :    #666;
   line-height: 1.6;
  margin: 0;
}

.cookie-text a {
  color: var(--accent-red);
    text-decoration: none;
    font-weight: 600;
  position :      relative;
}



.cookie-text a::after {
  content: '';
   position: absolute;
   bottom: -2px;
	left: 0;
  width: 0;
   height: 2px;
  background: var(--accent-red);
        transition :        width 0.3s;
	
}

.cookie-text a:hover::after {
  width: 100%;
}

.cookie-actions     {

	    display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;


}@media (max-width: 575.98px) {
.cookie-actions {
grid-template-columns: 1fr;
}
}.btn-accept, .btn-reject {
   padding: 12px 20px; 
	border     :        none; 
  border-radius: 8px; 
  font-weight:   600; 
   font-size: 0.9rem; 
    cursor: pointer; 
  transition: all 0.3s ease; 
  font-family: 'Open Sans', sans-serif;
}

.btn-accept {
  background: linear-gradient(135deg, var(--accent-red) 0%, #d4312e 100%);
  color: #fff;
  box-shadow: 0 4px 12px rgba(204,41,54,0.25);
}

.btn-accept:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(204,41,54,0.35); 

}

.btn-accept:active {
  transform: translateY(0);
}

.btn-reject  
  {
	   background: #f5f5f5;
     color: #555;
   	border: 2px solid #e0e0e0;
	}

.btn-reject:hover {
    background: #e8e8e8;
	border-color: #d0d0d0;
}@keyframes slideInBounce {
0% {
opacity: 0;
transform: translateY(30px) scale(0.9);
}
50% {
transform: translateY(-5px) scale(1.02);
}
100% {
opacity: 1;
transform: translateY(0) scale(1);
}
}.cookie-banner.show {


  animation: slideInBounce 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.qwra-nerve {
   background: #fff; 
   padding: 120px 0 80px;
}@media (max-width: 767.98px) {
.qwra-nerve {
padding: 100px 0 60px;
}
}.qwra-nerve h1 {
   font-size    :2.8rem;
  color: var(--primary-dark);
    margin-bottom    :     12px;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
   text-transform   :        none;
   line-height: 1.3;
}
@media (max-width: 767.98px) {
.qwra-nerve h1 {
font-size: 2.2rem;
}
}.qwra-nerve .asf-unity {
   font-size: 0.9rem;
   color: #888;
    margin-bottom: 40px;
  font-style: italic;
}

.qwra-nerve h2 {

	  font-size: 1.8rem;
  color: var(--primary-dark);
  margin: 40px 0 16px 0;
    font-weight: 600;
  font-family: 'Open Sans', sans-serif;
    text-transform: none;
   line-height: 1.4;
}@media (max-width: 767.98px) {
.qwra-nerve h2 {
font-size: 1.5rem;
}
}.qwra-nerve h3 {
               font-size: 1.3rem;
   color    :    #333;
        margin: 28px 0 12px 0;
	font-weight: 600;
}@media (max-width: 767.98px) {
.qwra-nerve h3 {
font-size: 1.15rem;
}
}.qwra-nerve p{
   font-size :       1.05rem;
	margin-bottom  :     20px;
    color: #555;
  line-height: 1.8;
	
}@media (max-width: 767.98px) {
.qwra-nerve p {
font-size: 1rem;
}
}.contact-wrapper {
  padding: 120px 0 80px;
   background: #fff;
}@media (max-width: 767.98px) {
.contact-wrapper {
padding: 100px 0 60px;
}
}.row {
  display: flex;
    flex-wrap: wrap;
    margin-left   :-15px;
    margin-right: -15px;
}

.col-12 {
    width    :     100%;
	padding-left: 15px;
	padding-right: 15px;
	
}



.col-lg-9 {
  width: 100%;
       padding-left: 15px;
   padding-right: 15px;
}@media (min-width: 992px) {
.col-lg-9 {
flex: 0 0 75%;
max-width: 75%;
}

.mx-auto {
margin-left: auto;
margin-right: auto;
}
}.contact-wrapper .main-title {
  font-size: 2.8rem;
	 font-weight: 700;
  color: var(--primary-dark);
	 margin-bottom: 18px;
   text-align: center;
  font-family: 'Open Sans', sans-serif;
}@media (max-width: 767.98px) {
.contact-wrapper .main-title {
font-size: 2.2rem;
}
}.contact-wrapper .main-description {
    text-align: center;
  margin-bottom  :   50px;
	color:   #666;
   font-size: 1.1rem;
   line-height: 1.6; 
	
}@media (max-width: 767.98px) {
.contact-wrapper .main-description {
font-size: 1rem;
margin-bottom: 40px;
}
}.contact-form-main {

	   background: #f9fafb;
 padding :   45px 40px;
   border-radius   :     12px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.06);
	
     }@media (max-width: 767.98px) {
.contact-form-main {
padding: 35px 25px;
}
}.contact-form-main .form-group {

	  margin-bottom: 22px;

}

.contact-form-main .form-control {
	border-radius: 6px;
     height     :      52px;
 padding: 0 20px;
  border: 2px solid #e0e0e0;
   background: #fff;
    font-size: 1rem;
  color: #333;
   transition: all 0.3s;
  font-family: 'Open Sans', sans-serif;
  width: 100%;
}

.contact-form-main .form-control:focus {
    outline: 0;
    box-shadow: none;
  border-color: var(--accent-red);
}

.contact-form-main textarea.form-control {


 height: 160px;
   resize:  none;
  padding: 15px 20px;
}

.text-center {
  text-align: center;
}

.submit-btn {
  display: inline-block;
   border:  none;
    border-radius: 6px;
    color: #fff;
    font-weight: 600;
    padding: 14px 45px;
  background: linear-gradient(135deg, var(--accent-red) 0%, #d4312e 100%);
   transition: all 0.3s ease;
    cursor: pointer;
    font-size: 1rem;
  font-family: 'Open Sans', sans-serif;
  box-shadow: 0 4px 12px rgba(204,41,54,0.3);
}

.submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(204,41,54,0.4);
}

.submit-btn:active {

  transform: translateY(0);
     }

.thank-you-message {
   display: none;
   text-align: center;
  padding     :       60px 40px;
  background  :       #f9fafb;
   border-radius: 12px;
}@media (max-width: 767.98px) {
.thank-you-message {
padding: 50px 25px;
}
}.success-icon {
    width   :    90px;
  height: 90px;
  background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
   border-radius: 50%;
    display: flex;
   align-items: center;
   justify-content: center;
   margin: 0 auto 28px;
}

.success-icon i {
   font-size: 3.5rem;
  color: #fff;
}

.thank-you-message h3{
   font-size: 2rem;
  color: var(--primary-dark);
          margin-bottom :     16px;
    font-weight: 700;
}@media (max-width: 767.98px) {
.thank-you-message h3 {
font-size: 1.6rem;
}
}.thank-you-message p

{
   font-size: 1.1rem;
			color: #555;
	   line-height: 1.7;
		 margin-bottom: 32px;
	  max-width: 500px;
	  margin-left: auto;
	    margin-right: auto;
}@media (max-width: 767.98px) {
.thank-you-message p {
font-size: 1rem;
}
}.contact-info-row {

	  margin-top: 70px;


}@media (max-width: 767.98px) {
.contact-info-row {
margin-top: 50px;
}
}.contact-info-grid {


    display: grid; 
  grid-template-columns: repeat(3, 1fr); 
     gap: 40px;
	}@media (max-width: 991.98px) {
.contact-info-grid {
grid-template-columns: 1fr;
gap: 30px;
}
}.info-item {
    text-align: center;
   padding: 35px 25px;
  background: #f9fafb;
  border-radius: 12px;
                    transition: all 0.3s;
}

.info-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.info-item i {
   font-size: 2.5rem;
  color: var(--accent-red);
    margin-bottom :     18px;
   display: block; 
	
}

.info-item h4 {
   font-size: 1.3rem;
  color: var(--primary-dark);
	margin-bottom: 10px;
    font-weight: 600;
}

.info-item p {
  font-size: 1rem;
   color: #555;
    margin: 0;
 line-height: 1.7;
}