/*==================================================
Laptop
==================================================*/

@media (max-width: 1200px) {

    .desktop-menu {

        gap: 22px;

    }

    .desktop-menu > li > a {

        font-size: 14px;

    }

    .btn-primary-custom {

        padding: 0 24px;

    }

}


/*==================================================
Tablet
==================================================*/

@media (max-width: 992px) {

    .top-bar {

        display: none;

    }

   

    .desktop-menu,
    .navbar-right {

        display: none;

    }

    .mobile-toggle {

        display: block;

    }

    .site-logo img{

        height:60px;

    }

    .navbar-wrapper{

        min-height:84px;

    }

}


/*==================================================
Mobile
==================================================*/

@media (max-width: 768px) {

    .navbar-wrapper {

        min-height: 74px;

    }

    .site-logo img {

        height: 44px;

    }

}


/*==================================================
Small Mobile
==================================================*/

@media (max-width: 576px) {

    .container {

        padding-left: 16px;

        padding-right: 16px;

    }

    .navbar-wrapper {

        min-height: 70px;

    }

    .site-logo img {

        height: 40px;

    }

}


/*==================================================
Off Canvas Mobile Menu
==================================================*/

@media (max-width: 992px) {

    .mobile-overlay {

        position: fixed;

        inset: 0;

        background: rgba(15, 23, 42, .55);

        backdrop-filter: blur(3px);

        opacity: 0;

        visibility: hidden;

        transition: .35s;

        display: block;

        z-index: 9998;

    }

    .mobile-overlay.active {

        opacity: 1;

        visibility: visible;

    }

    .mobile-menu {

        position: fixed;

        top: 0;

        right: -100%;

        width: 320px;

        max-width: 90%;

        height: 100vh;

        background: #fff;

        display: flex;

        flex-direction: column;

        transition: .35s;

        z-index: 9999;

        overflow-y: auto;

        box-shadow: -15px 0 35px rgba(0,0,0,.10);

    }

    .mobile-menu.active {

        right: 0;

    }

    .mobile-menu-header {

        display: flex;

        align-items: center;

        justify-content: space-between;

        padding: 24px;

        border-bottom: 1px solid var(--border-color);

    }

    .mobile-menu-header img {

        height: 42px;

    }

    .mobile-close {

        width: 42px;

        height: 42px;

        border: none;

        background: #f8fafc;

        border-radius: 50%;

        cursor: pointer;

        transition: var(--transition);

    }

    .mobile-close:hover {

        background: var(--primary-color);

        color: #fff;

    }

    .mobile-menu ul {

        padding: 20px 0;

    }

    .mobile-menu ul li {

        border-bottom: 1px solid #eef2f7;

    }

    .mobile-menu ul li a {

        display: block;

        padding: 16px 24px;

        color: var(--secondary-color);

        font-weight: 600;

    }

    .mobile-menu ul li a:hover {

        color: var(--primary-color);

    }

    .mobile-dropdown-btn {

        width: 100%;

        display: flex;

        justify-content: space-between;

        align-items: center;

        padding: 16px 24px;

        background: none;

        border: none;

        cursor: pointer;

        font-weight: 600;

        color: var(--secondary-color);

    }

    .mobile-submenu {

        display: none;

        background: #f8fafc;

    }

    .mobile-submenu li {

        border: none;

    }

    .mobile-submenu a {

        padding-left: 40px !important;

        font-size: 14px;

    }

    .mobile-menu-footer {

        margin-top: auto;

        padding: 24px;

        border-top: 1px solid var(--border-color);

    }

    .mobile-menu-footer .btn-primary-custom {

        width: 100%;

    }

}

/*==================================================
Hero Section - Laptop
==================================================*/

@media (max-width: 1200px) {

    .hero-section {

        padding: 90px 0;

    }

    .hero-content h1 {

        font-size: 46px;

    }

    .hero-card {

        min-width: 220px;

        padding: 16px;

    }

    .hero-card-one {

        left: 0;

    }

    .hero-card-two {

        right: 0;

    }

}


