h1 {
    font-size: 24px;
    font-weight: 700;
    line-height: 2rem;
    font-family: 'Roboto', sans-serif;
}

h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 2rem;
    font-family: 'Roboto', sans-serif;
}

h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 2rem;
    font-family: 'Roboto', sans-serif;
}

h5 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5rem;
    font-family: 'Roboto', sans-serif;
}

p {
    font-size: 16px;
    line-height: 2rem;
    font-family: 'Roboto', sans-serif;
}

ul>li {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5rem;
    font-family: 'Roboto', sans-serif;
}

.text-green {
    color: #00783c;

}

.greencolor {
    color: #00783c !important;
}

.feature-list>li {
    font-size: 16px;
    line-height: 1.5rem;
    margin-bottom: 10px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}

.feature-list>li i {
    font-size: 24px;
    margin-right: 10px;
    color: #00783c;
}

.text-justify {
    text-align: justify;
    font-family: 'Roboto', sans-serif;
}

.font-roboto {
    font-family: 'Roboto', sans-serif;
}

.bg-white {
    background-color: #ffffff;
}

.product-card {
min-width:350px;max-width:350px;flex:0 0 350px;
}

.growth-card-modern {
    background: #fff;
    border-radius: 16px;
    border: 1.5px solid #e0e0e0;
    box-shadow: 0 2px 12px rgba(56, 180, 74, 0.07);
    transition: box-shadow 0.18s, border-color 0.18s, transform 0.18s;
    min-height: 340px;
}

.growth-card-modern:hover {
    box-shadow: 0 8px 28px rgba(56, 180, 74, 0.13);
    border-color: #38b44a;
    transform: translateY(-4px) scale(1.03);
}

.growth-icon-modern {
    width: 64px;
    height: 64px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(56, 180, 74, 0.08);
    border: 1.5px solid #e0e0e0;
    margin-bottom: 0.5rem;
}

.growth-title-modern {
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.5px;
}

.growth-desc-modern {
    font-size: 1rem;
    color: #555;
    margin-bottom: 0.5rem;
    font-family: 'Roboto', sans-serif;
}

.growth-cta-modern {
    font-family: 'Roboto', sans-serif;
    background: #f8fdfa;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(56, 180, 74, 0.07);
    border: 1px solid #e0e0e0;
    margin-top: 1rem;
}

@media (max-width: 991px) {
    .growth-card-modern {
        min-height: 280px;
        padding: 18px 10px;
    }

    .growth-title-modern {
        font-size: 1rem;
    }

    .growth-desc-modern {
        font-size: 0.95rem;
    }
}

@media (max-width: 575px) {
    .growth-card-modern {
        min-height: 220px;
        padding: 14px 6px;
    }

    .growth-title-modern {
        font-size: 0.98rem;
    }

    .growth-desc-modern {
        font-size: 0.92rem;
    }

    .growth-icon-modern {
        width: 48px;
        height: 48px;
    }
}

.growth-icon-modern {
    background: #fff;
    width: 64px;
    height: 64px;
}

.growth-title-modern {
    color: #00783c;
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
}

.growth-icon-modern>i {
    font-size: 2rem;
    color: #38b44a;
}


