.hide-robot {
opacity: 0;
position: absolute;
top: 0;
left: 0;
height: 0;
width: 0;
z-index: -1;
}
/* Home */
/* 1. Clear default list styling */
ul.custom-list {
  list-style: none;
  padding-left: 1.5rem; /* Space for the absolute icon */
}

ul.custom-list li {
  position: relative;
  margin-bottom: 0.5rem;
}

/* 2. Inject Bootstrap Icon */
ul.custom-list li::before {
  font-family: "bootstrap-icons";
  content: "\f26a"; /* Unicode for 'check-circle' */
  position: absolute;
  left: -1.5rem; /* Pull icon into the padding area */
  color: #fff; /* Bootstrap primary blue */
  font-weight: bold;
}

#scrollableRow .col-md-4,
#scrollableRow .col-md-4::before,
#scrollableRow .col-md-4::after {
  border-left: none !important;
  border-right: none !important;
  box-shadow: none;
}

#scrollableRow .col-md-4::before,
#scrollableRow .col-md-4::after {
  content: none !important;
  display: none !important;
}

#scrollableRow .col-md-4 {
  background: #ffffff;
  border-radius: 14px;
  padding: 25px 20px;
  transition: background-color 0.35s ease, color 0.35s ease, transform 0.35s ease, box-shadow 0.35s ease;
  box-shadow: 0 8px 20px rgba(34, 48, 53, 0.08);
  color: #223035;
}

#scrollableRow .col-md-4 h3,
#scrollableRow .col-md-4 p,
#scrollableRow .col-md-4 a,
#scrollableRow .col-md-4 .text,
#scrollableRow .col-md-4 .icon,
#scrollableRow .col-md-4 i {
  color: #223035;
  transition: color 0.35s ease;
}

#scrollableRow .col-md-4:hover {
  background: #223035;
  transform: translateY(-8px);
  box-shadow: 0 16px 35px rgba(34, 48, 53, 0.18);
}

#scrollableRow .col-md-4:hover h3,
#scrollableRow .col-md-4:hover p,
#scrollableRow .col-md-4:hover a,
#scrollableRow .col-md-4:hover .text,
#scrollableRow .col-md-4:hover .icon,
#scrollableRow .col-md-4:hover i {
  color: #ffffff !important;
}
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'DM Sans', sans-serif;
    color: #222;
    background: #fff;
    font-size: 15px;
}

a {
    text-decoration: none;
    color: inherit;
}

.hover-content a {
	color: white;
}

.hover-content a:hover {
	color: rgb(151, 186, 199);
}

.header-bg {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: rgba(0, 0, 0, 0.4);
    background-blend-mode: multiply;
    height: 700px;
    width: 100vw !important;
    max-width: 100% !important;
    margin: 0 !important;
    left: 50%;
    right: 50%;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
}


.header-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 0;
}

.header-bg>* {
    position: relative;
    z-index: 1;
}

.topbar {
    background: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 8px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
    font-family: 'Heebo', sans-serif;
    color: #ffffff;
}

.topbar-left {
    display: flex;
    gap: 28px;
    align-items: center;
}

.topbar-left span {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #e9e9e9;
    transition: color .3s;
    cursor: pointer;
}

.topbar-left img {
    filter: brightness(0) invert(1) opacity(0.88);
}

.nav1 {
    position: relative;
    z-index: 100;
}

.topbar-left span:hover {
    color: #fff;
}

.topbar-left i {
    font-size: 14px;
    opacity: .7;
}

.topbar-right {
    display: flex;
    gap: 14px;
}

.topbar-right a {
    border: none;
    background: none;
    width: auto;
    height: auto;
    color: #fff;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: color .3s, transform .3s;
}

.topbar-right a:hover {
    color: #888;
    transform: scale(1.2);
}

nav {
    background: #fff;
    padding: 0 60px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    height: 72px;
    position: sticky;
    top: 0;
    z-index: 100;
}


.header-logo {
    max-height: 35px;
    width: auto;
}

.logo {
    display: flex;
    align-items: center;
    gap: 50px;
    position: relative;
}

.logo::after {
    content: "";
    width: 1px;
    height: 100%;
    background: #fff;
    margin-left: 10px;
}

.nav-links {
    display: flex;
    gap: 36px;
    list-style: none;
    position: relative;
    align-items: center;
    height: 100%;
}

.nav-links::after {
    content: "";
    width: 1px;
    height: 100%;
    background: #fff;
    margin-left: 15px;
}

.nav-links a {
    font-size: 15px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    color: #fff;
    padding-bottom: 4px;
    transition: color .3s;
}

.nav-links a:hover,
.nav-links a.active {
    color: #e5e5e5;
    border-bottom: 2px solid #888;
}

.nav-right {
    display: flex;
    align-items: center;
    gap: 35px;
    position: relative;
}

.nav-phone {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: #fff;
    margin-right: 40px;
}

.nav-phone strong {
    display: block;
    font-size: 15px;
    font-weight: 600;
}

.nav-phone small {
    font-size: 11px;
    color: #ccc;
}

.nav-phone-icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.nav-grid-icon {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4px;
    cursor: pointer;
    padding: 6px;
    transition: transform .5s;
}

.nav-grid-icon span {
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 50%;
    display: block;
    transition: background .3s;
}

.nav-grid-icon:hover span {
    background: #888;
}

.nav-grid-icon:hover {
    transform: rotate(180deg);
}


.side-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 9998;
}

.side-popup {
    position: fixed;
    top: 0;
    right: -500px;
    width: 420px;
    height: 100vh;
    background: white;
    color: black;
    padding: 50px 30px;
    transition: 0.4s ease;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.side-popup.active {
    right: 0;
}

.side-overlay.active {
    opacity: 1;
    visibility: visible;
}


.popup-content {
    text-align: center;
    font-family: 'DM Sans', sans-serif;
}

.popup-content h2 {
    font-size: 28px;
    margin-bottom: 10px;
}

.popup-content h3 {
    font-size: 25px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.popup-content p {
    font-size: 18px;
    margin: 8px 0;
}

.info p {
    transition: 0.3s;
    cursor: pointer;
}

.info p:hover {
    color: #0d6efd;
}

.social {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 15px;
}

.social a {
    width: 45px;
    height: 45px;
    background: black;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    border: 2px solid black;
}

.close-btn {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 30px;
    cursor: pointer;
    padding-right: 30px;
    padding-top: 20px;
}

.close-btn i {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 30px;
    transition: 0.3s;
}

.icon-minus {
    opacity: 0;
}

.close-btn:hover .icon-x {
    opacity: 0;
}

.close-btn:hover .icon-minus {
    opacity: 1;
}


.social a:hover {
    background: white;
    color: black;
    border: 2px solid black;
}

.highlight {
    color: gray;
}


.menu-item {
    position: relative;
}

.dropdown-card {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: -5px;
    background-color: #19272B;
    min-width: 225px;
    padding: 18px 0;
    display: flex;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transform: scaleY(0);
    transform-origin: top;
    transition: all 300ms linear;
    box-shadow: 0 15px 30px -5px rgba(0, 0, 0, .7);
    border-radius: 7px;
    z-index: 99;
}

.menu-item:hover .dropdown-card,
.dropdown-card:hover {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
}

.menu-item {
    position: relative;
}

.menu-item::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 12px;
}

.dropdown-card a {
    font-size: 14px;
    color: white;
    padding: 8px 20px;
    text-decoration: none !important;
    display: flex;
    align-items: center;
    position: relative;
    transition: 0.3s;
}

.dropdown-card a,
.dropdown-card li {
    border-bottom: none !important;
}

.dropdown-card a::after {
    content: "";
    position: absolute;
    left: 10px;
    width: 0%;
    height: 1px;
    background: white;
    transition: 0.6s ease;
}

.dropdown-card a:hover::after {
    width: 15px;
}

.dropdown-card a:hover {
    padding-left: 28px;
}

.hero-slider-container {
    padding: 80px 60px 100px;
    color: white;
}

.hero-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.hero-content {
    flex: 1;
    max-width: 700px;
}

.hero-title {
    font-size: 68px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

.hero-title .highlight {
    color: #97BAC7;
}

.hero-desc {
    font-size: 18px;
    opacity: 0.85;
    margin-bottom: 35px;
    line-height: 1.6;
}

.hero-arrow {
    display: inline-block;
    margin-bottom: 35px;
    cursor: pointer;
    transition: 0.3s;
}

.hero-arrow i {
    font-size: 40px;
    transition: 0.3s;
}

.hero-arrow:hover i {
    transform: translate(5px, -5px);
}

.hero-quote {
    font-size: 20px;
    line-height: 1.4;
    max-width: 500px;
}

.hero-quote .highlight {
    color: #97BAC7;
}

.vertical-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.slide-number {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 2px;
    color: white;
}

.slide-dots {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
}

.slide-dots span {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s;
    position: relative;
}

.slide-dots span::before {
    content: "";
    position: absolute;
    width: 26px;
    height: 26px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: 0.3s;
}

.slide-dots span:hover::before {
    transform: translate(-50%, -50%) scale(1);
}

.slide-dots span.active {
    background: white;
}

.slide-dots span.active::before {
    transform: translate(-50%, -50%) scale(1);
}

.fade-animation {
    animation: fadeZoom 0.6s ease forwards;
}

@keyframes fadeZoom {
    0% {
        opacity: 0;
        transform: scale(1.05);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.plus-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border: 1px solid white;
    border-radius: 50px;
    color: white;
    cursor: pointer;
    overflow: hidden;
    transition: 0.4s;
    margin-top: 15px;
}


.plus-btn .icon {
    font-size: 40px;
    transition: 0.3s;
}


.plus-btn .text {
    white-space: nowrap;
    margin-left: 8px;
    opacity: 0;
    max-width: 0;
    overflow: hidden;
    transition: 0.4s;
    font-size: 14px;
}

.plus-btn:hover {
    width: 140px;
    background-color: #19272B;
    color: white;
}

.plus-btn:hover .text {
    opacity: 1;
    max-width: 100px;
}

.plus-btn:hover .icon {
    transform: rotate(90deg);
}

.content {
    background-color: #19272B;
    color: white;
    padding: 60px 40px;
    height: 550px;
}

.about {height: 1150px;}
.content .col-md-4 {
    position: relative;
    padding: 40px;
}

.left-content .tag {
    background: #E1F2F2;
    color: #19272B;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 20px;
}

.left-content h2 {
    font-size: 40px !important;
    font-weight: 600;
}

.left-content p {
    font-size: 16px !important;
}

.left-content .viewmore button {
    padding: 14px 32px;
    font-size: 16px;
    font-weight: 500;
}

.content .col-md-4::after {
    content: "";
    position: absolute;
    top: 10%;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.3);
}

.content .col-md-4:last-child::after {
    display: none;
}

.content-line {
    border: none;
    border-top: 1px solid white;
    margin-top: 27px;
}

.content .col-md-4 h3 {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.content .col-md-4 h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 0%;
    height: 2px;
    background: white;
    transition: 0.3s ease;
}

.content .col-md-4:hover h3::after {
    width: 100%;
}

.viewmore button {
    padding: 12px 28px;
    font-size: 16px;
    border-radius: 30px;
    border: 2px solid white;
    background: transparent;
    color: white;
    transition: all 0.3s ease;

}


.viewmore button:hover {
    background: white;
    color: black;
}

.us span {
    background: #E1F2F2;
    color: #0a6b6b;
    padding: 6px 14px;
}

.watermark-scroll {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    overflow-x: hidden;
    background: #19272B !important;
    background-color: #19272B !important;
    padding: 30px 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    position: relative;
    z-index: 1;
}

.watermark-track {
    display: flex;
    gap: 80px;
    width: fit-content;
    animation: scrollWatermark 20s linear infinite;
}

.watermark-text {
    font-size: 180px;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.08);
    white-space: nowrap;
    font-family: 'DM Sans', sans-serif;
    letter-spacing: 15px;
    text-transform: uppercase;
    user-select: none;
}

.watermark-scroll:hover .watermark-track {
    animation-play-state: paused;
}

@keyframes scrollWatermark {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@media (max-width: 992px) {
    .watermark-text {
        font-size: 100px;
        letter-spacing: 10px;
    }

    .watermark-track {
        gap: 50px;
    }
}

@media (max-width: 768px) {
    .watermark-text {
        font-size: 60px;
        letter-spacing: 8px;
    }

    .watermark-track {
        gap: 30px;
    }

    .watermark-scroll {
        padding: 20px 0;
    }
}

@media (max-width: 576px) {
    .watermark-text {
        font-size: 40px;
        letter-spacing: 5px;
    }
}

.aboutimg {
    position: relative;
    height: 450px;
}

.aboutimg img {
    position: absolute;
    width: 60%;
    border-radius: 12px;

}

.img3 {
    margin-top: 350px;
}

.img2 {
    margin-left: 180px;
    margin-top: 150px;
}


.service {
    background-color: #223035;
}

.arrow-btns {
    display: flex;
    gap: 10px;
    margin-top: 50px;
}

.arrow-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 45px;
    border: 2px solid #E1F2F2;
    border-radius: 50px;
    cursor: pointer;
    transition: 0.3s ease;
}

.arrow-btn i {
    font-size: 20px;
    color: #E1F2F2;
    transition: 0.3s ease;
}

.arrow-btn:hover {
    background: #506565;
}

.arrow-btn:hover i {
    color: white;
}

.service-card {
    padding: 40px 30px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #dcdcdc;
    position: relative;
    transition: all 0.3s ease;
    height: 90%;
    margin-top: 50px;
}

.service-card .icon {
    font-size: 40px;
    margin-bottom: 25px;
    display: inline-block;
    color: #cfcfcf;
}


.service-card h4 {
    font-size: 26px;
    margin-bottom: 15px;
    color: #e6e6e6;
}

.service-card p {
    font-size: 15px;
    line-height: 1.6;
    color: #bfbfbf;
}

.service-card .arrow2 {
    margin-top: 30px;
    font-size: 22px;
    color: #cfcfcf;
}


.service-card:hover {
    transform: translateY(-5px);

    background-color: #E1F2F2;
}


.service-card:hover .arrow2 {
    transform: translate(5px, -5px);
    transition: 0.3s;
}

.service-card:hover h4,
.service-card:hover p {
    color: #223035;
}

.service-card:hover .icon {
    color: #223035;
}


.service-card:hover .arrow {
    color: #223035;
    transform: translate(5px, -5px);
}

.blog-title {
    font-size: 22px;
    font-weight: 600;
    margin: 10px 0;
    line-height: 1.4;
    color: #fff;
}

.blog-desc {
    font-size: 15px;
    color: #c7d3d7;
    margin-bottom: 20px;
}

.news .blog-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 520px;
}

.news .blog-img img {
    width: 100%;
    height: 250px !important;
    object-fit: cover;
}

.news .blog-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 25px !important;
}

.news .blog-title {
    font-size: 20px !important;
    line-height: 1.4;
    min-height: 55px;
    margin-bottom: 15px;
}

.news .blog-desc {
    font-size: 14px !important;
    line-height: 1.5;
    min-height: 65px;
    margin-bottom: 20px;
}

.news .blog-btn {
    margin-top: auto;
    align-self: flex-start;
}

.news .blog-grid {
    display: flex;
    flex-wrap: wrap;
}

.news .blog-grid .col-lg-4 {
    display: flex;
    flex-direction: column;
}

.news .blog-card {
    height: 100%;
    width: 100%;
}

.news .container {
    max-width: 100% !important;
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
}

.news .blog-grid .col-lg-4 {
    flex: 1 1 calc(33.33% - 30px) !important;
    max-width: calc(33.33% - 30px) !important;
}

.blog-card {
    min-height: 520px;
}

.blog-img img {
    height: 320px !important;
}

.blog-content {
    padding: 35px !important;
}

.blog-title {
    font-size: 24px !important;
    line-height: 1.4;
    margin-bottom: 15px;
}

.blog-desc {
    font-size: 16px !important;
    margin-bottom: 25px;
}

.blog-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;

    background: transparent;
    color: #9fb0b5;
    border: 2px solid #9fb0b5;
    border-radius: 50px;
    text-decoration: none;
    overflow: hidden;
    transition: all 0.4s ease;
    position: relative;
}

.blog-btn .icon {
    font-size: 22px;
    transition: 0.3s;
}

.blog-btn .text {
    position: absolute;
    opacity: 0;
    white-space: nowrap;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: 0.3s;
}

.blog-btn:hover {
    width: 160px;
    color: #fff;
    border-color: #547079;
}

.blog-btn:hover .icon {
    opacity: 0;
    transform: scale(0);
}

.blog-btn:hover .text {
    opacity: 1;
}


.aboutimg img {
    position: absolute;
    width: 60%;
    border-radius: 12px;
    transition: transform 0.4s ease-out;
}

.img1 {
    animation: floatImage1 6s ease-in-out infinite;
}

.img2 {
    animation: floatImage2 8s ease-in-out infinite;
}

.img3 {
    animation: floatImage3 7s ease-in-out infinite;
}

@keyframes floatImage1 {
    0% {
        transform: translateY(0px) translateX(0px);
    }

    50% {
        transform: translateY(-15px) translateX(5px);
    }

    100% {
        transform: translateY(0px) translateX(0px);
    }
}

@keyframes floatImage2 {
    0% {
        transform: translateY(0px) translateX(0px);
    }

    50% {
        transform: translateY(10px) translateX(-8px);
    }

    100% {
        transform: translateY(0px) translateX(0px);
    }
}

@keyframes floatImage3 {
    0% {
        transform: translateY(0px) translateX(0px);
    }

    50% {
        transform: translateY(-12px) translateX(6px);
    }

    100% {
        transform: translateY(0px) translateX(0px);
    }
}

@keyframes moveTogether {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-15px);
    }

    100% {
        transform: translateY(0px);
    }
}

.aboutimg {
    position: relative;
    height: 450px;
    overflow: visible;
    cursor: pointer;
}

.aboutimg:hover .img1 {
    animation-play-state: paused;
    transition: transform 0.2s ease;
}

.aboutimg:hover .img2 {
    animation-play-state: paused;
    transition: transform 0.2s ease;
}

.aboutimg:hover .img3 {
    animation-play-state: paused;
    transition: transform 0.2s ease;
}

.viewmore button {
    padding: 12px 28px;
    font-size: 16px;
    border-radius: 30px;
    border: 2px solid white;
    background: transparent;
    color: white;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.viewmore button i {
    transition: transform 0.3s ease;
    font-size: 16px;
}

.viewmore button:hover i {
    transform: scale(1.3) translateX(3px);
}

.viewmore button:hover {
    transform: scale(1.05);
    background: white;
    color: black;
}

.us .row .col-6 p img {
    filter: brightness(0) invert(1);
    transition: filter 0.3s ease;
}

.us .row .col-6 p:hover img {
    filter: brightness(0) invert(0.7);
}

.chooseus .col-md-6 img {
    width: 760px !important;

    height: auto !important;
    max-width: 100%;

}

.chooseus {
    background-color: transparent;
}

.chooseus::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(26, 51, 49, 0.85);
    z-index: 0;
}

.chooseus .row {
    position: relative;
    z-index: 1;
}

.chooseuscontent {
    margin-top: 100px;
    padding: 40px;
    color: white;
}

.chooseuscontent span {
    background: #516565;
    padding: 6px 14px;
    display: inline-block;
}

.chooseus {

    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background-image: url('../images/chooseus-img.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.service {
    background-color: #223035;
}

.service .row .col-md-4::after,
.service .row .col-md-4::before {
    display: none !important;
    content: none !important;
}

.service-card::after,
.service-card::before {
    display: none !important;
    content: none !important;
}

.service .col-md-4 {
    border-right: none !important;
}

.service-card .arrow {
    margin-top: 30px;
    font-size: 32px;
    color: #cfcfcf;
    display: inline-block;
    transition: 0.3s;
    cursor: pointer;
}

.service {
    background-color: #223035;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 60px 0;
}


.service-card:hover .arrow {
    transform: translate(8px, -8px);
    font-size: 36px;
}

.service-card:hover {
    transform: translateY(-5px);
    background-color: #E1F2F2;
}

.service-card:hover h4,
.service-card:hover p {
    color: #223035;
}

.service-card:hover .icon {
    color: #223035;
}

.service-card:hover .arrow {
    color: #223035;
}

.arrow-btns {
    display: flex;
    gap: 10px;
    margin-top: 50px;
}

.arrow-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 45px;
    border: 2px solid #E1F2F2;
    border-radius: 50px;
    cursor: pointer;
    transition: 0.3s ease;
}

.arrow-btn i {
    font-size: 20px;
    color: #E1F2F2;
    transition: 0.3s ease;
}

.arrow-btn:hover {
    background: #506565;
}

.arrow-btn:hover i {
    color: white;
}

.hr-lines {
    width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
    position: relative !important;
    left: 0 !important;
    right: 0 !important;
}

.hr-lines hr {
    border: none !important;
    background-color: #E1F2F2 !important;
    margin: 0 0 6px 0 !important;
    width: 100vw !important;
    display: block !important;
    opacity: 1 !important;
}

.hr-lines hr,
.hr-lines hr:nth-child(1),
.hr-lines hr:nth-child(2),
.hr-lines hr:nth-child(3),
.hr-lines hr:nth-child(4),
.hr-lines hr:nth-child(5),
.hr-lines hr:nth-child(6),
.hr-lines hr:nth-child(7),
.hr-lines hr:nth-child(8) {
    background-color: #E1F2F2 !important;
    background: #E1F2F2 !important;
    opacity: 1 !important;
    filter: none !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.hr-lines hr:nth-child(1) {
    height: 10px;
}

.hr-lines hr:nth-child(2) {
    height: 9px;
}

.hr-lines hr:nth-child(3) {
    height: 7px;
}

.hr-lines hr:nth-child(4) {
    height: 6px;
}

.hr-lines hr:nth-child(5) {
    height: 4px;
}

.hr-lines hr:nth-child(6) {
    height: 3px;
}

.hr-lines hr:nth-child(7) {
    height: 2px;
}

.hr-lines hr:nth-child(8) {
    height: 1px;
    margin-bottom: 0;
}

.experience {
    background: #E1F2F2;
    color: #223035;
    padding: 50px 0;
    margin-top: 120px;
    width: 100%;
    position: relative;
    left: 0;
    right: 0;
    margin-left: 0;
    margin-right: 0;
}


.experience {
    position: relative;
    left: 15px !important;
}

.hr-lines {
    width: 100% !important;
    margin: 10px 0 0 0 !important;
    padding: 0 !important;
    position: relative !important;
    left: 0 !important;
    right: 0 !important;
}

.hr-lines hr {
    width: 100% !important;
    margin: 0 0 6px 0 !important;
    display: block !important;
}

.hr-lines hr:first-child {
    margin-top: 10px !important;
}

.experience .container-fluid {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.experience .row {
    margin-left: 0;
    margin-right: 0;
    display: flex;
    flex-wrap: wrap;
}

.experience .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 15px;
    text-align: center;
    position: relative;
}

.experience>div:not(:last-child)::after {
    display: none !important;
}

@media (max-width: 768px) {
    .experience .col-md-3 {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 30px;
    }
}

@media (max-width: 576px) {
    .experience .col-md-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.subscribe-form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #aaa;
    max-width: 500px;
    margin: 0 auto;
    padding-bottom: 6px;
    position: relative;
}

.subscribe-form::before,
.subscribe-form::after {
    display: none !important;
    content: none !important;
}

.subscribe-form .input-group {
    border-bottom: none !important;
}

.subscribe-form input,
.subscribe-form .btn-submit {
    border: none !important;
    background: transparent;
}

.subscribe-banner {
    background-color: #E1F2F2;
    background-image: url("images/world-img.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 40px;
    text-align: center;
    position: relative;
    height: 500px;
    overflow-x: hidden;
}

.aboutcompany .right-content .faq-header h6 {
    font-size: 20px !important;
    color: white;
    margin: 0;
    font-weight: 600;
}

@media (max-width: 768px) {
    .aboutcompany .right-content .faq-header h6 {
        font-size: 18px !important;
    }
}

.aboutcompany .right-content .faq-item {
    margin-bottom: 15px;
}

.aboutcompany .right-content .faq-header {
    padding: 10px 0;
}


.aboutcompany .left-content h2 {
    font-size: 32px !important;
    color: white;
    margin-bottom: 15px;
    font-weight: 600;
}

.experience .col-md-3 {
    position: relative;
}


.experience .row {
    position: relative;
}

.experience .col-md-3:not(:last-child) {
    border-right: 1px solid white;
}

.experience .col-md-3:last-child {
    border-right: none;
}

.experience .col-md-3 {
    border-right: 2px solid rgba(255, 255, 255, 0.8);
}

.experience .col-md-3:last-child {
    border-right: none;
}

@media (max-width: 768px) {
    .aboutcompany .left-content h2 {
        font-size: 24px !important;
    }
}

.subscribe-form {
    border-bottom: 1px solid #aaa;
}

.experience {
    background: #E1F2F2;
    color: #223035;
    padding: 50px 0;
    margin-top: 120px;
}


.experience>div {
    padding: 20px 0;
    text-align: center;
    position: relative;
}


.experience h1 {
    font-size: 74px;
    margin-bottom: 10px;
}


.experience p {
    font-size: 20px;
    margin: 0;
}


.experience>div:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 20%;
    height: 100%;
    width: 1px;
    background: white;
}

.lines hr {
    border: none !important;
    border-top: 2px solid #E1F2F2 !important;
    background: transparent !important;
    opacity: 1 !important;
    margin: 7px 0;
}

.lines hr:nth-child(1) {
    border-top: 8px solid #E1F2F2 !important;
}

.lines hr:nth-child(2) {
    border-top: 7px solid #E1F2F2 !important;
}

.lines hr:nth-child(3) {
    border-top: 6px solid #E1F2F2 !important;
}

.lines hr:nth-child(4) {
    border-top: 5px solid #E1F2F2 !important;
}

.lines hr:nth-child(5) {
    border-top: 4px solid #E1F2F2 !important;
}

.lines hr:nth-child(6) {
    border-top: 3px solid #E1F2F2 !important;
}

.lines hr:nth-child(7) {
    border-top: 2px solid #E1F2F2 !important;
}

.lines hr:nth-child(8) {
    border-top: 1px solid #E1F2F2 !important;
}

.lines {
    position: relative;
    left: 0;
    right: 0;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}

.counter-num {
    font-size: 74px;
    margin-bottom: 10px;
    font-weight: 700;
    transition: all 0.3s;
}

.counter-num.count-complete {
    animation: countPulse 0.5s ease;
}

@keyframes countPulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

.aboutcompany {
    margin-top: 80px;
}

.left-content .tag {
    background: #E1F2F2;
    color: #19272B;
    padding: 6px 14px;
    display: inline-block;
    margin-bottom: 15px;
}

.left-content h2 {
    font-size: 42px;
    color: white;
    margin-bottom: 15px;
}

.left-content p {
    color: white;
}

.right-content {
    padding-left: 40px;
}

.faq-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 20px;
}

.faq-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 15px 0;
}

.faq-header h6 {
    font-size: 20px;
    color: white;
    margin: 0;
    font-weight: 600;
}

.faq-header .toggle-icon {
    font-size: 22px;
    color: white;
    transition: transform 0.3s ease;
    cursor: pointer;
}

.faq-body {
    display: none;
    padding: 0 0 20px 0;
    color: #ccc;
    line-height: 1.6;
}

.faq-body p {
    margin: 0;
    color: #ccc;
}

.faq-item.active .faq-body {
    display: block;
}

.faq-item.active .toggle-icon {
    transform: rotate(45deg);
}

.faq-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 15px 0;
}


.faq-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}


.faq-header h6 {
    font-size: 28px;
    color: white;
    margin: 0;
}


.toggle-icon {
    font-size: 20px;
    color: white;
}


.faq-body {
    display: none;
    margin-top: 10px;
    color: #ccc;
    padding: 15px 25px 20px 25px !important;
}