/*==================================================
Hero Section - Tablet
==================================================*/

@media (max-width: 992px) {

    .hero-section {

        padding: 80px 0;

    }

    .hero-content {

        max-width: 100%;

        text-align: center;

        margin-bottom: 60px;

    }

    .hero-badge {

        margin: 0 auto 25px;

    }

    .hero-content h1 {

        font-size: 40px;

    }

    .hero-content p {

        max-width: 700px;

        margin: 0 auto 35px;

    }

    .hero-buttons {

        justify-content: center;

    }

    .hero-image {

        max-width: 650px;

        margin: 0 auto;

    }

    .hero-card-one {

        top: 5%;

        left: 0;

    }

    .hero-card-two {

        top: 45%;

        right: 0;

    }

    .hero-card-three {

        bottom: 0;

        left: 5%;

    }

}


/*==================================================
Hero Section - Mobile
==================================================*/

@media (max-width: 768px) {

    .hero-section {

        padding: 70px 0;

    }

    .hero-content h1 {

        font-size: 34px;

        line-height: 1.3;

    }

    .hero-content p {

        font-size: 16px;

    }

    .hero-buttons {

        flex-direction: column;

        gap: 15px;

    }

    .hero-buttons .btn-primary-custom,
    .hero-buttons .btn-outline-custom {

        width: 100%;

    }

    .hero-image {

        margin-top: 20px;

    }

    .hero-card {

        min-width: 200px;

        padding: 15px;

    }

    .hero-card h6 {

        font-size: 15px;

    }

    .hero-card span {

        font-size: 13px;

    }

    .hero-card-one {

        top: 0;

        left: 10px;

    }

    .hero-card-two {

        right: 10px;

        top: 45%;

    }

    .hero-card-three {

        left: 20px;

        bottom: -10px;

    }

}


/*==================================================
Hero Section - Small Mobile
==================================================*/

@media (max-width: 576px) {

    .hero-section {

        padding: 60px 0;

    }

    .hero-content h1 {

        font-size: 30px;

    }

    .hero-content p {

        font-size: 15px;

        line-height: 1.7;

    }

    .hero-badge {

        font-size: 13px;

        padding: 8px 16px;

    }

    .hero-card {

        position: static;

        width: 100%;

        min-width: 100%;

        margin-top: 15px;

    }

    .hero-image {

        display: flex;

        flex-direction: column;

        align-items: center;

    }

}


/*==================================================
Hero Section - Extra Small Mobile
==================================================*/

@media (max-width: 375px) {

    .hero-content h1 {

        font-size: 27px;

    }

    .hero-content p {

        font-size: 14px;

    }

    .btn-primary-custom,
    .btn-outline-custom {

        height: 48px;

        font-size: 14px;

    }

    .hero-card {

        padding: 14px;

    }

}


/*==================================================
Hero Section - Ultra Small Devices
==================================================*/

@media (max-width: 320px) {

    .hero-content h1 {

        font-size: 24px;

    }

    .hero-badge {

        width: 100%;

        justify-content: center;

    }

    .hero-card {

        padding: 12px;

    }

} 

/*==================================================
Partner Section - Laptop
==================================================*/

@media (max-width: 1200px) {

    .partner-section {

        padding: 90px 0;

    }

    .partner-grid {

        gap: 25px;

    }

    .partner-item {

        min-height: 120px;

        padding: 20px;

    }

}


/*==================================================
Partner Section - Tablet
==================================================*/

@media (max-width: 992px) {

    .partner-section {

        padding: 80px 0;

    }

    .section-heading {

        margin-bottom: 50px;

    }

    .section-title {

        font-size: 34px;

    }

    .partner-grid {

        grid-template-columns: repeat(3, 1fr);

        gap: 20px;

    }

    .partner-item img {

        max-width: auto;

        max-height: auto;

    }

}


/*==================================================
Partner Section - Mobile
==================================================*/

