:root {
  --primary-navy: #0A2342;
  --corporate-blue: #0083c3;
  --light-background: #f2f6fd;
  --soft-blue: #DCEAF7;
  --text-grey: #1F2937;
  --border-grey: #D9E2EC;
  --base-font: "Manrope", sans-serif;
  --section-padding: 100px 0;
  --section-padding-bottom: 100px;
  --section-padding-mobile: 50px 0;
  --white-color: #FFFFFF;
  --btn-hover-bg : #036799;
  --dark-gray: #6f7a8c;
}


@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
body {
    font-family: var(--base-font);
    font-optical-sizing: auto;
    font-style: normal;
    background: var(--white-color) !important;
    font-size: 16px !important;
    /* padding-top: 72px;  */
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--base-font);
}

p {
    font-family: var(--base-font);
    
}

span {
    font-family: var(--base-font);
}

ul {
    font-family: var(--base-font);
}

li {
    font-family: var(--base-font);
}

a {
    font-family: var(--base-font);
}
button{
    font-family: var(--base-font);
}
input{
    font-family: var(--base-font);
}
textarea{
    font-family: var(--base-font);
}
a:hover{
    color: var(--corporate-blue);
}
.section-padding-bottom{
    padding-bottom: var(--section-padding-bottom);
}
/* ***************** HEADER STYLES START ***************** */
/* .wrapper-header{
    width: calc(100% - 200px);
    display: block;
    margin: 0 auto;
} */


.bg-light {
    background: transparent !important;
    z-index: 999999;
}

.logo-img {
    width: 170px;
}

.navbar-toggler-icon {
    background-image: url(../img/burger-icon.svg) !important;
}

.navbar-toggler {
    box-shadow: 0 0 0 0 !important;
    outline: 0 !important;
}



.img-social-media-genrl {
    width: 40px;
}

/* ***************** HEADER STYLES END ***************** */
.about-me-img {
    /* border: 3px solid #00b5a9;
    padding: 8px; */
}


.icon-graphic {
    width: 50px;
}

.icon-web {
    width: 60px;
}

.wrap-img-icon {
    min-height: 70px;
}

.icon-phone {
    width: 30px;
}

.icon-uiux {
    width: 60px;
}




.btn-contact-submit {
    background-image: linear-gradient(315deg, #00b5a9, #01637f);
    color: var(--white-color);
    padding: 10px 40px 10px;
    margin-top: 15px;
    font-weight: bold;
    font-size: 22px;
    border-radius: 100px;
    font-family: var(--base-font);
    text-transform: unset !important;
    border: 1px solid #00b5a9;
    transition: 0.3s ease-in-out;

}

.gradient-text{
    background-image: linear-gradient(90deg,  var(--corporate-blue),  var(--corporate-blue)) !important;
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 3px;
    
}
.btn-contact-submit:hover {
    color: var(--white-color);
    border: 1px solid var(--white-color);
    transition: 0.3s ease-in-out;
}
.arc-content-background-blur {
    background-color: rgb(186, 155, 252);
    filter: blur(300px);
    border-radius: 100%;
    position: absolute;
    top: 250px;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    z-index: -999999 !important;
    width: 500px;
    height: 200px;
    display: flex;
}
/* .arc-content-background-blur {
    background-color: rgb(186, 155, 252);
    filter: blur(180px);
    border-radius: 100%;
    position: absolute;
    top: 250px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    display: none;
    z-index: 99999999 !important;
    width: 300px;
    height: 130px;
    display: flex;
} */
.arc-content-background-blur-hero{
    background-color: rgb(186, 155, 252);
    filter: blur(300px);
    border-radius: 100%;
    position: absolute;
    top: 250px;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    z-index: -999999 !important;
    width: 500px;
    height: 200px;
    display: flex;
}
.btn-case-studies{
    margin-left: 15px !important;
}
.btn-header-nav{
    width: 130px !important;
}
.btn-header-nav::before {
    background: #ffffff !important;
}
.btn-case-studies::before {
    background: #e6ecf6 !important;
}
.hero-actions{
    margin-top: 50px;
}
.wrapper-status-indicator{
    margin-bottom: 15px;
}
.status-indicator {
    position: relative;
    width: 13px;
    height: 13px;
    margin-right: 25px;
  }
  
  .status-dot {
    width: 13px;
    height: 13px;
    background-color: #22c55e; /* green */
    border-radius: 50%;
    position: absolute;
    top: 4px;
    left: 0;
  }
  
  /* Ripple animation */
  .status-indicator::before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    background-color: rgba(34, 197, 94, 0.6);
    border-radius: 100%;
    animation: ripple 1.2s infinite ease-out;
    left: -1px;
    top: 3px;
  }
  .hero-small-desc {
    display: block;
    max-width: 950px;
    width: 100%;
    font-size: 20px;
    margin: 15px auto 30px;
    font-weight: 400;
    color: #ffffff;
}

#portfolio{
    /* background: #e4eef5 !important; */
    background: #eeecf9 !important;
}  





  @keyframes ripple {
    0% {
      transform: scale(1);
      opacity: 0.6;
    }
    100% {
      transform: scale(2.5);
      opacity: 0;
    }
  }


@keyframes bounce {
    from {
        transform: translateY(0px);
    }

    to {
        transform: translateY(-15px);
    }
}

@-webkit-keyframes bounce {
    from {
        transform: translateY(0px);
    }

    to {
        transform: translateY(-15px);
    }
}

.icon-genrl-style-footer {
    width: 20px;
    margin: 0 10px;
}

.custom-mb {
    margin-bottom: 5px;
}

#home {
    position: relative;
}


.input_form img {
    width: 30px;
    font-size: 20px;
    color: #D8D8D8;
    position: absolute;
    top: 10px;
    z-index: 5;
    left: 0px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

::placeholder {
    color: black;
}

.alert-success {
    position: fixed;
    top: 100px;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
    color: #155724;
    font-size: 16px;
    text-align: center;
    margin-bottom: 0;
    border: 1px solid #c3e6cb;
    background-color: #d4edda;
    letter-spacing: 1px;
    width: 90%;
    z-index: 999999999999999999999999 !important;
}

.heading-genrl {
    display: block;
    width: 100%;
}

/* ===================== HEADING STYLE START ===================== */
.wrap-heading {
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    width: 100%;
}



.wrap-heading h2 {
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    font-family: var(--base-font);
    text-transform: unset !important;
    font-size: 52px;
}
.wrapper-project-item{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 30px;
}
.project-thumbnail{
    width: 100%;
    height: 500px;
    object-fit: cover;
    transition: transform 0.2s ease;
}
.wrapper-project-item:hover .project-thumbnail{
    transform: scale(1.2);
}
.wrapper-tags{
    position: absolute;
    top: 30px;
    left: 30px;
    transform: translateY(-80px);
    transition: 0.2s ease-in-out;
}
.wrapper-project-item:hover .wrapper-tags{
    transform: translateY(0px);
    transition: 0.2s ease-in-out;
}
.wrapper-tags span{
    font-size: 14px;
    color: #0c0407;
    background: var(--white-color);
    border-radius: 100px;
    padding: 6px 12px;
    font-weight: 700;
    margin-right: 5px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
}
.wrapper-overlay-content{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 250px;
    padding: 70px 30px 30px;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    transform: translateY(140px);
    transition: 0.2s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;

}
.wrapper-project-item:hover .wrapper-overlay-content{
    transform: translateY(0px);
    transition: 0.2s ease-in-out;
}
.wrapper-overlay-content .project-title{
    color: var(--white-color);
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}
.wrapper-overlay-content .project-small-desc{
    color: var(--white-color);
    font-size: 16px;
    margin-bottom: 0;
}
.project-title:hover{
    text-decoration: underline;
}
.goto-detail{
    background: #ffffff;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 30px;
    top: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    padding: 10px;
}
/* .goto-detail img{
    filter: invert(100%);
} */


/* .wrap-heading h2:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: auto;
    bottom: 0;
    height: 5px;
    border-radius: 100px;
    width: 100px;
    background: rgba(0, 181, 169, .3);
}



.wrap-heading h2:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: auto;
    bottom: 0;
    height: 5px;
    border-radius: 100px;
    width: 35px;
    background: rgba(0, 181, 169, 1);
} */



.wrap-heading span {
    position: absolute;
    left: 0;
    top: 100%;
    font-size: 6rem;
    line-height: 1;
    font-weight: 900;
    color: rgba(25, 29, 43, .6);
    display: inline-block;
    text-transform: uppercase;
    z-index: -1;
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.wrap-heading span.span-services {
    color: #1f2231;
}

.wrap-heading span.how-i-do {
    color: #1f2231;
}

/* ===================== HEADING STYLE END ===================== */


#testimonials {
    padding: 100px 0;
}


.fb {}

.twt {}

.g-plus {}

.linkedin {}

.behance {}

.insta {}



.row-testimonial-inner {
    background: #1a1d2b;
    padding: 50px 0 40px;
    border-top: 5px solid #174445;
    transition: 0.3s ease-in-out;
}

.row-testimonial-inner:hover {
    border-top: 5px solid #00b5a9;
    transition: 0.3s ease-in-out;
}

.testimonial {
    text-align: center;

}

.wrap-testimonial-description {
    position: relative;
}

.icon-testmonial-left {
    /* position: absolute;
    left: 0;
    top: 0px;
    width: 30px;
    height: auto; */
    position: absolute;
    left: 20px;
    top: -55px;
    width: 160px;
    height: auto;
    opacity: 0.2;

}

.icon-testmonial-right {
    position: absolute;
    right: 0;
    top: 80px;
    width: 30px;
    height: auto;

}

.description-testimonial {
    color: var(--white-color);
    font-size: 19px !important;
    line-height: 28px;
    margin-bottom: 0px;
    padding: 20px 60px;
}




.pic {
    width: 94px;
    height: 94px;
    margin: 0 auto;
}

.pic img {
    width: 100%;
    height: auto;
    border-radius: 100px;
    border: 1px solid #00b5a9;
    padding: 4px;
}

.testimonial-title {
    font-size: 22px;
    color: #fff;
    font-weight: bolder;
    text-transform: capitalize;
    padding-top: 18px;
}

.testimonial-designation {
    font-family: var(--base-font);
    color: #00b5a9;
    margin-top: 5px;
    display: block;
    font-size: 22px;
    -webkit-text-stroke: 0.5px;
}


.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #00b5a9;
}

.owl-theme .owl-controls .owl-page span {
    opacity: 1;
}

.contact {
    position: relative;
}

.img-man-using-laptop {
    position: absolute;
    left: 0;
    top: -100px;
    width: 400px;

}

.img-email-icons-bg {
    position: absolute;
    left: 400px;
    right: 0;
    top: 10px;
    width: 630px;
    z-index: 999;
    transform: rotate(-5deg);
    opacity: 0.2;
}

.img-thumbs-up {
    position: absolute;
    right: 0px;
    top: 30px;
    width: 230px;
    z-index: 999;
}

