@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

/* html{
    scroll-behavior: smooth;
} */
*{
    margin: 0;
    padding: 0;
    transition: all 0.5s;
}
body{
  font-family: "Jost", sans-serif;
  transition: all 0.5s;
}
a{
    text-decoration: none;
}
.img-100{
    width:100%;
    height:100%;
    object-fit: cover;
}
ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
:root {
    --main-background:#022f4c;
    --font-family: "Jost", sans-serif;
    --font-size-base: 16px;
    --background-color:#007074;
    --theme-color: #027373;
    --theme-color2: #023859;
    --black-color:#000;
    --white-color:#fff;
    --font-mediun:40px;
    --font-weight:bolder;
}
.top_bottom_spacing{
    padding: 60px 0px;
}
.theme-text{
    color: var(--theme-color);
}
.btn-theme{
    background-color: var(--theme-color);
    color:#fff;
    border-radius: 8px;
    border:1px solid var(--theme-color);
    font-family: var(--font-family);
    transition: all 0.5s;
}
.btn-theme:hover{
    background-color: var(--white-color);
    color:var(--theme-color);
}
.whatsappIcon {
    width: 60px;
    height: 60px;
    object-fit: contain;
}
.whatsappDiv {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    right: 15px;
    bottom: 10px;
    cursor: pointer;
    z-index: 999;
}
.realImg img {
    width: 100%;
    background: #000;
    padding: 5px;
}
/* navbar */
nav.navbar{
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
    transition: all 0.3s;
}
a.navbar-brand {
    width: 170px;
    transition: all 0.5s;
}
nav.navbar.scrolled {
    padding: 4px 0px;

    .navbar-brand {
        width: 150px;
    }
}

a.nav-link {
    font-size: 1rem;
    font-weight: 600;
}
li.nav-item {
    margin-right: 20px;
}
.headerLogo {
    width: 100%;
    max-width: 50px;
}
/* navbar */

/* Banner section */
.banner-section{
    background: url('../images/banner-image-bg.jpg');
    height:600px;
    position: relative;
}
.banner-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8); /* dark overlay */
    z-index: 1;
}