.videoimg {
    background-image: url("../images/team-img.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 600px;
    margin-top: 105px;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}


.videoimg {
    background-image: url("../images/team-img.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 600px;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    position: relative;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    width: 100px;
    height: 100px;
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(5px);
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    cursor: pointer;
}

.play-btn i {
    font-size: 40px;
    color: white;
}


.video-popup {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 999;
}


.video-box {
    width: 80%;
    max-width: 800px;
    position: relative;
}

.video-box iframe {
    width: 100%;
    height: 450px;
}

.close-btn {
    position: absolute;
    top: -30px;
    right: 0;
    font-size: 30px;
    color: white;
    cursor: pointer;
}

.play-btn {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }

    70% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.bg-text-section {
    position: relative;
    overflow: hidden;
    height: 230px;
}


.bg-text {
    position: absolute;
    white-space: nowrap;
    font-size: 260px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.03);
    top: 30%;
    transform: translateY(-50%);
    animation: moveText 20s linear infinite;
}


@keyframes moveText {
    0% {
        transform: translate(0, -50%);
    }

    100% {
        transform: translate(-50%, -50%);
    }
}

.companyskills {
    padding: 180px 60px !important;

}

.companyskills {
    margin-top: -190px !important;
    padding-top: 0 !important;
}

.companyskills {
    padding-top: 370px !important;
    padding-bottom: 100px !important;
    padding-left: 60px !important;
    padding-right: 60px !important;
}

.companyskills {
    color: white;
    margin-top: -60px;
    align-items: center;
    background-color: #19272B;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 60px 0;
}

.companyskills .container-fluid {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.companyskills>.col-md-6 span {
    color: #E1F2F2;
    padding: 6px 14px;
    font-size: 12px;
    display: inline-block;
    margin-bottom: 20px;
}

.companyskills h2 {
    font-size: 50px;
    color: white;
}

.companyskills .col-md-6 .row {
    justify-content: space-between;
}

.companyskills .col-md-4 {
    text-align: center;
    position: relative;
}

.companyskills .col-md-4::before,
.companyskills .col-md-4::after {
    display: none !important;
    content: none !important;
}

.companyskills .col-md-4 span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    border: 3px solid #E1F2F2;
    font-size: 42px;
    font-weight: 600;
    margin: 0 auto 20px;
    transition: all 0.3s ease;
}


.companyskills .col-md-4 p {
    margin: 0;
    font-size: 18px;
    line-height: 1.5;
}

.skillshr {
    margin-top: 120px;
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.skillsspan {
    color: #E1F2F2;
    background-color: #bfbfbf;
}

.team {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    height: auto !important;
}

.row.imgcontent .col-md-4:nth-child(2) {
    margin-top: 60px;
}

.team-card {
    margin-bottom: 0 !important;
}

.team-info {
    margin-bottom: 0 !important;
    padding-bottom: 10px !important;
}

.team {
    padding: 0 0 80px 0;
    background-color: #223035;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-top: -50px;
    height: 2580px;
}

.aboutcompany {
    margin-bottom: -200px !important;

}

.videoimg {
    margin-bottom: 0 !important;
    height: 600px !important;
}

.watermark-scroll {
    margin-top: -30px !important;
    padding: 20px 0 !important;

}

.videoimg {
    margin-bottom: -50px !important;
}

.watermark-scroll {
    margin-top: -50px !important;
    padding: 15px 0 !important;
}


.videoimg {
    margin-top: -300px !important;

}

.container-fluid.content:last-of-type {
    margin-bottom: -140px !important;
    padding-bottom: 0 !important;
}

.videoimg {
    margin-top: -540px !important;
    height: 700px;
}

.team {
    padding: 0 0 80px 0;
    background-color: #223035;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-top: -80px;
}

.team {
    padding: 0 0 80px 0;
    background-color: #223035;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    transform: translateY(-50px);
}

.team {
    padding: 80px 0;
    background-color: #223035;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.row.imgcontent {
    margin-bottom: 100px !important;

}

.team {
    padding-bottom: 100px !important;

}

.team .container-fluid {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.content1 {
    text-align: center;
}

.content1 {
    text-align: center;
}

.content1 span {
    background-color: #E1F2F2;
    color: #19272B;
    display: inline-block;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 500;
    width: 200px;
    text-align: center;
    margin: 0 auto;
    height: 30px;
}

.content1 h3 {
    font-size: 42px;
    font-weight: 700;
    color: white;

}

.row.imgcontent .col-md-4::before,
.row.imgcontent .col-md-4::after {
    display: none !important;
    content: none !important;
}

.team-card {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.team-card:hover {
    transform: translateY(-10px);
}

.team-card img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.team-card:hover img {
    transform: scale(1.05);
}


.team-info {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background: white;
    padding: 15px 20px;
    text-align: center;
    transition: all 0.4s ease;
    transform: translateY(0);
}

.team-info h6 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #223035;
    transition: color 0.3s ease;
}

.team-info p {
    font-size: 13px;
    margin: 0;
    color: #666;
    transition: color 0.3s ease;
}

.social-icons {
    margin-top: 10px;
    display: none;
    gap: 12px;
    justify-content: center;
}

.social-icons i {
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    color: white;
}

.social-icons i:hover {
    transform: translateY(-3px);
    color: #97BAC7;
}

.team-card:hover .team-info {
    background: #19272B;
}

.team-card:hover .team-info h6 {
    color: white;
}

.team-card:hover .team-info p {
    color: #ccc;
}

.team-card:hover .social-icons {
    display: flex;
    animation: fadeInUp 0.4s ease;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 992px) {
    .content1 h3 {
        font-size: 36px;
    }

    .team-card img {
        height: 400px;
    }

    .row.imgcontent .col-md-4:nth-child(2) {
        margin-top: 30px;
    }
}

@media (max-width: 768px) {
    .content1 h3 {
        font-size: 28px;
    }

    .team-card img {
        height: 350px;
    }

    .row.imgcontent .col-md-4:nth-child(2) {
        margin-top: 0;
    }

    .row.imgcontent .col-md-4 {
        margin-bottom: 30px;
    }
}

@media (max-width: 576px) {
    .content1 h3 {
        font-size: 24px;
    }

    .team-card img {
        height: 300px;
    }

    .team-info {
        padding: 10px 15px;
    }

    .team-info h6 {
        font-size: 16px;
    }
}

.testimonial-section {
    position: relative;
    background: #19272B;
    padding: 100px 80px;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    overflow: hidden;
}

.testimonial-wrapper {
    display: flex;
    flex-wrap: nowrap !important;
    gap: 50px;
}

.testimonial-left {
    flex: 0 0 35%;
    max-width: 35%;
}

.testimonial-right {
    flex: 0 0 60%;
    max-width: 60%;
    overflow-x: auto;
}

@media (max-width: 992px) {
    .testimonial-wrapper {
        flex-wrap: wrap !important;
    }

    .testimonial-left {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .testimonial-right {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.testimonial-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../images/testimonial-bg-img.jpg') center/cover no-repeat;
    border-radius: 0 0 100px 0;
    z-index: 0;
}

.testimonial-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(34, 48, 53, 0.88);
    border-radius: 0 0 100px 0;
    z-index: 1;
}

.testimonial-section .container {
    position: relative;
    z-index: 2;
    max-width: 1400px;
    margin: 0 auto;
}

.testimonial-section .container {
    position: relative;
    z-index: 2;
    max-width: 1400px;
    margin: 0 auto;
}

.testimonial-wrapper {
    display: flex;
    align-items: center;
    gap: 60px;
    flex-wrap: wrap;
}

.testimonial-left {
    flex: 1;
    min-width: 300px;
}

.testimonial-badge {
    background: rgba(255, 255, 255, 0.15);
    color: #E1F2F2;
    padding: 6px 16px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 30px;
}

.testimonial-stats {
    margin-bottom: 20px;
}

.stats-number {
    font-size: 90px;
    font-weight: 700;
    color: white;
    opacity: 0.9;
    margin-bottom: 5px;
    line-height: 1;
}

.stats-number span {
    font-size: 60px;
}

.stats-text {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    letter-spacing: 2px;
}


.testimonial-heading {
    font-size: 42px;
    font-weight: 700;
    color: white;
    margin: 20px 0 15px;
    line-height: 1.2;
}


.testimonial-heading .highlight {
    color: #97BAC7;
}

.testimonial-desc {
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 35px;
}

.testimonial-arrows {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

.testimonial-arrow {
    width: 100px;
    height: 50px;
    border: 2px solid white;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-arrow i {
    font-size: 28px;
    color: white;
    transition: all 0.3s ease;
}

.testimonial-arrow:hover {
    background: #97BAC7;
    border-color: #97BAC7;
    transform: translateY(-3px);
}

.testimonial-arrow:hover i {
    color: #223035;
}

.testimonial-right {
    flex: 1;
    min-width: 450px;
    overflow: hidden;
}

.testimonial-slider-container {
    overflow: hidden;
    position: relative;
}

.testimonial-slider-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
    gap: 30px;
}

.testimonial-slide {
    flex: 0 0 100%;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 45px;
    transition: transform 0.3s ease;
    position: relative;
}

.testimonial-slide:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.12);
}

.quote-icon {
    font-size: 80px;
    color: #97BAC7;
    opacity: 0.35;
    line-height: 0.8;
    margin-bottom: 20px;
    font-family: Georgia, serif;
}

.testimonial-text {
    font-size: 16px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 30px;
    font-style: normal;
    letter-spacing: 0.3px;
}

.testimonial-author {
    margin-top: 10px;
    padding-top: 10px;
}

.testimonial-author h4 {
    font-size: 18px;
    font-weight: 600;
    color: white;
    margin-bottom: 5px;
    letter-spacing: 0.5px;
}

.testimonial-author span {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.55);
    letter-spacing: 0.3px;
}

.testimonial-author {
    position: relative;
}

.testimonial-author::before {
    content: "";
    position: absolute;
    top: -15px;
    left: 0;
    width: 50px;
    height: 2px;
    background: #97BAC7;
    opacity: 0.5;
}

@media (max-width: 992px) {
    .testimonial-section {
        padding: 80px 40px;
    }

    .testimonial-wrapper {
        flex-direction: column;
        text-align: center;
    }

    .testimonial-left {
        text-align: center;
    }

    .testimonial-arrows {
        justify-content: center;
    }

    .testimonial-right {
        min-width: auto;
        width: 100%;
    }

    .testimonial-heading {
        font-size: 36px;
    }

    .stats-number {
        font-size: 70px;
    }

    .testimonial-author::before {
        left: 50%;
        transform: translateX(-50%);
    }
}

@media (max-width: 768px) {
    .testimonial-section {
        padding: 60px 20px;
        border-radius: 0 0 50px 0;
    }

    .testimonial-slide {
        padding: 30px;
    }

    .quote-icon {
        font-size: 60px;
    }

    .testimonial-text {
        font-size: 14px;
    }

    .testimonial-heading {
        font-size: 28px;
    }
}

.partner-section {
    background-color: #223035;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 60px 0;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    position: relative;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}

.partner-section::-webkit-scrollbar {
    display: none;
}

.partner-section {
    scrollbar-width: none;
}

.partner-section {
    -ms-overflow-style: none;
}

.partner-track {
    display: flex;
    width: fit-content;
    gap: 0;
}

.partner-slide {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 280px;
    padding: 30px 40px;
    transition: all 0.3s ease;
    position: relative;
}

.partner-slide::after {
    content: "";
    position: absolute;
    right: 0;
    top: 20%;
    height: 60%;
    width: 1px;
    background: rgba(255, 255, 255, 0.25);
}

.partner-slide:last-child::after {
    display: none;
}

.partner-slide img {
    max-width: 180px;
    max-height: 80px;
    transition: transform 0.3s ease;
    filter: brightness(0) invert(1);
    opacity: 0.8;
}

.partner-slide:hover img {
    transform: scale(1.1);
    opacity: 1;
}

.partner-name {
    display: block;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
    margin-top: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.partner-slide:hover .partner-name {
    color: #97BAC7;
}

.news {
    background-color: #223035;
    padding: 80px 0;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}

.blog1 {
    text-align: center;
    margin-bottom: 50px;
}

.blog1 span {
    background-color: #E1F2F2;
    color: #19272B;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    border-radius: 0px;
}

.blog1 h3 {
    font-size: 42px;
    font-weight: 700;
    color: white;
    margin-top: 20px;
}

.blog-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.blog-grid .col-lg-4 {
    flex: 0 0 calc(33.33% - 20px);
    max-width: calc(33.33% - 20px);
}

.blog-card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.4s ease;
    height: 100%;
}

.blog-card:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.1);
}

.blog-img {
    overflow: hidden;
}

.blog-img img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.blog-card:hover .blog-img img {
    transform: scale(1.05);
}

.blog-content {
    padding: 25px;
}

.blog-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.blog-meta .date {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #a8b5b9;
    font-size: 13px;
}

.blog-meta .line {
    width: 30px;
    height: 2px;
    background: #97BAC7;
}

.comment-box {
    background: #547079;
    color: white;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 12px;
}

.blog-title {
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0;
    line-height: 1.4;
    transition: color 0.3s ease;
    color: white;
}

.blog-card:hover .blog-title {
    color: #97BAC7;
}

.blog-desc {
    font-size: 14px;
    color: #c7d3d7;
    margin-bottom: 20px;
    line-height: 1.5;
}

.blog-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: transparent;
    color: #9fb0b5;
    border: 2px solid #9fb0b5;
    border-radius: 50px;
    text-decoration: none;
    overflow: hidden;
    transition: all 0.4s ease;
    position: relative;
    cursor: pointer;
}

.blog-btn .icon {
    font-size: 20px;
    transition: 0.3s;
}

.blog-btn .text {
    position: absolute;
    opacity: 0;
    white-space: nowrap;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: 0.3s;
}

.blog-btn:hover {
    width: 150px;
    background: #97BAC7;
    border-color: #97BAC7;
    color: #223035;
}

.blog-btn:hover .icon {
    opacity: 0;
    transform: scale(0);
}

.blog-btn:hover .text {
    opacity: 1;
}

@media (max-width: 992px) {
    .blog-grid .col-lg-4 {
        flex: 0 0 calc(50% - 15px);
        max-width: calc(50% - 15px);
    }

    .partner-slide {
        min-width: 180px;
    }
}

@media (max-width: 768px) {
    .blog-grid {
        flex-direction: column;
    }

    .blog-grid .col-lg-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .testimonial-section {
        padding: 60px 20px !important;
    }

    .partner-slide {
        min-width: 150px;
    }

    .partner-name {
        font-size: 12px;
    }
}

.subscribe-icon img {
    filter: brightness(0) invert(1);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'DM Sans', sans-serif;
    background: #f5f5f5;
}

.footer-top {
    display: flex !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.footer-left {
    width: 40% !important;
    flex-shrink: 0 !important;
    padding: 80px 50px !important;
}

.footer-right {
    width: 65% !important;
    flex-shrink: 0 !important;
    padding: 80px 60px !important;
}

footer {
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden !important;
}

.footer-bottom {
    width: 100% !important;
    margin-left: 0 !important;
    padding: 25px 40px !important;
}

.footer-right .footer-col {
    margin-left: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
}

footer {
    margin: 0;
    padding: 0;
}

footer::before {
    display: none;
}

.footer-top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
}

.footer-left {
    background: #223035;
    padding: 80px 60px;
    width: 500px;
}

.footer-logo {
    filter: brightness(0) saturate(100%);
    width: 100px;
    height: 40px;
}

.footer-right {
    background-image: linear-gradient(rgba(24, 40, 46, 0.95), rgba(24, 40, 46, 0.95)),
        url('images/footerbg.jpg');

    padding: 80px 60px;
    width: 1000px;

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

    display: flex;
    justify-content: center;
}

.footer-bottom-right a:first-child {
    position: relative;
    padding-right: 15px;
    margin-right: 15px;
}

.footer-bottom-right a:first-child::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.7px;
    height: 30px;
    background: #a3a2a2;
}

.footer-address-item img {
    filter: brightness(0) invert(1);
}

.footer-bottom-hr a {
    position: relative;
    color: #8899aa;
    text-decoration: none;
    padding-bottom: 4px;
    display: inline-block;
}

.footer-bottom-hr a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 1px;
    background: #fff;
    transition: width 0.3s ease;
}

.footer-bottom-hr a:hover::before {
    width: 90%;
}

.footer-right .footer-col {
    width: 100%;
    max-width: 600px;
    margin-left: 80px;
}

.footer-col:first-child {
    margin: 0 !important;
    padding: 0;
}

.newsletter-col {
    position: relative;
    padding: 30px 40px 30px 30px;
}

.logo img {
    max-width: 180px;
    height: auto;
}

.logomargin {
    margin-top: 25px;
}

.logofooter {
    margin-top: 40px;
}

@media (max-width: 992px) {
    .footer-top {
        grid-template-columns: 1fr;
    }

    .footer-left,
    .footer-right {
        padding: 50px 25px;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
}

.footer-col:first-child p {
    font-size: 18px;
    line-height: 1.8;
    color: #fff;
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    margin-bottom: 24px;
}

.footer-contact-label,
.footer-address-label {
    font-size: 20px;
    font-weight: 600;
    color: #85979b;
    margin-bottom: 12px;
    font-family: 'Heebo', sans-serif;
}


.footer-contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    color: #fff;
    margin-bottom: 8px;
    font-family: 'Heebo', sans-serif;
}

.footer-contact-item i,
.footer-address-item i {
    font-size: 15px;
    color: #fff;
}

.footer-contact-item p {
    margin: 0;
    color: #fff;
}


.footer-address-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 15px;
    color: #fff;
    font-family: 'Heebo', sans-serif;
}

.newsletter-col h4,
.footer-col-half h4 {
    font-size: 25px;
    font-weight: 600;
    color: #aec5cd;
    margin-bottom: 20px;
    font-family: 'DM Sans', sans-serif;
}

.newsletter-text {
    font-size: 18px;
    color: #fff;
    line-height: 1.7;
    margin-bottom: 20px;
    font-family: 'DM Sans', sans-serif;
}

.newsletter-form {
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #3a4a5a;
    padding-bottom: 8px;
    margin-bottom: 0;
    max-width: 400px;
}

.newsletter-form input {
    flex: 1;
    background: transparent;
    border: none;
    font-size: 15px;
    color: #fff;
    font-family: 'DM Sans', sans-serif;
    outline: none;
}

.newsletter-form input::placeholder {
    color: #8899aa;
}

.subscribe-section {
    padding: 120px 20px 160px 20px !important;
    min-height: 500px !important;
}


.subscribe-form {
    margin-top: 60px !important;
}


.subscribe-container {
    margin-top: 40px !important;
}

.btn-subscribe {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #2a3a4a;
    border: 1px solid #3a4a5a;
    border-radius: 20px;
    padding: 8px 16px;
    font-size: 12px;
    font-weight: 500;
    color: #ccc;
    cursor: pointer;
    font-family: 'DM Sans', sans-serif;
    white-space: nowrap;
    transition: all 0.3s ease;
}

.btn-subscribe i {
    font-size: 12px;
    transition: transform 0.3s ease;
}

.btn-subscribe:hover i {
    transform: scale(1.3);
}

.footer-col-links-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-top: 40px;
    max-width: 500px;
}

.footer-links {
    list-style: none;
}

.footer-links li {
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
    width: auto;
}


.footer-links a {
    font-size: 15px;
    color: #fff;
    transition: color .2s;
    text-decoration: none;
    font-family: 'DM Sans', sans-serif;
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
}

.footer-links a::before,
.footer-links a::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #fff;
    transition: width 0.3s ease;
}

.footer-links a::before {
    left: 50%;
}

.footer-links a::after {
    right: 50%;
}

.footer-links a:hover::before {
    width: 50%;
}

.footer-links a:hover::after {
    width: 50%;
}

.footer-links a:hover {
    color: #fff;
}

.footer-links a.active {
    color: #0a9e8c;
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 40px 20px;
    font-size: 18px;
    color: #8899aa;
    border-top: 1px solid rgba(255, 255, 255, .08);
    margin-top: 0;
    position: relative;
    z-index: 1;
    background-color: #19272B;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}

.footer-bottom-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.envato-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #2a3a4a;
    border-radius: 4px;
    padding: 4px 10px;
    font-size: 11px;
    color: #aaa;
}

.footer-bottom-right {
    display: flex;
    gap: 20px;
}

.footer-bottom-right a {
    color: #556;
    text-decoration: none;
}

.footer-bottom-right a:hover {
    color: #aaa;
}

.footer-brand {
    color: #fff;
    font-weight: 600;
}

.footer-col-links-wrapper .footer-col-half {
    background-color: transparent !important;
}

.linkh {
    margin-left: 0;
}

.btn-subscribe svg {
    display: none;
}

.linkh {
    margin-left: 40px;
}

.logofooter {
    margin-top: 40px;
}

.scroll-top {
    position: fixed;
    right: 25px;
    bottom: 25px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #19272B;
    border: 1.5px solid #E1F2F2;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    z-index: 9999;
}

.scroll-top.show {
    opacity: 1;
    visibility: visible;
}

.scroll-top:hover {
    background: #fff;
    color: #19272B;
    transform: scale(1.1);
}

.scroll-top i {
    display: inline-block;
    animation: arrowMove 1.2s infinite ease-in-out;
}

@keyframes arrowMove {
    0% {
        transform: translateY(2px);
        opacity: 0.7;
    }

    50% {
        transform: translateY(-4px);
        opacity: 1;
    }

    100% {
        transform: translateY(2px);
        opacity: 0.7;
    }
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 40px 20px;
    font-size: 13px;
    color: #8899aa;
    border-top: 1px solid rgba(255, 255, 255, .08);
    margin-top: 0;
    position: relative;
    z-index: 1;
    background-color: #19272B;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}

.footer-social {
    display: flex;
    gap: 12px;
}

.footer-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    font-size: 13px;
    border-radius: 50%;
    background-color: #85979B;
    color: #223035;
    text-decoration: none;
    transition: all 0.3s ease;

}

.footer-social a:hover {
    background-color: #fff;
    color: #223035;
    transform: translateY(-2px);
}

.footer-bottom-right {
    display: flex;
    gap: 30px;
}

.footer-bottom-right a {
    color: #8899aa;
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 13px;
}

.footer-bottom-right a:hover {
    color: #fff;
}

.footer-brand {
    color: #fff;
    font-weight: 600;
}

@media (max-width: 1200px) {
    .hero h1 {
        font-size: 60px;
    }

    .info-card h3 {
        font-size: 28px;
    }

    .info-card p {
        font-size: 18px;
    }

    .info-card {
        padding: 35px 25px;
    }

    .contact-left h2 {
        font-size: 36px;
    }

    .contact-left h2 em {
        font-size: 36px;
    }

    .subscribe-banner h2 {
        font-size: 36px;
    }
}

.error-msg {
    font-size: 11px;
    color: #ff0000;
    margin-top: 5px;
    font-family: 'DM Sans', sans-serif;
    display: block;
}

.buy-envato-btn {
    position: fixed;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);

    display: flex;
    align-items: center;
    gap: 10px;

    padding: 12px 18px;
    border-radius: 50px;
    background: #222222;
    color: #fff;
    text-decoration: none;

    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;

    z-index: 9999;

    overflow: visible;
}

.buy-envato-btn img {
    width: 65px;
    height: 22px;
}

.buy-envato-btn:hover {
    transform: translateY(-50%) scale(1.05);
}

.buy-envato-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50px;

    box-shadow: 0 0 0 0 rgba(144, 238, 144, 0.6);

    animation: echoPulse 2s infinite;
    z-index: -1;
}

@keyframes echoPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(144, 238, 144, 0.5);
        opacity: 1;
    }

    70% {
        box-shadow: 0 0 0 18px rgba(144, 238, 144, 0);
        opacity: 0.3;
    }

    100% {
        box-shadow: 0 0 0 25px rgba(144, 238, 144, 0);
        opacity: 0;
    }
}

.service-scroll-container {
    overflow-x: auto;
    overflow-y: hidden;
    position: relative;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    cursor: default;
    margin: 20px 0;
}

.service-scroll-container::-webkit-scrollbar {
    display: none;
}

.service-scroll-container {
    scrollbar-width: none;
}


.service-scroll-container {
    -ms-overflow-style: none;
}

.service-track {
    display: flex;
    gap: 30px;
    width: fit-content;
    padding: 20px 5px;
}

.service-track .service-card {
    flex: 0 0 380px;
    min-width: 380px;
    padding: 50px 35px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #dcdcdc;
    transition: all 0.3s ease;
    cursor: pointer;
    min-height: 350px;
}

.service-track .service-card:hover {
    transform: translateY(-8px);
    background-color: #E1F2F2;
}

.service-track .service-card:hover h4,
.service-track .service-card:hover p {
    color: #223035;
}

.service-track .service-card:hover .icon {
    color: #223035;
}

.service-track .service-card:hover .arrow {
    color: #223035;
    transform: translate(5px, -5px);
}

.service-track .service-card .icon {
    font-size: 55px;
    margin-bottom: 30px;
    display: inline-block;
    color: #cfcfcf;
}

.service-track .service-card h4 {
    font-size: 28px;
    margin-bottom: 18px;
    color: #e6e6e6;
}

.service-track .service-card p {
    font-size: 16px;
    line-height: 1.6;
    color: #bfbfbf;
    margin-bottom: 20px;
}

.service-track .service-card .arrow {
    margin-top: 25px;
    font-size: 28px;
    color: #cfcfcf;
    display: inline-block;
    transition: 0.3s;
}

.service-track .service-card {
    flex: 0 0 440px;
    min-width: 420px;
    padding: 55px 40px;
    min-height: 400px;
}

.service-track .service-card .icon {
    font-size: 65px;
}

.service-track .service-card h4 {
    font-size: 32px;
}

.service-track .service-card p {
    font-size: 17px;
}

.service-track .service-card .arrow {
    font-size: 32px;
}

.testimonial-right {
    flex: 1;
    min-width: 500px;
    overflow: hidden;
}

.testimonial-section {
    margin-top: -80px !important;
    padding-top: 60px !important;
}

.testimonial-scroll-container {
    overflow-x: auto;
    overflow-y: hidden;
    position: relative;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    cursor: default;
    width: 100%;
}

.testimonial-scroll-container::-webkit-scrollbar {
    display: none;
}

.testimonial-scroll-container {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.testimonial-track {
    display: flex;
    gap: 30px;
    width: fit-content;
    padding: 10px 5px;
}

.testimonial-slide {
    flex: 0 0 500px;
    min-width: 500px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 45px;
    transition: all 0.3s ease;
}

.testimonial-slide:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.12);
}

.quote-icon {
    font-size: 90px;
    color: #97BAC7;
    opacity: 0.35;
    line-height: 0.8;
    margin-bottom: 25px;
}

.testimonial-text {
    font-size: 18px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 25px;
}

.testimonial-author {
    margin-top: 15px;
}

.testimonial-author h4 {
    font-size: 20px;
    font-weight: 600;
    color: white;
    margin-bottom: 8px;
}

.testimonial-author span {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.55);
}

.testimonial-author {
    position: relative;
    padding-top: 15px;
}

.testimonial-author::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 2px;
    background: #97BAC7;
    opacity: 0.5;
}

