* {
  margin: 0;
   padding: 0;
  box-sizing: border-box;
}

body {
  font-family: -apple-system, BlinkMacSystemFont,'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
    line-height: 1.7;
   font-weight: 400;
   font-size: 1.1rem;
   color: #4D4D4D;
}

h1,h2, h3, h4,h5, h6 {
  font-family: 'Georgia',serif;
    color: #001D38;
    font-weight: 600;
}

a {
   text-decoration: none;
  transition: all 0.3s ease;
}

img {
  max-width: 100%;
  height: auto;
}

.container {
  width: 90%;
    max-width: 1200px;
  margin: 0 auto;
}

.row {
   display: flex;
  flex-wrap: wrap;
   margin: 0 -15px;
}

.col-lg-6, .col-md-12, .col-md-6, .col-lg-4, .col-md-4, .col-xs-6, .col-xl-10, .col-lg-5, .col-lg-12 {
    padding: 0 15px;
}

.col-lg-6 {
	   flex: 0 0 50%;}

.col-md-12 {
  flex: 0 0 100%;
}

.col-md-6 {
   flex: 0 0 50%;
}

.col-lg-4, .col-md-4 {
   flex: 0 0 33.333%;
}

.col-xs-6 {
  flex: 0 0 50%;
}

.col-xl-10 {
    flex: 0 0 83.333%;
}

.col-lg-5 {
  flex   :    0 0 41.666%;
}

.col-lg-12 {
    flex:     0 0 100%;
}

.col-md-8 {
   flex: 0 0 66.666%;
    margin: 0 auto;
}

.offset-lg-1

{
   margin-left: 8.333%;
}

.jk-header-nav {
    background: #ffffff;
   padding: 22px 0;
    border-bottom: 1px solid #e8e8e8;
  position: sticky;
   top: 0;
  z-index: 1000;
}

.jk-nav-wrapper-lis {
  width:        90%;
   max-width: 1200px;
   margin: 0 auto;
   display: flex;
   justify-content: space-between;
   align-items: center;
}

.jk-logo-img {
   max-height: 84px;
   width: auto;
}

.jk-nav-links {
   display: flex;
   gap: 35px;
}

.jk-nav-link-item {
    color: #001D38;
   font-weight: 500;
   font-size: 15px;
}

.jk-nav-link-item:hover {
   color: #F4A261;
}

.jk-mobile-btn {
    display: none;
    background: #F4A261;
   border: none;
   cursor: pointer;
}

.jk-burger-icon {
  width: 28px;
  height: 28px;
}

.jk-burger-icon {
   stroke: #001D38;
   fill: none;
    stroke-width: 2;
}