/* SUCCESS MESSAGE STYLES START */
.container-success-message {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 500px;
    height: 200px;
    margin-top: -100px;
    margin-left: -250px;
    border: 1px solid #05b4a9;
    background-image: linear-gradient(315deg, #00b5a9, #01637f);
    z-index: 9999;
    padding: 25px;
    z-index: 9999;
    border-radius: 10px;
}

.success-message {
    font-size: 20px !important;
    color: var(--white-color) !important;
    text-align: center !important;
    margin-top: 10px !important;
}

.text-success {
    font-size: 38px !important;
    color: var(--white-color) !important;
    text-align: center !important;
    margin-top: 20px !important;
    font-family: var(--base-font);
    -webkit-text-stroke: 1px;
}

.wrap-icon-close {
    position: absolute;
    top: -13px;
    right: -13px;
    background: var(--white-color);
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 100px;
    padding-top: 3px;
    cursor: pointer;
    box-shadow: 0px 0px 3px black;
}

.wrap-icon-close i {
    color: black;
    font-size: 15px;
    font-weight: bold;
}

/* SUCCESS MESSAGE STYLES END */

/* ERROR MESSAGE STYLES START */
.container-error-message {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 500px;
    height: 200px;
    margin-top: -100px;
    margin-left: -250px;
    border: 1px solid #05b4a9;
    background-image: linear-gradient(315deg, #00b5a9, #01637f);
    z-index: 9999;
    padding: 25px;
    z-index: 9999;
    border-radius: 10px;
}

.error-message {
    font-size: 20px !important;
    color: var(--white-color) !important;
    text-align: center !important;
    margin-top: 10px !important;
}

.text-error {
    font-size: 38px !important;
    color: var(--white-color) !important;
    text-align: center !important;
    margin-top: 20px !important;
    font-family: var(--base-font);
    -webkit-text-stroke: 1px;
}

.wrap-icon-close {
    position: absolute;
    top: -13px;
    right: -13px;
    background: var(--white-color);
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 100px;
    padding-top: 3px;
    cursor: pointer;
    box-shadow: 0px 0px 3px black;
}

.wrap-icon-close i {
    color: black;
    font-size: 15px;
    font-weight: bold;
}

/* ERROR MESSAGE STYLES END */
.wrapper-loader{
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    transform: translate(-50%, -50%);
    z-index: 9999;
    border-radius: 25px;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader-img {
    width: 50px;
    height: auto;
}
#Layer_2{
    fill: var(--white-color);
    width: 18px;
    margin-left: 20px;
}
.custom-container{
    width: calc(100% - 100px);
    display: block;
    margin: 0 auto;
}


:root {
    --outer-size: 1519px;
    --ec-gap: 284px;
    --logo-s: 56px;
    --logo-m: 80px;
    --logo-l: 120px;
    --gap-2: 140px;
    --gap-3: 280px;
}
/* body{
    height: 1500px;
} */
#tools-technologies {
    height: calc(var(--outer-size) / 2);
    overflow: clip;
    display: flex;
    justify-content: center;
    position: relative;
    margin: 100px 0;
    width: 100%;
}
.arc-wrap {
    width: var(--outer-size);
    position: relative;
    left: 0;
}
.arc {
    position: relative;
    overflow: clip;
    border-radius: 50%;
}
.arc-1 {
    animation-name: rotate-3;
    width: var(--outer-size);
    height: var(--outer-size);
    view-timeline-inset: 50%;
    animation-fill-mode: both;
    animation-timeline: view(block);
    transform-origin: 50% 50%;
    margin: auto;
}
.arc-1:after {
    content: '';
    display: block;
    width: calc(var(--outer-size) - var(--logo-s) - 5px);
    height: calc(var(--outer-size) - var(--logo-s) - 5px);
    margin: auto;
    border-radius: 50%;
    border: 2px solid rgba(186, 155, 252, .15);
    position: absolute;
    top: calc(var(--logo-s) / 2);
    left: calc(var(--logo-s) / 2);
}
.logo-wrap {
    display: flex;
    justify-content: space-between;
    height: 100%;
}
.int-link {
    z-index: 2;
}
.int-logo {
    border: 5px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 #fff;
    border-collapse: collapse;
}
.arc-2 {
    animation-name: rotate-2;
    animation-fill-mode: both;
    animation-timeline: view(block);
    view-timeline-inset: 50%;
    transform-origin: 50% 50%;
    width: calc(var(--outer-size) - var(--gap-2));
    height: calc(var(--outer-size) - var(--gap-2));
    top: calc((var(--outer-size) - (var(--gap-2) / 2)) * -1) !important;
    left: 0 !important;
    z-index: 999;
    margin: auto;
}
.arc-2 .logo-wrap {
    width: 120%;
    margin: 0 -10%;
}
.arc-2:after {
    content: '';
    display: block;
    margin: 0 auto;
    position: absolute;
    width: calc(var(--outer-size) - (var(--gap-2) * 2));
    height: calc(var(--outer-size) - (var(--gap-2) * 2));
    border-radius: 50%;
    border: 2px solid rgba(186, 155, 252, .15);
    top: calc(var(--gap-2) / 2);
    left: calc(var(--gap-2) / 2);
}
.arc-3 {
    animation-name: rotate-1;
    view-timeline-inset: 0%;
    animation-fill-mode: both;
    animation-timeline: view(block);
    transform-origin: 50% 50%;
    top: calc((var(--outer-size) * 2 - var(--gap-3)) * -1);
    left: 0;
    width: calc(var(--outer-size) - var(--gap-3));
    height: calc(var(--outer-size) - var(--gap-3));
    z-index: 9999;
    margin: auto;
}
.arc-3 .logo-wrap {
    width: 80%;
    margin: 0 auto;
}
.arc-3:after {
    content: '';
    display: block;
    margin: 0 auto;
    position: absolute;
    width: calc(var(--outer-size) - (var(--gap-3) * 2));
    height: calc(var(--outer-size) - (var(--gap-3) * 2));
    border-radius: 50%;
    border: 2px solid rgba(186, 155, 252, .15);
    top: calc(var(--gap-3) / 2);
    left: calc(var(--gap-3) / 2);
}
.int-1 {
    transform: translateY(calc(var(--outer-size) / 4.2)) translateX(95px);
}
.int-2{
    transform: translateY(calc(var(--logo-s) * 2.6)) translateX(0);
}
.int-3{
    transform: translateY(calc(var(--logo-s) / 5)) translateX(0);
}
.int-4 {
    transform: translateY(calc(var(--logo-s) / 5)) translateX(0);
}
.int-5 {
    transform: translateY(calc(var(--logo-s) * 2.6)) translateX(0);
}
.int-6 {
    transform: translateY(calc(var(--outer-size) / 4.2)) translateX(-95px);
}
.int-7 {
    transform: translateY(410px) translateX(215px);
}
.int-8 {
    transform: translateY(185px) translateX(65px);
}
.int-9 {
    transform: translateY(50px) translateX(0);
}
.int-10{
    transform: translateY(50px) translateX(0);
}
.int-11 {
    transform: translateY(185px) translateX(-65px);
}
.int-12 {
    transform: translateY(410px) translateX(-215px);
}
.int-13 {
    transform: translateY(190px) translateX(125px);
}
.int-14 {
    transform: translateY(75px) translateX(0);
}
.int-15 {
    transform: translateY(190px) translateX(-125px);
}
.size-l {
    width: var(--logo-l);
    height: var(--logo-l);
}
.size-m {
    width: var(--logo-m);
    height: var(--logo-m);
}
.size-s {
    width: var(--logo-s);
    height: var(--logo-s);
}
.wrap-arc-content{
    position: absolute;
    bottom: 100px;
    max-width: 500px;
    align-items: center;
    gap: var(--space-space8);
    z-index: 99999999;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--space-space5);
    width: 100%;
    padding: 0;
    flex-grow: 0;
    justify-content: center;
    text-align: center;
}
.wrap-arc-content-inner__title {
    text-align: center;
    line-height: 63px;
    z-index: 1;
    font-weight: bold;
    font-size: 50px;
    margin-bottom: 0;
}
.wrap-arc-content-inner__smallDesc {
    font-size: 17px;
    text-align: center;
    letter-spacing: -0.36px;
    line-height: 26px;
    z-index: 1;
    font-weight: normal;
    /* font-family: lufga; */
    display: block;
    width: 100%;
    margin: 15px 0 15px;
}

.arc-lines-overlay-gradient {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 120px;
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgb(255, 255, 255) 100%);
    z-index: 9999999999;
}

@keyframes rotate-3 {
    0% {
        transform: rotate(-15deg);
    }
    
    100% {
        transform: rotate(15deg);
    }
}
@keyframes rotate-2 {
    0% {
        transform: rotate(15deg);
    }
    
    100% {
        transform: rotate(-15deg);
    }
}
@keyframes rotate-1 {
    0% {
        transform: rotate(-25deg);
    }
    100% {
        transform: rotate(25deg);
    }
}

/* Button Hover Styles Start */
.wrap-arc-content-inner__btn {
    display: inline-block;
    transition: all .3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    font-weight: unset;
    font-size: 18px;
    color: var(--white-color);
    padding-block: 14px;
    padding: 18px 30px;
    position: relative;
    z-index: 1;
    font-style: normal;
    /* font-family: lufga; */
    transition: background-color 0.3s ease-in-out;
    margin: 10px auto;
    text-decoration: none;
}
.wrap-arc-content-inner__btn::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #0c0407;
    transition: all .3s;
    z-index: -1;
    border-radius: 15px;
}
.wrap-arc-content-inner__btn::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #019d91;
    z-index: -2;
    border-radius: 15px;
}
.wrap-arc-content-inner__btn:hover{
    color: #fff;
}
.wrap-arc-content-inner__btn:hover::before{
    width: 100%;
}
/* Button Hover Styles End */







/* Extra Large screens (≥1200px) */





.about-tagline-mobile{
    display: none;
}







.skills{
    list-style: none;
    padding-left: 0;
    margin: 20px 0;
}
.skills li{
    /* background: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
    font-size: 15px;
    padding: 10px 20px;
    text-align: center;
    display: inline-block;
    border-radius: 100px;
    font-weight: 500;
    margin: 0 3px 10px 3px; */
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    border: 1px solid #0b3a61;
    font-size: 15px;
    padding: 10px 20px;
    text-align: center;
    display: inline-block;
    border-radius: 100px;
    font-weight: 500;
    margin: 0 3px 10px 3px;

}
/* .btn-case-studies svg{
    width: 25px;
    margin-right: 5px;
}
.btn-case-studies span{
    display: inline-flex !important;
} */

