* {
   margin: 0;
   padding: 0;
    box-sizing: border-box;
}

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  color: #666666;
   background: #ffffff;
}

.aiq-frame {
   width: 90%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}

.age-verify-overlay {
    position: fixed;
  top: 0;
    left: 0;
   width: 100%;
    height: 100%;
  background: rgba(0,0,0,0.9);
   z-index: 9999;
    display: flex;
    align-items: center;
  justify-content    :  center;
}

.age-verify-overlay.hidden {
   display: none;
}

.age-verify-box {
  background: #ffffff;
    padding: 40px;
    border-radius: 12px;
  max-width: 500px;
   text-align: center;
  box-shadow: 0 10px 40px rgba(0,0,0,0.3);
}

.age-verify-box h2 {

	   font-size: 28px;
   color: #2c3e50;
  margin-bottom: 20px;}

.age-verify-box p {
    font-size: 16px;
   color: #7f8c8d;
   margin-bottom: 30px;
   line-height: 1.6;
}

.age-verify-buttons {
    display: flex;
  gap: 15px;
  justify-content: center;
}

.age-btn {
  padding: 12px 30px;
    font-size: 16px;
   border: none;
   border-radius: 5px;
  cursor: pointer;
    font-weight: 600;
  transition: all 0.3s ease;
}

.age-btn-yes {
  background: #27ae60;
    color: #ffffff;
}

.age-btn-yes:hover {
   background: #229954;
}

.age-btn-no {
   background: #e74c3c;
    color: #ffffff;
}

.age-btn-no:hover {
  background: #c0392b;
}

.primary-nav-lsb {
  background: #ffffff;
    padding: 20px 0;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
  position: fixed;
 width: 100%;
    top: 0;
    z-index: 1000;
}

.nav-content-wrapper {
   display: flex;
  justify-content: space-between;
    align-items: center; 
	
}

.brand-mark {
   max-height: 84px;
    width: auto;
}

.menu-links-zone {
  display: flex;
   gap: 30px;
}

.nav-link-item {
  color: #2c3e50;
  text-decoration: none;
    font-weight: 500;
  font-size: 16px;
   transition: color 0.3s ease;
}

.nav-link-item:hover,
.nav-link-item.active {
  color: #ff8c42;
}

.mobile-toggle		{
  display: none;
   flex-direction: column;
   cursor: pointer;
  gap: 4px;
}

.mobile-toggle span {
    width: 25px;
    height: 3px;
   background: #2c3e50;
    transition: all 0.3s;
}

.welcome-area-hero {
    position: relative;
}

.primary-fullscreen {
    height: 60vh;
}

.hero-display-unit {
   background-size: cover;
   background-repeat: no-repeat;
    background-position: center center;
    height: 60vh;
   position: relative;
}

.dark-layer {
  position: absolute;
  top: 0;
   left: 0;
  right: 0;
  bottom: 0;
  content: '';
   opacity: 0.4;
  background: #000;
}

.hero-text-arrangement {
    color: #fff;
    height: 60vh;
  display: flex;
   align-items: center;
   justify-content: center;
    position: relative;
    z-index: 2;
}

.hero-main-title {
    font-size     :   60px;
  color: #ffffff;
  line-height: 1.3;
  font-weight: 600;
}

.hero-subtitle-text {
  font-size: 20px;
    line-height: 1.6;
    font-weight: 300;
  color: rgba(255,255,255,0.85);
}

.text-align-mid {
    text-align   :      center;
}

.spacing-below-4 {
   margin-bottom: 30px;
}

.spacing-below-5 {
   margin-bottom: 40px;
}

.action-btn-outline {
  color: #ffffff;
    background: transparent;
    border: 2px solid #ffffff;
   padding: 15px 35px;
   display: inline-block;
  text-decoration: none;
  border-radius: 5px;
    transition: all 0.3s ease;
   font-weight: 500;
}

.action-btn-outline:hover {
   background: #ff8c42;
   border-color: #ff8c42;
    color: #ffffff;
}

.info-sidebar-zone {
  margin-top: 110px;
   padding: 80px 0;
    background: #f8f9fa;
}