.banner-area {
  background: linear-gradient(135deg, #264653 0%, #2A9D8F 100%);
  position: relative;
  min-height: 60vh;
}

.banner-area .overlay-bg {
   position: absolute;
    width: 100%;
   height: 100%;
  top: 0;
    left: 0;
    opacity: 0.9;
}

.banner-area .fullscreen {
  min-height: 60vh;
}

.banner-content h1 {
  font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
   color: #fff;
  margin-bottom: 20px;
}

.banner-content p {
   color: #fff;
  font-size: 16px;
  line-height: 1.8;
    margin-bottom: 30px;
}

.primary-btn2 {
    display: inline-block;
    padding: 15px 35px;
  background: transparent;
   border: 2px solid #fff;
    color: #fff;
    font-weight: 600;
  text-transform: uppercase;
    transition: all 0.3s ease;
}

.primary-btn2:hover {
  background: #F4A261;
  border-color: #F4A261;
   color: #264653;
}

.relative {
    position: relative;
}

.d-flex {
  display: flex;
}

.align-items-center {
  align-items: center;
}

.justify-content-center {
    justify-content: center;
}

.text-uppercase {
   text-transform: uppercase;
}

.text-white {
    color: #fff;
}

.pb-20 {

  padding-bottom: 20px;}

.img-fluid {
    width: 100%;
  height: auto;
}

.about_info_area {
	  padding: 100px 0 70px;
     }

.about_info_area.plus_padding {
  padding-top: 100px;
}

.about_info_area .about_text h3 {
  font-size: 40px;
   font-weight: 600;
    line-height: 50px;
    margin-bottom: 20px;
  color: #001D38;
}

.about_info_area .about_text p {
  font-size: 16px;
   line-height: 28px;
    color: #4D4D4D;
  margin-bottom: 15px;
}

.about_info_area .about_thumb img {
  width: 100%;
    height: auto;
}

.boxed-btn3-line {
  background: transparent;
  color: #F4A261;
  display: inline-block;
  padding: 13px 38px;
   font-weight: 500;
    border: 1px solid #F4A261;
  text-align: center;
  text-transform: capitalize;
   transition: all 0.3s;
   margin-top: 20px;
}

.boxed-btn3-line:hover {
    background: #F4A261;
    color: #fff;
}

.site-section {
   padding: 5em 0;
}

.section-title {
  font-size: 3rem;
}

.mb-5 {
  margin-bottom: 3rem;
}

.justify-content-center {
  justify-content: center;
}

.text-center {
  text-align: center;
}

.mb-3 {
   margin-bottom: 1rem;
}

.lead {
    font-size: 18px;
    color: #4D4D4D;
}

.mb-4 {
   margin-bottom: 2rem;
}

.service {
  padding: 30px;
  border: 1px solid #ccc;
}

.icon-style {
    font-size: 40px;
   color: #2A9D8F;
}

.d-block {
    display: block;
}

.jk-feature-icon {
  width: 50px;
    height: 50px;
}

.jk-feature-icon {
   stroke: #F4A261;
   fill: none;
    stroke-width: 2;
   stroke-linecap: round;
   stroke-linejoin: round;
}

.service h3 {
   font-size: 18px;
    color :#000;
   margin-bottom: 20px;
}

.service p {
   font-size: 15px;
  line-height: 1.7;
  color: #4D4D4D;
}

.section {
  padding-top: 30px;
   padding-bottom: 30px;
}

.shop {
   position: relative;
    overflow: hidden;
    margin: 15px 0px;
}

.shop .shop-img {
  position: relative;
    background-color: #E4E7ED;
    padding: 30px;
}

.shop .shop-img>img {
    width: 100%;
}

.shop .shop-body {
  position: absolute;
  left: 0;
   bottom    :      0;
  right: 0;
  padding: 30px;
  background: rgba(255,255,255,0.95);
}

.shop .shop-body h3 {
  font-size: 18px;
  margin: 0px 0px 15px;
}

.cta-btn {
    color: #F4A261;
   font-size: 12px;
   font-weight: 700;
    text-transform: uppercase;
  display: flex;
    align-items: center;
   gap: 8px;
}

.cta-btn:hover {
    color: #264653;
}

.jk-arrow-inline {
   width: 18px;
   height: 18px;
}

.jk-arrow-inline {
   stroke: #F4A261;
    fill: none;
  stroke-width: 2;
}

.cta-btn:hover .jk-arrow-inline {
    stroke: #264653;
}

.download_area {
   padding: 150px 0 100px;
}

.download_text h3 {
   font-size: 40px; 
	  font-weight: 400; 
	   color: #001D38; 
	  line-height: 1.4; 
	   margin-bottom: 80px;
}

.download_left p {
  font-size: 16px;
    font-weight: 300;
   line-height: 28px;
   color: #4D4D4D;
    margin-bottom: 20px;
}

.progress_skills {
    padding-top: 10px;
}

.single_progress {
    margin-bottom: 35px;
}

.single_progress .label {
    margin-bottom: 10px;
}

.justify-content-between {
    justify-content: space-between;
}

.single_progress .label span {
   font-size: 14px;
    color: #001D38;
   font-weight: 400;
}

.progress {
    height: 8px;
   background: #E8E8E8;
   overflow: visible;
}

.progress-bar {
    background: #2A9D8F;
    position: relative;
  transition: width 1.5s ease;
}

.text-primary {
  color: #F4A261 !important;
}

.testimony-1 h3 {
    font-size: 1.4rem;
}

.testimony-1 .vcard {
   flex: 0 0 100px;
}

.testimony-1 img {
    max-width: none !important;
  width: 100px !important;
   border-radius: 50%;
   object-fit: cover;
}

.testimony-1 blockquote {
    font-style: italic;
}

.testimonial-slider {
    display: flex;
  gap: 30px;
  overflow-x: auto;
  padding-bottom: 20px;

}

.testimony-1 {
    min-width: 350px;
   flex: 0 0 auto;
  padding: 30px;
    background: #ffffff;
    border: 1px solid #e0e0e0;
}

.mr-4 {
    margin-right: 20px;
}

.footer {
    background: #264653;
    color: #ffffff;
}

.footer_bar {
   padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.footer_logo a {
   color: #ffffff;
    font-size: 24px;
    font-weight: 600;
}

.footer_logo a span {
    color: #F4A261;
}

.footer_nav ul {
   list-style: none;
   padding: 0;
    margin: 0;
}

.footer_nav ul li a {
  color: #ffffff;
    margin-right: 25px;
}

.footer_nav ul li a:hover {
    color: #F4A261;
}

.footer_contact {
    color: #ffffff;
}

.footer_contact p {
    font-size: 14px;
   margin-bottom: 8px;
    color: #ffffff;
}

.ml-lg-auto {
  margin-left: auto;
}

.order-lg-2 {
    order: 2;
}

.order-3 {
   order: 3;
}

.order-2 {
    order: 2;
}

.flex-lg-row {
   flex-direction: row;
}

.flex-column {
       flex-direction: column;}

.align-items-lg-center {
    align-items: center;
}

.align-items-start {
   align-items: flex-start;
}

.justify-content-start {
    justify-content: flex-start;
}

.footer_extra {
   padding-top: 30px;
    padding-bottom: 30px;
}

.copyright {
  color: rgba(255,255,255,0.7);
    font-size: 14px;
}

.footer_nav_2 ul {
  list-style: none;
    padding: 0;
   margin: 0;
}

.footer_nav_2 ul li a {
  color: rgba(255,255,255,0.7);
  margin-left: 20px;
    font-size: 14px;
}

.footer_nav_2 ul li a:hover {
    color: #F4A261;
}

.order-lg-1 {
    order: 1;
}

.order-1
{
    order: 1;
}

.flex-md-row {
  flex-direction: row;
}

.align-items-md-center {
  align-items: center;
}@media (max-width: 991px) {
    .col-lg-6,
    .col-md-12,
    .col-md-6 {
        flex: 0 0 100%;
        margin-bottom: 35px;
    }

    .col-lg-4, .col-md-4 {
        flex:0 0 100%;
    }

    .offset-lg-1 {
        margin-left:0;
    }

    .banner-content h1 {
        font-size: 36px;
    }

    .banner-area .fullscreen {
        min-height: auto;
        padding: 100px 0;
    }

    .about_info_area {
        padding: 80px 0 60px;
    }

    .about_info_area .about_text h3,
    .section-title,
    .download_text h3 {
        font-size: 32px;
    }

    .download_area {
        padding: 100px 0 70px;
    }

    .download_text h3 {
        margin-bottom: 60px;
    }

    .about_info_area .about_thumb {
        margin-bottom: 30px;
    }

    .progress_skills {
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    .jk-nav-links {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #ffffff;
        flex-direction: column;
        padding: 20px;
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    }

    .jk-nav-links.active {
        display: flex;
    }

    .jk-mobile-btn {
        display: block;
    }

    .banner-content h1 {
        font-size: 28px;
    }

    .about_info_area .about_text h3,
    .section-title,
    .download_text h3 {
        font-size: 26px;
    }

    .about_info_area {
        padding: 50px 0 40px;
    }

    .about_info_area.plus_padding {
        padding-top: 30px;
    }

    .col-xs-6 {
        flex: 0 0 100%;
    }

    .testimony-1 {
        min-width: 280px;
    }

    .download_text h3 {
        font-size: 24px;
        margin-bottom: 40px;
    }

    .flex-lg-row, .flex-md-row {
        flex-direction:column;
    }

    .footer_nav ul li a {
        margin-right:0;
        margin-bottom:10px;
        display:block;
    }

    .footer_nav_2 ul li a {
        margin-left:0;
        margin-bottom:10px;
        display:block;
    }

    .ml-lg-auto {
        margin-left:0;
        margin-top:20px;
    }
}

@media (max-width: 480px) {
    .container {
        width: 95%;
    }

    .banner-content h1 {
        font-size: 24px;
    }
}.jk-platforms-catalog {
   padding: 80px 0;
  background: #F8F9FA;
}

.jk-catalog-header {
    text-align: center;
  margin-bottom: 50px;
}

.jk-catalog-header h2 {
  font-size: 38px;
   color: #001D38;
  margin-bottom: 15px;
}

.jk-catalog-subtitle {
    font-size: 17px;
  color: #4D4D4D;
}

.jk-platform-card {
   display: flex;
  background: #ffffff;
    border: 1px solid #e0e0e0;
   margin-bottom: 25px;
   padding: 25px;
    transition: all 0.3s ease;
}

.jk-platform-card:hover {
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  transform: translateY(-3px);
}

.jk-card-section {
   padding: 0 20px;
}

.jk-card-logo-area {
   flex: 0 0 180px;
    display: flex;
   flex-direction   :  column;
   align-items: center;
  justify-content: center;
   border-right: 1px solid #e8e8e8;
}

.jk-platform-logo {
  width: 120px;
  height: auto;
   margin-bottom: 12px;
}

.jk-platform-name {
    font-size: 16px;
  color: #001D38;
    text-align: center;
    margin: 0;
}

.jk-card-rating {
  flex: 0 0 140px;
    display: flex;
    flex-direction: column;
  justify-content: center;
   align-items: center;
    border-right: 1px solid #e8e8e8;
}

.jk-rating-box {
  text-align: center;
    margin-bottom: 15px;
}

.jk-rating-score {
  display: block;
    font-size: 32px;
   font-weight: 700;
  color: #F4A261;
    line-height: 1;
}

.jk-rating-label {
   font-size: 13px;
   color: #666;
}

.jk-verified-badge {
  display: flex;
    align-items: center;
    gap: 6px;
   background: #E8F5E9;
    padding: 6px 12px;
   font-size: 12px;
    color: #2E7D32;
    font-weight: 600;
}

.jk-badge-icon {
  width: 16px;
  height: 16px;
    stroke: #2E7D32;
    fill: none;
    stroke-width: 2;
}

.jk-card-bonuses {
    flex: 1;
  border-right: 1px solid #e8e8e8;
}

.jk-card-bonuses h4,
.jk-card-benefits h4 {
  font-size: 15px;
    color: #001D38;
  margin-bottom: 12px;
    font-weight: 600;
}

.jk-bonus-list,
.jk-benefits-list {
    list-style: none;
  padding: 0;
   margin: 0;
}

.jk-bonus-list li,
.jk-benefits-list li {
    font-size: 14px;
   color: #4D4D4D;
    margin-bottom: 8px;
   padding-left: 20px;
   position: relative;
}

.jk-bonus-list li:before {
  content: '•';
   position: absolute;
  left: 0;
    color: #F4A261;
   font-weight: 700;
}

.jk-benefits-list li:before {
  content: '✓';
   position: absolute;
  left: 0;
   color: #2A9D8F;
  font-weight: 700;
}

.jk-card-benefits {
   flex: 0 0 200px;
  border-right: 1px solid #e8e8e8;
}

.jk-card-action {
    flex: 0 0 160px;
   display: flex;
   align-items: center;
  justify-content  :      center;
}

.jk-get-bonus-btn {
   display: inline-block;
    padding: 14px 28px;
  background: linear-gradient(135deg, #2A9D8F 0%, #264653 100%);
   color: #fff;
  font-weight: 600;
  text-transform: uppercase;
   font-size: 13px;
  text-align: center;
   transition: all 0.3s ease;
}

.jk-get-bonus-btn:hover {
  background: linear-gradient(135deg, #F4A261 0%, #E76F51 100%);
  transform: scale(1.05);
}

.jk-partners-section {
   background: #ffffff;
  padding: 50px 0;
   border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

.jk-partners-title {
    text-align: center;
  font-size: 24px;
   color: #001D38;
   margin-bottom: 35px;
}

.jk-partners-grid {
   display: flex;
    justify-content: center;
  align-items: center;
   gap: 40px;
    flex-wrap: wrap;
}

.jk-partner-item {
    background: #F8F9FA;
   padding: 20px 30px;
   border: 2px solid #e0e0e0;
   transition: all 0.3s ease;
}

.jk-partner-item:hover {
    border-color: #F4A261;
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(244,162,97,0.3);
}

.jk-partner-item img {
   height: 50px;
    width: auto;
    display: block;
}

.jk-disclaimer-section {
    background: #FFF3E0;
   padding: 40px 0;
}

.jk-disclaimer-box {
  display: flex;
   gap: 20px;
    align-items: flex-start;
  background: #ffffff;
    padding: 30px;
  border-left: 4px solid #F4A261;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.jk-disclaimer-icon {
   width: 40px;
    height: 40px;
    flex-shrink: 0;
   stroke: #F4A261;
    fill: none;
   stroke-width: 2;
}

.jk-disclaimer-content h4 {
   font-size: 18px;
  color: #001D38;
  margin-bottom: 10px;
}

.jk-disclaimer-content p {
    font-size: 14px;
   color: #4D4D4D;
   line-height: 1.6;
   margin: 0;
}

.jk-footer-logo-img     {
  max-height: 106px;
   width: auto;
  filter: brightness(0) invert(1);
}

.jk-age-popup {
    position: fixed;
  top: 0;
  left: 0;
  right: 0;
   bottom: 0;
  z-index: 9999;
    display: flex;
  align-items: center;
    justify-content: center;
}

.jk-age-popup.hidden {
   display: none;
}

.jk-popup-overlay {
  position: absolute; 
   top: 0; 
    left: 0; 
    right: 0; 
    bottom: 0; 
  background: rgba(0,0,0,0.85);
}

.jk-popup-content {
  position: relative;
    background: #ffffff;
  padding: 50px 40px;
  max-width: 500px;
    width: 90%;
   text-align: center;
  z-index: 10000;
}

.jk-popup-icon {
    margin-bottom: 25px;
}

.jk-popup-icon-img {
    width: 60px;
  height: 60px;
  stroke: #F4A261;
    fill: none;
  stroke-width: 2;
}

.jk-popup-content h2 {
  font-size: 28px;
    color: #001D38;
  margin-bottom: 20px;
}

.jk-popup-content p {
   font-size: 16px;
    color: #4D4D4D;
  margin-bottom: 15px;
    line-height: 1.6;
}

.jk-popup-warning {
  color: #E76F51;
    font-weight: 600;
  margin-bottom: 30px;
}

.jk-popup-buttons {
    display: flex;
   justify-content :  center;
  gap: 15px;
}

.jk-popup-btn {
    padding: 15px 30px;
  font-size: 15px;
  font-weight: 600;
  border: none;
   cursor: pointer;
   text-transform: uppercase;
    transition   :    all 0.3s ease;
}

.jk-popup-confirm {
   background: #2A9D8F;
   color: #fff;
}

.jk-popup-confirm:hover {
    background: #264653;
}

.jk-popup-deny {
    background: #E0E0E0;
    color :  #666;
}

.jk-popup-deny:hover {
    background: #BDBDBD;
}@media (max-width:991px) {
    .jk-platform-card {
        flex-wrap:wrap;
    }

    .jk-card-logo-area {
        flex:0 0 100%;
        border-right:none;
        border-bottom: 1px solid #e8e8e8;
        padding-bottom:20px;
        margin-bottom: 20px;
    }

    .jk-card-rating {
        flex:0 0 50%;
        border-right:1px solid #e8e8e8;
    }

    .jk-card-bonuses,
    .jk-card-benefits {
        flex: 0 0 100%;
        border-right:none;
        border-bottom:1px solid #e8e8e8;
        padding-bottom:15px;
        margin-bottom:15px;
    }

    .jk-card-action {
        flex:0 0 50%;
    }

    .jk-partners-grid {
        gap:25px;
    }

    .jk-partner-item img {
        height:40px;
    }
}

@media (max-width:767px) {
    .jk-platforms-catalog {
        padding:50px 0;
    }

    .jk-catalog-header h2 {
        font-size:28px;
    }

    .jk-platform-card {
        padding:20px;
    }

    .jk-card-rating {
        flex:0 0 100%;
        border-right: none;
        border-bottom:1px solid #e8e8e8;
        padding-bottom:15px;
        margin-bottom:15px;
    }

    .jk-card-action {
        flex: 0 0 100%;
    }

    .jk-get-bonus-btn {
        width:100%;
    }

    .jk-partners-grid {
        gap:20px;
    }

    .jk-partner-item {
        padding:15px 20px;
    }

    .jk-disclaimer-box {
        flex-direction:column;
        padding: 20px;
    }

    .jk-popup-content {
        padding:30px 25px;
    }

    .jk-popup-buttons {
        flex-direction:column;
    }

    .jk-popup-btn {
        width:100%;
    }
}

@media (max-width:480px) {
    .jk-catalog-header h2 {
        font-size:24px;
    }

    .jk-rating-score {
        font-size:28px;
    }

    .jk-popup-content h2 {
        font-size:22px;
    }
}.jk-contact-hero {
  background: linear-gradient(135deg, #264653 0%, #2A9D8F 100%);
    padding: 80px 0;
  text-align: center;
}

.jk-contact-hero-content h1 {
  font-size: 42px;
  color: #fff;
   margin-bottom: 15px;
}

.jk-contact-hero-content p {
  font-size: 18px;
  color: rgba(255,255,255,0.9);
    max-width: 600px;
    margin: 0 auto;
}

.jk-contact-main-section {
   padding: 80px 0;
}

.jk-contact-info-box {
   background: #F8F9FA;
  padding: 40px;
  height: 100%;
}

.jk-info-item {
  display: flex;
   gap: 20px;
  margin-bottom: 35px;
     }

.jk-info-item:last-child {
   margin-bottom: 0;
}

.jk-info-icon {
   flex-shrink: 0;
   width: 50px;
   height: 50px;
  background: #ffffff;
   display: flex;
    align-items: center;
   justify-content: center;
    padding: 12px;
}

.jk-contact-svg-icon {
  width: 100%;
   height: 100%;
    stroke: #2A9D8F;
  fill: none;
   stroke-width: 2;
}

.jk-info-text h3 {
   font-size: 18px;
  color: #001D38;
  margin-bottom: 8px;
}

.jk-info-text p {
  font-size: 15px;
    color: #4D4D4D;
   margin: 0;
   line-height: 1.6;
}

.jk-contact-form-wrapper {
    background: #ffffff;
    padding: 40px;
   border: 1px solid #e0e0e0;
}

.jk-contact-form-wrapper h2 {
    font-size: 28px;
  color: #001D38;
   margin-bottom: 30px;
}

.jk-form-group {
    margin-bottom: 25px;
}

.jk-form-group label {
         display: block;
  font-size: 14px;
   color: #001D38;
   margin-bottom: 8px;
   font-weight: 500;
}

.jk-form-input,
.jk-form-textarea {
    width: 100%;
  padding: 12px 15px;
    border: 1px solid #e0e0e0;
    font-size: 15px;
    color: #4D4D4D;
   transition: all 0.3s ease;
   font-family: inherit;
}

.jk-form-input:focus,
.jk-form-textarea:focus {
   outline: none;
   border-color: #2A9D8F;
}

.jk-form-input.error,
.jk-form-textarea.error {
   border-color: #E76F51;
}

.jk-form-textarea {
  resize: vertical;
   min-height: 120px;
}

.jk-error-msg {
    display: block;
  font-size: 13px;
    color: #E76F51;
   margin-top: 5px;
  min-height: 18px;
}

.jk-submit-btn {
    background: #2A9D8F;
    color: #fff;
    border: none;
   padding: 15px 35px;
    font-size: 15px;
    font-weight: 600;
  text-transform: uppercase;
   cursor: pointer;
    transition: all 0.3s ease;
  display: flex;
   align-items: center;
  gap: 10px;
  width: 100%;
    justify-content: center;
}

.jk-submit-btn:hover {
    background: #264653;
}

.jk-btn-arrow {
    width: 18px;
   height: 18px;
  stroke: #fff;
   fill: none;
   stroke-width: 2;
}

.jk-success-popup {
  position: fixed;
  top: 0;
    left: 0;
   right: 0;
  bottom: 0;
   z-index: 9999;
   display: none;
  align-items: center;
   justify-content: center;
}

.jk-success-popup.active {
   display: flex;
}

.jk-success-popup .jk-popup-content {
   max-width: 450px;
}

.jk-success-icon {
   margin-bottom: 25px;
}

.jk-success-svg {
  width: 70px;
  height: 70px;
  stroke: #2A9D8F;
    fill: none;
  stroke-width: 2;
}@media (max-width:991px) {
    .jk-contact-hero-content h1 {
        font-size:32px;
    }

    .jk-contact-main-section {
        padding:60px 0;
    }

    .jk-contact-info-box {
        margin-bottom: 40px;
    }
}

@media (max-width:767px) {
    .jk-contact-hero {
        padding:60px 0;
    }

    .jk-contact-hero-content h1 {
        font-size:28px;
    }

    .jk-contact-info-box,
    .jk-contact-form-wrapper {
        padding:25px;
    }

    .jk-info-item {
        flex-direction:column;
        align-items:flex-start;
    }
}.jk-policy-container {
    padding: 80px 0;
  background: #ffffff;
}

.jk-policy-content {
    max-width: 900px;
   margin: 0 auto;
}

.jk-policy-content h1 {
  font-size: 38px;
    color: #001D38;
    margin-bottom: 15px;
   line-height: 1.3;
}

.jk-policy-intro {
  font-size: 16px;
  color: #666;
   margin-bottom: 40px;
  font-style: italic;
}

.jk-policy-section {
  margin-bottom: 45px;
}

.jk-policy-section h2 {
  font-size: 26px;
   color: #2A9D8F;
   margin-bottom: 20px;
   padding-bottom: 10px;
    border-bottom: 2px solid #F4A261;
}

.jk-policy-section p {
   font-size: 16px;
  line-height: 1.8;
   color: #4D4D4D;
   margin-bottom: 18px;
}

.jk-policy-section p:last-child {
    margin-bottom: 0;
}@media (max-width:767px) {
    .jk-policy-container {
        padding:50px 0;
    }

    .jk-policy-content h1 {
        font-size:28px;
    }

    .jk-policy-section h2 {
        font-size:22px;
    }

    .jk-policy-section p {
        font-size:15px;
    }
}

html {
    overflow-x: hidden;
}