* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

body {
    max-width: 100%;
    width: 100%;
}

img {
    max-width: 100%;
}

body {
    font-family: "Urbanist", sans-serif;
    overflow-x: hidden;
    transition: 3s ease-in-out;
}

.slick-dots button {
    background-color: white;
    border: none;
    opacity: 0.4;
    width: 30px;

    height: 3px;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.slick-dots .slick-active button {
    opacity: 1;
}

.custom-arrow span {
    font-size: 2.5rem;
    color: rgb(0, 0, 0);
    line-height: 1;
    display: inline-block;
    position: absolute;
    left: 6px;
    top: -3px;
}


.main-wapper {
    z-index: 999;
    background: white;


}


.main-wapper.sticky-active {
    animation: slideDown 0.4s ease forwards;

}

.main-wapper.sticky-active {
    transform: translateY(0);
    opacity: 1;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    color: black !important;

}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.main-wapper.sticky-active .nav-link {
    color: #303030 !important;
    /* Green or your desired color */
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: #f31414;
}

button.slick-next.custom-arrow.slick-arrow {
    background-color: rgb(255, 255, 255);
    width: 2%;
    position: absolute;
    right: 0%;
    z-index: 999;
    opacity: 0.4;
    height: 36px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

button.slick-prev.custom-arrow.slick-arrow {
    background-color: rgb(255, 255, 255);
    width: 2%;
    position: absolute;
    left: 0%;
    opacity: 0.4;
    z-index: 999;
    height: 36px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.custom-toggler .toggler-icon {
    display: block;
    width: 25px;
    height: 3px;
    background-color: #6c6c6c;
    margin: 5px auto;
    transition: all 0.3s ease-in-out;
}

/* When toggled (add "open" class via JS) */
.custom-toggler.open .top-bar {
    transform: rotate(45deg) translate(5px, 5px);
}

.custom-toggler.open .middle-bar {
    opacity: 0;
}

.custom-toggler.open .bottom-bar {
    transform: rotate(-45deg) translate(6px, -6px);
}

.slick-slide img {
    max-width: 100% !important;
    height: auto;
    display: block;
    margin: 0 auto;
}

#s-lider .slick-slide img {
       height: 690px;
}

.slide-item {
    position: relative;
}

.slide-content {
    position: absolute;
   top: 39%;
    left: 33%;
    transform: translate(-50%, -50%);
    text-align: left;
    color: white;
    z-index: 2;
    max-width: 90%;
}

.slide-content h2 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 15px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}

.slide-content p {
    font-size: 1.2rem;
    margin-bottom: 20px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.slide-content .btn {
    padding: 10px 25px;
    font-size: 1rem;
    border-radius: 25px;
}

.slide-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    /* Dark overlay */
    z-index: 1;
}


.navbar-light .navbar-nav .nav-link {
    padding-left: 27px;
    padding-right: 27px;
    font-weight: 600;
    color: rgb(56, 56, 56);
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #d99169;
}


.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: #d99169;
    font-weight: 600;
}


.navbar-nav .nav-link {
    position: relative;
    padding-bottom: 6px;
    display: inline-block;
    transition: color 0.3s ease;
}

.navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0%;
    background-color: #d99169;
    /* Change to your brand color */
    transition: width 0.3s ease;
}

.navbar-nav .nav-link:hover::after {
    width: 100%;
}

.image-wrapper::before {
    content: '';
    position: absolute;
    top: -29px;
    right: 88px;
    bottom: 30px;
    left: 30px;
    background-color: #d99169;
    z-index: 0;
    border-radius: 0.5rem;
}

.btn-about .btn {
    background-color: #d99169;
    color: white;
    border: 0px;
    border-radius: 0;

}

.title-m {
    color: #d99169;
    font-size: 19px;
}