@media (max-width: 768px) {

    .partner-section {

        padding: 70px 0;

    }

    .section-title {

        font-size: 30px;

    }

    .section-description {

        font-size: 15px;

    }

    .partner-grid {

        grid-template-columns: repeat(2, 1fr);

        gap: 18px;

    }

    .partner-item {

        min-height: 110px;

        padding: 18px;

    }

    .partner-item img {

        max-width: auto;

        max-height: auto;

    }

}


/*==================================================
Partner Section - Small Mobile
==================================================*/

@media (max-width: 576px) {

    .partner-section {

        padding: 60px 0;

    }

    .section-heading {

        margin-bottom: 40px;

    }

    .section-subtitle {

        font-size: 13px;

    }

    .section-title {

        font-size: 26px;

    }

    .section-description {

        font-size: 14px;

        line-height: 1.7;

    }

    .partner-grid {

        grid-template-columns: 1fr;

        gap: 15px;

    }

    .partner-item {

        min-height: 95px;

        padding: 16px;

    }

    .partner-item img {

        max-width: auto;

        max-height: auto;

    }

}


/*==================================================
Partner Section - Extra Small Mobile
==================================================*/

@media (max-width: 375px) {

    .section-title {

        font-size: 24px;

    }

    .partner-item {

        min-height: 90px;

        padding: 15px;

    }

    .partner-item img {

       max-width: auto;

        max-height: auto;

    }

}


/*==================================================
Partner Section - Ultra Small Devices
==================================================*/

@media (max-width: 320px) {

    .section-title {

        font-size: 22px;

    }

    .section-subtitle {

        font-size: 12px;

    }

    .section-description {

        font-size: 13px;

    }

    .partner-item {

        padding: 14px;

    }

    .partner-item img {

       max-width: auto;

        max-height: auto;

    }

}

/*==================================================
About Section - Laptop
==================================================*/

@media (max-width: 1200px) {

    .about-section {

        padding: 90px 0;

    }

    .about-content {

        padding-left: 0;

    }

    .about-experience {

        right: 0;

        bottom: 30px;

    }

}


/*==================================================
About Section - Tablet
==================================================*/

@media (max-width: 992px) {

    .about-section {

        padding: 80px 0;

    }

    .about-image {

        max-width: 650px;

        margin: 0 auto 50px;

    }

    .about-content {

        text-align: center;

    }

    .about-features {

        max-width: 700px;

        margin: 0 auto 35px;

        text-align: left;

    }

    .about-btn {

        justify-content: center;

    }

    .about-experience {

        right: 20px;

        bottom: 20px;

    }

}


/*==================================================
About Section - Mobile
==================================================*/

@media (max-width: 768px) {

    .about-section {

        padding: 70px 0;

    }

    .about-features {

        grid-template-columns: 1fr;

        gap: 16px;

    }

    .about-feature span {

        font-size: 15px;

    }

    .about-experience {

        min-width: 160px;

        padding: 20px;

    }

    .about-experience h3 {

        font-size: 34px;

    }

    .about-experience span {

        font-size: 14px;

    }

}


/*==================================================
About Section - Small Mobile
==================================================*/

@media (max-width: 576px) {

    .about-section {

        padding: 60px 0;

    }

    .about-image {

        margin-bottom: 30px;

    }

    .about-experience {

        position: static;

        margin-top: 20px;

        width: 100%;

        min-width: 100%;

        border-radius: 12px;

    }

    .about-content {

        text-align: left;

    }

    .about-features {

        margin-bottom: 30px;

    }

    .about-btn {

        justify-content: flex-start;

    }

    .about-btn .btn-primary-custom {

        width: 100%;

    }

}


/*==================================================
About Section - Extra Small Mobile
==================================================*/

@media (max-width: 375px) {

    .about-feature {

        gap: 10px;

    }

    .about-feature i {

        font-size: 16px;

    }

    .about-feature span {

        font-size: 14px;

    }

    .about-experience {

        padding: 18px;

    }

    .about-experience h3 {

        font-size: 30px;

    }

}