@media (max-width: 992px) {
    .testimonial-slide {
        flex: 0 0 450px;
        min-width: 450px;
        padding: 40px;
    }

    .testimonial-text {
        font-size: 16px;
    }

    .testimonial-author h4 {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .testimonial-slide {
        flex: 0 0 380px;
        min-width: 380px;
        padding: 35px;
    }

    .testimonial-text {
        font-size: 15px;
    }

    .quote-icon {
        font-size: 70px;
    }

    .testimonial-author::before {
        left: 50%;
        transform: translateX(-50%);
    }

    .testimonial-left {
        text-align: center;
    }

    .testimonial-arrows {
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .testimonial-slide {
        flex: 0 0 320px;
        min-width: 320px;
        padding: 25px;
    }

    .testimonial-text {
        font-size: 14px;
    }
}

.testimonial-left {
    min-width: 280px;
}

.testimonial-heading {
    font-size: 36px;
}

.stats-number {
    font-size: 70px;
}

@media (max-width: 992px) {
    .testimonial-wrapper {
        flex-direction: column;
        text-align: center;
    }

    .testimonial-left {
        text-align: center;
        margin-bottom: 40px;
    }

    .testimonial-author::before {
        left: 50%;
        transform: translateX(-50%);
    }
}

.testimonial-left {
    flex: 0 0 35%;
    max-width: 35%;
}

.testimonial-right {
    flex: 0 0 60%;
    max-width: 60%;
}

@media (max-width: 992px) {

    .testimonial-left,
    .testimonial-right {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.side-popup {
    position: fixed;
    top: 0;
    right: -500px;
    width: 420px;
    height: 100vh;
    background: white;
    color: black;
    padding: 50px 30px;
    transition: 0.4s ease;
    z-index: 9999;
    overflow-y: auto;
}

.side-popup.active {
    right: 0;
}

.close-btn {
    position: absolute;
    top: 20px;
    right: 25px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 100;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.close-btn i {
    position: absolute;
    font-size: 24px;
    transition: 0.3s;
    color: #333;
}

.close-btn .icon-x {
    opacity: 1;
}

.close-btn .icon-minus {
    opacity: 0;
}

.close-btn:hover .icon-x {
    opacity: 0;
}

.close-btn:hover .icon-minus {
    opacity: 1;
}

.team-carousel-container {
    overflow-x: hidden;
    overflow-y: visible;
    position: relative;
    width: 100%;
    padding: 20px 0;
}

.team-carousel-track {
    display: flex;
    gap: 30px;
    width: fit-content;
    animation: scrollTeam 20s linear infinite;
}

.team-carousel-track:hover {
    animation-play-state: paused;
}


.team-carousel-track .team-card {
    flex: 0 0 350px;
    min-width: 350px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease;
    border-radius: 15px;
}

.team-carousel-track .team-card:hover {
    transform: translateY(-10px);
}

.team-carousel-track .team-card img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.team-carousel-track .team-card:hover img {
    transform: scale(1.05);
}


.team-carousel-track .team-info {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background: white;
    padding: 15px 20px;
    text-align: center;
    transition: all 0.4s ease;
    transform: translateY(0);
    border-radius: 12px;
}

.team-carousel-track .team-info h6 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #223035;
}

.team-carousel-track .team-info p {
    font-size: 13px;
    margin: 0;
    color: #666;
}

.team-carousel-track .social-icons {
    margin-top: 10px;
    display: none;
    gap: 12px;
    justify-content: center;
}

.team-carousel-track .social-icons i {
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    color: white;
}

.team-carousel-track .team-card:hover .team-info {
    background: #19272B;
}

.team-carousel-track .team-card:hover .team-info h6 {
    color: white;
}

.team-carousel-track .team-card:hover .team-info p {
    color: #ccc;
}

.team-carousel-track .team-card:hover .social-icons {
    display: flex;
    animation: fadeInUp 0.4s ease;
}

@keyframes scrollTeam {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}


.team-arrows {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
}

.team-arrow-prev,
.team-arrow-next {
    width: 50px;
    height: 50px;
    border: 2px solid #E1F2F2;
    background: transparent;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.team-arrow-prev i,
.team-arrow-next i {
    font-size: 20px;
    color: #E1F2F2;
    transition: all 0.3s ease;
}

.team-arrow-prev:hover,
.team-arrow-next:hover {
    background: #97BAC7;
    border-color: #97BAC7;
}

.team-arrow-prev:hover i,
.team-arrow-next:hover i {
    color: #223035;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.testimonial-arrow {
    border-radius: 55px !important;
}

@media (max-width: 992px) {
    .team-carousel-track .team-card {
        flex: 0 0 300px;
        min-width: 300px;
    }

    .team-carousel-track .team-card img {
        height: 350px;
    }
}

@media (max-width: 768px) {
    .team-carousel-track .team-card {
        flex: 0 0 280px;
        min-width: 280px;
    }

    .team-carousel-track .team-card img {
        height: 300px;
    }
}

html,
body {
    overflow-x: hidden;
    width: 100%;
    position: relative;
}

.container,
.container-fluid {
    overflow-x: hidden;
}

@media (max-width: 1200px) {
    .topbar {
        padding: 8px 20px;
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }

    .topbar-left {
        flex-wrap: wrap;
        justify-content: center;
    }

    nav {
        padding: 0 20px;
        flex-wrap: wrap;
        height: auto;
        padding: 15px 20px;
    }

    .logo {
        margin-bottom: 10px;
    }

    .nav-links {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
        margin: 10px 0;
    }

    .nav-links::after {
        display: none;
    }

    .nav-right {
        margin-top: 10px;
    }

    .hero-title {
        font-size: 48px;
    }

    .hero-slider-container {
        padding: 50px 30px;
    }
}

@media (max-width: 992px) {
    .header-bg {
        height: auto;
        min-height: 600px;
    }

    .topbar-left {
        gap: 15px;
    }

    .topbar-left span {
        font-size: 11px;
    }

    .nav-links {
        gap: 15px;
    }

    .nav-links a {
        font-size: 13px;
    }

    .nav-phone strong {
        font-size: 13px;
    }

    .hero-title {
        font-size: 40px;
    }

    .hero-desc {
        font-size: 16px;
    }

    .hero-quote {
        font-size: 18px;
    }

    .hero-row {
        flex-direction: column;
        text-align: center;
    }

    .vertical-nav {
        flex-direction: row;
        margin-top: 40px;
    }

    .slide-dots {
        flex-direction: row;
    }
}

@media (max-width: 768px) {
    .topbar {
        flex-direction: column;
        text-align: center;
    }

    .topbar-left {
        justify-content: center;
    }

    .topbar-right {
        justify-content: center;
    }

    .logo::after {
        display: none;
    }

    .nav-links {
        width: 100%;
        justify-content: center;
    }

    .nav-right {
        width: 100%;
        justify-content: center;
    }

    .nav-right::after {
        display: none;
    }

    .hero-title {
        font-size: 32px;
    }

    .hero-desc {
        font-size: 14px;
    }

    .hero-quote {
        font-size: 16px;
    }

    .hero-slider-container {
        padding: 40px 20px;
    }
}

@media (max-width: 992px) {
    .content {
        height: auto !important;
        padding: 40px 20px;
    }

    .content .col-md-4 {
        text-align: center;
        margin-bottom: 30px;
    }

    .content .col-md-4::after {
        display: none;
    }

    .us .row {
        flex-direction: column;
    }

    .aboutimg {
        height: auto;
        margin-top: 50px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

    .aboutimg img {
        position: relative;
        width: 45%;
        margin: 0;
    }

    .img2,
    .img3 {
        margin-left: 0;
        margin-top: 0;
    }
}

@media (max-width: 768px) {
    .content {
        padding: 30px 15px;
    }

    .us h2 {
        font-size: 28px;
    }

    .us .row .col-6 {
        width: 100%;
        text-align: center;
    }

    .aboutimg img {
        width: 80%;
    }
}

@media (max-width: 992px) {
    .chooseus .row {
        flex-direction: column;
        text-align: center;
    }

    .chooseuscontent {
        margin-top: 40px;
        padding: 30px;
    }

    .chooseuscontent h2 {
        font-size: 32px;
    }

    .chooseuscontent p {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .chooseuscontent h2 {
        font-size: 28px;
    }

    .chooseuscontent {
        padding: 20px;
    }
}

@media (max-width: 992px) {
    .service {
        padding: 40px 0;
    }

    .service-track .service-card {
        flex: 0 0 340px;
        min-width: 340px;
        padding: 40px 25px;
    }

    .service-track .service-card .icon {
        font-size: 50px;
    }

    .service-track .service-card h4 {
        font-size: 24px;
    }

    .service-track .service-card p {
        font-size: 14px;
    }

    .arrow-btns {
        justify-content: center;
    }

    .experience {
        margin-top: 60px;
        padding: 30px 0;
    }

    .experience h1 {
        font-size: 50px;
    }

    .experience p {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .service-track .service-card {
        flex: 0 0 300px;
        min-width: 300px;
        padding: 30px 20px;
    }

    .service-track .service-card .icon {
        font-size: 40px;
    }

    .service-track .service-card h4 {
        font-size: 22px;
    }

    .service-track .service-card p {
        font-size: 13px;
    }

    .experience>div {
        flex: 0 0 50%;
        margin-bottom: 20px;
    }

    .experience>div:not(:last-child)::after {
        display: none;
    }
}

@media (max-width: 576px) {
    .experience>div {
        flex: 0 0 100%;
    }

    .experience h1 {
        font-size: 40px;
    }
}

@media (max-width: 992px) {
    .aboutcompany {
        margin-top: 40px;
    }

    .aboutcompany .row {
        flex-direction: column;
    }

    .left-content {
        text-align: center;
        margin-bottom: 40px;
    }

    .right-content {
        padding-left: 0;
    }

    .left-content h2 {
        font-size: 32px;
    }

    .faq-header h6 {
        font-size: 22px;
    }
}

@media (max-width: 768px) {
    .left-content h2 {
        font-size: 28px;
    }

    .faq-header h6 {
        font-size: 18px;
    }

    .faq-body {
        padding: 10px 15px !important;
    }
}

@media (max-width: 992px) {
    .videoimg {
        height: 450px;
    }

    .play-btn {
        width: 80px;
        height: 80px;
    }

    .play-btn i {
        font-size: 32px;
    }
}

@media (max-width: 768px) {
    .videoimg {
        height: 350px;
    }

    .play-btn {
        width: 60px;
        height: 60px;
    }

    .play-btn i {
        font-size: 24px;
    }
}

@media (max-width: 992px) {
    .companyskills {
        margin-top: 0;
        padding: 40px 0;
    }

    .companyskills .row {
        flex-direction: column;
        text-align: center;
    }

    .companyskills h2 {
        font-size: 36px;
    }

    .companyskills .col-md-4 span {
        width: 140px;
        height: 140px;
        font-size: 32px;
    }
}

@media (max-width: 768px) {
    .companyskills h2 {
        font-size: 28px;
    }

    .companyskills .col-md-4 {
        margin-bottom: 30px;
    }

    .companyskills .col-md-4 span {
        width: 120px;
        height: 120px;
        font-size: 28px;
    }

    .skillshr {
        margin-top: 40px;
    }
}

@media (max-width: 1200px) {
    .team {
        height: auto !important;
        padding: 40px 0 !important;
    }

    .team-carousel-track .team-card {
        flex: 0 0 300px;
        min-width: 300px;
    }

    .team-carousel-track .team-card img {
        height: 350px;
    }
}

@media (max-width: 992px) {
    .content1 h3 {
        font-size: 32px;
    }

    .team-carousel-track .team-card {
        flex: 0 0 280px;
        min-width: 280px;
    }

    .team-carousel-track .team-card img {
        height: 320px;
    }

    .team-info h6 {
        font-size: 16px;
    }

    .team-info p {
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    .content1 h3 {
        font-size: 28px;
    }

    .team-carousel-track {
        gap: 20px;
    }

    .team-carousel-track .team-card {
        flex: 0 0 260px;
        min-width: 260px;
    }

    .team-carousel-track .team-card img {
        height: 300px;
    }

    .team-arrows {
        margin-top: 30px;
    }
}

@media (max-width: 992px) {
    .testimonial-section {
        padding: 60px 30px !important;
    }

    .testimonial-wrapper {
        flex-direction: column;
        gap: 40px;
    }

    .testimonial-left {
        text-align: center;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .testimonial-right {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .testimonial-heading {
        font-size: 32px;
    }

    .stats-number {
        font-size: 60px;
    }

    .testimonial-slide {
        flex: 0 0 450px;
        min-width: 450px;
        padding: 35px;
    }
}

@media (max-width: 768px) {
    .testimonial-section {
        padding: 40px 20px !important;
    }

    .testimonial-heading {
        font-size: 28px;
    }

    .stats-number {
        font-size: 50px;
    }

    .testimonial-slide {
        flex: 0 0 350px;
        min-width: 350px;
        padding: 25px;
    }

    .testimonial-text {
        font-size: 14px;
    }

    .quote-icon {
        font-size: 60px;
    }

    .testimonial-arrow {
        width: 70px;
        height: 40px;
    }

    .testimonial-arrow i {
        font-size: 20px;
    }
}

@media (max-width: 576px) {
    .testimonial-slide {
        flex: 0 0 300px;
        min-width: 300px;
        padding: 20px;
    }

    .testimonial-author h4 {
        font-size: 16px;
    }

    .testimonial-author span {
        font-size: 12px;
    }
}

@media (max-width: 992px) {
    .partner-section {
        padding: 40px 0;
    }

    .partner-slide {
        min-width: 200px;
        padding: 20px;
    }

    .partner-slide img {
        max-width: 120px;
    }

    .partner-name {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .partner-slide {
        min-width: 160px;
        padding: 15px;
    }

    .partner-slide img {
        max-width: 100px;
    }

    .partner-name {
        font-size: 12px;
    }
}

@media (max-width: 992px) {
    .news {
        padding: 60px 0;
    }

    .blog1 h3 {
        font-size: 32px;
    }

    .blog-grid .col-lg-4 {
        flex: 0 0 calc(50% - 15px);
        max-width: calc(50% - 15px);
    }
}

@media (max-width: 768px) {
    .blog1 h3 {
        font-size: 28px;
    }

    .blog-grid {
        flex-direction: column;
        gap: 20px;
    }

    .blog-grid .col-lg-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .blog-title {
        font-size: 18px;
    }

    .blog-desc {
        font-size: 13px;
    }
}

@media (max-width: 992px) {
    .subscribe-section {
        padding: 80px 20px !important;
    }

    .subscribe-title {
        font-size: 28px;
    }
}

@media (max-width: 768px) {
    .subscribe-section {
        padding: 60px 20px !important;
    }

    .subscribe-title {
        font-size: 24px;
    }

    .subscribe-icon img {
        width: 60px;
        height: 60px;
    }

    .input-group {
        flex-wrap: wrap;
        gap: 15px;
        border-bottom: none;
    }

    .input-group input {
        width: 100%;
        border-bottom: 1px solid white;
        padding-bottom: 10px;
    }
}

@media (max-width: 1200px) {
    .footer-top {
        grid-template-columns: 1fr;
    }

    .footer-left {
        width: 100%;
        padding: 50px 30px;
    }

    .footer-right {
        width: 100%;
        padding: 50px 30px;
    }

    .footer-right .footer-col {
        margin-left: 0;
        max-width: 100%;
    }

    .footer-col-links-wrapper {
        max-width: 100%;
    }
}

@media (max-width: 992px) {
    .footer-col-links-wrapper {
        grid-template-columns: 1fr;
        gap: 30px;
        text-align: center;
    }

    .newsletter-col h4,
    .footer-col-half h4 {
        text-align: center;
    }

    .newsletter-form {
        max-width: 100%;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: 20px;
        padding: 20px;
    }

    .footer-social {
        justify-content: center;
    }

    .footer-bottom-right {
        justify-content: center;
        flex-wrap: wrap;
    }

    .linkh {
        margin-left: 0;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .footer-left {
        padding: 40px 20px;
    }

    .footer-right {
        padding: 40px 20px;
    }

    .newsletter-col {
        padding: 20px;
    }

    .newsletter-text {
        font-size: 14px;
    }

    .footer-contact-item,
    .footer-address-item {
        justify-content: center;
    }

    .footer-col:first-child p {
        font-size: 14px;
        text-align: center;
    }

    .footer-contact-label,
    .footer-address-label {
        text-align: center;
    }
}

@media (max-width: 576px) {
    .side-popup {
        width: 320px;
        padding: 30px 20px;
    }

    .popup-content h2 {
        font-size: 24px;
    }

    .popup-content h3 {
        font-size: 20px;
    }

    .social a {
        width: 35px;
        height: 35px;
    }
}

@media (max-width: 992px) {
    .arrow-btn {
        width: 60px;
        height: 40px;
    }

    .arrow-btn i {
        font-size: 16px;
    }

    .viewmore button {
        padding: 10px 24px;
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .lines {
        display: none;
    }

    .bg-text {
        font-size: 120px;
    }

    .bg-text-section {
        height: 120px;
    }

    .scroll-top {
        width: 40px;
        height: 40px;
        right: 15px;
        bottom: 15px;
    }

    .scroll-top i {
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .bg-text {
        font-size: 80px;
    }

    .bg-text-section {
        height: 90px;
    }
}

.header-bg {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: rgba(0, 0, 0, 0.4);
    background-blend-mode: multiply;
    height: auto;
    min-height: 700px;
    width: 100vw !important;
    max-width: 100% !important;
    margin: 0 !important;
    left: 0;
    right: 0;
    margin-left: 0 !important;
    margin-right: 0 !important;
    overflow-x: hidden;
}

.header-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 0;
}

.companyskills {
    color: white;
    margin-top: -60px;
    align-items: center;
    background-color: #19272B;
    width: 100%;
    position: relative;
    left: 0;
    right: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 60px 0;
    overflow-x: hidden;
}

.companyskills .container-fluid {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
}

.team {
    padding: 80px 0;
    background-color: #223035;
    width: 100%;
    position: relative;
    left: 0;
    right: 0;
    margin-left: 0;
    margin-right: 0;
    overflow-x: hidden;
}

.team .container-fluid {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
}

.team .row.imgcontent {
    margin-bottom: 100px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100%;
}

.team .row.imgcontent .col-md-4 {
    padding-left: 15px;
    padding-right: 15px;
}

.service,
.testimonial-section,
.partner-section,
.news {
    width: 100%;
    position: relative;
    left: 0;
    right: 0;
    margin-left: 0;
    margin-right: 0;
    overflow-x: hidden;
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 40px 20px;
    font-size: 13px;
    color: #8899aa;
    border-top: 1px solid rgba(255, 255, 255, .08);
    margin-top: 0;
    position: relative;
    z-index: 1;
    background-color: #19272B;
    width: 100%;
    margin-left: 0;
}


/* contact-page*/


*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'DM Sans', sans-serif;
    color: #222;
    background: #fff;
    font-size: 15px;
}

.footer-top {
    display: flex !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.footer-left {
    width: 40% !important;
    flex-shrink: 0 !important;
    padding: 80px 50px !important;
}

.footer-right {
    width: 65% !important;
    flex-shrink: 0 !important;
    padding: 80px 60px !important;
}

footer {
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden !important;
}

.footer-bottom {
    width: 100% !important;
    margin-left: 0 !important;
    padding: 25px 40px !important;
}

.footer-right .footer-col {
    margin-left: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
}

a {
    text-decoration: none;
    color: inherit;
}

.header-bg {
    position: relative;
    background-image: url('images/team-img.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: rgba(0, 0, 0, 0.4);
    background-blend-mode: multiply;
    height: 600px;
    width: 1600px;
}

.header-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 0;
}

.header-bg>* {
    position: relative;
    z-index: 1;
}

.topbar {
    background: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 8px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
    font-family: 'Heebo', sans-serif;
    color: #ffffff;
}

.topbar-left {
    display: flex;
    gap: 28px;
    align-items: center;
}

.topbar-left span {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #e9e9e9;
    transition: color .3s;
    cursor: pointer;
}

.topbar-left img {
    filter: brightness(0) invert(1) opacity(0.88);
}

.nav1 {
    position: relative;
    z-index: 100;
}

.topbar-left span:hover {
    color: #fff;
}

.topbar-left i {
    font-size: 14px;
    opacity: .7;
}

.topbar-right {
    display: flex;
    gap: 14px;
}

.topbar-right a {
    border: none;
    background: none;
    width: auto;
    height: auto;
    color: #fff;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: color .3s, transform .3s;
}

.topbar-right a:hover {
    color: #888;
    transform: scale(1.2);
}

nav {
    background: #fff;
    padding: 0 60px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    height: 72px;
    position: sticky;
    top: 0;
    z-index: 100;
}


.header-logo {
    max-height: 35px;
    width: auto;
}

.logo {
    display: flex;
    align-items: center;
    gap: 50px;
    position: relative;
}

.logo::after {
    content: "";
    width: 1px;
    height: 100%;
    background: #fff;
    margin-left: 10px;
}

.nav-links {
    display: flex;
    gap: 36px;
    list-style: none;
    position: relative;
    align-items: center;
    height: 100%;
}

.nav-links::after {
    content: "";
    width: 1px;
    height: 100%;
    background: #fff;
    margin-left: 15px;
}

.nav-links a {
    font-size: 15px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    color: #fff;
    padding-bottom: 4px;
    transition: color .3s;
}

.nav-links a:hover,
.nav-links a.active {
    color: #e5e5e5;
    border-bottom: 2px solid #888;
}

.nav-right {
    display: flex;
    align-items: center;
    gap: 35px;
    position: relative;
}

.nav-phone {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: #fff;
    margin-right: 40px;
}

.nav-phone strong {
    display: block;
    font-size: 15px;
    font-weight: 600;
}

.nav-phone small {
    font-size: 11px;
    color: #ccc;
}

.nav-phone-icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.nav-grid-icon {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4px;
    cursor: pointer;
    padding: 6px;
    transition: transform .5s;
}

.nav-grid-icon span {
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 50%;
    display: block;
    transition: background .3s;
}

.nav-grid-icon:hover span {
    background: #888;
}

.nav-grid-icon:hover {
    transform: rotate(180deg);
}


.side-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 9998;
}

.side-popup {
    position: fixed;
    top: 0;
    right: -500px;
    width: 420px;
    height: 100vh;
    background: white;
    color: black;
    padding: 50px 30px;
    transition: 0.4s ease;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.side-popup.active {
    right: 0;
}

.side-overlay.active {
    opacity: 1;
    visibility: visible;
}


.popup-content {
    text-align: center;
    font-family: 'DM Sans', sans-serif;
}

.popup-content h2 {
    font-size: 28px;
    margin-bottom: 10px;
}

.popup-content h3 {
    font-size: 25px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.popup-content p {
    font-size: 18px;
    margin: 8px 0;
}

.info p {
    transition: 0.3s;
    cursor: pointer;
}

.info p:hover {
    color: #0d6efd;
}

.social {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 15px;
}

.social a {
    width: 45px;
    height: 45px;
    background: black;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    border: 2px solid black;
}

.close-btn {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 30px;
    cursor: pointer;
    padding-right: 30px;
    padding-top: 20px;
}

.close-btn i {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 30px;
    transition: 0.3s;
}

.icon-minus {
    opacity: 0;
}

.close-btn:hover .icon-x {
    opacity: 0;
}

.close-btn:hover .icon-minus {
    opacity: 1;
}


.social a:hover {
    background: white;
    color: black;
    border: 2px solid black;
}

.highlight {
    color: gray;
}


.menu-item {
    position: relative;
}

.dropdown-card {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: -5px;
    background-color: #fbfbfb;
    min-width: 225px;
    padding: 18px 0;
    display: flex;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transform: scaleY(0);
    transform-origin: top;
    transition: all 300ms linear;
    box-shadow: 0 15px 30px -5px rgba(0, 0, 0, .7);
    border-radius: 7px;
    z-index: 99;
}

.menu-item:hover .dropdown-card,
.dropdown-card:hover {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
}

.menu-item {
    position: relative;
}

.menu-item::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 12px;
}

.dropdown-card a {
    font-size: 14px;
    color: #000;
    padding: 8px 20px;
    text-decoration: none !important;
    display: flex;
    align-items: center;
    position: relative;
    transition: 0.3s;
}

.dropdown-card a,
.dropdown-card li {
    border-bottom: none !important;
}

.dropdown-card a::after {
    content: "";
    position: absolute;
    left: 10px;
    width: 0%;
    height: 1px;
    background: #000;
    transition: 0.6s ease;
}

.dropdown-card a:hover::after {
    width: 15px;
}

.dropdown-card a:hover {
    padding-left: 28px;
}

.hero {
    position: relative;
    height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero h1 {
    font-family: 'DM Sans', sans-serif;
    font-size: 80px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 1px;
    text-align: center;
}

.info-icon img {
    width: 60px;
    height: 60px;
    display: inline-block;
    transition: transform 0.4s ease;
}

.info-card:hover .info-icon img {
    animation: iconAnim 0.7s ease forwards;
}

@keyframes iconAnim {
    0% {
        transform: scale(1) rotate(0deg);
    }

    30% {
        transform: scale(0.8) rotate(-15deg);
    }

    60% {
        transform: scale(1.2) rotate(15deg);
    }

    100% {
        transform: scale(1) rotate(360deg);
    }
}

.info-section {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    border-bottom: 1px solid #eee;
    background: #fff;

}

.info-card {
    padding: 48px 40px;
    border-right: 1px solid #eee;
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.info-card:last-child {
    border-right: none;
}


.info-icon {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #547079;

}

.info-icon svg {
    width: 58px;
    height: 63px;
    fill: none;
    color: #547079;
}

.info-card h3 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: "Heebo", sans-serif;
}

.info-card p {
    font-size: 22px;
    color: black;
    line-height: 1.7;
    font-family: "Heebo", sans-serif;
}

.info-icon i {
    font-size: 60px;
    line-height: 1;
}

body {
    background: #ffffff;
    font-family: 'DM Sans', sans-serif;
    margin: 0;
    padding: 0;
}

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,400;9..40,500;9..40,600&family=DM+Serif+Text:ital@0;1&family=Heebo:wght@400;500&display=swap');

.contact-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 80px 0px 80px;
    gap: 60px;
    max-width: 100%;
    margin: 0;
    background: #fff;
    width: 100%;
}

.contact-left {
    padding-right: 0;
    padding-left: 40px;
}

.contact-right {
    padding-top: 0;
    padding-right: 40px;
}

.contact-tag {
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    font-family: 'Heebo', sans-serif;
    text-transform: uppercase;
    background-color: #E1F2F2;
    border: none;
    border-radius: 0;
    color: #0a9e8c;
    margin-bottom: 24px;
    padding: 4px 12px;
}

.contact-left h2 {
    font-family: 'DM Sans', sans-serif;
    font-size: 42px;
    font-weight: 400;
    line-height: 1.25;
    color: #111;
    margin-bottom: 24px;
}

.contact-left h2 em {
    font-family: 'DM Serif Text', serif;
    font-style: italic;
    font-weight: 400;
    font-size: 42px;
}

.contact-left p {
    font-size: 18px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    color: #666;
    line-height: 1.75;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
    position: relative;
}

.form-group label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #999;
    margin-bottom: 8px;
}

.form-group input,
.form-group textarea {
    border: none;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    font-family: 'DM Sans', sans-serif;
    color: #333;
    background: transparent;
    outline: none;
    transition: border-color .2s;
    padding: 10px 0;
}

.form-group input:focus,
.form-group textarea:focus {
    border-color: #111;
}

.form-group textarea {
    resize: none;
    height: 100px;
}

.form-full {
    margin-bottom: 30px;
}

.error-msg {
    font-size: 11px;
    color: #ff0000;
    margin-top: 5px;
    font-family: 'DM Sans', sans-serif;
    display: block;
}

.submit-msg {
    margin-top: 15px;
    font-size: 13px;
    font-family: 'DM Sans', sans-serif;
    text-align: center;
    font-weight: 500;
}

.btn-send {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #223035;
    color: #fff;
    border: 1px solid #223035;
    border-radius: 30px;
    padding: 14px 28px;
    font-size: 14px;
    font-weight: 500;
    font-family: 'DM Sans', sans-serif;
    cursor: pointer;
    transition: all 0.25s ease;
    transform: scale(1);
    position: relative;
    min-width: 140px;
}

.btn-send:hover {
    background: #ffffff;
    color: #223035;
    border: 1px solid #223035;
    transform: scale(1.03);
}

.btn-send:hover svg {
    stroke: #223035;
}

.btn-send:disabled {
    cursor: not-allowed;
    opacity: 0.7;
}

.btn-send svg {
    stroke: #ffffff;
    transition: stroke 0.25s ease;
    width: 16px;
    height: 16px;
}

.loader {
    display: none;
    width: 16px;
    height: 16px;
    border: 2px solid #ffffff;
    border-top: 2px solid transparent;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.contact-right {
    position: relative;
}

.form-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
}

.form-loader.active {
    opacity: 1;
    visibility: visible;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 3px solid #223035;
    border-top: 3px solid transparent;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

.btn-send:hover .loader {
    border: 2px solid #223035;
    border-top: 2px solid transparent;
}

@keyframes spin {
    0% {
        transform: translateX(-50%) rotate(0deg);
    }

    100% {
        transform: translateX(-50%) rotate(360deg);
    }
}

@media (max-width: 768px) {
    .contact-section {
        grid-template-columns: 1fr;
        padding: 60px 0px;
        gap: 40px;
    }

    .contact-left {
        padding-left: 20px;
        padding-right: 20px;
    }

    .contact-right {
        padding-right: 20px;
        padding-left: 20px;
    }

    .contact-left h2 {
        font-size: 32px;
    }

    .contact-left h2 em {
        font-size: 32px;
    }

    .contact-left p {
        font-size: 16px;
    }

    .form-row {
        grid-template-columns: 1fr;
        gap: 15px;
    }
}

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,400;9..40,500;9..40,600&family=DM+Serif+Text:ital@0;1&display=swap');

.subscribe-banner {
    background-color: #E1F2F2;
    background-image: url("images/world-img.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: rgba(0, 0, 0, 0.4);
    ;
    padding: 80px 40px;
    text-align: center;
    position: relative;
    height: 500px;

}

.subscribe-banner h2 {
    font-family: 'DM Sans', sans-serif;
    font-size: 42px;
    font-weight: 400;
    color: #111;
    line-height: 1.3;
    margin-bottom: 36px;
}

.subscribe-banner h2 em {
    font-family: 'DM Serif Text', serif;
    font-style: italic;
    font-weight: 400;
}

.subscribe-form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #aaa;
    max-width: 500px;
    margin: 0 auto;
    padding-bottom: 6px;
}

.subscribe-form input {
    flex: 1;
    border: none;
    background: transparent;
    font-size: 14px;
    color: #555;
    font-family: 'DM Sans', sans-serif;
    outline: none;
    padding: 6px 0;
}

.subscribe-form input::placeholder {
    color: #999;
}

.btn-submit {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: none;
    border: none;
    font-size: 14px;
    font-weight: 500;
    color: #111;
    cursor: pointer;
    font-family: 'DM Sans', sans-serif;
    padding: 0;
}

.btn-submit i {
    font-size: 16px;
}

.subscribe-icon {
    font-size: 40px;
    margin-bottom: 20px;
}

.btn-submit i {
    font-size: 16px;
    display: inline-block;
    transition: transform 0.3s ease;
}

.btn-submit:hover i {
    transform: scale(1.3) translateY(-2px);
}

.subscribe-form input {
    color: #000;
}

.subscribe-form {
    position: relative;
}

#subscribeLoader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background: rgba(225, 242, 242, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
}

#subscribeLoader.active {
    opacity: 1;
    visibility: visible;
}

.subscribe-form input:focus {
    color: #000;
}

.subscribe-msg {
    position: absolute;
    bottom: -22px;
    left: 0;
    font-size: 12px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'DM Sans', sans-serif;
    background: #f5f5f5;
}

footer {
    margin: 0;
    padding: 0;
}

footer::before {
    display: none;
}

.footer-top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
}

.footer-left {
    background: #223035;
    padding: 80px 60px;
    width: 500px;
}

.footer-logo {
    filter: brightness(0) saturate(100%);
    width: 100px;
    height: 40px;
}

.footer-right {
    background-image: linear-gradient(rgba(24, 40, 46, 0.95), rgba(24, 40, 46, 0.95)),
        url('images/footerbg.jpg');

    padding: 80px 60px;
    width: 1000px;

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

    display: flex;
    justify-content: center;
}

.footer-bottom-right a:first-child {
    position: relative;
    padding-right: 15px;
    margin-right: 15px;
}

.footer-bottom-right a:first-child::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.7px;
    height: 30px;
    background: #a3a2a2;
}

.footer-address-item img {
    filter: brightness(0) invert(1);
}

.footer-bottom-hr a {
    position: relative;
    color: #8899aa;
    text-decoration: none;
    padding-bottom: 4px;
    display: inline-block;
}

.footer-bottom-hr a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 1px;
    background: #fff;
    transition: width 0.3s ease;
}

.footer-bottom-hr a:hover::before {
    width: 90%;
}

.footer-right .footer-col {
    width: 100%;
    max-width: 600px;
    margin-left: 80px;
}

.footer-col:first-child {
    margin: 0 !important;
    padding: 0;
}

.newsletter-col {
    position: relative;
    padding: 30px 40px 30px 30px;
}

.logo img {
    max-width: 180px;
    height: auto;
}

.logomargin {
    margin-top: 25px;
}

.logofooter {
    margin-top: 40px;
}

@media (max-width: 992px) {
    .footer-top {
        grid-template-columns: 1fr;
    }

    .footer-left,
    .footer-right {
        padding: 50px 25px;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
}

.footer-col:first-child p {
    font-size: 18px;
    line-height: 1.8;
    color: #fff;
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    margin-bottom: 24px;
}

.footer-contact-label,
.footer-address-label {
    font-size: 20px;
    font-weight: 600;
    color: #85979b;
    margin-bottom: 12px;
    font-family: 'Heebo', sans-serif;
}


.footer-contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    color: #fff;
    margin-bottom: 8px;
    font-family: 'Heebo', sans-serif;
}

.footer-contact-item i,
.footer-address-item i {
    font-size: 15px;
    color: #fff;
}

.footer-contact-item p {
    margin: 0;
    color: #fff;
}


.footer-address-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 15px;
    color: #fff;
    font-family: 'Heebo', sans-serif;
}

.newsletter-col h4,
.footer-col-half h4 {
    font-size: 25px;
    font-weight: 600;
    color: #aec5cd;
    margin-bottom: 20px;
    font-family: 'DM Sans', sans-serif;
}

.newsletter-text {
    font-size: 18px;
    color: #fff;
    line-height: 1.7;
    margin-bottom: 20px;
    font-family: 'DM Sans', sans-serif;
}

.newsletter-form {
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #3a4a5a;
    padding-bottom: 8px;
    margin-bottom: 0;
    max-width: 400px;
}

.newsletter-form input {
    flex: 1;
    background: transparent;
    border: none;
    font-size: 15px;
    color: #fff;
    font-family: 'DM Sans', sans-serif;
    outline: none;
}

.newsletter-form input::placeholder {
    color: #8899aa;
}

.btn-subscribe {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #2a3a4a;
    border: 1px solid #3a4a5a;
    border-radius: 20px;
    padding: 8px 16px;
    font-size: 12px;
    font-weight: 500;
    color: #ccc;
    cursor: pointer;
    font-family: 'DM Sans', sans-serif;
    white-space: nowrap;
    transition: all 0.3s ease;
}

.btn-subscribe i {
    font-size: 12px;
    transition: transform 0.3s ease;
}

.btn-subscribe:hover i {
    transform: scale(1.3);
}

.footer-col-links-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-top: 40px;
    max-width: 500px;
}

.footer-links {
    list-style: none;
}

.footer-links li {
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
    width: auto;
}


.footer-links a {
    font-size: 15px;
    color: #fff;
    transition: color .2s;
    text-decoration: none;
    font-family: 'DM Sans', sans-serif;
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
}

.footer-links a::before,
.footer-links a::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #fff;
    transition: width 0.3s ease;
}

.footer-links a::before {
    left: 50%;
}

.footer-links a::after {
    right: 50%;
}

.footer-links a:hover::before {
    width: 50%;
}

.footer-links a:hover::after {
    width: 50%;
}

.footer-links a:hover {
    color: #fff;
}

.footer-links a.active {
    color: #0a9e8c;
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 40px 20px;
    font-size: 18px;
    color: #8899aa;
    border-top: 1px solid rgba(255, 255, 255, .08);
    margin-top: 0;
    position: relative;
    z-index: 1;
    background-color: #19272B;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}

.footer-bottom-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.envato-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #2a3a4a;
    border-radius: 4px;
    padding: 4px 10px;
    font-size: 11px;
    color: #aaa;
}

.footer-bottom-right {
    display: flex;
    gap: 20px;
}

.footer-bottom-right a {
    color: #556;
    text-decoration: none;
}

.footer-bottom-right a:hover {
    color: #aaa;
}

.footer-brand {
    color: #fff;
    font-weight: 600;
}

.footer-col-links-wrapper .footer-col-half {
    background-color: transparent !important;
}

.linkh {
    margin-left: 0;
}

.btn-subscribe svg {
    display: none;
}

.linkh {
    margin-left: 40px;
}

.logofooter {
    margin-top: 40px;
}

.scroll-top {
    position: fixed;
    right: 25px;
    bottom: 25px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #19272B;
    border: 1.5px solid #E1F2F2;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    z-index: 9999;
}

.scroll-top.show {
    opacity: 1;
    visibility: visible;
}

.scroll-top:hover {
    background: #fff;
    color: #19272B;
    transform: scale(1.1);
}

.scroll-top i {
    display: inline-block;
    animation: arrowMove 1.2s infinite ease-in-out;
}

@keyframes arrowMove {
    0% {
        transform: translateY(2px);
        opacity: 0.7;
    }

    50% {
        transform: translateY(-4px);
        opacity: 1;
    }

    100% {
        transform: translateY(2px);
        opacity: 0.7;
    }
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 40px 20px;
    font-size: 13px;
    color: #8899aa;
    border-top: 1px solid rgba(255, 255, 255, .08);
    margin-top: 0;
    position: relative;
    z-index: 1;
    background-color: #19272B;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}

.footer-social {
    display: flex;
    gap: 12px;
}

.footer-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    font-size: 13px;
    border-radius: 50%;
    background-color: #85979B;
    color: #223035;
    text-decoration: none;
    transition: all 0.3s ease;

}

.footer-social a:hover {
    background-color: #fff;
    color: #223035;
    transform: translateY(-2px);
}

.footer-bottom-right {
    display: flex;
    gap: 30px;
}

.footer-bottom-right a {
    color: #8899aa;
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 13px;
}

.footer-bottom-right a:hover {
    color: #fff;
}

.footer-brand {
    color: #fff;
    font-weight: 600;
}


@media (max-width: 1200px) {
    .hero h1 {
        font-size: 60px;
    }

    .info-card h3 {
        font-size: 28px;
    }

    .info-card p {
        font-size: 18px;
    }

    .info-card {
        padding: 35px 25px;
    }

    .contact-left h2 {
        font-size: 36px;
    }

    .contact-left h2 em {
        font-size: 36px;
    }

    .subscribe-banner h2 {
        font-size: 36px;
    }
}

@media (max-width: 992px) {

    .topbar {
        padding: 8px 20px;
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }

    .topbar-left {
        flex-wrap: wrap;
        justify-content: center;
        gap: 18px;
    }

    .topbar-right {
        justify-content: center;
    }

    nav {
        padding: 0 20px;
        height: auto;
        flex-wrap: wrap;
        min-height: 72px;
    }

    .logo {
        gap: 20px;
    }

    .logo::after {
        display: none;
    }

    .nav-links {
        gap: 20px;
        flex-wrap: wrap;
    }

    .nav-links::after {
        display: none;
    }

    .nav-right {
        gap: 20px;
    }


    .nav-phone {
        margin-right: 20px;
    }

    .nav-phone strong {
        font-size: 13px;
    }

    .nav-phone small {
        font-size: 10px;
    }

    .hero {
        height: 250px;
    }

    .hero h1 {
        font-size: 50px;
    }

    .info-section {
        grid-template-columns: 1fr;
    }

    .info-card {
        border-right: none;
        border-bottom: 1px solid #eee;
        padding: 30px 20px;
    }

    .info-card:last-child {
        border-bottom: none;
    }

    .info-icon {
        width: 55px;
        height: 55px;
    }

    .info-icon svg {
        width: 45px;
        height: 50px;
    }

    .info-icon i {
        font-size: 50px;
    }

    .info-card h3 {
        font-size: 24px;
    }

    .info-card p {
        font-size: 16px;
    }

    .contact-section {
        grid-template-columns: 1fr;
        padding: 50px 0;
        gap: 40px;
    }

    .contact-left {
        padding-left: 20px;
        padding-right: 20px;
    }

    .contact-right {
        padding-right: 20px;
        padding-left: 20px;
    }

    .contact-left h2 {
        font-size: 32px;
    }

    .contact-left h2 em {
        font-size: 32px;
    }

    .contact-left p {
        font-size: 16px;
    }

    .subscribe-banner {
        padding: 50px 20px;
    }

    .subscribe-banner h2 {
        font-size: 30px;
    }

    .subscribe-form {
        max-width: 100%;
        margin: 0 20px;
    }

    footer {
        padding: 50px 20px 0;
    }

    .footer-top {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .footer-col:first-child {
        margin: 0;
        padding: 25px;
    }

    .newsletter-col {
        padding: 0;
        margin-left: 0;
    }

    .newsletter-col h4,
    .footer-col-half h4 {
        font-size: 22px;
    }



    .newsletter-text {
        font-size: 16px;
    }

    .newsletter-form {
        max-width: 100%;
    }

    .footer-col-links-wrapper {
        max-width: 100%;
        gap: 30px;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 20px;
        text-align: center;
        padding: 20px;
        width: 100%;
        margin-left: 0;
    }

    .footer-social {
        justify-content: center;
    }

    .footer-bottom-right {
        justify-content: center;
        gap: 20px;
    }

    .linkh {
        margin-left: 0;
    }

    .logofooter {
        margin-top: 0;
    }
}

@media (max-width: 768px) {
    .header-bg {
        height: 500px;
        width: 100%;
    }

    nav {
        padding: 0 15px;
    }

    .logo {
        gap: 15px;
    }

    .header-logo {
        max-height: 30px;
    }

    .nav-links {
        display: none;
    }

    .nav-right {
        gap: 15px;
    }

    .nav-phone {
        margin-right: 10px;
    }

    .nav-phone-icon {
        width: 32px;
        height: 32px;
    }

    .nav-phone small {
        display: none;
    }

    .nav-phone strong {
        font-size: 12px;
    }

    .nav-grid-icon {
        padding: 4px;
    }

    .hero {
        height: 200px;
    }

    .hero h1 {
        font-size: 36px;
    }

    .info-card {
        flex-direction: column;
        text-align: center;
        align-items: center;
        gap: 15px;
    }

    .info-card h3 {
        font-size: 22px;
    }

    .info-card p {
        font-size: 15px;
    }

    .form-row {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .btn-send {
        width: 100%;
        justify-content: center;
    }

    .subscribe-banner h2 {
        font-size: 26px;
    }

    .subscribe-form {
        flex-direction: column;
        border-bottom: none;
        gap: 15px;
    }

    .subscribe-form input {
        width: 100%;
        border-bottom: 1px solid #aaa;
        padding: 10px 0;
        text-align: center;
    }

    .side-popup {
        width: 320px;
        padding: 30px 20px;
    }

    .popup-content h2 {
        font-size: 24px;
    }

    .popup-content h3 {
        font-size: 20px;
    }

    .popup-content p {
        font-size: 16px;
    }

    .social a {
        width: 38px;
        height: 38px;
    }

    .footer-col:first-child p {
        font-size: 16px;
    }

    .footer-contact-label,
    .footer-address-label {
        font-size: 18px;
    }

    .footer-contact-item {
        font-size: 14px;
    }

    .footer-address-item {
        font-size: 14px;
    }

    .footer-col-links-wrapper {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .footer-links li {
        display: block;
        text-align: center;
    }

    .footer-links a {
        font-size: 14px;
    }

    .footer-bottom {
        padding: 20px 15px;
    }

    .footer-social {
        gap: 10px;
    }

    .footer-social a {
        width: 32px;
        height: 32px;
        font-size: 14px;
    }

    .footer-bottom-right {
        flex-direction: column;
        gap: 10px;
    }

    .scroll-top {
        bottom: 20px;
        right: 20px;
        width: 35px;
        height: 35px;
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .topbar {
        padding: 6px 12px;
    }

    .topbar-left {
        gap: 12px;
    }

    .topbar-left span {
        font-size: 11px;
    }

    .topbar-left i {
        font-size: 12px;
    }

    .topbar-right a {
        font-size: 12px;
    }

    .header-bg {
        height: 400px;
    }

    .hero {
        height: 180px;
    }

    .hero h1 {
        font-size: 28px;
    }

    .info-card {
        padding: 20px 15px;
    }

    .info-card h3 {
        font-size: 20px;
    }

    .info-card p {
        font-size: 14px;
    }

    .contact-left h2 {
        font-size: 28px;
    }

    .contact-left h2 em {
        font-size: 28px;
    }

    .contact-left p {
        font-size: 14px;
    }

    .contact-tag {
        font-size: 11px;
    }

    .form-group label {
        font-size: 10px;
    }

    .form-group input,
    .form-group textarea {
        font-size: 13px;
    }

    .subscribe-banner {
        padding: 40px 15px;
    }

    .subscribe-banner h2 {
        font-size: 22px;
    }

    .subscribe-icon {
        font-size: 32px;
    }

    .btn-submit {
        font-size: 13px;
    }

    footer {
        padding: 40px 15px 0;
    }

    .footer-col:first-child {
        padding: 20px;
    }

    .footer-col:first-child p {
        font-size: 14px;
    }

    .footer-contact-label,
    .footer-address-label {
        font-size: 16px;
    }

    .footer-contact-item {
        font-size: 13px;
        flex-wrap: wrap;
    }

    .newsletter-col h4,
    .footer-col-half h4 {
        font-size: 20px;
        text-align: center;
    }

    .newsletter-text {
        font-size: 14px;
        text-align: center;
    }

    .newsletter-form {
        flex-direction: column;
        border-bottom: none;
        gap: 15px;
        align-items: stretch;
    }

    .newsletter-form input {
        border-bottom: 1px solid #3a4a5a;
        padding-bottom: 10px;
        text-align: center;
    }

    .btn-subscribe {
        justify-content: center;
    }

    .footer-bottom span {
        font-size: 11px;
    }

    .footer-brand {
        font-size: 12px;
    }

    .footer-bottom-right a {
        font-size: 11px;
    }

    .side-popup {
        width: 280px;
    }

    .close-btn {
        top: 10px;
        right: 15px;
    }

    .close-btn i {
        font-size: 24px;
    }
}

@media (max-width: 992px) {
    .dropdown-card {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: scaleY(1);
        display: none;
        background: rgba(25, 39, 43, 0.95);
        margin-top: 10px;
        border-radius: 10px;
    }

    .menu-item:hover .dropdown-card {
        display: flex;
    }

    .dropdown-card a {
        color: #fff;
    }

    .dropdown-card a::after {
        background: #fff;
    }

    .dropdown-card a:hover {
        padding-left: 28px;
        color: #fff;
    }
}

@media (max-width: 992px) {
    .footer-bottom {
        width: 100%;
        margin-left: 0;
    }
}

img {
    max-width: 100%;
    height: auto;
}

.container-fluid {
    overflow-x: hidden;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

[class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
}

html,
body {
    overflow-x: hidden;
    width: 100%;
    position: relative;
}

.header-bg {
    position: relative;
    background-image: url('images/team-img.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #E1F2F2;
    background-blend-mode: multiply;
    height: 600px;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    background-size: 150%
}

footer {
    overflow-x: hidden;
}

.footer-top {
    overflow-x: hidden;
}

.info-section {
    overflow-x: hidden;
}

.contact-section {
    overflow-x: hidden;
}

.subscribe-banner {
    overflow-x: hidden;
}

@media (max-width: 992px) {
    .header-bg {
        width: 100%;
        height: auto;
        min-height: 500px;
    }

    .footer-bottom {
        padding: 25px 20px;
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .header-bg {
        min-height: 400px;
    }

    .footer-bottom {
        padding: 20px 15px;
    }
}

/*service1-page*/


*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'DM Sans', sans-serif;
    color: #222;
    background: #fff;
    font-size: 15px;
}

a {
    text-decoration: none;
    color: inherit;
}

.header-bg {
    position: relative;
    background-image: url('../images/team-img.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: rgba(0, 0, 0, 0.4);
    background-blend-mode: multiply;
    height: 600px;
    width: 1600px;
}

.header-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 0;
}

.header-bg>* {
    position: relative;
    z-index: 1;
}

.topbar {
    background: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 8px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
    font-family: 'Heebo', sans-serif;
    color: #ffffff;
}

.topbar-left {
    display: flex;
    gap: 28px;
    align-items: center;
}

.topbar-left span {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #e9e9e9;
    transition: color .3s;
    cursor: pointer;
}

.topbar-left img {
    filter: brightness(0) invert(1) opacity(0.88);
}

.nav1 {
    position: relative;
    z-index: 100;
}

.topbar-left span:hover {
    color: #fff;
}

.topbar-left i {
    font-size: 14px;
    opacity: .7;
}

.topbar-right {
    display: flex;
    gap: 14px;
}

.topbar-right a {
    border: none;
    background: none;
    width: auto;
    height: auto;
    color: #fff;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: color .3s, transform .3s;
}

.topbar-right a:hover {
    color: #888;
    transform: scale(1.2);
}

nav {
    background: #fff;
    padding: 0 60px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    height: 72px;
    position: sticky;
    top: 0;
    z-index: 100;
}


.header-logo {
    max-height: 35px;
    width: auto;
}

.logo {
    display: flex;
    align-items: center;
    gap: 50px;
    position: relative;
}

.logo::after {
    content: "";
    width: 1px;
    height: 100%;
    background: #fff;
    margin-left: 10px;
}

.nav-links {
    display: flex;
    gap: 36px;
    list-style: none;
    position: relative;
    align-items: center;
    height: 100%;
}

.nav-links::after {
    content: "";
    width: 1px;
    height: 100%;
    background: #fff;
    margin-left: 15px;
}

.nav-links a {
    font-size: 15px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    color: #fff;
    padding-bottom: 4px;
    transition: color .3s;
}

.nav-links a:hover,
.nav-links a.active {
    color: #e5e5e5;
    border-bottom: 2px solid #888;
}

.nav-right {
    display: flex;
    align-items: center;
    gap: 35px;
    position: relative;
}



.nav-phone {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: #fff;
    margin-right: 40px;
}

.nav-phone strong {
    display: block;
    font-size: 15px;
    font-weight: 600;
}

.nav-phone small {
    font-size: 11px;
    color: #ccc;
}

.nav-phone-icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.nav-grid-icon {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4px;
    cursor: pointer;
    padding: 6px;
    transition: transform .5s;
}

.nav-grid-icon span {
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 50%;
    display: block;
    transition: background .3s;
}

.nav-grid-icon:hover span {
    background: #888;
}

.nav-grid-icon:hover {
    transform: rotate(180deg);
}


.side-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 9998;
}

.side-popup {
    position: fixed;
    top: 0;
    right: -500px;
    width: 420px;
    height: 100vh;
    background: white;
    color: black;
    padding: 50px 30px;
    transition: 0.4s ease;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.side-popup.active {
    right: 0;
}

.side-overlay.active {
    opacity: 1;
    visibility: visible;
}


.popup-content {
    text-align: center;
    font-family: 'DM Sans', sans-serif;
}

.popup-content h2 {
    font-size: 28px;
    margin-bottom: 10px;
}

.popup-content h3 {
    font-size: 25px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.popup-content p {
    font-size: 18px;
    margin: 8px 0;
}

.info p {
    transition: 0.3s;
    cursor: pointer;
}

.info p:hover {
    color: #0d6efd;
}

.social {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 15px;
}

.social a {
    width: 45px;
    height: 45px;
    background: black;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    border: 2px solid black;
}

.close-btn {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 30px;
    cursor: pointer;
    padding-right: 30px;
    padding-top: 20px;
}

.close-btn i {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 30px;
    transition: 0.3s;
}

.icon-minus {
    opacity: 0;
}

.close-btn:hover .icon-x {
    opacity: 0;
}

.close-btn:hover .icon-minus {
    opacity: 1;
}


.social a:hover {
    background: white;
    color: black;
    border: 2px solid black;
}

.highlight {
    color: gray;
}


.menu-item {
    position: relative;
}

.dropdown-card {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: -5px;
    background-color: #fbfbfb;
    min-width: 225px;
    padding: 18px 0;
    display: flex;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transform: scaleY(0);
    transform-origin: top;
    transition: all 300ms linear;
    box-shadow: 0 15px 30px -5px rgba(0, 0, 0, .7);
    border-radius: 7px;
    z-index: 99;
}

.menu-item:hover .dropdown-card,
.dropdown-card:hover {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
}

.menu-item {
    position: relative;
}

.menu-item::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 12px;
}

.dropdown-card a {
    font-size: 14px;
    color: #000;
    padding: 8px 20px;
    text-decoration: none !important;
    display: flex;
    align-items: center;
    position: relative;
    transition: 0.3s;
}

.dropdown-card a,
.dropdown-card li {
    border-bottom: none !important;
}

.dropdown-card a::after {
    content: "";
    position: absolute;
    left: 10px;
    width: 0%;
    height: 1px;
    background: #000;
    transition: 0.6s ease;
}

.dropdown-card a:hover::after {
    width: 15px;
}

.dropdown-card a:hover {
    padding-left: 28px;
}

.hero {
    position: relative;
    height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero h1 {
    font-family: 'DM Sans', sans-serif;
    font-size: 80px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 1px;
    text-align: center;
}


.services-section {
    padding: 0 15px;
    margin: 0 auto 127px;
    width: 1390px;
    margin-top: 100px;
}

.section-heading {
    text-align: center;
    margin-bottom: 50px;
}

.subtitle-badge {
    background: #E1F2F2;
    display: inline-block;
    padding: 5px 8px;
    font-size: 12px;
    letter-spacing: 1.44px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Heebo', sans-serif;
    margin-bottom: 19px;
}

.section-heading {
    font-size: 48px;
    font-weight: 700;
    color: #223035;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.2;
}

.section-heading h2 span {
    font-family: 'DM Serif Text', serif;
    font-style: italic;
    font-weight: 400;
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 40px;
}

.service-card {
    background: #fff;
    border: 0.6px solid #cdcccc;
    border-radius: 0;
    transition: all 0.4s ease;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);

}

.service-card {
    position: relative;
    overflow: hidden;
}

.service-card .hover-content {
    position: absolute;
    inset: 0;
    z-index: 5;

    padding: 30px 25px;

    display: flex;
    flex-direction: column;
    justify-content: center;

    opacity: 0;
    visibility: hidden;
    transition: 0.6s ease;
}

.hover-content::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background-image: var(--card-bg);
    background-size: cover;
    background-position: center;
    clip-path: polygon(100% 0, 100% 0, 100% 0, 100% 0);
    transition: clip-path 0.6s ease;
}

.hover-content::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: rgba(22, 35, 40, 0.87);
    clip-path: polygon(100% 0, 100% 0, 100% 0, 100% 0);
    transition: clip-path 0.6s ease;
}

.service-card:hover .hover-content::before,
.service-card:hover .hover-content::after {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.service-card:hover .corner-img {
    opacity: 0;
    pointer-events: none;
}

.service-card:hover .hover-content {
    opacity: 1;
    visibility: visible;
}


.card-inner {
    position: relative;
    overflow: hidden;
    background: #fff;
    padding: 40px 25px 45px;
    min-height: 460px;

    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    z-index: 0;

}

.card-inner1 {
    position: relative;
    overflow: hidden;
    background: rgba(0, 0, 0, 0);
    padding: 40px 25px 45px;
    min-height: 460px;

    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    z-index: 0;

}


.card-inner img[alt="main-img"] {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 180px;
    height: 180px;
    object-fit: cover;
    border-radius: 0 0 0 180px;
    transition: 0.6s ease;
    padding: 30px;

    z-index: 10;
}

.card-inner1 img[alt="main-img"] {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 180px;
    height: 180px;
    object-fit: cover;
    border-radius: 0 0 0 180px;
    transition: 0.6s ease;
    padding: 30px;

    z-index: 10;
}

.hover-content img[alt="main-img"] {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 180px;
    height: 180px;
    object-fit: cover;
    border-radius: 0 0 0 180px;
    transition: 0.6s ease;
    padding: 30px;
    z-index: 10;
}




.service-icon {
    margin-bottom: 18px;
    margin-top: 80px;
}

.service-icon img {
    width: 221px;
    height: auto;
}

.service-title {
    font-size: 22px;
    font-weight: 700;
    font-family: 'DM Sans', sans-serif;
    margin-bottom: 15px;
}

.service-title a {
    color: #223035;
}

.service-excerpt {
    color: #5f6c72;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 0;
}


.hover-content .service-icon {
    filter: brightness(0) invert(1);
}

.hover-content .service-title a {
    color: #fff;
}

.hover-content .service-excerpt {
    color: #d1e0e5;
}

.btn-details {
    margin-top: 20px;
    display: inline-flex;
    align-items: center;
    gap: 8px;

    background: transparent;
    color: #fff;
    width: 140px;
    font-weight: 500;
    font-size: 14px;
    font-family: 'DM Sans', sans-serif;

    border: 1px solid #fff;
    padding: 8px 16px;
    border-radius: 25px;
    cursor: pointer;
    text-decoration: none;
}


body.service-page .btn-details,
body.service-page .btn-details:hover {
    color: #ffffff !important;
    background: transparent !important;
    border: 1px solid #ffffff !important;
}

body.service-page .btn-details i,
body.service-page .btn-details:hover i {
    color: #ffffff !important;
}

.btn-details i {
    color: #fff !important;
    font-size: 16px;
    display: inline-flex;
    transition: rotate 0.3s ease;
}

.btn-details:hover i {
    color: #000 !important;
    rotate: 360deg;
}

.btn-details {
    transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease;
}

.btn-details:hover {
    background: #fff;
    color: #000;
    transform: scale(1.08);
}

.btn-details:hover i {
    color: #000 !important;
    transform: rotate(360deg);
}

.service-title a {
    text-decoration: none;
    position: relative;
}

.service-title a::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1.5px;
    background: white;
    transition: width 0.3s ease;
}

.service-title a:hover::after {
    width: 100%;
}

.service-card:hover .btn-details i {
    transform: translateX(5px);
}

.pagination-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 60px;
    padding-bottom: 20px;
}

.page-btn {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: transparent;
    color: #223035;
    font-size: 15px;
    font-weight: 500;
    font-family: 'DM Sans', sans-serif;
    cursor: pointer;
    border-radius: 0;
    text-decoration: none;
    transition: background 0.25s ease, color 0.25s ease, border-radius 0.25s ease;
    user-select: none;
}

.page-btn:hover {
    background: #223035;
    color: #fff;
    border-radius: 50px;
}

.page-btn.active {
    background: #223035;
    color: #fff;
    border-radius: 50px;
    pointer-events: none;
}

.page-btn.disabled {
    display: none;
}

.service-card {
    display: none;
}

.service-card.visible {
    display: block;
}

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,400;9..40,500;9..40,600&family=DM+Serif+Text:ital@0;1&display=swap');

.subscribe-banner {
    background-color: #E1F2F2;
    background-image: url("images/world-img.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: rgba(0, 0, 0, 0.4);
    ;
    padding: 80px 40px;
    text-align: center;
    position: relative;
    height: 500px;

}

.spinner {
    width: 35px;
    height: 35px;
    border: 3px solid #ccc;
    border-top: 3px solid #000;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.subscribe-banner h2 {
    font-family: 'DM Sans', sans-serif;
    font-size: 42px;
    font-weight: 400;
    color: #111;
    line-height: 1.3;
    margin-bottom: 36px;
}

.subscribe-banner h2 em {
    font-family: 'DM Serif Text', serif;
    font-style: italic;
    font-weight: 400;
}

.subscribe-form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #aaa;
    max-width: 500px;
    margin: 0 auto;
    padding-bottom: 6px;
}

.subscribe-form input {
    flex: 1;
    border: none;
    background: transparent;
    font-size: 14px;
    color: #555;
    font-family: 'DM Sans', sans-serif;
    outline: none;
    padding: 6px 0;
}

.subscribe-form input::placeholder {
    color: #999;
}

.btn-submit {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: none;
    border: none;
    font-size: 14px;
    font-weight: 500;
    color: #111;
    cursor: pointer;
    font-family: 'DM Sans', sans-serif;
    padding: 0;
}

.btn-submit i {
    font-size: 16px;
}

.subscribe-icon {
    font-size: 40px;
    margin-bottom: 20px;
}

.btn-submit i {
    font-size: 16px;
    display: inline-block;
    transition: transform 0.3s ease;
}

.btn-submit:hover i {
    transform: scale(1.3) translateY(-2px);
}

.subscribe-form input {
    color: #000;
}

.subscribe-form {
    position: relative;
}

#subscribeLoader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background: rgba(225, 242, 242, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
}

#subscribeLoader.active {
    opacity: 1;
    visibility: visible;
}

.subscribe-form input:focus {
    color: #000;
}

.subscribe-msg {
    position: absolute;
    bottom: -22px;
    left: 0;
    font-size: 12px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'DM Sans', sans-serif;
    background: #f5f5f5;
}

footer {
    margin: 0;
    padding: 0;
}

footer::before {
    display: none;
}

.footer-top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
}

.footer-left {
    background: #223035;
    padding: 80px 60px;
    width: 500px;
}

.footer-logo {
    filter: brightness(0) saturate(100%);
    width: 100px;
    height: 40px;
}

.footer-right {
    background-image: linear-gradient(rgba(24, 40, 46, 0.95), rgba(24, 40, 46, 0.95)),
        url('images/footerbg.jpg');

    padding: 80px 60px;
    width: 1000px;

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

    display: flex;
    justify-content: center;
}

.footer-bottom-right a:first-child {
    position: relative;
    padding-right: 15px;
    margin-right: 15px;
}

.footer-bottom-right a:first-child::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.7px;
    height: 30px;
    background: #a3a2a2;
}

.footer-top {
    display: flex !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.footer-left {
    width: 40% !important;
    flex-shrink: 0 !important;
    padding: 80px 50px !important;
}

.footer-right {
    width: 65% !important;
    flex-shrink: 0 !important;
    padding: 80px 60px !important;
}

footer {
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden !important;
}

.footer-bottom {
    width: 100% !important;
    margin-left: 0 !important;
    padding: 25px 40px !important;
}

.footer-right .footer-col {
    margin-left: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
}

.footer-address-item img {
    filter: brightness(0) invert(1);
}

.footer-bottom-hr a {
    position: relative;
    color: #8899aa;
    text-decoration: none;
    padding-bottom: 4px;
    display: inline-block;
}

.footer-bottom-hr a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 1px;
    background: #fff;
    transition: width 0.3s ease;
}

.footer-bottom-hr a:hover::before {
    width: 90%;
}

.footer-right .footer-col {
    width: 100%;
    max-width: 600px;
    margin-left: 80px;
}

.footer-col:first-child {
    margin: 0 !important;
    padding: 0;
}

.newsletter-col {
    position: relative;
    padding: 30px 40px 30px 30px;
}

.logo img {
    max-width: 180px;
    height: auto;
}

.logomargin {
    margin-top: 25px;
}

.logofooter {
    margin-top: 40px;
}

@media (max-width: 992px) {
    .footer-top {
        grid-template-columns: 1fr;
    }

    .footer-left,
    .footer-right {
        padding: 50px 25px;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
}

.footer-col:first-child p {
    font-size: 18px;
    line-height: 1.8;
    color: #fff;
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    margin-bottom: 24px;
}

.footer-contact-label,
.footer-address-label {
    font-size: 20px;
    font-weight: 600;
    color: #85979b;
    margin-bottom: 12px;
    font-family: 'Heebo', sans-serif;
}


.footer-contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    color: #fff;
    margin-bottom: 8px;
    font-family: 'Heebo', sans-serif;
}

.footer-contact-item i,
.footer-address-item i {
    font-size: 15px;
    color: #fff;
}

.footer-contact-item p {
    margin: 0;
    color: #fff;
}


.footer-address-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 15px;
    color: #fff;
    font-family: 'Heebo', sans-serif;
}

.newsletter-col h4,
.footer-col-half h4 {
    font-size: 25px;
    font-weight: 600;
    color: #aec5cd;
    margin-bottom: 20px;
    font-family: 'DM Sans', sans-serif;
}

.newsletter-text {
    font-size: 18px;
    color: #fff;
    line-height: 1.7;
    margin-bottom: 20px;
    font-family: 'DM Sans', sans-serif;
}

.newsletter-form {
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #3a4a5a;
    padding-bottom: 8px;
    margin-bottom: 0;
    max-width: 400px;
}

.newsletter-form input {
    flex: 1;
    background: transparent;
    border: none;
    font-size: 15px;
    color: #fff;
    font-family: 'DM Sans', sans-serif;
    outline: none;
}

.newsletter-form input::placeholder {
    color: #8899aa;
}

.btn-subscribe {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #2a3a4a;
    border: 1px solid #3a4a5a;
    border-radius: 20px;
    padding: 8px 16px;
    font-size: 12px;
    font-weight: 500;
    color: #ccc;
    cursor: pointer;
    font-family: 'DM Sans', sans-serif;
    white-space: nowrap;
    transition: all 0.3s ease;
}

.btn-subscribe i {
    font-size: 12px;
    transition: transform 0.3s ease;
}

.btn-subscribe:hover i {
    transform: scale(1.3);
}

.footer-col-links-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-top: 40px;
    max-width: 500px;
}

.footer-links {
    list-style: none;
}

.footer-links li {
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
    width: auto;
}


.footer-links a {
    font-size: 15px;
    color: #fff;
    transition: color .2s;
    text-decoration: none;
    font-family: 'DM Sans', sans-serif;
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
}

.footer-links a::before,
.footer-links a::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #fff;
    transition: width 0.3s ease;
}

.footer-links a::before {
    left: 50%;
}

.footer-links a::after {
    right: 50%;
}

.footer-links a:hover::before {
    width: 50%;
}

.footer-links a:hover::after {
    width: 50%;
}

.footer-links a:hover {
    color: #fff;
}

.footer-links a.active {
    color: #0a9e8c;
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 40px 20px;
    font-size: 18px;
    color: #8899aa;
    border-top: 1px solid rgba(255, 255, 255, .08);
    margin-top: 0;
    position: relative;
    z-index: 1;
    background-color: #19272B;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}

.footer-bottom-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.envato-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #2a3a4a;
    border-radius: 4px;
    padding: 4px 10px;
    font-size: 11px;
    color: #aaa;
}

.footer-bottom-right {
    display: flex;
    gap: 20px;
}

.footer-bottom-right a {
    color: #556;
    text-decoration: none;
}

.footer-bottom-right a:hover {
    color: #aaa;
}

.footer-brand {
    color: #fff;
    font-weight: 600;
}

.footer-col-links-wrapper .footer-col-half {
    background-color: transparent !important;
}

.linkh {
    margin-left: 0;
}

.btn-subscribe svg {
    display: none;
}

.linkh {
    margin-left: 40px;
}

.logofooter {
    margin-top: 40px;
}

.scroll-top {
    position: fixed;
    right: 25px;
    bottom: 25px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #19272B;
    border: 1.5px solid #E1F2F2;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    z-index: 9999;
}

.scroll-top.show {
    opacity: 1;
    visibility: visible;
}

.scroll-top:hover {
    background: #fff;
    color: #19272B;
    transform: scale(1.1);
}

.scroll-top i {
    display: inline-block;
    animation: arrowMove 1.2s infinite ease-in-out;
}

@keyframes arrowMove {
    0% {
        transform: translateY(2px);
        opacity: 0.7;
    }

    50% {
        transform: translateY(-4px);
        opacity: 1;
    }

    100% {
        transform: translateY(2px);
        opacity: 0.7;
    }
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 40px 20px;
    font-size: 13px;
    color: #8899aa;
    border-top: 1px solid rgba(255, 255, 255, .08);
    margin-top: 0;
    position: relative;
    z-index: 1;
    background-color: #19272B;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}

.footer-social {
    display: flex;
    gap: 12px;
}

.footer-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    font-size: 13px;
    border-radius: 50%;
    background-color: #85979B;
    color: #223035;
    text-decoration: none;
    transition: all 0.3s ease;

}

.footer-social a:hover {
    background-color: #fff;
    color: #223035;
    transform: translateY(-2px);
}

.footer-bottom-right {
    display: flex;
    gap: 30px;
}

.footer-bottom-right a {
    color: #8899aa;
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 13px;
}

.footer-bottom-right a:hover {
    color: #fff;
}

.footer-brand {
    color: #fff;
    font-weight: 600;
}

body.service-page .services-section {
    padding: 0 15px;
    margin: 0 auto 127px;
    width: 1390px;
    margin-top: 100px;
}

body.service-page .section-heading {
    text-align: center;
    margin-bottom: 50px;
}

body.service-page .subtitle-badge {
    background: #E1F2F2;
    display: inline-block;
    padding: 5px 8px;
    font-size: 12px;
    letter-spacing: 1.44px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Heebo', sans-serif;
    margin-bottom: 19px;
}

body.service-page .section-heading {
    font-size: 48px;
    font-weight: 700;
    color: #223035;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.2;
}

body.service-page .service-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 40px;
}

body.service-page .service-card {
  background-size: cover;
  background-position: center;
    border: 0.6px solid #cdcccc;
    border-radius: 0;
    transition: all 0.4s ease;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    overflow: hidden;
}

body.service-page .service-card .hover-content {
    position: absolute;
    inset: 0;
    z-index: 5;
    padding: 30px 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.6s ease;
}

body.service-page .service-card:hover .hover-content {
    opacity: 1;
    visibility: visible;
}


body.service-page .card-inner {
    position: relative;
    overflow: hidden;
    background: #fff;
    padding: 40px 25px 45px;
    min-height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    z-index: 0;
}

body.service-page .card-inner1 {
    position: relative;
    overflow: hidden;
    background: rgba(0, 0, 0, 0);
    padding: 40px 25px 45px;
    min-height: 530px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    z-index: 0;
}
body.service-page .card-inner2 {
    position: relative;
    overflow: hidden;
    background-color: #fff;
    padding: 40px 25px 45px;
    min-height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    z-index: -1;
}

body.service-page .service-icon {
    margin-bottom: 18px;
    margin-top: 18px;
}

body.service-page .service-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}