.about-content-lsb {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.about-content-lsb h2 {
   font-size: 32px;
  color: #2c3e50;
   margin-bottom: 25px;
  font-weight: 600;
}

.about-content-lsb p {
  font-size: 16px;
  line-height: 1.9;
   color: #7f8c8d;
}

.specs-zone-display {
   padding: 80px 0;
    background     :       #ffffff;
}

.border-separator {
    border-bottom: 1px solid #e9ecef;
}

.features-grid-arrangement {
    display: grid;
  grid-template-columns: repeat(3, 1fr);
   gap: 40px;
}

.feature-media-block {
    display: flex;
  align-items: flex-start;
    gap: 20px;
}

.icon-holder-mr {
    flex-shrink: 0;
}

.feature-icon-graphic {
  width: 50px;
   height: 50px; 
	
}

.feature-icon-graphic path,
.feature-icon-graphic circle,
.feature-icon-graphic rect,
.feature-icon-graphic polygon,
.feature-icon-graphic polyline,
.feature-icon-graphic line {
  stroke: #3498db;
   fill: none;
   stroke-width: 2.5;
   stroke-linecap: round;
   stroke-linejoin: round;
}

.feature-heading-top {
    font-size: 1.3rem;
  font-weight: 600;
    margin-bottom: 12px;
  color: #2c3e50;
}

.feature-text-body {
  color: #7f8c8d;
   line-height: 1.8;
}

.content-image-combo {
   background-color: #ffffff;
}

.section-spacing-large {
  padding: 100px 0;
}

.dual-column-layout {
   display: flex;
   align-items: center;
  gap: 60px;
}

.image-column-half,
.text-column-half {
   flex: 1;
}

.text-content-area h5 {
   color: #ff8c42;
    font-size: 18px;
   font-weight: 500;
    margin-bottom: 20px;
}

.text-content-area h2 {
   font-size: 42px;
  line-height: 1.3;
    color: #2c3e50;
	 font-weight: 700;
  margin-bottom: 25px;
}

.text-content-area p {
   line-height: 1.8;
  margin-bottom: 25px;
   color: #7f8c8d;
  font-size: 16px;
}

.primary-action-btn {
    display: inline-block;
  padding: 16px 45px;
  border-radius: 5px;
    background-color: #27ae60;
   border: 2px solid #27ae60;
   font-size: 16px;
   font-weight: 500;
   transition    :0.4s;
   color: #fff;
   margin-top: 15px;
   text-decoration: none;
}

.primary-action-btn:hover {
  background-color: #ffffff;
    color: #27ae60;
}

.visual-container img {
    width: 100%;
   height: auto;
  border-radius: 8px;
}

.showcase-cards-area {
    padding: 80px 0;
   background: #f8f9fa;
}

.cards-header-row {
  display: flex;
   justify-content: center;
}

.header-col-centered {
  max-width: 700px;
}

.showcase-cards-area h2 {
    font-size: 38px;
  font-weight: 600;
    color: #2c3e50;
   margin-bottom: 15px;
}

.showcase-cards-area .header-col-centered p {
   font-size: 17px;
   color: #7f8c8d;
}

.cards-display-grid {
    display: grid;
  grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.card-unit-block


{
    background: #ffffff;
   border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 3px 15px rgba(0,0,0,0.1);
   transition: all 0.3s ease;
  height: 100%;
}

.card-unit-block:hover {
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
  transform: translateY(-5px);
}

.card-image-top {
  width: 100%;
  height: 250px;
  background-size: cover;
  background-position: center;
}

.card-content-zone {
   padding:     30px;
}

.card-content-zone h3 {
  font-size: 24px;
  font-weight: 600;
  color: #2c3e50;
   margin-bottom: 15px;
}

.card-content-zone p {
   font-size: 15px;
    line-height: 1.7;
    color: #7f8c8d;
  margin-bottom: 20px;
}

.card-action-link {
    color: #3498db; 
	   text-decoration: none; 
	   font-weight: 600; 
	   transition: color 0.3s ease;
}

.card-action-link:hover {
  color: #2980b9;
}

.platforms-catalog-zone {
    padding: 80px 0;
  background: #ffffff;
}

.catalog-header-section {
   text-align: center;
    margin-bottom: 50px;
}

.catalog-main-heading {
   font-size: 38px;
    font-weight: 700;
  color: #2c3e50;
  margin-bottom: 10px;
}

.catalog-subtitle-text {


  font-size: 17px;
   color: #7f8c8d;

}

.platforms-list-wrapper {
   display: flex;
   flex-direction: column;
   gap: 25px;
}

.platform-card-horizontal {
    background: #f8f9fa;
  border-radius: 8px;
    padding: 25px;
  display: grid;
  grid-template-columns: 200px 120px 1fr 200px 180px;
  gap: 25px;
   align-items: center;
   transition: all 0.3s ease;
   border: 2px solid transparent;
}

.platform-card-horizontal:hover {
    border-color: #ff8c42;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.platform-logo-section {
   text-align: center;
}

.platform-logo-img {
	 max-width: 140px;
    max-height: 60px;
    margin-bottom: 10px;
}

.platform-name-display {
   font-size: 16px;
    font-weight: 600;
    color: #2c3e50;
}

.platform-rating-section {
   text-align: center;
}

.rating-stars-visual {
   margin-bottom: 5px;
}

.rating-number-big {
    font-size: 32px;
    font-weight: 700;
   color: #f39c12;
}

.rating-max-text {
    font-size: 16px;
  color: #95a5a6;
}

.rating-label-small {
    font-size: 13px;
   color: #7f8c8d;
}

.platform-bonus-section {
}

.bonus-title-label {
	    font-size: 14px;
    font-weight: 600;
   color: #2c3e50;
  margin-bottom: 8px;

}

.bonus-description-text {
   font-size: 14px;
    color   :        #7f8c8d;
   line-height: 1.5;
}

.platform-highlights-section {
    display: flex;
   flex-direction: column;
   gap: 8px;
}

.highlight-item-unit {
   display: flex;
    align-items: center;
  gap: 8px;
}

.highlight-icon-svg {
    width: 18px;
   height: 18px;
}

.highlight-icon-svg path,
.highlight-icon-svg circle {
    stroke: #27ae60;
  fill: none;
   stroke-width: 2.5;
   stroke-linecap: round;
    stroke-linejoin: round;
}

.highlight-item-unit span {
   font-size: 14px;
    color: #2c3e50;
}

.platform-cta-section {
  text-align: center;
}

.platform-cta-button {
     display: inline-block;
  background: #27ae60;
   color: #ffffff;
  padding: 12px 30px;
   border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
  font-size: 15px;
  transition: all 0.3s ease;
}


.platform-cta-button:hover {
	 background: #229954;
  transform: scale(1.05);
}

.questions-block-area {
  padding: 80px 0;
  background-color: #f8f9fa;
}

.section-label-small {
  display: block;
    font-size: 14px;
   color: #ff8c42;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
   font-weight: 600;
}

.section-main-title {
  font-size: 36px;
   font-weight: 700;
   color: #2c3e50;
  margin-bottom: 15px;
}

.section-desc-text {
    font-size: 16px;
  color: #7f8c8d;
}

.faq-header-arrangement {
    display: flex;
   margin-bottom: 50px;
}

.justify-mid {
    justify-content: center;
}

.header-content-col {
   max-width: 700px;
}

.faq-content-row {
   display: flex;
}

.faq-col-main {
   flex: 1;
	 max-width: 900px;
}

.accordion-questions-list {
  margin-top: 30px;
}

.question-item-unit {
  margin-bottom: 15px;
   background-color: #ffffff;
    border-radius: 8px;
   overflow: hidden;
   border: 1px solid #e9ecef;
    transition: all 0.3s ease;
}

.question-item-unit:hover {
    border-color: #ff8c42;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.question-header-click {
  padding: 20px 25px;
  cursor: pointer;
    display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
   transition: all 0.3s ease;
}

.question-header-click:hover {
    background-color: #f8f9fa;
}

.question-item-unit.active .question-header-click {
    background-color: #ff8c42;
}

.question-header-click h4 {
  font-size: 18px;
    font-weight: 600;
    color: #2c3e50;
   margin: 0;
    flex: 1;
   padding-right: 20px;
  transition: color 0.3s ease;
}

.question-item-unit.active .question-header-click h4 {
   color: #ffffff;
}

.toggle-symbol {
   width: 30px;
    height: 30px;
  display: flex;
   align-items: center;
   justify-content: center;
   font-size: 24px;
   font-weight: 300;
  color: #ff8c42;
    background-color: #f0f0f0;
   border-radius: 50%;
  flex-shrink: 0;
   transition: all 0.3s ease;
}

.question-item-unit.active .toggle-symbol {
  transform: rotate(45deg);
  background-color: #ffffff;
  color: #ff8c42;
}

.answer-content-zone {
   max-height: 0;
   overflow: hidden;
    transition: max-height 0.3s ease;
}

.question-item-unit.active .answer-content-zone {
  max-height: 500px;
}

.answer-content-zone p {
    padding: 20px 25px;
    margin: 0;
  font-size: 15px;
    line-height: 1.8;
  color: #7f8c8d;
   background-color: #ffffff;
}

.action-panel-display {
    padding: 60px 0;
  position: relative;
}

.cta-background-img {
   background-size: cover;
    background-position: center center;
   background-repeat: no-repeat;
  background-attachment: fixed;
}

.action-panel-display:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
   right: 0;
   bottom: 0;
  background: rgba(0,0,0,0.7);
   z-index: 1;
}

.action-panel-display > .aiq-frame {
    position: relative;
  z-index: 2;
}

.cta-content-arrangement {
   display: flex;
    align-items: center;
    gap: 40px;
}

.aligned-middle {
  align-items: center;
}

.cta-text-col {
  flex: 1;
}

.white-text-heading {
   color: #ffffff;
  font-size: 32px;
    font-weight: 600;
}

.text-align-left {
    text-align: left;
}

.cta-button-col {
  flex-shrink: 0;
}

.text-align-right {
  text-align: right;
}

.btn-primary-white {
   background: #27ae60;
  border: 2px solid #27ae60;
   color: #ffffff;
   padding: 15px 40px;
   display: inline-block;
    text-decoration: none;
    border-radius: 5px;
   transition: all 0.3s ease;
  font-weight: 500;
}

.btn-primary-white:hover {
   background: #ffffff;
    border-color: #ffffff;
    color: #27ae60;
}

.main-footer-zone {
   background: #2c3e50;
    color: #ecf0f1;
   padding: 60px 0 20px;
}

.footer-top-grid {
    display: grid;
  grid-template-columns: 2fr 1fr 2fr;
  gap: 40px;
   margin-bottom: 40px;
}

.footer-brand-logo {
  max-height: 106px;
   width: auto;
  filter: brightness(0) invert(1);
   margin-bottom: 20px;
}

.footer-about-text {
    font-size: 15px;
    line-height: 1.7;
  color: #bdc3c7;
   margin-bottom: 20px;
}

.footer-contact-info p {
   font-size: 14px;
   color: #bdc3c7;
   margin-bottom: 8px;
}

.footer-contact-info strong {
    color: #ecf0f1;
}

.footer-heading-title {
  font-size: 18px;
   color: #ffffff;
    margin-bottom: 20px;
    font-weight: 600;
}

.footer-links-list {
  list-style: none;
}

.footer-links-list li {
  margin-bottom: 10px;
}

.footer-links-list a {
   color: #bdc3c7;
   text-decoration: none;
   font-size: 14px;
  transition: color 0.3s ease;
}

.footer-links-list a:hover {
  color: #ff8c42;
}

.regulators-grid-display {
    display: grid;
  grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.regulator-logo-link {
   padding: 15px;
    border-radius: 8px;
   display: flex;
  align-items: center;
  justify-content: center;
    transition: all 0.3s ease;
}

.regulator-logo-link:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
	
}

.regulator-logo-link img {
  max-width: 100%;
  max-height: 50px;
}

.footer-disclaimer-zone {
    background: #34495e;
    padding: 30px;
  border-radius: 8px;
  margin-bottom: 30px;
}

.disclaimer-title-text {
  font-size: 18px;
  color: #f39c12;
   margin-bottom: 15px;
    font-weight: 600;
}

.disclaimer-paragraph-text {
  font-size: 13px;
  line-height: 1.8;
  color: #bdc3c7;
}

.disclaimer-paragraph-text a {
    color: #3498db;
  text-decoration: underline;
}

.footer-bottom-bar {
    border-top: 1px solid #34495e;
   padding-top: 20px;
    text-align: center;
}

.copyright-notice-text {
      font-size: 14px;
    color: #95a5a6;
}@media (max-width: 991px) {
    .section-spacing-large {
        padding: 70px 0;
    }

    .text-content-area h2 {
        font-size: 32px;
        margin-bottom: 15px;
    }

    .visual-container {
        margin-bottom: 50px;
    }

    .features-grid-arrangement {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .cards-display-grid {
        grid-template-columns: 1fr;
    }

    .dual-column-layout {
        flex-direction: column;
    }

    .platform-card-horizontal {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .footer-top-grid {
        grid-template-columns: 1fr;
    }

    .regulators-grid-display {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .menu-links-zone {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #ffffff;
        flex-direction: column;
        padding: 20px;
        box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    }

    .menu-links-zone.active {
        display: flex;
    }

    .mobile-toggle {
        display: flex;
    }

    .hero-main-title {
        font-size: 36px;
    }

    .hero-subtitle-text {
        font-size: 16px;
    }

    .showcase-cards-area h2,
    .section-main-title {
        font-size: 28px;
    }

    .question-header-click h4 {
        font-size: 16px;
    }

    .question-header-click,
    .answer-content-zone p {
        padding: 15px 20px;
    }

    .cta-content-arrangement {
        flex-direction: column;
        text-align: center;
    }

    .text-align-left,
    .text-align-right {
        text-align: center;
    }

    .specs-zone-display {
        padding: 60px 0;
    }

    .age-verify-box {
        padding: 30px 20px;
        margin: 20px;
    }

    .age-verify-buttons {
        flex-direction: column;
    }

    .age-btn {
        width: 100%;
    }
}.kl {
  filter: brightness(0) invert(1);
}

.contact-form-area {
    padding: 140px 0 80px;
  background: #f8f9fa;
}

.form-header-block {
   text-align: center;
   margin-bottom: 50px;
}

.form-main-heading {
    font-size: 42px;
   color: #2c3e50;
  font-weight: 700;
   margin-bottom: 15px;
}

.form-subtitle-description {
    font-size: 17px;
    color: #7f8c8d;
  max-width: 600px;
    margin: 0 auto;
}

.form-container-wrapper {
    display: grid;
  grid-template-columns: 2fr 1fr;
    gap: 40px;
   max-width: 1100px;
    margin: 0 auto;
}

.contact-form-element {
   background: #ffffff;
   padding: 40px;
  border-radius: 8px;
  box-shadow: 0 3px 15px rgba(0,0,0,0.08);
}

.form-row-group {
   display: grid;
   grid-template-columns: 1fr 1fr;
  gap: 20px;
    margin-bottom: 20px;
}

.input-field-wrapper {
  margin-bottom: 20px;
}

.field-label-text {
   display: block;
   font-size: 15px;
    font-weight: 600;
  color: #2c3e50;
   margin-bottom: 8px;
}

.input-with-icon {
   position: relative;
}

.field-icon-graphic {
    position: absolute;
   left: 15px;
    top: 50%;
  transform: translateY(-50%);
         width: 20px;
    height: 20px;
}

.field-icon-graphic path,
.field-icon-graphic circle,
.field-icon-graphic rect,
.field-icon-graphic line {
   stroke: #95a5a6;
  fill: none;
  stroke-width: 2.5;
    stroke-linecap: round;
   stroke-linejoin: round;
}

.form-input-control {
    width: 100%;
  padding: 12px 15px 12px 45px;
   border: 2px solid #e0e0e0;
  border-radius: 5px;
   font-size: 15px;
    color: #2c3e50;
   transition: all 0.3s ease;
}

.form-input-control:focus {
	outline: none;
     border-color: #ff8c42;
}

.form-input-control.error {
    border-color: #e74c3c;
}

.form-textarea-control {
    width: 100%;
  padding: 12px 15px;
   border: 2px solid #e0e0e0;
   border-radius: 5px;
   font-size: 15px;
   color: #2c3e50;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  resize: vertical;
  transition: all 0.3s ease;
}

.form-textarea-control:focus {
  outline: none;
    border-color: #ff8c42;
}

.form-textarea-control.error {
  border-color: #e74c3c;
}

.error-message-display {
  display: none;
  font-size: 13px;
    color: #e74c3c;
    margin-top: 5px;
}

.error-message-display.visible {
    display: block;
}

.form-submit-section {
    margin-top: 30px;
}

.submit-form-button {
    display: inline-flex;
  align-items: center;
   gap: 10px;
    background: #27ae60;
    color: #ffffff;
   padding: 15px 40px;
   border: none;
  border-radius: 5px;
   font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.submit-form-button:hover {
   background  :   #229954;
  transform: translateY(-2px);
}

.button-icon-img {
    width: 20px;
   height: 20px;
}

.button-icon-img path,
.button-icon-img circle {
    stroke: #ffffff;
   fill: none;
    stroke-width: 2.5;
  stroke-linecap: round;
    stroke-linejoin: round;
}

.contact-info-sidebar {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.info-card-block {
  background: #ffffff;
   padding: 25px;
   border-radius: 8px;
  box-shadow: 0 3px 15px rgba(0,0,0,0.08);
    display: flex;
  gap: 15px;
}

.info-icon-holder {
  flex-shrink: 0;
}

.info-icon-display {
    width: 40px;
    height: 40px;
}

.info-icon-display path,
.info-icon-display circle,
.info-icon-display line {
    stroke: #ff8c42;
    fill: none;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.info-card-title {
    font-size: 18px;
    font-weight: 600;
  color: #2c3e50;
  margin-bottom: 5px;
}

.info-card-description {


    font-size: 14px;
    color: #7f8c8d;
  line-height: 1.6;}

.success-popup-overlay {
  position: fixed;
  top: 0;
   left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
   z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
}

.success-popup-overlay.show {
   display: flex;
}

.success-popup-box {
  background: #ffffff;
  padding: 40px;
  border-radius: 12px;
   max-width: 450px;
  text-align: center;
  box-shadow: 0 10px 40px rgba(0,0,0,0.3);
    animation: popupSlideIn 0.4s ease;
}@keyframes popupSlideIn {
    from {
        transform: translateY(-50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}.success-icon-circle {
   width: 80px;
  height: 80px;
  margin: 0 auto 20px;
   background: #d4edda;
   border-radius: 50%;
    display: flex;
    align-items: center;
   justify-content: center;
}

.success-check-icon {
  width: 50px;
   height: 50px;
}

.success-check-icon path,
.success-check-icon circle {
  stroke: #27ae60;
  fill: none;
  stroke-width: 3;
   stroke-linecap: round;
    stroke-linejoin: round;
}

.success-popup-title {
   font-size: 28px;
   color: #2c3e50;
   margin-bottom: 15px;
  font-weight: 700;
}

.success-popup-text {
   font-size: 16px;
   color: #7f8c8d;
   margin-bottom: 25px;
  line-height: 1.6;
}

.close-popup-button {
  background: #27ae60;
   color: #ffffff;
   padding: 12px 35px;
   border: none;
   border-radius: 5px;
   font-size: 15px;
   font-weight: 600;
    cursor: pointer;
   transition: all 0.3s ease;
}

.close-popup-button:hover {
  background: #229954;
}@media (max-width: 991px) {
    .form-container-wrapper {
        grid-template-columns: 1fr;
    }

    .form-row-group {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .contact-form-area {
        padding: 120px 0 60px;
    }

    .form-main-heading {
        font-size: 32px;
    }

    .contact-form-element {
        padding: 25px;
    }

    .success-popup-box {
        margin: 20px;
        padding: 30px;
    }
}.legal-page-wrapper {
  min-height: 100vh;
   background: #f8f9fa;
   padding: 80px 0;
}

.legal-content-zone {
   max-width: 900px;
  margin: 0 auto;
    background: #ffffff;
    padding: 60px;
  border-radius: 8px;
  box-shadow: 0 3px 15px rgba(0,0,0,0.08);
}

.legal-main-title {
    font-size: 42px;
   color: #2c3e50;
   font-weight: 700;
   margin-bottom: 10px;
    text-align: center;
}

.legal-update-date {
    text-align: center;
   font-size: 14px;
   color: #95a5a6;
    margin-bottom: 40px;
    font-style: italic;
}

.legal-text-block {
    margin-top: 30px;
}

.legal-section-heading {
	   font-size: 26px;
  color: #2c3e50;
    font-weight: 600;
    margin-top: 35px;
    margin-bottom: 15px;
   padding-bottom: 10px;
   border-bottom: 2px solid #ff8c42;
}

.legal-paragraph {
   font-size: 16px;
  line-height: 1.9;
   color: #555555;
   margin-bottom: 25px;
    text-align: justify;
}@media (max-width: 768px) {
    .legal-page-wrapper {
        padding: 60px 0;
    }

    .legal-content-zone {
        padding: 30px 20px;
    }

    .legal-main-title {
        font-size: 32px;
    }

    .legal-section-heading {
        font-size: 22px;
    }

    .legal-paragraph {
        font-size: 15px;
        text-align: left;
    }
}



.hero-text-arrangement {
    padding-top: 124px;
}

/* Mobile fix - adjust for smaller nav height */
@media (max-width: 991px) {
    .hero-text-arrangement {
        padding-top: 100px;
    }
}

@media (max-width: 768px) {
    .hero-text-arrangement {
        padding-top: 80px;
    }
}






/* Static nav - not fixed */
.primary-nav-lsb {
    position: static;
}

/* Remove the margin compensation that was needed for fixed nav */
.info-sidebar-zone {
    margin-top: 0;
}





/* Static nav - not fixed */
.primary-nav-lsb {
    position: static;
    padding: 10px 0;
}

/* Smaller logo */
.brand-mark {
    max-height: 50px;
}

/* Remove the margin compensation */
.info-sidebar-zone {
    margin-top: 0;
}