.sec-card {
    position: absolute;
    top: 72%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.box-set {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 8px 24px;
    padding: 45px 20px;
    transition: all 0.3s ease;
}

.box-set:hover {
    transform: translateY(-5px);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 12px 30px;
}

.studio-section {
    padding-top: 160px;
}

.counter {
    font-size: 50px;

    line-height: 0.75;
    font-weight: 800;
    display: block;
    margin-bottom: 30px;
    font-family: "Urbanist", serif;
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    transition: 0.7s;
}


.icon-content-info {
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    border-left: 2px solid #d99169;
    padding-left: 20px;
    padding-right: 20px;
    font-family: "Marcellus", serif;
}

.bg-counter {
    background-image: url('../images/count-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}

.project-img-wrapper {
    position: relative;
}

.project-img-wrapper .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: 0.4s ease;
}

.project-img-wrapper:hover .overlay {
    opacity: 1;
}

/* Larger, softer cursor */
.cursor-dot,
.cursor-outline {
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    transform: translate(-50%, -50%);
    z-index: 10000;
}

/* Bindi: Small orange dot (fast) */
.cursor-dot {
    width: 8px;
    height: 8px;
    background-color: #d99169;
    border-radius: 50%;
    position: fixed;
    pointer-events: none;
    transform: translate(-50%, -50%);
    z-index: 9999;
}

/* Outline: Larger circle (smooth slow trail) */
.cursor-outline {
    width: 36px;
    height: 36px;
    border: 1px solid #d99169;
    border-radius: 50%;
    position: fixed;
    pointer-events: none;
    transform: translate(-50%, -50%);
    z-index: 9998;
}


.btn-17-link,
.btn-17-link *,
.btn-17-link:before,
.btn-17-link:after {
    box-sizing: border-box;
    border: 0;
    overflow: hidden;
}

.btn-17-link {
    position: relative;
    display: inline-block;
    text-decoration: none;
    background-color: #d99169;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    font-family: sans-serif;
    border-radius: 99rem;
    padding: 7px 20px;
    overflow: hidden;
    z-index: 0;
    cursor: pointer;

}

.btn-17-link .text-container {
    display: block;
    position: relative;
    font-size: 13px;
    color: white;
}

.btn-17-link .text {
    display: block;
    position: relative;
    font-size: 10px;
}

.btn-17-link:hover .text {
    animation: move-up-alternate 0.3s forwards;
    color: rgb(116, 116, 116);
}

@keyframes move-up-alternate {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(80%);
    }

    51% {
        transform: translateY(-80%);
    }

    100% {
        transform: translateY(0);
    }
}

.btn-17-link:before,
.btn-17-link:after {
    --skew: 0.2;
    content: "";
    position: absolute;
    top: -104%;
    height: 102%;
    width: 100%;
    background: #fff !important;
    transform: skew(calc(150deg * var(--skew))) translateY(var(--progress, 0));
    transition: transform 0.2s ease;
    pointer-events: none;
    z-index: -1;
}

.btn-17-link:after {
    --progress: 0%;
    top: 102%;
    left: calc(50% + 50% * var(--skew));
}

.btn-17-link:before {
    --progress: 0%;
    left: calc(-50% - 50% * var(--skew));
}

.btn-17-link:hover:before {
    --progress: 100%;
}

.btn-17-link:hover:after {
    --progress: -102%;
}


.footer {
    background-color: #312925;
}

.post {
    color: #d99169;
}

.social-icons li:hover {
    display: inline-block;
}

.social-icons li a {
    height: 36px;
    width: 36px;
    display: block;
    background-color: #d99169;
    line-height: 36px;
    padding: 0;
    color: #443935;
    font-size: 14px;
    text-align: center;
    border-radius: 50%;
    margin-right: 5px;
}

.icon-box-style-one-wrap {
    position: relative;
    z-index: 1;
    padding: 30px;
    background-color: #fff;
    transition: 0.4s ease;
    margin-bottom: 30px;
    height: 100%;
}

.icon-box-style-one-wrap::before {
    content: "";
    position: absolute;
    top: 30px;
    right: -30px;
    height: 100%;
    width: 100%;
    z-index: -1;
    background-color: #fff;
    outline: 2px solid #f1f1f1;
    transition: 0.4s ease;
}

/* Optional: On hover, move the before layer slightly more for dynamic feel */
.icon-box-style-one-wrap:hover::before {
    top: 40px;
    right: -40px;
    outline-color: #ddd;
}

/* Image zoom effect */
.icon-box-style-one-media {
    overflow: hidden;
}

.icon-box-style-one-media img {
    width: 100%;
    transition: 0.5s ease;
    transform: scale(1);
}

.icon-box-style-one:hover .icon-box-style-one-media img {
    transform: scale(1.08);
}

.clients-slider img {
     padding: 0 15px;
    height: auto;
    max-height: 100px;
    width: 150px;
    
}


/* Section Background */
.last-bg {
    background: url('../images/clint/bg.jpg') no-repeat center center/cover;
    position: relative;
    z-index: 1;
    min-height: 100vh;
}

.overlay-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    /* dark background overlay */
    z-index: 1;
}

/* Bring content on top of overlay */
.last-bg .container {
    z-index: 2;
    position: relative;
}

/* Image & hover styles */
.service-box {
    background-color: rgba(0, 0, 0, 0.7);
    transition: 0.4s;
}