/*==================================================
About Section - Ultra Small Devices
==================================================*/

@media (max-width: 320px) {

    .about-section {

        padding: 50px 0;

    }

    .about-experience {

        padding: 16px;

    }

    .about-experience h3 {

        font-size: 26px;

    }

    .about-experience span {

        font-size: 13px;

    }

}

/*==================================================
Why Choose Us Section - Laptop
==================================================*/

@media (max-width: 1200px) {

    .why-choose-section {

        padding: 90px 0;

    }

    .why-choose-content {

        max-width: 100%;

    }

}


/*==================================================
Why Choose Us Section - Tablet
==================================================*/

@media (max-width: 992px) {

    .why-choose-section {

        padding: 80px 0;

    }

    .why-choose-content {

        max-width: 100%;

        text-align: center;

        margin-bottom: 20px;

    }

    .why-choose-content .section-description {

        max-width: 700px;

        margin: 0 auto 35px;

    }

}


/*==================================================
Why Choose Us Section - Mobile
==================================================*/

@media (max-width: 768px) {

    .why-choose-section {

        padding: 70px 0;

    }

    .choose-card {

        padding: 25px;

    }

    .choose-icon {

        width: 65px;

        height: 65px;

        margin-bottom: 20px;

    }

    .choose-icon i {

        font-size: 24px;

    }

    .choose-card h3 {

        min-height: auto;

        font-size: 20px;

    }

    .choose-card p {

        font-size: 15px;

    }

}


/*==================================================
Why Choose Us Section - Small Mobile
==================================================*/

@media (max-width: 576px) {

    .why-choose-section {

        padding: 60px 0;

    }

    .why-choose-content {

        text-align: left;

    }

    .why-choose-content .section-description {

        margin-bottom: 30px;

    }

    .why-choose-content .btn-primary-custom {

        width: 100%;

    }

    .choose-card {

        padding: 22px;

    }

    .choose-icon {

        width: 60px;

        height: 60px;

        border-radius: 14px;

    }

    .choose-icon i {

        font-size: 22px;

    }

    .choose-card h3 {

        font-size: 18px;

    }

    .choose-card p {

        font-size: 14px;

        line-height: 1.7;

    }

}


/*==================================================
Why Choose Us Section - Extra Small Mobile
==================================================*/

@media (max-width: 375px) {

    .choose-card {

        padding: 20px;

    }

    .choose-icon {

        width: 55px;

        height: 55px;

        margin-bottom: 18px;

    }

    .choose-icon i {

        font-size: 20px;

    }

    .choose-card h3 {

        font-size: 17px;

    }

    .choose-card p {

        font-size: 13px;

    }

}


/*==================================================
Why Choose Us Section - Ultra Small Devices
==================================================*/

@media (max-width: 320px) {

    .why-choose-section {

        padding: 50px 0;

    }

    .choose-card {

        padding: 18px;

    }

    .choose-icon {

        width: 50px;

        height: 50px;

    }

    .choose-icon i {

        font-size: 18px;

    }

    .choose-card h3 {

        font-size: 16px;

    }

    .choose-card p {

        font-size: 12px;

        line-height: 1.6;

    }

}

/*==================================================
Process Section - Laptop
==================================================*/

@media (max-width: 1200px) {

    .process-section {

        padding: 90px 0;

    }

}


/*==================================================
Process Section - Tablet
==================================================*/

@media (max-width: 992px) {

    .process-section {

        padding: 80px 0;

    }

    .process-card {

        padding: 35px 25px;

    }

    .process-card::after {

        display: none;

    }

}


/*==================================================
Process Section - Mobile
==================================================*/