.clients-section {
    padding: 100px 0;
    background: #f2f6fd;
  }
  
  .clients-wrapper {
    overflow: hidden;
    position: relative;
    margin-top: 200px;
    margin-bottom: 30px;
  }
  
  .clients-track {
    display: flex;
    width: max-content;
    animation: scrollLogos 10s linear infinite;
  }
  
  .client-logo {
    flex: 0 0 auto;
    width: 160px;
    margin: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--white-color);
    height: 110px;
    padding: 10px;
    border-radius: 20px;
  }
  
  .client-logo img {
    max-width: 100%;
    height: auto;
    /* filter: grayscale(100%); */
    /* opacity: 0.7; */
    transition: all 0.3s ease;
    filter: grayscale(100%);
  }
  
  .client-logo img:hover {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.05);
  }
  
  /* Pause animation on hover */
  .clients-wrapper:hover .clients-track {
    animation-play-state: paused;
  }
  
  /* Animation */
  @keyframes scrollLogos {
    from {
        transform: translate3d(0, 0, 0);
      }
      to {
        transform: translate3d(-50%, 0, 0);
      }
  }

  .services {
    padding: 100px 0;
  }
  .wrapper-main-services{

  }
  .services-wrapper {
    position: relative;
    height: auto; /* IMPORTANT: gives scroll room */
  }
  
  .service-card {
    position: sticky;
    top: 120px; /* base offset */
    min-height: 300px;
    height: auto;
    margin-bottom: 30px;
    background: var(--white-color);
    border: 7px solid #edf2fb;
    border-radius: 16px;
    padding: 24px 24px 15px 24px;
    z-index: 9 !important;
  }

  .service-card:nth-child(1) {
    top: 120px;
    z-index: 1;
  }
  
  .service-card:nth-child(2) {
    top: 160px;
    z-index: 2;
  }
  
  .service-card:nth-child(3) {
    top: 200px;
    z-index: 3;
  }
  
  .service-card:nth-child(4) {
    top: 240px;
    z-index: 4;
  }
  
  .service-card:nth-child(5) {
    top: 280px;
    z-index: 5;
  }
  .service-card:nth-child(6) {
    top: 320px;
    z-index: 6;
  }
  .wrapper-service-left{
    position: sticky;
    top: 120px; /* same as right column */
  }
  h2.service-title {
    font-size: 28px;
}
  
  .services-checklist{
    list-style: none;
    padding-left: 0;
  }
  .services-checklist li{
    line-height: 35px;
    font-weight: 500;
  }
  .services-checklist li img{
    width: 22px;
    margin: -5px 9px 0 0;
  }
  .custom-divider{
    margin: 20px 0;
  }
  .main-heading{
    font-size: 50px;
    font-weight: 600;
  }
  .section-padding{
    padding: 100px 0;
  }

  .wrap-stat-item {
    /* height: 220px;
    width: 100%;
    border-radius: 20px;
    background: #ffffff;
    padding: 30px; */
}
    .col-stats{
        flex: 0 0 20%;
        max-width: 20%;
        padding-right: 15px;
        padding-left: 15px;
    }
  .wrap-item-stat-big{
    height: 220px;
    width: 100%;
    border-radius: 20px;
    background: #ffffff;
    overflow: hidden;
    }
    .wrap-stat-item h2{
        font-size: 20px;
        font-weight: 500;
        color: #0c1f24;
        margin: 0 0 5px 0;
    }
    .wrap-stat-item p{
        line-height: 20px;
        margin-bottom: 5px;
    }
    .wrap-stat-item img {
        width: 45px;
        margin-bottom: 7px;
        margin-top: 18px;
    }
    .wrap-stat-item .count{
        font-weight: 600;
        font-size: 40px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
    }
    .stats {
        /* display: flex;
        gap: 60px;
        justify-content: center; */
        margin-top: 50px;
      }
      
      .stat h2 {
        font-size: 48px;
        font-weight: 700;
      }
      .counter-suffix-small{
        font-weight: 600;
        font-size: 18px;
        margin-left: 5px;
      }
      .counter-suffix {
        font-weight: 400;
        font-size: 32px;
        margin-top: -10px;
        display: inline-flex;
    }
        .counter-suffix.percent{
            margin-top: 0;
        }
      .wrap-stat-item-inner{
        display: inline-flex;
        justify-content: center;
        align-items: center;
      }
    .row-stats-top{
        margin-bottom: 30px;
    }
    .wrap-item-stat-big img{
        width: 100%;
        height: 220px;
        object-fit: cover;
    }
    .relative-div{
        position: relative;
    }
    .wrapper-overlay-content-stats{
        position: absolute;
        left: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        padding: 30px;
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.8));
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .stat-small-desc{
        color: var(--white-color);
        font-size: 34px;
        margin: 0;
        font-weight: 600;
        text-align: center;
        line-height: 40px;
        padding: 0 50px;
        text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
    }
    .wrap-stat-item .count span{
        font-size: 16px;
        justify-content: center;
        display: flex;
        align-items: center;
        font-weight: 700;
        margin-left: 10px;
        margin-top: 10px;
    }
    .wrap-item-stat-big-consultation{
        height: 220px;
        width: 100%;
        border-radius: 20px;
        /* background: #e8e0ff; */
        /* background-image: linear-gradient(90deg, rgb(81, 29, 192), rgb(255, 82, 78)); */
        background-image: linear-gradient(130deg, rgb(231 223 251), rgb(205 233 255));
        overflow: hidden;
        padding: 30px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
    }
    .title-book-consultation{
        font-size: 30px;
        margin-bottom: 10px;
    }
    .wrap-free-consultation span{
        background: #0c1f24;
        color: var(--white-color);
        padding: 3px 15px;
        border-radius: 100px;
        font-weight: 500;
        text-align: center;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 9px;
    }
    .book-consult-small-desc{
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 0;
    }
    .action-book-consultation{
        background: var(--white-color);
        width: 55px;
        height: 55px;
        border-radius: 100px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        transition: 0.2s ease-in-out;
        cursor: pointer;
    }
    .action-book-consultation img {
        width: 22px;
        height: auto;
        transform: rotate(-45deg);
    }
    .wrap-item-stat-big-consultation:hover .action-book-consultation{
        transform: scale(1.2);
        transition: 0.2s ease-in-out;
    }
    .project-title-detail-page {
        font-size: 40px;
        font-weight: 500;
        margin-bottom: 13px;
        line-height: 70px;
    }
    .wrap-back-button{
        width: 50px;
        height: 50px;
        border-radius: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: black;
        margin: 50px 10px 40px 0;
        display: inline-flex;
    }
    .wrap-back-button img {
        width: 18px;
        height: auto;
        
    }
    .back-to-home {
        font-size: 16px;
        font-weight: 500;
        
    }
    .wrapper-project-snaps{
        margin-top: 30px;
    }
    .wrap-project-summary{
        background: #edf2fb;
        width: 100%;
        border-radius: 16px;
        padding: 30px;
        position: sticky;
        top: 120px; /* same as right column */
        /* color: var(--white-color); */
    }
    .project-summary-ul{
        padding-left: 0px;
        list-style: none;
    }
    .project-summary-ul li{
        margin-bottom: 30px;
    }
    .summary-title{
        margin-bottom: 0;
    }
    .summary-value{
        margin-bottom: 0;
    }
    .project-summary-ul li:last-child{
        margin-bottom: 0;
    }
    .wrapper-loader-inner{
        position: relative;
    }


    
      .wrapper-tools{
        list-style: none;
        padding: 0;
        margin-top: 12px;

      }
      .wrapper-tools li{
        margin-right: 10px;
        display: inline-block;
        margin-bottom: 0;
        /* cursor: pointer; */
      }
      .wrapper-tools li img{
        width: 40px;
        height: auto;
      }
      .tools{
        list-style: none;
        padding: 0;
        margin-top: 12px;

      }
      .tools li{
        margin-right: 10px;
        display: inline-block;
        margin-bottom: 10px;
        /* cursor: pointer; */
      }
      .tools li img{
        width: 60px;
        height: auto;
      }
      .wrapper-project-tags{
        list-style: none;
        padding: 0;
        margin-top: 10px;
      } 
      .wrapper-project-tags li{
        padding: 2px 7px;
        margin-right: 5px;
        display: inline-block;
        margin-bottom: 7px;
        background: black;
        color: var(--white-color);
        border-radius: 3px;
      }




      .work-process {
        width: 100%;
        padding: 100px 0;
        display: flex;
        justify-content: center;
        background: #f2f6fd;
      }
      
      .process-wrapper {
        display: flex;
        justify-content: space-between;
        width: 1200px;      /* adjust as needed */
        position: relative;
        height: 2000px;     /* tall enough for sticky scroll */
      }
      
      /* Columns */
      .process-column {
        width: 30%;
        position: relative; /* sticky works relative to parent */
      }
      
      /* Steps */
      .process-step {
        position: sticky;
        top: 150px;
        transition: all 0.3s ease;
      }
      
      /* Diagonal offsets: move steps progressively lower */
      .col1 .process-step { top: 150px; margin-top: 0; }   /* Step1: top */
      .col2 .process-step { top: 150px; margin-top: 200px; } /* Step2: diagonal below */
      .col3 .process-step { top: 150px; margin-top: 400px; } /* Step3: diagonal even lower */
      
      /* Z-index for stacking during scroll */
      .col1 .process-step { z-index: 0; }
      .col2 .process-step { z-index: 0; }
      .col3 .process-step { z-index: 0; }
      
      /* Mobile fallback */
      

      .step-count{
        font-size: 24px;
        font-weight: 500;
        margin-top: 7px;
      }
      .wrap-process-content{
        border-bottom: 1px solid #a4a9b3;
        padding-bottom: 30px;
        margin-bottom: 30px;
      }
      .step-title{
        margin-bottom: 15px;
        font-weight: 800;
      }
      .step-small-desc{
        margin-bottom: 0;
      }
      .step-image{
        border-radius: 16px;
        width: 100%;
        height: 350px;
        object-fit: cover;
      }
      .wrap-about-summary {
        font-size: 18px;
        line-height: 27px;
        font-weight: 400;
        text-align: center;
        margin-bottom: 30px;
        display: block;
        margin: 20px auto 40px;
        padding: 0 50px;
    }
      .testimonial-iframe {
        width: 100%;
        max-width: 100%;
        height: 350px;
        border: 0;
        /* margin-top: 6px;
        margin-left: 6px; */
    }
      
      .wrapper-testimonial-item {
        /* background-image: linear-gradient(90deg, #511dc0, #831165);
        color: var(--white-color); */
        margin-bottom: 30px;
        border-radius: 16px;
        overflow: hidden;
        background-color: #e7ebf5;
    }
    /* .rtl-testimonial{
        background-image: linear-gradient(-90deg, #511dc0, #831165);
    } */
    .testimonial-detail{
        padding: 50px;
    }
    .testimonial-feedback{
        font-size: 17px;
        font-weight: 500px;
    }
    .testimonial-contact-person{
        margin-top: 40px;
    }
    .testimonial-contact-person h4{
        font-size: 20px;
        font-weight: bold;
    }
    .testimonial-contact-person p{
        font-size: 16px;
        font-weight: 500;
    }
    .ytp-impression-link{
        display: none !important;
    }
    .html5-video-player a{
        display: none !important;
    }


    #contact-form .form-control {
        position: relative;
        font-size: 16px;
        line-height: 26px;
        color: #707070;
        display: table-cell;
        width: 100%;
        padding: 30px 20px;
        border-radius: 10px;
        margin-bottom: 15px;
    }
    
      .btn-primary:disabled {
        color: #fff;
        background-color: black;
        opacity: 0.5;
      }
      .btn-submit-contact-form {
        height: 65px !important;
        padding: 10px 30px !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        margin-top: -8px;
        min-width: 160px;
        border: 0 !important;
        font-size: 17px;
        font-weight: 500;
        border-radius: 12px;
      }
      .btn-submit-contact-form:hover{
        background: #0c0407;
      }
      
      .btn-submit-contact-form{
        background: black;
        color: var(--white-color);
      }
      .contact-form-section{
        padding: 100px 0;
        background: #f2f6fd !important;
      }
      .contact-info{
        padding: 70px 0;
        /* background-image: linear-gradient(45deg, #a12bd1, #5563d4, #37abe4) !important; */
        background: var(--corporate-blue);
        color: #fff;
        text-align: center;
      }
      .contact-info h4{
        text-transform: uppercase;
        margin-bottom: 15px;
        letter-spacing: 2px;
        font-size: 14px;
      }
      .contact-info h3{
        font-size: 22px !important;
      }
      .ytp-impression-link{
        display: none !important;
      }
      .wrapper-contact-no{
        display: flex;
        margin-top: 30px;
        align-items: center;
      }
      .wrapper-contact-no .wrap-image {
        margin-right: 13px;
        background: #dfecf6;
        width: 55px;
        height: 55px;
        border-radius: 15px;
        padding: 8px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .wrapper-contact-no .lbl-call{
        margin-bottom: 0;
        font-size: 14px;
        color: #607797;
        font-weight: 500;
        letter-spacing: 1px;
    }
    .wrapper-contact-no .phone{
        margin-bottom: 0;
        font-size: 20px;
        font-weight: 800;
    }
    .tooltip-inner {
        font-size: 16px; /* adjust as needed */
        font-weight: 500;
    }
    .section-small-desc{
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        text-align: center;
        margin-bottom: 30px;
        display: block;
        margin: 20px auto 40px;
        max-width: 1200px;
    }
    .get-in-touch-tagline{
        font-size: 16px;
        line-height: 27px;
        font-weight: 400;
        margin-bottom: 30px;
        display: block;
        margin: 10px auto 40px;
    }
    .lbl-trusted-by{
        font-size: 30px;
        margin-top: 40px;
    }
    .clients-endorsement{
        font-size: 16px;
        line-height: 27px;
        font-weight: 400;
        margin-bottom: 30px;

    }
    .copy_my_text {
        font-size: 16px;
        color: var(--white-color);
    }
    .copy_my_text a {
        font-weight: 700;
        color: var(--white-color);
    }
   


    .visuallyHidden {
        position: absolute; 
        overflow: hidden; 
        clip: rect(0 0 0 0); 
        height: 1px; width: 1px; 
        margin: -1px; padding: 0; border: 0; 
    }
    .hamburger {
        width: 24px;
        height: 24px;
        position: relative;
        cursor: pointer;
    }
    
    .hamburger .bar {
        width: 24px;
        height: 2px;
        background-color: black;
        display: block;
        border-radius: 2px;
        position: absolute;
        left: 0;
        transition: all 0.3s ease;
    }

    .bar1 {
        top: 4px;
    }
    
    .bar2,
    .bar3 {
        top: 13px;
    }
    
    .bar4 {
        top: 22px;
    }

    /* HAMBURGER 1 */
    .checkbox1:checked + label .bar1 {
        transform: rotate(45deg);
        top: 11px;
    }
    
    .checkbox1:checked + label .bar2 {
        opacity: 0;
    }
    
    .checkbox1:checked + label .bar3 {
        opacity: 0;
    }
    
    .checkbox1:checked + label .bar4 {
        transform: rotate(-45deg);
        top: 11px;
    }
    
    .wrap-hamberger-icon{
        display: none;
    }
    
    .text_start_center{
        top: 45%;
    }
    .work-process{
        padding: 100px 0;
    }

    
    .portfolio{
        padding: 100px 0;
    }
    .wrapper-tools-technologies{
        padding: 70px 0;
    }
    ul.tools{
        list-style: none;
        padding: 0;
        text-align: center;
    } 
    .technologies-desktop-only{
        display: block;
    }
    .testimonial-thumb-desktop-only{
        display: block;
    }
    .ai-stat-desktop-only{
        display: block;
    }
    .free-consultation-desktop-only{
        display: block;
    }
    .testimonial-thumb-mobile-only{
        display: none;
    }
    .tool-mobile-only{
        display: none;
    }
    .container {
        max-width: 1400px;
    }
    .wrapper-project-detail .custom-container{
        width: calc(100% - 100px);
    }
    .button--hyperion{
        padding: 1.1rem 1.1rem !important;
        border: 1.2px solid #000 !important;
    }
    .project-detail-iframe{
        width: 100% !important;
        box-shadow: 0 0 0 0 !important;
        outline: 0 !important;
        object-fit: cover;
        height: 700px !important;
        border: 0 !important;
        padding: 0;
        /* margin-top: -25px !important; */
    }

    /* GSAP HORIZONTAL SCROLL START */
    .horizontal-section {
        position: relative;
        height: 100vh;
        overflow: hidden;
    }
    .wrapper {
        display: flex;
        height: 100vh;
        align-items: center;
    }
    .panel {
        min-width: 500px;
        height: 500px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 40px;
        color: var(--white-color);
    }
    .panel:nth-child(1) { background: #111; }
    .panel:nth-child(2) { background: #4f46e5; }
    .panel:nth-child(3) { background: #9333ea; }
    .panel:nth-child(4) { background: #0ea5e9; }
    
    /* GSAP HORIZONTAL SCROLL END */
    
    .section-stats{
        background-image: url(../img/mentor-glow.svg);
        background-size: cover;
        padding: 100px 0;
        background-blend-mode: color !important;
      }
      .img-about-feature{
        height: 500px;
        object-fit: cover;
        object-position: right;
        border-radius: 30px;
      }
      .link-theme {
        color: var(--corporate-blue);
        
        font-weight: 500;
        }
        .link-theme:hover{
            color:#3f2f83;
            text-decoration: underline;
        }

        .wrapper-testimonials{
            background: #f2f6fd;
            background-size: cover;
            padding: 100px 0;
            background-blend-mode: color !important;
        }
        .owl-nav{
            display:block !important;
        }
        
        .owl-nav button{
            font-size:30px !important;
        }
        .wrapper-testimonials .owl-carousel .owl-item .item{
            padding: 30px;
            background: var(--white-color);
            box-shadow: 0px 0px 15px rgb(79 99 163 / 10%);
            border-radius: 10px;
            overflow: hidden;
            margin-left: 0 5px;
        }
        .owl-carousel .owl-stage-outer {
            padding: 10px 0 !important;
        }
        .wrap-testimonial-contact-info{
            display: flex;
            align-items: center;
        }
        .wrapper-testimonials .icon-comma{
            width: 50px !important;
            margin-bottom: 10px;
        }
        .wrapper-testimonials .wrap-img{
            margin-right: 10px;
        }
        .wrapper-testimonials .wrap-img img{
            width: 40px;
            height: 40px;
            object-fit: cover;
            border-radius: 100px;
        }
        .wrapper-testimonials .wrap-contact-info .title{
            font-size: 16px;
            margin-bottom: 3px;
        }
        .wrapper-testimonials .wrap-contact-info .designation{
            font-size: 14px;
        }
        .wrapper-testimonials .owl-nav button{
            position: absolute !important;
            top: calc(50% - 40px) !important;
            width: 50px !important;
            height: 50px !important;
            background: transparent !important;
            border: 1px solid black !important;
            display: flex !important;
            justify-content: center !important;
            align-items: center !important;
            border-radius: 100px !important;
        }
        .wrapper-testimonials .owl-nav button:hover{
            color: black !important;
        }
        .wrapper-testimonials .owl-nav button span{
            margin-top: -7px;
            font-weight: 200;
        }
        .wrapper-testimonials .owl-nav .owl-next{
            right: calc(0% - 75px) !important;
        }
        .wrapper-testimonials .owl-nav .owl-prev{
            left: calc(0% - 75px) !important;
        }
        .star-rating{
            width: 90px !important;
            margin-top: 5px;
        }

.wrapper-testimonials .owl-carousel .owl-item .item:hover{
    box-shadow: 0px 0px 10px rgb(79 99 163 / 30%);
}
.wrapper-testimonials .owl-carousel.owl-loaded {
    width: calc(100% + 10px);
}
.wrapper-testimonials .owl-theme .owl-dots .owl-dot.active span {
    background: var(--corporate-blue) !important;
}
.wrapper-testimonials .owl-theme .owl-dots{
    margin-top: 30px;
}
.wrapper-testimonials .owl-theme .owl-dots .owl-dot span{
    margin: 5px 5px !important;
}
.accordion-title{ 
    cursor: pointer !important;
    padding: 15px 0; 
    font-size: 24px;
    font-weight: 500;
}


.accordion-title{
    cursor:pointer;
    padding:15px 0;
    }
    
    .accordion-desc{
    max-height:0;
    overflow:hidden;
    transition:max-height .35s cubic-bezier(.4,0,.2,1);
    }
    
    .accordion-list-item.open .accordion-desc{
    max-height:300px;
    }
    
    /* ICON FAQS PLUS MINUS  */
    
    .icons-faqs-plusminus svg{
    stroke:#fff;
    stroke-width:1.3;
    fill:none;
    transition:transform .25s ease;
    }
    
    .icons-faqs-plusminus .line-v{
    transition:opacity .25s ease;
    }
    
    .accordion-list-item.open .line-v{
    opacity:0;
    }
    
    .accordion-list-item.open .icons-faqs-plusminus svg{
    transform:rotate(180deg);
    }
    .icons-faqs-plusminus svg {
        stroke: black;
        display: flex;
        border: 1px solid black;
        justify-content: center;
        align-items: center;
        width: 35px;
        height: 35px;
        border-radius: 100px;
        padding: 5px;
    }
    .icons-faqs-plusminus svg line{
        fill: black;
    }
    .wrapper-faqs{
        padding: var(--section-padding);
    }
    

    .wrapper-challenge-item {
        display: flex;
    }
    .challenge-item.active {
        flex: 1;
    }
    .challenge-item {
        position: relative;
        min-width: 75px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        margin: 10px 7px;
        height: 380px;
        overflow: hidden;
    }
    .vertical-btn-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        width: 75px;
        height: 100%;
        max-width: 1000px;
        overflow: hidden;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .vertical-btn
    {
        position: relative;
        padding: 75px 0px 40px;
        height: 100%;
        border-radius: 100px;
        background-image: linear-gradient(55deg, var(--corporate-blue), var(--corporate-blue));
        color: var(--white-color);
        border: 0;
        margin: 0;
        width: 75px;
        transform: translateZ(0);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
        display: flex;
        justify-content: center;
    }
.vertical-btn::before {
    position: absolute;
    top: 30px;
    left: 23px;
    display: inline-block;
    width: 23px;
    height: 15px;
    content: "";
    background-image: url(../img/challenge-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(225deg) translateZ(0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.vertical-btn span {
    display: block;
    height: 100%;
    text-align: left;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: scale(-1) translateZ(0);
    max-height: 300px;
    line-height: 25px;
    text-transform: capitalize;
}
.content-wrapper {
    border: 2px solid transparent;
    border-radius: 40px;
    flex: 1;
    max-width: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.challenge-item.active .content-wrapper {
    max-width: 100vw;
    border-color: #e3e6ff;
}
.wrapper-wcu-inner {
    display: flex;
    align-items: center;
    height: 100%;
}
.item-img {
    margin-right: 1.5rem;
    padding-left: 90px;
    margin-bottom: 0;
}
.content-wrapper .item-img img {
    width: 320px;
    height: 340px;
}
.item-img img {
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
    border: 1px solid #eae7e7;
}
.challenge-item.active .item-info {
    opacity: 1;
    padding-right: 30px;
}
.item-info
 {
    flex: 1;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.item-info .item-title {
    text-transform: capitalize;
    font-size: 26px;
    margin-bottom: 15px;
}   
.wrapper-wcu{
    padding: 100px 0;
}
.wrap-wcu-item{
    margin-bottom: 20px;
    background: #f2f6fe;
    border-radius: 20px;
    overflow: hidden;
}
.wrap-wcu-item img{
    height: 200px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 10px;
}
.wrap-content-wcu{
    padding: 20px;
}
.wrap-content-wcu .item-title{
    font-size: 24px;
    margin-bottom: 10px;
}
.text-white{
    background-image: linear-gradient(90deg, var(--white-color), var(--white-color)) !important;
}
.gradient-text.color-white{
    color: var(--white-color);
    background-image: linear-gradient(90deg, var(--white-color), var(--white-color)) !important;
}
.button--hyperion {
    border-radius: 12px !important;
    min-width: 130px !important;
}
.wrap-service-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.wrap-service-title img{
    width: 37px;
    border: 1px solid #493a8d;
    border-radius: 100px;
    padding: 3px;
    transition: 0.2s ease-in-out;
    transform: rotate(-45deg);
}
.wrap-service-title:hover img{
    transform: rotate(0deg);
    transition: 0.2s ease-in-out;
}
.service-view-more{
    color: var(--corporate-blue);
    font-weight: 500;
    cursor: pointer;
}
.service-view-more:hover{
    text-decoration: underline !important;
    color: #493a8d;
}
.floating_icons_whatsapp {
    position: fixed;
    width: 70px;
    bottom: 110px;
    z-index: 100;
    right: 40px !important;
}
.floating_icons_whatsapp ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.whstapp_float img {
    width: 65px !important;
}
#aiFabShadowRoot{
    display: none !important;
}
.wrapper-service-detail{

}
.wrapper-page-title{
    position: relative;
    padding: 70px 0;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 250px;
    background-size: cover;
    background-position: center;
    margin-bottom: 100px;
}
.wrapper-page-title .title{
    font-size: 40px;
    margin-bottom: 6px;
    padding-top: 25px;
    text-shadow: 0px 0px 2px black;
}
.wrapper-service-breadcrumb{
    color: var(--white-color);
    background: transparent !important;
}
.wrapper-service-breadcrumb .breadcrumb{
    background: transparent !important;
}
.wrapper-service-detail-content{
    min-height: 1000px;
}
.breadcrumb{
    background: transparent !important;
    display: inline-flex;
}
.breadcrumb-item.active {
    color: rgba(255, 255, 255, 0.4);
}
.breadcrumb-item+.breadcrumb-item::before{
    color: var(--white-color);
}
.logo-pattern{
    position: absolute;
    left: 50px;
    top: 26px;
    width: 200px;
    z-index: 5;
}
.page-title-overlay{
    position: absolute;
    left: 0px;
    top: 0px;
    background: rgb(0 31 45 / 70%);
    width: 100%;
    height: 100%;

}
.page-title-inner{
    padding: 0 20px !important;
    position: absolute;
    z-index: 9;
}
/* .wrapper-service-detail-content{
    padding: 60px 0;
} */
.main-service-content{
    text-align: center;
}
#industries{
    padding: var(--section-padding);
    background: var(--primary-navy);
    color: var(--white-color);
}
#industries-page {
   
}
.page-description {
    font-weight: 300 !important;
    font-size: 22px;
    margin-bottom: 40px;
}
#industries .gradient-text {
    background-image: linear-gradient(90deg, #ffffff, #ffffff) !important;
}
.wrapper-industry-grid{
    padding-bottom: 100px;
}
.wrap-industry{
    border-radius: 5px;
    background: var(--white-color);
    overflow: hidden;
    margin-bottom: 30px;
    transition: 0.3s ease-in-out;
    min-height: 400px;
    position: relative;
}
#industries-page .wrap-industry{
    background: #f2f6fd;
}
.wrap-industry:hover{
    transform: scale(1.03);
    transition: 0.3s ease-in-out;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
/* .industry-title{
    
} */
.industry-img{
    height: 250px;
    width: 100%;
    object-fit: cover;
}
#work-process{
    background: #f2f6fd;
    background-size: cover;
    padding: 100px 0;
    background-blend-mode: color !important;
}
.process-item{
    text-align: center;
}
.wrap-process-icon{
    background: var(--corporate-blue);
    width: 70px;
    height: 70px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0 auto 15px;
}
.wrap-process-icon::after{
    content: '';
    position: absolute;
    width: 70px;
    height: 1.5px;
    background: #9595b3;
    left: calc(100% + 100px);
    top: 37px;

}
.wrap-process-icon.last::after{
    display: none;
}
.wrap-process-icon img{
    width: 40px;
}
.process-item-count{
    position: absolute;
    top: -5px;
    right: -9px;
    border-radius: 100px;
    width: 30px;
    height: 30px;
    background: #9595b3;
    color: var(--white-color);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: 600;
    border: 2px solid var(--white-color);
}
.process-title{
    margin-bottom: 7px;
    font-size: 24px;
}
.title-missioin-vision{
    font-size: 24px;
}
.btn-read-more{
    background: var(--corporate-blue);
    color: var(--white-color);
    border-radius: 100px;
    padding: 10px 10px 10px 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
}
.btn-read-more:hover{
    background: #015f8d;
    color: var(--white-color);
}
.white-arrow {
    width: 30px;
    margin-left: 25px;
}
/* FOOTER STYLES START */

/* =========================
   HYDROCK FOOTER CSS
========================= */

.hydrock-footer {
    background: #012443;
    color: #ffffff;
    padding: 70px 0 25px;
}


.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 40px;
    margin-bottom: 50px;
}

.footer-logo {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #ffffff;
}

.footer-text {
    font-size: 15px;
    line-height: 1.8;
    color: #f1f1f1;
}

.footer-title {
    font-size: 20px;
    margin-bottom: 40px;
    position: relative;
    color: #ffffff;
}

.footer-title::after {
    content: "";
    width: 45px;
    height: 2px;
    background: var(--corporate-blue);
    position: absolute;
    left: 0;
    bottom: -10px;
    border-radius: 0;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 14px;
}

.footer-links a {
    text-decoration: none;
    color: #f1f1f1;
    transition: 0.3s ease;
    font-size: 15px;
}

.footer-links a:hover {
    color: var(--white-color);
    padding-left: 5px;
    text-decoration: underline;
}

.footer-contact {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 18px;
}
.footer-contact a{
    color: white;
}
.footer-contact a:hover{
    text-decoration: underline;
    color: var(--corporate-blue);
}
.footer-contact span {
    font-size: 18px;
    color: var(--corporate-blue);
}

.footer-contact p {
    margin: 0;
    color: #f1f1f1;
    font-size: 15px;
    line-height: 1.6;
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.2);
    padding: 40px 40px 20px 40px;
    margin-top: 30px;
}

.footer-bottom p {
    margin: 0;
    color: #f1f1f1;
    font-size: 14px;
}
.footer-about-txt{
    padding-right: 60px;
}
.logo-white{
    width: 170px;
}
.footer-contact-info-icon{
    width: 26px;
    /* margin-right: 7px; */
}
.wrap-service-sub-item{
    border-radius: 30px;
    background: #e7ecf6;
    overflow: hidden;
    margin-bottom: 30px;
    transition: 0.3s ease-in-out;
}
.wrap-service-sub-item:hover{
    transform: scale(1.1);
    transition: 0.3s ease-in-out;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.service-title-detail-pg{
    padding: 20px 20px 25px;
    text-align: center;
    color: black;
}
.service-img{
    height: 200px;
    width: 100%;
    object-fit: cover;
}






/* =============== AI CHAT WIDGET CSS START =============== */
#chat-bubble {
    position: fixed;
    bottom: 40px;
    right: 45px;
    background: var(--corporate-blue);
    color: var(--white-color);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    cursor: pointer;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    z-index: 9999;
}

/* Chat Widget */
#chat-widget {
    position: fixed;
    bottom: 90px;
    right: 20px;
    width: 400px;
    height: 600px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.25);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    z-index: 9999;
    border: 1px solid white;
    /* display: none; */
}

/* Hidden */
.hidden {
    display: none !important;
}

/* Header */
.chat-header {
    background: #0A2342;
    color: var(--white-color);
    padding: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}

.chat-header small {
    display: block;
    font-size: 11px;
    opacity: 0.7;
}

/* Body */
.chat-body {
    flex: 1;
    padding: 10px;
    overflow-y: auto;
    font-size: 14px;
    background: #F6F8FB;
}

/* Footer */
.chat-footer {
    display: flex;
    border-top: 1px solid #ddd;
}

.chat-footer input {
    flex: 1;
    border: none;
    padding: 20px;
    outline: none;
}

.chat-footer button {
    background: #1F5E9C;
    color: var(--white-color);
    border: none;
    padding: 0 16px;
    cursor: pointer;
}

/* Messages */
.user-msg {
    text-align: right;
    margin: 5px 0;
    color: white;
    display: inline-block;
    float: right;
    background: var(--corporate-blue);
    padding: 15px;
    border-radius: 15px;
}

.ai-msg {
    text-align: left;
    margin: 5px 0;
    color: #0A2342;
    background: #e2ebf3;
    padding: 15px;
    border-radius: 15px;
    float: left;
}
.chat-header span {
    cursor: pointer;
    z-index: 9999;
    position: relative;
}
.ai-msg ul,
.ai-msg ol {
    margin: 10px 0;
    padding-left: 20px;
}

.ai-msg li {
    margin-bottom: 5px;
}

.ai-msg p {
    margin-bottom: 10px;
    line-height: 1.6;
}

.ai-msg strong {
    font-weight: 600;
}

.ai-msg h1,
.ai-msg h2,
.ai-msg h3 {
    margin: 10px 0;
}
.quick-replies {
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.quick-btn {
    border: 1px solid #1F5E9C;
    background: #fff;
    color: #1F5E9C;
    padding: 8px 12px;
    border-radius: 20px;
    cursor: pointer;
    font-size: 13px;
    transition: all 0.2s ease;
}

.quick-btn:hover {
    background: #1F5E9C;
    color: var(--white-color);
}
.quick-replies {
    display: block !important;
    background: yellow;
    padding: 20px;
}
#clearChatBtn{
    border: 0;
    padding: 6px 0;
}
.icon-ai-chatbot{
    width: 32px;
}
.icon-close-ai{
    width: 20px;
}
.chat-body {
    font-family: Arial, sans-serif;
}

.message {
    margin: 10px 0;
    padding: 10px 14px;
    border-radius: 8px;
    max-width: 90%;
}

.ai-message {
    background: #f3f6fa;
    color: #333;
}

.user-message {
    background: #d9f3ff;
    text-align: right;
    margin-left: auto;
}
p.welcomeTitle {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}
.chat-default-options-list{
    padding-left: 15px;
}
.chat-default-options-list li{
    margin-bottom: 5px;
}
.chat-default-options-title{
    margin-bottom: 7px;
    margin-top: 30px;
}
/* =============== AI CHAT WIDGET CSS END =============== */


/* HERO SECTION STYLES START */
.container-custom{
    max-width: calc(100% - 150px);
}
#hero{
    background-image: url(../img/hero-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    /* background: #0A2342; */
    padding: 120px 0;
    width: 100%;
    color: var(--white-color);
    display: flex;
    justify-content: center;
    align-items: center;
}
#hero.hero-v2{
    background: #0A2342 !important;
    padding: 120px 0 0;
}
#hero.hero-v2 .img-hero-section {
    height: 450px !important;
    margin-top: 30px;
    margin-bottom: -170px;
}
.hero-slug{
    color: var(--white-color);
    background: #0084c33d;
    padding: 5px 10px;
    margin-bottom: 15px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 2px;
}
.hero-title{
    font-size: 32px !important;
}
.hero-small-desc-tagline{
    margin: 20px 0 30px;
}
.btn-primary-general{
    background: var(--corporate-blue);
    color: var(--white-color) !important;
    border: 1px solid var(--corporate-blue);
    border-radius: 6px;
    padding: 15px 30px;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    cursor: pointer;
}
.btn-primary-general:hover{
    background: var(--btn-hover-bg);
    border-color: var(--btn-hover-bg);
}
.btn-outlined-general{
    color: var(--white-color);
    background: #0A2342;
    border: 1px solid var(--white-color);
    border-radius: 6px;
    padding: 15px 30px;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
}
.btn-outlined-general:hover{
    background: var(--white-color);
    border-color: var(--white-color);
    color: var(--primary-navy) !important;
}
.wrapper-hero-actions a{
    margin: 20px 10px 40px !important;
    display: inline-block;
    cursor: pointer;
}
.img-hero-section{
    height: 650px;
    width: 100%;
    object-fit: cover;
    border-radius: 4px;
    object-position: top;

}
/* HERO SECTION STYLES END */

