.scroll-wrapper, html {
    scroll-behavior: smooth
}

#header, .commonfooter, .dynamic-tab-content, .inner-tab-content, .m-view, .subtab-content, .tabcontent, .tabcontent2 {
    display: none
}

.challenge-section li, .info-box li {
    position: relative;
    color: #000;
    font-size: 18px
}

.features-list, .info-box ul, .why-ifour ul {
    list-style: none
}

.connect-btn, .licenses-btn, .tech-name {
    white-space: nowrap
}

.arrow, .buy-btn, .close-btn, .compare-btn, .connect-btn, .cta-button, .dropbtn, .dynamic-card button, .faq-question, .horizontal-subtab, .inner-tab, .licenses-btn, .menu-icon, .nav-links, .sidebar-link, .submit-btn, .tab, .tab-button, .talk-btn {
    cursor: pointer
}

body {
    font-family: Poppins
}

.navbar {
    display: flex;            
    justify-content: space-between;
    align-items: center;
    background: #fff;
    height: 100px;
    box-shadow: 0 2px 5px rgb(0 0 0 / .1);
    position: sticky;
    top: 0;
    z-index: 999;
    width: 100%;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 20px;
}

    .nav-links a, .sidebar a {
        font-weight: 500;
        color: #373434;
        text-decoration: none
    }

h1, h4 {
    color: #191717;
    font-style: normal
}

.sidebar a, h3, p {
    color: #000
}

.dropbtn, .dropdown-content a, .dropdown-side a, .inquire-button, .nav-links a, .schedule-meet a, .sidebar a {
    text-decoration: none
}

.compare-btn, .info-box {
    font-family: 'Segoe UI',sans-serif
}

#imgDiv, #personName, #profession, h1 {
    margin-bottom: calc(.7rem + .5vmin)
}

.nav-pa {
    padding: 27px 150px
}

.navbar {
    justify-content: space-between;
    background: #fff !important;
    height: 100px;
    box-shadow: 0 2px 5px rgb(0 0 0 / .1);
    position: sticky;
    top: 0;
    padding: unset !important;
    z-index: 999;
    width: 100%
}

.logo img {
    height: 40px;
    width: auto
}

.nav-links {
    gap: 60px
}

    .nav-links a {
        transition: opacity .2s ease-in-out
    }

        .nav-links a:hover {
            opacity: .7
        }

.contactsec {
    display: flex;
    gap: 18px
}

.connect-btn, .talk-btn {
    background: linear-gradient(to right,#007780,#003d5c);
    display: flex;
    gap: 10px;
    transition: background .25s ease-out,transform .25s ease-out;
    color: #fff
}

.talk-btn {
    padding: 13px 34px !important;
    border: none;
    align-items: center;
    border-radius: 10px
}

    .connect-btn svg, .talk-btn svg {
        transition: transform .3s ease-in-out
    }

    .connect-btn:hover, .talk-btn:hover {
        background: #000
    }

        .connect-btn:hover svg, .talk-btn:hover svg {
            transform: translateX(4px)
        }

.connect-btn {
    padding: 13px 24px;
    border: none;
    align-items: center;
    border-radius: 10px
}

.menu-icon {
    display: none;
    font-size: 32px
}

.sidebar {
    position: fixed;
    top: 0;
    right: -280px;
    width: 280px;
    height: 100vh;
    background: #fff;
    box-shadow: -2px 0 5px rgb(0 0 0 / .1);
    padding: 4rem 2rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    transition: right .35s ease-in-out;
    z-index: 1200
}

    .sidebar.show {
        right: 0
    }

    .sidebar a {
        font-size: 1.05rem
    }

    .sidebar .talk-btn {
        width: fit-content
    }

.close-btn {
    font-size: 17px;
    padding: 5px;
    text-align: right;
    position: absolute;
    top: 10px;
    right: 10px
}

@media (max-width:992px) {
    .nav-pa {
        padding: 20px 60px
    }

    .nav-links {
        gap: 28px
    }
}

.banner-section {
    background-image: url(/images/LpImage/banner-bg.webp);
    height: 592px;
    width: 100%;
    object-fit: cover;
    display: flex;
    align-items: center
}

p {
    text-align: justify !important;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 32px
}

#profession, .buy-btn, .card h3, .category-title, .cta-button, .cta-section, .footer-bg h4, .form-bg h4, .header, .section-space h2, .stat-item, .stats-wrapper, .tab, h3 {
    text-align: center
}

h1, h3, h4 {
    font-weight: 500
}

h1 {
    font-size: 50px;
    line-height: normal
}

.h1heading {
    font-size: 58px !important
}

h4 {
    font-family: Poppins;
    font-size: 17px ;
    margin-top: 37px !important;
    line-height: 28px
}

.challenge-section h2, .section-space h2, h3 {
    font-style: normal;
    line-height: normal
}

h3 {
    font-size: 22px !important
}

.section-space h2 {
    color: #0f7a95;
    font-size: 35px !important;
    font-weight: 700
}

.highlight, .licenses-btn {
    color: #00788c
}

.compare-btn, .contact-form h3 {
    color: #00788c;
    font-weight: 600
}

.bannerow {
    margin-left: 89px !important
}

.arrow, .highlight, .submit-btn {
    font-weight: 700
}

.schedule-meet {
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-top: 37px
}

.compare-btn, .licenses-btn {
    font-size: 16px;
    display: inline-flex;
    gap: 10px;
    transition: .3s;
    background-color: #fff
}

.compare-btn {
    border: 2px solid #00788c;
    border-radius: 8px;
    padding: 10px 14px !important;
    align-items: center
}

    .compare-btn:hover, .licenses-btn:hover {
        background-color: #00788c;
        color: #fff
    }

