body {
    font-family: "Inter", sans-serif !important;
}

.main-nav {
    margin-bottom: 10px;
}

/* common buttons */
.primary-btn {
    text-decoration: none;
    font-size: 18px;
    color: #191919;
    padding: 8px 0 9px 25px;
    position: relative;
    /* display: inline-block; */
    display: flex;
    display: flex;
    align-items: center;
    padding: 0;
    gap: 3px;
}

/* .primary-btn:before {
    content: '';
    position: absolute;
    border: 2px solid #fff;
    min-width: 42px;
    height: 42px;
    left: 0;
    border-radius: 100px;
    transition: 
ease-in-out .5s;
  
} */

.primary-btn svg {
    /* width: 56px;
    fill: #fff;
    height: 20px;
    font-weight: 300;
    margin-left: -4px; */
    display: inline-flex;
    align-items: center;
    background: none;
    border: none;
}

.primary-txt-btn {
    /* color: #fff;
    font-weight: 200;
    letter-spacing: 1.6px;
    font-family: system-ui;
    font-size: 20px;
 */
    display: inline-block;
    padding: 18px 24px;
    background-color: #f0c73c;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase;
    border-radius: 111px;
    cursor: pointer;
    transition: all 0.4s;
}

.primary-btn .arrow-all {
    display: inline-block;
    background-color: #f0c73c;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase;
    border-radius: 111px;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    transition: 0.5s all ease-in-out;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;

}

.primary-btn .arrow-all i {
    transform: rotate(319deg);
}

.primary-btn .arrow-all .arrow1 {
    transition: all 0.4s;
    position: absolute;
    opacity: 1;
}

.primary-btn:hover .arrow-all .arrow1 {
    transition: all 0.4s;
    transform: translateY(-7px) rotate(-45deg) translateX(45px);
    opacity: 0;
}

.primary-btn .arrow-all .arrow2 {
    transform: translateY(4px) rotate(-45deg) translateX(-52px);
    transition: all 0.4s;
    opacity: 0;
}

.primary-btn:hover .arrow-all .arrow2 {
    transform: translateY(0px) rotate(7deg) translateX(1px);
    transition: all 0.4s;
    opacity: 1;
}

/* .primary-btn:hover:before {
    min-width: 247px;
} */
.secondery-btn {
    text-decoration: none;
    font-size: 18px;
    color: #191919;
    padding: 8px 0 9px 25px;
    position: relative;
    display: inline-flex;
    align-items: center !important;
}

.secondery-btn:before {
    content: '';
    position: absolute;
    border: 2px solid #191919;
    min-width: 42px;
    height: 42px;
    left: 0;
    border-radius: 100px;
    transition:
        ease-in-out .5s;
}

.secondery-btn img {
    align-self: center !important;
    margin-right: 1rem !important;
}

.secondery-btn:hover:before {
    min-width:175px;
}
.service-section .secondery-btn:hover:before {
    min-width:185px;
}

.secondery-btn:hover {
    color: #000;
}

.secondery-btn.primary-btn .primary-txt-btn {
    color: #000;
    font-weight: 500;
}

.secondery-btn:before {
    border: 2px solid #000;
}

@media screen and (max-width:575px) {
    .primary-btn:before {
        min-width: 247px;
    }

    .common-cheap {
        padding: 5px 12px !important;
        font-size: 15px !important;
    }

}

/* common content */
.common-margin {
    padding: 70px 0px;
}

.common-sub-content {
    font-size: 40px;
    font-weight: 600;
}

.info-txt {
    font-size: 16px;
    color: #000;
    line-height: 26px;
    font-weight: 400;
}

@media screen and (max-width:575px) {
    .common-sub-content {
        font-size: 24px;
    }

    .info-txt {
        font-size: 15px;
        padding: 0;
        line-height: 21px;
    }

    .common-margin {
        padding: 40px 0px;
    }
}

/* .sub-text1 {
    color: var(--vtc-text-sub-title-1);
} */
.common-cheap {
    background-color: #e7ebeb;
    padding: 8px 15px;
    border-radius: 6px;
    color: #10343b;
    text-transform: capitalize;
    font-size: 19px;
    display: inline-block;
    margin: 12px 0;
}

/* banner section */
.main-nav {
    background-color: #fff;
}

.home-sliders .item {
    background: url('../../images/home-2/banner-bg.jpg');
}

.slide-1.ov-txt h2 {
    color: #fff;
}

.ov-txt h2 span {
    color: #90a09f;
    line-height: inherit;
}

.ov-txt h3 {
    color: #dbd2d2;
}

.banner-bg-container {
    max-width: 950px;
}

.banner-bg-container img {
    height: 100%;
    width: 100%;
}

.slide-1.ov-txt h2 {
    font-size: 63px;
    font-weight: 500;
    margin-bottom: 25px;
}

.ov-txt h2:after {
    display: none;
}


.hero-banner {

    width: 100%;
    min-height: 100vh;
    /* background: linear-gradient(135deg, #0a0e27 0%, #1a1f3a 50%, #2a2f4a 100%); */
    display: flex;
    align-items: center;
    padding: 80px 8%;
    overflow: hidden;
}

.banner-container {
    position: relative;
    z-index: 10;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: center;
}

.grid-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(99, 102, 241, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(99, 102, 241, 0.03) 1px, transparent 1px);
    background-size: 50px 50px;
    animation: gridMove 20s linear infinite;
}

/* .banner-bg-container {
    position: relative;
    z-index: 10;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
} */

