* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Noto Sans', Arial, sans-serif;
    line-height: 1.6;
    color: #000000;
}

.container-fluid {
  max-width: 1600px;
    margin: 0 auto;
    padding: 0 20px;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding: 0 15px;
}

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
  padding: 0 15px;
}

.col-md-6 {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 15px;
}

.col-sm-6 {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
}

.col-md-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding: 0 15px;
}

.col-xl-3 {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 15px;
}

.site-header {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 60px 0;
  z-index: 2;
}

.menu-open .site-header {
  position: fixed;
}

.site-logo img {
  max-height: 45px;
  width: auto;
}

.site-navbar {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  min-height: 300px;
  overflow-y: scroll;
}

.site-navbar nav {
  text-align: left;
}

.site-navbar nav .menu {
  font-family: 'Noto Sans', Arial, sans-serif;
    list-style: none;
}

.site-navbar nav .menu li a {
  color: #000000;
  font-size: 40px;
  padding: 5px 10px;
  position: relative;
    text-decoration: none;
    display: block;
}

.site-navbar nav .menu li a:before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 50%;
  width: 0%;
  z-index: -1;
  background: #13b629;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.site-navbar nav .menu li a:hover:before {
  width: 100%;
}

.site-navbar nav .menu li.active a:before {
  width: 100%;
}

.full-height {
  height: 100vh;
  min-height: 700px;
}

.align-items-center {
    align-items: center;
}