.licenses-btn {
    border: 2px solid #00788c;
    border-radius: 8px;
    padding: 10px 20px;
    align-items: center;
    font-weight: 600
}

.arrow {
    display: inline-block
}

.contact-form {
    max-width: 500px;
    margin: auto;
    padding: 24px;
    background-color: #fff;
    box-shadow: 0 5px 20px 0 rgb(0 0 0 / .25)
}

    .contact-form h3 {
        font-size: 18px !important;
        margin-bottom: 16px;
        margin-right: 16px
    }

.form-row {
    display: flex;
    gap: 16px;
    margin-bottom: 0
}

    .form-row input {
        flex: 1
    }

input[type=email], input[type=text], textarea {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    margin-bottom: 16px
}

.checkbox-label {
    display: flex;
    align-items: flex-start;
    font-size: 14px;
    margin-bottom: 20px;
    color: #333
}

    .checkbox-label input[type=checkbox] {
        margin-right: 8px;
        margin-top: 3px;
        accent-color: #004859;
        width: 24px;
        height: 16px
    }

.submit-btn {
    background: linear-gradient(to right,#00788c,#003d4d);
    color: #fff;
    border: none;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: background .3s
}

.ad-text, .dropdown-content.show, .dropdown-side.show, .partner, .tabs {
    display: flex
}

.submit-btn:hover {
    background: linear-gradient(to right,#005e6f,#002833)
}

.ad-text {
    justify-content: center;
    flex-direction: column
}

.partner {
    padding: 26px 361px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 32px;
    flex-shrink: 0;
    background: linear-gradient(90deg,#0f7a95 0,#05262f 100%)
}

.section-space {
    margin: 70px 0
}

.challenge-section {
    color: #222;
    max-width: 600px;
    margin: auto
}

    .challenge-section h2 {
        color: #0f7a95;
        font-family: Poppins;
        font-size: 33px !important;
        font-weight: 600;
        text-align: left
    }

    .challenge-section p {
        font-size: 18px;
        line-height: 1.6;
        margin-bottom: 24px
    }

    .challenge-section ul {
        padding-left: 20px;
        margin-bottom: 16px
    }

    .challenge-section li {
        line-height: 1.6;
        margin-bottom: 8px;
        list-style: none;
        padding-left: 20px;
        display: flex;
        flex-direction: column
    }

        .challenge-section li::before, .info-box li::before {
            content: '';
            position: absolute;
            left: 0;
            top: 8px;
            width: 8px;
            height: 8px;
            background-color: #00788c;
            border-radius: 50%
        }

.solution-license {
    background: rgb(213 247 255 / .39);
   
}

.info-box {
    background-color: #eafafd;
    padding: 20px;
    border-left: 3px solid #00788c;
    max-width: 600px
}

    .info-box ul {
        padding-left: 0;
        margin: 0
    }

    .info-box li {
        padding-left: 20px;
        margin-bottom: 12px;
        font-weight: 400
    }

.buy-btn, .card-title, .category-title, .cta-button, .cta-section h1, .ctafont, .feature-list, .features-label, .header h3, .price-label {
    font-weight: 600
}

.tabs {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 19px;
    overflow: hidden;
    margin-bottom: 20px
}

.tab {
    padding: 12px 20px;
    flex: 1;
    transition: .3s
}

    .tab.active {
        background: linear-gradient(to right,#059bbf,#03363d);
        color: #fff;
        border-radius: 10px
    }

.tab-content {
    display: none;
    opacity: 0;
    transition: opacity .5s
}

    .tab-content.active {
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
        opacity: 1;
        margin-top: 7%
    }

.card {
    border-radius: 20px;
    background: #fff;
    padding: 20px;
    width: 23.65%;
    min-width: 350px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 600px
}

    .card h3 {
        background: #0098bb30;
        color: #045d72;
        padding: 15px;
        border-radius: 10px;
        font-size: 18px !important
    }

.buy-btn {
    background: linear-gradient(to right,#059bbf,#03363d);
    color: #fff;
    margin-top: auto;
    border: none;
    border-radius: 8px;
    padding: 10px 15px
}

.card p {
    font-size: 15px !important;
    margin-left: 17px;
    line-height: 25px;
    color: #3b7280
}

.card ul {
    padding-left: 20px;
    margin: 15px 0
}

    .card ul li {
        margin-bottom: 10px;
        list-style-type: disc;
        color: #1c5c6c;
        display: list-item !important;
        font-size: 15px
    }

.buy-btn:hover {
    opacity: .9
}

.cta-section {
    background: linear-gradient(to right,#007991,#0f2027);
    color: #fff;
    padding: 60px 20px;
    border-top: 2px solid #4fc3f7
}

    .cta-section h1 {
        font-size: 2rem;
        margin-bottom: 20px;
        color: #fff
    }

    .cta-section H4, .why-ifour h2 {
        font-style: normal;
        font-weight: 400;
        line-height: normal
    }

    .cta-section H4 {
        color: #fff;
        font-size: 28px !important
    }

.dynamicsFont, .form-bg h2, .why-ifour h2 {
    font-size: 35px
}

.cta-button {
    background-color: #fff;
    box-shadow: 0 4px 6px rgb(0 0 0 / .1);
    align-items: center;
    gap: 10px
}

    .cta-button:hover {
        background-color: #e0f7fa
    }

.ctafont {
    font-size: 32px
}

.footer-text, .why-ifour {
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 41px
}

    .why-ifour h2 {
        color: #000;
        font-family: Poppins;
        text-align: left
    }

    .why-ifour .highlight {
        color: #0078a0;
        display: block
    }

    .why-ifour ul {
        padding: 0;
        margin: 0 0 16px;
        display: flex;
        flex-direction: column
    }

    .why-ifour li {
        position: relative;
        padding-left: 24px;
        margin-bottom: 10px;
        line-height: 1.5;
        font-weight: 500
    }

.footer-bg h4, .form-bg h2, .form-bg h4 {
    font-family: Poppins;
    font-style: normal;
    line-height: normal;
    color: #fff
}

.why-ifour li::before {
    content: "●";
    color: #0078a0;
    position: absolute;
    left: 0;
    font-size: 12px;
    top: 3px
}

.client {
    background: linear-gradient(90deg,#0f7a95 0,#05262f 100%);
    padding: 69px 0 59px 150px
}

.logo-carousel .logo-item {
    border-radius: 10px;
    padding: 0;
    margin: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px
}

    .logo-carousel .logo-item img {
        max-height: 100px;
        object-fit: contain
    }

.form-bg {
    background-image: url(/images/LpImage/from-bg.webp);
    padding-bottom: 25px;
    object-fit: cover;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover
}

    .form-bg h2 {
        font-weight: 600;
        margin-top: 50px
    }

    .form-bg h4 {
        font-size: 28px !important;
        font-weight: 400
    }

.get-form {
    margin-top: 50px;
    justify-content: center;
    display: flex
}

.footer-bg {
    background: #0f7a95;
    padding: 5px
}

    .footer-bg h4 {
        font-size: 18px !important;
        font-weight: 500
    }

.captchaspace {
    margin-bottom: 25px
}

.stats-wrapper {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 4rem 1rem;
    background: linear-gradient(145deg,#06688e 0,#003b4e 100%)
}

.stat {
    flex: 1 1 0%;
    max-width: 260px
}

    .stat h2 {
        font-size: 4rem;
        font-weight: 700;
        line-height: 1;
        color: #fff
    }

    .stat p {
        color: #fff;
        margin-top: .75rem;
        font-size: 15px !important;
        font-weight: 500;
        text-align: center !important;
        letter-spacing: .2px
    }

.divider {
    width: 1px;
    height: 80px !important;
    background: rgb(255 255 255 / .4) !important;
}

@media (max-width:768px) {
    .nav-pa {
        padding: 20px
    }

    .divider, .nav-links {
        display: none
    }

    .menu-icon {
        display: block;
        margin-right: 25px
    }

    .stats-wrapper {
        flex-wrap: wrap;
        gap: 2rem
    }

    .sidebar .dropdown-content {
        position: relative;
        border: none
    }

    .schedule-meet {
        display: grid;
        margin-left: 60px
    }

    .get-form {
        margin-top: 0
    }

    .card {
        min-width: 306px
    }

    .dynamic-tabs button.active {
        white-space: nowrap;
        margin: 10px
    }
    .form-bg h2{
        font-size:18px;
    }
}

@media (max-width:575px) {
    .from-footer {
        padding-bottom: 80px
    }
}

@media (max-width:767px) {
    .card, .partner img {
        width: 100%
    }

    .h1heading, h1 {
        font-size: 30px !important
    }

    .banner-section {
        padding: 4%;
        height: auto
    }

    h1 {
        line-height: 40px !important
    }

    .bannerow {
        margin-left: 0 !important
    }

    h4 {
        font-size: 14px !important;
        line-height: 26px !important
    }

    .challenge-section li, .challenge-section p, .form-bg h4, p {
        font-size: 15px !important
    }

    .azureFont {
        font-size: 18px !important
    }

    .dynamicsFont {
        font-size: 30px !important;
        line-height: 40px
    }

    .client, .compare-btn, .connect-btn, .talk-btn {
        padding: 15px
    }

    .now {
        padding: 15px !important;
        margin-left: -60px
    }

    .licenses-btn {
        padding: 12px 2px
    }

    .contact-form {
        margin: 20px 0
    }

    .footer-text, .tabs, .why-ifour {
        margin: 10px
    }

    .partner {
        padding: 20px;
        display: grid;
        grid-template-columns: repeat(2,1fr)
    }

    .stats-wrapper, .tabs {
        flex-direction: column
    }

    .challenge-section p {
        text-align: justify !important;
        line-height: 1.6;
        margin-bottom: 0;
        padding: 10px
    }

    .bi-migrate-card h3 {
        font-size: 17px !important
    }

    .card {
        height: auto !important
    }

    .form-bg {
        height: auto
    }

    .challenge-section h2, .section-space h2 {
        font-size: 23px !important
    }

    .w-100 {
        margin-top: 40px
    }

    .web {
        display: none
    }

    .m-view {
        display: block;
        margin-top: -50px
    }

    .form-bg.section-space {
        margin: 0 !important
    }

    .solution-license {
        background: rgb(213 247 255 / .39);
        padding: 25px 15px
    }

    .challenge-section h2 {
        margin: 15px
    }

    .footer-text, .why-ifour li {
        font-weight: 400;
        font-size: 15px
    }

    .cta-section H4 {
        color: #fff;
        font-size: 20px !important
    }

    .ctafont {
        font-size: 20px
    }

    .counter {
        font-size: 35px !important
    }

    .stats-wrapper {
        padding: 1rem;
        gap: 0
    }
    
}

@media (min-width:767px) and (max-width:1024px) {
    .h1heading, h1 {
        font-size: 30px !important
    }

    .banner-section {
        padding-top: 7%;
        height: auto
    }

    h1 {
        line-height: 40px !important
    }

    .bannerow {
        margin-left: 10px !important
    }

    h4 {
        font-size: 14px !important;
        line-height: 26px !important
    }

    .azureFont {
        font-size: 15px !important
    }

    .dynamicsFont {
        font-size: 30px !important;
        line-height: 40px
    }

    .client, .compare-btn, .connect-btn, .talk-btn {
        padding: 15px !important
    }

    .licenses-btn {
        padding: 12px
    }

    .contact-form {
        margin: 20px 50px
    }

    .footer-text, .tabs, .why-ifour {
        margin: 10px
    }

    .partner {
        flex-direction: row;
        padding: 20px
    }

        .partner img {
            width: 125px
        }

    .stats-wrapper, .tabs {
        flex-direction: column;
        display: grid;
        gap: 19px;
        text-align: center;
        grid-template-columns: repeat(2, 1fr);
        padding-left: 17%;
    }
    .divider{
        display:none;
    }

    .challenge-section p {
        text-align: justify !important;
        line-height: 1.6;
        margin-bottom: 24px;
        padding: 20px
    }

    .card {
        width: 100%;
        height: auto !important
    }

    .form-bg {
        height: auto
    }

        .form-bg h4 {
            font-size: 16px !important
        }

    .w-100 {
        margin-top: 40px
    }

    .web {
        display: none
    }

    .m-view {
        display: block;
        height: 400px;
        width: 400px !important;
        margin: -29px 0 14px 0;
    }

    .form-bg.section-space {
        margin: 0 !important
    }

    .solution-license {
        background: rgb(213 247 255 / .39);
        padding: 1px 15px
    }

    .challenge-section h2 {
        margin: 15px
    }

    .schedule-meet {
        display: flex;
        margin-left: 90px
    }
    .sub-heading-content h4 {
        font-size: 35px !important;
    }
}

.counter:not(:last-child) {
    border-right: none
}

.modal-dialog.footer-model {
    top: 50px !important
}

@media(min-width:768px) and (max-width:1024px) {
    .modal-dialog.footer-model {
        top: 70px;
        left: 15px
    }
}

@media(max-width:767px) {
    .modal-dialog.footer-model {
        top: 90px;
        left: 15px
    }
}

@media(max-width:400px) {
    .modal-dialog.footer-model {
        top: 70px
    }
}

.btn-close {
    width: 50px;
    height: 50px;
    background: #fff0;
    color: #000;
    position: absolute;
    top: -12px;
    right: -8px;
    margin: 10px;
    border: none
}

.btn-default-icon {
    padding: 15px;
    border-radius: 15px;
    margin: 10px;
    background-color: #1f7b93;
    border: 1px solid #1f7b93;
    color: #fff;
    width: 100%
}

.modal-header {
    border-bottom: unset !important
}

.content-wrapper {
    height: 100%;
    width: 70%;
    max-width: 100rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 5rem
}

h1 {
    font-size: calc(2.3rem + 1vmin)
}

.blue-line {
    height: .3rem;
    width: 6rem;
    background-color: #4f8fe2;
    margin-bottom: calc(3rem + 2vmin)
}

.carousel .carousel-item {
    color: #999;
    overflow: hidden;
    min-height: 120px;
    font-size: 13px;
    font-weight: 600
}

.carousel .media {
    position: relative;
    padding: 0 0 0 20px
}

    .carousel .media img {
        width: 75px;
        height: 75px;
        display: block;
        border-radius: 50%
    }

.carousel .testimonial-wrapper {
    padding: 0 10px
}

.carousel .testimonial {
    color: #363333;
    position: relative;
    padding: 35px;
    background: #1693a72e;
    border: 1px solid #efefef;
    border-radius: 3px;
    margin-bottom: 15px;
    font-size: 17px
}

    .carousel .testimonial::after {
        content: "";
        width: 15px;
        height: 15px;
        display: block;
        background: #d5ecef;
        border: 1px solid #efefef;
        border-width: 0 0 1px 1px;
        position: absolute;
        bottom: -8px;
        left: 46px;
        transform: rotateZ(-46deg)
    }

.carousel .star-rating li {
    padding: 0 2px
}

.carousel .star-rating i {
    font-size: 16px;
    color: #3fb2c4
}

.carousel .overview {
    padding: 3px 0 0 15px
}

    .carousel .overview .details {
        padding: 5px 0 8px
    }

    .carousel .overview b {
        text-transform: uppercase;
        color: #17a2b8
    }

.carousel-dots {
    top: 95% !important
}

.carousel-indicators li, .carousel-indicators li.active {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: 1px 2px;
    box-sizing: border-box
}

.carousel-indicators li {
    background: #7baeb5;
    border: 4px solid #fff
}

    .carousel-indicators li.active {
        color: #fff;
        background: #2aaabe;
        border: 5px double
    }

.btn-default-icon-whatsapp {
    padding: 15px;
    border-radius: 15px;
    margin: 10px;
    text-decoration: none !important;
    background-color: #4ec95c;
    border: 2px solid #4ec95c;
    color: #fff !important
}

.dynamic-tabs button, .marketing-subtab {
    font-weight: 600;
    color: #000;
    cursor: pointer
}

.btn-default-icon-whatsapp:hover {
    border: 2px solid #1f7b93;
    color: #1f7b93 !important;
    background-color: #fff0;
    text-decoration: none
}

@media (min-width:992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 1400px
    }

    .btn-default-icon, .btn-default-icon-whatsapp {
        display: inline-block
    }
}

.tawk-min-container {
    display: none !important
}

.azureFont {
    font-size: 20px !important
}

.dynamicForm {
    margin-top: 25%
}

.tabs-wrapper {
    margin: 0 auto;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 10px
}

.dynamic-tabs {
    display: flex;
    justify-content: space-around;
    gap: 10px;
    overflow: auto
}

    .dynamic-tabs button {
        flex: 1;
        background: #f2f2f2;
        white-space: nowrap;
        border: none;
        padding: 16px 10px;
        border-radius: 10px;
        transition: .3s
    }

        .dynamic-tabs button.active, .marketing-subtab.active, .tab-button.active {
            background: linear-gradient(to right,#1587a3,#06222d);
            color: #fff
        }

.dynamic-tab-content {
    margin-top: 20px
}

.dynamic-card {
    background: #fff;
    padding: 20px;
    height: 320px;
    margin: 10px;
    border-radius: 15px;
    box-shadow: 0 4px 10px #b8c5c7;
    text-align: left
}

    .dynamic-card h3 {
        text-align: left !important;
        color: #116c84;
        margin: 0 0 10px;
        font-size: 19px !important
    }

    .dynamic-card p {
        margin-bottom: 15px;
        text-align: left !important;
        font-size: 16px !important;
        margin-top: 16px
    }

    .dynamic-card button {
        padding: 15px 16px;
        background: linear-gradient(45deg,#116c84,#0f95b9);
        color: #fff;
        border: none;
        border-radius: 5px;
        position: absolute;
        bottom: 30px;
        width: 85%
    }

.service-card {
    height: 250px !important
}

    .service-card p {
        font-size: 18px !important
    }

.marketing-subtab {
    background: 0 0;
    border: none;
    padding: 16px;
    border-radius: 8px
}

.marketingButton {
    display: flex;
    gap: 10px;
    width: 100%;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 16px
}

.sub-text {
    font-weight: 500;
    font-size: 22px;
    line-height: 100%;
    text-align: justify;
    margin: 30px 20px
}

.faq-container {
    max-width: 1200px;
    margin: 50px auto;
    padding: 20px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgb(0 0 0 / .1)
}

    .faq-container h2 {
        text-align: center;
        color: #00788c;
        margin-bottom: 40px
    }

.faq-item {
    background-color: #f7fafc;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgb(0 0 0 / .05)
}

.faq-question {
    background-color: #edf2f7;
    padding: 18px 20px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background .3s;
    font-size: 18px
}

    .faq-question:hover {
        background-color: #e2e8f0
    }

.arrow {
    font-size: 30px;
    color: #00788c;
    transition: transform .3s
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s,padding .4s;
    background: #f9fafb;
    padding: 0 20px;
    color: #4a5568
}

    .faq-answer p {
        font-size: 16px
    }

.faq-item.active .faq-answer {
    max-height: 300px;
    padding: 15px 20px 20px
}

.faq-item.active .arrow {
    transform: rotate(90deg)
}

.Benefitsbox {
    display: flex !important;
    gap: 114px
}

.stat-box {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: #fff;
    padding: 1.6rem 1.5rem;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgb(0 0 0 / .08);
    max-width: 300px;
    flex: 1 1 250px
}

.percentage-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(255deg,#08718e,#080909);
    color: #fff;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    flex-shrink: 0
}

.stat-text {
    font-size: 1rem;
    color: #333;
    line-height: 1.3
}

@media (max-width:500px) {
    .Benefitsbox {
        display: block !important
    }
}

.circle-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 140px
}

.circular-progress {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: conic-gradient(#e0e0e0 0,#e0e0e0 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgb(0 0 0 / .1);
    position: relative
}

    .circular-progress::before {
        content: '';
        position: absolute;
        width: 80px;
        height: 80px;
        background: #fff;
        border-radius: 50%;
        z-index: 1
    }

.percentage-text {
    font-size: 1rem;
    font-weight: 700;
    z-index: 2;
    color: #117b96
}

.stat-label {
    text-align: center;
    padding: 7px;
    width: 150%;
    font-weight: 500
}

.dropdown {
    position: relative;
    display: inline-block
}

    .dropdown::after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        height: 20px;
        background: 0 0
    }

.dropbtn {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #000;
    transition: color .3s
}

.dropdown-arrow {
    transition: transform .3s;
    font-size: 15px;
    flex-shrink: 0
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 160px;
    z-index: 1000;
    margin-top: 0;
    top: calc(57% + 5px);
    border-radius: 8px;
    box-shadow: 0 8px 16px rgb(0 0 0 / .2);
    opacity: 0;
    overflow: hidden;
    transition: opacity .3s,max-height .4s;
    transform-origin: top
}

    .dropdown-content a {
        padding: 16px 25px;
        display: block;
        opacity: 0;
        transform: translateY(-10px);
        transition: opacity .3s,transform .3s;
        color: #333
    }

.dropdown:hover .dropdown-content {
    opacity: 1;
    display: block
}

    .dropdown:hover .dropdown-content a {
        opacity: 1;
        transform: translateY(0)
    }

.dropdown-content a:hover {
    background-color: #f1f1f1
}

.dropdown-side {
    gap: 15px;
    margin-top: 10px;
    margin-left: 10px;
    display: none;
    flex-direction: column
}

    .dropdown-side a {
        display: block;
        padding: 6px 0;
        color: #333;
        font-size: 16px
    }

.sidebar-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0
}

.horizontal-subtabs, .inner-tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 20px
}

.inner-tab {
    padding: 10px 20px;
    background-color: #eee;
    border-radius: 5px
}

    .inner-tab.active {
        background-color: #0078d4;
        color: #fff
    }

.dynamic-tab-content.active, .inner-tab-content.active {
    display: block
}

.subtab-content.active, .tab-layout {
    display: flex;
    gap: 20px
}

.tab-container {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.tab-button {
    padding: 15px 20px;
    background-color: #f1f1f1;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
    transition: .3s;
    text-align: left
}

    .tab-button:hover {
        background-color: #e0e0e0
    }

.tab-content-container {
    flex: 1;
    display: flex;
    flex-direction: row
}

.tab-contents {
    display: none;
    width: 100%
}

    .tab-contents.active {
        display: block !important
    }

.horizontal-subtab {
    padding: 10px 30px;
    background-color: #e9ecef;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    transition: .3s
}

    .horizontal-subtab:hover {
        background-color: #dde2e6
    }

    .horizontal-subtab.active {
        background: linear-gradient(to right,#0c3a4d,#3f6169);
        color: #fff
    }

button.tab-button {
    width: 220px
}

.certified-logo-inner, .scroll-wrapper-off {
    display: flex;
    gap: 10px
}

.scroll-wrapper {
    display: flex;
    overflow: auto;
    width: 1092px;
    max-width: 1092px;
    gap: 20px;
    padding-bottom: 10px;
    scroll-snap-type: x mandatory;
    cursor: grab;
    min-height: 575px;
    height: max-content;
    user-select: none
}

    .scroll-wrapper:active {
        cursor: grabbing
    }

    .scroll-wrapper::-webkit-scrollbar {
        height: 20px
    }

    .scroll-wrapper::-webkit-scrollbar-thumb {
        background-color: rgb(8 61 84 / .3);
        border-radius: 4px
    }

    .scroll-wrapper:hover::-webkit-scrollbar-thumb {
        background-color: rgb(5 46 63 / .3)
    }

.plan-card {
    max-width: 350px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 20px;
    background-color: #fff;
    flex: 0 0 350px;
    height: auto;
    min-height: 530px;
    position: relative;
    scroll-snap-align: start
}

.inquire-button, .plan-header {
    padding: 15px;
    text-align: center;
    font-weight: 500
}

.plan-card p {
    font-size: 16px !important;
    line-height: 20px;
    color: #444
}

.plan-header {
    background-color: #d4eff5;
    border-radius: 10px;
    margin-bottom: 20px;
    font-size: 15px
}

.feature-list {
    margin-bottom: 30px;
    list-style-type: none
}

    .feature-list li {
        margin-bottom: 7px;
        display: flex;
        align-items: flex-start;
        color: #444;
        font-size: 15px;
        font-weight: 500
    }

        .feature-list li::before {
            content: "•";
            margin-right: 10px;
            color: #0b6e8d;
            font-size: 20px
        }

.inquire-button {
    display: block;
    position: absolute;
    width: 88%;
    bottom: 4%;
    background: linear-gradient(to right,#1587a3,#06222d);
    color: #fff !important;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color .3s
}

    .inquire-button:hover {
        background: linear-gradient(to right,#06222d,#1587a3);
        color: #f0f8ff;
        text-decoration: unset
    }

@media (max-width:768px) {
    .tab-layout {
        flex-direction: column;
        width: 100%;
        padding-left: 0
    }

    .tab-container {
        width: 100%;
        margin: 10px;
        flex-direction: row;
        white-space: nowrap;
        overflow: auto;
        scrollbar-color: #1587a3 #1587a3;
        scrollbar-width: thin;
        border: 2px solid #dbd9d96e;
        border-radius: 10px;
        padding: 23px 20px
    }

    .horizontal-subtabs {
        overflow-x: auto;
        padding-bottom: 5px;
        margin-left: 30px
    }

    .horizontal-subtab {
        flex: 0 0 auto;
        white-space: nowrap
    }

    .subtab-content {
        justify-content: center
    }

    .plan-card {
        max-width: 100%
    }

    .plan-header, .tab-button {
        font-size: 15px
    }

    .feature-list li {
        margin-bottom: 15px;
        display: flex;
        align-items: flex-start;
        color: #444;
        font-size: 14px;
        line-height: 20px
    }
}

@media only screen and (min-device-width :768px) and (max-device-width :1024px) {
    .tab-layout {
        display: flex;
        gap: 20px;
        padding: 25px
    }
}

.pricing-container {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
    gap: 20px;
    max-width: 1400px;
    margin: 0 auto
}

.pricing-card {
    background: #fff;
    border-radius: 12px;
    padding: 21px;
    box-shadow: 0 2px 8px rgb(0 0 0 / .1);
    border: 1px solid #e1e5e9;
    display: flex;
    flex-direction: column;
    height: 100%
}

.card-header {
    background-color: #d4eff5;
    margin: -12px -12px 20px -10px;
    padding: 16px 24px;
    text-align: left !important;
    border-radius: 10px !important
}

.card-title {
    font-size: 16px !important;
    color: #323130;
    margin: 0
}

.card-description {
    color: #6f635c;
    font-size: 15px !important;
    margin: 16px 0 20px;
    line-height: 1.5
}

.price-section {
    margin-bottom: 20px
}

.price-label {
    color: #323130;
    font-size: 14px;
    margin-bottom: 4px
}

.features-list li, .price-value {
    color: #605e5c;
    font-size: 15px;
    line-height: 1.4
}

.features-section {
    flex-grow: 1;
    margin-bottom: 24px
}

.features-label {
    color: #323130;
    font-size: 14px;
    margin-bottom: 12px
}

.features-list li {
    margin-bottom: 8px;
    padding-left: 16px;
    position: relative
}

    .features-list li::before {
        content: "•";
        color: #0078d4;
        font-weight: 700;
        position: absolute;
        left: 0
    }

.cta-button {
    background: linear-gradient(to right,#1587a3,#06222d);
    color: #fff !important;
    border: none;
    padding: 17px 24px;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: .2s;
    margin-top: auto
}

    .cta-button:hover {
        background: linear-gradient(135deg,#0d6b7a 0,#0a5d6b 100%);
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgb(15 122 140 / .3)
    }

    .cta-button::after {
        margin-left: 8px
    }

.ifeature-list {
    display: grid;
    gap: 15px;
    font-family: Arial,sans-serif;
    font-size: 18px
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1 1 250px
}

.feature-icon {
    width: 24px;
    height: 25px;
    fill: #00566b
}

.technology {
    min-height: 100vh;
    padding: 20px;
    margin-bottom: -80px
}

.techcontainer {
    max-width: 1200px;
    margin: 0 auto;
    background: linear-gradient(145deg,#06688e 0,#003b4e 100%);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 40px 30px;
    box-shadow: 0 20px 40px rgb(0 0 0 / .1)
}

.header, .office-section {
    margin-bottom: 50px
}

    .header h3 {
        font-size: 35px !important;
        color: #fff;
        margin-bottom: 10px;
        background: padding-box text #fff;
        -webkit-background-clip: text;
        -webkit-text-fill-color: #fff0
    }

    .header p {
        font-size: 1.2rem;
        color: #7f8c8d;
        max-width: 600px;
        margin: 0 auto
    }

.tech-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(280px,1fr));
    gap: 30px;
    margin-bottom: 30px
}

.tech-category {
    background: linear-gradient(145deg,#f8f9fa,#e9ecef);
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 10px 25px rgb(0 0 0 / .05);
    transition: .3s;
    border: 1px solid
}

    .tech-category:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 35px rgb(0 0 0 / .1)
    }

.category-title {
    font-size: 18px !important;
    color: #094b5c;
    margin-bottom: 20px;
    position: relative
}

    .category-title::after {
        content: '';
        position: absolute;
        bottom: -8px;
        left: 50%;
        transform: translateX(-50%);
        width: 50px;
        height: 3px;
        background: linear-gradient(45deg,#0f7a95,#000607);
        border-radius: 2px
    }

.tech-items {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center
}

.tech-item {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 12px 16px;
    border-radius: 25px;
    box-shadow: 0 5px 15px rgb(0 0 0 / .08);
    transition: .3s;
    border: 2px solid #fff0;
    cursor: pointer
}

    .tech-item:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgb(0 0 0 / .12);
        border-color: #066286a6
    }

.tech-icon {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    flex-shrink: 0
}

.tech-name {
    font-size: .95rem;
    font-weight: 500;
    color: #2c3e50
}

.stats {
    display: flex;
    justify-content: space-around;
    margin-top: 40px;
    padding-top: 30px;
    border-top: 2px solid #e9ecef
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: #667eea;
    display: block
}

.stat-label {
    font-size: .9rem;
    color: #7f8c8d;
    margin-top: 5px
}

.box-container, .office-addins-container {
    max-width: 1200px;
    margin: 0 auto
}

.service-body {
    line-height: 1.6;
    color: #333;
    background-color: #e1f3f8;
    padding: 40px 20px
}

.office-main-title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    color: #0f7a95;
    margin-bottom: 20px
}

.office-subtitle {
    text-align: center !important;
    font-size: 1.1rem !important;
    color: #666;
    margin-bottom: 60px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto
}

.office-section-title {
    font-size: 1.8rem;
    font-weight: 600;
    color: #0f7a95;
    margin-bottom: 30px;
    text-align: center
}

.office-services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(280px,320px));
    gap: 25px;
    margin-bottom: 40px;
    justify-content: center
}

.office-service-card {
    background: #fff;
    border-radius: 35px;
    padding: 25px;
    height: 260px;
    box-shadow: 0 4px 20px rgb(0 0 0 / .08);
    transition: .3s;
    border-bottom: 10px solid #0f7a95;
    max-width: 320px
}

    .office-service-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 30px rgb(0 0 0 / .12)
    }

.office-service-title {
    font-size: 18px !important;
    font-weight: 600;
    color: #0f7a95;
    margin-bottom: 12px;
    line-height: 1.3
}

.office-service-description {
    color: #555;
    font-size: 18px !important;
    line-height: 1.5;
    text-align: left !important;
    margin-top: 20px
}

@media (max-width:1200px) {
    .office-services-grid {
        grid-template-columns: repeat(auto-fit,minmax(280px,320px));
        gap: 20px
    }
}

@media (max-width:768px) {
    .pricing-container {
        grid-template-columns: 1fr;
        gap: 16px
    }

    .pricing-card, .tech-category {
        padding: 20px
    }

    .card-header {
        margin: -20px -20px 16px;
        padding: 14px 20px
    }

    .techcontainer {
        padding: 30px 20px;
        margin: 10px
    }

    .tech-grid {
        grid-template-columns: 1fr;
        gap: 20px
    }

    .stats {
        flex-direction: column;
        gap: 20px
    }

    .office-main-title {
        font-size: 2rem;
        margin-bottom: 15px
    }

    .office-subtitle {
        font-size: 1rem;
        margin-bottom: 40px
    }

    .office-section-title {
        font-size: 1.5rem;
        margin-bottom: 25px
    }

    .office-services-grid {
        grid-template-columns: repeat(auto-fit,minmax(260px,1fr));
        gap: 18px
    }

    .office-service-card {
        padding: 20px 18px;
        max-width: none;
        height: 200px
    }

    .office-service-title {
        font-size: 1rem
    }

    .office-service-description {
        font-size: .85rem
    }
}

.carousel .carousel-indicators {
    top: 105%
}

.carousel .carousel-dynamics-365 {
    bottom: -45px !important
}

.certified-logo-inner img {
    background: #0f7a95;
    border-radius: 10px
}

@media (min-width:1080px) and (max-width:1440px) {
    .certified-logo-inner img {
        width: 28%;
        margin-top: 25px;
        margin-left: 2px;
        height: auto
    }

    .certified-logo-inner {
        display: flex;
        gap: 10px
    }
}

@media (max-width:767px) {
    .carousel .testimonial {
        padding: 20px;
        font-size: 15px;
        height: auto
    }

    .carousel .media img {
        width: 60px;
        height: 60px
    }

    .azureFont {
        font-size: 18px !important
    }

    .dynamicsFont {
        font-size: 26px !important
    }

    .dynamicForm {
        margin-top: 10%
    }

    .dynamic-tabs {
        flex-direction: row;
        gap: 10px;
        top: 10px;
        white-space: nowrap;
        overflow: scroll visible;
        scrollbar-color: #1587a3 #1587a3;
        scrollbar-width: thin
    }

        .dynamic-tabs button {
            width: 100%;
            text-align: center
        }

    .marketingButton {
        flex-direction: column;
        padding: 12px
    }

    .sub-text {
        font-size: 16px !important;
        margin: 20px 10px;
        font-weight: 400;
        line-height: 30px
    }

    .dynamic-card {
        height: auto;
        padding-bottom: 60px
    }

        .dynamic-card button {
            position: static;
            width: 100%;
            margin-top: 10px
        }

    .certified-logo-inner img {
        width: 30%;
        margin-top: 25px;
        margin-left: 2px;
        height: auto
    }

    .certified-logo-inner {
        display: flex;
        gap: 10px
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .dynamicsFont {
        font-size: 32px !important
    }

    .dynamic-tabs {
        flex-wrap: wrap;
        gap: 12px
    }

        .dynamic-tabs button {
            flex: 1 1 45%;
            text-align: center
        }

    .dynamic-card {
        height: auto;
        padding-bottom: 60px
    }

        .dynamic-card button {
            position: static;
            width: 100%;
            margin-top: 10px
        }

    .marketingButton {
        flex-direction: column;
        padding: 14px
    }

    .sub-text {
        font-size: 18px !important;
        margin: 25px 15px
    }

    .carousel .testimonial {
        font-size: 16px;
        height: auto
    }

    .certified-logo-inner img {
        width: 28%;
        margin-top: 25px;
        margin-left: 2px;
        height: auto
    }

    .certified-logo-inner {
        display: flex;
        gap: 10px
    }
}

.section-slider {
    min-height: 0 !important
}

@media (max-width:480px) {
    .card-title {
        font-size: 15px
    }

    .card-description, .cta-button, .features-label, .features-list li, .price-label, .price-value {
        font-size: 13px
    }

    .cta-button {
        padding: 10px 20px
    }

    .tech-items {
        justify-content: flex-start
    }

    .tech-item {
        flex: 1 1 calc(50% - 7.5px);
        justify-content: center;
        min-width: 0
    }

    .tech-name {
        font-size: .85rem
    }

    .office-main-title {
        font-size: 1.8rem;
        line-height: 1.2
    }

    .office-services-grid {
        grid-template-columns: 1fr
    }

    .office-service-card {
        padding: 18px 16px
    }

    .office-service-title {
        font-size: .95rem
    }

    .office-service-description {
        font-size: .82rem
    }

    .title {
        font-size: 14px !important
    }

    .description {
        font-size: 15px !important
    }

    .modal-content {
        margin-left: -10px
    }

    .des-container {
        margin-top: 20% !important
    }
}

.bi-migrate-section {
    padding: 80px 0;
    background-color: rgb(213 247 255 / .39)
}

.bi-migrate-header {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 50px
}

    .bi-migrate-header h2 {
        color: #0c4958 !important;
        font-size: 38px !important;
        font-weight: 700 !important;
        margin-bottom: 15px !important
    }

    .bi-migrate-header p {
        font-size: 20px;
        color: #000000f0 !important;
        text-align: center !important;
        line-height: 1.4 !important
    }

.bi-migrate-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
    margin-top: 40px
}

.bi-migrate-card {
    background: #fff;
    padding: 35px 25px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgb(0 0 0 / .05);
    transition: .3s;
    border-top: 5px solid #0c4958;
    height: 100%
}

    .bi-migrate-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 15px 40px rgb(0 0 0 / .1)
    }

    .bi-migrate-card h3 {
        color: #0c4958 !important;
        font-size: 22px;
        font-weight: 600 !important;
        margin-bottom: 20px !important;
        text-align: left !important;
        background: 0 0 !important;
        padding: 0 !important
    }

    .bi-migrate-card p {
        font-size: 18px;
        line-height: 1.6 !important;
        color: #000000f0 !important;
        text-align: left !important;
        margin-bottom: 0 !important
    }

@media (max-width:992px) {
    .bi-migrate-grid {
        grid-template-columns: repeat(2,1fr)
    }
}

@media (max-width:768px) {
    .bi-migrate-grid {
        grid-template-columns: 1fr
    }

    .bi-migrate-header h2 {
        font-size: 24px !important
    }

    .bi-migrate-section {
        padding: 60px 20px
    }
}
.slide-background p{
    font-size:17px !important;
}
.slide-background h3 {
    font-size: 20px !important;
}
.slide-background{
   height: 500px !important;
}
.item .slider-card:first-child {
    height: 600px !important;
    padding:60px;
}
.case-img{
    height:85% !important;
}