.content .badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: #8d8d9021;
    border: 1px solid rgba(99, 102, 241, 0.3);
    border-radius: 50px;
    color: #fff;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 30px;
    animation: fadeIn 1s ease-out 0.2s backwards;

}

.content .badge-dot {
    width: 8px;
    height: 8px;
    background: #22c55e;
    border-radius: 50%;
    animation: pulse 2s infinite;
}

.content h1 {
    font-size: 3rem;
    color: #ffffff;
    margin-bottom: 24px;
    line-height: 1.20;
    font-weight: 600;
    animation: fadeIn 1s ease-out 0.4s backwards;
}

.home-sliders .item {
    height: 93vh;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }

}


.banner {
    position: relative;
    width: 100%;
    min-height: 650px;
    background: #ffffff;
    display: flex;
    align-items: center;
    padding: 80px 100px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.banner::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    animation: pulse-bg 4s ease-in-out infinite alternate;
}

.content-left {
    flex: 1;
    z-index: 10;
    max-width: 550px;
    padding-right: 40px;
}

/* ... (Other content/logo/CTA styles omitted for brevity) ... */
.highlight {
    color: #fbbf24;
}

/* ================================================= */
/* 3. RIGHT VISUAL (WORKFLOW DIAGRAM)                */
/* ================================================= */
.visual-area {
    flex: 1;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 600px;
}

.workflow-container {
    position: relative;
    width: 500px;
    height: 500px;
}

/* Center Hub (Unchanged) */
.center-hub {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 180px;
    height: 180px;

    border-radius: 50%;
    animation: pulseHub 2s ease-in-out infinite alternate;
    z-index: 20;
    border: 5px solid #ffffff;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.15);
        display: flex;
    align-items: center;
    justify-content: center;
    /* ... (Hub content styles omitted) ... */
}

.center-hub .hub-text {
    font-size: 30px;
    color: #fff;
}

/* Orbiting Items (Unchanged) */
.orbit-item {
    position: absolute;
    width: 135px;
    height: 120px;
    background: white;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    z-index: 15;
    padding: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgb(255 255 255 / 0%);
    backdrop-filter: blur(20px);
    border: 1px solid rgb(255 255 255 / 39%);
    color: #fff;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    /* ... (Other module styles omitted) ... */
}

.orbit-label {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.7px;
}

/* Specific Item Positions (Unchanged, relative to 500x500 container) */
.item-1 {
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    animation-delay: 0.2s;
}

.item-2 {
    top: 15%;
    right: -13px;
    animation-delay: 0.4s;
}

.item-3 {
    bottom: 15%;
    right: -13px;
    animation-delay: 0.6s;
}

.item-4 {
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
    animation-delay: 0.8s;
}

.item-5 {
    bottom: 15%;
    left: 0;
    animation-delay: 1s;
}

.item-6 {
    top: 15%;
    left: -9px;
    animation-delay: 1.2s;
}

/* ================================================= */
/* 4. SINGLE ANIMATED FLOW LINE (SVG)                */
/* ================================================= */
.flow-svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    overflow: visible;
}

#flow-path {
    fill: none;
    stroke: #dadada;
    stroke-width: 2;
    opacity: 0.9;
    /* Animation properties for continuous flow */
    stroke-dasharray: 100;
    /* Segment length */
    stroke-dashoffset: 0;
    animation: flowLoop 6s linear infinite;
}


/* ================================================= */
/* 5. KEYFRAMES / ANIMATIONS                         */
/* ================================================= */

/* Single Line Flow Animation */
@keyframes flowLoop {
    0% {
        stroke-dashoffset: 0;
    }

    100% {
        stroke-dashoffset: -250;
    }

    /* Adjust dash offset to match path length */
}

/* ... (Other keyframes unchanged) ... */
@keyframes pulseHub {
    from {
        transform: translate(-50%, -50%) scale(1);
    }

    to {
        transform: translate(-50%, -50%) scale(1.05);
    }
}


/* ================================================= */
/* 6. RESPONSIVENESS (Mobile First)                  */
/* ================================================= */