.text-center {
    text-align: center;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.list-unstyled {
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu-open .site-menu-toggle span {
  background: #000000;
}

.site-menu-toggle {
  float: right;
  width: 40px;
  height: 45px;
  position: relative;
  margin: 0px auto;
  z-index: 200;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

.site-menu-toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.site-menu-toggle span:nth-child(1) {
  top: 0px;
}

.site-menu-toggle span:nth-child(2) {
  top: 10px;
}

.site-menu-toggle span:nth-child(3) {
  top: 20px;
}

.site-menu-toggle.open span:nth-child(1) {
  top: 13px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.site-menu-toggle.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.site-menu-toggle.open span:nth-child(3) {
  top: 13px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.hero-wrap {
  width: 100%;
  height: 100%;
  position: inherit;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative; 
}

@media (max-width: 1199.98px) {
  .hero-wrap {
    background-position: center center !important; 
  } 
}

.hero-static {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 720px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.hero-wrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  opacity: .8;
  background: #0c1821; 
}

.hero-wrap .slider-text h1 {
  color: #fff;
  line-height: 1.25;
  font-family: 'Noto Sans', Arial, sans-serif; 
}

@media (max-width: 991.98px) {
  .hero-wrap .slider-text h1 {
    font-size: 42px; 
  } 
}

.hero-wrap .slider-text h1 span {
  color: #13b629; 
}

.hero-wrap .slider-text .subheading {
  font-size: 16px;
  color: #13b629;
  text-transform: uppercase;
  font-family: 'Noto Sans', Arial, sans-serif;
  font-weight: 750;
  letter-spacing: 2.2px; 
}

.hero-static .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background: #0c1821;
  opacity: .22;
  width: 100%;
  padding: 0;
  z-index: 0; 
}

@media (max-width: 1199.98px) {
  .hero-static {
    background-position: center center !important; 
  } 
}

.hero-static .slider-text {
  height: 720px;
  position: relative; 
}

.hero-static .slider-text .text {
  z-index: 0;
  color: rgba(255, 255, 255, 0.88); 
}

.hero-static .slider-text h1 {
  font-size: 42px;
  font-weight: 750;
  color: #fff;
  line-height: 1.1;
  text-shadow: 0px 4px 27px rgba(12, 24, 33, 0.12); 
}

@media (max-width: 991.98px) {
  .hero-static .slider-text h1 {
    font-size: 42px;
    letter-spacing: 3.2px; 
  } 
}

.hero-static .slider-text h2 {
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 2.2px;
  font-family: 'Noto Sans', Arial, sans-serif;
  font-weight: 650;
  color: #13b629;
  display: inline-block;
  position: relative;
  letter-spacing: 4.2px; 
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters > .col-md-6 {
    padding-right: 0;
    padding-left: 0;
}

.justify-content-start {
    justify-content: flex-start;
}

.mb-4 {
    margin-bottom: 1.5rem;
}

.text {
    padding: 40px 0;
}

.text p {
    font-size: 18px;
    margin-bottom: 20px;
}

.btn {
  padding: 14px 18px;
  cursor: pointer;
  border-radius: 5px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-weight: 650; 
    text-decoration: none;
    display: inline-block;
}

.btn:hover, .btn:active, .btn:focus {
  outline: none; 
}

.btn.btn-primary {
  background: #13b629;
  border: 1px solid #13b629;
  color: #fff; 
}

.btn.btn-primary:hover {
  border: 1px solid #13b629;
  background: transparent;
  color: #13b629; 
}

.broker-selection-area {
    padding: 80px 0;
    background: #324a5f;
}

.section-header {
    text-align: center;
    margin-bottom: 70px;
}

.section-header h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #ffffff;
}

.section-header p {
    font-size: 20px;
    color: #ffffff;
    max-width: 700px;
    margin: 0 auto;
    opacity: 0.9;
    line-height: 1.7;
}

.country-cards-grid {
    display: flex;
    gap: 60px;
    justify-content: center;
    max-width: 1500px;
    margin: 0 auto;
}

.country-card {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    border-radius: 6px;
    padding: 60px 40px;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    transition: all 0.4s ease;
    width: 500px;
    height: 350px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 6px;
    z-index: 1;
}

.card-inner {
    position: relative;
    z-index: 2;
    width: 100%;
}

.country-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(19,182,41,0.25);
}

.country-card:hover .bg-overlay {
    background: rgba(19, 182, 41, 0.4);
}

.country-flag {
    margin-bottom: 35px;
}

.country-flag img {
    width: 55px;
    height: 38px;
    object-fit: cover;
    border-radius: 4px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.5);
}

.country-title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #ffffff;
    text-shadow: 0 3px 6px rgba(0,0,0,0.8);
}

.update-info {
    font-size: 22px;
    color: #ffffff;
    margin-bottom: 40px;
    opacity: 0.95;
    font-weight: 500;
}

.action-area {
    margin-top: 30px;
}

.cta-button {
    background: #13b629;
    border: none;
    color: #ffffff;
    padding: 12px 24px;
    font-size: 16px;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-weight: 600;
    box-shadow: 0 3px 12px rgba(19,182,41,0.4);
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
}

.cta-button:hover {
    background: #ffffff;
    color: #13b629;
    box-shadow: 0 5px 18px rgba(255,255,255,0.3);
    transform: translateY(-2px);
}

.footer-area {
    position: relative;
    z-index: 1;
    background-color: #1b2a41;
}

.single-footer-widget {
    position: relative;
    z-index: 1;
}

.footer-logo {
    display: block;
    margin-bottom: 32px;
}

.footer-logo img {
    max-width: 180px;
    height: auto;
}

.single-footer-widget p {
    color: #fff;
    margin-bottom: 15px;
    opacity: 0.8;
}

.widget-title {
    font-size: 19px;
    font-weight: 620;
    margin-bottom: 32px;
    color: #fff;
}

.footer-widget-content a {
    color: #fff;
    text-decoration: none;
    display: block;
    margin-bottom: 8px;
    opacity: 0.8;
}

.footer-widget-content a:hover {
    color: #13b629;
    opacity: 1;
}

.social-info {
    margin-top: 20px;
}

.social-info a {
    display: inline-block;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    color: #ffffff;
    margin-right: 6px;
    background-color: #324a5f;
    font-size: 15px;
    text-decoration: none;
}

.social-info a.facebook {
    background-color: #324a5f;
}

.social-info a.twitter {
    background-color: #324a5f;
}

.social-info a:hover {
    background-color: #13b629;
}

.contact-info p {
    margin-bottom: 11px;
    color: #fff;
    opacity: 0.8;
}

.contact-info p:last-child {
    margin-bottom: 0;
}

.contact-info a {
    color: #fff;
    text-decoration: none;
    opacity: 0.8;
}

.contact-info a:hover {
    color: #13b629;
    opacity: 1;
}

.copywrite-text p {
    margin-bottom: 0;
    font-size: 15px;
    color: #fff;
    opacity: 0.6;
}

.copywrite-text p a {
    color: #fff;
    opacity: 0.6;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-30 {
    margin-bottom: 30px;
}

.section-padding-80-0 {
    padding: 80px 0 0;
}

.justify-content-between {
    justify-content: space-between;
}

@media (max-width: 991.98px) {
    .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 40px;
    }
    
    .country-cards-grid {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }
    
    .country-card {
        width: 90%;
        max-width: 450px;
        height: 320px;
    }
    
    .country-title {
        font-size: 32px;
    }
    
    .section-header h2 {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .col-sm-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .site-header {
        padding: 30px 0;
    }
    
    .site-logo img {
        max-height: 35px;
    }
    
    .hero-static {
        height: 600px;
    }
    
    .hero-static .slider-text {
        height: 600px;
    }
    
    .hero-static .slider-text h1 {
        font-size: 32px;
    }
    
    .section-header h2 {
        font-size: 28px;
    }
}

@media (max-width: 480px) {
    .container, .container-fluid {
        padding: 0 15px;
    }
    
    .col-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    .col-8 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    .text {
        padding: 20px 0;
    }
    
    .text p {
        font-size: 16px;
    }
    
    .section-header p {
        font-size: 16px;
    }
}




.selection-criteria-area {
    padding: 80px 0;
    background: #1b2a41;
}

.section-title-underline {
    color: #ffffff;
    font-size: 36px;
    font-weight: 700;
}

.section-title-underline span {
    display: inline-block;
    border-bottom: 4px solid #13b629;
    padding-bottom: 8px;
}

.selection-criteria-area p {
    color: #ffffff;
    opacity: 0.9;
    font-size: 18px;
    line-height: 1.7;
}

.criteria-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    max-width: 1100px;
    margin: 0 auto;
}

.criteria-item {
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    overflow: hidden;
    background: #ffffff;
    transition: all 0.4s ease;
    position: relative;
}

.criteria-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px 0 rgba(19, 182, 41, 0.2);
}