body.service-page .service-excerpt {
    color: #5f6c72;
    font-size: 15px;
    line-height: 1.5;
}

body.service-page .btn-details {
    margin-top: 20px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    color: #fff;
    width: 140px;
    font-weight: 500;
    font-size: 14px;
    border: 1px solid #fff;
    padding: 8px 16px;
    border-radius: 25px;
    cursor: pointer;
    text-decoration: none;
}

body.service-page .pagination-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 60px;
    padding-bottom: 20px;
}

body.service-page .page-btn {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: transparent;
    color: #223035;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.25s ease, color 0.25s ease, border-radius 0.25s ease;
}

body.service-page .page-btn:hover,
body.service-page .page-btn.active {
    background: #223035;
    color: #fff;
    border-radius: 50px;
}

.home .service-scroll-container,
.home .service-track,
.home .service-track .service-card,
body:not(.service-page) .service-scroll-container,
body:not(.service-page) .service-track,
body:not(.service-page) .service-track .service-card {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.home .service-track .service-card,
body:not(.service-page) .service-track .service-card {
    flex: 0 0 440px !important;
    min-width: 420px !important;
    padding: 55px 40px !important;
    border-radius: 15px !important;
    background: rgba(255, 255, 255, 0.03) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    color: #dcdcdc !important;
    min-height: 400px !important;
    margin-top: 50px !important;
    position: relative !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: flex !important;
    flex-direction: column !important;
}


.home .service-track .service-card .hover-content,
body:not(.service-page) .service-track .service-card .hover-content {
    display: none !important;
}

.home .service-track,
body:not(.service-page) .service-track {
    display: flex !important;
    gap: 30px !important;
    width: fit-content !important;
    padding: 20px 5px !important;
}


.home .service-scroll-container,
body:not(.service-page) .service-scroll-container {
    overflow-x: auto !important;
    overflow-y: hidden !important;
    position: relative !important;
    scroll-behavior: smooth !important;
    cursor: grab !important;
    margin: 20px 0 !important;
    display: block !important;
    width: 100% !important;
}

.home .service-scroll-container::-webkit-scrollbar,
body:not(.service-page) .service-scroll-container::-webkit-scrollbar {
    display: none !important;
}

.home .service-scroll-container,
body:not(.service-page) .service-scroll-container {
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
}

.home .service-track .service-card:hover,
body:not(.service-page) .service-track .service-card:hover {
    background-color: #E1F2F2 !important;
    transform: translateY(-8px);
}

.home .service-track .service-card:hover h4,
.home .service-track .service-card:hover p,
.home .service-track .service-card:hover .icon,
.home .service-track .service-card:hover .arrow,
body:not(.service-page) .service-track .service-card:hover h4,
body:not(.service-page) .service-track .service-card:hover p,
body:not(.service-page) .service-track .service-card:hover .icon,
body:not(.service-page) .service-track .service-card:hover .arrow {
    color: #000000 !important;
}

.home .service-track .service-card:hover .arrow,
body:not(.service-page) .service-track .service-card:hover .arrow {
    transform: translate(5px, -5px);
}

@media (max-width: 1200px) {
    .hero h1 {
        font-size: 60px;
    }

    .info-card h3 {
        font-size: 28px;
    }

    .info-card p {
        font-size: 18px;
    }

    .info-card {
        padding: 35px 25px;
    }

    .contact-left h2 {
        font-size: 36px;
    }

    .contact-left h2 em {
        font-size: 36px;
    }

    .subscribe-banner h2 {
        font-size: 36px;
    }
}

.error-msg {
    font-size: 11px;
    color: #ff0000;
    margin-top: 5px;
    font-family: 'DM Sans', sans-serif;
    display: block;
}


@media (max-width: 1400px) {
    .services-section {
        width: 95%;
    }

    .header-bg {
        width: 100%;
    }

    .footer-left {
        width: 100%;
    }

    .footer-right {
        width: 100%;
    }
}

@media (max-width: 1200px) {

    nav {
        padding: 0 30px;
    }

    .nav-links {
        gap: 20px;
    }

    .hero h1 {
        font-size: 55px;
    }

    .service-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .services-section {
        width: 100%;
        padding: 0 20px;
    }

    .footer-top {
        grid-template-columns: 1fr;
    }

    .footer-left,
    .footer-right {
        padding: 50px 30px;
    }
}

@media (max-width: 992px) {

    .topbar {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    .topbar-left {
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }

    .nav-links {
        display: none;
    }

    .hero h1 {
        font-size: 45px;
    }

    .service-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .card-inner img[alt="main-img"],
    .hover-content img[alt="main-img"] {
        width: 140px;
        height: 140px;
    }

	   .card-inner1 img[alt="main-img"],
    .hover-content img[alt="main-img"] {
        width: 140px;
        height: 140px;
    }
	
    .subscribe-banner h2 {
        font-size: 30px;
    }
}


@media (max-width: 768px) {

    nav {
        flex-direction: column;
        height: auto;
        padding: 15px;
        gap: 10px;
    }

    .nav-right {
        justify-content: center;
    }

    .hero {
        height: 250px;
    }

    .hero h1 {
        font-size: 35px;
    }

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

    .card-inner {
        min-height: 420px;
    }
	
	 .card-inner1 {
        min-height: 420px;
    }

    .subscribe-form {
        flex-direction: column;
        gap: 10px;
        border-bottom: none;
    }

    .subscribe-form input {
        border-bottom: 1px solid #aaa;
        width: 100%;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
}


@media (max-width: 576px) {

    .hero h1 {
        font-size: 28px;
    }

    .service-title {
        font-size: 18px;
    }

    .service-excerpt {
        font-size: 13px;
    }

    .subscribe-banner h2 {
        font-size: 24px;
    }

    .btn-details {
        width: 120px;
        font-size: 12px;
    }

    .footer-bottom-right {
        flex-direction: column;
        gap: 8px;
    }

    .topbar-left span {
        font-size: 11px;
    }
}


html,
body {
    overflow-x: hidden;
    max-width: 100%;
}

.header-bg {
    width: 100% !important;
}

.footer-bottom {
    width: 100% !important;
    margin-left: 0 !important;
}

img,
div,
section {
    max-width: 100%;
}

/*serviceDetail-page*/


*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'DM Sans', sans-serif;
    color: #222;
    background: #fff;
    font-size: 15px;
}

a {
    text-decoration: none;
    color: inherit;
}

.header-bg {
    position: relative;
    background-image: url('../images/team-img.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: rgba(0, 0, 0, 0.4);
    background-blend-mode: multiply;
    height: 600px;

    width: 100%;
    max-width: 1600px;
    margin: 0 auto;

}

.header-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 0;
}

.header-bg>* {
    position: relative;
    z-index: 1;
}

.topbar {
    background: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 8px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
    font-family: 'Heebo', sans-serif;
    color: #ffffff;
}

.topbar-left {
    display: flex;
    gap: 28px;
    align-items: center;
}

.topbar-left span {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #000000;
    transition: color .3s;
    cursor: pointer;
}

.topbar-left img {
    filter: brightness(0) invert(1) opacity(0.88);
}

.nav1 {
    position: relative;
    z-index: 100;
}

.topbar-left span:hover {
    color: #fff;
}

.topbar-left i {
    font-size: 14px;
    opacity: .7;
}

.topbar-right {
    display: flex;
    gap: 14px;
}

.topbar-right a {
    border: none;
    background: none;
    width: auto;
    height: auto;
    color: #000000;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: color .3s, transform .3s;
}

.topbar-right a:hover {
    color: #888;
    transform: scale(1.2);
}

nav {
    background: #fff;
    padding: 0 60px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    height: 72px;
    position: sticky;
    top: 0;
    z-index: 100;
}


.header-logo {
    max-height: 70px;
    width: auto;
}

.logo {
    display: flex;
    align-items: center;
    gap: 0px;
    position: relative;
}

.logo::after {
    content: "";
    width: 1px;
    height: 100%;
    background: #fff;
    margin-left: 0px;
}

.nav-links {
    display: flex;
    gap: 36px;
    list-style: none;
    position: relative;
    align-items: center;
    height: 100%;
}

.nav-links::after {
    content: "";
    width: 1px;
    height: 100%;
    background: #fff;
    margin-left: 15px;
}

.nav-links a {
    font-size: 15px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    color: #000000;
    padding-bottom: 4px;
    transition: color .3s;
}

.nav-links a:hover,
.nav-links a.active{
    color: #97BAC7;
    border-bottom: 2px solid #888;
}

.nav-right {
    display: flex;
    align-items: center;
    gap: 35px;
    position: relative;
}


.nav-phone {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: #000000;
    margin-right: 40px;
}

.nav-phone strong {
    display: block;
    font-size: 15px;
    font-weight: 600;
}

.nav-phone small {
    font-size: 11px;
    color: #000000;
}

.nav-phone-icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
}

.nav-grid-icon {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4px;
    cursor: pointer;
    padding: 6px;
    transition: transform .5s;
}

.nav-grid-icon span {
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 50%;
    display: block;
    transition: background .3s;
}

.nav-grid-icon:hover span {
    background: #888;
}

.nav-grid-icon:hover {
    transform: rotate(180deg);
}


.side-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 9998;
}