.banner-section * {
    position: relative;
    z-index: 2;
}
.banner-title{
    color: #fff;
    font-size: 3rem;
    font-weight: 400;
}
p.typed-subtitle {
    font-weight: 600;
}
img.banner-img {
    width: auto;
    height: 350px;
    margin: 55px auto 0px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
/* Banner section */

/* About Section Start */
.our_client_section,
.about_section{
    background-image: url('../images/about-background.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.main-about-section .about-img-container {
    position: relative;
    height: 400px;
}
.main-about-section .about-img-section {
    height: 357px;
    box-shadow: 0px 0px 0px 10px var(--theme-color) inset;
    padding-right: 50px;
    border-radius: 8px;
    width: 90%;
    /* height: 300px; */
}
.main-about-section .about-img-section img {
    width: 110%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
    position: relative;
    top: -40px;
    left: 40px;
}
.learn-more-button{
    background-color: var(--theme-color);
    border-radius: 8px;
    border:none;
}
.learn-more-button a{
    padding:8px 35px;
    text-decoration: none;
    color:var(--white-color);
    font-weight: 600;
    vertical-align: text-top;
    letter-spacing: 1px;
    font-size: 13px;
    text-transform: uppercase;
}
.small-heading{
    color: var(--theme-color2);
}
/* About Section End */

/* our client section start */
.our_client_section .row{
    gap: 20px 0;
}
.client_heading{
    font-size: var(--font-mediun);
    color: #000;
    font-weight: var(--font-weight);
}
.underline_img {
    width: 100%;
    max-width: 319px;
}
.our_client_card {
    border: 1px solid #6666;
    padding: 15px;
    border-radius: 10px;
    background: var(--white-color);
}
.add_price {
    font-size: 25px;
    text-align: center;
    background: var(--background-color);
    padding: 7px 0;
    font-weight: var(--font-weight);
    color:var(--white-color);
}
.our_client_card iframe {
    border: 0;
    width: 100%;
}
.revenue_number {
    font-size: 72px;
    color: #35363d;
    font-weight: var(--font-weight);
}
.revenue_text{
    font-size: var(--font-size-base);
}
.add_price_box {
    border-bottom: 1px solid #6666;
    padding: 10px 0px;
    margin-bottom: 30px;
}
/* our client section end */

/*  */
.servicesImg {
    width: 100%;
    transition: transform 2s ease, -webkit-transform 2s ease;
    border-radius: 10px;
    height: 290px;
    object-fit: cover;
}
.card_text_bottom {
    background: var(--main-background);
    padding: 20px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    position: absolute;
    width: 100%;
    bottom: 0;
    border-radius: 0px 0px 10px 10px;
}
.card_text {
    margin: 0;
}
.services_card {
    position: relative;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5) !important;
    border-radius: 10px;
    overflow: hidden;
}
.services_card:hover .servicesImg {
    -webkit-transform: scale(1.3) rotate(10deg);
    transform: scale(1.3) rotate(10deg);
}
.services_section .row{
  gap: 20px 0;
}
/*  */

/* review section */
.client-section .review-card{
    background: var(--main-background);
    color:var(--white-color);
    padding: 60px 40px 40px;
    border-radius: 30px;
}
.client-section .review-card {
    position: relative;
}
.client-section .review-card img:not(.quotes-open,.quotes-close){
    width: 100px;
    margin: auto;
}
.client-section .review-card img.map-pin{
    width: 20px;
    margin-right: 5px;
}
.client-section .review-card img.quotes-open,
.client-section .review-card img.quotes-close{
    width: 40px;
    height: auto;
}
.client-section .review-card .card-title{
    margin-bottom: 10px;
}
.client-section .review-card .desc{
    position: relative;
    text-indent: 20px;
}
.client-section .review-card .desc img{
    position: absolute;
}
.client-section .review-card .desc .quotes-open{
    left: 5px;
    top: -20px;
}
.client-section .review-card .desc .quotes-close{
    right: 0px;
    bottom: -20px;
}
.trustpilot-logo{
    width: 180px;
}
.review-carousel{
    position: relative;
}
.owl-theme .owl-nav [class*='owl-']{
    background: var(--gredient);
    border-radius: 30px;
}
.owl-theme .owl-nav [class*='owl-']:hover{
    background-color: var(--white);
    color: var(--skyblue);
}
.owl-theme .owl-nav [class*='owl-'] svg{
    font-size: 20px;
    padding: 5px 5px 3px;
}
.owl-theme .owl-nav .owl-prev,
.owl-theme .owl-nav .owl-next{
    position: absolute;
    top: 50%;
    left:0px;
    transform: translate(-50%, 0px);
}
.owl-theme .owl-nav .owl-next{
    left:inherit;
    right: -3.5%;
}
.owl-theme .owl-nav [class*='owl-']:hover {
    background: #fff;
    color: #022f4c;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: #fff;
    color: #022f4c;
    border: none;
    padding: 0;
    font: inherit;
    height: 40px;
    width: 40px;
    box-shadow: 0px 0px 20px 0px #0273739e;
}
/* review section */

/*  footer section  */
.owl-carousel.technologies{
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
    z-index: 1;
}
.owl-carousel.technologies .item {
    width: 200px;
    height: 100px;
    text-align: center;
}
.owl-carousel .owl-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.main-img-slide {
    overflow: hidden;
    margin: 40px 0px;
    height: 200px;
    position: relative;
}

.business-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.business-img img:nth-child(2) {
    position: absolute;
    left: 49.8%;
    top: -2%;
    will-change: transform;
    transform: translate3d(-96px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(-3.2532deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}

.footer-left-side h3 {
    font-size: 48px;
    margin-bottom: 40px;
    font-style: normal;
}

.footer-link ul {
    list-style-type: none;
    margin: 0px;
}

.footer-link ul,
.footer-link ul li {
    display: inline-block;
    padding: 0 30px 0px 0px;
}

.footer-area {
    background: var(--theme-color);
    color: var(--white-color);
    padding: 100px 70px 70px 70px;
    border-radius: 0px 32px 0px 0px;
}

a.mail-link {
    color: var(--white-color);
    text-decoration: none;
}

.footer-item h4 {
    font-size: 24px;
    color: var(--white-color);
    margin-bottom: 16px;
    text-transform: capitalize;
}

.footer-item p {
    margin: 0;
    height: 64px;
}

.footer-link {
    padding-top: 50px;
}

.footer-link.less-padding{
    padding-top: 30px;
}

.footer-right-side {
    position: absolute;
    bottom: 10%;
    content: "";
    text-align: center;
    left: 50%;
    transform: translate(-50%, 0px);
    font-family: var(--font-family);
    cursor: pointer;
}

.footer-right-side img {
    margin-bottom: 10px;

}

.footer-item img.arrow-rotat {
    padding-left: 0px;
    transform: rotate(45deg);
    transition: all 0.5s;
}

.footer-item img.arrow-rotat:hover {
    transform: rotate(0deg);
    margin-top: -10px;
}
.footer-link a {
    color: #fff;
    font-size: 18px;
}
/* footer */

/*responsive*/
@media(max-width: 1200px){
    .revenue_number {
    font-size: 45px;
}
.add_price {
    font-size: 20px;
}
}
@media(max-width: 992px){
.client_heading {
    font-size: 32px;
}
.footer-link ul, .footer-link ul li {
    display: inline-block;
    padding: 0 12px 0px 0px;
}
}
@media(max-width: 767px){
  .footer-col{
        width: 50%;
        margin-bottom: 30px;
    }
    .banner-title {
        font-size: 2rem;
        height: 170px;
    }
    img.banner-img {
        height: 230px;
    }
    .banner-section {
        height: 452px;
    }
}
@media(max-width: 574px){
    .footer-area {
    padding: 35px 70px 116px 19px;
}
  .footer-col{
    width: 100%;
}
}
.navbar-light .navbar-toggler-icon {
    background-image: url("../images/menuIcon.png") !important;
}
.navbar-light .navbar-toggler {
    color: transparent;
    border: none;
}

.navbar-toggler-icon {
    width: 40px;
}

/*  footer section  */





 /* Modal size + no default padding */
    .modal-dialog.modal-xl {
      max-width: 1100px;
    }
 
    .modal-content {
        border-radius: 18px;
        border: none;
        overflow: hidden;
        PADDING: 20px 30px;
    }

    /* Check list */
    .service-list {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 14px 32px;
      margin-top: 6px;
    }
    .service-item {
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 15px;
        font-weight: 900;
        color: #027373 !important;
    }
    .experience-pill {
        background: #027373;
        border: none;
        padding: 10px 20px;
        border-radius: 7px;
        color: #fff;
        margin-bottom: 20px;
    }
    .servicsModal {
        width: 100%;
        border-radius: 10px;
        max-width: 100%;
        object-fit: contain;
    }
    .service-check {
      width: 26px;
      height: 26px;
      border-radius: 999px;
      background: #16a34a;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-size: 13px;
    }

    /* Close button */
    .custom-close-btn {
      border: none;
      background: transparent;
      font-size: 20px;
      line-height: 1;
      color: #999;
      display: inline-block;
      margin-left: auto;
    }

    .custom-close-btn:hover {
      color: #444;
    }

    @media (max-width: 991.98px) {
      .modal-content {
        border-radius: 0;
      }

      .modal-left {
        padding-bottom: 50px;
      }

      .service-list {
        grid-template-columns: 1fr;
      }

        .servicsModal {
            max-width: 350px;
        }
    } 
        .left-cta-wrapper {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
    }

    .left-cta {
      background: #4b2cfd;
      color: #fff !important;
      padding: 16px 24px;
      font-size: 16px;
      font-weight: 600;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      text-decoration: none;
    }

    .left-cta i {
      font-size: 15px;
    }