/* ... (Responsive styles for 1200px and 968px remain the same) ... */
@media (max-width: 968px) {
    /* ... (Layout adjustments unchanged) ... */

    /* Hide SVG flow line on small screens for performance/clarity */
    .flow-svg {
        display: none;
    }
}
@media (max-width: 575px) {
.center-hub{
    width: 90px;
    height: 90px;
}
.center-hub .hub-text{
    font-size: 18px;
}
.orbit-item {
    width: 100px;
    height: 90px;
}
.orbit-label {
    font-size: 12px;
    letter-spacing: 0;
}
.item-6{
    top: 10%;
    left: 70px;
}
.item-2 {
    top: 10%;
    right: 76px;
}
.item-3 {
    bottom: 50%;
    right: 76px;
}
.item-4{
     bottom: 50%;
      left: 118px;
}
.center-hub {
    top: 31%;
}
.center-hub {
    position: relative;
    top: 31%;
}

  .item-5 {
        bottom: 37%;
        left: 39%;
}
}
.content h1 .highlight {
    background: linear-gradient(135deg, #1c3b57 0%, #818cf8 50%, #ffffff 100%);
    background-size: 200% 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: gradientShift 3s ease infinite, fadeIn 1s ease-out 0.4s backwards;
}

@keyframes gradientShift {

    0%,
    100% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

}

.content p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 30px;
    line-height: 1.8;
    animation: fadeIn 1s ease-out 0.6s backwards;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.home-sliders .slick-dots li.slick-active button {
    border: 0;
    height: 10px;
    width: 10px;
    background-color: #87c0be;
}

.home-sliders .slick-dots li button {
    border: 0;
    height: 10px;
    width: 10px
}

/* .home-sliders .slick-dots{
bottom: -20px;
} */

@media screen and (max-width:557px) {
    .hero-banner {
        padding: 0px 4%;
        min-height: 100%;
    }

    .content p {
        margin-bottom: 10px;
        line-height: 23px;
        font-size: 16px;
        font-weight: 300;
        padding:0;
    }

    .item {
        padding: 0;
    }

    .content h1 {
    font-size: 25px;
        line-height: 31px;
    }

    .hero-banner .banner-container {
        display: flex;
        flex-direction: column;
        gap: 0;
    }
}

/* about section */
.images-all .shape1 {
    position: absolute;
    top: 11px;
    left: -120px;
    z-index: 99;
}

._relative {
    position: relative;
}

.service-section .shape2 {
    z-index: 99;
}

.images-all .shape2 {
    bottom: 30px;
    position: absolute;
    right: 0;
}

.image-anime {
    overflow: hidden;
}

.image-anime img {
    opacity: 0;
    transform: translateX(40px) scale(0.95);
    transition: 0.7s ease-out;
}

.image-anime.aos-animate img {
    opacity: 1;
    transform: translateX(0) scale(1);
}

.images-all .shape3 {
    position: absolute;
    top: -30px;
    right: 132px;
    z-index: -1;
}

.images-all .shape3 {
    position: absolute;
    top: -30px;
    right: 36px;
    z-index: -1;
}
.first-img{
    height: auto;
    width: 246px;
}
.round-circle {
    position: relative;
    animation-name: round-circle;
    animation-duration: 72s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function:
        linear;
}

@keyframes round-circle {


    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(1000deg);
    }
}