@media (max-width: 768px) {

    .process-section {

        padding: 70px 0;

    }

    .process-card {

        padding: 30px 25px;

    }

    .process-number {

        top: 15px;

        right: 15px;

        font-size: 36px;

    }

    .process-icon {

        width: 70px;

        height: 70px;

        margin-bottom: 20px;

    }

    .process-icon i {

        font-size: 28px;

    }

    .process-card h3 {

        min-height: auto;

        font-size: 20px;

        margin-bottom: 15px;

    }

    .process-card p {

        font-size: 15px;

    }

}


/*==================================================
Process Section - Small Mobile
==================================================*/

@media (max-width: 576px) {

    .process-section {

        padding: 60px 0;

    }

    .process-card {

        padding: 25px 20px;

    }

    .process-number {

        font-size: 30px;

    }

    .process-icon {

        width: 65px;

        height: 65px;

    }

    .process-icon i {

        font-size: 24px;

    }

    .process-card h3 {

        font-size: 18px;

    }

    .process-card p {

        font-size: 14px;

        line-height: 1.7;

    }

}


/*==================================================
Process Section - Extra Small Mobile
==================================================*/

@media (max-width: 375px) {

    .process-card {

        padding: 22px 18px;

    }

    .process-number {

        font-size: 26px;

    }

    .process-icon {

        width: 60px;

        height: 60px;

    }

    .process-icon i {

        font-size: 22px;

    }

    .process-card h3 {

        font-size: 17px;

    }

    .process-card p {

        font-size: 13px;

    }

}


/*==================================================
Process Section - Ultra Small Devices
==================================================*/

@media (max-width: 320px) {

    .process-section {

        padding: 50px 0;

    }

    .process-card {

        padding: 20px 16px;

    }

    .process-number {

        font-size: 22px;

        top: 12px;

        right: 12px;

    }

    .process-icon {

        width: 55px;

        height: 55px;

    }

    .process-icon i {

        font-size: 20px;

    }

    .process-card h3 {

        font-size: 16px;

    }

    .process-card p {

        font-size: 12px;

        line-height: 1.6;

    }

}

/*==================================================
Industries Section - Laptop
==================================================*/

@media (max-width: 1200px) {

    .industries-section {

        padding: 90px 0;

    }

}


/*==================================================
Industries Section - Tablet
==================================================*/

@media (max-width: 992px) {

    .industries-section {

        padding: 80px 0;

    }

    .industry-card {

        padding: 30px 25px;

    }

    .industry-icon {

        width: 70px;

        height: 70px;

        margin-bottom: 20px;

    }

    .industry-icon i {

        font-size: 28px;

    }

}


/*==================================================
Industries Section - Mobile
==================================================*/

@media (max-width: 768px) {

    .industries-section {

        padding: 70px 0;

    }

    .industry-card {

        padding: 28px 22px;

    }

    .industry-icon {

        width: 65px;

        height: 65px;

    }

    .industry-icon i {

        font-size: 26px;

    }

    .industry-card h3 {

        min-height: auto;

        font-size: 20px;

        margin-bottom: 15px;

    }

    .industry-card p {

        font-size: 15px;

    }

}


/*==================================================
Industries Section - Small Mobile
==================================================*/

@media (max-width: 576px) {

    .industries-section {

        padding: 60px 0;

    }

    .industry-card {

        padding: 25px 20px;

    }

    .industry-icon {

        width: 60px;

        height: 60px;

        margin-bottom: 18px;

    }

    .industry-icon i {

        font-size: 24px;

    }

    .industry-card h3 {

        font-size: 18px;

    }

    .industry-card p {

        font-size: 14px;

        line-height: 1.7;

    }

}


/*==================================================
Industries Section - Extra Small Mobile
==================================================*/

@media (max-width: 375px) {

    .industry-card {

        padding: 22px 18px;

    }

    .industry-icon {

        width: 55px;

        height: 55px;

    }

    .industry-icon i {

        font-size: 22px;

    }

    .industry-card h3 {

        font-size: 17px;

    }

    .industry-card p {

        font-size: 13px;

    }

}


/*==================================================
Industries Section - Ultra Small Devices
==================================================*/

