    body {
        font-family: Arial, sans-serif;
        margin: 0;
        padding: 70px 0 0 0;
        background-color: #FFF;
        box-sizing: border-box;

    }
    .header {
        max-width:1240px;
        width: 100%;
        top:20px;
        padding:20px;
        position:fixed;
        z-index:99;
    }
    .header .logo a {
        display:inline-block;
    }
    .header.darkHeader {
        background:#fff;
        border-radius:100px;
        box-shadow:0 0 20px rgba(0,0,0,.1);
    }
    *{
        box-sizing: border-box;
    }
    .container{
        max-width: 1270px;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
    .container1{
        max-width: 1410px;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
    .ham-active .hamburger {
        position: fixed;
        right: 15px;
    }       
    header{
        padding: 20px 0px;
        background-color: #ffffff;
    }
    .ham-active .header nav {display: grid;box-shadow: -4px 4px 15px -3px rgba(0,0,0,0.75);}

.ham-active .hamburger span:nth-child(2) {
    display: none;
}

.ham-active .hamburger span:nth-child(1) {
    transform: rotate(45deg);
}

.ham-active .hamburger span:nth-child(3) {
    transform: rotate(-45deg);
    margin-top: -9px;
}
    .d-none{
        display: none;
    }
    .hamburger span {
        border: 2px solid #000;
        /* height: 10px; */
        width: 30px;
        display: block;
        margin-bottom: 5px;
    }
    
    .hamburger {
        display: none;
    }

    .header {
        display: flex;
        justify-content: space-between;
        align-items: center;
    
    }
    .stickwhat {
        position:fixed;
        bottom:30px;
        right:30px;
        z-index: 10;
    }
    .stickwhat img {
        transition: all .4s;
    }
    .stickwhat img:hover {
        transform:scale(1.2);
    }
    .header a {
        text-decoration: none;
        margin: 0 10px;
        color: #000;
        font-size: 18px;
        font-weight: 500;
        transition: all .4s;
    }
    .header a.active {
        color:#0169bc;
    }
    .header a:hover {
        color:#0169bc;
    }

    .header .contact-btn {
        background-color: #0169bc;
        color: white;
        padding: 14px 36px;
        border-radius: 25px;
        text-decoration: none;
    }
    .header .contact-btn:hover {
        color:#fff;
        filter:brightness(1.2);
    }
    .banner{
        background-color: #FFF;
        padding: 40px 0;
    }

    .main {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 60px;

    }
    .banner .star{
        display: flex;
        gap: 10px;
    }
    .banner .star p{
        font-weight: 500;
        line-height: 1.2;
        margin: 0px;
    }

    .main .content {
        max-width: 692px;
        width: 100%;
    }

    .main .content h1 {
        font-size: 42px;
        line-height: 1.2;
        font-weight: 500;
        color: #000;
    }

    .main .content p {
        color: #555;
    }

    .main .content .buttons {
        margin-top: 40px;
        display: inline-block;
    }

    .main .content .buttons a {
        text-decoration: none;
        padding: 29px;
        border-radius: 120px;
        margin-right: 10px;
    }

    .main .content .buttons .book-call {
        background-color: #0169bc;
        color: white;
        transition: all .4s ease-in;
        border: 2px solid #0169bc;
    }
    .main .content .buttons .book-call:hover {
        background: transparent;
        color: #000;
        border-color: #ccc;
    }

    .main .content .buttons .view-services {
        border: 2px solid #ccc;
        color: #333;
        transition: all .4s ease-in;
    }
    .main .content .buttons .view-services:hover {
        background: #0169bc;
        color: #FFF;
        border-color: #0169bc;
    }

    .main .image img {
        max-width: 100%;
        border-radius: 15px;
    }

    .stats {
        display: flex;
        justify-content: space-between;
        margin-top: 40px;
    }


    .stats .stat h2 {
        font-size: 52px;
        color: #000;
        line-height: 1.2;
        font-weight: 500;
        margin-bottom: 0px;
    }

    .stats .stat p {
        margin-top: 0px;
        color: #000;
        font-size: 18px;
        line-height: 1.2;
        font-weight: 400;
        opacity: 60%;
    }

    section.our-solution {
        padding: 60px 0px;
        background: #FFF;
    }

    .head-content {
        text-align: center;
    }

    .head-content p, .head-content1 p {
        color: #0169bc;
        font-size: 18px;
        line-height: 1;
        font-weight: 500;
        margin-bottom: 0px;
    }

    .head-content h2, .head-content1 h2 {
        font-size: 32px;
        font-weight: 500;
        line-height: 1.2;
        margin-top: 7px;
    }
    .tabs {
        display: flex;
        justify-content: center;
        margin: 20px 0px 36px ;
        gap: 22px;
        transition: all .5s ease-in;
    }

    .tab {
        padding: 15px 20px 15px 25px;
        border-radius: 40px;
        font-weight: 500;
        font-size: 17px;
        cursor: pointer;
        background-color: white;
        border: 1px solid #ccc;
        color: #333;
        align-items: center;
        display: flex;
    }

    .tab.active {
        background-color: #0169bc;
        color: white;
    }


    .our-solution .content-container {
        background-color: #EFEFEF;
        border-radius: 40px;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 45px;
        padding: 61px 108px;
        flex-wrap: wrap;
    }

    .box {

    width: 100%;
        max-width: 47%;
    }

    .box h3 {
        margin-top: 0;
        font-size: 24px;
        font-weight: 500;
        line-height: 1.2;
        margin-bottom: 11px;
    }

    .box p {
        font-size: 18px;
        font-weight: 400;
        line-height: 1.3;
        color: #0000009a;
    }

    .cta-box {
        background-color: #000;
        color: white;
        border-radius: 40px;
        padding: 30px 40px;
        max-width: 41%;
        width: 100%;
        max-width: calc(47% - 66px);

    }

    .cta-box h3 {
        margin: 0;
        font-size: 28px;
        font-weight: 300;
        line-height: 1.2;
        color: #FFF;
    }

    .cta-box button {
        margin-top: 10px;
        padding: 30px;
        background-color: #0169bc;
        border: none;
        font-weight: 500;
        color: white;
        border-radius: 120px;
        font-size: 20px;
        cursor: pointer;
    }
     .tabs .tab {
        transition:all .4s;
     }
    .tabs .tab:hover {
        filter: brightness(1.1);
    }
    .cta-box button {
        transition:all .4s;
    }
    .cta-box button:hover {
        filter: brightness(1.4);
    }
    .about-us{
        padding: 60px 0px;
        background-color: #FFF;
    }
    .about-us .head-content h2 {
        margin-bottom: 0px;
    }
    .about-us .head-content .text-area {
        color: #0000008a;
        font-weight: 400;
        max-width: 750px;
        line-height: 1.4;
        margin: auto;
        margin-top: 11px;
    }
    .container-card {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        max-width: 1010px;
        margin: auto;
        width: 100%;
        margin-top: 44px;
    }
    .card {
        display: flex;
        align-items: center;
        padding: 31.5px 20PX ;
        border-radius: 30px;
        background-color: #c9e3ff        ;
       transition: all .3s ease-in;
    }
    .card:hover {
        box-shadow: 0px 0px 14px 0px rgb(201 227 254);
    }
    .circle {
        width: 50px;
        height: 50px;
        padding: 5PX;
        background-color: #0169bc;
        border-radius: 50%;
        margin-right: 20px;
    }
    .circle img{
        width: 100% !important;
    }
    .text {
        display: flex;
        flex-direction: column;
    }
    .text h3 {
        margin: 0;
        font-size: 22px;
        font-weight: 500;
        line-height: 1.2;
        color: #000;
    }
    .text p {
        margin: 5px 0 0;
        font-size: 16px;
        font-weight: 400;
        color: #666;
    }
    .what-we-do{
        padding: 70px 0 ;
    }
    .what-main {
        display: flex;
        align-items: center;
        gap: 100px;
    }

    .profile {
        position: relative;
        flex: 1;
        text-align: center;
    }

    .profile img {
        width: 350px;
        height: 350px;
        border-radius: 50%;
    }

    .tags {
        position: absolute;
        top: 53%;
        left: 84%;
        transform: translate(-50%, -50%);
        display: flex;
        flex-wrap: wrap;
        max-width: 295px;
        gap: 10px;
        width: 100%;
    }

    .tag {
        background-color: #E7EFFF;
        padding: 13px 26px;
        border-radius: 20px;
        font-size: 15px;
        font-weight: 500;
        color: #333;
    }

    .content {
        flex: 1;
    }

    .content h2 {
        color: #000f;
        font-size: 18px;
        margin-bottom: 10px;
    }
    #contact img {
        width: 115px;
        float: inline-end;
        transform: scaleY(-1);
    }

    .content h1 {
        font-size: 28px;
        color: #333;
        margin-bottom: 20px;
    }

    .content p {
        font-size: 16px;
        color: #666;
        margin-bottom: 20px;
    }

    .services {
        list-style: none;
        padding: 0;
    }
    .head-content1 h2 {
        margin-bottom: 0px;
    }
    .head-content1 p.text- {
        color: #000;
        line-height: 1.3;
        margin-bottom: 8px;
        font-weight: 400;
    }

    .services li {
        display: flex;
        align-items: center;
        gap: 30px;
        margin-bottom: 20px;
    }

    .services li img {
        width: 40px;
        height: 40px;
    }

    .services li h3 {
        margin: 0;
        font-size: 22px;
        color: #000;
        font-weight: 600;
    }

    .services li p {
        margin: 5px 0 0;
        font-size: 18px;
        color: #000;
        font-weight: 400;
    }
    .what-main .profile {
        width: 50%;
    }

    .what-main .head-content1 {
        width: 45%;
    }

    .industry .head  {
        margin-bottom: 40px;
    }

    .industry-main .head-content1 {
        text-align: center;
        max-width: 750px;
        width: 100%;
        margin: auto;
    }

    .header h2 {
        color: #333;
        font-size: 2em;
        margin-bottom: 10px;
    }

    .header p {
        color: #666;
        font-size: 1.2em;
    }

    .industry-main .cards {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(205px, 1fr));
        gap: 20px;
        margin-top: 30px;
    }

     .industry-main .cards .card {
        background-color: #0169bc;
        color: white;
        display: block;
        border-radius: 25px;
        padding: 20px 32px 70px 19px;
        text-align: left;
    }
  .industry-main .cards .card img{
        width: 45px;
        margin-bottom: 10px;
    }

    .industry-main .cards .card:hover {
        transform: translateY(-5px);
    }

  .industry-main .cards .card h3 {
        margin-top: 0px;
        font-size: 24px;
        line-height: 1.2    ;
        margin-bottom: 15px;
    }

    .industry-main .cards .card p {
        font-size: 14px;
        line-height: 1.3;
        color: #FFF;
    }

    .industry-main .cards .card.black {
        background-color: black;
    }

    .industry-main .cards .card.black a {
        color: #FFF;
        text-decoration: none;
        font-weight: bold;
    }

    section.industry {
        padding: 70px 0;
    }

    .case-study-main.head-content1 {
        text-align: center;
    }
    .case-study-main.head-content1 .content {
        margin-top: 40px !important;
        background-color: #c9e3ff;
        border-radius: 30px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        padding: 24px 53px 32px 48px;
        display: flex;
        gap: 45px;
        align-items: center;
        max-width: 995px;
        width: 100%;
        margin: auto;
    }
    .salesforce .icon img {
        width: 50px;
    }
    .case-study-main.head-content1 .content .image-section {
        max-width: 500px;
        border-radius: 30px;
        overflow: hidden;
        border: 5px solid #FFF;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }
    .salesforce {
        display: flex;
        align-items: flex-start;
        background: #c9e3ff;        ;
        padding: 20px;
        border-radius: 25px;
       transition: all .3s ease-in;
       max-width: calc(50% - 10px);
        width: 100%;
    }
    .salesforce:hover{
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }
    /* .icon.circle {
        width: 70px;
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
    } */
    .salesforce .icon {
        font-size: 24px;
        margin-right: 15px;
    }
    
    .salesforce .content h2 {
        font-size: 22px;
        font-weight: 500;
        margin: 0 0 10px;
    }
    
    .salesforce .content p {
        font-size: 16px;
        color: #333;
        font-weight: 400;
        margin-top: 5px;
        line-height: 1.5;
    }

   .salesforce .badge {
    display: inline-block;
    background: #87afd9;
    color: #ffffff;
    font-size: 13px;
    padding: 6px 13px;
    border-radius: 38px;
    font-weight: 500;
    margin-top: 10px;
}

    .salesforce-main {
        padding-top: 40px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 20px;
    }

    .image-section img {
        width: 100%;
        height: auto;

    }
    .tara{
        font-size: 18px !important;
    }
    .case-study-main.head-content1 .content .text-section {
        max-width: calc(100% - 400px);
        text-align: left;
    }

    .case-study-main.head-content1 .content .text-section h3 {
        font-size: 24   px;
        color: #333;
        margin-bottom: 10px;
    }

    .text-section p {
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 20px;
        color: #555;
    }

    .text-section a {
        color: #0169bc;
        text-decoration: none;
    }

    .text-section a:hover {
        text-decoration: underline;
    }



    section.carrer {
        padding: 70px 0;
    }

    .head-content1.head-content2 {
        background: #000;
        text-align: center;
        border-radius: 40px;
        padding: 61px 40px 90px;
    }

    .head-content1.head-content2 h2 {
        color: #FFF;
    }

    .head-content1.head-content2 .text- {
        color: #FFF;
        max-width: 734px;
        margin: 13px auto 55px auto;
    }

    .head-content1.head-content2 .button a {
        background: #0169bc;
        border-radius: 40px;
        padding: 24px 47px;
        color: #FFF;
        font-weight: 400;
        font-size: 24px;
        margin-right: 0px;
        text-decoration: none;
    }
    .head-content1.head-content2 .button {
        display: inline-flex;
        position: relative;
    }
    .head-content1.head-content2 .button img.arrow {
        position: absolute;
        right: -100px;
        top: -60px;
    }
    .caselist {
        display:flex;
        justify-content: center;
        gap:40px;
        margin-top:40px;
    }
.caselist li{
    list-style:none;
}
    section.contact-form {
        max-width: 890px;
        width: 100%;
        margin: auto;
        padding: 40px 15px 70px;
    }

    section.contact-form div.contact-form {
        display: flex;
        align-items: center;
        gap: 45px;
    }

    section.contact-form .contact-content {
        width: 50%;
    }

    .contact-form .form {
        width: 42%;
        padding: 44px 39px;
        background: #000;
        border-radius: 30px;
    }

    .contact-form .contact-content h1 {
        font-size: 42px;
        font-weight: 500;
        color: #000;
        line-height: 1.2;
        margin-bottom: 0px;
    }

    .contact-form .contact-content p {
        font-size: 18px;
        line-height: 1.6;
    }

    .form-content h4 {
        font-size: 22px;
        color: #FFF;
        margin-top: 0px;
        margin-bottom: 0px;
        font-weight: 500;
        line-height: 1;
    }

    .form-content p {
        margin-top: 5px;
        color: #FFF;
        font-size: 18px;
        font-weight: 400;
        margin-bottom: 30px;
        margin-top:15px;
        font-size:14px;
        opacity:.8;
    }


    .form form p label {
        width: 100%;
        color: #FFF;
        font-size: 17px;
        line-height: 1;
        margin-bottom: 5px;
        display: block;
    }

    .form form p input {
        width: 100%;
        border-radius: 10px;
        border: none;
        outline: none;
        padding: 15px;    
        height: 54px;
    }
    .form form p input[type="submit"] {
        background: #0169bc;
        color: #FFF;
        font-size: 20px;
    }
    section.partners {
        padding: 40px 0px 70px;
    }
    .partners .head-content1 {
        text-align: center;
        margin-bottom: 30px;
    }

    .partners-logo {
        justify-content: center;
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }

    .partners-logo img {
        width: inherit;
    }
 footer .main {
            align-items: start;
        }
        .address_cnt p {
            margin-top:0px;
            line-height:1.5;
        }
     footer   .privacy {
            width:370px;
        }
        .address_lc {
            opacity:.9;
        }
        .copyright {
            display:flex;
            justify-content: space-between;
            color:#fff;

        }
        .copyright p {
            opacity:.8;
        }
        .copyright a {
            color:#fff;
            text-decoration:none;
            opacity:.8;
            transition:all .4s;
        }
        .copyright a:hover {
            opacity:1;
        }
        .cntry {font-weight:bold; font-size:18px;}
        .cntry img {margin-right:10px; width:22px;}
.address_cnt *{
    color:#fff;
}
    footer{
        background-color: #0169bc;
        padding: 70px 0px;
    }
    .privacy a {
        text-decoration: none;
        color: #FFF;
        font-size: 18px;
        margin-left: 30px;
    }
    .scroll header {
        position: sticky;
        top: 0px;
        z-index: 10;
        box-shadow: 0px 0px 11px 0px black;
    }

    section.p-content {
        padding: 70px;
    }




    section.p-banner {
        padding: 60px 0;
        background: #0169bc;
    }
    
    section.p-banner h1 {
        text-align: center;
        font-size: 35px;
        text-transform: uppercase;
        color: #FFF;
        font-weight: 900;
    }

    .case-study{
        padding: 70px 0 ;
    }


    @media screen and (max-width: 768px) {
        .content {
        grid-template-columns: 1fr;
        }
        .salesforce {
            max-width: 100%;
            display: block;
        }
        .icon.circle {
            margin-bottom: 10px;
        }
        #contact img {
            display: none;
        }
    }

   

    @media screen and (max-width: 1200px){
        .main .content {
            max-width: 50%;
        }
        
        .main .image {
            max-width: 50%;
        }
        
        section.banner {
            padding: 50px 0;
        }
        
        section.our-solution {
            padding: 40px 0;
        }
        
        .tab {
            padding: 30px;
        }
        
        .our-solution .content-container {
            padding: 40px 50px;
        }
        
        .cta-box {
            max-width: calc(55% - 64px);
        }
        
        section#about-us {
            padding: 40px 0;
        }
        
        section#what-we-do {
            padding: 40px 0;
        }
        
        section#industry {
            padding: 40px 0;
        }
        
        section#case-study {
            padding: 40px 0;
        }
        
        section#hire {
            padding: 40px 0;
        }
    }


    @media screen and (max-width: 1024px) {
        .main {
            flex-direction: column;
            text-align: center;
        }
    
        .buttons {
            justify-content: center;
        }
    
        .stats {
          
            text-align: center;
        }
    
        h1 {
            font-size: 2.4rem;
        }
        .banner .star {
            justify-content: center;
        }

        
        .main .content {
            max-width: 100%;
        }
        
        .stats {
            justify-content: space-around;
        }
        
        .main .image {
            max-width: 100%;
        }
        
        .our-solution .content-container {
            padding: 40px 20px;
            gap: 20px;
        }
    }

    @media screen and (max-width:991px) {
        .contact {
            display: none;
        }
        .d-none {
            display: inline-block;
        }
        .header nav {
            max-width: 320px;
            width: 100%;
            display: grid;
            background: #FFF;
            position: fixed;
            right: 0px;
            top: 0;
            z-index: 9;
            padding: 100px 20px;
            display: none;
            gap: 21px;
        }
        
        .header nav a {
        }
        
        .header nav a.contact-btn.d-none {
            width: fit-content;
        }
        .hamburger {
            display: block;
            z-index: 10;
        }
        
    }
    
    /* For Mobile Devices */
    @media screen and (max-width: 768px) {
        h1 {
            font-size: 2rem;
        }
        .header {
            max-width: 96%;
            margin: auto;
            left: 0;
            top: 6px;
            right: 0;
        }
        
       
    
        .buttons a {
            width: 100%;
            padding: 12px 20px;
            font-size: 14px;
        }
    
        .stats {
      
            align-items: center;
        }
    
        .stat h2 {
            font-size: 2rem;
        }
        .tabs {
            flex-direction: column;
        }
    
        .tab {
            width: 100%;
            text-align: center;
            padding: 15px;
        }
    
        .head-content h2 {
            font-size: 1.5rem;
        }
        .banner .main .content h1 {
            margin-top: 0px;
        }
        
        .stats {
            margin-top: 20px;
        }
        
        .main {
            gap: 30px;
        }
        
        section.banner {
            padding: 50px 0px 20px;
        }
        
        .box, .cta-box {
            max-width: 100%;
        }
        
        .our-solution .content-container {
            gap: 10px;
        }
        
        section#about-us {
            padding-top: 20px;
        }
        
        section#solutions {
            padding: 20px 0;
        }
        
        .container-card {
            grid-template-columns: repeat(1, 1fr);
        }
        
        .what-main {
            flex-wrap: wrap;
        }
        
        .what-main .head-content1 {
            max-width: 100%;
            width: 100%;
        }
        
        section#what-we-do {
            padding: 20px 0;
        }
        
        section#industry {
            padding: 20px 0;
        }
        
        section#case-study {
            padding: 20px 0;
        }
        
        .case-study-main.head-content1 .content {
            flex-wrap: wrap;
            padding: 40px 20px;
        }
        
        .case-study-main.head-content1 .content .image-section {
            max-width: 100%;
        }
        
        .case-study-main.head-content1 .content .text-section {
            max-width: 100%;
        }
        
        .image-section img {
            text-align: center;
        }
        
        section.contact-form div.contact-form {
            flex-wrap: wrap;
            gap: 20px;
        }
        
        section.contact-form .contact-content {
            width: 100%;
        }
        
        .contact-form .form {
            width: 100%;
        }
        
        section.contact-form {
            padding: 20px 15px;
        }
        
        section.partners {
            padding: 20px 0px 30px;
        }
        
        footer {
            padding: 40px 0;
        }
    }
    
    /* For Small Mobile Devices */
    @media screen and (max-width: 480px) {
        ul.caselist {
            flex-wrap: wrap;
        }
        h1 {
            font-size: 1.8rem;
        }
        .cards .flip-card{
            height: 300px;
        }
        .address_cnt {
            text-align: left;
        }
        .address_cnt .cntry {
            margin-bottom: 0;
        }
        .header .logo a img {
            width: 150px;
        }
        header{
            padding: 10px 0;
        }
        .tabs .tab {
            justify-content: center;
        }
        .cta-box h3{
            font-size: 24px ;
        }
        .cta-box{
            padding: 30px 20px;
        }
    
        .buttons a {
            font-size: 16px;
            padding: 22px 15px !important;
        }
    
        .stat h2 {
            font-size: 1.8rem;
        }
    
        .stat p {
            font-size: 14px;
        }
        .banner .main .content h1 {
            font-size: 30px;
        }
        
        .stats {
            flex-direction: column;
        }
        
        .stats .stat h2 {
            margin-top: 15px;
        }
        
        .main .content .buttons {
            display: flex;
        }
        
        .card {
            padding: 20px;
        }
        
        .text {
            max-width: calc(100% - 60px);
        }
        
        .circle {
            margin-right: 10px;
        }
        
        .tags {
            top: 87%;
            left: 50%;
            MARGIN: AUTO;
            MAX-WIDTH: 100%;
            gap: 10px;
        }
        
        .tag {
            PADDING: 7PX 20px;
        }
        
        .what-main {
            gap: 50px;
        }
        
        .services li h3 {
            font-size: 19px;
        }
        
        .services li {
            gap: 20px;
        }
        
        .services li p {
            font-size: 16px;
            line-height: 1.3;
        }
        
        .head-content1 h2 {
            font-size: 26px;
        }
        
        .industry-main .cards .card {
            padding: 40px 15px;
        }
        
        .industry-main .cards .card h3 {
            margin-top: 0px;
        }
        
        .industry-main .cards {
            gap: 10px;
        }
        
        .case-study-main.head-content1 .content {
            gap: 20px;
        }
        
        .head-content1.head-content2 {
            padding: 40px 20px;
        }
        
        .head-content1.head-content2 .button a {
            font-size: 18px;
            margin: 0;
        }
        
        .head-content1.head-content2 .button img.arrow {
            display: none;
        }
        
        .head-content1.head-content2 .text- {
            margin-bottom: 20px;
        }
        
        .contact-form .contact-content h1 {
            margin-top: 0px;
            font-size: 25px;
        }
        
        .contact-form .form {
            padding: 30px 20px;
        }
        
        .partners-logo img {
            width: 46%;
        }
        
        .partners-logo {
            justify-content: space-between;
        }
    }
    


    /* .flip-card {
        width: 100%;
        height: 400px;
        perspective: 1000px;
        position: relative;
    }

    .flip-card-inner {
        width: 100%;
        height: 100%;
        position: relative;
        transform-style: preserve-3d;
        transition: transform 0.6s;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

    .flip-card-front, .flip-card-back {
        position: absolute;
        width: 100%;
        height: 100%;
        backface-visibility: hidden;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 20px;
        border-radius: 10px;
    }

    .flip-card-front {
        background: #f8f8f8;
        z-index: 2;
    }

    .flip-card-back {
        background: #3498db;
        color: white;
        transform: rotateY(180deg);
    } */
     




    .flip-card {
        background-color: transparent;
        width: 100%;
        height: 400px;
        perspective: 1000px;
      }
      
      .flip-card-inner {
        position: relative;
        width: 100%;
        height: 100%;
        text-align: center;
        transition: transform 0.6s;
        transform-style: preserve-3d;
        /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); */
        backface-visibility: hidden;
        -moz-backface-visibility: hidden;
      }
      
      .flip-card:focus {
          outline: 0;
      }
      
    /*  .flip-card:hover .flip-card-inner,
      .flip-card:focus .flip-card-inner{
        transform: rotateY(180deg);
      }
      */
      .flip-card-front,
      .flip-card-back {
        position: absolute;
        width: 100%;
        height: 100%;
      }
      
      .flip-card-front {
      
        z-index: 2;
     
      }
      
      .flip-card-back {
  
        transform: rotateY(180deg);
        z-index: 1;
  
      }
      .card-back.card.flip-card-back {
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        align-content: center;
        padding-right: 20px;
        justify-content: center;
        padding-left: 20px;
    }
    .card-back.card.flip-card-back h3 {
        margin-bottom: 0px;
    }
    
    .card-back.card.flip-card-back p {
        margin-top: 5px;
        margin-bottom: 0px;
        display: flex
        ;
            align-items: flex-start;
    }
    .card-back.card.flip-card-back p img {
        width: 20px;
        margin-right: 5px;
        margin-bottom: 5px;
    }
      
   