.image-container {
    position: relative;
    overflow: hidden;
}

.image-container img {
    transition: transform 0.5s ease;
}

.service-box:hover img {
    transform: scale(1.1);
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.3s ease;
}

.overlay i {
    font-size: 1.5rem;
    color: #fff;
    background: #d99169;
    padding: 10px;
    border-radius: 50%;
}

.service-box:hover .overlay {
    opacity: 1;
}

.img-wapper {
    height: 60vh;
    object-fit: cover;
}

/* Scroll to Top Button */
#scrollTopBtn {
    position: fixed;
    bottom: 30px;
    right: 20px;
    z-index: 999;
    font-size: 20px;
    border: none;
    outline: none;
    background-color: #d99169;
    color: white;
    cursor: pointer;
    padding: 4px 14px;
    border-radius: 50%;
    display: none;
    transition: opacity 0.3s ease;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

#scrollTopBtn:hover {
    background-color: #1e7e34;
}


.breadcrumb-area {
  position: relative;
  background-size: cover;
  background-position: bottom;
  color: #fff;
  text-align: center;
  padding-top: 200px;
}

/* Dark Overlay */
.breadcrumb-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

/* Content above overlay */
.breadcrumb-area .container {
  position: relative;
  z-index: 2;
}
/* Optional: Button hover styling */
/* .hover-set:hover {
  background-color: #fff;
  color: #000 !important;
  border-color: #fff;
} */

/* Optional: Rounded background panel (for breadcrumb row) */
.bg-chngess {
  background-color: rgba(255, 255, 255, 0.1); /* subtle light bg, adjustable */
  backdrop-filter: blur(5px);
  border-radius: 6px;
}

.hover-set:hover {
    color: #d99169 !important;
}

.bg-chngess {
    background-color: rgba(0, 0, 0, 0.33);
}

.choose-area {
    position: relative;
    background-size: cover;
    background-position: center;
}

.choose-area::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.7);
    /* dark overlay */
    z-index: 0;
}

.choose-area .container {
    position: relative;
    z-index: 1;
}

.section-underline {
    width: 60px;
    height: 2px;
    background-color: #f4b860;
    margin-top: 10px;
}

.choose-box {
    gap: 15px;
    align-items: flex-start;
}

.icon-wrap {
    background-color: #f4b860;
    width: 60px;
    height: 60px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #000;
    flex-shrink: 0;
}

.custom-slick-testimonial .testimonial-slide {
    padding: 0 12px;
    /* Horizontal gap between slides */
}

.custom-slick-testimonial .slick-list {
    margin: 0 -12px;
    /* Cancel out padding on edges */
}

/* Set consistent height for testimonial items */
/* .testimonial-item {
    min-height: 320px;

} */

.ss-top-btn {
    padding: 8px;
    background-color: #d99169;
    color: white !important;
}

.main-wapper.sticky-active .nav-link.ss-top-btn {
    color: white !important;
}

.img-container-grid {
    display: flex;
    flex-wrap: wrap;
}

.smallsquare,
.h_rectangle,
.bigsquare,
.bigsquare_blank,
.inner_square,
.v_rectangle {
    position: relative;
    overflow: hidden;
}

.smallsquare {
    max-width: 20%;
    flex: 0 0 20%;
    padding-top: 20%;
    display: grid;
}

.h_rectangle {
    max-width: 40%;
    flex: 0 0 40%;
    padding-top: 20%;
}

.bigsquare {
    max-width: 40%;
    flex: 0 0 40%;
    padding-top: 40%;
    display: grid;
}

.bigsquare_blank {
    max-width: 40%;
    flex: 0 0 40%;
    display: flex;
    flex-wrap: wrap;
}

.inner_square {
    max-width: 50%;
    flex: 0 0 50%;
    height: 50%;
    position: relative;
    overflow: hidden;
}

.v_rectangle {
    max-width: 20%;
    flex: 0 0 20%;
    padding-top: 40%;
}

.img-grid-c {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    object-fit: cover;
    object-position: center;
    padding: 2.5px;
    transition: transform 0.5s ease;
}

@keyframes zoomHover {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.08);
    }
}



/* Apply zoom animation on hover */
.img-container-grid>div:hover>.img-grid-c,
.inner_square:hover .img-grid-c {
    animation: zoomHover 4s ease-in-out infinite;
}

.overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 10px;
    transition: opacity 0.3s ease;
}

/* .img-container-grid > div:hover .overlay {
      opacity: 1;
    } */