.criteria-item figure {
    position: relative;
    margin: 0;
}

.criteria-thumb {
    position: relative;
    background: linear-gradient(135deg, #324a5f 0%, #1b2a41 100%);
    padding: 50px 30px 20px;
    text-align: center;
}

.main-icon {
    margin-bottom: 20px;
}

.main-icon i {
    font-size: 64px;
    color: #13b629;
    text-shadow: 0 2px 10px rgba(19, 182, 41, 0.3);
}

.criteria-item .category {
    background: #13b629;
    padding: 15px 20px;
    border-radius: 0 0 12px 12px;
}

.criteria-item .category h3 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.criteria-content {
    padding: 30px 25px;
    text-align: center;
}

.content-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 20px;
}

.content-header i {
    font-size: 24px;
    color: #13b629;
}

.criteria-content h2 {
    margin: 0;
    font-size: 22px;
    color: #000000;
    line-height: 1.4;
    font-weight: 600;
}

.criteria-content .desc {
    font-size: 15px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 25px;
}

.check-points {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.check-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 14px;
    color: #13b629;
    font-weight: 500;
}

.check-item i {
    font-size: 16px;
    color: #13b629;
}

@media (max-width: 991.98px) {
    .criteria-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .criteria-thumb {
        padding: 40px 25px 15px;
    }
    
    .main-icon i {
        font-size: 56px;
    }
    
    .criteria-content {
        padding: 25px 20px;
    }
    
    .section-title-underline {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .criteria-thumb {
        padding: 35px 20px 15px;
    }
    
    .main-icon i {
        font-size: 48px;
    }
    
    .content-header {
        flex-direction: column;
        gap: 8px;
    }
}


.contact-form-area {
    padding: 60px 0;
    background: #324a5f;
}

.contact-form-container {
    max-width: 500px;
    margin: 0 auto;
}

.contact-form-wrapper {
    background: #ffffff;
    border-radius: 6px;
    padding: 30px 25px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.form-header {
    text-align: center;
    margin-bottom: 25px;
}

.form-header h2 {
    color: #000000;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 12px;
}

.section-title-underline span {
    display: inline-block;
    border-bottom: 3px solid #13b629;
    padding-bottom: 6px;
}

.form-header p {
    color: #666;
    font-size: 15px;
    line-height: 1.5;
    margin: 0;
}

.contact-form {
    margin-top: 25px;
}

.form-group {
    position: relative;
    margin-bottom: 20px;
}

.form-group:last-of-type {
    margin-bottom: 25px;
}

.form-label {
    display: block;
    font-weight: 600;
    color: #000000;
    margin-bottom: 6px;
    font-size: 14px;
}

.input-wrapper,
.textarea-wrapper {
    position: relative;
}

.input-icon {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #13b629;
    z-index: 2;
}

.textarea-wrapper .input-icon {
    top: 15px;
    transform: none;
}

.form-control {
    width: 100%;
    padding: 12px 12px 12px 40px;
    border: 2px solid #e9ecef;
    border-radius: 4px;
    font-size: 14px;
    color: #000000;
    background: #fff;
    transition: all 0.3s ease;
    font-family: 'Noto Sans', Arial, sans-serif;
    box-sizing: border-box;
}

.form-control:focus {
    outline: none;
    border-color: #13b629;
    box-shadow: 0 0 0 2px rgba(19, 182, 41, 0.1);
}

.form-control::placeholder {
    color: #aaa;
    font-size: 13px;
}

textarea.form-control {
    resize: vertical;
    min-height: 100px;
}

.form-submit {
    text-align: center;
}

.btn-submit {
    background: #13b629;
    border: none;
    color: #ffffff;
    padding: 12px 30px;
    font-size: 15px;
    border-radius: 4px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.btn-submit:hover {
    background: #0fa025;
    transform: translateY(-1px);
    box-shadow: 0 3px 10px rgba(19, 182, 41, 0.3);
}

.btn-submit i {
    font-size: 14px;
}

/* Popup Styles */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
}

.popup-overlay.show {
    display: flex;
}

.popup-content {
    background: #ffffff;
    border-radius: 6px;
    padding: 30px 25px;
    max-width: 380px;
    width: 90%;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    transform: scale(0.9);
    transition: all 0.3s ease;
}

.popup-overlay.show .popup-content {
    transform: scale(1);
}

.popup-header {
    margin-bottom: 20px;
}

.success-icon {
    font-size: 48px;
    color: #13b629;
    margin-bottom: 12px;
    display: block;
}

.popup-header h3 {
    font-size: 22px;
    color: #000000;
    font-weight: 700;
    margin: 0;
}

.popup-body p {
    font-size: 15px;
    color: #666;
    line-height: 1.5;
    margin-bottom: 20px;
}

.popup-footer {
    margin-top: 20px;
}

.btn-popup-close {
    background: #13b629;
    border: none;
    color: #ffffff;
    padding: 10px 25px;
    font-size: 14px;
    border-radius: 4px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-popup-close:hover {
    background: #0fa025;
}

@media (max-width: 767px) {
    .contact-form-wrapper {
        padding: 25px 20px;
        margin: 0 15px;
    }
    
    .form-header h2 {
        font-size: 24px;
    }
    
    .form-header p {
        font-size: 14px;
    }
    
    .form-control {
        padding: 10px 10px 10px 35px;
        font-size: 14px;
    }
    
    .input-icon {
        left: 10px;
        font-size: 15px;
    }
    
    .textarea-wrapper .input-icon {
        top: 12px;
    }
    
    .btn-submit {
        padding: 10px 25px;
        font-size: 14px;
    }
    
    .popup-content {
        padding: 25px 20px;
        max-width: 320px;
    }
    
    .success-icon {
        font-size: 42px;
    }
    
    .popup-header h3 {
        font-size: 20px;
    }
    
    .popup-body p {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .contact-form-wrapper {
        padding: 20px 15px;
    }
    
    .form-header h2 {
        font-size: 22px;
    }
    
    textarea.form-control {
        min-height: 80px;
    }
    
    .contact-form-container {
        max-width: 100%;
    }
}


.broker-tips-area {
    padding: 80px 0;
    background: linear-gradient(135deg, #0c1821 0%, #1b2a41 100%);
    position: relative;
    overflow: hidden;
}

.broker-tips-area::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.03)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    z-index: 1;
}

.tips-wrapper {
    display: flex;
    align-items: center;
    gap: 60px;
    position: relative;
    z-index: 2;
}

.tips-content {
    flex: 1;
    max-width: 600px;
}

.tips-header {
    margin-bottom: 40px;
}

.tips-header h2 {
    color: #ffffff;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
}

.section-title-underline span {
    display: inline-block;
    border-bottom: 4px solid #13b629;
    padding-bottom: 8px;
}

.tips-intro {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.6;
    opacity: 0.9;
    margin: 0;
}

.tips-list {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.tip-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    background: rgba(255, 255, 255, 0.05);
    padding: 25px;
    border-radius: 6px;
    border-left: 4px solid #13b629;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.tip-item:hover {
    background: rgba(255, 255, 255, 0.08);
    transform: translateX(5px);
}

.tip-number {
    font-size: 32px;
    font-weight: 700;
    color: #13b629;
    min-width: 50px;
    line-height: 1;
    text-shadow: 0 2px 10px rgba(19, 182, 41, 0.3);
}

.tip-content {
    flex: 1;
}

.tip-icon {
    margin-bottom: 12px;
}

.tip-icon i {
    font-size: 28px;
    color: #13b629;
}

.tip-item h3 {
    color: #ffffff;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.3;
}

.tip-item p {
    color: #ffffff;
    font-size: 15px;
    line-height: 1.6;
    opacity: 0.85;
    margin: 0;
}

.tips-visual {
    flex: 1;
    max-width: 500px;
    position: relative;
}

.image-wrapper {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.tips-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 6px;
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(19, 182, 41, 0.2) 0%, rgba(50, 74, 95, 0.3) 100%);
    border-radius: 6px;
}

.floating-elements {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.floating-icon {
    position: absolute;
    width: 60px;
    height: 60px;
    background: rgba(19, 182, 41, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 20px rgba(19, 182, 41, 0.4);
    animation: floatUpDown 3s ease-in-out infinite;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.floating-icon i {
    font-size: 24px;
    color: #ffffff;
}

.icon-1 {
    top: 15%;
    right: 15%;
    animation-delay: 0s;
}

.icon-2 {
    top: 45%;
    right: 5%;
    animation-delay: 1s;
}

.icon-3 {
    bottom: 15%;
    right: 25%;
    animation-delay: 2s;
}

@keyframes floatUpDown {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-15px); }
}

/* Responsive Design */
@media (max-width: 991.98px) {
    .tips-wrapper {
        flex-direction: column;
        gap: 40px;
    }
    
    .tips-content {
        order: 2;
    }
    
    .tips-visual {
        order: 1;
        max-width: 100%;
    }
    
    .tips-header h2 {
        font-size: 32px;
    }
    
    .tip-item {
        padding: 20px;
    }
    
    .tip-number {
        font-size: 28px;
    }
    
    .tip-item h3 {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .broker-tips-area {
        padding: 60px 0;
    }
    
    .tips-wrapper {
        gap: 30px;
    }
    
    .tips-header h2 {
        font-size: 28px;
    }
    
    .tips-intro {
        font-size: 16px;
    }
    
    .tip-item {
        flex-direction: column;
        text-align: center;
        gap: 15px;
        padding: 20px 15px;
    }
    
    .tip-number {
        font-size: 24px;
        min-width: auto;
    }
    
    .tip-icon i {
        font-size: 24px;
    }
    
    .tip-item h3 {
        font-size: 18px;
    }
    
    .tip-item p {
        font-size: 14px;
    }
    
    .floating-icon {
        width: 50px;
        height: 50px;
    }
    
    .floating-icon i {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .tips-content {
        padding: 0 10px;
    }
    
    .tip-item {
        padding: 15px 10px;
    }
    
    .tips-visual {
        margin: 0 10px;
    }
}