@media (max-width: 320px) {

    .industries-section {

        padding: 50px 0;

    }

    .industry-card {

        padding: 20px 16px;

    }

    .industry-icon {

        width: 50px;

        height: 50px;

    }

    .industry-icon i {

        font-size: 20px;

    }

    .industry-card h3 {

        font-size: 16px;

    }

    .industry-card p {

        font-size: 12px;

        line-height: 1.6;

    }

}

/*==================================================
Testimonials Section - Laptop
==================================================*/

@media (max-width: 1200px) {

    .testimonials-section {

        padding: 90px 0;

    }

}


/*==================================================
Testimonials Section - Tablet
==================================================*/

@media (max-width: 992px) {

    .testimonials-section {

        padding: 80px 0;

    }

    .testimonial-card {

        padding: 30px 25px;

    }

    .testimonial-text {

        margin-bottom: 25px;

    }

}


/*==================================================
Testimonials Section - Mobile
==================================================*/

@media (max-width: 768px) {

    .testimonials-section {

        padding: 70px 0;

    }

    .testimonial-card {

        padding: 28px 22px;

    }

    .testimonial-rating {

        margin-bottom: 18px;

    }

    .testimonial-rating i {

        font-size: 15px;

    }

    .testimonial-text {

        font-size: 15px;

        line-height: 1.8;

    }

    .testimonial-author {

        gap: 12px;

        padding-top: 18px;

    }

    .testimonial-avatar img {

        width: 60px;

        height: 60px;

    }

    .testimonial-info h4 {

        font-size: 17px;

    }

    .testimonial-info span {

        font-size: 13px;

    }

}


/*==================================================
Testimonials Section - Small Mobile
==================================================*/

@media (max-width: 576px) {

    .testimonials-section {

        padding: 60px 0;

    }

    .testimonial-card {

        padding: 25px 20px;

    }

    .testimonial-rating i {

        font-size: 14px;

    }

    .testimonial-text {

        font-size: 14px;

        line-height: 1.7;

        margin-bottom: 20px;

    }

    .testimonial-avatar img {

        width: 55px;

        height: 55px;

    }

    .testimonial-info h4 {

        font-size: 16px;

    }

    .testimonial-info span {

        font-size: 13px;

    }

}


/*==================================================
Testimonials Section - Extra Small Mobile
==================================================*/

@media (max-width: 375px) {

    .testimonial-card {

        padding: 22px 18px;

    }

    .testimonial-rating {

        gap: 4px;

    }

    .testimonial-rating i {

        font-size: 13px;

    }

    .testimonial-text {

        font-size: 13px;

    }

    .testimonial-avatar img {

        width: 50px;

        height: 50px;

    }

    .testimonial-info h4 {

        font-size: 15px;

    }

    .testimonial-info span {

        font-size: 12px;

    }

}


/*==================================================
Testimonials Section - Ultra Small Devices
==================================================*/

@media (max-width: 320px) {

    .testimonials-section {

        padding: 50px 0;

    }

    .testimonial-card {

        padding: 20px 16px;

    }

    .testimonial-text {

        font-size: 12px;

        line-height: 1.6;

    }

    .testimonial-avatar img {

        width: 45px;

        height: 45px;

    }

    .testimonial-info h4 {

        font-size: 14px;

    }

    .testimonial-info span {

        font-size: 11px;

    }

}

/*==================================================
FAQ Section - Laptop
==================================================*/

@media (max-width: 1200px) {

    .faq-section {

        padding: 90px 0;

    }

}


/*==================================================
FAQ Section - Tablet
==================================================*/

@media (max-width: 992px) {

    .faq-section {

        padding: 80px 0;

    }

    .faq-accordion .accordion-button {

        padding: 20px 22px;

        font-size: 17px;

    }

    .faq-accordion .accordion-body {

        padding: 0 22px 22px;

    }

}


/*==================================================
FAQ Section - Mobile
==================================================*/