/* FEATURES SECTION STYLES START */
#features{
    background: var(--primary-navy);
    color: var(--white-color);
    min-height: 200px;
    padding: 100px 0;
}
.wrap-feature-item{
    text-align: center;
    border-radius: 5px;
    padding: 40px 20px;
    background: #132d4d;
    min-height: 270px;
    margin-bottom: 30px;
}
.wrap-feature-item .feature-icon{
    width: 50px;
    height: 50px;
}
.wrap-feature-item .feature-title{
    font-size: 24px;
    margin: 15px 0 12px 0;
}
.wrap-feature-item .feature-small-desc{
    margin-bottom: 0;
}
/* FEATURES SECTION STYLES END */

/* SERVICES SECTION STYLES START */
#services-main{
    padding: var(--section-padding);
}
.wrapper-service-item{
    margin-bottom: 150px;
}
.wrapper-service-item.last{
    margin-bottom: 0;
}
.service-item-image-left .wrap-service-image{
    padding-right: 40px;
}
.service-item-image-right .wrap-service-image{
    padding-left: 40px;
}
.ul-service-includes {
    list-style: none;
    padding-left: 0;
    margin-bottom: 30px;
}
.ul-service-includes li {
    font-size: 17px;
    font-weight: 400;
    display: flex;
    margin-bottom: 12px;
    align-items: center;
}
.ul-service-includes li::before {
    content: url(../img/icons/check_bold.svg);
    margin-right: 10px;
    display: inline-block;
    width: 16px;
    height: auto;
}
.wrap-service-detail h3{
    font-size: 28px;
}
.wrap-service-detail p{
    margin-top: 20px;
}
.service-img-left{
    padding-right: 40px;
}
.service-img-right{
    padding-left: 40px;
}
.custom-row{
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 70px;
    justify-content: center;
    align-items: center;
}
.custom-column{
    flex: 1;
}
/* SERVICES SECTION STYLES END */