.overlay-text {
    color: #fff;
    text-align: center;
    transform: translateY(20px);
    transition: transform 0.3s ease;
    width: 100%;
}

/* ✅ Only the hovered item will respond */
.smallsquare:hover .overlay,
.h_rectangle:hover .overlay,
.bigsquare:hover .overlay,
.v_rectangle:hover .overlay,
.inner_square:hover .overlay {
    opacity: 1;
}

.smallsquare:hover .overlay-text,
.h_rectangle:hover .overlay-text,
.bigsquare:hover .overlay-text,
.v_rectangle:hover .overlay-text,
.inner_square:hover .overlay-text {
    transform: translateY(0);
}

/* ✅ Zoom only individual hovered image */
.smallsquare:hover .img-grid-c,
.h_rectangle:hover .img-grid-c,
.bigsquare:hover .img-grid-c,
.v_rectangle:hover .img-grid-c,
.inner_square:hover .img-grid-c {
    animation: zoomHover 4s ease-in-out infinite;
}


/* .img-container-grid > div:hover .overlay-text {
      transform: translateY(0);
    } */

.overlay-text a {
    color: #fff;
    text-decoration: none;
}

.overlay-text a:hover {
    text-decoration: none;
}

.overlay-text h6,
.overlay-text p {
    text-align: justify;
}

.project-card {
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgb(228, 228, 228) !important;
    box-shadow: none !important;


}

.diagonal-img-wrapper {
    clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
    height: 100%;
    overflow: hidden;
    box-shadow: 0;
}

.diagonal-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}




button.slick-prev-new.custom-arrow.slick-arrow {
    background-color: #d99169 !important;
    width: 2%;
    position: absolute;
    z-index: 999;
    color: white !important;
    height: 34px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    bottom: 50%;
    border: 0px !important;

}

button.slick-prev-new.custom-arrow.slick-arrow span {
    color: rgb(255, 255, 255) !important;
    top: 3px;
    right: 14px;
    font-size: 25px;
    position: absolute;
}

button.slick-next-new.custom-arrow.slick-arrow span {
    color: rgb(255, 255, 255) !important;
    top: 3px;
    right: 5px;
    position: absolute;
    font-size: 25px;
}

button.slick-next-new.custom-arrow.slick-arrow {
    background-color: #d99169;
    width: 2%;
    position: absolute;
    right: 0;
    z-index: 999;
    border: 0px !important;
    color: white !important;
    height: 34px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    bottom: 50%;
}



.catalogue-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 0 0 transparent;
    transition: all 0.4s ease;
    animation: fadeIn 0.8s ease forwards;
    opacity: 0;
    position: relative;
}

.catalogue-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
}

.catalogue-img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.catalogue-card:hover img {
    transform: scale(1.05);
}

.catalogue-info {
    padding: 20px;
}

.catalogue-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #252525;
}

.catalogue-subtitle {
    font-size: 0.9rem;
    color: #777;
    margin-top: 5px;
}

.badge-category {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #d99169;
    color: white;
    padding: 5px 10px;
    font-size: 0.75rem;
    border-radius: 30px;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.detail-section {
    background-color: #f8f9fa;
    padding: 60px 0;
}

.detail-image {
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.4s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.detail-image img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.4s ease;
}

.detail-image:hover img {
    transform: scale(1.05);
}

.detail-content h2 {
    font-weight: 700;
    margin-bottom: 20px;
}

.detail-content ul {
    padding-left: 20px;
}

.detail-content ul li {
    margin-bottom: 10px;
    line-height: 1.6;
}

.detail-content p {
    margin-top: 20px;
    font-size: 1rem;
}

.m-sy li::marker {
    color: #d99169 !important;
}

.discover-more-section {
    padding: 60px 0;
}

.discover-more-card {
    background: #f3f3f3;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    perspective: 1000px;
    position: relative;
}

.discover-more-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 25px 40px rgba(0, 0, 0, 0.15);
}

.discover-more-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.discover-more-card:hover img {
    transform: scale(1.05) rotateX(2deg);
}

.discover-more-box {
    background-color: #fff;
    padding: 20px;
    text-align: center;
    border-top: 1px solid #ddd;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    position: relative;
    z-index: 1;
    transform-style: preserve-3d;
}

.discover-more-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.discover-more-btn {
    background-color: #ff6a00;
    color: #fff;
    padding: 8px 25px;
    border-radius: 25px;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s ease;
}

.discover-more-btn:hover {
    background-color: #e65c00;
    text-decoration: none;
    color: #fff;
}

@media (max-width: 576px) {
    .discover-more-card img {
        height: 200px;
    }
}