@media (max-width: 768px) {

    .faq-section {

        padding: 70px 0;

    }

    .faq-accordion .accordion-item {

        margin-bottom: 18px;

    }

    .faq-accordion .accordion-button {

        padding: 18px 20px;

        font-size: 16px;

        line-height: 1.6;

    }

    .faq-accordion .accordion-body {

        padding: 0 20px 20px;

        font-size: 15px;

        line-height: 1.8;

    }

}


/*==================================================
FAQ Section - Small Mobile
==================================================*/

@media (max-width: 576px) {

    .faq-section {

        padding: 60px 0;

    }

    .faq-accordion .accordion-item {

        margin-bottom: 16px;

        border-radius: 10px;

    }

    .faq-accordion .accordion-button {

        padding: 16px 18px;

        font-size: 15px;

    }

    .faq-accordion .accordion-body {

        padding: 0 18px 18px;

        font-size: 14px;

        line-height: 1.7;

    }

}


/*==================================================
FAQ Section - Extra Small Mobile
==================================================*/

@media (max-width: 375px) {

    .faq-accordion .accordion-button {

        padding: 15px 16px;

        font-size: 14px;

    }

    .faq-accordion .accordion-body {

        padding: 0 16px 16px;

        font-size: 13px;

        line-height: 1.7;

    }

}


/*==================================================
FAQ Section - Ultra Small Devices
==================================================*/

@media (max-width: 320px) {

    .faq-section {

        padding: 50px 0;

    }

    .faq-accordion .accordion-item {

        margin-bottom: 14px;

    }

    .faq-accordion .accordion-button {

        padding: 14px;

        font-size: 13px;

        line-height: 1.5;

    }

    .faq-accordion .accordion-body {

        padding: 0 14px 14px;

        font-size: 12px;

        line-height: 1.6;

    }

}
/*==================================================
CTA Section - Laptop
==================================================*/

@media (max-width: 1200px) {

    .cta-section {

        padding: 90px 0;

    }

    .cta-wrapper {

        padding: 60px 50px;

    }

    .cta-content h2 {

        font-size: 38px;

    }

}


/*==================================================
CTA Section - Tablet
==================================================*/

@media (max-width: 992px) {

    .cta-section {

        padding: 80px 0;

    }

    .cta-wrapper {

        padding: 50px 40px;

        text-align: center;

    }

    .cta-content {

        margin-bottom: 35px;

    }

    .cta-content h2 {

        font-size: 34px;

    }

    .cta-buttons {

        justify-content: center;

    }

}


/*==================================================
CTA Section - Mobile
==================================================*/

@media (max-width: 768px) {

    .cta-section {

        padding: 70px 0;

    }

    .cta-wrapper {

        padding: 45px 30px;

        border-radius: 16px;

    }

    .cta-content h2 {

        font-size: 30px;

    }

    .cta-content p {

        font-size: 16px;

    }

    .cta-buttons {

        gap: 12px;

    }

}


/*==================================================
CTA Section - Small Mobile
==================================================*/

@media (max-width: 576px) {

    .cta-section {

        padding: 60px 0;

    }

    .cta-wrapper {

        padding: 35px 25px;

        border-radius: 14px;

    }

    .cta-content h2 {

        font-size: 26px;

    }

    .cta-content p {

        font-size: 15px;

        line-height: 1.7;

    }

    .cta-buttons {

        flex-direction: column;

        align-items: stretch;

        width: 100%;

    }

    .cta-buttons .btn {

        width: 100%;

        justify-content: center;

    }

}


/*==================================================
CTA Section - Extra Small Mobile
==================================================*/

@media (max-width: 375px) {

    .cta-wrapper {

        padding: 30px 20px;

    }

    .cta-content h2 {

        font-size: 22px;

    }

    .cta-content p {

        font-size: 14px;

    }

    .cta-buttons .btn {

        font-size: 14px;

        padding: 12px 20px;

    }

}


/*==================================================
CTA Section - Ultra Small Devices
==================================================*/