/* SERVICES SECTION V2 STYLES START */

.services-grid .wrap-service-item{
    background: #f2f6fe;
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
    min-height: 820px;
    display: flex;
    flex-direction: column;
    position: relative;
}

.services-grid .wrap-service-item .wrap-service-image .service-image{
    height: 280px !important;
    width: 100%;
    object-fit: cover;
    border-radius: 0;
}
.services-grid .wrap-service-item .wrap-service-detail h3 {
    font-size: 28px;
    line-height: 32px;
    margin-top: 20px;
}
.services-grid .ul-service-includes{
    margin-bottom: 20px;
}
.services-grid .ul-service-includes li{
    margin-bottom: 8px;
}
.services-grid .wrap-service-detail{
    padding: 0 25px 0px;
    flex: 1;
}
.services-grid .wrap-service-detail p{
    margin-top: 10px;
}
.services-grid .wrap-link-service-read-more{
    margin-top: auto;
    padding: 0 25px 30px 25px;
}
.services-grid .wrap-add-on-service{
    min-height: auto;
}
.lbl-supporting-services{
    font-size: 36px;
    text-align: left;
    margin-bottom: 20px;
    margin-top: 30px;
    font-weight: 500;
}
.wrap-add-on-services .wrap-service-image .service-image{
    height: 100% !important;
    width: 100% !important;
    border-radius: 0;
}
.wrap-add-on-services .wrap-service-item{
    background: #f2f6fe;
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
}
.wrap-add-on-services .wrap-service-item .wrap-service-detail{
    padding-left: 50px;
}



/* SERVICES SECTION V2 STYLES END */



/* ABOUT SECTION STYLES START */
#about{
   padding-top: 100px;
   padding-bottom: 100px;
   background: #f2f6fd;
}
.wrapper-hydrock-about .title {
    font-size: 15px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.wrapper-hydrock-about .small-desc {
    font-weight: 300 !important;
    font-size: 22px;
    margin-bottom: 20px;
}
.wrapper-mission-vision{
    margin-top: 50px;
}
.wrap-about-company-item p{
    line-height: 28px;
    font-size: 18px;
}
.wrapper-stats-full-width{
    background: #f2f6fd !important;
    padding: var(--section-padding);
    margin-top: 50px;
    margin-bottom: -100px;
}
/* ABOUT SECTION STYLES END */


/* PACKAGES SECTION STYLES START */

#wrapper-packages{
    padding: var(--section-padding);
}
.wrapper-package-item{
    padding: 30px;
    background: white;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    min-height: 730px;
    display: flex;
    flex-direction: column;
    position: relative;
}
.ul-package-includes {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    flex: 1;
}
.ul-package-includes li {
    font-size: 15px;
    font-weight: 500;
    display: flex;
    margin-bottom: 10px;
}
.ul-package-includes li::before {
    content: url(../img/icons/check-package.svg);
    margin-right: 10px;
    display: inline-block;
    width: 15px;
    height: auto;
}
.wrapper-pacakage-header{
    text-align: center;
    margin-bottom: 40px;
    border-bottom: 1px solid lightgray;
    padding-bottom: 20px;
}
.package-title{
    text-align: center;
    font-size: 26px;
    font-weight: 500;
}
.support-duration{
    text-align: center;
    font-weight: 500;
    background: var(--soft-blue);
    padding: 10px;
    border-radius: 5px;
    margin: 15px 0;
    font-size: 17px;
}
.package-small-desc{
    color: #5b6e89;
}
.wrapper-package-price{
    text-align: center;
    margin: 5px 0 20px;
    padding: 15px 0 10px;
    border-top: 1px solid #dee2eb;
    border-bottom: 1px solid #dee2eb;
}
.package-price .icon-uae-currency{
    width: 30px;
    margin-top: -20px;
}
.package-price .curr-amount{
    font-size: 50px;
    font-weight: 600;
    margin: 0 8px;
}
.package-price .amount-per-duration{
    font-size: 15px;
    font-weight: 600;
}
.get-started-outlined{
    text-align: center;
    padding: 15px 30px;
    border: 1px solid var(--text-grey);
    border-radius: 6px;
    display: block;
    font-size: 17px;
    font-weight: 600;
    margin-top: 30px;
    cursor: pointer;
    background: var(--white-color);
    margin-top: auto;
}
.whats-included{
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
}
.wrap-tag-popular{
    position: absolute;
    top: -50px;
    background: var(--corporate-blue);
    color: white;
    padding: 15px 30px 30px;
    text-align: center;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    z-index: -1;
    width: 100%;
    left: 0;
    font-weight: 700;
}
.btn-primary-general.popular-plan:hover{
    background: var(--btn-hover-bg) !important;
    border-color: var(--btn-hover-bg) !important;
    transform: scale(1.05);
}
.get-started-outlined:hover{
    background: var(--corporate-blue) !important;
    border-color: var(--corporate-blue) !important;
    color: var(--white-color) !important;
}
.wrapper-package-item.popular .support-duration{
    color: var(--corporate-blue);
}
.wrapper-packages-title-section{
    text-align: center;
    padding-bottom: 80px;
}
.lbl-starting-from{
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 6px 0;
    display: block;
    font-weight: 500;
    color: var(--corporate-blue);
    font-size: 15px;
}
#packages-page{
    padding-bottom: var(--section-padding-bottom);
}
/* PACKAGES SECTION STYLES END */


