body {
    margin: 0;
    padding: 0;
    overscroll-behavior: none;
    scroll-behavior: auto;
    font-size: 16px;
}

/*https://ann.axiomthemes.com/contacts/   
*/
:root {
    --primary-color: #3498db;
    --bg-white: #fff;
    --secondary-color: #2ecc71;
    --bg-jet-black: #161616;
    --font-anta: 'Anta';
    --font-dm: 'DM Sans 18pt';
    --text-white: #ffff;
    --text-black: #000;
    --border-white: #fff;
    --bg-eggshell: #f5f3ef;
    --text-orang: #ed2a2e;
    --bg-orang: #ed2a2e;
    --text-gray: #666;
    --text-light-white: #ffffffd1;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


.btn {
    color: var(--text-white);
    cursor: pointer;
    font-family: var(--font-dm);
    background: no-repeat;
    border: 1px solid var(--border-white);
    transition: all 0.5s ease;
}

.btn:hover {
    background-color: var(--bg-orang);
    color: var(--text-white);
    border-color: var(--bg-orang);
    transition: all 0.5s ease;
}

a {
    transition: all 0.5s ease;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-anta);
}

p {
    font-family: var(--font-dm);
}

.eggshell-bg {
    background: var(--bg-eggshell);
}

@font-face {
    font-family: 'Anta';
    src: url('../font/Anta-Regular.woff2') format('woff2'),
        url('../font/Anta-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'DM Sans 18pt';
    src: url('../font/DMSans18pt-Thin.woff2') format('woff2'),
        url('../font/DMSans18pt-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans 18pt';
    src: url('../font/DMSans18pt-Regular.woff2') format('woff2'),
        url('../font/DMSans18pt-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans 18pt';
    src: url('../font/DMSans18pt-Medium.woff2') format('woff2'),
        url('../font/DMSans18pt-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans 18pt';
    src: url('../font/DMSans18pt-Light.woff2') format('woff2'),
        url('../font/DMSans18pt-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}



/* Header-css */
ul.navbar-nav a.nav-link {
    font-family: var(--font-dm);
    color: var(--text-white);
}

ul.navbar-nav a.nav-link:hover {
    opacity: 0.6;
    color: var(--text-orang);
}

.navbar li.nav-item .active {
    color: var(--text-orang);
}

/* Header-css */




/* Hero-slider-css */

.heroSwiper {
    background-position: bottom center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding-top: 130px;
}

/* .hero-img {
    max-width: 80%;
} */


img.hero-img {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

img.hero-img {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}


.hero .badge-custom {
    border: 1px solid var(--border-white);
    border-radius: 30px;
    padding: 6px 18px;
    color: var(--text-white);
    list-style: none;
    font-size: 12px;
    display: inline-block;
    margin-bottom: 15px;
}

.hero-title {
    color: var(--text-white);
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 72px;
    text-transform: uppercase;
}

.paragraph-text {
    color: var(--text-white);
    font-family: var(--font-dm);
}

.heroSwiper::before

/*.neon-section::before */
    {
    position: absolute;
    content: '';
    background: #000;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    opacity: 0.5;
}

a.navbar-brand:focus-visible {
    outline: none;
}

.custom-pagination {
    max-width: 1300px;
    margin: auto;
    text-align: right;
    right: 0;
    bottom: 35px !important;
}

.custom-pagination span.swiper-pagination-bullet {
    background: #fff;
    display: inline-flex;
    width: 25px;
    height: 25px;
    padding: 0 7px;
    font-size: 12px;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    margin: 0 8px !important;
}


.ml2 .letter {
    display: inline-block;
    line-height: 1em;
}


/* [data-aos] {
    opacity: 0;
    transform: translateY(20px);
   transition: all 0.5s ease;
}  */

[data-aos].aos-animate {
    opacity: 1;
    transform: translateY(0);
}







/* Contact-page-css */
section.contact-section {
    background-position: center !important;
    background-size: contain !important;
}

.contact-form {
    background: var(--bg-jet-black);
    backdrop-filter: blur(12px);
}


.contact-form .icon-label {
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #ffffff52;
    position: relative;
}

.contact-form .icon-label::before {
    position: absolute;
    content: '';
    width: 0px;
    height: 1px;
    background: #fff;
    transition: all 0.5s ease;
    bottom: -1px;
}

.contact-form .icon-label:hover::before {
    width: 100%;
    transition: all 0.5s ease;
}

.contact-form .custom-input {
    background: transparent;
    border: none;
    padding: 12px 5px;
    color: #fff;
    font-size: 12px;
}

.contact-form .icon-label i {
    color: #a9a7b0;
}

.contact-form .custom-input::placeholder {
    color: #aaa;
}

.contact-form .custom-input:focus {
    box-shadow: none;
    border-color: var(--border-white);
    background: transparent;
    color: #fff;
}

.contact-section .heading-title {
    color: var(--text-black);
}

.off-details-info h2 {
    font-size: 116px;
    color: var(--text-orang);
}

.off-details-info .description-title {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    color: var(--text-black);
    font-weight: 500;
    font-size: 18px;
}

.contact-form textarea {
    border-bottom: 1px solid #ffffff52 !important;
    border-radius: 0px !important;
}


.contact-form .btn {
    color: #ffffff52;
    border: 1px solid #ffffff52;
}

.contact-form .btn:hover {
    color: var(--bg-white);
    border: 1px solid var(--bg-orang);
}


.img-effect-box {
    margin-right: -150px;
}

.contact-image {
    width: 100%;
    position: relative;
    perspective: 1000px;
}

.card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform-style: preserve-3d;
    transition: transform 0.2s;
}

@media(max-width: 1024px) {
    .img-effect-box {
        margin-right: 0;
    }
}

@media (max-width: 768px) {
    .off-details-info h2 {
        font-size: 85px;
    }

    .off-details-info .description-title {
        font-size: 15px;
        line-height: 16px;
    }
}

/* Contact-page-css */




/* About-page-css */



.highlight {
    color: var(--text-orang);
}

.stat-number {
    font-size: 80px;
    font-weight: 800;
    color: var(--text-orang);
    line-height: 1;
}

.info-card {
    background: var(--bg-white);
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.btn-orange {
    background-color: var(--bg-orang);
    color: var(--text-white);
    border-radius: 30px;
    padding: 12px 24px;
    font-weight: 600;
}

.btn-orange:hover {
    background-color: var(--bg-orang);
    color: var(--text-white);
}

.image-card img {
    border-radius: 16px;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.br-buttom-1{
    border-bottom: 1px solid;
}

ul.breadcrumb-items {
    display: flex;
    justify-content: center;
    gap: 12px;
    color: var(--text-white);
    font-size: 12px;
}
ul.breadcrumb-items li a {
    color: var(--text-orang);
    text-decoration: none;
}

/* 
Text fill on scroll effect link
https://codepen.io/royeyal/pen/yLrgYzV */




.feature-card{
    background: var(--bg-white);
    border-radius:12px;
    padding:25px;
    box-shadow:0 5px 20px rgba(0,0,0,0.05);
    transition:0.3s;
}

.feature-card:hover{
    transform:translateY(-5px);
}

.feature-card .icon-box {
    width: 70px;
    height: 55px;
    background: #eef2ff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
}
.feature-card .icon-box img {
    width: 35px;
    height: 35px;
    object-fit: contain;
}



/* Main Card */
.video-card{
    position:relative;
    border-radius:20px;
    overflow:hidden;
}

/* Background Image */
.video-card img{
    width:100%;
    height:500px;
    object-fit:cover;
    border-radius:20px;
}

/* Center Circle Wrapper */


.video-card .circle {
    position: absolute;
    width: 145px;
    height: 145px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    right: 0;
    left: 0;
    margin: auto;
    transform: translateY(-50%);
    border: 1px solid #fff;
    border-radius: 100px;
    backdrop-filter: blur(5px);
}

.circle .text {
	position: absolute;
	width: 100%;
	height: 100%;
	font-size: 16px;
	animation: textRotation 25s linear infinite;
    pointer-events: none;
}
.circle .logo{
    cursor: pointer; ;
}
.circle .logo i{
  color: var(--text-white);
}
@keyframes textRotation {
	to {
		transform: rotate(360deg);
	}
}

.circle .text span {
    position: absolute;
    left: 50%;
    font-size: 12px;
    transform-origin: 0 72px;
    color: var(--text-white);
}

.sn-video-card::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 22%;
    top: 0;
    background: #fff;
}
.global-map-animation {
    position: absolute;
    top: -15px;
    right: -72px;
    width: 100%;
    max-width: 792px;
    margin-left: auto;
}

.global-map-animation img {
      animation: spin-clockwise 80s infinite linear;

}


/* Video-play-model-css */

  /* Modal Background */
  .modal {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    justify-content: center;
    align-items: center;
  }

  /* Modal Content */
  .modal-content {
    position: relative;
    width: 80%;
    max-width: 700px;
    background: #000;
    border-radius: 12px;
    overflow: hidden;
  }

  video {
    width: 100%;
    display: block;
  }

  /* Close Button */
  .close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 28px;
    color: white;
    cursor: pointer;
    z-index: 1;
  }


  /* Video-play-model-css */

/* About-page-css */





@media(max-width: 1024px) {
    .heroSwiper {
        padding-bottom: 45px;
    }

    .custom-pagination {
        max-width: 900px;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
    }

    .hero-title {
        font-size: 46px;
    }

}

@media(max-width: 768px) {
    .hero-title {
        font-size: 36px;
    }

    .heroSwiper {
        padding-bottom: 75px;
    }
}

/* Hero-slider-css */




/*Neon-Animation-css*/
.neon-section .heading-title {
    color: #000;
}

.neon-section {
    position: relative;
    z-index: 0;
}

.bg-video {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 0;
    height: 100%;
    line-height: 0px;
}

.bg-video video {
    width: 100%;
    height: 100%;
}

.bg-video::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgb(245 243 239 / 11%) 2%, rgb(245 243 239) 48%, rgb(245 243 239) 96%);
    top: 0;
    right: 0;
    left: 0;
}

.bg-image {
    position: absolute;
    inset: 0;
    background: url("bg.png") center/cover no-repeat;
    opacity: 0.25;
    z-index: 0;
}


.neon-btn,
.center-btn {
    padding: 15px 26px;
    margin: 18px 0;
    border-radius: 30px;
    border: 3px solid currentColor;
    background: var(--bg-jet-black);
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
}

.neon-btn {
    margin: 75px 0;

}

.left-group .neon-btn {
    text-align: right;
}

.pink {
    color: #ff4fd8;
    transform: translate(55px, 0px);
}

.yellow {
    color: #ffe600;
}

.orange {
    color: #ff7a18;
    transform: translate(55px, 0px);
}

.cyan {
    color: #00f2ff;
    transform: translate(-55px, 0px);
}

.teal {
    color: #00ffa2;
}

.purple {
    color: #b366ff;
    transform: translate(-55px, 0px)
}

.center-btn {
    display: inline-block;
    border-color: var(--bg-orang);
    color: var(--text-white);
}

@media(max-width: 1200px) {

    .left-group .neon-btn,
    .right-group .neon-btn {
        font-size: 14px;
    }
}

@media(max-width: 1024px) {

    .left-group .neon-btn,
    .right-group .neon-btn {
        transform: initial !important;
        margin: 16px 0;
        text-align: center;
        font-size: 15px;
    }

    .neon-btn,
    .center-btn {
        border: 2px solid currentColor;
        font-size: 16px;
    }

}

/*Neon-Animation-css*/




/* Our Service */

.section-header small {
    font-weight: 600;
    font-size: 0.85rem;
    color: var(--text-orang);
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.section-header small .star {
    color: var(--text-orang);
    font-weight: 900;
    margin: 0 6px;
}

.section-header .heading-title {
    font-weight: 500;
    font-size: 55px;
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
    max-width: 650px;
}

.section-header .highlight {
    color: var(--text-orang);
    font-weight: 500;
    font-size: 55px;
}

.description {
    color: var(--text-gray);
}


.service-icon svg {
    width: 100%;
    max-width: 80px;
    transition: all 0.5s ease;
    margin-bottom: 30px;
}

.service-wrap:hover .service-title {
    color: var(--text-orang);
    transition: all 0.5s ease;
}

.service-col:hover .service-icon svg {
    transform: scale(1.1);
}


.service-col:hover .service-icon svg path {
    fill: var(--text-orang);
}

.description-title {
    margin-bottom: 15px;
    color: var(--text-gray);
}


.service-text {
    color: var(--text-gray);
    margin-bottom: 1rem;
}

.service-wrap .explore-link {
    position: absolute;
}

.service-wrap .service-icon {
    margin-bottom: 35px;
}

.explore-link {
    color: var(--text-orang);
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}

.explore-link .arrow {
    background-color: var(--bg-orang);
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left: 6px;
    color: white;
    font-size: 1rem;
    padding-bottom: 2px;
}

.service-col {
    border-right: 1px solid #ddd;
    padding: 0 2rem;
    margin-bottom: 2rem;
}

.service-col:first-child {
    padding-left: 12px;
}

.service-col:last-child {
    border-right: none;
    padding-right: 0;
}

.service-icon img {
    width: 100%;
    max-width: 75px;
}

@media (max-width: 1024px) {
    .section-header .heading-title {
        font-size: 36px;
        max-width: 400px;
    }

    .section-header .highlight {
        font-size: 36px;
    }

    .service-col {
        margin-bottom: 5rem;
    }

}

@media(max-width: 768px) {
    .service-col {
        padding: 0 1rem;
    }

    .service-col:first-child {
        padding-left: 15px;
    }

    .service-col:last-child {
        padding-right: 15px;
    }

    .service-icon svg {
        max-width: 45px;
        margin-bottom: 15px;
    }

    .service-wrap .explore-link {
        bottom: -22px;
    }

    .service-wrap .service-icon h2.service-title {
        font-size: 22px;
    }

    .service-col {
        margin-bottom: 50px;
    }
}

/* Our Service */





/* Swiper-Marquee-css */
.swiper.marquee-swiper {
    background-color: var(--bg-orang);
}

.swiper-wrapper.marquee-swiper {
    transition-timing-function: linear;
    align-items: center;
}

.swiper-slide.marquee-swiper {
    width: 12rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.marquee-swiper svg path {
    fill: var(--text-white);
}

@media (max-width: 1024px) {
    .swiper-slide.marquee-swiper {
        width: 145px;
    }

}

/* Swiper-Marquee-css */



/* service-card-css */
.sn-project {
    background: var(--bg-eggshell);
}

.jet-black-bg {
    background: var(--bg-jet-black);
}

/*.sn-project .heading-title {
    color: var(--text-white);
}
*/
.service-card.image-card img {
    height: 100%;
    max-height: 415px;
    border-radius: 20px;
    object-fit: cover;
}

.service-card.color-card {
    background: #f9fafb26;
    border-radius: 20px;
    padding: 40px;
}

.service-card span.tag {
    margin-bottom: 12px;
    display: inline-block;
}

.service-card-wrap .services-grid {
    display: grid;
    grid-template-columns: 2.3fr 1fr;
    gap: 30px;
    margin-bottom: 30px;
    padding: 0 0px;
}

.service-card-wrap .services-grid:last-child {
    margin-bottom: 0;
}

.service-card-wrap .services-grid:last-child {
    margin-bottom: 0px;
}

.service-card-wrap .services-grid:nth-child(2n+2) {
    grid-template-columns: 1fr 2.3fr;
}

.service-card-wrap .services-grid:nth-child(2n+2) .image-card {
    order: 1;
}

.services-grid .service-card {
    position: relative;
    color: var(--text-white);
    transition: all 0.5s ease;
    border: 1px solid #dddddd36;
    border-radius: 20px;
    background: var(--bg-jet-black);
}

.service-card.color-card .service-text {
    margin-bottom: 75px;
    max-width: 500px;
}

.service-card-wrap .services-grid:hover .service-card.color-card {
    background: var(--bg-orang);
    transition: all 0.5s ease;
}

.service-card-wrap .services-grid:hover .service-card.color-card .service-text {
    color: var(--text-white);
}

.service-card-wrap .services-grid:hover .service-card a.explore-link {
    color: var(--text-white);
}

.service-card.color-card a.explore-link {
    position: absolute;
    bottom: 55px;
    color: var(--text-white);
}

.service-card .description-title {
    color: #f9fafb99;
    transition: all 0.5s ease;
}

.service-card:hover .description-title {
    color: var(--font-whte);
    transition: all 0.5s ease;
}


@media(max-width: 1024px) {
    .service-card.image-card img {
        height: 100%;
        max-height: 100%;
    }
}

@media (max-width: 768px) {
    .service-card-wrap .services-grid {
        grid-template-columns: 1fr;
        gap: 22px;
        margin-bottom: 20px;
    }

    .service-card.color-card a.explore-link {
        bottom: 15px;
    }

    .service-card-wrap .services-grid:nth-child(2n+2) {
        grid-template-columns: 1fr;
    }

    .service-card-wrap .services-grid:nth-child(2n+2) .image-card {
        order: 0;
    }

    .service-card.image-card img {
        height: 232px;
    }

    .service-card.color-card {
        padding: 20px;
        padding-bottom: 50px;
    }

}

/* service-card-css */









/* Discover-section-css */


.discover-btn {
    border-radius: 30px;
    padding: 14px 40px;
    font-weight: 500;
    border: 1px solid #bab9b6;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--text-gray);
    transition: all 0.5s ease;
}

.jet-black-bg .discover-btn {
    color: var(--text-white);
}

.step-line:hover .discover-btn {
    background-color: var(--bg-orang);
    color: var(--text-white);
    transition: all 0.5s ease;
}

.arrow {
    font-size: 18px;
}


.step-circle {
    width: 100px;
    height: 100px;
    font-family: var(--font-anta);
    background-color: #bab9b6;
    color: #fff;
    border-radius: 50%;
    font-size: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    transition: all 0.5s ease;
}


.step-line {
    position: relative;
    z-index: 1;
    opacity: 0;
    transform: translateY(60px);
    transition: all 0.6s ease;
}

.step-line.active {
    opacity: 1;
    transform: translateY(0);
}



.step-line::before {
    position: absolute;
    content: '';
    width: 2px;
    height: 100%;
    right: 0px;
    left: 0;
    bottom: 0;
    z-index: -1;
    margin: auto;
    background-image: repeating-linear-gradient(to bottom,
            #bab9b6 0 10px,
            transparent 10px 16px);
    animation: runGradient 1s linear infinite;
}


.container .step-line:nth-child(2)::before {
    height: 50%;
}

.container .step-line:last-child::before {
    height: 50%;
    top: 0;
    bottom: inherit;
}


@keyframes runGradient {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 0 16px;
    }
}


.step-line:hover .step-circle {
    background: var(--bg-jet-black);
    transition: all 0.5s ease;
}

.discover-image-card {
    background: #e6e4e169;
    padding: 30px;
    border-radius: 20px;
    transition: all 0.5s ease;
}

.step-line:hover .discover-image-card {
    background: var(--bg-orang);
    transition: all 0.5s ease;
}

.discover-section .row:nth-child(2n+2) .img-card-col {
    order: -1;
}

.discover-section .row:nth-child(2n+2) .description-content-col {
    order: 1;
}


@media(max-width: 991px) {
    .step-circle {
        width: 55px;
        height: 55px;
        font-size: 22px;
    }

    .step-line::before {
        display: none;
    }

    .discover-section .row:nth-child(2n+2) .description-content-col {
        order: initial;
    }

    .discover-section .row:nth-child(2n+2) .img-card-col {
        order: inherit;
    }

    .discover-section .description-content-col {
        order: 2 !important;
        padding-top: 15px;
    }

    .discover-section .img-card-col {
        order: -1 !important;
    }

    .step-line::before {
        right: 58px;
        left: auto;
    }

    .discover-image-card {
        padding: 15px;
        border-radius: 12px;
    }

}





/* Discover-section-css */


/* Team-section-css */
.sn-team {
    background: var(--bg-eggshell);
}

/*.sn-team .heading-title {
    color: var(--text-white);
}
*/
.card-team-card-wrap {
    border: 1px solid #dddddd36;
    border-radius: 12px;
}

.card-team-card-wrap .overlay {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 30px;
    background-color: #ffffff38;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    color: var(--text-white);
    transition: all 0.5s ease;
    /*transform: translateY(60px);*/
}

.card-team-card-wrap .name {
    font-weight: 400;
}

.card-team-card-wrap .role {
    font-size: 14px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.card-team-card-wrap img {
    transition: all 0.5s ease;
}

.card-team-card-wrap:hover img {
    transition: all 0.5s ease;
    transform: scale(1.1);
}

ul.wdt-social-icons-list {
    display: flex;
    list-style: none;
    justify-content: center;
    margin: 30px 0 0 0;
    padding: 0;
    gap: 12px;
}

ul.wdt-social-icons-list li a {
    background: #fff;
    color: var(--text-orang);
    display: flex;
    width: 25px;
    height: 25px;
    align-items: center;
    justify-content: center;
    list-style: none;
    text-decoration: none;
    border-radius: 30px;
}

ul.wdt-social-icons-list li a:hover {
    color: var(--text-white);
    background: var(--bg-orang);
}


ul.wdt-social-icons-list li {
    transform: translateY(60px);
    opacity: 0;
    transition: all 300ms cubic-bezier(0.39, 0.58, 0.57, 1);
}

.card-team-card-wrap:hover .wdt-social-icons-list li {
    transform: translateY(0);
    opacity: 1;
}


.card-team-card-wrap:hover .wdt-social-icons-list li:nth-child(1) {
    transition-delay: 100ms;
}

.card-team-card-wrap:hover .wdt-social-icons-list li:nth-child(2) {
    transition-delay: 150ms;
}

.card-team-card-wrap:hover .wdt-social-icons-list li:nth-child(3) {
    transition-delay: 200ms;
}

.card-team-card-wrap:hover .wdt-social-icons-list li:nth-child(4) {
    transition-delay: 250ms;
}


ul.wdt-social-icons-list li a i {
    font-size: 14px;
}

.card-team-card-wrap:hover .overlay {
    transition: all 0.5s ease;
    transform: translateY(0px);
}

.card-team-card-wrap:hover ul.wdt-social-icons-list {
    margin-top: 20px;
}

.tech-meat-team {
    padding-bottom: 70px;
}

.swiper-pagination-wrap span.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: var(--bg-orang);
    border: 2px solid #fff;
}


@media (max-width: 1024px) {
    .card-team-card-wrap .overlay {
        padding: 15px;
    }
}

/* Team-section-css */




/*Blog-css*/
.blog-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    height: 100%;
}

.blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.badge-custom {
    background: var(--bg-orang);
    font-size: 12px;
    padding: 6px 10px;
    border-radius: 20px;
}

.meta {
    font-size: 13px;
    color: #888;
}

.read-more {
    background: var(--bg-orang);
    color: #fff;
    padding: 8px 18px;
    border-radius: 8px;
    font-size: 14px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.read-more:hover {
    background: var(--bg-orang);
    color: #fff;
}

.small-card img {
    height: 200px;
}

.text-muted {
    font-family: var(--font-dm);
}

/*Blog-css*/



/*Scroll-button-css*/
#button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
}

#button.show {
    display: flex;
    width: 50px;
    height: 50px;
    background: red;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
    border-radius: 30px;
    box-shadow: 0px 2px 10px 3px rgb(122 119 119 / 44%);
    border: 1px solid #ddd;
    z-index: 1;
}

/* Footer-css */


.footer-section {
    background-position: bottom center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
    z-index: 0;
}

.footer-section::before {
    position: absolute;
    content: '';
    background: #000;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    opacity: 0.5;
    z-index: -1;
}

.footer-title {
    font-size: 64px;
    font-weight: 700;
    color: #fff;
}

.brand {
    display: flex;
    align-items: center;
    gap: 10px;
}

.brand-name {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}

.brand-name span {
    color: #ff4d1c;
}

.social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background: #fff;
    color: #000;
    border-radius: 50%;
    margin-right: 10px;
    text-decoration: none;
    transition: 0.3s;
}

.social-icons a:hover {
    background: var(--bg-orang);
    color: #fff;
}

.newsletter {
    display: flex;
    background: #444;
    border-radius: 40px;
    overflow: hidden;
    max-width: 465px;
    border: 1px solid #dddddd38;
}



.newsletter input {
    flex: 1;
    padding: 15px 20px;
    border: none;
    background: var(--bg-white);
    color: var(--text-black);
    outline: none;
}

.newsletter button {
    background: var(--bg-orang);
    border: none;
    padding: 0 30px;
    color: #fff;
    font-weight: 600;
}

.divider {
    border: 0.5px dashed #bab9b6;
}

.ft-heading-text {
    color: #fff;
    margin-bottom: 15px;
}

.routing-link ul li a {
    text-decoration: none;
    color: var(--text-light-white);
    font-size: 14px;
}

.routing-link ul li a:hover {
    color: var(--text-white);
}


ul {
    list-style: none;
    padding: 0;
}

ul li {
    cursor: pointer;
}

.small-company-title {
    color: var(--text-orang);
}

.footer-bottom {
    color: var(--text-light-white);
}



@media(max-width: 1024px) {
    .footer-title {
        font-size: 36px;
    }

    #button.show {
        width: 35px;
        height: 35px;
    }

    @media(max-width: 768px) {
        .newsletter {
            display: grid;
            width: 100%;
            grid-template-columns: 2fr 1fr;
        }

        .newsletter input {
            font-size: 12px;
        }

        .newsletter button {
            padding: 0 12px;
            font-size: 12px;
            display: flex;
            align-items: center;
            gap: 5px;
            justify-content: center;
        }
    }
}


/* Footer-css */



@media(max-width: 1024px) {
    .discover-btn {
        padding: 10px 25px;
    }
}