.about1-list ul li span {
    display: inline-block;
    background-color: #f0c73c;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    padding: 10px;
    margin-right: 8px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about1-list ul {
    padding: 0;
}

.about1-list ul li {
    color: #000;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    padding-top: 16px;
    display: flex;
    align-items: center;
    display: flex;
    align-items: start;
}

.image-anime:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.image-anime:hover:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

@media screen and (max-width:575px) {
    .images-all .shape1 {
        top: -84px;
        left: -37px;
    }

    .images-all .shape2 {
        bottom: -73px;
        right: -33px;
    }

    .about-section.common-margin {
        margin-top: 78px;
    }

    .images-all .shape3 {
        top: -58px;
        right: -7px;
    }

    ._relative .about-tab {
        width: 325px;
    }

    .about1-list ul li {
        padding: 6px 0;
    }

    .about1-list ul {
        margin: 0;
    }

    .about-section .primary-btn {
        margin-top: 16px;
    }
}

/*service section design*/
.service-section {
    background-color: #f3f5f5;
    position: relative;
}

.service-section::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url(../../images/home-2/servicebg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* ._relative {
    position: relative;
} */
.service-section .container {
    position: relative;
    z-index: 2;
}

/* ._relative{
    overflow: hidden;
} */
.service-section .shape {
    top: -13px;
    right: 0;
    position: absolute;
    z-index: -1;
}

.service-section ._relative img {
    overflow: hidden;
}


.service-section .icon {
    height: 67px;
    width: 67px;
    text-align: center;
    line-height: 70px;
    background-color: #10343b;
    border-radius: 50%;
    margin-bottom: 5px;
    transition: all 0.4s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-section .icon i {
    color: #fff;
    font-size: 24px;
}

.service-section h4 a {
    font-weight: 600;
    line-height: 1.2;
    font-size: 1.1rem;
    color: #000;
}

.service-section .service1-single-slider {
    background-color: #ffffff;
    padding: 19px 18px;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    transition: all 0.4s;
    margin: 0px 10px;
    height: 306px;
}



.service-section .number {
    position: relative;
    padding-left: 76px;
}

.service-section .number::after {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    height: 1px;
    width: 70px;
    background-color: #10343b;
    transition: all 0.4s;
}

.service-section .arrow {
    padding: 10px;
    background: #fff;
    border: 1px solid black;
    border-radius: 50%;
    /* opacity: 0; */
    right: -52px;
    position: absolute;
    transition: 0.5s all ease-in-out;
    top: -30px;
    cursor: pointer;
    opacity: 0;
}

.service-section .arrow i {
    transform: rotate(309deg);
}

.service-section .service1-single-slider:hover {
    background-color: #10343b;
    transition: 0.5s all ease-in-out;
}

.service-section .service1-single-slider:hover .arrow {
    right: 10px;
    position: absolute;
    top: 10px;
    opacity: 1;
    transition: 0.5s all ease-in-out;
}

.service-section .service1-single-slider:hover h4 a {
    color: #fff;
}


.service-section .service1-single-slider:hover .info-txt {
    color: #fff;
}

.service-section .service1-single-slider:hover .icon {
    background-color: #fff;
}

.service-section .service1-single-slider:hover .icon i {
    color: #000;
}

.service-section .service1-single-slider:hover .number {
    color: #fff;
}

.service-section .service1-single-slider:hover .number::after {
    background-color: #fff;
}

.service-section .owl-theme .owl-nav {
    position: absolute;
    bottom: -71px;
    right: 24px;
    height: 100px;
    width: 149px;
    display: flex;
    align-items: end;
    justify-content: end;
}

.service-section .owl-theme .owl-nav button.owl-prev {
    background-color: #10343b;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
}

.service-section .owl-theme .owl-nav button.owl-next {
    background-color: #10343b;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
}

.service-section .owl-theme .owl-nav button.owl-prev span {
    color: #fff;
}

.owl-carousel .owl-nav button.owl-prev span,
.owl-carousel .owl-nav button.owl-next span {

    color: #fff !important;
    /* Arrow color black (optional) */
    border-radius: 50%;
    padding-bottom: 7px;
    font-size: 46px;
}

.owl-nav .owl-prev .owl-arrow,
.owl-nav .owl-next .owl-arrow {
    color: #fff !important;
    font-size: 22px;
    line-height: 1;
    user-select: none;
    text-indent: 9999 !important;
}

/* .service-section .owl-theme .owl-nav button.owl-prev:before{
        content:">";
        color:#fff;

    } */

.owl-prev,
.owl-next {
    text-indent: 0;
    font-size: 26px;
}

/*CLIENT LOGO SECTION*/
/* MAIN WRAPPER */
.client-logo .slider-container {
    width: 100%;
    padding: 10px;
    overflow: hidden;
    position: relative;
}
.client-logo .common-sub-content{
    font-size: 33px;
}

/* ANIMATED TRACK */
.slider-track {
    display: flex;
    align-items: center;
    gap: 30px;
    width: max-content;
    animation: scroll 22s linear infinite;
}

/* STOP ANIMATION ON HOVER */
.slider-container:hover .slider-track {
    animation-play-state: paused;
}

/* LOGO BOX */
.client-logo .logo {
    flex: 0 0 auto;
    width: 100%;
    max-width: 178px;
    height: 100px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
   border: 1px solid #0000002f;
    transition: transform 0.3s ease;
    margin: 0 auto;
}

.client-logo .logo img {
    max-width: 80%;
    max-height: 100px;
    object-fit: contain;
}

/* INFINITE MOVE */
@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* work section */
.work1-border {
    position: relative;
}


.work1-box .content-area .number {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    background-color: #10343b;
    display: inline-block;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    margin: 20px 0px 16px 0px;
    transition: all 0.4s;
}

.work-section h4 a {
    font-size: 20px;
    color: #000;
    font-weight: 600;
}

.work1-border::after {
    content: "";
    position: absolute;
    bottom: 142px;
    left: 150px;
    height: 1px;
    width: 76%;
    background-color: #0000001a;
    z-index: -1;
}

.work1-box {
    transition: 0.5s all ease-in-out;
}

.work1-box:hover {
    transition: all 0.4s;
    transform: translateY(-10px);
}

.work1-box:hover .number {
    background-color: #0890ac;
}

.work1-box:hover .image img {
    transition: 0.5s all ease-in-out;
    transform: scale(1.1) rotate(2deg);
    filter: grayscale(1);

}


@media screen and (max-width:767px) {
    .work1-border::after {
        display: none;
    }
}

@media screen and (max-width:575px) {
    .service-section .reveal._relative img {
        width: 325px;
    }

    .service-section .owl-theme .owl-nav button.owl-prev,
    .service-section .owl-theme .owl-nav button.owl-next {
        height: 40px;
        width: 40px;
    }
    .event-section .image-anime img{
          height: 162px !important;
        width: 196px !important;
    }
    .service-section .service1-single-slider {
    background-color: #10343b;
    transition: 0.5s all ease-in-out;
}

.service-section .service1-single-slider .arrow {
    right: 10px;
    position: absolute;
    top: 10px;
    opacity: 1;
    transition: 0.5s all ease-in-out;
}
.service-section h4 a,.service1-single-slider .info-txt,.service-section .number{
    color: #fff;
}
 .service-section .number::after{
    background-color: #fff;
}
 .service-section .icon{
    background-color: #fff;
}
 .service-section .icon i{
    color: #000;
}
/* 
    .owl-carousel .owl-nav button.owl-prev span,
    .owl-carousel .owl-nav button.owl-next {

        font-size: 19px !important;
    } */

    .service-section .owl-theme .owl-nav {
        width: 103px;
    }
}

/* Casestudies-section  */
.Casestudies-section .case1 {
    background-image: url(../../images/home-2/banner-bg.jpg);
}

.Casestudies-section .case1.sp {
    padding: 100px 0;
}

.case1-box {
    position: relative;
}

.case1-box .content-area {
    background-color: var(--vtc-bg-white1);
    padding: 32px;
    border-radius: 8px;
    text-align: center;
    margin: 0px 40px;
    position: absolute;
    bottom: 35px;
    width: 80%;
    transform: scale(0.3) translateY(130px);
    opacity: 0;
    transition: all 0.4s;
}

.case1-box .content-area.content2 {
    width: 88%;
}

.case1-box .content-area .arrow {
    display: inline-block;
    background-color: yellow;
    height: 54px;
    width: 54px;
    line-height: 54px;
    text-align: center;
    font-size: 20px;
    color: #000;
    border-radius: 50%;
    transform: rotate(-45deg);
}

.black2 {
    color: #0b0916;
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    margin-bottom: 7px;
    margin-top: 13px;
}

.case1-box:hover {
    transition: all 0.4s;
}

.case1-box .content-area {
    background-color: #fff;
    padding: 32px;
    border-radius: 8px;
    text-align: center;
    margin: 0px 40px;
    position: absolute;
    bottom: 35px;
    width: 80%;
    transform: scale(0.3) translateY(130px);
    opacity: 0;
    transition: all 0.4s;
}

.case1-box:hover .content-area {
    transition: all 0.4s;
    transform: translateY(0) scale(1);
    opacity: 1;
}

.case1-box:hover .image img {
    filter: grayscale(1);
    transition: all 0.4s;
    transform: scale(1.1) rotate(2deg);
}

.case1-box .image {
    overflow: hidden;
}

.case1-box .image img {
    width: 100%;
    height: 100%;
}

.case1-box .last-img {
    height: 266px;
}


@media (max-width: 767px) {
    .case1-box .content-area {
        transform: scale(1) translateY(0);
        opacity: 1;
        bottom: 20px;
        margin: 0px 20px;
        padding: 10px;
        width: 88%;
    }

    .black2 {
        font-size: 16px;
        line-height: 14px;
    }

    .case1-box .content-area .arrow {
        height: 32px;
        width: 32px;
        font-size: 16px;
    }

    .case1-box .content-area .arrow i {
        position: absolute;
        left: 20%;
        bottom: 8px;
    }

    .black2 {
        color: #0b0916;
        font-size: 18px;
        line-height: 18px;
        font-weight: 500;
        margin-bottom: 2px;
        margin-top: 2px;

    }
}

/* team section */
/* .team-section {
    background-color: #F3F5F5;
} */
.team-section .circle-progress .progressbar {
    height: 80px;
}

.team-section .progresbar-area {
    display: flex;
    align-items: center;
    justify-content: end;
}

.black2 {
    color: #0b0916;
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    margin-bottom: 2px;
    margin-top: 2px;
}

.progresbar-area .right-after {
    position: relative;
}

.team-section .icons ul {
    margin: 0;
    padding: 0;
}

.team-section .circle-progress .count {
    position: absolute;
    top: 34px;
    left: 33px;
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}

.team-section canvas {
    border: 3px solid yellow;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.team-section .progressbar._relative {
    margin: 0;
    padding: 0 10px;
}

.team-section .progressbar._relative p {
    margin: 0;
}

.progresbar-area p {
    margin: 0;
}


.team1-box:hover .image img {
    filter: grayscale(1);
    transition: all 0.4s;
}

.team1-box .image-area .image {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.team1-box .image-area {
    background-color: #f3f5f5;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    min-height: 260px;
}

.team1-box .image-area .icons {
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -95px;
    transform: translateY(100px);
    opacity: 0;
    transition: all 0.4s;
}

.team1-box:hover .icons {
    transition: all 0.4s;
    transform: translateY(0px);
    opacity: 1;
}

.team1-box .image-area .icons ul li {
    display: inline-block;
}

.team1-box .image-area .icons ul li a {
    display: inline-block;
    color: #000;
    height: 40px;
    text-align: center;
    line-height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: #ffffff;
    margin: 0px 2px;
    transition: all 0.4s;
}

.team1-box .black1 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    margin-top: 20px;
    text-align: center;
}

.team1-box h4 {
    text-align: center;
    margin-top: 10px;
}

.team1-box .text-content p {
    text-align: center;
}

@media screen and (max-width:767px) {

    .team-section .progresbar-area {
        justify-content: start;
    }
}

/* testimonial section */
/* CENTER CARD */
.testimonial-section {
    background-color: #F3F5F5;
    background-position: center;
}
.testimonial-section .common-sub-content{
    font-size: 33px; 
}
.testimonial-section.common-margin {
    padding: 20px 0;
}

.testimonial-section .center-card {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    /* box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12); */
    position: relative;
    z-index: 5;
    max-width: 746px;
    margin-top: 110px;
}

.testimonial-section .center-card img {
    width: 66px;
    height: 66px;
    margin: 0;
    border-radius: 100%;
    object-fit: cover;
    border: 3px solid #ddd;
}

.testimonial-section .center-card p {

    margin-top: 5px;
    color: #585858;
    font-size: 19px;
    font-weight: 500;
    line-height: 32px;
}

/* Surround Cards */
.testimonial-section .surround-area {
    position: relative;
    height: 230px;
    margin-top: -150px;
}

.testimonial-section .common-margin {
    margin: 50px 0;
}

.testimonial-section .small-box {


    padding: 12px;
    border-radius: 12px;
    position: absolute;
    cursor: pointer;
    transition: 0.3s;
}


.center-card {

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 40px 50px;
    border-radius: 24px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    text-align: left;
    z-index: 10;
}

.testimonial-header {
    display: flex;
    justify-content: space-between;
}

.stars {
    color: #FFD700;
    font-size: 27px;
    margin-bottom: 20px;
    text-align: left;
}

.quote-icon {
    font-size: 45px;
    color: #10343b;
    opacity: 1;
    opacity: 1;
    /* position: absolute;
    right: 40px; */
    font-family: Georgia, serif;
    font-weight: 400;
}

.testimonial-text {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #4a5568;
    margin-bottom: 40px;
}

.author-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.author-info {
    display: flex;
    align-items: center;
    gap: 15px;
}

.author-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.author-name {
    font-size: 22px;
    font-weight: 500;
    color: #0f1419;
    margin: 0 0 4px;
}

.author-title {
    font-size: 0.9rem;
    color: #718096;
    margin: 0;
}

.company-logo {
    font-size: 1.2rem;
    font-weight: 700;
    color: #2d3748;
}

.surround-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.small-box {
    position: absolute;
    width: 100px;
    height: 100px;
    cursor: pointer;
    transition: 0.3s;
}

.small-box img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    /* border:4px solid #fff;
    box-shadow:0 4px 15px rgba(0,0,0,0.12); */
    transition: 0.3s;
}

.small-box.active img {
    border-color: #1e3a5f;
    border-width: 5px;
    transform: scale(1.1);
    box-shadow: 0 6px 25px rgba(30, 58, 95, 0.3);
}

/* .nav-buttons{
    position:absolute;bottom:80px;left:50%;
    transform:translateX(-50%);
    display:flex;gap:15px;z-index:20;
  } */

.nav-buttons button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    font-size: 20px;
    cursor: pointer;
    background: #0b0916;
    color: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    transition: 0.3s ease;
}

.nav-buttons button:hover {
    transform: scale(1.1);
    background: #0f2847;
}

@media screen and (max-width:991px) {
    .testimonial-section .surround-area {
        display: none;
    }
}

@media screen and (max-width:767px) {
    .avatar-column {
        display: none !important;
    }

    .quote-icon {
        display: none;
    }

    .slide {
        padding: 13px 13px !important;
    }

    .testimonial-text {
        font-size: 15px;
        padding: 0;
    }
}


/* .testimonial-section .small-box:hover {
  transform: scale(1.05);
} */
.testimonial-section {
    padding: 34px 0 0;
}

.testimonial-section .small-box img {
    width: 80px;
    height: 80px;
    float: left;
    border-radius: 100%;
    margin-right: 10px;
    object-fit: cover;
}

.avatar-column.left .avatar-item:nth-child(even) {
    margin-left: -117px;
}

.avatar-column.right .avatar-item:nth-child(even) {
    margin-left: 61px;
}

.testimonial-section .name {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
}

.testimonial-section .short {
    font-size: 12px;
    color: #666;
    text-align: left;
}

/* Surround Positions */
.testimonial-section .p1 {
    top: -80%;
    left: 9%;
    transform: translateX(0%);
}

.testimonial-section .p2 {
    top: -163px;
    right: 20%;
    transform: translateX(128%);
}

.testimonial-section .p3 {
    bottom: 52px;
    left: 182px;
}

.testimonial-section .p4 {
    bottom: 69px;
    right: 147px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .testimonial-section .surround-area {
        display: none;
    }


}

@media (max-width: 768px) {
    .testimonial-section .center-content .text-content {
        font-size: 16px !important;
        text-align: left;
    }

    /* .author-avatar {
    width: 50px !important;
    height: 50px !important;
  } */
    /* .author-name {
    font-size: 14px !important;
  }   */
    /* .author-title {
    font-size: 13px !important;
    padding-left: 0;
} */
    .company-logo {
        padding: 5px 11px !important;
        font-size: 13px !important;
        font-weight: 400 !important;
        letter-spacing: 0.3px !important;
    }
}

/* testimonial-section */
.testimonial-section {
    background-position: center;
    background-image: url(../../images/home-2/servicebg.png);
}

.testimonial-section .center-content {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.testimonial-section .center-content .text-content {
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: justify;
    color: #585858;
    font-size: 18px;
}

.testimonial-section .persion-info {
    display: flex;
    align-items: center;
    margin-top: 10px;
    gap: 10px;
    justify-content: start;
}

/* .testimonial-section .center-card p{
    display: none;
} */

.testimonial-section .name {
    display: none;
}

.testimonial-section .short {
    display: none;
}

/* .nav-buttons {

  transform: translateX(-50%);
  display: flex;
  gap: 20px;
  z-index: 9999;
} */

.nav-buttons button {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: none;
    font-size: 28px;
    cursor: pointer;
    background: #0b0916;
    color: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    transition: 0.3s ease;
}

/* .nav-buttons button:hover {
  background: #000;
  color: #fff;
  transform: scale(1.1);
} */

/* Ensure buttons always stay on top */
.small-box {
    z-index: 1;
}

.center-card {
    z-index: 5;
    position: relative;
}


/* NEXT / PREV BUTTONS */
.nav-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 70px;
    /* transform: translate(-3%, 200%); */
}

.nav-buttons button:hover {
    background-color: #000;
}

/* 
.nav-buttons button {
    display: none;
} */
@media screen and (max-width:767px) {

    .nav-buttons button {
        width: 55px;
        height: 55px;
        border-radius: 50%;
        border: none;
        font-size: 20px;
        cursor: pointer;
        background: #0b0916;
        color: #fff;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
        transition: 0.3s ease;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 700;
    }

    .nav-buttons button:hover {
        background: #0056c7;
    }

}

@media screen and (max-width:575px) {
    .testimonial-section .common-sub-content {
        margin: 0;
    }

    .team-section .progresbar-area {
        margin-bottom: 10px;
    }
}

/* blog section */
/* .blog-section.common-margin{
    padding: 0 0 50px 0;
} */
.vl-blog-1-item {
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.09);
    transition: all 0.4s;
    border-radius: 8px;
}

.vl-blog-1-item .vl-blog-3-thumb {
    border-radius: 8px 8px 0px 0px;
    max-height: 300px;
    position: relative;
}

.vl-blog-1-content {
    padding: 28px;
}

.vl-blog-1-item .vl-blog1-meta .user {
    position: absolute;
    bottom: 0;
    left: 12px;
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 17px;
}

.vl-blog-1-item .vl-blog-3-thumb img {
    transition: all 0.4s;
    width: 100%;
}

.vl-blog-1-item .vl-blog1-meta .date {
    color: #0b0916;
    font-weight: 700;
    display: flex;
    justify-content: start;
    align-items: center;
    font-size: 18px;
    font-family: 'Inter';
    gap: 6px;
    margin-bottom: 10px;
}

.vl-blog-1-item .vl-blog1-meta .date img {
    margin: 0;
    height: 19px;
    width: 20px;
}

.blog-section h4 a {
    color: #000;
    font-size: 20px;
    font-weight: 600;
}

.blog-section .white-bg2:hover {
    transition: all 0.4s;
    transform: translateY(-10px);
}

.blog-section .white-bg2 {
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.09);
    transition: all 0.4s;
    border-radius: 8px
}