/* INDUSTRIES NEW SECTION START */
#industries-we-serve{
    background: var(--primary-navy);
    color: var(--white-color);
    padding: var(--section-padding);
    min-height: 200px;
}
.wrap-industry-content{
    padding: 40px 20px 20px;
    min-height: 200px !important;
}
.wrap-industry-content .industry-title{
    color: #000;
    font-size: 22px;
    margin-top: 10px;
}
.wrap-industry-content .industry-small-desc{
    color: #000;
    margin: 0;
}
.icon-industry{
    width: 60px !important;
    height: 60px !important;
    background: var(--corporate-blue);
    border-radius: 15px;
    padding: 12px;
    position: absolute;
    top: 220px;
    left: 18px;
    /* z-index: 999999; */
    border: 2px solid white;
}
#industries .owl-nav button{
    position: absolute !important;
    top: calc(50% - 40px) !important;
    width: 50px !important;
    height: 50px !important;
    background: transparent !important;
    border: 1px solid var(--white-color) !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    border-radius: 100px !important;
}
#industries .owl-nav .owl-prev {
    left: calc(0% - 75px) !important;
}
#industries .owl-nav .owl-next {
    right: calc(0% - 75px) !important;
}
/* INDUSTRIES NEW SECTION START */


/* CTA SECTION START */
#cta{
    background-image: url(../img/cta/cta-bg.png);
    background-size: 100%;
    text-align: center;
    color: white;
    min-height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hdng-cta{
    margin-top: 20px;
    margin-bottom: 10px;
}
.small-desc-cta{
    margin-bottom: 40px;
}
/* CTA SECTION END */



/* DELIVERABLES SECTION START */
#deliverables{
    background-color: var(--light-background);
    padding: var(--section-padding);
}
.wrapper-deliverables{
    background: white;
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 30px;
}
.wrpper-file-detail{
    display: flex;
    align-items: center;
}
.wrap-deliverable-item {
    padding: 25px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.deliverable-main-title {
    border-bottom: 1.5px solid #d1dbe4;
    padding-bottom: 20px;
}
.deliverable-file-properties{
    margin-right: 80px;
}
.deliverable-file-properties .date{
    font-size: 14px;
    color: var(--dark-gray);
}
.deliverable-file-properties .file-type{
    font-size: 14px;
    color: var(--dark-gray);
}
.deliverable-file-properties .file-size{
    font-size: 14px;
    color: var(--dark-gray);
}   
.deliverable-file-properties .divider{
    display: inline-block;
    width: 5px;
    height: 5px;
    background: var(--dark-gray);
    border-radius: 100px;
    margin: 0 7px;
}
.deliverable-actions img{
    width: 25px;
    margin-right: 10px;
    cursor: pointer;
}
.link-deliverable-file{
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95% / 0px 1px no-repeat;
    transition: all 500ms ease;
    font-size: 20px;
}
.link-deliverable-file:hover {
    background-size: 100% 1px;
}
.file-icon{
    width: 40px;
    margin-right: 20px;
}
.testimonial-text{
    font-size: 24px;
}
/* DELIVERABLES SECTION END */

/* NAVIGATION STYLES START */

.custom-navbar {
    background: white;
    padding: 20px 70px;
     position: relative;
    width: 100%;
    z-index: 999;
    transition: all 0.3s ease;
}
.navbar-brand{
    margin-right: 50px;
}
.navbar-brand img{
    width: 150px;
}

.custom-navbar .nav-link {
  color: black !important;
  padding: 10px 15px !important;
  font-size: 17px;
  font-weight: 500;
}

.custom-navbar .nav-link:hover {
  color: var(--corporate-blue) !important;
}

/* Dropdown icon */
.dropdown-icon {
  font-size: 12px;
}

/* Dropdown menu */
.custom-dropdown {
  display: none;
  position: absolute;
  background: #fff;
  min-width: 250px;
  width: 250px;
  border-radius: 10px;
  padding: 12px 0;
  box-shadow: 0 10px 20px rgba(0,0,0,0.15);
  z-index: 999;
  top: 40px;
}

.custom-dropdown .dropdown-item {
    padding: 10px 15px;
    color: #333;
    font-weight: 500;
    font-size: 16px;
    white-space: normal;
}

.custom-dropdown .dropdown-item:hover {
  background: #f2f6fd;
}

/* Hover behavior */
.hover-dropdown {
  position: relative;
}

.hover-dropdown:hover .custom-dropdown {
  display: block;
}

/* CTA Button */
.btn-primary {
  background: var(--corporate-blue);
  border: none;
}

.btn-primary:hover {
  background: var(--btn-hover-bg);
}
.icon-dropdown{
    width: 20px;
}
.icon-header-call{
    width: 22px;
    margin-right: 8px;
    margin-top: -4px;
}

.custom-navbar.navbar-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #ffffff;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
    animation: slideDown 0.3s ease;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}
/* NAVIGATION STYLES END */


/* CONTACT PAGE STYLES START */
.wrap-map{
    margin: 50px 0
}
.wrap-map iframe{
    width: 100%;
    height: 450px;
    border-radius: 10px;
    overflow: hidden;
}
.contact-title-primary{
    color: var(--corporate-blue);
    font-size: 45px;
    margin-bottom: 0;
}
.contact-title-secondary{
    color: black;
    font-size: 45px;
}
.wrapper-contact-detail{
    padding-right: 50px;
}
.wrap-contact-detail-header{
    margin-top: 40px;
}
.wrap-contact-detail-header p{
    margin-bottom: 40px;
    font-size: 17px;
}
.contact-info-icon {
    width: 32px;
    margin-right: 8px;
}
.wrapper-contact-parameter-item{
    padding: 20px 15px;
    border: 1px solid #ced9ee;
    border-radius: 10px;
    margin-bottom: 30px;
    display: flex;
}
.wrap-contact-form {
    background: #f2f6fd;
    padding: 30px;
    border-radius: 20px;
}
.contact-item-value p{
    margin-bottom: 0;
}
.contact-item-value span{
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 400;
    color: black;
    font-weight: 700;
}
.contact-info-item-text{
    font-size: 17px;
}
.contact-section-main{
    /* padding: var(--section-padding); */
    padding: 0;
}
.wrap-contact-title{
    display: inline-block;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    color: var(--corporate-blue);
    background: #e8edf8;
    padding: 7px 13px;
    border-radius: 100px;
    margin-bottom: 15px;
}
.wrap-contact-title img{
    width: 20px;
    margin-right: 5px;
}

/* CONTACT PAGE STYLES END */

.wrapper-service-detail .wrap-feature-item{
    background: #f2f6fd;
    min-height: 220px;
}
.service-detail-section-title{
    margin-bottom: 20px;
}
.wrapper-service-detail .ul-service-includes li {
    font-size: 17px;
    font-weight: 400;
    display: inline-flex;
    margin-bottom: 12px;
    align-items: center;
    border: 1px solid #ccd4e4;
    padding: 12px 15px;
    margin-right: 8px;
    border-radius: 10px;
}
.wrapper-service-detail .img-service-detail{
    width: 100% !important;
    object-fit: cover;
    border-radius: 10px;
}
.wrapper-service-detail .img-service-detail.img-service-detail-grid-3{
    height: 310px;
}
.wrapper-service-detail .img-service-detail.img-service-detail-grid-2{
    height: 450px;
}

/* ALL PAGES TITLES STYLES START */

#contact-page .wrapper-page-title{
    background-image: url(../img/page-titles/contact.png) !important;
}
#about-page .wrapper-page-title{
    background-image: url(../img/page-titles/about.jpg) !important;
}
#industries-page .wrapper-page-title{
    background-image: url(../img/page-titles/about.jpg) !important;
}
#estimation-quantity-survey .wrapper-page-title{
    background-image: url(../img/page-titles/about.jpg) !important;
}
#packages-page .wrapper-page-title{
    background-image: url(../img/page-titles/about.jpg) !important;
}
/* ALL PAGES TITLES STYLES END */

.blog-image{
    height: 300px;
    width: 100%;
    object-fit: cover;
    transition: 0.3s ease-in-out;
}
.blog-title a{
    font-size: 27px;
    color: var(--corporate-blue);
    line-height: 34px;
    display: inline-block;
}
.blog-card{
    margin-bottom: 30px;
    transition: 0.3s ease-in-out;
}
.link-blog-image{
    display: inline-block;
    height: 300px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}
.blog-card:hover .blog-image{
    transform: scale(1.1);
    transition: 0.3s ease-in-out;
}
.blog-card:hover .blog-title>a{
    text-decoration: underline;
}
.blog-content{
    padding-top: 10px;
}