.side-popup {
    position: fixed;
    top: 0;
    right: -500px;
    width: 420px;
    height: 100vh;
    background: white;
    color: black;
    padding: 50px 30px;
    transition: 0.4s ease;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.side-popup.active {
    right: 0;
}

.side-overlay.active {
    opacity: 1;
    visibility: visible;
}


.popup-content {
    text-align: center;
    font-family: 'DM Sans', sans-serif;
}

.popup-content h2 {
    font-size: 28px;
    margin-bottom: 10px;
}

.popup-content h3 {
    font-size: 25px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.popup-content p {
    font-size: 18px;
    margin: 8px 0;
}

.info p {
    transition: 0.3s;
    cursor: pointer;
}

.info p:hover {
    color: #0d6efd;
}

.social {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 15px;
}

.social a {
    width: 45px;
    height: 45px;
    background: black;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    border: 2px solid black;
}

.close-btn {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 30px;
    cursor: pointer;
    padding-right: 30px;
    padding-top: 20px;
}

.close-btn i {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 30px;
    transition: 0.3s;
}

.icon-minus {
    opacity: 0;
}

.close-btn:hover .icon-x {
    opacity: 0;
}

.close-btn:hover .icon-minus {
    opacity: 1;
}



.social a:hover {
    background: white;
    color: black;
    border: 2px solid black;
}

.highlight {
    color: gray;
}


.menu-item {
    position: relative;
}

.dropdown-card {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: -5px;
    background-color: #fbfbfb;
    min-width: 225px;
    padding: 18px 0;
    display: flex;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transform: scaleY(0);
    transform-origin: top;
    transition: all 300ms linear;
    box-shadow: 0 15px 30px -5px rgba(0, 0, 0, .7);
    border-radius: 7px;
    z-index: 99;
}

.menu-item:hover .dropdown-card,
.dropdown-card:hover {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
}

.menu-item {
    position: relative;
}

.menu-item::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 12px;
}

.dropdown-card a {
    font-size: 14px;
    color: #000;
    padding: 8px 20px;
    text-decoration: none !important;
    display: flex;
    align-items: center;
    position: relative;
    transition: 0.3s;
}

.dropdown-card a,
.dropdown-card li {
    border-bottom: none !important;
}

.dropdown-card a::after {
    content: "";
    position: absolute;
    left: 10px;
    width: 0%;
    height: 1px;
    background: #000;
    transition: 0.6s ease;
}

.dropdown-card a:hover::after {
    width: 15px;
}

.dropdown-card a:hover {
    padding-left: 28px;
}

.hero {
    position: relative;
    height: 500px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.hero h1 {
    font-family: 'DM Sans', sans-serif;
    font-size: 80px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 1px;
    text-align: center;
}


.service-grid {
    display: grid;
    grid-template-columns: 3fr 1.2fr;
    gap: 50px;
}


.service-content {
    width: 100%;
}

.service-title {
    font-size: 56px;
    font-weight: 600;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 20px;
}

.service-text p {
    font-size: 16px;
    color: #000;
    line-height: 1.7;
    margin-bottom: 20px;
}

.quote-text {
    font-size: 15px;
    color: #7A7A7A;
    font-style: italic;
    margin: 25px 0;
}

.management-heading,
.challenges-heading {
    font-size: 42px;
    font-weight: 600;
    margin: 30px 0 15px;
    color: #20282d;
}

.service-image-main img {
    width: 95%;
    aspect-ratio: 2 / 1;
    object-fit: cover;
    display: block;
    margin-bottom: 30px;
}


.two-column-images {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin: 20px 0;
    margin-bottom: 30px;
}

.two-column-images img {
    width: 95%;
    aspect-ratio: 12 / 13;
    object-fit: cover;
    display: block;
}


.service-sidebar {
    width: 100%;
}

.sidebar-widget {
    padding: 25px;
    border-radius: 10px;
    background: #f8f8f8;
}

.sidebar-widget h4 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
}

.recent-posts-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.recent-posts-list li {
    margin-bottom: 15px;
}

.recent-posts-list a {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #20282d;
    font-size: 15px;
    transition: 0.3s;
}

.recent-posts-list svg {
    width: 20px;
    height: 20px;
}

.recent-posts-list a:hover {
    color: #00d084;

}


.service-details-section {
    margin-top: 50px;
}

.pxl-wrapper {
    overflow: hidden;
}

.container {
    max-width: 1790px;
    margin: 0 auto;
    padding: 0 15px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
}

.px-header--transparent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background: transparent;
}


@media (max-width: 992px) {
    .service-grid {
        grid-template-columns: 1fr;
    }

    .service-title {
        font-size: 38px;
    }

    .management-heading,
    .challenges-heading {
        font-size: 28px;
    }
}

.service-sidebar {
    padding-left: 40px;
}

.sidebar-widget {
    background: transparent;
    padding: 0;
    border: none;
}

.sidebar-widget h4 {
    display: none;
}

.recent-posts-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.recent-posts-list li {
    border-bottom: 1px solid #000;
}

.recent-posts-list li:first-child {
    border-top: 1px solid #000;
}

.recent-posts-list li a {
    display: flex;
    align-items: center;

    font-size: 20px;
    font-weight: 500;
    color: #20282d;
    text-decoration: none;

    padding: 18px 0;

    transition: all 0.4s ease;
}

.recent-posts-list li a svg {
    width: 0;
    opacity: 0;
    transform: translateX(-20px);
    transition: all 0.4s ease;
}

.recent-posts-list li a:hover {
    color: #777;
    transform: translateX(10px);
}

.recent-posts-list li a:hover svg {
    width: 28px;
    margin-right: 12px;
    opacity: 1;
    transform: translateX(0);
}

.service-text p {
    text-align: justify;
    text-justify: inter-word;
}

.service-sidebar {
    position: sticky;
    top: 100px;
    height: fit-content;
}

.recent-posts-list li a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;

    line-height: 1.5;
    max-height: 8em;


    text-decoration: none;
}

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,400;9..40,500;9..40,600&family=DM+Serif+Text:ital@0;1&display=swap');

.subscribe-banner {
    background-color: #E1F2F2;
    background-image: url("images/world-img.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: rgba(0, 0, 0, 0.4);
    ;
    padding: 80px 40px;
    text-align: center;
    position: relative;
    height: 500px;

}

.spinner {
    width: 35px;
    height: 35px;
    border: 3px solid #ccc;
    border-top: 3px solid #000;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.subscribe-banner h2 {
    font-family: 'DM Sans', sans-serif;
    font-size: 42px;
    font-weight: 400;
    color: #111;
    line-height: 1.3;
    margin-bottom: 36px;
}

.subscribe-banner h2 em {
    font-family: 'DM Serif Text', serif;
    font-style: italic;
    font-weight: 400;
}

.subscribe-form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #aaa;
    max-width: 500px;
    margin: 0 auto;
    padding-bottom: 6px;
}

.subscribe-form input {
    flex: 1;
    border: none;
    background: transparent;
    font-size: 14px;
    color: #555;
    font-family: 'DM Sans', sans-serif;
    outline: none;
    padding: 6px 0;
}

.subscribe-form input::placeholder {
    color: #999;
}

.btn-submit {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: none;
    border: none;
    font-size: 14px;
    font-weight: 500;
    color: #111;
    cursor: pointer;
    font-family: 'DM Sans', sans-serif;
    padding: 0;
}

.btn-submit i {
    font-size: 16px;
}

.subscribe-icon {
    font-size: 40px;
    margin-bottom: 20px;
}

.btn-submit i {
    font-size: 16px;
    display: inline-block;
    transition: transform 0.3s ease;
}

.btn-submit:hover i {
    transform: scale(1.3) translateY(-2px);
}

.subscribe-form input {
    color: #000;
}

.subscribe-form {
    position: relative;
}

#subscribeLoader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background: rgba(225, 242, 242, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
}

#subscribeLoader.active {
    opacity: 1;
    visibility: visible;
}

.subscribe-form input:focus {
    color: #000;
}

.subscribe-msg {
    position: absolute;
    bottom: -22px;
    left: 0;
    font-size: 12px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'DM Sans', sans-serif;
    background: #f5f5f5;
}

footer {
    margin: 0;
    padding: 0;
}

footer::before {
    display: none;
}

.footer-top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
}

.footer-left {
    background: #223035;
    padding: 80px 60px;
    width: 500px;
}

.footer-logo {
    filter: brightness(0) saturate(100%);
    width: 100px;
    height: 40px;
}

.footer-right {
    background-image: linear-gradient(rgba(24, 40, 46, 0.95), rgba(24, 40, 46, 0.95)),
        url('../images/footerbg.jpg');

    padding: 80px 60px;
    width: 1000px;

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

    display: flex;
    justify-content: center;
}

.footer-bottom-right a:first-child {
    position: relative;
    padding-right: 15px;
    margin-right: 15px;
}

.footer-bottom-right a:first-child::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.7px;
    height: 30px;
    background: #a3a2a2;
}

.footer-address-item img {
    filter: brightness(0) invert(1);
}

.footer-bottom-hr a {
    position: relative;
    color: #8899aa;
    text-decoration: none;
    padding-bottom: 4px;
    display: inline-block;
}

.footer-bottom-hr a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 1px;
    background: #fff;
    transition: width 0.3s ease;
}

.footer-bottom-hr a:hover::before {
    width: 90%;
}

.footer-right .footer-col {
    width: 100%;
    max-width: 600px;
    margin-left: 80px;
}

.footer-col:first-child {
    margin: 0 !important;
    padding: 0;
}

.newsletter-col {
    position: relative;
    padding: 30px 40px 30px 30px;
}

.logo img {
    max-width: 450px;
    height: auto;
}

.logomargin {
    margin-top: 25px;
}

.logofooter {
    margin-top: 40px;
}

@media (max-width: 992px) {
    .footer-top {
        grid-template-columns: 1fr;
    }

    .footer-left,
    .footer-right {
        padding: 50px 25px;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
}

.footer-col:first-child p {
    font-size: 18px;
    line-height: 1.8;
    color: #fff;
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    margin-bottom: 24px;
}

.footer-contact-label,
.footer-address-label {
    font-size: 20px;
    font-weight: 600;
    color: #85979b;
    margin-bottom: 12px;
    font-family: 'Heebo', sans-serif;
}


.footer-contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    color: #fff;
    margin-bottom: 8px;
    font-family: 'Heebo', sans-serif;
}

.footer-contact-item i,
.footer-address-item i {
    font-size: 15px;
    color: #fff;
}

.footer-contact-item p {
    margin: 0;
    color: #fff;
}


.footer-address-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 15px;
    color: #fff;
    font-family: 'Heebo', sans-serif;
}

.newsletter-col h4,
.footer-col-half h4 {
    font-size: 25px;
    font-weight: 600;
    color: #aec5cd;
    margin-bottom: 20px;
    font-family: 'DM Sans', sans-serif;
}

.newsletter-text {
    font-size: 18px;
    color: #fff;
    line-height: 1.7;
    margin-bottom: 20px;
    font-family: 'DM Sans', sans-serif;
}

.newsletter-form {
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #3a4a5a;
    padding-bottom: 8px;
    margin-bottom: 0;
    max-width: 400px;
}

.newsletter-form input {
    flex: 1;
    background: transparent;
    border: none;
    font-size: 15px;
    color: #fff;
    font-family: 'DM Sans', sans-serif;
    outline: none;
}

.newsletter-form input::placeholder {
    color: #8899aa;
}

.btn-subscribe {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #2a3a4a;
    border: 1px solid #3a4a5a;
    border-radius: 20px;
    padding: 8px 16px;
    font-size: 12px;
    font-weight: 500;
    color: #ccc;
    cursor: pointer;
    font-family: 'DM Sans', sans-serif;
    white-space: nowrap;
    transition: all 0.3s ease;
}

.btn-subscribe i {
    font-size: 12px;
    transition: transform 0.3s ease;
}

.btn-subscribe:hover i {
    transform: scale(1.3);
}

.footer-col-links-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-top: 40px;
    max-width: 500px;
}

.footer-links {
    list-style: none;
}

.footer-links li {
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
    width: auto;
}


.footer-links a {
    font-size: 15px;
    color: #fff;
    transition: color .2s;
    text-decoration: none;
    font-family: 'DM Sans', sans-serif;
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
}

.footer-links a::before,
.footer-links a::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #fff;
    transition: width 0.3s ease;
}

.footer-links a::before {
    left: 50%;
}

.footer-links a::after {
    right: 50%;
}

.footer-links a:hover::before {
    width: 50%;
}

.footer-links a:hover::after {
    width: 50%;
}

.footer-links a:hover {
    color: #fff;
}

.footer-links a.active {
    color: #0a9e8c;
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 40px 20px;
    font-size: 18px;
    color: #8899aa;
    border-top: 1px solid rgba(255, 255, 255, .08);
    margin-top: 0;
    position: relative;
    z-index: 1;
    background-color: #19272B;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}

.footer-bottom-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.envato-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #2a3a4a;
    border-radius: 4px;
    padding: 4px 10px;
    font-size: 11px;
    color: #aaa;
}

.footer-bottom-right {
    display: flex;
    gap: 20px;
}

.footer-bottom-right a {
    color: #556;
    text-decoration: none;
}

.footer-bottom-right a:hover {
    color: #aaa;
}

.footer-brand {
    color: #fff;
    font-weight: 600;
}

.footer-col-links-wrapper .footer-col-half {
    background-color: transparent !important;
}

.linkh {
    margin-left: 0;
}

.btn-subscribe svg {
    display: none;
}

.linkh {
    margin-left: 40px;
}

.logofooter {
    margin-top: 40px;
}

.scroll-top {
    position: fixed;
    right: 25px;
    bottom: 25px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #19272B;
    border: 1.5px solid #E1F2F2;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    z-index: 9999;
}

.scroll-top.show {
    opacity: 1;
    visibility: visible;
}

.scroll-top:hover {
    background: #fff;
    color: #19272B;
    transform: scale(1.1);
}

.scroll-top i {
    display: inline-block;
    animation: arrowMove 1.2s infinite ease-in-out;
}

@keyframes arrowMove {
    0% {
        transform: translateY(2px);
        opacity: 0.7;
    }

    50% {
        transform: translateY(-4px);
        opacity: 1;
    }

    100% {
        transform: translateY(2px);
        opacity: 0.7;
    }
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    padding: 25px 40px 20px;
    font-size: 13px;
    color: #8899aa;
    border-top: 1px solid rgba(255, 255, 255, .08);
    margin-top: 0;
    position: relative;
    z-index: 1;
    background-color: #19272B;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}

.footer-social {
    display: flex;
    gap: 12px;
}

.footer-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    font-size: 13px;
    border-radius: 50%;
    background-color: #85979B;
    color: #223035;
    text-decoration: none;
    transition: all 0.3s ease;

}

.footer-social a:hover {
    background-color: #fff;
    color: #223035;
    transform: translateY(-2px);
}

.footer-bottom-right {
    display: inline;
    gap: 30px;
}

.footer-bottom-right a {
    color: #8899aa;
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 13px;
}

.footer-bottom-right a:hover {
    color: #fff;
}

.footer-brand {
    color: #fff;
    font-weight: 600;
}

@media (max-width: 1200px) {
    .hero h1 {
        font-size: 60px;
    }

    .info-card h3 {
        font-size: 28px;
    }

    .info-card p {
        font-size: 18px;
    }

    .info-card {
        padding: 35px 25px;
    }

    .contact-left h2 {
        font-size: 36px;
    }

    .contact-left h2 em {
        font-size: 36px;
    }

    .subscribe-banner h2 {
        font-size: 36px;
    }
}

.error-msg {
    font-size: 11px;
    color: #ff0000;
    margin-top: 5px;
    font-family: 'DM Sans', sans-serif;
    display: block;
}

.buy-envato-btn {
    position: fixed;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);

    display: flex;
    align-items: center;
    gap: 10px;

    padding: 12px 18px;
    border-radius: 50px;
    background: #222222;
    color: #fff;
    text-decoration: none;

    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;

    z-index: 9999;

    overflow: visible;
}

.buy-envato-btn img {
    width: 65px;
    height: 22px;
}

.buy-envato-btn:hover {
    transform: translateY(-50%) scale(1.05);
}

.buy-envato-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50px;

    box-shadow: 0 0 0 0 rgba(144, 238, 144, 0.6);

    animation: echoPulse 2s infinite;
    z-index: -1;
}

@keyframes echoPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(144, 238, 144, 0.5);
        opacity: 1;
    }

    70% {
        box-shadow: 0 0 0 18px rgba(144, 238, 144, 0);
        opacity: 0.3;
    }

    100% {
        box-shadow: 0 0 0 25px rgba(144, 238, 144, 0);
        opacity: 0;
    }
}


@media (max-width: 992px) {

    .header-bg {
        width: 100%;
    }

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

    .service-sidebar {
        padding-left: 0;
        margin-top: 30px;
    }

    .two-column-images {
        grid-template-columns: 1fr;
    }

    .footer-top {
        grid-template-columns: 1fr;
    }

    .footer-left,
    .footer-right {
        width: 100%;
    }

    .hero h1 {
        font-size: 48px;
    }

    nav {
        padding: 0 20px;
    }

    .nav-links {
        gap: 20px;
    }
}