.vl-blog-1-item:hover .vl-blog-3-thumb img {
    transition: all 0.4s;
    transform: rotate(2deg) scale(1.1);
    filter: grayscale(1);
}

@media screen and (max-width:575px) {

    /* .blog-section.common-margin {
    padding: 46px 0 50px 0;
} */
    .blog-section h4 a {
        font-size: 18px;
    }

    .vl-blog-1-content {
        padding: 17px;
    }
}

/*animations content*/

/* container for reveal text */
.revealText {
    display: inline-block;
    /* white-space: pre-wrap; */
    line-height: 1.2;
    margin-bottom: 16px;
}

/* each character */
.revealText .word {
    display: inline-block;
    opacity: 0;
    transform: translateX(20px);

    animation: smoothFade 0.55s ease-out forwards;
}

/* smooth fade + glide + blur reduction */
@keyframes smoothFade {
    0% {
        opacity: 0;
        transform: translateX(20px);
    }

    60% {
        opacity: 1;
        transform: translateX(4px);

    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}


.about-section .revealText {
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 7px;
}


.service-section .revealText {
    font-size: 29px;
    margin-bottom: 0;
    font-weight: 600;
}

.service-section .shape2 {
    position: absolute;
    bottom: 0;
    left: 0;
}

/* Accessibility - no animation for users who prefer reduced motion */
@media (prefers-reduced-motion: reduce) {
    .revealText .char {
        animation: none !important;
        opacity: 1 !important;
        transform: none !important;
    }
}

.animate3 {
    position: relative;
    animation-name: animate3;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function:
        ease-in-out;
}

@keyframes animate3 {
    0% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(15px);
    }
}