@media (max-width: 575px) {
        .wrap-hamberger-icon{
            display: block !important;
        }
        .wrap-hamberger-icon label{
            margin-bottom:  0 !important;
        }
        .header_top {
            background-size: 100% 100%;
        }
    
        .wrapper-header {
            width: calc(100% - 0px);
    
        }
    
        .img-social-media-genrl {
            width: 30px;
        }
    
        .wrap-heading h2 {
            font-size: 40px;
        }
    
        .wrap-heading span {
            display: none;
        }
    
        .wrap_about img {
            display: block;
            margin: 0 auto;
            border-radius: 10px;
        }
    
        .about-me-content {
            margin-top: 30px;
        }
    
        .about-me-desc {
            font-size: 14px !important;
            line-height: 1.4;
            font-weight: lighter;
        }
    
        .personal-summary .row .custom-mb {
            margin-bottom: 0;
        }
    
        .personal-summary .row .custom-mb strong,
        .personal-summary .row .custom-mb span {
            font-size: 14px;
        }
    
        .img-man-using-laptop {
            display: none;
        }
    
        .img-email-icons-bg {
            display: none;
        }
    
        .img-thumbs-up {
            top: -115px;
            width: 150px;
            opacity: 0.5;
        }
    
        .icon-testmonial-left {
            position: absolute;
            left: 7px;
            top: -35px;
            width: 90px;
            height: auto;
            opacity: 0.2;
        }
    
        .our-pros-sec {
            background: #1b1d2b;
        }
    
        .description-testimonial {
            font-size: 17px !important;
        }
        
        .logo-img {
            width: 150px;
        }
        
        .custom-container {
            width: calc(100%);
        }
       
        .cd-headline{
            display: none;
        }
        
        
        
        .btn-header-nav{
            margin-top: 30px !important;
        }
        
        .btn-header-nav{
            margin-bottom: 30px !important;
        }
        .wrapper-status-indicator{
            margin-top: 20px;
        }
        .skills li.mobile{
            display: none;
        }
        .main-heading {
            font-size: 40px;
        }
        .gradient-text{
            font-size: 12px;
        }
        .clients-section {
            padding: 50px 0;
        }
        .wrap-stat-item{
            margin-bottom: 50px;
        }
        .wrap-stat-item.last{
            margin-bottom: 0px;
        }
        .wrap-item-stat-big-consultation{
            height: auto !important;
            margin-bottom: 15px !important;
        }
        .stat-small-desc {
            
            font-size: 34px;
            margin: 0 !important; 
            padding: 0 0px !important;
            margin-top: 10px;
        }
        .wrapper-contact-no{
            margin-top: 15px !important;
            margin-bottom: 30px !important;
        }
    
        .wrap-arc-content-inner__title {
            line-height: 46px;
            font-size: 39px;
        }
        .wrap-process-content{
            border-bottom: 0 !important;
        }
        .col1 .process-step,
        .col2 .process-step,
        .col3 .process-step{
            top: 0 !important;
            margin-top: 0 !important;
        }
        .wrap-process-content {
            padding-bottom: 0 !important;
            margin-bottom: 20px !important;
        }
        .testimonial-iframe {
            height: 230px !important;
            border-top-left-radius: 20px;
            border-top-right-radius: 20px;
        }
        .testimonial-detail {
            padding: 30px !important;
        }
        .about-tagline-mobile{
            display: block;
            margin: 20px 0;
            color: var(--white-color) !important;
        }
        .about-tagline-mobile h2{
            font-weight: 700;
        }
        .about-tagline-mobile p{
            font-size: 18px;
            font-weight: 500;
            color: #4e6272;
        }
        .hero-small-desc {
            font-size: 16px;
            font-weight: 400;
        }
        .skills li{
            font-size: 14px !important;
            padding: 10px 12px !important;
            font-weight: 500 !important;
            margin: 0 2px 8px 2px !important;
        }
        
        .header_top{
            height: 770px !important;
            margin-top: -40px !important;
            padding-top: 65px !important; 
        }
        .header_top {
            background-size: auto !important;
        }
        .text_start_center{
            top: 315px !important;
        }
       
        .scroll_mouse{
            display: none !important;
        }
        .section-small-desc {
            font-size: 16px !important;
            line-height: 24px !important;
            font-weight: 400 !important;
            text-align: justify !important;
            margin-bottom: 20px !important;
        }
        .description {
            font-size: 19px;
            line-height: 29px;
        }
    
        .description:before,
        .description:after {
            font-size: 25px;
        }
        
        .wrap-stat-item h2 {
            margin: 5px 0 5px 0;
        }
        .stat-small-desc {
            font-size: 30px;
            font-weight: 700;
            line-height: 32px;
            text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
            
        }
        
        .row-mobile-space{
            margin-top: -30px;
        }
        .clients-section{
            margin-bottom: 0;
        }
        .section-padding{
            padding: 50px 0;
        }
        .work-process{
            padding: 50px 0;
        }
        .testimonial-feedback{
            font-size: 16px;
        }
        #testimonials{
            padding: 50px 0;
        }
        .wrap-contact-info-item{
            margin: 20px 0;
        }
        .wrap-contact-info-item h4{
            margin-bottom: 5px;
        }
        .contact-form-section{
            padding: 50px 0;
        }
        .wrap-stat-item .count {
            font-weight: 500;
            font-size: 36px;
        }
        #portfolio{
            padding: 50px 15px;
        }
        .project-thumbnail{
            height: 350px;
        }
        .wrapper-overlay-content .project-small-desc{
            line-height: 20px;
        }
        .wrapper-overlay-content{
            padding: 70px 20px 20px;
        }
        .project_controls{
            display: flex;
            justify-content: start;
            width: 100%;
            overflow: scroll;
        }
        .project_controls{
            display: inline-block;
            background: transparent;
            padding: 0;
            margin: 40px 0 20px;
        }
        .wrapper-tools-mobile-header{
            margin-bottom: 30px;   
        }
        .wrapper-tools-mobile-header h2{
            font-size: 40px;
            font-weight: 700;
            line-height: 45px;
            margin-bottom: 18px;
            text-align: center;
        }
        #contact-form .form-group{
            margin-bottom: 0;
        }
        .particles-js-canvas-el{
            display: block !important;
        }
        .technologies-desktop-only{
            display: none;
        }
        .testimonial-thumb-desktop-only{
            display: none;
        }
        .ai-stat-desktop-only{
            display: none;
        }
        .free-consultation-desktop-only{
            display: none;
        }
        .testimonial-thumb-mobile-only{
            display: block;
        }
        .tool-mobile-only{
            display: block;
        }
        .process-step{
            margin-bottom: 30px;
        }
        .service-title {
            font-size: 32px;
        }
        .project-title-detail-page {
            font-size: 34px;
            font-weight: 500;
            margin-bottom: 14px;
            line-height: 40px;
        }
        .wrapper-project-detail .custom-container {
            width: calc(100% - 50px) !important;
        }
        .wrap-project-summary {
            background: var(--white-color);
            margin: 50px 0;
            padding: 0;
        }
        .wrapper-testimonials .owl-nav{
            display: none !important;
        }
        .wrap-stat-item img{
            margin-top: 0;
        }
        .wrapper-page-title .title {
            font-size: 35px !important;
        }
        .logo-pattern{
            left: 110px !important;
            top: 25px !important;
            width: 210px !important;
        }
        .wrap-process-icon::after{
            display: none !important;
        }
        .process-item {
            margin-bottom: 50px;
        }
        .footer-title{
            margin-top: 40px !important;
        }
        .footer-bottom{
            margin-bottom: 40px;
        }
        .floating_icons_whatsapp{
            bottom: 140px !important;
            right: 20px !important;
        }
        .container-custom{
            max-width: calc(100% - 50px) !important;
        }
        .col-stats{
            flex: 0 0 50%;
            max-width: 50%;
        }
        .hero-title {
            font-family: 32px !important;
        }
        .wrapper-hero-actions a {
            margin: 10px 10px 10px !important;
            min-width: 280px !important;
        }
        #hero.hero-v2{
            padding: 70px 0;
        }
        #hero.hero-v2 .img-hero-section{
            display: none;
        }
        .btn-primary-general,
        .btn-outlined-general{
            font-size: 16px;
        }
        .clients-wrapper{
            margin-top: 30px;
        }
        .client-logo{
            width: 140px;
            margin: 0;
            padding: 0;
        }
        #about{
            padding: 50px 0;
        }
        .wrapper-hydrock-about .small-desc{
            font-size: 18px;
        }
        .wrap-stat-item h2{
            font-size: 17px;
        }
        .custom-row{
            display: block;
        }
        .wrap-service-image .service-image{
            margin-bottom: 20px;
            height: 300px;
        }
        .wrapper-service-item{
            margin-bottom: 60px;
        }
        #services-main{
            padding: var(--section-padding-mobile);
        }
        #industries{
            padding: var(--section-padding-mobile);
        }
        .wrap-industry{
            min-height: auto;
        }
        #work-process{
            padding: var(--section-padding-mobile);
        }
        #wrapper-packages{
            padding: var(--section-padding-mobile);
        }
        .wrapper-packages-title-section{
            padding-bottom: 20px;
        }
        .wrapper-package-item{
            margin-bottom: 30px;
        }
        .wrapper-package-item.popular{
            margin-top: 50px;
        }
        #deliverables{
            padding: var(--section-padding-mobile);
        }
        .deliverable-file-properties {
            display: block;
            margin: 10px 0;
            text-align: left;
        }
        .deliverable-actions{
            display: block;
            text-align: left;
        }
        #features{
            padding: var(--section-padding-mobile);
        }
        .wrapper-faqs{
            padding: var(--section-padding-mobile);
        }
        .wrapper-faqs hr{
            margin: 5px 0;
        }
        .custom-navbar{
            padding: 20px 30px;
        }
        .custom-navbar .nav-link{
            padding: 10px 0 !important;
        }
        .custom-dropdown{
            width: 100% !important;
        }
        .btn-primary-general.btn-header{
            margin-top: 10px !important;
            display: inline-block;
        }
        .wrapper-page-title{
            margin-bottom: 40px;
        }
        .wrapper-service-detail .wrap-feature-item{
            min-height: auto;
            margin-bottom: 15px;
        }
        .wrapper-service-detail .ul-service-includes li{
            margin-bottom: 10px;
            padding: 9px 15px;
            margin-right: 8px;
        }
        .service-detail-section-title {
            font-size: 28px;
        }
        .page-description{
            font-size: 18px;
        }
        .wrap-add-on-services .wrap-service-item .wrap-service-detail{
            padding-left: 25px;
            padding-bottom: 30px;
        }
        .wrapper-service-detail .img-service-detail.img-service-detail-grid-2{
            margin-bottom: 30px;
            height: 300px;
        }
        .wrapper-service-detail .img-service-detail.img-service-detail-grid-3 {
            margin-bottom: 30px;
            height: 300px;
        }
        .wrap-map iframe{
            height: 300;
        }
        .wrapper-contact-detail{
            padding-right: 0;
        }
        .contact-parameter-item{
            margin-bottom: 15px;
        }
        #chat-bubble{
            bottom: 70px;
            right: 28px;
        }
        .services-grid .wrap-service-item{
            min-height: auto !important;
        }
        .wrap-industry-content{
            min-height: auto !important;
        }
        .wrapper-package-item{
            min-height: auto !important;
        }
        .wrapper-package-item .btn-primary-general,
        .wrapper-package-item .get-started-outlined{
            margin-top: 30px;
        }
        .documents-grid {
            grid-template-columns: repeat(1, 1fr) !important;
        }
        .btn-header{
            display: block;
            margin-top: 20px;
            margin-bottom: 30px;
        }
    }
    
    @media (min-width: 576px) and (max-width: 767px){
        .wrap-hamberger-icon{
            display: block !important;
        }

        .header_top {
            background-size: 100% 100%;
        }

        .wrapper-header {
            width: calc(100% - 0px);

        }



        .img-social-media-genrl {
            width: 30px;
        }

        .wrap-heading h2 {
            font-size: 40px;
        }

        .wrap-heading span {
            display: none;
        }

        .wrap_about img {
            display: block;
            margin: 0 auto;
            border-radius: 10px;
        }

        .about-me-content {
            margin-top: 30px;
        }

        .about-me-desc {
            font-size: 14px !important;
            line-height: 1.4;
            font-weight: lighter;
        }

        .personal-summary .row .custom-mb {
            margin-bottom: 0;
        }

        .personal-summary .row .custom-mb strong,
        .personal-summary .row .custom-mb span {
            font-size: 14px;
        }

        .img-man-using-laptop {
            display: none;
        }

        .img-email-icons-bg {
            display: none;
        }

        .img-thumbs-up {
            top: -115px;
            width: 150px;
            opacity: 0.5;
        }

        .icon-testmonial-left {
            position: absolute;
            left: 7px;
            top: -35px;
            width: 90px;
            height: auto;
            opacity: 0.2;
        }

        .our-pros-sec {
            background: #1b1d2b;
        }

        .description-testimonial {
            font-size: 17px !important;
        }
        
        .logo-img {
            width: 70px;
        }
        
        .custom-container {
            width: calc(100%);
        }
        
        .cd-headline{
            display: none;
        }
       

        .btn-header-nav{
            margin-top: 30px !important;
        }
        
        .btn-header-nav{
            margin-bottom: 30px !important;
        }
        .wrapper-status-indicator{
            margin-top: 60px;
        }
        .skills li.mobile{
            display: none;
        }
        .main-heading {
            font-size: 40px;
        }
        .gradient-text{
            font-size: 13px;
        }
        .clients-section {
            padding: 50px 0;
        }
        .wrap-stat-item{
            margin-bottom: 15px;
        }
        .wrap-item-stat-big-consultation{
            height: auto !important;
            margin-bottom: 15px !important;
        }
        .stat-small-desc {
            
            font-size: 34px;
            margin: 0 !important; 
            padding: 0 0px !important;
            margin-top: 10px;
        }
        .wrapper-contact-no{
            margin-top: 15px !important;
            margin-bottom: 30px !important;
        }

        .wrap-arc-content-inner__title {
            line-height: 46px;
            font-size: 39px;
        }
        .wrap-process-content{
            border-bottom: 0 !important;
        }
        .col1 .process-step,
        .col2 .process-step,
        .col3 .process-step{
            top: 0 !important;
            margin-top: 0 !important;
        }
        .wrap-process-content {
            padding-bottom: 0 !important;
            margin-bottom: 20px !important;
        }
        .testimonial-iframe {
            height: 230px !important;
            border-top-left-radius: 20px;
            border-top-right-radius: 20px;
        }
        .testimonial-detail {
            padding: 30px !important;
        }
        .about-tagline-mobile{
            display: block;
            margin: 20px 0;
        }
        .about-tagline-mobile h2{
            font-weight: 700;
        }
        .about-tagline-mobile p{
            font-size: 18px;
            font-weight: 500;
            color: #4e6272;
        }
        .hero-small-desc {
            font-size: 16px;
            font-weight: 400;
        }
        .skills li{
            font-size: 14px !important;
            padding: 10px 12px !important;
            font-weight: 500 !important;
            margin: 0 2px 8px 2px !important;
        }
        .header_top {
            height: auto !important;
        }
        .header_top {
            background-size: auto !important;
        }
        .text_start_center{
            top: 315px !important;
        }
    
        .scroll_mouse{
            display: none !important;
        }
        .section-small-desc {
            font-size: 16px !important;
            line-height: 24px !important;
            font-weight: 400 !important;
            text-align: justify !important;
            margin-bottom: 20px !important;
        }
        .description {
            font-size: 19px;
            line-height: 29px;
        }

        .description:before,
        .description:after {
            font-size: 25px;
        }
        .wrap-stat-item{
            text-align: center;
        }
        .stat-small-desc {
            font-size: 30px;
            font-weight: 700;
            line-height: 32px;
            text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
            
        }
        
        .row-mobile-space{
            margin-top: -30px;
        }
        .clients-section{
            margin-bottom: 0;
        }
        .section-padding{
            padding: 50px 0;
        }
        .work-process{
            padding: 50px 0;
        }
        .testimonial-feedback{
            font-size: 17px;
        }
        #testimonials{
            padding: 50px 0;
        }
        .wrap-contact-info-item{
            margin: 20px 0;
        }
        .wrap-contact-info-item h4{
            margin-bottom: 5px;
        }
        .contact-form-section{
            padding: 50px 0;
        }
        .wrap-stat-item .count {
            font-weight: 700;
            font-size: 50px;
        }
        #portfolio{
            padding: 50px 15px;
        }
        .project-thumbnail{
            height: 350px;
        }
        .wrapper-overlay-content .project-small-desc{
            line-height: 20px;
        }
        .wrapper-overlay-content{
            padding: 70px 20px 20px;
        }
        .project_controls{
            display: flex;
            justify-content: start;
            width: 100%;
            overflow: scroll;
        }
        .project_controls{
            display: inline-block;
            background: transparent;
            padding: 0;
            margin: 40px 0 20px;
        }
        .wrapper-tools-mobile-header{
            margin-bottom: 30px;   
        }
        .wrapper-tools-mobile-header h2{
            font-size: 40px;
            font-weight: 700;
            line-height: 45px;
            margin-bottom: 18px;
            text-align: center;
        }
        #contact-form .form-group{
            margin-bottom: 0;
        }
        .particles-js-canvas-el{
            display: block !important;
        }
        .technologies-desktop-only{
            display: none;
        }
        .testimonial-thumb-desktop-only{
            display: none;
        }
        .ai-stat-desktop-only{
            display: none;
        }
        .free-consultation-desktop-only{
            display: none;
        }
        .testimonial-thumb-mobile-only{
            display: block;
        }
        .tool-mobile-only{
            display: block;
        }
        .wrapper-testimonials .owl-nav{
            display: none !important;
        }
        .col-stats{
            flex: 0 0 30%;
            max-width: 30%;
        }
        .hero-title{
            font-size: 32px !important;
        }
        .btn-header{
            display: block;
            margin-top: 20px;
            margin-bottom: 30px;
        }
        .services-grid .wrap-service-item .wrap-service-image .service-image{
            height: 220px !important;
        }

    }
    @media (min-width: 768px) and (max-width: 991px){
        .wrap-hamberger-icon{
            display: block !important;
        }

        
        .header_top {
            background-size: 100% 100%;
        }

        .wrapper-header {
            width: calc(100% - 0px);

        }
        .img-social-media-genrl {
            width: 30px;
        }

        .wrap-heading h2 {
            font-size: 40px;
        }

        .wrap-heading span {
            display: none;
        }

        .wrap_about img {
            display: block;
            margin: 0 auto;
            border-radius: 10px;
        }

        .about-me-content {
            margin-top: 30px;
        }

        .about-me-desc {
            font-size: 14px !important;
            line-height: 1.4;
            font-weight: lighter;
        }

        .personal-summary .row .custom-mb {
            margin-bottom: 0;
        }

        .personal-summary .row .custom-mb strong,
        .personal-summary .row .custom-mb span {
            font-size: 14px;
        }

        .img-man-using-laptop {
            display: none;
        }

        .img-email-icons-bg {
            display: none;
        }

        .img-thumbs-up {
            top: -115px;
            width: 150px;
            opacity: 0.5;
        }

        .icon-testmonial-left {
            position: absolute;
            left: 7px;
            top: -35px;
            width: 90px;
            height: auto;
            opacity: 0.2;
        }

        .our-pros-sec {
            background: #1b1d2b;
        }

        .description-testimonial {
            font-size: 17px !important;
        }
        
        .logo-img {
            width: 70px;
        }
      
        .custom-container {
            width: calc(100%);
        }
        
        .cd-headline{
            display: none;
        }
        
        .btn-header-nav{
            margin-top: 30px !important;
        }
    
        .btn-header-nav{
            margin-bottom: 30px !important;
        }
        .wrapper-status-indicator{
            margin-top: 60px;
        }
        .skills li.mobile{
            display: none;
        }
        .main-heading {
            font-size: 40px;
        }
        .gradient-text{
            font-size: 13px;
        }
        .clients-section {
            padding: 50px 0;
        }
        .wrap-stat-item{
            margin-bottom: 15px;
        }
        .wrap-item-stat-big-consultation{
            height: auto !important;
            margin-bottom: 15px !important;
        }
        .stat-small-desc {
            
            font-size: 34px;
            margin: 0 !important; 
            padding: 0 0px !important;
            margin-top: 10px;
        }
        .wrapper-contact-no{
            margin-top: 15px !important;
            margin-bottom: 30px !important;
        }

        .wrap-arc-content-inner__title {
            line-height: 46px;
            font-size: 39px;
        }
        .wrap-process-content{
            border-bottom: 0 !important;
        }
        .col1 .process-step,
        .col2 .process-step,
        .col3 .process-step{
            top: 0 !important;
            margin-top: 0 !important;
        }
        .wrap-process-content {
            padding-bottom: 0 !important;
            margin-bottom: 20px !important;
        }
        .testimonial-iframe {
            height: 230px !important;
        }
        .testimonial-detail {
            padding: 30px !important;
        }
        .about-tagline-mobile{
            display: block;
            margin: 20px 0;
        }
        .about-tagline-mobile h2{
            font-weight: 700;
        }
        .about-tagline-mobile p{
            font-size: 18px;
            font-weight: 500;
            color: #4e6272;
        }
        .hero-small-desc {
            font-size: 16px;
            font-weight: 400;
        }
        .skills li{
            font-size: 14px !important;
            padding: 10px 12px !important;
            font-weight: 500 !important;
            margin: 0 2px 8px 2px !important;
        }
        .header_top {
            height: auto !important;
        }
        .header_top {
            background-size: auto !important;
        }
        .text_start_center{
            top: 315px !important;
        }
        
        .scroll_mouse{
            display: none !important;
        }
        .section-small-desc {
            font-size: 16px !important;
            line-height: 24px !important;
            font-weight: 400 !important;
            text-align: justify !important;
            margin-bottom: 20px !important;
        }
        .description {
            font-size: 19px;
            line-height: 29px;
        }

        .description:before,
        .description:after {
            font-size: 25px;
        }
        .wrap-stat-item{
            text-align: center;
        }
        .stat-small-desc {
            font-size: 30px;
            font-weight: 700;
            line-height: 32px;
            text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
            
        }
        
        .row-mobile-space{
            margin-top: -30px;
        }
        .clients-section{
            margin-bottom: 0;
        }
        .section-padding{
            padding: 50px 0;
        }
        .work-process{
            padding: 50px 0;
        }
        .testimonial-feedback{
            font-size: 17px;
        }
        #testimonials{
            padding: 50px 0;
        }
        .wrap-contact-info-item{
            margin: 20px 0;
        }
        .wrap-contact-info-item h4{
            margin-bottom: 5px;
        }
        .contact-form-section{
            padding: 50px 0;
        }
        .wrap-stat-item .count {
            font-weight: 700;
            font-size: 50px;
        }
        #portfolio{
            padding: 50px 15px;
        }
        .project-thumbnail{
            height: 230px;
        }
        .wrapper-overlay-content .project-small-desc{
            line-height: 20px;
        }
        .wrapper-overlay-content{
            padding: 70px 20px 20px;
            transform: translateY(250px);
        }
        .project_controls{
            display: flex;
            justify-content: start;
            width: 100%;
            overflow: scroll;
        }
        .project_controls{
            display: inline-block;
            background: transparent;
            padding: 0;
            margin: 40px 0 20px;
        }
        .wrapper-tools-mobile-header{
            margin-bottom: 30px;   
        }
        .wrapper-tools-mobile-header h2{
            font-size: 40px;
            font-weight: 700;
            line-height: 45px;
            margin-bottom: 18px;
            text-align: center;
        }
        #contact-form .form-group{
            margin-bottom: 0;
        }
        .particles-js-canvas-el{
            display: block !important;
        }
        .technologies-desktop-only{
            display: none;
        }
        .testimonial-thumb-desktop-only{
            display: none;
        }
        
        .testimonial-thumb-mobile-only{
            display: block;
        }
        .tool-mobile-only{
            display: block;
        }
        .wrapper-testimonials .owl-nav{
            display: none !important;
        }
        .col-stats{
            flex: 0 0 25%;
            max-width: 25%;
        }
        .hero-title{
            font-size: 32px !important;
        }
        .btn-header{
            display: block;
            margin-top: 20px;
            margin-bottom: 30px;
        }
        .services-grid .wrap-service-item .wrap-service-image .service-image{
            height: 220px !important;
        }

    }
    @media (min-width: 992px) and (max-width: 1199px){
        .project-thumbnail {
            height: 230px;
        }
        .wrapper-overlay-content {
            transform: translateY(310px);
        }
        .wrapper-testimonials .owl-nav{
            display: none !important;
        }
        .hero-title{
            font-size: 50px !important;
        }
        .btn-header{
            display: block;
            margin-top: 20px;
            margin-bottom: 30px;
        }
        .services-grid .wrap-service-item .wrap-service-image .service-image{
            height: 220px !important;
        }

    }
    @media (min-width: 1200px) {
    
        .project-thumbnail {
            height: 330px;
        }
        .wrapper-overlay-content {
            transform: translateY(450px);
        }
        .wrap-stat-item h2 {
            font-size: 18px;
        }
        .hero-title{
            font-size: 43px !important;
            margin-top: 10px;
            margin-bottom: 20px;
        }
    }
    @media (min-width: 1500px) {
        .project-thumbnail {
            height: 400px;
        }
        .wrapper-overlay-content {
            transform: translateY(450px);
        }
        .hero-title{
            font-size: 43px !important;
            margin-top: 10px;
            margin-bottom: 20px;
        }
        
    }