@media (max-width: 320px) {

    .cta-section {

        padding: 50px 0;

    }

    .cta-wrapper {

        padding: 25px 18px;

        border-radius: 12px;

    }

    .cta-content h2 {

        font-size: 20px;

    }

    .cta-content p {

        font-size: 13px;

        line-height: 1.6;

    }

    .cta-buttons .btn {

        font-size: 13px;

        padding: 11px 16px;

    }

}

/*==================================================
Footer Section - Laptop
==================================================*/

@media (max-width: 1200px) {

    .footer-section {

        padding-top: 70px;

    }

    .footer-widget h4 {

        font-size: 20px;

    }

    .footer-bottom {

        margin-top: 60px;

    }

}


/*==================================================
Footer Section - Tablet
==================================================*/

@media (max-width: 992px) {

    .footer-section {

        padding-top: 60px;

    }

    .footer-widget {

        text-align: center;

    }

    .footer-logo {

        display: inline-block;

    }

    .footer-social {

        justify-content: center;

    }

    .footer-contact li {

        justify-content: center;

        text-align: left;

    }

    .footer-bottom {

        margin-top: 50px;

    }

    .footer-bottom p {

        text-align: center;

        margin-bottom: 15px;

    }

    .footer-bottom-links {

        justify-content: center;

    }

}


/*==================================================
Footer Section - Mobile
==================================================*/

@media (max-width: 768px) {

    .footer-section {

        padding-top: 50px;

    }

    .footer-widget {

        text-align: center;

    }

    .footer-widget h4 {

        margin-bottom: 20px;

        font-size: 19px;

    }

    .footer-description {

        margin-bottom: 25px;

    }

    .footer-widget ul li {

        margin-bottom: 12px;

    }

    .footer-social {

        gap: 10px;

    }

    .footer-social a {

        width: 40px;

        height: 40px;

    }

    .footer-contact li {

        gap: 10px;

    }

    .footer-bottom {

        margin-top: 40px;

        padding: 20px 0;

    }

    .footer-bottom-links {

        gap: 15px;

    }

}


/*==================================================
Footer Section - Small Mobile
==================================================*/

@media (max-width: 576px) {

    .footer-section {

        padding-top: 45px;

    }

    .footer-widget h4 {

        font-size: 18px;

    }

    .footer-logo img {

        max-height: 50px;

    }

    .footer-description {

        font-size: 15px;

    }

    .footer-social a {

        width: 38px;

        height: 38px;

        font-size: 15px;

    }

    .footer-bottom-links {

        flex-direction: column;

        gap: 12px;

    }

}


/*==================================================
Footer Section - Extra Small Mobile
==================================================*/

@media (max-width: 375px) {

    .footer-section {

        padding-top: 40px;

    }

    .footer-widget h4 {

        font-size: 17px;

    }

    .footer-description {

        font-size: 14px;

    }

    .footer-widget ul li {

        margin-bottom: 10px;

    }

    .footer-contact span,
    .footer-contact a {

        font-size: 14px;

    }

    .footer-social a {

        width: 36px;

        height: 36px;

        font-size: 14px;

    }

    .footer-bottom p {

        font-size: 13px;

    }

    .footer-bottom-links a {

        font-size: 13px;

    }

}


/*==================================================
Footer Section - Ultra Small Devices
==================================================*/

@media (max-width: 320px) {

    .footer-section {

        padding-top: 35px;

    }

    .footer-widget h4 {

        font-size: 16px;

    }

    .footer-logo img {

        max-height: 45px;

    }

    .footer-description {

        font-size: 13px;

        line-height: 1.6;

    }

    .footer-social {

        gap: 8px;

    }

    .footer-social a {

        width: 34px;

        height: 34px;

        font-size: 13px;

    }

    .footer-contact span,
    .footer-contact a {

        font-size: 13px;

    }

    .footer-bottom {

        margin-top: 30px;

        padding: 18px 0;

    }

    .footer-bottom p {

        font-size: 12px;

    }

    .footer-bottom-links a {

        font-size: 12px;

    }

}