/* Request a demo button */
.request-demo-btn {
    display: inline-flex;
    align-items: center;
    background: linear-gradient(90deg, #11998e 0%, #38b44a 100%);
    color: #fff !important;
    font-weight: 700;
    font-size: 16px;
    padding: 10px 22px;
    border-radius: 28px;
    box-shadow: 0 2px 8px rgba(56, 180, 74, 0.12);
    transition: background 0.3s, transform 0.2s, box-shadow 0.2s;
    letter-spacing: 0.5px;
    border: none;
    outline: none;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    font-family: 'Roboto', sans-serif;
}

.request-demo-btn .fa-play-circle {
    font-size: 1em;
    margin-right: 8px;
    color: #fff;
    transition: color 0.2s;
}

.request-demo-btn:hover,
.request-demo-btn:focus {
    background: linear-gradient(90deg, #38b44a 0%, #11998e 100%);
    color: #fff !important;
    transform: translateY(-1px) scale(1.03);
    box-shadow: 0 4px 12px rgba(56, 180, 74, 0.18);
    text-decoration: none;
}

.request-demo-btn:active {
    transform: scale(0.97);
}

@media (max-width: 575px) {
    .request-demo-btn {
        font-size: 14px;
        padding: 8px 14px;
    }
}

/* Home page continent */
.continent-card-list-modern {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif;
}

.continent-card-modern {
    flex: 1 1 260px;
    max-width: 310px;
    min-width: 250px;
    display: flex;
    justify-content: center;
    align-items: stretch;
}

.card-modern-link {
    width: 100%;
    text-decoration: none;
    display: block;
}

.card-modern {
    background: linear-gradient(135deg, #ffffff 0%, #f8fdfa 100%);
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    padding: 20px;
    transition: all 0.3s ease;
    position: relative;
    min-height: 100px;
    cursor: pointer;
}

.card-modern:hover {
    box-shadow: 0 6px 20px rgba(56, 180, 74, 0.15);
    border-color: rgba(56, 180, 74, 0.3);
    transform: translateY(-4px);
}

.card-modern-icon {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    background: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 18px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    border: 1px solid #f0f0f0;
    overflow: hidden;
}

.card-modern-icon img {
    width: 44px;
    height: 30px;
    object-fit: cover;
}

.card-modern-body {
    flex: 1;
}

.card-modern-body h5 {
    font-size: 16px;
    font-weight: 700;
    color: #00783c;
    margin-bottom: 4px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
}

.card-modern-body p {
    font-size: 16px;
    color: #555;
    margin-bottom: 0;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    line-height: 1.4;
}

.card-modern-arrow {
    margin-left: auto;
    color: #38b44a;
    font-size: 18px;
    transition: all 0.3s ease;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-modern:hover .card-modern-arrow {
    color: #00783c;
    transform: translateX(3px);
}

@media (max-width: 991px) {
    .continent-card-list-modern {
        gap: 16px;
    }

    .continent-card-modern {
        max-width: 100%;
        min-width: 100%;
    }
}

@media (max-width: 575px) {
    .card-modern {
        padding: 16px 14px;
        min-height: 85px;
    }

    .card-modern-icon {
        width: 42px;
        height: 42px;
        margin-right: 12px;
    }

    .card-modern-body h5 {
        font-size: 16px;
        margin-bottom: 2px;
    }

    .card-modern-body p {
        font-size: 16px;
    }
}

/* Enhanced Business Growth Section Styling */
.business-growth-section {
    background: linear-gradient(135deg, #ffffff 0%, #f8fdfa 100%);
    padding: 70px 0;
    position: relative;
}

.section-description {
    max-width: 900px;
    margin: 0 auto 30px;
}

.section-description p {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: #444;
    margin-bottom: 15px;
}

.business-benefits-container {
    margin-top: 30px;
}

.business-benefit-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    padding: 25px;
    height: 100%;
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.06);
    position: relative;
    overflow: hidden;
}

.business-benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(56, 180, 74, 0.1);
    border-color: rgba(0, 120, 60, 0.2);
}

.business-benefit-card:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(to bottom, #00783c, #38b44a);
    opacity: 0.8;
}

.benefit-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    padding-left: 10px;
}

.benefit-icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    background: linear-gradient(135deg, #00783c 0%, #38b44a 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    box-shadow: 0 4px 10px rgba(56, 180, 74, 0.2);
}

.benefit-icon i {
    font-size: 22px;
    color: #fff;
}

.benefit-title {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin: 0;
    line-height: 1.4;
}

.benefit-content {
    padding-left: 10px;
}

.benefit-content p {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .business-growth-section {
        padding: 60px 0;
    }

    .business-benefit-card {
        padding: 20px;
    }

    .benefit-icon {
        width: 45px;
        height: 45px;
        min-width: 45px;
    }

    .benefit-title {
        font-size: 16px;
    }

    .benefit-content p {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .business-growth-section {
        padding: 50px 0;
    }

    .section-description p {
        font-size: 16px;
        line-height: 1.6;
    }
}

.benefits>ul>li {
    font-size: 16px !important;
    font-weight: 400;
    line-height: 1.5rem !important;
    font-family: 'Roboto', sans-serif;
    list-style: none;
    padding-left: 0;
}

.benefits>ul>li {
    position: relative;
    margin-left: 0;
    margin-bottom: 10px;
    padding-left: 28px;
}

.benefits>ul>li:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #28a745;
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 18px;
}

.mirror-block h4 {
    font-size: 14px;
    margin-bottom: 10px;
    width: 90%;
}

.float-left {
    float: left !important;
}

.angle-right {
    margin-top: 3px;
    margin-right: 5px;
}

.lefttitle {
    font-size: 22px !important;
    line-height: 1.5em !important;
    font-weight: bold !important;
    padding-bottom: 0px !important;
    font-family: 'Roboto', sans-serif !important;
}


.image-container {
    display: flex;
    justify-content: center;
    /* horizontally center */
    align-items: center;
    /* vertically center */
    height: 400px;
    /* or any fixed height */
    /* border: 2px solid #0c7f0f; */
    background-color: #fff;
    border-radius: 12px;
    /* smooth rounded corners */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    /* soft, minimal shadow */
    padding: 16px;

    /* just for visibility */
}

.image-container img {
    max-width: 100%;
    height: auto;
}


.checks {
    list-style: none;
    padding-left: 0;
}

.checks>li {
    font-size: 16px;
    position: relative;
    margin-left: 0;
    margin-bottom: 10px;
    padding-left: 28px;
    font-family: 'Roboto', sans-serif;
}

.checks>li:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #28a745;
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 18px;
}

.lst-practice {
    margin: auto;
    position: absolute;
    left: 50%;
    width: 70%;
    transform: translateX(-50%);
}