.animate1 {
    position: relative;
    animation-name: animate1;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function:
        ease-in-out;
}

@keyframes animate1 {
    0% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(-20px);
    }
}












.common-sub-content {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}

/* Main Content Layout */
.testimonial-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    position: relative;
    min-height: 57px;
}

/* Avatar Columns */
.avatar-column {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 200px;
}

/* .avatar-column.left {
            align-items: flex-end;
        } */

.avatar-column.right {
    align-items: flex-start;
}

/* Slider Container Styles */
.testimonial-slider-container {
    position: relative;
    width: 600px;
    margin: 0 auto;
    overflow: hidden;
}

.slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slide {
    flex: 0 0 100%;
    background: white;
    border-radius: 15px;
    padding: 26px;

    color: #333;
    text-align: center;
}

.stars {
    color: #FFD700;
    font-size: 29px;
    margin-bottom: 25px
}

.quote-icon {
    color: #10343b;
    font-size: 28px;
}

.testimonial-text {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 30px;
    color: #555555e6;
    text-align: left;
    font-weight: 500;
}

.author-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.author-info {
    display: flex;
    align-items: center;
    gap: 10px;
}

.cp-logo {
    max-width: 210px;
}

.cp-logo img {
    height: 100%;
    width: 100%;
}

.author-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.author-name {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
    text-align: left;
}