@media (max-width: 576px) {

    .hero h1 {
        font-size: 30px;
        text-align: center;
    }

    .service-title {
        font-size: 32px;
    }

    .management-heading,
    .challenges-heading {
        font-size: 24px;
    }

    .subscribe-banner {
        height: auto;
        padding: 50px 20px;
    }

    .buy-envato-btn {
        left: 10px;
        padding: 8px 12px;
        font-size: 12px;
    }

    .buy-envato-btn img {
        width: 45px;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
}

html {
    overflow-x: hidden;
}

.service-details-section {
    overflow: visible !important;
}

.service-details-section .container {
    overflow: visible !important;
    max-width: 1790px;
    width: 100%;
    padding: 0 15px;
}

.service-details-section .service-grid {
    display: flex !important;
    flex-wrap: wrap;
    gap: 50px;
    align-items: flex-start;
    overflow: visible !important;
}

.service-details-section .service-content {
    flex: 1;
    min-width: 0;
    overflow: visible !important;
}

.service-details-section .service-sidebar {
    position: sticky !important;
    top: 100px !important;
    width: 380px;
    flex-shrink: 0;
    align-self: flex-start;
    height: auto;
    overflow: visible !important;
}


.service-details-section .service-sidebar .sidebar-widget {
    overflow: visible !important;
}

.service-details-section .service-sidebar .recent-posts-list {
    overflow: visible !important;
}

.service-details-section .service-sidebar .recent-posts-list li {
    overflow: visible !important;
}

.service-details-section .service-sidebar,
.service-details-section .service-sidebar * {
    overflow: visible !important;
}

@media (max-width: 992px) {
    .service-details-section .service-grid {
        flex-direction: column;
    }

    .service-details-section .service-sidebar {
        position: relative !important;
        top: 0 !important;
        width: 100%;
        margin-top: 40px;
    }
}


.subscribe-icon img {
    filter: none !important;
}


.home .subscribe-icon img,
body.home .subscribe-icon img {
    filter: brightness(0) invert(1) !important;
}

body.service-page .subscribe-icon img {
    filter: none !important;
}


body.service-detail-page .subscribe-icon img {
    filter: none !important;
}


body.contact-page .subscribe-icon img {
    filter: none !important;
}

body:not(.home) .subscribe-icon img {
    filter: none !important;
}

.chooseus {
    width: 100% !important;
    position: relative !important;
    left: 0 !important;
    right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.chooseus .row {
    max-width: 1200px;
    margin: 0 auto !important;
    padding: 0 15px;
}


.watermark-scroll {
    width: 100% !important;
    position: relative !important;
    left: 0 !important;
    right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.companyskills {
    width: 100% !important;
    position: relative !important;
    left: 0 !important;
    right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 60px 0 !important;
}

.companyskills .container-fluid {
    max-width: 1200px;
    margin: 0 auto !important;
    padding: 0 15px;
}


.team {
    width: 100% !important;
    position: relative !important;
    left: 0 !important;
    right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 80px 0 !important;
}


.team .container-fluid {
    max-width: 1200px;
    margin: 0 auto !important;
    padding: 0 15px;
}


.team .row.imgcontent {
    max-width: 1200px;
    margin: 0 auto !important;
    padding: 0 15px;
}

.companyskills {
    margin-top: 0px !important;
}

.chooseus .col-md-6:first-child {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.chooseus .col-md-6 img {
    width: 100% !important;
    height: auto !important;
    max-width: 100%;
    object-fit: cover;
}


.chooseus .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.chooseus .col-md-6 {
    padding-left: 0 !important;
}


.header-bg {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: rgba(0, 0, 0, 0.4);
    background-blend-mode: multiply;
    height: auto;
    min-height: 700px;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    left: 0;
    right: 0;
    margin-left: 0 !important;
    margin-right: 0 !important;
    overflow-x: hidden;
    overflow-y: auto;
}


.vertical-nav {
    position: relative;
    z-index: 2;
}


.header-bg {
    background-attachment: scroll !important;
}

.service .arrow-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 45px;
    border: 2px solid #97BAC7 !important;
    border-radius: 50px;
    cursor: pointer;
    transition: 0.3s ease;
    background: transparent;
}

.service .arrow-btn i {
    font-size: 20px;
    color: #97BAC7 !important;
    transition: 0.3s ease;
}

.service .arrow-btn:hover {
    background: #38464A !important;
    border-color: #38464A !important;
}

.service .arrow-btn:hover i {
    color: #97BAC7 !important;
}

.testimonial-arrow {
    width: 100px;
    height: 50px;
    border: 2px solid #97BAC7 !important;
    background: transparent !important;
    cursor: pointer;
    transition: background 0.3s ease, border-color 0.3s ease !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-arrow i {
    font-size: 28px;
    color: #97BAC7 !important;
    transition: color 0.3s ease !important;
}

.testimonial-arrow:hover {
    background: #38464A !important;
    border-color: #38464A !important;
    transform: none !important;
}

.testimonial-arrow:hover i {
    color: #97BAC7 !important;
}


.chooseus .col-md-6:first-child img {
    margin-left: -28px !important;
    width: calc(100% + 15px) !important;

}

.subscribe-section .subscribe-icon img,
.subscribe-banner .subscribe-icon img {
    filter: none !important;
}

.home .subscribe-section .subscribe-icon img,
.home .subscribe-banner .subscribe-icon img,
body.home .subscribe-section .subscribe-icon img,
body.home .subscribe-banner .subscribe-icon img {
    filter: brightness(0) invert(1) !important;
}

.header-bg {
    position: relative;
    overflow: hidden;
    min-height: 700px;
}


.header-bg .bg-image,
.header-bg .bg-first,
.header-bg .bg-second {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: opacity 1.2s ease-in-out, transform 8s ease-out;
    will-change: transform, opacity;
}


.hero-slider-container {
    position: relative;
    z-index: 10;
}


.hero-title,
.hero-desc,
.hero-quote {
    transition: opacity 0.5s ease;
    opacity: 1;
}

.header-bg {
    position: relative;
    overflow: hidden;
}

.header-bg .bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 0;
    transition: opacity 1s ease;
}

.header-bg .bg-image.active {
    z-index: 1;
}

.header-bg .bg-image.zoom {
    animation: slowZoomOut 8s ease-out forwards;
}

@keyframes slowZoomOut {
    0% {
        transform: scale(1.15);
    }

    100% {
        transform: scale(1);
    }
}


.hero-title,
.hero-desc,
.hero-quote {
    opacity: 0;
    transition: opacity 0.5s ease;
}

.hero-title.active,
.hero-desc.active,
.hero-quote.active {
    opacity: 1;
}

.bg-image {
    will-change: transform, opacity;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}


.header-bg .bg-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    z-index: 1;
}

.header-bg .bg-image {
    background-color: rgba(0, 0, 0, 0.25);
    background-blend-mode: multiply;
}


.pxl-item--title,
.pxl-item--subtitle,
.pxl-item--quote {
    animation: fadeInUp 0.6s ease forwards;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.faq-item.active .toggle-icon {
    transform: rotate(45deg);
}

.faq-item.active .toggle-icon {
    transform: none;
}

.faq-header .toggle-icon {
    transition: transform 0.3s ease;
}

.faq-item.active .toggle-icon.bi-plus {
    display: none;
}

.faq-item.active .toggle-icon.bi-dash {
    display: inline-block;
}

/*Aboutus-page*/

.section-spacing {
    padding: 80px 0;
}


.main-heading {
    font-size: 42px;
    line-height: 1.3;
}

.main-heading {
    font-size: 42px;
    line-height: 1.3;
}


.serif-text {
    font-family: 'DM Serif Display', serif;
    font-style: italic;
    font-weight: 700;
}


.sans-text {
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
}

.sans-text::after {
    content: "";
    height: 2px;
    width: 120px;
    background: #000;
    display: inline-block;
    margin-left: 10px;
}

.right-para {
    font-size: 18px;
    font-family: 'DM Sans', sans-serif;
    margin-bottom: 20px;
}

.view-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    font-family: 'DM Sans', sans-serif;
    padding: 10px 23px;
    border: 1px solid #000;
    border-radius: 30px;
    text-decoration: none;
    color: #000;
    transition: all 0.3s ease;
}

.view-btn i {
    transition: all 0.3s ease;
}


.view-btn:hover {
    background: #000;
    color: #fff;
    transform: scale(1.05);
}

.view-btn:hover i {
    transform: scale(1.2) translate(2px, -2px);
}

.col-6:first-child {
    padding-left: 50px;
    margin-top: -50px;
}

.about-section {
    position: relative;
    padding: 60px 0;
    margin-top: 40px;

}

.about-section::before {
    content: "";
    position: absolute;
    left: 0;
    top: 60px;
    width: 50%;
    height: calc(100% - 60px);
    background: #E1F2F2;
    z-index: 3;
}

.about-content {
    position: relative;
}

.about-content {
    margin-top: 60px;
    z-index: 3;
}

.about-tag {
    display: inline-block;
    border: 1px solid #547079;
    padding: 6px 12px;
    color: #547079;
    font-size: 12px;
    font-family: 'Heebo', sans-serif;
    margin-bottom: 10px;
    margin-top: 10px;
}


.about-heading {
    font-size: 42px;
    margin-bottom: 60px;

}

.sans-big {
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
}

.serif-small {
    font-family: 'DM Serif Display', serif;
    font-style: italic;
    font-weight: 600;
}


.history-item {
    display: flex;
    gap: 20px;
    position: relative;
    padding-bottom: 30px;
}

.col-6:first-child {
    padding-top: 50px;
}

.history-number {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.history-item:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 23px;
    top: 50px;
    width: 2px;
    height: 95px;
    background: repeating-linear-gradient(to bottom,
            #000,
            #000 3px,
            transparent 3px,
            transparent 8px);
}


.history-item h4 {
    font-size: 20px;
    font-family: 'DM Sans', sans-serif;
    margin-bottom: 5px;
    margin-bottom: 20px;
}


.history-item p {
    font-size: 15px;
    font-family: 'DM Sans', sans-serif;
}

.video-block {
    position: relative;


}

.video-block img {
    width: 100%;
    border-radius: 0;
    display: block;
}

.video-wrapper {
    position: relative;
}


.bg-shape {
    position: absolute;
    top: 0;
    left: -60px;
    width: 100%;
    z-index: 1;
}

.video-block {
    position: relative;
    z-index: 2;
    z-index: 1;
}

.video-block img {
    width: 100%;
    border-radius: 0;
    display: block;
}

.video-wrapper {
    position: relative;

    z-index: 3;
}

.video-block {
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.video-block {
    position: absolute;
    top: -5px;
    right: 0;
    width: 700px;
    z-index: 2;
}


.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85px;
    height: 85px;
    background: rgba(200, 210, 210, 0.85);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
    backdrop-filter: blur(2px);
}

.play-button i {
    font-size: 32px;
    color: #223035;
    margin-left: 4px;
}


.play-button::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background: rgba(200, 210, 210, 0.5);
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(1);
    animation: pulseRing 2s infinite;
    z-index: -1;
}

@keyframes pulseRing {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.7;
    }

    70% {
        transform: translate(-50%, -50%) scale(1.5);
        opacity: 0;
    }

    100% {
        transform: translate(-50%, -50%) scale(1.8);
        opacity: 0;
    }
}


.play-button:hover {
    background: rgba(180, 190, 190, 0.95);
    transform: translate(-50%, -50%) scale(1.05);
}

.play-button:hover i {
    color: #000;
}

.years-exp {
    font-size: 168px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    line-height: 1;
    color: #547079;
}

.experience-box p {
    font-size: 32px;
    font-family: 'DM Serif Display', serif;
    font-style: italic;
    color: #547079;
    margin-top: -10px;
}

.exp-para {
    font-size: 18px;
    font-family: 'DM Sans', sans-serif;
    margin-top: 20px;
    margin-left: 40px;
}

.experience-box {
    margin-top: 450px;
    margin-left: 40px;
}

.experience-box {
    display: flex;
    align-items: center;
    gap: 15px;
}


.years-exp {
    font-size: 168px;
    font-family: 'DM Sans', sans-serif;
    line-height: 1;
}


.experience-box p {
    font-size: 32px;
    font-family: 'DM Serif Display', serif;
    font-style: italic;
    color: #547079;
    margin: 0;
    line-height: 1.2;
    margin-top: 50px;
    font-weight: 800px;
}

.close-btn {
    position: absolute;
    top: -50px;
    right: 0;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
}


@media (max-width: 992px) {

    .topbar {
        display: none !important;
    }

    .nav-links {
        display: none !important;
    }

    .nav-right {
        display: none !important;
    }

    nav {
        background-color: #fff !important;
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        flex-direction: row !important;
        padding: 12px 20px !important;
        height: auto !important;
        min-height: 60px !important;
        position: sticky !important;
        top: 0 !important;
        z-index: 100 !important;
        border-bottom: none !important;
        width: 100% !important;
    }

    .logo {
        margin: 0 !important;
        padding: 0 !important;
        flex-shrink: 0 !important;
    }

    .logo::after {
        display: none !important;
    }

    .header-logo {
        max-height: 35px !important;
        width: auto !important;
    }

    .mobile-toggle-btn {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        background: transparent !important;
        border: none !important;
        outline: none !important;
        box-shadow: none !important;
        color: white !important;
        font-size: 28px !important;
        cursor: pointer !important;
        padding: 8px !important;
        margin: 0 !important;
        margin-left: auto !important;
        flex-shrink: 0 !important;
        line-height: 1 !important;
    }

    .mobile-toggle-btn:hover {
        opacity: 0.8 !important;
        background: transparent !important;
    }

    .mobile-toggle-btn:focus {
        outline: none !important;
        border: none !important;
    }

    .hero-slider-container {
        padding: 40px 20px 60px !important;
    }

    .hero-title {
        font-size: 42px !important;
    }

    .hero-desc {
        font-size: 15px !important;
    }
}


.mobile-toggle-btn {
    display: none;
}


.mobile-sidebar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.mobile-sidebar-overlay.active {
    opacity: 1;
    visibility: visible;
}

.mobile-sidebar-drawer {
    position: fixed;
    top: 0;
    left: -100%;
    width: 85%;
    max-width: 350px;
    height: 100vh;
    background: #18262A;
    z-index: 9999;
    transition: left 0.35s cubic-bezier(0.2, 0.9, 0.4, 1.1);
    box-shadow: 5px 0 30px rgba(0, 0, 0, 0.5);
    overflow-y: auto;
    padding: 25px 20px;
}

.mobile-sidebar-drawer.open {
    left: 0;
}

.sidebar-close-btn {
    position: absolute;
    top: 15px;
    right: 20px;
    background: none;
    border: none;
    font-size: 24px;
    color: white;
    cursor: pointer;
    padding: 5px;
}

.sidebar-logo {
    text-align: center;
    margin: 40px 0 35px 0;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.sidebar-logo img {
    max-height: 42px;
    filter: brightness(0) invert(1);
}

.sidebar-nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidebar-nav-list>li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.sidebar-nav-list>li>a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
    color: #ffffff;
    font-size: 17px;
    font-weight: 500;
    text-decoration: none;
    font-family: 'DM Sans', sans-serif;
    cursor: pointer;
    transition: color 0.2s;
}

.sidebar-nav-list>li>a:hover {
    color: #97BAC7;
}

.sidebar-submenu {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0 0 12px 20px;
}

.sidebar-submenu li {
    border-bottom: none;
}

.sidebar-submenu li a {
    display: block;
    padding: 10px 0;
    color: #b0bec5;
    font-size: 14px;
    text-decoration: none;
    font-family: 'DM Sans', sans-serif;
    transition: all 0.2s;
}

.sidebar-submenu li a:hover {
    color: #97BAC7;
    padding-left: 5px;
}

.sidebar-nav-list>li.open .sidebar-submenu {
    display: block;
}

.chevron-icon {
    transition: transform 0.3s ease;
    font-size: 12px;
    color: #97BAC7;
}

.sidebar-nav-list>li.open .chevron-icon {
    transform: rotate(180deg);
}

.sidebar-contact {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
}

.sidebar-contact p {
    color: #b0bec5;
    font-size: 13px;
    margin: 10px 0;
    font-family: 'DM Sans', sans-serif;
}

.sidebar-contact p i {
    margin-right: 8px;
    color: #97BAC7;
}

.sidebar-search {
    position: relative;
    margin-bottom: 25px;
    width: 100%;
}

.search-icon {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #97BAC7;
    font-size: 16px;
    z-index: 1;
}

.sidebar-search-input {
    width: 100%;
    padding: 12px 12px 12px 40px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    /* border-radius: 30px; */
    color: white;
    font-size: 14px;
    font-family: 'DM Sans', sans-serif;
    outline: none;
    transition: all 0.3s ease;
}

.sidebar-search-input:focus {
    border-color: #97BAC7;
    background: rgba(255, 255, 255, 0.12);
}

.sidebar-search-input::placeholder {
    color: #8899aa;
    font-size: 13px;
}

.sidebar-nav-list>li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 0;
}

.sidebar-nav-list>li>a {
    padding: 14px 0;
}


.sidebar-submenu li {
    border-bottom: none;
}

.sidebar-submenu li a {
    padding: 8px 0;
    border-bottom: none;
}

.sidebar-nav-list>li.open {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}


@media (max-width: 768px) {

    .us .row.mt-4 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .us .col-6 {
        text-align: left !important;
        padding-left: 0 !important;
        padding-right: 15px !important;
    }

    .us .col-6:first-child {
        padding-left: 0 !important;
    }

    .us .col-6:last-child {
        padding-left: 0 !important;
    }

    .us .col-6 p {
        display: flex !important;
        align-items: center !important;
        gap: 10px !important;
        text-align: left !important;
        justify-content: flex-start !important;
        margin-bottom: 12px !important;
        padding-left: 0 !important;
    }

    .us .col-6 p img {
        width: 18px !important;
        height: 18px !important;
        flex-shrink: 0 !important;
        margin: 0 !important;
    }


    .us .col-6:last-child p {
        margin-left: 0 !important;
        padding-left: 0 !important;
    }


    .aboutimg .img3 {
        margin-top: 30px !important;
    }
}

@media (max-width: 576px) {
    .us .col-6 {
        width: 100% !important;
        padding-right: 0 !important;
    }

    .us .col-6 p {
        gap: 8px !important;
    }

    .us .col-6 p img {
        width: 16px !important;
        height: 16px !important;
    }

    .aboutimg .img3 {
        margin-top: 20px !important;
    }
}


@media (max-width: 992px) {
    .chooseus {
        padding-left: 0 !important;
        padding-right: 0 !important;
        overflow-x: hidden !important;
    }

    .chooseus .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
    }

    .chooseus .col-md-6:first-child {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
        padding: 0 !important;
        margin: 0 !important;
        overflow: hidden !important;
    }

    .chooseus .col-md-6:first-child img {
        width: 100% !important;
        height: auto !important;
        display: block !important;
        object-fit: cover !important;
        margin: 0 !important;
        padding: 0 !important;
    }
}

@media (max-width: 768px) {
    .chooseus .row {
        flex-direction: column !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .chooseus .col-md-6 {
        padding: 0 !important;
        margin: 0 !important;
    }

    .chooseus .col-md-6:first-child img {
        width: 100vw !important;
        max-width: 100vw !important;
        position: relative !important;
        left: 50% !important;
        right: 50% !important;
        margin-left: -50vw !important;
        margin-right: -50vw !important;
        height: 280px !important;
        object-fit: cover !important;
    }

    .chooseuscontent {
        text-align: center !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
        margin: 0 !important;
    }

    .chooseuscontent span {
        display: inline-block !important;
        margin-top: 60px !important;
        margin-bottom: 10px !important;
    }

    .viewmore {
        text-align: center !important;
        margin-bottom: 60px !important;
        margin-top: 10px !important;
    }

    .chooseuscontent h2 {
        font-size: 28px !important;
        margin-top: 15px !important;
        margin-bottom: 15px !important;
    }

    .chooseuscontent p {
        font-size: 14px !important;
        margin-top: 15px !important;
        margin-bottom: 25px !important;
    }
}

@media (max-width: 576px) {
    .chooseus .col-md-6:first-child img {
        height: 220px !important;
    }

    .chooseuscontent span {
        margin-top: 50px !important;
    }

    .viewmore {
        margin-bottom: 50px !important;
    }

    .chooseuscontent h2 {
        font-size: 24px !important;
        margin-top: 12px !important;
        margin-bottom: 12px !important;
    }

    .chooseuscontent p {
        font-size: 13px !important;
        padding: 0 10px !important;
        margin-top: 12px !important;
        margin-bottom: 20px !important;
    }
}


@media (max-width: 992px) {
    .testimonial-left {
        text-align: center !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 auto !important;
        margin-bottom: 40px !important;
        display: block !important;
        float: none !important;
    }

    .testimonial-badge {
        display: inline-block !important;
        margin: 0 auto !important;
        margin-bottom: 25px !important;
    }

    .testimonial-stats {
        text-align: center !important;
        width: 100% !important;
    }

    .testimonial-heading {
        text-align: center !important;
        width: 100% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .testimonial-desc {
        text-align: center !important;
        width: 100% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .testimonial-arrows {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 20px !important;
        width: 100% !important;
        margin: 0 auto !important;
        margin-top: 30px !important;
    }

    .testimonial-wrapper {
        display: block !important;
    }

    .testimonial-left {
        position: relative !important;
        left: auto !important;
        right: auto !important;
        transform: none !important;
    }
}

@media (max-width: 768px) {
    .testimonial-badge {
        margin-bottom: 20px !important;
    }

    .testimonial-heading {
        font-size: 32px !important;
        padding: 0 15px !important;
    }

    .stats-number {
        font-size: 60px !important;
    }

    .testimonial-desc {
        padding: 0 20px !important;
    }

    .testimonial-arrows {
        margin-top: 25px !important;
    }
}

@media (max-width: 576px) {
    .testimonial-badge {
        margin-bottom: 15px !important;
    }

    .testimonial-heading {
        font-size: 28px !important;
    }

    .testimonial-arrows {
        margin-top: 20px !important;
    }

    .testimonial-arrow {
        width: 70px !important;
        height: 45px !important;
    }
}


@media (max-width: 992px) {

    .testimonial-section::before,
    .testimonial-overlay,
    .testimonial-section {
        border-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
    }


    .testimonial-overlay {
        border-radius: 0 !important;
    }


    .testimonial-section {
        border-radius: 0 !important;
    }
}

@media (max-width: 992px) {
    .testimonial-section::before {
        border-radius: 0 !important;
    }

    .testimonial-overlay {
        border-radius: 0 !important;
    }
}


@media (max-width: 992px) {

    .news .blog-grid {
        width: 100% !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 25px !important;
        margin: 0 !important;
        padding: 0 !important;
    }


    .news .blog-grid .col-lg-4,
    .news .blog-grid .col-md-6 {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .news .blog-card {
        width: 100% !important;
        margin: 0 !important;
    }

    .news .blog-card .blog-img img {
        width: 100% !important;
        height: auto !important;
    }
}

@media (max-width: 768px) {
    .news .blog-grid {
        gap: 20px !important;
    }
}

@media (max-width: 576px) {
    .news .blog-grid {
        gap: 15px !important;
    }
}


@media (max-width: 992px) {

    .footer-top {
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
        gap: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
    }


    .footer-left {
        width: 100% !important;
        padding: 50px 30px !important;
        margin: 0 !important;
        border-bottom: none !important;
    }

    .footer-right {
        width: 100% !important;
        padding: 50px 30px !important;
        margin: 0 !important;
        margin-top: -1px !important;
    }


    .footer-right .newsletter-col {
        padding: 20px !important;
    }

    .footer-right {
        background-size: cover !important;
        background-position: center !important;
    }
}

@media (max-width: 768px) {
    .footer-left {
        padding: 40px 20px !important;
    }

    .footer-right {
        padding: 40px 20px !important;
    }

    .footer-right .newsletter-col {
        padding: 15px !important;
    }

    .newsletter-text {
        font-size: 14px !important;
        line-height: 1.5 !important;
    }
}

@media (max-width: 576px) {
    .footer-left {
        padding: 30px 15px !important;
    }

    .footer-right {
        padding: 30px 15px !important;
    }


    .footer-right .newsletter-col {
        padding: 10px !important;
    }

    .newsletter-form {
        flex-direction: column !important;
        gap: 10px !important;
    }

    .btn-subscribe {
        width: 40% !important;
        justify-content: center !important;
    }
}


.footer-links li {
    display: block !important;
    width: 100% !important;
    margin-bottom: 15px !important;
}

.footer-links li:last-child {
    margin-bottom: 0 !important;
}

.footer-links li a {
    white-space: nowrap !important;
    display: inline-block !important;
}


@media (max-width: 992px) {
    .footer-links li {
        display: block !important;
        margin-bottom: 15px !important;
        text-align: center !important;
    }

    .footer-links li:last-child {
        margin-bottom: 0 !important;
    }

    .footer-links a {
        white-space: nowrap !important;
        font-size: 14px !important;
    }


    .footer-col-links-wrapper {
        display: flex !important;
        flex-direction: row !important;
        gap: 40px !important;
        justify-content: center !important;
    }

    .footer-col-half {
        width: 50% !important;
        text-align: center !important;
    }


    .linkh {
        margin-bottom: 20px !important;
        text-align: center !important;
    }
}

@media (max-width: 768px) {
    .footer-links li {
        margin-bottom: 12px !important;
    }

    .footer-links a {
        font-size: 13px !important;
    }

    .footer-col-links-wrapper {
        gap: 30px !important;
    }
}

@media (max-width: 576px) {

    .footer-col-links-wrapper {
        flex-direction: column !important;
        gap: 30px !important;
    }

    .footer-col-half {
        width: 100% !important;
        text-align: center !important;
    }

    .footer-links li {
        display: block !important;
        margin-bottom: 12px !important;
    }

    .footer-links li:last-child {
        margin-bottom: 0 !important;
    }

    .footer-links a {
        white-space: nowrap !important;
        font-size: 13px !important;
    }

    .linkh {
        margin-bottom: 15px !important;
    }
}

.footer-links br {
    display: none !important;
}

.footer-links li {
    display: block !important;
    width: 100% !important;
    margin-bottom: 15px !important;
}

.footer-links li:last-child {
    margin-bottom: 0 !important;
}

.footer-links li a {
    white-space: nowrap !important;
    display: inline-block !important;
}

@media (max-width: 992px) {
    .footer-links br {
        display: none !important;
    }

    .footer-links li {
        display: block !important;
        margin-bottom: 15px !important;
        text-align: center !important;
    }

    .footer-links li:last-child {
        margin-bottom: 0 !important;
    }

    .footer-links a {
        white-space: nowrap !important;
        font-size: 14px !important;
    }

    .footer-col-links-wrapper {
        display: flex !important;
        flex-direction: row !important;
        gap: 40px !important;
        justify-content: center !important;
    }

    .footer-col-half {
        width: 50% !important;
        text-align: center !important;
    }

    .linkh {
        margin-bottom: 20px !important;
        text-align: center !important;
    }
}

@media (max-width: 768px) {
    .footer-links li {
        margin-bottom: 12px !important;
    }

    .footer-links a {
        font-size: 13px !important;
    }

    .footer-col-links-wrapper {
        gap: 30px !important;
    }
}

@media (max-width: 576px) {
    .footer-col-links-wrapper {
        flex-direction: column !important;
        gap: 30px !important;
    }

    .footer-col-half {
        width: 100% !important;
        text-align: center !important;
    }

    .footer-links li {
        display: block !important;
        margin-bottom: 12px !important;
    }

    .footer-links li:last-child {
        margin-bottom: 0 !important;
    }

    .footer-links a {
        white-space: nowrap !important;
        font-size: 13px !important;
    }

    .linkh {
        margin-bottom: 15px !important;
    }
}


@media (max-width: 992px) {
    .videoimg {
        margin-top: 50px !important;
        margin-bottom: 0 !important;
        position: relative !important;
        clear: both !important;
    }
}

@media (max-width: 768px) {
    .videoimg {
        margin-top: 60px !important;
    }
}

@media (max-width: 576px) {
    .videoimg {
        margin-top: 2px !important;
    }
}

.aboutcompany {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
    overflow: visible !important;
    clear: both !important;
}


.aboutcompany .row {
    display: flex !important;
    flex-wrap: wrap !important;
    overflow: visible !important;
}

@media (max-width: 992px) {
    .aboutcompany {
        position: relative !important;
        top: auto !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        overflow: visible !important;
    }

    .aboutcompany .row {
        flex-direction: column !important;
        overflow: visible !important;
    }

    .left-content,
    .right-content {
        position: relative !important;
        top: auto !important;
        overflow: visible !important;
    }
}


.container-fluid,
.content,
.aboutcompany {
    overflow-x: visible !important;
    overflow-y: visible !important;
}


@media (max-width: 992px) {
    .aboutcompany {
        text-align: center !important;
        padding: 40px 20px !important;
    }

    .aboutcompany .row {
        flex-direction: column !important;
        text-align: center !important;
    }

    .left-content {
        text-align: center !important;
        margin-bottom: 40px !important;
        padding: 0 15px !important;
    }

    .left-content .tag {
        display: inline-block !important;
        margin: 0 auto 15px auto !important;
    }

    .left-content h2 {
        font-size: 32px !important;
        text-align: center !important;
        margin-bottom: 20px !important;
    }

    .left-content p {
        text-align: center !important;
        font-size: 15px !important;
        line-height: 1.6 !important;
    }

    .right-content {
        text-align: center !important;
        padding: 0 15px !important;
    }

    .faq-item {
        text-align: left !important;
        margin-bottom: 20px !important;
    }

    .faq-header {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        flex-wrap: wrap !important;
    }

    .faq-header h6 {
        font-size: 18px !important;
        text-align: left !important;
        flex: 1 !important;
    }

    .toggle-icon {
        font-size: 20px !important;
    }

    .faq-body {
        text-align: left !important;
        padding: 10px 0 !important;
    }

    .faq-body p {
        font-size: 14px !important;
        line-height: 1.6 !important;
    }
}

@media (max-width: 768px) {
    .aboutcompany {
        padding: 30px 15px !important;
    }

    .left-content h2 {
        font-size: 28px !important;
    }

    .left-content p {
        font-size: 14px !important;
    }

    .faq-header h6 {
        font-size: 16px !important;
    }
}

@media (max-width: 576px) {
    .aboutcompany {
        padding: 25px 12px !important;
    }

    .left-content h2 {
        font-size: 24px !important;
    }

    .left-content p {
        font-size: 13px !important;
    }

    .faq-header h6 {
        font-size: 15px !important;
    }

    .faq-body p {
        font-size: 13px !important;
    }
}

.mobile-toggle-btn {
    display: none;
    flex-direction: column !important;
    align-items: flex-end !important;
    justify-content: center !important;
    gap: 4px !important;
    width: 30px !important;
    height: 30px !important;
    background: transparent !important;
    border: none !important;
    cursor: pointer !important;
    padding: 0 !important;
    margin-left: auto !important;
    z-index: 100 !important;
}

@media (max-width: 992px) {
    .mobile-toggle-btn {
        display: flex !important;
    }
}

.mobile-toggle-btn .line {
    display: block !important;
    height: 2px !important;
    background-color: black !important;
    border-radius: 2px !important;
    transition: all 0.3s ease !important;
}

.mobile-toggle-btn .line:nth-child(1) {
    width: 24px !important;
}

.mobile-toggle-btn .line:nth-child(2) {
    width: 14px !important;
}

.mobile-toggle-btn .line:nth-child(3) {
    width: 24px !important;
}

.mobile-toggle-btn:hover .line {
    background-color: #97BAC7 !important;
}


@media (max-width: 992px) {
    .service-grid {
        display: flex !important;
        flex-direction: column !important;
        gap: 30px !important;
        width: 100% !important;
        max-width: 500px !important;
        margin: 0 auto !important;
        padding: 0 15px !important;
    }

    .service-card {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 auto !important;
        position: relative !important;
        overflow: hidden !important;
        border-radius: 12px !important;
    }

    .card-inner {
        width: 100% !important;
        padding: 40px 25px !important;
        min-height: 340px !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: flex-end !important;
        position: relative !important;
        background: #fff !important;
    }
	
	    .card-inner1 {
        width: 100% !important;
        padding: 40px 25px !important;
        min-height: 480px !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: flex-end !important;
        position: relative !important;
        background: rgba(0, 0, 0, 0); !important;
    }

    .hover-content {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        padding: 40px 25px !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        background: rgba(34, 48, 53, 0.95) !important;
        opacity: 0 !important;
        transition: opacity 0.3s ease !important;
    }

    .service-card:hover .hover-content {
        opacity: 1 !important;
    }

    .card-inner img[alt="main-img"],
    .hover-content img[alt="main-img"] {
        position: absolute !important;
        top: 0 !important;
        right: 0 !important;
        width: 130px !important;
        height: 130px !important;
        object-fit: cover !important;
        border-radius: 0 0 0 100px !important;
    }
	   .card-inner1 img[alt="main-img"],
    .hover-content img[alt="main-img"] {
        position: absolute !important;
        top: 0 !important;
        right: 0 !important;
        width: 130px !important;
        height: 130px !important;
        object-fit: cover !important;
        border-radius: 0 0 0 100px !important;
    }

    .service-icon {
        margin-bottom: 20px !important;
        margin-top: 0 !important;
    }

    .service-icon img {
        width: 55px !important;
        height: auto !important;
    }

    .service-title {
        margin-bottom: 12px !important;
    }

    .service-title a {
        font-size: 22px !important;
        font-weight: 700 !important;
        text-decoration: none !important;
        color: #223035 !important;
    }

    .hover-content .service-title a {
        color: #fff !important;
    }

    .service-excerpt {
        font-size: 14px !important;
        line-height: 1.6 !important;
        color: #5f6c72 !important;
        margin-bottom: 20px !important;
    }

    .hover-content .service-excerpt {
        color: #d1e0e5 !important;
    }

    .btn-details {
        display: inline-flex !important;
        align-items: center !important;
        gap: 8px !important;
        background: transparent !important;
        color: #fff !important;
        border: 1px solid #fff !important;
        padding: 10px 20px !important;
        border-radius: 30px !important;
        font-size: 14px !important;
        font-weight: 500 !important;
        text-decoration: none !important;
        width: fit-content !important;
        margin-top: 10px !important;
        transition: all 0.3s ease !important;
    }

    .btn-details i {
        font-size: 14px !important;
        transition: transform 0.3s ease !important;
    }

    .btn-details:hover {
        background: #fff !important;
        color: #223035 !important;
    }

    .btn-details:hover i {
        transform: rotate(360deg) !important;
    }
}

@media (max-width: 768px) {
    .service-grid {
        max-width: 450px !important;
        gap: 25px !important;
    }



    .hover-content {
        padding: 35px 20px !important;
    }


    .service-icon img {
        width: 48px !important;
    }

    .service-title a {
        font-size: 20px !important;
    }

    .service-excerpt {
        font-size: 13px !important;
    }

    .btn-details {
        padding: 8px 18px !important;
        font-size: 13px !important;
    }
}

@media (max-width: 576px) {
    .service-grid {
        max-width: 100% !important;
        gap: 20px !important;
        padding: 0 12px !important;
    }



    .hover-content {
        padding: 30px 15px !important;
    }


    .service-icon img {
        width: 40px !important;
    }

    .service-title a {
        font-size: 18px !important;
    }

    .service-excerpt {
        font-size: 12px !important;
    }

    .btn-details {
        padding: 7px 15px !important;
        font-size: 12px !important;
    }
}


@media (max-width: 768px) {
    .services-section {
        padding: 50px 0 !important;
    }

    .section-heading {
        text-align: center !important;
        margin-bottom: 40px !important;
    }

    .section-heading h2 {
        font-size: 28px !important;
        line-height: 1.3 !important;
        padding: 0 15px !important;
    }

    .section-heading h2 span {
        display: inline-block !important;
    }

    .subtitle-badge {
        font-size: 12px !important;
        display: inline-block !important;
        margin-bottom: 15px !important;
    }
}

@media (max-width: 992px) {

    .card-inner img[alt="main-img"],
    .hover-content img[alt="main-img"] {
        width: 180px !important;
        height: 180px !important;
    }
}
    .card-inner1 img[alt="main-img"],
    .hover-content img[alt="main-img"] {
        width: 180px !important;
        height: 180px !important;
    }
}

@media (max-width: 768px) {

    .card-inner img[alt="main-img"],
    .hover-content img[alt="main-img"] {
        width: 160px !important;
        height: 160px !important;
    }
}

   .card-inner1 img[alt="main-img"],
    .hover-content img[alt="main-img"] {
        width: 160px !important;
        height: 160px !important;
    }
}

@media (max-width: 576px) {

    .card-inner img[alt="main-img"],
    .hover-content img[alt="main-img"] {
        width: 140px !important;
        height: 140px !important;
    }
}
    .card-inner1 img[alt="main-img"],
    .hover-content img[alt="main-img"] {
        width: 140px !important;
        height: 140px !important;
    }
}

@media (max-width: 992px) {

    .card-inner img[alt="main-img"],
    .hover-content img[alt="main-img"] {
        position: absolute !important;
        top: -10px !important;
        right: -10px !important;
        width: 170px !important;
        height: 170px !important;
        object-fit: cover !important;
    }
}

    .card-inner1 img[alt="main-img"],
    .hover-content img[alt="main-img"] {
        position: absolute !important;
        top: -10px !important;
        right: -10px !important;
        width: 170px !important;
        height: 170px !important;
        object-fit: cover !important;
    }
}