.lst-practice li {
    display: inline-block;
    width: 18.7%;
    margin-right: 10px;
}

@media only screen and (max-width: 1140px) {
    .lst-practice {
        position: relative;
        width: 100%;
    }

    .lst-practice li {
        width: 46.7%;
    }
}


.home-blog-slider-section {
    background: #f8fdfa;
}

.home-blog-slider-wrapper {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
}

.home-blog-slider {
    display: flex;
    transition: transform 0.4s cubic-bezier(.4, 0, .2, 1);
    will-change: transform;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-bottom: 10px;
}

.home-blog-slider::-webkit-scrollbar {
    display: none;
}

.home-blogs-card {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #e0e0e0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    margin: 0 8px;
    min-width: 270px;
    max-width: 270px;
    flex: 0 0 270px;
    transition: box-shadow 0.2s;
}

.home-blogs-card:hover {
    box-shadow: 0 6px 20px rgba(56, 180, 74, 0.15);
    border-color: #38b44a;
}

.home-blogs-card img {
    border-radius: 10px 10px 0 0;
    height: 150px;
    object-fit: cover;
}

@media (max-width: 991px) {

    .home-blogs-card,
    .home-blog-slider>.home-blogs-card {
        min-width: 220px;
        max-width: 220px;
        flex: 0 0 220px;
    }
}

@media (max-width: 575px) {

    .home-blogs-card,
    .home-blog-slider>.home-blogs-card {
        min-width: 85vw;
        max-width: 85vw;
        flex: 0 0 85vw;
    }

    .home-blog-slider-prev,
    .home-blog-slider-next {
        display: none !important;
    }
}


.list-inline-cls>ul>li {
    display: inline-block;
    padding: 16px !important;
    margin-right: 4px !important;
    font-size: 16px !important;
    border: 1px solid #0c7f0f !important;
    border-radius: 12px !important;
    /* smooth rounded corners */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important;
    /* soft, minimal shadow */
    line-height: 1em !important;
    margin-bottom: 8px;
}



.country-card-ui {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 12px 10px 12px 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 54px;
    margin-bottom: 0;
    box-shadow: 0 1px 6px rgba(56, 180, 74, 0.06);
    transition: box-shadow 0.18s, border-color 0.18s;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #222;
    gap: 10px;
}

.country-card-ui:hover {
    border-color: #38b44a;
    box-shadow: 0 4px 16px rgba(56, 180, 74, 0.13);
    color: #00783c;
    background: #f8fdfa;
}

.country-card-ui .rounded-flag {
    width: 32px !important;
    height: 32px !important;
    border-radius: 50%;
    border: 1.5px solid #e0e0e0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.07);
    object-fit: cover;
    background: #fff;
    margin-right: 10px;
}

.country-card-ui .country-name {
    flex: 1;
    font-size: 15px;
    font-weight: 500;
    color: #222;
    letter-spacing: 0.1px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 991px) {
    .country-card-ui {
        font-size: 14px;
        padding: 10px 8px;
        min-height: 46px;
    }

    .country-card-ui .rounded-flag {
        width: 28px !important;
        height: 28px !important;
        margin-right: 8px;
    }
}

@media (max-width: 575px) {
    .country-card-ui {
        font-size: 13px;
        padding: 8px 6px;
        min-height: 40px;
    }

    .country-card-ui .rounded-flag {
        width: 22px !important;
        height: 22px !important;
        margin-right: 6px;
    }

    .country-card-ui .country-name {
        font-size: 14px;
    }
}

.image-container img {
    max-width: 100% !important;
    max-height: 100% !important;
}

@media only screen and (max-width: 599px) {
  .text-mobile-center {
	text-align: center !important;
  }
  .practice-section {
	padding: 10px 0 !important;
  } 
  .counter-container {
	padding : 20px 0 !important;
  }
  .nav-tabs > li {
  	width: 48% !important
  }
  .explore-countries-btn {
	font-size:14px !important;
	padding: 10px 18px !important;
	
  }
  .product-card {
  	min-width: 280px;
	max-width:280px !important;
  }
}


  .faq-section .card-header {
                background: linear-gradient(90deg, #00783c 0%, #00ca6f 100%);
                border-bottom: 1px solid #05683cff;
                border-radius: 4px 4px 0 0;
                padding: 0.85rem 1  rem;
                font-size: 16px;
                font-weight: 700;
                color: #fff;
            }
            .faq-section .btn-link {
                font-weight: 500;
                text-decoration: none;
                color: #fff;
            }
            .faq-section .card-body {
                background: #eee;
                border-radius: 0 0 4px 4px;
                font-size: 14px;
            }
            .faq-section .card {
                box-shadow: 0 2px 8px rgba(0,0,0,0.04);
                margin-bottom: 1rem;
            }
            .faq-section .fa-chevron-down {
                transition: transform 0.3s;
            }
            .faq-section .btn-link[aria-expanded="true"] .fa-chevron-down {
                transform: rotate(180deg);
            }