.author-title {
    font-size: 16px;
    color: #2b2a2aec;
    text-align: left;
}

.company-logo {
    background: #0c807b;
    color: white;
    padding: 8px 15px;
    border-radius: 7px;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.9px;
}

/* Avatar Styles */
.avatar-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 10px;
    border-radius: 10px;
}

.avatar-item:hover {
    background: rgba(255, 255, 255, 0.1);
}

.avatar-item.active {
    background: rgba(255, 255, 255, 0.2);
}

.avatar-img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    transition: all 0.3s ease;
    border: 3px solid transparent;
}

.avatar-item.active .avatar-img {
    border: 3px solid white;
    transform: scale(1.1);
    box-shadow: 0 0 0 3px #10343b;
}

.avatar-name {
    font-size: 14px;
    text-align: center;
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.nav-buttons button:hover {
    background: #000;

}

/* Responsive Design */
@media (max-width: 1024px) {
    .testimonial-content {
        gap: 20px;
    }

    .testimonial-slider-container {
        width: 500px;
    }

    .avatar-column {
        width: 130px;
    }

    .avatar-img {
        width: 60px;
        height: 60px;
    }
}

@media (max-width: 768px) {
    .testimonial-content {
        flex-direction: column;
        gap: 30px;
    }

    .avatar-columns-container {
        display: flex;
        gap: 20px;
        order: 2;
    }

    .testimonial-slider-container {
        width: 100%;
        order: 1;
    }

    .avatar-column {
        width: auto;
    }

    .avatar-item {
        flex-direction: row;
    }

    .avatar-name {
        max-width: 120px;
    }

    .author-section {
        flex-direction: column;
        gap: 10px;
        align-items: start;
    }
}

@media (max-width: 480px) {
    .slide {
        padding: 30px 20px;
    }

    .common-sub-content {
        font-size: 28px;
    }

    .testimonial-text {
        font-size: 16px;
    }

    .avatar-columns-container {
        flex-direction: column;
        gap: 10px;
    }

    .avatar-column {
        flex-direction: row;
        width: 100%;
        justify-content: center;
        gap: 15px;
    }

    .avatar-item {
        flex-direction: column;
    }

    .nav-buttons button {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
}


[data-aos] {
    opacity: 0;
    transform: translateY(40px);
    visibility: hidden;
}

[data-aos].aos-animate {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

section {
    min-height: auto;
}

/* 
.word {
  display: inline-block;
  opacity: 0;
  transform: translateY(10px);
  animation: wordFade 0.5s ease forwards;
}

@keyframes wordFade {
  to {
    opacity: 1;
    transform: translateY(0);
  }
} */

/* exibute section */
.exibute-role {
    position: absolute;
    top: -44px;
    right: -46px;
}

._relative {
    z-index: 9;
}

.event-section .image img {
    border-radius: 12px;
    margin: 0;
}

.event-section .common-sub-content {
    font-size: 26px;
}
.event-section .content-outer-box{
  box-shadow: rgba(50, 50, 93, 0.25) 0px 0px 0px -1px, rgba(0, 0, 0, 0.3) 0px 0px 3px -1px;
  padding:10px 20px;
  position: relative;
  border-radius:20px;
  margin: 20px 0;
  overflow: hidden;
}
.event-section .content-outer-box:before{
       content: "";
    position: absolute;
    bottom: 0px;
    height: 69px;
    width: 258px;
    background: url(../../images/home-2/curve-cloud.png);
    left: 0px;
    background-repeat: no-repeat;

}
.event-section .company-logo-block {
    display: flex;
    gap: 20px;
    margin: 20px 0;
}
.event-section .sub-text{
    font-size: 33px;
}

.event-section .company-logo-block .block1 {
    border: 1px solid #a8a8b5;
    padding: 8px 12px;
    border-radius: 8px;
    display: flex;
    height: 100%;
    align-items: center;
    transition: all 0.4s;
}

.event-section .image-anime {
    max-width: 280px;
    max-height: 330px;
}

.event-section .image-anime img {
    height: 100%;
    width: 100%;
}

.event-section .common-margin {
    padding: 41px 0px;
}

/* cirtification-section */
.cirtification-section {
    margin-top: 20px;
    margin-bottom: 130px;
    position: relative;
}

/* .cirtification-section .cirtificate-container{
   background-color: #f3f5f5b5;
   height: 200px;
   position: relative;
    padding: 10px 0;
} */
.cirtification-section .cirificate-img-container {
    max-width: 300px;
    position: relative;
    top: 24px;
    left: 59px;
}

.cirtification-section .cirificate-img-container img {
    height: 100%;
    width: 100%;
}

/* .cirtification-section .img-wrapper{
      border: 15px solid #fff;
    border-radius: 50%;
    margin: -8.7%;
} */
 .cirtificate-container{
    display: flex;
    justify-content: center;
 }
.cirtification-section .img-wrapper:before {
    content: "";
    background-image: url(../../images/home-2/borderimg.png);
    display: block;
    max-width: 300px;
}
.cirtification-section .img-wrap-4::before{
    top: -39px !important;
    width: 289px !important;
    height: 333px !important;
}

.cirtification-section .img-wrapper {
    position: relative;
    display: inline-block;
    /* important for :before alignment */
}
 .cirificate-img-container.cirt-fied-4{
    max-width: 240px !important;
    top: 95px !important;
     left: 24px !important;
    width: 180px;
 }
.cirtification-section .cirificate-img-container:nth-child(1) {
    max-width: 306px;
    position: relative;
    top: 45px;
    left: -22px;
    /* left: 66px; */
}
.cirtificate-container .col-sm-6{
        display: flex;
    justify-content: center;
}

.cirtification-section .cirificate-img-container2 {
    max-width: 306px;
    position: relative;
         top: 33px;
    left: -25px;

    /* left: 61px; */
}

.cirtification-section .cirificate-img-container3 {
    max-width: 306px;
    position: relative;
    top: 56px;
    left: -27px;
    /* left: 56px; */
}

.cirtification-section .img-wrapper:before {
    content: "";
    position: absolute;
    top: -39px;
    /* left: 83px; */
    left: 0;
    width: 100%;
    height: 332px;
    background-image: url("../../images/home-2/borderimg.png");
    background-size: contain;
    /* or cover */
    background-repeat: no-repeat;
    background-position: center;

    z-index: 1;
    /* border image above background */
    pointer-events: none;
    /* prevents blocking click */
}

.cirtification-section .img-wrapper img {
    position: relative;
    z-index: 2;
    /* put image above the border */
    width: 100%;
    height: auto;
}


@media screen and (max-width:575px) {
.cirtification-section{
        margin-bottom: 41px;
}
    /* .cirtification-section .cirificate-img-container:nth-child(1){
            max-width: 234px;
    } */
    .cirtification-section .img-wrapper img {
        width: 100%;
    }
    .bottom-content-img{
        display: flex;
        flex-direction: column-reverse;
    }
    .cirtification-section .img-wrapper:before {
        display: none;
    }

    .cirificate-img-container:nth-child(1),
    .cirificate-img-container2,
    .cirificate-img-container3 {
        max-width: 100%;
        position: relative;
        top: 0 !important;
    }
.cirtification-section .cirificate-img-container3{
     left: 0;
}
.cirificate-img-container.cirt-fied-4 {
    left: -51px !important;
}
    .cirtification-section .cirificate-img-container {
        max-width: 300px;
        position: relative;
        /* top: 24px; */
        /* left: 59px; */
        width: 118px;
        position: static;
    }

    .cirtification-section .img-wrapper img {
        width: 168px;
    }
.secondery-btn:before{
    width: 120%;
}
    .home-sliders .item {
        padding: 30px 0;
        height: 98vh;
    }
    .content h1{
        margin-bottom: 12px;
    }
    .content .badge{
        margin-bottom: 13px;
    }
        .content p {
        margin-bottom: 16px;
    }
}