@media (max-width: 768px) {

    .card-inner img[alt="main-img"],
    .hover-content img[alt="main-img"] {
        top: -8px !important;
        right: -8px !important;
        width: 150px !important;
        height: 150px !important;
    }
}

    .card-inner1 img[alt="main-img"],
    .hover-content img[alt="main-img"] {
        top: -8px !important;
        right: -8px !important;
        width: 150px !important;
        height: 150px !important;
    }
}

@media (max-width: 576px) {

    .card-inner img[alt="main-img"],
    .hover-content img[alt="main-img"] {
        top: -5px !important;
        right: -5px !important;
        width: 130px !important;
        height: 130px !important;
    }
}

    .card-inner1 img[alt="main-img"],
    .hover-content img[alt="main-img"] {
        top: -5px !important;
        right: -5px !important;
        width: 130px !important;
        height: 130px !important;
    }
}


@media (max-width: 992px) {
    .service-details-section {
        padding: 40px 20px !important;
    }

    .service-details-section .service-grid {
        display: flex !important;
        flex-direction: column !important;
        gap: 40px !important;
    }

    .service-content {
        width: 100% !important;
        padding: 0 !important;
    }

    .service-sidebar {
        width: 100% !important;
        position: relative !important;
        top: auto !important;
        padding-left: 0 !important;
        margin-top: 20px !important;
    }

    .service-title {
        font-size: 32px !important;
        text-align: center !important;
        margin-bottom: 20px !important;
    }

    .service-text p {
        font-size: 14px !important;
        line-height: 1.6 !important;
        text-align: left !important;
        margin-bottom: 15px !important;
    }

    .quote-text {
        font-size: 16px !important;
        padding: 15px !important;
        margin: 20px 0 !important;
        text-align: center !important;
    }

    .management-heading,
    .challenges-heading {
        font-size: 28px !important;
        text-align: center !important;
        margin: 30px 0 15px !important;
    }

    .service-image-main img {
        width: 100% !important;
        height: auto !important;
        border-radius: 12px !important;
    }

    .two-column-images {
        display: flex !important;
        flex-direction: column !important;
        gap: 15px !important;
        margin: 20px 0 !important;
    }

    .two-column-images img {
        width: 100% !important;
        height: auto !important;
        border-radius: 10px !important;
    }

    .sidebar-widget {
        padding: 20px !important;
        background: #f5f5f5 !important;
        border-radius: 12px !important;
    }

    .sidebar-widget h4 {
        font-size: 20px !important;
        text-align: center !important;
        margin-bottom: 20px !important;
    }


    .recent-posts-list {
        padding: 0 !important;
    }

    .recent-posts-list li {
        border-bottom: 1px solid #ddd !important;
        padding: 12px 0 !important;
    }

    .recent-posts-list li:first-child {
        border-top: 1px solid #ddd !important;
    }

    .recent-posts-list li a {
        display: flex !important;
        align-items: center !important;
        gap: 12px !important;
        font-size: 14px !important;
        line-height: 1.4 !important;
        padding: 5px 0 !important;
    }

    .recent-posts-list li a svg {
        width: 25px !important;
        height: auto !important;
        flex-shrink: 0 !important;
    }
}

@media (max-width: 768px) {
    .service-details-section {
        padding: 30px 15px !important;
    }

    .service-title {
        font-size: 26px !important;
    }

    .management-heading,
    .challenges-heading {
        font-size: 24px !important;
    }

    .quote-text {
        font-size: 14px !important;
        padding: 12px !important;
    }

    .service-text p {
        font-size: 13px !important;
    }

    .sidebar-widget h4 {
        font-size: 18px !important;
    }

    .recent-posts-list li a {
        font-size: 13px !important;
        gap: 10px !important;
    }

    .recent-posts-list li a svg {
        width: 22px !important;
    }
}

@media (max-width: 576px) {
    .service-details-section {
        padding: 20px 12px !important;
    }

    .service-title {
        font-size: 22px !important;
    }

    .management-heading,
    .challenges-heading {
        font-size: 20px !important;
    }

    .quote-text {
        font-size: 13px !important;
        padding: 10px !important;
    }

    .service-text p {
        font-size: 12px !important;
    }

    .recent-posts-list li a {
        font-size: 12px !important;
        flex-wrap: wrap !important;
        gap: 8px !important;
    }

    .recent-posts-list li a svg {
        width: 20px !important;
    }
}

.sidebar-nav-list>li.open .sidebar-submenu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    padding-bottom: 12px !important;
    padding-top: 12px !important;
}

.sidebar-nav-list>li.open .sidebar-submenu li:last-child {
    border-bottom: none !important;
}

.sidebar-nav-list>li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.sidebar-nav-list>li:last-child {
    border-bottom: none !important;
}


@media (max-width: 992px) {

    .footer-top {
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
    }

    .footer-left {
        width: 100% !important;
        padding: 40px 25px !important;
        text-align: left !important;
    }

    .footer-left .footer-col {
        text-align: left !important;
    }

    .footer-left .logo {
        justify-content: flex-start !important;
    }

    .logomargin p {
        text-align: left !important;
    }

    .footer-contact-label,
    .footer-address-label {
        text-align: left !important;
    }

    .footer-contact-item {
        justify-content: flex-start !important;
    }

    .footer-address-item {
        justify-content: flex-start !important;
        text-align: left !important;
    }

    .footer-right {
        width: 100% !important;
        padding: 40px 25px !important;
        text-align: left !important;
    }

    .footer-right .footer-col {
        margin-left: 0 !important;
        text-align: left !important;
    }

    .newsletter-col h4 {
        text-align: left !important;
    }

    .newsletter-text {
        text-align: left !important;
    }

    .newsletter-form {
        max-width: 100% !important;
        margin: 0 !important;
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: flex-start !important;
        align-items: center !important;
        gap: 10px !important;
        border-bottom: none !important;
    }

    .newsletter-form input {
        width: 280px !important;
        text-align: left !important;
        border-bottom: 1px solid #3a4a5a !important;
        padding: 8px 0 !important;
        background: transparent !important;
        border-top: none !important;
        border-left: none !important;
        border-right: none !important;
    }

    .btn-subscribe {
        white-space: nowrap !important;
        background: #2a3a4a !important;
        border: 1px solid #3a4a5a !important;
        border-radius: 20px !important;
        padding: 8px 16px !important;
        color: #ccc !important;
        cursor: pointer !important;
    }

    .btn-subscribe:hover {
        background: #3a4a5a !important;
    }

    .footer-col-links-wrapper {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        gap: 40px !important;
        max-width: 100% !important;
        margin-top: 30px !important;
        text-align: left !important;
    }

    .footer-col-half {
        text-align: left !important;
    }

    .linkh {
        text-align: left !important;
        margin-left: 0 !important;
        margin-bottom: 15px !important;
    }

    .footer-links {
        padding: 0 !important;
        text-align: left !important;
    }

    .footer-links li {
        display: block !important;
        margin-bottom: 10px !important;
        text-align: left !important;
    }

    .footer-links a {
        white-space: nowrap !important;
        font-size: 14px !important;
        text-align: left !important;
    }


    .footer-links br {
        display: none !important;
    }

    .footer-bottom {
        display: flex !important;
        flex-direction: column !important;
        justify-content: flex-start !important;
        text-align: left !important;
        padding: 20px 25px !important;
        gap: 15px !important;
    }

    .footer-social {
        justify-content: flex-start !important;
    }

    .footer-bottom span {
        text-align: center !important;
    }

    .footer-bottom-right {
        justify-content: flex-start !important;
        gap: 20px !important;
    }
}

@media (max-width: 768px) {
    .footer-left {
        padding: 35px 20px !important;
    }

    .footer-right {
        padding: 35px 20px !important;
    }

    .footer-col-links-wrapper {
        gap: 30px !important;
    }

    .footer-links a {
        font-size: 13px !important;
    }

    .newsletter-text {
        font-size: 14px !important;
        text-align: left !important;
    }
}

@media (max-width: 576px) {
    .footer-left {
        padding: 30px 15px !important;
    }

    .footer-right {
        padding: 30px 15px !important;
    }

    .footer-col-links-wrapper {
        grid-template-columns: 1fr 1fr !important;
        gap: 20px !important;
    }

    .footer-links li {
        margin-bottom: 8px !important;
    }

    .footer-links a {
        font-size: 12px !important;
        white-space: normal !important;
        word-break: keep-all !important;
    }

    .newsletter-form {
        flex-direction: column !important;
        gap: 12px !important;
    }

    .newsletter-form input {
        width: 100% !important;
    }

    .btn-subscribe {
        width: 40% !important;
        justify-content: center !important;
    }

    .footer-bottom {
        padding: 15px !important;
    }
}

.side-popup .close-btn {
    position: absolute !important;
    top: 20px !important;
    right: 20px !important;
    width: 30px !important;
    height: 30px !important;
    background: transparent !important;
    border: none !important;
    cursor: pointer !important;
    z-index: 100 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.side-popup .close-btn i {
    position: absolute !important;
    font-size: 24px !important;
    color: #333 !important;
    transition: 0.3s ease !important;
}

.side-popup .close-btn .icon-x {
    opacity: 1 !important;
    display: block !important;
}

.side-popup .close-btn .icon-minus {
    opacity: 0 !important;
    display: block !important;
}

.side-popup .close-btn:hover .icon-x {
    opacity: 0 !important;
}

.side-popup .close-btn:hover .icon-minus {
    opacity: 1 !important;
}

.side-popup .close-btn:hover {
    background: transparent !important;
    transform: none !important;
}

@media (max-width: 768px) {
    .side-popup .close-btn {
        top: 15px !important;
        right: 15px !important;
        width: 25px !important;
        height: 25px !important;
    }

    .side-popup .close-btn i {
        font-size: 20px !important;
    }
}

@media (max-width: 768px) {

    .service-scroll-container {
        scroll-snap-type: x mandatory !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
    }

    .service-track {
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        width: max-content !important;
        gap: 12px !important;
        padding: 4px 16px !important;
    }

    .service-snap-item {
        width: 88vw !important;
        flex-shrink: 0 !important;
        scroll-snap-align: start !important;
        scroll-snap-stop: always !important;
    }


    .service-track .service-card,
    .home .service-track .service-card,
    body:not(.service-page) .service-track .service-card {
        flex: 0 0 100% !important;
        min-width: unset !important;
        width: 100% !important;
        box-sizing: border-box !important;
        min-height: unset !important;
        margin-top: 0 !important;
    }

}

@media (max-width: 768px) {

    .service-scroll-container {
        scroll-snap-type: x mandatory !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        scroll-behavior: smooth !important;
        -webkit-overflow-scrolling: touch !important;
        padding: 0 !important;
    }

    .service-track {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        gap: 0 !important;
        padding: 0 !important;
    }

    .service-track .service-card,
    .home .service-track .service-card,
    body:not(.service-page) .service-track .service-card {
        flex: 0 0 100% !important;
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
        scroll-snap-align: start !important;
        scroll-snap-stop: always !important;
        margin: 0 !important;
        padding: 30px 20px !important;
        box-sizing: border-box !important;
    }


    .service-track .service-card .icon {
        font-size: 50px !important;
        margin-bottom: 18px !important;
    }

    .service-track .service-card h4 {
        font-size: 24px !important;
        margin-bottom: 12px !important;
    }

    .service-track .service-card p {
        font-size: 15px !important;
        line-height: 1.5 !important;
    }

    .service-track .service-card .arrow {
        font-size: 30px !important;
        margin-top: 15px !important;
    }


    .service-scroll-container::-webkit-scrollbar {
        display: none !important;
    }

    .service-scroll-container {
        scrollbar-width: none !important;
        -ms-overflow-style: none !important;
    }
}

@media (max-width: 768px) {
    .container-fluid.service {
        padding-left: 0 !important;
        padding-right: 0 !important;
        overflow: hidden !important;
    }
}

@media (max-width: 768px) {
    .testimonial-right {
        overflow: visible !important;
        min-width: auto !important;
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .testimonial-scroll-container {
        overflow-x: auto !important;
        overflow-y: hidden !important;
        scroll-snap-type: x mandatory !important;
        -webkit-overflow-scrolling: touch !important;
        scroll-behavior: smooth !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }


    .testimonial-scroll-container::-webkit-scrollbar {
        display: none !important;
    }

    .testimonial-scroll-container {
        scrollbar-width: none !important;
        -ms-overflow-style: none !important;
    }

    .testimonial-track {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        gap: 0 !important;
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
    }


    .testimonial-slide {
        flex: 0 0 100% !important;
        min-width: 100% !important;
        width: 100% !important;
        scroll-snap-align: start !important;
        scroll-snap-stop: always !important;

        background: rgba(255, 255, 255, 0.08) !important;
        backdrop-filter: blur(10px) !important;
        border-radius: 20px !important;
        padding: 35px 25px !important;
        margin: 0 !important;
        box-sizing: border-box !important;
    }


    .testimonial-text {
        font-size: 16px !important;
        line-height: 1.6 !important;
        margin-bottom: 20px !important;
    }

    .quote-icon {
        font-size: 70px !important;
        margin-bottom: 15px !important;
    }

    .testimonial-author h4 {
        font-size: 18px !important;
        margin-bottom: 5px !important;
    }

    .testimonial-author span {
        font-size: 13px !important;
    }

    .testimonial-author::before {
        left: 0 !important;
        transform: none !important;
        width: 50px !important;
    }

    .testimonial-arrows {
        display: flex !important;
        justify-content: center !important;
        gap: 20px !important;
        margin-top: 30px !important;
        width: 100% !important;
    }

    .testimonial-arrow {
        width: 50px !important;
        height: 50px !important;
        border-radius: 50px !important;
    }

    .testimonial-arrow i {
        font-size: 24px !important;
    }
}


@media (max-width: 480px) {
    .testimonial-slide {
        padding: 30px 20px !important;
    }

    .testimonial-text {
        font-size: 15px !important;
    }

    .quote-icon {
        font-size: 60px !important;
    }

    .testimonial-heading {
        font-size: 28px !important;
    }

    .stats-number {
        font-size: 50px !important;
    }
}

@media (min-width: 769px) {
    .testimonial-track {
        gap: 30px !important;
    }

    .testimonial-slide {
        flex: 0 0 500px !important;
        min-width: 500px !important;
    }
}

.partner-section {
    position: relative;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    cursor: grab;
    background-color: #223035;
    padding: 60px 0;
    user-select: none;
    -webkit-user-select: none;
}

.partner-section:active {
    cursor: grabbing;
}

.partner-section::-webkit-scrollbar {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
}

.partner-section {
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
}

.partner-track {
    display: flex;
    gap: 0;
    width: fit-content;
}

.partner-slide {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    position: relative;
    background: transparent;
}


@media (min-width: 992px) {
    .partner-slide {
        min-width: 280px;
        padding: 30px 40px;
    }

    .partner-slide::after {
        content: "";
        position: absolute;
        right: 0;
        top: 20%;
        height: 60%;
        width: 1px;
        background: rgba(255, 255, 255, 0.25);
    }

    .partner-slide:last-child::after {
        display: none;
    }

    .partner-section {
        cursor: grab;
        overflow-x: auto;
    }

    .partner-section:active {
        cursor: grabbing;
    }
}


@media (min-width: 769px) and (max-width: 991px) {
    .partner-slide {
        min-width: 260px;
        padding: 25px 35px;
    }

    .partner-slide::after {
        content: "";
        position: absolute;
        right: 0;
        top: 20%;
        height: 60%;
        width: 1px;
        background: rgba(255, 255, 255, 0.25);
    }

    .partner-slide:last-child::after {
        display: none;
    }

    .partner-section {
        cursor: grab;
    }

    .partner-section:active {
        cursor: grabbing;
    }
}

@media (max-width: 768px) {
    .partner-section {
        overflow-x: auto !important;
        overflow-y: hidden !important;
        scroll-snap-type: x mandatory !important;
        -webkit-overflow-scrolling: touch !important;
        cursor: grab !important;
        padding: 40px 0 !important;
    }

    .partner-section:active {
        cursor: grabbing !important;
    }

    .partner-section::-webkit-scrollbar {
        display: none !important;
    }

    .partner-section {
        scrollbar-width: none !important;
        -ms-overflow-style: none !important;
    }

    .partner-track {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        gap: 0 !important;
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .partner-slide {
        flex: 0 0 100% !important;
        min-width: 100% !important;
        width: 100% !important;
        scroll-snap-align: start !important;
        scroll-snap-stop: always !important;

        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;

        padding: 30px 20px !important;
        margin: 0 !important;
        box-sizing: border-box !important;
    }

    .partner-slide::after {
        display: none !important;
    }

    .partner-slide img {
        max-width: 200px !important;
        max-height: 100px !important;
        width: auto !important;
        height: auto !important;
        object-fit: contain !important;
        margin: 0 auto !important;
        filter: brightness(0) invert(1);
        opacity: 0.9;
        transition: all 0.3s ease;
        pointer-events: none;
    }
}


@media (max-width: 480px) {
    .partner-slide {
        padding: 25px 15px !important;
    }

    .partner-slide img {
        max-width: 160px !important;
        max-height: 80px !important;
    }
}


.partner-section {
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
}

@media (min-width: 992px) {
    .container-fluid.content .row {
        display: flex;
        flex-wrap: wrap;
    }

    .container-fluid.content .col-md-4 {
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
}

@media (max-width: 991px) {
    .container-fluid.content {
        overflow-x: hidden !important;
        padding: 40px 0 !important;
    }


    .container-fluid.content .row:first-child {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        scroll-snap-type: x mandatory !important;
        -webkit-overflow-scrolling: touch !important;
        scroll-behavior: smooth !important;
        margin: 0 !important;
        padding: 0 !important;
        gap: 0 !important;
        cursor: grab !important;
    }

    .container-fluid.content .row:first-child:active {
        cursor: grabbing !important;
    }


    .container-fluid.content .row:first-child::-webkit-scrollbar {
        display: none !important;
    }

    .container-fluid.content .row:first-child {
        scrollbar-width: none !important;
        -ms-overflow-style: none !important;
    }

    .container-fluid.content .col-md-4 {
        flex: 0 0 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
        scroll-snap-align: start !important;
        scroll-snap-stop: always !important;


        position: relative !important;
        padding: 30px 25px !important;
        margin: 0 !important;
        box-sizing: border-box !important;
        text-align: center !important;
    }


    .container-fluid.content .col-md-4::after {
        display: none !important;
    }


    .container-fluid.content .col-md-4 h3 {
        font-size: 24px !important;
        margin-bottom: 15px !important;
    }


    .container-fluid.content .col-md-4 p {
        font-size: 18px !important;
        line-height: 1.5 !important;
        margin-bottom: 20px !important;
        max-width: 90% !important;
        margin-left: auto !important;
        margin-right: auto !important;

        br {
            display: none !important;
        }
    }

    .container-fluid.content .col-md-4 .blog-btn {
        margin: 0 auto !important;
        display: inline-flex !important;
    }


    .content-line {
        margin: 20px 0 !important;
    }
}


@media (min-width: 768px) and (max-width: 991px) {
    .container-fluid.content .col-md-4 {
        padding: 35px 30px !important;
    }

    .container-fluid.content .col-md-4 h3 {
        font-size: 28px !important;
    }

    .container-fluid.content .col-md-4 p {
        font-size: 20px !important;
        line-height: 1.5 !important;
        max-width: 85% !important;
    }
}


@media (max-width: 767px) {
    .container-fluid.content .col-md-4 {
        padding: 25px 20px !important;
    }

    .container-fluid.content .col-md-4 h3 {
        font-size: 24px !important;
    }

    .container-fluid.content .col-md-4 p {
        font-size: 18px !important;
        line-height: 1.5 !important;
        max-width: 95% !important;
    }
}


@media (max-width: 576px) {
    .container-fluid.content .col-md-4 {
        padding: 20px 15px !important;
    }

    .container-fluid.content .col-md-4 h3 {
        font-size: 22px !important;
    }

    .container-fluid.content .col-md-4 p {
        font-size: 16px !important;
        line-height: 1.5 !important;
        max-width: 100% !important;
    }
}

@media (max-width: 480px) {
    .container-fluid.content .col-md-4 p {
        font-size: 15px !important;
    }
}

@media (max-width: 991px) {
    .container-fluid.content .col-md-4 p br {
        display: none !important;
    }
}

nav {
    background: #fff;
    padding: 0 60px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    height: 72px;
    z-index: 100;
}


@media (max-width: 992px) {
    nav {
        background-color: #fff !important;
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        flex-direction: row !important;
        padding: 12px 20px !important;
        height: auto !important;
        min-height: 60px !important;
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        z-index: 1000 !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2) !important;
    }

    .header-bg {
        padding-top: 60px !important;
        margin-top: 0 !important;
    }

    .topbar {
        display: none !important;
    }

    .nav-links {
        display: none !important;
    }

    .nav-right {
        display: none !important;
    }

    .mobile-toggle-btn {
        display: flex !important;
    }

    .logo {
        margin: 0 !important;
        padding: 0 !important;
    }

    .logo::after {
        display: none !important;
    }

    .header-logo {
        max-height: 35px !important;
        width: auto !important;
    }
}

@media (min-width: 993px) {
    nav {
        position: sticky !important;
        top: 0 !important;
        background-color: #fff !important;
    }

    .header-bg {
        padding-top: 0 !important;
    }
}


@media (max-width: 992px) {
    .hero-slider-container {
        padding: 100px 20px 60px !important;
        margin-top: 0 !important;
    }

    .header-bg {
        min-height: auto !important;
        height: auto !important;
    }
}


@media (max-width: 992px) {
    body {
        padding-top: 0 !important;
    }

    .content,
    .service,
    .chooseus,
    .watermark-scroll,
    .companyskills,
    .team,
    .testimonial-section,
    .partner-section,
    .news,
    footer,
    .videoimg,
    .aboutcompany {
        position: relative !important;
        top: auto !important;
        transform: none !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
}

nav.navbar-scrolled {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3) !important;
    background-color: #0f1a1e !important;
}


nav {
    background: #fff;
    padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 60px;
	padding-left: 0px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    height: 72px;
    z-index: 100;
    transition: all 0.3s ease;
}


@media (min-width: 992px) {
    nav {
        position: relative !important;
        top: 0 !important;
        width: 100% !important;
        background-color: #fff !important;
    }


    nav.navbar-sticky {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        background-color: #fff !important;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2) !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
        animation: slideDown 0.3s ease forwards !important;
        z-index: 1000 !important;
    }

    @keyframes slideDown {
        0% {
            transform: translateY(-100%);
        }

        100% {
            transform: translateY(0);
        }
    }

    body.navbar-sticky-active .header-bg {
        transition: padding-top 0.3s ease;
    }

    body.navbar-sticky-active .header-bg {
        padding-top: 72px !important;
    }
}


@media (max-width: 991px) {
    nav {
        background-color: #fff !important;
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        flex-direction: row !important;
        padding: 12px 20px !important;
        height: auto !important;
        min-height: 60px !important;
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        z-index: 1000 !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2) !important;
    }

    .header-bg {
        padding-top: 60px !important;
    }


    .topbar {
        display: none !important;
    }

    .nav-links {
        display: none !important;
    }

    .nav-right {
        display: none !important;
    }

    .mobile-toggle-btn {
        display: flex !important;
    }

    .logo {
        margin: 0 !important;
        padding: 0 !important;
    }

    .logo::after {
        display: none !important;
    }

    .header-logo {
        max-height: 35px !important;
        width: auto !important;
    }

    .hero-slider-container {
        padding: 100px 20px 60px !important;
    }
}

.row-scrollable,
#scrollableRow {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  scroll-behavior: auto !important;
  -webkit-overflow-scrolling: touch !important;
  cursor: grab !important;
  margin: 0 !important;
  padding: 20px 10px !important;
  gap: 16px !important;
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
}

.row-scrollable::-webkit-scrollbar,
#scrollableRow::-webkit-scrollbar {
  display: none !important;
}

.row-scrollable.active,
#scrollableRow.active {
  cursor: grabbing !important;
}