.enquiry-section {
    display: flex;
    min-height: 100vh;
}

.enquiry-left {
    flex: 1;
    background: url('images/enquiry-img.jpg') no-repeat center center;
    background-size: cover;
}

.enquiry-right {
    flex: 1;
    padding: 80px 60px;
    background-color: #f4f1ec;
    display: flex;
    align-items: center;
    justify-content: center;
}

.enquiry-form-wrapper {
    max-width: 500px;
    width: 100%;
}

.enquiry-form-wrapper h2 {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 28px;
}

.enquiry-form-wrapper p {
    color: #333;
    font-size: 14px;
    margin-bottom: 30px;
}

.form-control {
    border-radius: 0;
    border: 1px solid #ccc;
    font-size: 14px;
    padding: 12px;
}

.form-row {
    display: flex;
    gap: 15px;
}

.form-row .form-control {
    flex: 1;
}

.send-btn {
    background-color: #001820;
    color: #fff;
    border: none;
    padding: 12px 20px;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 0;
    transition: 0.3s ease-in-out;
}

.send-btn:hover {
    background-color: #333;
}

@media (max-width: 767px) {
    .enquiry-section {
        flex-direction: column;
    }

    .enquiry-left {
        height: 300px;
    }

    .enquiry-right {
        padding: 40px 20px;
    }
}

.career-hero {
    background: url('images/career-banner.jpg') center center / cover no-repeat;
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
}

.career-hero h1 {
    font-size: 48px;
    font-weight: bold;
    background: rgba(0, 0, 0, 0.5);
    padding: 20px 40px;
    border-radius: 10px;
}

.career-section {
    padding: 60px 0;
}

.job-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 30px;
    transition: all 0.3s ease;
}

.job-card:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.apply-form-section {
    background-color: #fff;
    padding: 60px 20px;
    border-radius: 10px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
}

.btn-apply {
    background-color: #00394f;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn-apply:hover {
    background-color: #002d3a;
}

.service-card {
    background: #fff;
    border-radius: 12px;
    padding: 30px 25px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);

    height: 100%;
    transition: all 0.3s ease;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.service-icon {
    font-size: 40px;
    color: #004d7a;
    margin-bottom: 20px;
}

.service-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
}

.service-desc {
    font-size: 15px;
    color: #555;
    margin-bottom: 15px;
}

.bg-warr-pe {
     padding: 17px 0;
}

.newsletter-wrapper p {
    font-size: 14px;
}

.news-btn {
    width: 50%;
    text-align: center;
    padding: 15px 20px;
}
.home-box{
    display: flex !important;
    border: 1px solid white;
    height: 100%;
    padding: 43px;
}
 .timeline-line {
  position: relative;
}

/* Static gray line */
.timeline-dot-line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #d1d5db;
  transform: translateX(-50%);
  z-index: 1;
}

/* Animated orange fill line */
.timeline-fill-line {
  position: absolute;
  left: 50%;
  top: 0;
  width: 2px;
  height: 0;
  background-color: #d99169;
  transform: translateX(-50%);
  z-index: 2;
  transition: height 0.4s ease-in-out;
}

/* Common circle style */
.timeline-circle,
.timeline-circle-two {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 36px;
  background: #f9f9f9;
  border: 2px solid #d99169;
  border-radius: 50%;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  z-index: 3;
  overflow: hidden; /* important for inner fill */
  transition: color 0.3s ease-in-out;
}

/* Circle on left */
.timeline-circle {
 left: 0;
  transform: translate(-50%, -50%);
}

/* Circle on right */
.timeline-circle-two {
  right: 0px;
  transform: translate(50%, -50%);
}

/* Fill animation inside the circle */
.timeline-circle::before,
.timeline-circle-two::before {
  content: "";
  position: absolute;
  top: 100%; /* start below */
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d99169;
  border-radius: 50%;
  z-index: -1;
  transition: top 0.4s ease-in-out;
}

/* When scrolled into view, fill activates */
.timeline-circle.filled::before,
.timeline-circle-two.filled::before {
  top: 0;
}

/* When filled, number color turns white */
.timeline-circle.filled,
.timeline-circle-two.filled {
  color: white;
}


 .job-box {
      border-top: 5px solid #d99169;
      max-width: 700px;
      margin: 50px auto;
      padding: 30px;
      background: #fff;
      border-radius: 10px;
      box-shadow: 0 0 10px rgba(0,0,0,0.05);
    }

    .aplly-btn{
        background-color: #d99169;
        color: white;
    }
     .aplly-btn:hover{
     outline: 0;
        color: white;
    }