/* ======================== PDF PREVIEW STYLES START ======================== */
    

        .wrapper-deliverables-preview-grid{
            background: #f2f6fe;
        }

        .documents-grid{

        display:grid;

        grid-template-columns:repeat(4,1fr);

        gap:30px;
            

        }



        .document-card{

    background:#fff;
    border-radius:16px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.08);

}



.document-preview{

    height:300px;
    position:relative;
    overflow:hidden;
    background:white;

    display:flex;
    justify-content:center;
    align-items:flex-start;

}



.document-preview canvas{

    width:350px;
    margin-top:0;

}



/* Overlay */

.preview-overlay{

    position:absolute;

    inset:0;

    background:rgba(0,0,0,0.55);

    display:flex;

    justify-content:center;

    align-items:center;

    gap:12px;


    opacity:0;

    transition:.3s ease;

}



.document-card:hover .preview-overlay{

    opacity:1;

}



/* Buttons */

.preview-overlay a{

    padding:12px 18px;

    border-radius:6px;

    text-decoration:none;

    font-size:14px;

    font-weight:600;

}



.btn-preview{

    background:#ffffff;

    color:#111;

}



.btn-download{

    background:#111;

    color:#fff;

}



/* Bottom Content */

.document-content{

    padding:20px;
    text-align: center;

}



.document-content h4{

    margin:0 0 8px;

    font-size:18px;

}



.document-content span{

    font-size:13px;

    color:#777;

}
    /* ======================== PDF PREVIEW STYLES END ======================== */


.whatsapp-svg {
    width: 26px;
    height: 26px;
    fill: #ffffff;
    margin-top: -5px;
    margin-right: 3px;
}
.btn-talk-on-whatsapp:hover .whatsapp-svg{
    fill: var(--primary-navy) !important;
}
.blog .wrapper-page-title {
    background-image: url(../img/page-titles/about.jpg) !important;
}
.breadcrumb-item a{
    color: white;
}
.post-featured-image {
    margin-bottom: 40px;
}

.post-featured-image img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 4px;
}
.wrapper-blog-detail{
    margin: 80px 0 100px;
}