@media (min-width: 992px) {
  .row-scrollable .col-md-4,
  #scrollableRow .col-md-4 {
    flex: 0 0 33.333% !important;
    min-width: 33.333% !important;
    max-width: 33.333% !important;
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .row-scrollable .col-md-4,
  #scrollableRow .col-md-4 {
    flex: 0 0 50% !important;
    min-width: 50% !important;
    max-width: 50% !important;
  }
}

@media (max-width: 768px) {
  .row-scrollable .col-md-4,
  #scrollableRow .col-md-4 {
    flex: 0 0 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    text-align: center !important;
  }

  .row-scrollable .col-md-4 p br,
  #scrollableRow .col-md-4 p br {
    display: none !important;
  }

  .row-scrollable .col-md-4 .blog-btn,
  #scrollableRow .col-md-4 .blog-btn {
    margin: 0 auto !important;
    display: inline-flex !important;
  }
}
.partner-section {
    position: relative;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    cursor: grab;
    background-color: #223035;
    padding: 60px 0;
    user-select: none;
    -webkit-user-select: none;
}

.partner-section:active {
    cursor: grabbing;
}


.partner-section::-webkit-scrollbar {
    display: none !important;
}

.partner-section {
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
}

.partner-track {
    display: flex;
    gap: 0;
    width: fit-content;
}

.partner-slide {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    position: relative;
    background: transparent;
}


@media (min-width: 992px) {
    .partner-slide {
        min-width: 280px;
        padding: 30px 40px;
    }

    .partner-slide::after {
        content: "";
        position: absolute;
        right: 0;
        top: 20%;
        height: 60%;
        width: 1px;
        background: rgba(255, 255, 255, 0.25);
    }

    .partner-slide:last-child::after {
        display: none;
    }
}

@media (min-width: 769px) and (max-width: 991px) {
    .partner-slide {
        min-width: 260px;
        padding: 25px 35px;
    }

    .partner-slide::after {
        content: "";
        position: absolute;
        right: 0;
        top: 20%;
        height: 60%;
        width: 1px;
        background: rgba(255, 255, 255, 0.25);
    }

    .partner-slide:last-child::after {
        display: none;
    }
}

@media (max-width: 768px) {
    .partner-section {
        overflow-x: auto !important;
        scroll-snap-type: x mandatory !important;
        padding: 40px 0 !important;
    }

    .partner-track {
        display: flex !important;
        width: 100% !important;
    }

    .partner-slide {
        flex: 0 0 100% !important;
        min-width: 100% !important;
        scroll-snap-align: start !important;
        padding: 30px 20px !important;
    }

    .partner-slide::after {
        display: none !important;
    }

    .partner-slide img {
        max-width: 200px !important;
        max-height: 100px !important;
    }
}

@media (max-width: 480px) {
    .partner-slide img {
        max-width: 160px !important;
        max-height: 80px !important;
    }
}


body.about-page {


    .choose-section {
        margin: 60px auto 0;
    }


    .choose-header {
        text-align: center;
        max-width: 680px;
        margin: 0 auto 70px;
    }

    .choose-header span {
        background: #E1F2F2;
        padding: 4px 10px;
        font-size: 12px;
        letter-spacing: 1.4px;
    }

    .choose-header h2 {
        font-size: 42px;
        margin-top: 20px;
    }

    .choose-row {
        display: flex;
        align-items: flex-start;
    }

    .left-col {
        text-align: right;
        padding-right: 30px;
    }


    .right-col {
        text-align: left;
        padding-left: 30px;
    }


    .icon-box {
        margin-bottom: 40px;
    }

    .icon {
        font-size: 50px;
        color: #223035;
        margin-bottom: 10px;
    }

    .icon-box h5 {
        font-size: 18px;
        margin: 10px 0;
    }

    .icon-box p {
        font-size: 14px;
        line-height: 1.6;
    }

    .center-img {
        text-align: center;
        position: relative;
        margin-top: -30px;
    }

    .center-img img:first-child {
        width: auto;
        max-width: 400px;
        border-radius: 592px 592px 0 0;
        height: 700px;
    }

    .center-img img:last-child {
        position: relative;
        margin-top: -555px;
        max-width: 84%;
        border-radius: 612px 612px 0 0;
        height: 530px;
        margin-left: 150px;
    }

    .choose-row .col-4:first-child {
        text-align: right;
        padding-right: 100px;
    }

    .choose-row .col-4:last-child {
        text-align: left;
        padding-left: 140px;
    }

    .dm-serif {
        font-family: 'DM Serif Display', serif;
        font-style: italic;
        font-weight: 400;
    }

    .icon i {
        display: inline-block;
    }

    .icon-box:hover .icon i {
        animation: iconSpinIn 0.6s ease;
    }

    @keyframes iconSpinIn {
        0% {
            transform: scale(1) rotate(0deg);
            opacity: 1;
        }

        40% {
            transform: scale(0.5) rotate(180deg);
            opacity: 0.5;
        }

        70% {
            transform: scale(0.2) rotate(360deg);
            opacity: 0;
        }

        100% {
            transform: scale(1) rotate(360deg);
            opacity: 1;
        }
    }

    .expmargin {
        margin-top: -30px;
    }
}

body.about-page .team {
    background-color: transparent !important;
    background: transparent !important;
}

body.about-page .team .container-fluid {
    background-color: transparent;
}

body.about-page .watermark-scroll {
    background: transparent !important;
    background-color: transparent !important;
}


body.about-page .team .content1 h3 {
    color: #000000 !important;
}

body.about-page .team .content1 h3 br+span,
body.about-page .team .content1 h3 .serif-line {
    font-family: 'DM Serif Display', serif !important;
    font-style: italic !important;
    font-weight: 400 !important;
}

body.about-page .team .content1 {
    margin-top: 60px;
    margin-bottom: 50px;
}


body.about-page .team .content1 span {
    margin-top: 30px;
    display: inline-block;
}

body.about-page .team .content1 h3 {
    margin-top: 25px;
    margin-bottom: 30px;
}

body.about-page .team .imgcontent {
    margin-top: 40px;
}

body.about-page .team .team-card {
    margin-top: 20px;
    margin-bottom: 20px;
}

.company-skill {
    background: #F3FAFA;
    padding: 120px 0;
    position: relative;
}

.skill-header {
    text-align: center;
    margin-bottom: 50px;
}

.skill-header span {
    background: #E1F2F2;
    color: #547079;
    padding: 4px 12px;
    font-size: 12px;
}

.skill-header h2 {
    font-size: 42px;
    margin-top: 20px;

}

.skill-header em {
    font-family: 'DM Serif Display', serif;
    font-style: italic;
}


.skill-video {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 60px;
    box-shadow: 0 40px 40px #B5CCCF;
}

.skill-video img {
    width: 100%;
    display: block;
}

.video-content {
    position: absolute;
    bottom: 30px;
    left: 30px;
    color: #fff;
}

.video-content h4 {
    max-width: 400px;
    font-size: 42px;
    margin-bottom: 20px;
}

.video-text-small {
    font-size: 15px;
}

.video-text-big {
    font-size: 20px;
}

.video-play-row {
    display: flex;
    align-items: center;
    gap: 15px;
}

.play-btn1 {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;

}

.play-btn1::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid #fff;
    animation: ripple 1.5s infinite;
    background: rgba(255, 255, 255, 0.2);
    filter: blur(2px);
}

@keyframes ripple {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(1.6);
        opacity: 0;
    }
}


.skill-bottom {
    align-items: center;
}


.progress-wrapper {
    display: flex;
    gap: 30px;
}

.circle {
    width: 90px;
    height: 90px;
    border: 2px solid #65BBBB;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.progress-item p {
    text-align: center;
    font-size: 14px;
    margin-top: 10px;
}

.skill-right h1 {
    font-size: 60px;
    color: #65BBBB;
}

.skill-right span {
    font-size: 14px;
}

.skill-right h3 {
    margin-top: 20px;
}

.btn-dark {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 20px;
    background: #222;
    color: #fff;
    text-decoration: none;
    border-radius: 20px;
}

.company-skill {
    font-family: 'DM Sans', sans-serif;
}


.skill-header em {
    font-family: 'DM Sans', sans-serif;
    font-style: italic;
    font-weight: 400;
}


.skill-bottom {
    display: flex;
    align-items: center;
    gap: 60px;
}

.skill-bottom .col-6:first-child {
    width: 65%;
    padding-right: 60px;
    border-right: 1px solid #cfdfe2;
}

.skill-bottom .col-6:last-child {
    width: 35%;
    padding-left: 60px;
}

.progress-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.progress-item {
    text-align: center;
}

.circle {
    width: 150px;
    height: 150px;
    border: 3px solid #8faeb5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: 600;
    color: #2c3e40;
}

.progress-item p {
    margin-top: 15px;
    font-size: 18px;
    color: #2c3e40;
    line-height: 1.4;
}

.desc {
    margin-top: 30px;
    font-size: 17px;
    line-height: 1.7;
    color: #3f5559;
}

.exp-row {
    display: flex;
    align-items: center;
    gap: 20px;
}

.skill-right h1 {
    font-size: 116px;
    line-height: 1;
    color: #85979B;
    margin: 0;
}


.skill-right span {
    font-size: 32px;
    color: #85979B;
    line-height: 1.2;
}

.skill-right h3 {
    font-size: 32px;
    margin-top: 30px;
    color: #1f2d30;
    line-height: 1.3;
}

.skill-right p {
    font-size: 18px;
    margin-top: 20px;
    color: #3f5559;
    line-height: 1.7;
}


.btn-dark {
    display: inline-block;
    margin-top: 30px;
    padding: 14px 28px;
    background: #223035;
    color: #fff;
    border-radius: 30px;
    text-decoration: none;
    font-size: 16px;
}

.skill-bottom {
    display: flex;
    flex-wrap: nowrap;
}

.skill-bottom>.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.btn-dark:hover {
    background: #ffffff;
    color: #223035;
    border-color: #223035;
    border: 1px solid #223035;
}


.btn-dark i {
    display: inline-block;
    transition: transform 0.3s ease, opacity 0.3s ease;
    font-size: 16px;
}

.btn-dark:hover i {
    transform: scale(1.3) translateX(3px);
}

.icon i {
    display: inline-block;
}

.icon-box:hover .icon i {
    animation: iconSpinIn 0.6s ease;
}

@keyframes iconSpinIn {
    0% {
        transform: scale(1) rotate(0deg);
        opacity: 1;
    }

    40% {
        transform: scale(0.5) rotate(180deg);
        opacity: 0.5;
    }

    70% {
        transform: scale(0.2) rotate(360deg);
        opacity: 0;
    }

    100% {
        transform: scale(1) rotate(360deg);
        opacity: 1;
    }
}

body.about-page .testimonial-section::before {
    background: none !important;
}

body.about-page .testimonial-section {
    background-color: #ffffff !important;
    background: #ffffff !important;
}

body.about-page .testimonial-overlay {
    background: #ffffff !important;
}

body.about-page .testimonial-section .container {
    background: transparent;
}

body.about-page .testimonial-slide {
    background: #ffffff !important;
    backdrop-filter: none !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border: 1px solid #e8ecef;
    border-radius: 20px;
}

body.about-page .testimonial-slide:hover {
    background: #ffffff !important;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

body.about-page .testimonial-text {
    color: #20282D !important;
}

body.about-page .testimonial-author h4 {
    color: #20282D !important;
}

body.about-page .testimonial-author span {
    color: #6c7a82 !important;
}

body.about-page .quote-icon {
    color: #97BAC7 !important;
    opacity: 0.5;
}

body.about-page .testimonial-badge {
    background: #E1F2F2 !important;
    color: #20282D !important;
}

body.about-page .stats-number {
    color: #20282D !important;
}

body.about-page .stats-text {
    color: #6c7a82 !important;
}

body.about-page .testimonial-heading {
    color: #20282D !important;
}

body.about-page .testimonial-heading .highlight {
    color: #65BBBB !important;
}

body.about-page .testimonial-desc {
    color: #6c7a82 !important;
}



body.about-page .testimonial-arrow:hover {
    background: #97BAC7 !important;
    border-color: #97BAC7 !important;
    transform: translateY(-3px);
}

body.about-page .testimonial-arrow:hover i {
    color: #223035 !important;
}

body.about-page .testimonial-author::before {
    background: #97BAC7 !important;
}

body.about-page .testimonial-scroll-container {
    background: transparent;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
}

body.about-page .testimonial-scroll-container::-webkit-scrollbar {
    display: none;
}

body.about-page .testimonial-scroll-container {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

body.about-page .testimonial-track {
    display: flex;
    gap: 30px;
    width: fit-content;
    padding: 10px 5px;
}

@media (min-width: 1200px) {
    body.about-page .testimonial-slide {
        flex: 0 0 500px;
        min-width: 500px;
        scroll-snap-align: start;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    body.about-page .testimonial-slide {
        flex: 0 0 450px;
        min-width: 450px;
        scroll-snap-align: start;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    body.about-page .testimonial-slide {
        flex: 0 0 400px;
        min-width: 400px;
        scroll-snap-align: start;
    }
}

@media (max-width: 767px) {
    body.about-page .testimonial-slide {
        flex: 0 0 100%;
        min-width: 100%;
        scroll-snap-align: start;
    }
}

body.about-page {

    @media (max-width: 1199px) and (min-width: 992px) {
        .center-img img:first-child {
            max-width: 320px;
        }

        .center-img img:last-child {
            max-width: 200px;
            bottom: -20px;
            right: 0;
        }

        .years-exp {
            font-size: 56px !important;
        }

        .circle {
            width: 100px;
            height: 100px;
            font-size: 22px;
        }
    }

    @media (max-width: 991px) {

        .container,
        .container-custom {
            width: 100%;
            padding: 0 25px;
        }

        .row {
            display: flex;
            flex-direction: column;
            gap: 35px;
        }

        .col-6,
        .col-4,
        .col-md-4,
        .col-md-3 {
            width: 100% !important;
            max-width: 100%;
            flex: 0 0 100%;
        }

        .section-spacing {
            padding: 50px 0;
        }

        .main-heading {
            font-size: 38px;
            text-align: center;
        }

        .serif-text,
        .sans-text {
            display: block;
        }

        .sans-text {
            margin-top: 12px;
        }

        .right-para {
            font-size: 15px;
            text-align: center;
            white-space: normal !important;
            word-wrap: break-word;
        }

        .view-btn {
            display: flex;
            justify-content: center;
            margin: 0 auto;
            width: fit-content;
        }


        .about-section .row {
            flex-direction: column !important;
        }

        .about-section .col-6:last-child {
            display: block !important;
            visibility: visible !important;
            opacity: 1 !important;
            margin-top: 30px;
        }

        .about-section::before {
            width: 100%;
            height: calc(100% - 100px);
            top: 70px;
        }

        .about-heading {
            font-size: 34px;
            text-align: left;
        }

        .about-tag {
            display: inline-block;
        }

        .history-item {
            display: flex !important;
            flex-direction: row !important;
            align-items: flex-start;
            gap: 18px;
            margin-bottom: 30px;
        }

        .history-item:not(:last-child)::after {
            left: 24px !important;
            top: 50px !important;
            transform: none;
        }

        .history-number {
            width: 45px;
            height: 45px;
            font-size: 18px;
            flex-shrink: 0;
        }

        .history-item h4 {
            font-size: 20px;
            margin-bottom: 8px;
        }

        .history-item p {
            font-size: 14px;
            white-space: normal;

            br {
                display: none;
            }
        }

        .video-block {
            width: 100%;
            position: relative;
            margin-bottom: 20px;
        }

        .video-block img {
            width: 100%;
            height: auto;
            display: block;
            border-radius: 12px;
        }

        .play-button {
            width: 65px;
            height: 65px;
            background: rgba(200, 210, 210, 0.9);
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .play-button i {
            font-size: 28px;
            color: #223035;
            margin-left: 4px;
        }

        .play-button:hover {
            transform: translate(-50%, -50%) scale(1.1);
            background: rgba(180, 190, 190, 0.95);
        }

        .experience-box {
            display: flex;
            align-items: center;
            gap: 20px;
            margin-top: 25px;
            background: #fff;
            padding: 20px 25px;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
            border-radius: 12px;
        }

        .years-exp {
            font-size: 48px !important;
            color: #547079 !important;
            line-height: 1;
            font-weight: 700;
        }

        .experience-box p {
            font-size: 18px !important;
            color: #547079 !important;
            margin: 0;
            white-space: normal;
            line-height: 1.3;
        }

        .exp-para {
            font-size: 14px;
            line-height: 1.7;
            white-space: normal !important;
            margin-top: 20px;
            color: #4a5a62;
        }


        .choose-section {
            margin: 50px auto;
        }

        .choose-header {
            text-align: center;
            margin-bottom: 45px;
        }

        .choose-header span {
            background: #E1F2F2;
            padding: 6px 14px;
            font-size: 12px;
            letter-spacing: 1.5px;
            display: inline-block;
        }

        .choose-header h2 {
            font-size: 34px;
            margin-top: 20px;
            white-space: normal !important;
        }

        .dm-serif {
            font-size: 34px;
            font-style: italic;
        }

        .choose-row {
            display: flex;
            flex-direction: column;
            gap: 40px;
        }

        .choose-row .col-4 {
            text-align: center !important;
            padding: 0 !important;
        }

        .icon-box {
            text-align: center !important;
            margin-bottom: 35px;
        }

        .icon-box .icon {
            font-size: 48px;
            margin-bottom: 15px;
        }

        .icon-box h5 {
            font-size: 20px;
            margin-bottom: 10px;
        }

        .icon-box p {
            font-size: 14px;
            white-space: normal;
            max-width: 280px;
            margin: 0 auto;
        }

        .center-img {
            order: -1;
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
            min-height: 320px;
            margin: 20px 0;
        }

        .center-img img:first-child {
            max-width: 280px;
            width: auto;
            height: auto;
            position: relative;
            z-index: 1;
            display: block;
            margin: 0 auto;
            border-radius: 50% 50% 0 0;
        }

        .center-img img:last-child {
            max-width: 200px;
            width: auto;
            height: auto;
            position: absolute;
            bottom: -15px;
            right: 20px;
            z-index: 2;
            display: block;
            border-radius: 50% 50% 0 0;
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        }


        .company-skill {
            padding: 60px 0;
            background: #F3FAFA;
        }

        .skill-header {
            text-align: center;
            margin-bottom: 45px;
        }

        .skill-header span {
            background: #E1F2F2;
            padding: 6px 14px;
            font-size: 12px;
            letter-spacing: 1.5px;
            display: inline-block;
        }

        .skill-header h2 {
            font-size: 34px;
            margin-top: 20px;
            white-space: normal !important;
        }

        .skill-header em {
            font-style: italic;
            font-family: inherit;
        }

        .skill-video {
            position: relative;
            margin-bottom: 50px;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
        }

        .skill-video img {
            width: 100%;
            height: auto;
            display: block;
        }

        .video-content {
            position: absolute;
            bottom: 25px;
            left: 25px;
            right: 25px;
            color: #fff;
            white-space: normal !important;
            z-index: 2;
        }

        .video-content h4 {
            font-size: 22px;
            margin-bottom: 18px;
            white-space: normal !important;
            line-height: 1.3;
        }

        .video-play-row {
            display: flex;
            align-items: center;
            gap: 15px;
        }

        .play-btn1 {
            width: 60px;
            height: 60px;
            background: rgba(255, 255, 255, 0.25);
            backdrop-filter: blur(4px);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            position: relative;
        }

        .play-btn1::before {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            border-radius: 50%;
            border: 2px solid rgba(255, 255, 255, 0.6);
            animation: ripple 1.8s infinite;
        }

        @keyframes ripple {
            0% {
                transform: scale(1);
                opacity: 1;
            }

            100% {
                transform: scale(1.5);
                opacity: 0;
            }
        }

        .play-btn1 i {
            font-size: 26px;
            color: white;
            margin-left: 3px;
        }

        .play-btn1:hover {
            transform: scale(1.08);
            background: rgba(255, 255, 255, 0.4);
        }

        .video-text-small {
            font-size: 13px;
            opacity: 0.9;
        }

        .video-text-big {
            font-size: 18px;
            font-weight: 600;
        }


        .skill-bottom {
            display: flex;
            flex-direction: column;
            gap: 50px;
            margin-top: 70px;
        }

        .skill-bottom .col-6 {
            width: 100%;
            max-width: 100%;
            flex: 100%;
            padding: 0 !important;
            border: none !important;
        }

        .progress-wrapper {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            gap: 30px;
            margin-bottom: 35px;
        }

        .progress-item {
            text-align: center;
        }

        .circle {
            width: 85px;
            height: 85px;
            border: 3px solid #65BBBB;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 20px;
            font-weight: 700;
            color: #2c3e40;
            margin: 0 auto;
        }

        .progress-item p {
            font-size: 14px;
            margin-top: 12px;
            color: #2c3e40;
        }

        .desc {
            text-align: center;
            font-size: 14px;
            line-height: 1.7;
            color: #3f5559;
            margin-top: 15px;
            padding: 0 10px;
        }

        .skill-right {
            text-align: center;
            margin-top: 20px;
        }

        .skill-right .row {
            display: flex;
            flex-direction: row !important;
            justify-content: center;
            align-items: center;
            gap: 15px;
        }

        .skill-right .col-3 {
            width: auto !important;
            flex: none;
        }

        .skill-right h1 {
            font-size: 100px;
            /* margin: 0; */
            line-height: 1;
            margin-left: 20px;
        }

        .skill-right span {
            font-size: 16px;
            color: #547079;
            white-space: normal;
            text-align: left;
        }

        .skill-right h3 {
            font-size: 24px;
            margin: 25px 0 15px;
            white-space: normal;
            line-height: 1.3;
        }

        .skill-right p {
            font-size: 14px;
            line-height: 1.7;
            color: #3f5559;
            padding: 0 10px;
        }

        .btn-dark {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            margin-top: 25px;
            padding: 12px 28px;
            background: #223035;
            color: #fff;
            border-radius: 40px;
            text-decoration: none;
            font-size: 15px;
            font-weight: 500;
            transition: all 0.3s ease;
            border: 1px solid #223035;
        }

        .btn-dark i {
            transition: transform 0.3s ease;
        }

        .btn-dark:hover {
            background: #fff;
            color: #223035;
        }

        .btn-dark:hover i {
            transform: translateX(5px) scale(1.1);
        }
    }

    @media (min-width: 768px) and (max-width: 991px) {

        .main-heading {
            font-size: 42px;
        }

        .about-heading {
            font-size: 38px;
        }

        .choose-header h2 {
            font-size: 38px;
        }

        .dm-serif {
            font-size: 38px;
        }

        .center-img {
            min-height: 380px;
        }

        .center-img img:first-child {
            max-width: 320px;
        }

        .center-img img:last-child {
            max-width: 220px;
            bottom: -20px;
            right: 30px;
        }

        .skill-header h2 {
            font-size: 38px;
        }

        .circle {
            width: 100px;
            height: 100px;
            font-size: 24px;
        }

        /* .skill-right h1 {
            font-size: 60px;
        } */

        .skill-right h3 {
            font-size: 28px;
        }
    }

    @media (max-width: 767px) {

        .main-heading {
            font-size: 32px;
        }

        .right-para {
            font-size: 14px;
        }

        .about-heading {
            font-size: 28px;
        }

        .history-item h4 {
            font-size: 18px;
        }

        .history-item p {
            font-size: 13px;
        }

        .years-exp {
            font-size: 42px !important;
        }

        .experience-box p {
            font-size: 16px !important;
        }

        .choose-header h2 {
            font-size: 28px;
        }

        .dm-serif {
            font-size: 28px;
        }

        .icon-box .icon {
            font-size: 42px;
        }

        .icon-box h5 {
            font-size: 18px;
        }

        .center-img {
            min-height: 280px;
        }

        .center-img img:first-child {
            max-width: 240px;
        }

        .center-img img:last-child {
            max-width: 170px;
            bottom: -10px;
            right: 10px;
        }

        .skill-header h2 {
            font-size: 28px;
        }

        .video-content h4 {
            font-size: 18px;
        }

        .video-content {
            bottom: 15px;
            left: 15px;
            right: 15px;
        }

        .play-btn1 {
            width: 50px;
            height: 50px;
        }

        .play-btn1 i {
            font-size: 22px;
        }

        .video-text-small {
            font-size: 11px;
        }

        .video-text-big {
            font-size: 15px;
        }

        .circle {
            width: 75px;
            height: 75px;
            font-size: 18px;
        }

        .progress-item p {
            font-size: 13px;
        }

        .skill-right span {
            font-size: 14px;
        }

        .skill-right h3 {
            font-size: 20px;
        }

        .btn-dark {
            padding: 10px 22px;
            font-size: 14px;
        }
    }

    @media (max-width: 480px) {

        .container,
        .container-custom {
            padding: 0 15px;
        }

        .main-heading {
            font-size: 28px;
        }

        .about-heading {
            font-size: 24px;
        }

        .history-number {
            width: 38px;
            height: 38px;
            font-size: 16px;
        }

        .history-item h4 {
            font-size: 16px;
        }

        .years-exp {
            font-size: 36px !important;
        }

        .experience-box p {
            font-size: 14px !important;
        }

        .choose-header h2 {
            font-size: 24px;
        }

        .dm-serif {
            font-size: 24px;
        }

        .center-img img:first-child {
            max-width: 200px;
        }

        .center-img img:last-child {
            max-width: 140px;
            bottom: -8px;
            right: 5px;
        }

        .skill-header h2 {
            font-size: 24px;
        }

        .video-content h4 {
            font-size: 16px;
        }

        .circle {
            width: 65px;
            height: 65px;
            font-size: 16px;
        }

        .progress-wrapper {
            gap: 20px;
        }

        .skill-right h3 {
            font-size: 18px;
        }

        .btn-dark {
            padding: 8px 18px;
            font-size: 13px;
        }
    }

    @media (max-height: 500px) and (orientation: landscape) {
        .about-section {
            padding: 30px 0;
        }

        .center-img {
            min-height: auto;
            margin: 15px 0;
        }

        .center-img img:first-child {
            max-width: 180px;
        }

        .center-img img:last-child {
            max-width: 130px;
        }

        .video-content {
            position: relative;
            bottom: auto;
            left: auto;
            margin-top: 15px;
            background: rgba(0, 0, 0, 0.6);
            padding: 15px;
            border-radius: 12px;
        }
    }
}


body.about-page {

    @media (max-width: 991px) {

        .about-section {
            position: relative;
            padding: 50px 0;
        }

        .about-section .col-6:first-child {
            width: 100% !important;
            display: block !important;
            position: relative;
            z-index: 2;
            background: #E1F2F2;
            padding: 30px 20px;
            border-radius: 0;
            margin-bottom: 30px;
        }

        .about-section::before {
            display: none !important;
        }

        .about-section .col-6:last-child {
            width: 100% !important;
            display: block !important;
            visibility: visible !important;
            opacity: 1 !important;
            margin-top: 0;
            position: relative;
            z-index: 2;
        }

        .about-section .video-block {
            display: block !important;
            width: 100%;
            position: relative;
            margin-bottom: 20px;
        }

        .about-section .video-block img {
            width: 100% !important;
            height: auto !important;
            display: block !important;
        }

        .about-section .play-button {
            display: flex !important;
            width: 60px;
            height: 60px;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background: rgba(200, 210, 210, 0.85);
            border-radius: 50%;
            align-items: center;
            justify-content: center;
            cursor: pointer;
        }

        .about-section .play-button i {
            font-size: 24px;
            color: #223035;
        }

        .about-section .experience-box {
            display: flex !important;
            align-items: center;
            gap: 15px;
            margin-top: 25px;
            background: #fff;
            padding: 20px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
            border-radius: 10px;
        }

        .about-section .years-exp {
            font-size: 42px !important;
            color: #547079 !important;
            font-weight: 700;
            line-height: 1;
        }

        .about-section .experience-box p {
            font-size: 16px !important;
            color: #547079 !important;
            margin: 0;
            white-space: normal;
        }

        .about-section .exp-para {
            display: block !important;
            font-size: 14px;
            line-height: 1.6;
            margin-top: 20px;
            white-space: normal !important;
            color: #5a6a72;
        }

        .about-section .text-nowrap {
            white-space: normal !important;
        }

        .about-content {
            background: transparent;
        }

        .about-tag {
            display: inline-block;
            background: #fff;
            padding: 6px 14px;
        }

        .history-item {
            display: flex !important;
            flex-direction: row !important;
            align-items: flex-start;
            gap: 18px;
            margin-bottom: 30px;
        }

        .history-item:not(:last-child)::after {
            left: 24px !important;
            top: 50px !important;
            transform: none;
        }

        .history-number {
            background: #fff;
            width: 45px;
            height: 45px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }
    }

    @media (max-width: 767px) {
        .about-section .col-6:first-child {
            padding: 20px 15px;
        }

        .about-section .years-exp {
            font-size: 36px !important;
        }

        .about-section .experience-box p {
            font-size: 14px !important;
        }

        .about-section .play-button {
            width: 50px;
            height: 50px;
        }

        .about-section .play-button i {
            font-size: 20px;
        }

        .about-section .experience-box {
            padding: 15px;
        }

        .history-number {
            width: 40px;
            height: 40px;
            font-size: 16px;
        }
    }

    @media (max-width: 480px) {
        .about-section .col-6:first-child {
            padding: 15px 12px;
        }

        .about-section .years-exp {
            font-size: 32px !important;
        }

        .about-section .experience-box {
            flex-direction: column;
            text-align: center;
        }
    }
}

.center-img img:first-child {
    position: relative;
    z-index: 1;
    animation: floatMain 6s ease-in-out infinite;
}

.center-img img:last-child {
    position: absolute;
    z-index: 2;
    animation: floatTop 5s ease-in-out infinite;
}

@keyframes floatMain {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-15px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes floatTop {
    0% {
        transform: translateY(0px) translateX(0px);
    }

    50% {
        transform: translateY(12px) translateX(10px);
    }

    100% {
        transform: translateY(0px) translateX(0px);
    }
}

@media (max-width: 991px) {
    .section-spacing {
        padding-top: 60px !important;
        padding-bottom: 50px !important;
    }

    .about-section {
        width: 100vw !important;
        position: relative !important;
        left: 50% !important;
        right: 50% !important;
        margin-left: -50vw !important;
        margin-right: -50vw !important;
        background: #E1F2F2 !important;
        padding: 50px 0 !important;
    }

    .about-section::before {
        display: none !important;
    }

    .about-section .container {
        max-width: 100% !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

@media (max-width: 768px) {
    .section-spacing {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    .about-section {
        padding: 40px 0 !important;
    }
}