  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    font-family: "Rubik", sans-serif;
  }


  body {
    overflow-x: hidden;
    --prjctcty-primary: #4a4695;
    --prjctcty-white: #ffffff;
    --srvcs-primary: #4a4695;
    --srvcs-text-muted: #6c757d;
    --srvcs-card-border: #ced4da;
    --trstbld-primary: #4a4695;
    --trstbld-speed: 30s;
    --srvcs-bg-light: #f8f9fa;
    --clctrhme-primary: #6332e3;
    /* Matching the purple button color */
    --clctrhme-bg: #ffffff;
    --clctrhme-border: #d1d1d1;
    --wrk-purple: #6332e3;
    --wrk-gradient: linear-gradient(135deg, #3d2b80 0%, #6332e3 100%);
    --wrk-bg-light: #f4f7fe;
    overflow-x: hidden !important;
    --nwsinsght-purple: #6332e3;
  }

  .x-scroll {
    overflow-x: auto;
    overflow-y: hidden;

    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE */
  }

  .x-scroll::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari */
  }

  .field_error {
    color: #ff0000;
  }

  .fnts-500 {
    font-weight: 500;

  }

  .fnts-400 {
    font-weight: 400;
  }

  .info-pane p {
    color: #434343;
    font-size: 14px;
  }

  .info-pane h6 {
    color: #434343;
    font-size: 14.5px;
  }

  .info-pane .small {
    color: #434343;
  }

  a {
    text-decoration: none !important;
  }

  p {
    margin-bottom: 0px !important;
  }

  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: 0rem;
  }

  body {
    overflow-x: hidden;

  }


  .H_cart_btn:hover {
    color: #95f8f89f;
  }

  .fa-heart:hover {
    color: #f17a7ab8;
  }

  .hide {
    display: none !important;
  }

  /* ============================== Pop Up Model ===================== */

  .overlay {
    position: fixed;
    visibility: hidden;
    width: 100vw;
    height: 100vh;
    /* background-color: #000000b2; */
    background-color: #121111c9;
    /* transition      : all  ease-in; */
    z-index: 999;
  }

  .visibilty-v {
    visibility: visible;

  }

  .popup-content {
    position: fixed;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 800px;
    height: 500px;
    background-color: #fff;
    z-index: 0;
    border-radius: 10px;
    transition: z-index .1s ease-in-out;
    /* overflow     : hidden; */

  }

  .open-popup {
    top: 58%;
    transform: translate(-50%, -50%) scale(1);
    z-index: 9999;

  }

  .close-btn {
    position: absolute;
    right: -50px;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 50%;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }

  .close-btn:hover {
    background-color: #b5b5b5fe;
  }

  .close-btn:hover i {
    color: #fc761cee;
  }

  .close-btn i {
    font-size: 20px;
    font-weight: 500;
  }

  /* ============================== Login Form ===================== */



  .login {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    background-color: #000;
    overflow: hidden;
    border-radius: 10px;
  }

  .login::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 50%;
    background-color: #EFF6FF;
    z-index: 0;
  }

  .left_logo_box {
    position: relative;
    width: 45%;
    height: 100%;
    border-radius: 0px 0px 40px 0px;
    background-color: #000;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }


  .logo_leyer_1 {
    position: relative;
    width: 130px;
    height: 130px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    padding: 26px;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 5px 1px #77777754;
  }

  .logo_leyer_1::after {
    content: '';
    position: absolute;
    top: -15px;
    left: -15px;
    width: 159px;
    height: 160px;
    border-radius: 50%;
    z-index: -1;
    background-color: #D9D9D9;
    border: 2px solid #ff1c1c4a;
  }

  .right_form_box {
    position: relative;
    width: 55%;
    height: 100%;
    border-radius: 4cqb 0px 0px 0px;
    background-color: #EFF6FF;
    z-index: 1;
    padding: 20px 35px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .form_box {
    position: relative;
    width: 100%;
    background-color: #EAEAEA;
    border-radius: 10px;
    height: 435px;
    box-shadow: 0px 0px 10px 0px #00000038;
    overflow: hidden;
    transition: all .3s ease-in-out;
  }


  .log-reg-btn_box {
    position: relative;
    width: 100%;
    height: 50px;
    z-index: 3;
    background: #EAEAEA;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }

  .stck img {
    height: 310px !important;
    top: -20px;
    margin-bottom: 30px !important;
  }

  .log-reg-btn_box a {
    font-size: 18px;
    text-decoration: none;
    color: #222;
    font-weight: 400;
    padding: 10px 10px;
    align-items: center;

  }

  .form_box form {
    position: relative;
    min-width: 100%;
    min-height: 100%;
    background-color: #fff;
    border-radius: 20px 20px 0 0;
    padding: 10px;
    transition: all .3s ease-in-out;

  }

  .visibility-h {
    visibility: hidden;
  }

  .input_box {
    position: relative;
    margin-top: 5px;
  }

  .ka-lg-btn {
    margin-top: 40px;
    text-align: center;
  }

  .prof-icon .sd-nme {
    text-align: start;
  }

  .form_box form .input_box input {
    position: relative;
    width: 100%;
    margin: 10px 0;
    outline: none;
    border-radius: 5px;
    border: 1px solid #4444;
    padding: 8px 10px;
    font-weight: 500;
    color: #222;
    background: transparent;
    z-index: 1;
  }

  .form_box form label {
    position: absolute;
    top: 21px;
    left: 15px;
    font-size: 14px;
    transition: all .3s ease-in-out;
    z-index: 0;

  }

  button,
  button:active,
  button:focus {
    outline: none !important;

  }

  :root {
    --primary-purple: #5E23DC;
    --grad-main: linear-gradient(180deg, #FEECDF, #FFDB8D);
  }

  body {
    font-family: 'Plus Jakarta Sans', sans-serif;
  }

  @media (min-width: 992px) {

    .pdt-200 {
      padding: 40px 200px;
    }
  }

  .featurd-prjct32ds {
    background-color: #FBFBFB;
  }

  /* --- Thumbnails --- */
  .thumbSwiper {
    overflow: hidden;
    position: relative;
    float: right;
    margin-right: 22px;
  }

  .thumb-card {
    width: 160px !important;
    cursor: pointer;
  }

  .thumb-img {
    height: 80px;
    border-radius: 12px;
    overflow: hidden;
    border: 2px solid transparent;
    transition: 0.3s;
  }

  .thumb-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.6;
  }

  .swiper-slide-thumb-active .thumb-img {
    border-color: var(--primary-purple);
  }

  .swiper-slide-thumb-active img {
    opacity: 1;
  }

  /* --- Main Slider Card --- */
  .main-container {
    position: relative;
    border-radius: 12px;

    background: white;
    box-shadow: 0 20px 40px rgba(94, 53, 232, 0.1);
  }

  .ftrc-itms {
    border-radius: 12px;
  }

  /* Top Progress Bar */
  .progress-bar-wrap {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 12px;
    width: 100%;
    height: 4px;
    background: rgba(94, 53, 232, 0.05);
    z-index: 100;
  }

  #mainTimerBar {
    height: 100%;
    width: 0%;
    background: var(--primary-purple);
    transition: width 100ms linear;
  }

  .main-card {
    border-radius: 12px;
    min-height: 100px;
    background: var(--grad-main);

  }

  .info-pane {
    padding: 40px;
    height: 380px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .img-pane {
    padding: 6px 6px 6px 0px;
    height: 380px;

  }

  .mainSlider {
    height: 380px;
  }

  .img-pane img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    object-fit: cover;

  }

  .ftr-tlt {
    color: #434343;
    font-weight: 500;
    font-size: 28px;
  }

  .ftr-desc {
    color: #434343;
    font-size: 16px;
  }

  /* --- Navigation Buttons --- */
  .nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    z-index: 101;
    cursor: pointer;
    border: none;
    font-size: 1.2rem;
  }

  .utrprct .btn-prev {
    left: -80px;
  }

  .utrprct .btn-next {
    right: -80px;
    z-index:9
  }

  .nav-btn:hover {
    background: var(--primary-purple);
    color: white;
  }

  .utrprct .btn-contact {
    background: var(--primary-purple);
    color: white;
    border: none;
    border-radius: 12px;
    padding: 10px;
    font-weight: 500;
  }

  .side-card {
    background: linear-gradient(180deg, #eaddff 0%, #ffffff 100%);
    border-radius: 30px;
    padding: 30px;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.5);
  }

  .ult-prjct {
    font-size: 22px;
  }

  .ultprj-prc {
    font-size: 18px;
    margin-top: 50px;
  }

  .utrbldr-logo {

    height: 45px;
    width: 45px;
    border-radius: 10px;

    background-color: #fff;
  }

  .utrbldr-logo img {
    width: 100%;
  }


  @supports (-webkit-touch-callout: none) {

    .hero-section,
    .full-width-bg:has(.team-carousel),
    .full-width-bg:has(.developer-carousel) {
      background-attachment: scroll;
      /* iOS Safari workaround */
    }

    /* .hero-section::before {
		content: "";
		position: fixed;
		inset: 0;
		z-index: -1;
		background-image: url("../img/IMG_0342.webp");
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		transform: translateZ(0); 
	} */
  }

  .full-width-bg:has(.team-carousel) {
    background: url("../img/IMG_0342.webp") center/cover no-repeat;
    background-attachment: fixed;
    position: relative;
    padding-block: 3rem;
  }

  .full-width-bg {
    padding-block-start: 2rem;
  }



  .full-width-bg:has(.team-carousel)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(5px);
  }

  @media (width < 700px) {
    .full-width-bg:has(.team-carousel) {
      padding-block: 2rem;
    }
  }

  .full-width-bg:has(.developer-carousel) {
    background: url("../img/IMG_0342.webp") center/cover no-repeat;
    background-attachment: fixed;
    position: relative;
    padding-block: 3rem;
  }

  .full-width-bg:has(.developer-carousel)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(5px);
  }

  @media (max-width: 768px) {
    .full-width-bg:has(.developer-carousel) {
      padding-block: 2rem;
    }
  }

  @media (width < 700px) {
    .full-width-bg:has(.team-carousel) {
      padding-bottom: 0;
    }
  }

.wrkftr-contact-icon .bi-geo-alt-fill::before{
    font-size: 1.2rem;
    color: #ffcc00;
}

  .property-carousel {
    overflow: hidden;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
    position: relative;
    padding-bottom: 4rem;
    width: 100%;
    margin-inline: auto;
  }

  @media (max-width: 768px) {
    .property-carousel {
      padding-inline: 16px;
    }
  }

  .property-carousel h2 {
    font-weight: 500;
    text-align: center;
    margin-bottom: 2.5rem;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
  }


  .property-carousel::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari and Opera */
  }

  .property-carousel .swiper-slide h3 {
    font-size: 18px;
    margin-block: 0.5rem;
  }

  .property-carousel .swiper-slide img {
    object-fit: fill;
  }

  @media (width < 700px) {
    .property-carousel:has(.location-card) {
      padding-inline: 16px;
    }
  }


  .propertySwiper .swiper-slide {
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), inset 0 1px 3px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, opacity 0.3s ease;
    opacity: 0.7;
    transform: perspective(1000px) scale(0.9);

    border-radius: 1rem;

  }

  .propertySwiper .featured-property-images {
    aspect-ratio: 4/3;
    overflow: hidden;
  }

  @media (width>1200px) {
    .propertySwiper .featured-property-images {
      aspect-ratio: 6/3;
    }
  }

  .propertySwiper .featured-property-images img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  .propertySwiper .swiper-slide a {
    color: #000000;
  }

  .propertySwiper .swiper-slide a.view-details {
    color: white;
    width: 100%;
  }

  .propertySwiper .swiper-slide-active {
    transform: perspective(1000px) scale(1.1);
    /* Enlarged center slide */
    opacity: 1;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    /* Add shadow for depth */
  }

  .propertySwiper .swiper-slide-prev,
  .propertySwiper .swiper-slide-next {
    transform: perspective(1000px) rotateY(-20deg) scale(0.9);
    /* Slightly tilted */
    opacity: 0.9;
    /* Slightly dim */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    /* Shadow for depth */
  }

  .propertySwiper .swiper-slide-next {
    transform: perspective(1000px) rotateY(20deg) scale(0.9);
    /* Tilt the other direction */
  }

  .featurd-prjct32ds .action-btn.view-details {
    background: #473fa8;
    color: #fff;
    flex: 1 1 auto;
    text-align: center;
    text-decoration: none;
  }

  .featured-property-images img {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .property-type-labels .property-type-label {
    background: #e0f0ff;
    color: #09509b;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 500;
    display: inline-block;
  }

  .featurd-prjct32ds .action-btn.share-btn {
    background: #f5f7f9;
    color: #ffca3e;
    padding: 0.7em 0.9em;
    border-radius: 0.66em;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .featurd-prjct32ds .action-btn {
    display: inline-block;
    border: none;
    outline: none;
    cursor: pointer;
    font-weight: 500;
    border-radius: 0.66em;
    transition: background 0.2s, color 0.2s;
    padding: 0.7em 1.5em;
    font-size: 1rem;
  }

  .featured-property-price {
    display: inline-block;
    background: rgba(255, 255, 255, 0.95);
    color: #5952b1;
    padding: 0.25em 0em;
    margin-bottom: 0.75em;
    border-radius: 1em;
    font-size: 1.25rem;
    font-weight: 500;
  }

  .prop-head32345 {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .prop-head32345 h4 {
    font-size: 28px;
    font-weight: 500;
    padding-bottom: 30px;

    color: #434343;
    text-align: center;
  }

  .props-dtlt .property-title {
    color: #434343;
    font-size: 25px;
  }

  .property-type-labels {
    align-items: center;
  }

  .props-dtlt .featured-property-price {
    font-size: 18px;
  }

  .props-dtlt .builder-label {
    margin-top: 10px;
    align-items: center;
    color: rgba(0, 0, 0, 0.5);
    display: block;
    font-size: 12px;
  }

  .featurd-prjct32ds .swiper-button-next {
    background: #fff;
    padding: 28px;
    border: 1px solid #ddd;
    border-radius: 37px;
    right: 0px;

  }

  .featurd-prjct32ds .swiper-button-prev {
    background: #fff;
    padding: 28px;
    border: 1px solid #ddd;
    border-radius: 37px;
    left: 0px;

  }

  .featurd-prjct32ds .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 22px;
    font-weight: 500;

  }



  .location-card {
    perspective: 1000px;
    height: 250px;
    cursor: pointer;
  }

  .card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.8s cubic-bezier(0.65, 0, 0.35, 1);
    transform-style: preserve-3d;
    border-radius: 15px;
    overflow: hidden;
  }

  /* The 360 Rotation */
  .location-card:hover .card-inner {
    transform: rotateY(360deg);
  }

  /* The Image Layer */
  .card-image {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
    padding: 20px;
    z-index: 1;
  }

  .card-image h3 {
    color: white;
    font-weight: 500;
    z-index: 2;
    transition: opacity 0.3s;
  }

  /* Darkening gradient for the base text */
  .card-image::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(transparent 60%, rgba(0, 0, 0, 0.6));
  }

  /* The Overlay (Hidden by default) */
  .text-overlay {
    position: absolute;
    inset: 0;
    background: var(--overlay-bg);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    padding: 20px;
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.4s ease;
    z-index: 3;
    /* Important: backface-visibility hidden prevents flickering during rotation */
    backface-visibility: hidden;
  }

  /* Show Overlay on Hover */
  .location-card:hover .text-overlay {
    opacity: 1;
    transform: scale(1);
    transition-delay: 0.3s;
    /* Syncs with the rotation mid-point */
  }

  /* Hide the original city name during rotation to avoid overlap */
  .location-card:hover .card-image h3 {
    opacity: 0;
  }

  /* Container & Header Styles */
  .prjctcty-section-wrapper {
    background-color: #ffffff;
  }

  .prjctcty-main-title {
    font-size: 28px;
    font-weight: 500;
    color: #434343;
    margin-bottom: 5px;
  }

  /* Card Structure */
  .prjctcty-card-container {
    perspective: 1200px;
    height: 380px;
    cursor: pointer;
  }

  .tp-pckks .prjctcty-card-container {
    height: 200px;
  }

  .prjctcty-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
    transform-style: preserve-3d;
    border-radius: 12px;
    overflow: hidden;
  }

  /* Hover: Full 360 Rotation */
  .prjctcty-card-container:hover .prjctcty-card-inner {
    transform: rotateY(360deg);
  }

  /* Image Layer */
  .prjctcty-card-image {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
    padding: 20px;
    z-index: 1;
  }

  .prjctcty-card-image::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 50%);
    z-index: 1;
  }

  .prjctcty-city-name {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 500;
    margin: 0;
    z-index: 2;
    transition: opacity 0.3s ease;
  }

  /* Text Overlay Layer */
  .prjctcty-text-overlay {
    position: absolute;
    inset: 0;
    /* Glassmorphism Effect */
    background: rgba(74, 70, 149, 0.85);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
    color: var(--prjctcty-white);
    z-index: 3;
    opacity: 0;
    transform: scale(0.9);
    transition: opacity 0.4s ease, transform 0.4s ease;
    backface-visibility: hidden;
  }

  /* Reveal Overlay halfway through rotation */
  .prjctcty-card-container:hover .prjctcty-text-overlay {
    opacity: 1;
    transform: scale(1);
    transition-delay: 0.35s;
  }

  /* Hide bottom city name on hover */
  .prjctcty-card-container:hover .prjctcty-city-name {
    opacity: 0;
    transition-delay: 0.2s;
  }

  .prjctcty-btn-action {
    margin-top: 15px;
    background: var(--prjctcty-white);
    color: var(--prjctcty-primary);
    border: none;
    padding: 6px 20px;
    border-radius: 50px;
    font-weight: 500;
    font-size: 0.85rem;
  }


  .srvcs-section {

    background-color: #fbfbfb;
  }

  .servcs-head21 {
    margin-bottom: 30px;
  }

  .srvcs-title-main {

    margin-bottom: 6px;
    font-size: 28px;
    font-weight: 500;
    color: #434343;
  }

  .srvcs-subtitle {
    font-size: 1rem;
    color: #5f5f5f;
    margin-bottom: 50px;
  }

  /* Card Styles */
  .srvcs-card {
    border: 1px solid var(--srvcs-card-border);
    border-radius: 20px;
    padding: 40px 25px;
    height: 100%;
    background-color: #fff;
    transition: all 0.4s ease;
    text-align: center;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    align-items: center;
  }

  /* Hover Effect */
  .srvcs-card:hover {
    transform: translateY(-20px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border-color: var(--srvcs-primary);
  }

  .srvcs-img-wrapper {
    height: 150px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .srvcs-img-wrapper img {

    width: 180px;
    object-fit: contain;
  }

  .srvcs-card-heading {
    color: var(--srvcs-primary);
    font-weight: 500;
    font-size: 1.25rem;
    margin-bottom: 20px;
  }

  .srvcs-card-desc {
    color: #333;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 0;
  }

  /* Entrance Animation Class */
  .srvcs-reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease-out;
  }

  .srvcs-reveal.active {
    opacity: 1;
    transform: translateY(0);
  }



  /* trusted builders */

  .trstbld-section {
    background-color: #fff;
    overflow: hidden;
  }

  /* 90% Screen Width Container */
  .trstbld-main-wrapper {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
    /* Creates the fade effect at the edges */
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 1) 90%, rgba(0, 0, 0, 0) 100%);
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 1) 90%, rgba(0, 0, 0, 0) 100%);
  }

  .trstbld-title-area {
    margin-bottom: 40px;
  }

  .trstbld-title {
    margin-bottom: 6px;
    font-size: 28px;
    font-weight: 500;
    color: #434343;
    font-weight: 500;
  }

  .trstbld-slider-container {
    width: 100%;
    margin-bottom: 20px;
  }

  .trstbld-track {
    display: flex;
    width: max-content;
    /* Both rows use this same animation */
    animation: trstbld-scroll-linear var(--trstbld-speed) linear infinite;
  }

  /* Hover: Pause the specific row being looked at */
  .trstbld-slider-container:hover .trstbld-track {
    animation-play-state: paused;
  }

  .trstbld-logo-item {
    border-radius: 12px;
    width: 220px;
    padding: 15px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
    cursor: pointer;
    background: #fff;
    border: 1px solid #dddddd8e;
    margin: 22px 14px;

  }

  .trstbld-logo-item img {
    width: 100%;
    height: auto;
    max-height: 70px;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.6;
    transition: all 0.4s ease;
  }

  /* Interaction Effects */
  .trstbld-logo-item:hover {
    transform: translateY(-12px) scale(1.05);
  }

  .trstbld-logo-item:hover img {
    filter: grayscale(0%);
    opacity: 1;
  }

  /* Single Animation for Same Direction */
  @keyframes trstbld-scroll-linear {
    0% {
      transform: translateX(0);
    }

    100% {
      transform: translateX(-50%);
    }
  }

  .inln-flx {
    display: flex;
    gap: 20px;
    overflow-x: scroll;
  }

  /* Responsive Settings */
  @media (max-width: 992px) {
    .trstbld-logo-item {
      width: 180px;
      padding: 10px 25px;
    }

    .servcs-head21 {
      padding: 0 20px;
    }

    .trstbld-main-wrapper {
      width: 95%;
    }

    .srvcs-subtitle {
      font-size: 1.1rem;
      color: #5f5f5f;
      margin-bottom: 50px;
      font-size: 14px;
    }

    .clctrhme-card {
      margin-left: 25px;
    }

    body .clctrhme-section {
      padding: 20px 0;
    }
    .trstbld-title-area{
      padding: 0 20px;
    }
    .trstbld-main-wrappesr{
      margin-top: 40px;
    }

    .clctrhme-card {
      width: 230px;
    }

    .clctrhme-section .container {
      padding: 0;
    }
  }
  @media (min-width:994px){
    .clctrhme-card{
      width: 90%;
    }
  }

  @media (max-width:430px) {
    .inln-flx {
      gap: 70px;
    }
  }

  @media (max-width: 576px) {
    .trstbld-logo-item {
      width: 140px;
      padding: 5px 15px;
    }

    .trstbld-title {
      font-size: 1.5rem;
    }
  }

  .clctrhme-section {
    background-color: #e9e4ff;
   
  }

  .clctrhme-card {
    background: var(--clctrhme-bg);
    border-radius: 15px;
    padding: 13px 13px;
    height: 100%;
    text-align: center;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 0 9px 0 #f3f3f3;
  }

  .clctrhme-img-box {
    width: 100px;
    background-color: #e9e4ff;
    height: 100px;
    margin: auto;
    border-radius: 50px;
  }

  .clctrhme-card:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transform: translateY(-5px);
  }

  .clctrhme-img-box {

    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .clctrhme-img-box img {
    width: 50px;
  }

  .clctrhme-title {
    color: #2c3e50;
    font-weight: 500;
    font-size: 1.15rem;
    margin-bottom: 15px;
  }

  .clctrhme-desc {
    color: #7f8c8d;
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 25px;
    padding-bottom: 10px;
  }

  .nwsinsght-header {
    margin-bottom: 20px;
  }

  .clctrhme-btn {
    background-color: var(--clctrhme-primary);
    color: white;
    border: none;
    padding: 10px 25px;
    border-radius: 8px;
    font-weight: 500;
    width: 100%;
    transition: opacity 0.3s;
  }

  .clctrhme-btn:hover {
    background-color: #4f26b8;
    color: white;
  }

  /* Modal Styles */
  .clctrhme-modal-header {
    background-color: var(--clctrhme-primary);
    color: white;
  }

  .clctrhme-result-box {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 10px;
    margin-top: 15px;
    font-weight: 500;
    color: var(--clctrhme-primary);
  }

  .clctrhme-section {
    padding-bottom: 30px;
  }

  .nwsinsght-section {
    background: #fff;
    overflow: hidden;
   
  }

  /* Header style from Workians Top Locations */
  .nwsinsght-header h6 {
    margin-bottom: 6px;
    font-size: 28px;
    font-weight: 500;
    color: #434343;
    font-weight: 500;

  }

  .nwsinsght-header p {
    color: #444;
    margin-bottom: 40px;
  }

  .nwsinsght-slider-wrapper {
    position: relative;
    width: 100%;
  }

  .nwsinsght-viewport {
    overflow: hidden;
    margin: 0 auto;
    padding-bottom: 20px;
  }

  .nwsinsght-arrow {
    cursor: pointer;
    background: #fff;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    z-index: 10;
    flex-shrink: 0;
    /* Prevents arrows from squishing */
  }

  .nwsinsght-section .arrow-left {
    left: -20px;
  }

  .nwsinsght-arrow:hover {
    background: #f8f8f8;
    transform: scale(1.1);
  }

  .nwsinsght-track {
    display: flex;
    gap: 24px;
    transition: transform 0.5s ease-in-out;
    will-change: transform;
  }

  /* Card Design */
  .nwsinsght-card {
    flex: 0 0 calc(33.333% - 16px);
    border: none;
    padding: 6px 13px;
    transition: 0.3s;
  }

  .nwsinsght-img-box {
    border-radius: 12px;
    overflow: hidden;
    height: 200px;
    margin-bottom: 15px;
  }

  .nwsinsght-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .nwsinsght-title {
    font-weight: 500;
    color: #222;
    font-size: 1.1rem;
    min-height: 50px;
  }

  .nwsinsght-desc {
    font-size: 0.9rem;
    color: #666;
    min-height: 60px;
  }

  .nwsinsght-meta {
    display: flex;
    justify-content: space-between;
    font-size: 0.8rem;
    font-weight: 500;
    padding: 10px 0;
  }

  .nwsinsght-btn {
    background: var(--nwsinsght-purple);
    color: white;
    border: none;
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    font-weight: 500;
  }

  /* Navigation Arrow */
  .nwsinsght-arrow {
    position: absolute;
    right: -10px;
    top: 40%;
    transform: translateY(-50%);
    background: white;
    border: 1px solid #eee;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    z-index: 10;
  }

  @media (max-width: 991px) {
    .srvcs-section {
      padding: 30px 0;
    }

    .workns-team {
      padding: 30px 0;
    }

    .nwsinsght-card {
      flex: 0 0 calc(50% - 12px);
    }

    .utrprct .btn-next {
      right: -10px;
    }
  }

  @media (max-width: 576px) {
    .nwsinsght-card {
      flex: 0 0 100%;
    }
  }

  .wrkftr-main {
    background: linear-gradient(to bottom, #6F4D9E, #1E1464);
    /* Gradient matching brand colors */
    color: #ffffff;
    padding: 60px 0 30px 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  }

  .wrkftr-logo-box {
    margin-bottom: 25px;
  }

  .wrkftr-logo-img {
    max-width: 180px;
    height: auto;
  }

  .wrkftr-logo-box img {
    width: 160px;
  }

  .wrkftr-social-icons {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
  }

  .wrkftr-social-link {
    background: rgba(255, 255, 255, 0.9);
    color: #4a4695;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    text-decoration: none;
    font-size: 1.1rem;
    transition: 0.3s ease;
  }

  .wrkftr-social-link:hover {
    background: #ffffff;
    transform: translateY(-3px);
    color: #6332e3;
  }

  .wrkftr-rera-info {
    font-size: 0.85rem;
    line-height: 1.6;
    opacity: 0.9;
  }

  .wrkftr-rera-title {
    font-weight: 500;
    margin-bottom: 5px;
    display: block;
  }

  .wrkftr-nav-list {
    list-style: none;
    padding: 0;
  }

  .wrkftr-nav-item {
    margin-bottom: 10px;
  }

  .wrkftr-nav-link {
    color: #ffffff;
    text-decoration: none;
    font-size: 0.95rem;
    opacity: 0.85;
    transition: 0.3s;
    position: relative;
    padding-left: 15px;
  }

  .wrkftr-nav-link::before {
    content: "•";
    position: absolute;
    left: 0;
    display: none;
    color: #ffffff;
  }

  .wrkftr-nav-link:hover {
    opacity: 1;
    padding-left: 20px;
    color: #ffffff;
  }

  .wrkftr-contact-box {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    align-items: flex-start;
  }

  .wrkftr-contact-icon {
    font-size: 1.2rem;
    color: #ffcc00;
    /* Gold/Yellow accent for icons */
  }

  .wrkftr-contact-text {
    font-size: 0.95rem;
    line-height: 1.5;
    opacity: 0.9;
  }

  .wrkftr-bottom-bar {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 0.85rem;
    opacity: 0.8;
  }

  /* --- STICKY HEADER --- */
  .wrk-header {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 12px 0;
    z-index: 99;

    transition: 0.4s all ease-in-out;
    background: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.25), transparent);
  }

  .wrk-header.sticky {
    position: fixed;

    top: 0;

    background: linear-gradient(180deg, #433B6B 24%, #5D519B 94%);
    padding: 10px 0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    border-bottom-left-radius: 67px;
    border-bottom-right-radius: 64px;
  }

  .wrk-nav-link {
    color: #fff;
    text-decoration: none;
    margin: 0 26px;
    font-weight: 500;
    font-size: 0.95rem;
  }

  .wrk-contact-badge {
    background: #ffcc00;
    color: #222;
    padding: 8px 20px;
    border-radius: 50px;
    font-weight: 400;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .wrk-hero {
    background: var(--wrk-gradient);
    padding: 160px 0 100px;
    color: #fff;
    position: relative;
    overflow: hidden;
  }

  header .wrk-logo img {
    width: 160px;
  }

  .wrk-search-wrapper {
    width: 80%;
  }

  .dsk-cent {
    justify-content: center;
  }

  /* --- RESPONSIVE HERO --- */
  .wrk-hero {
    background-image: url('../assets/img/web_banner.png');
    background-position: center;
    background-size: cover;
    padding: 140px 0 80px;
    /* Reduced top padding for mobile */
    color: #fff;
    height: 496px;
    display: flex;
    align-items: center;
  }

  /* Responsive Heading Size */
  .wrk-hero h1 {
    font-size: 40px;
    line-height: 1.2;

  }

  /* --- STICKY HEADER --- */
  .wrk-header {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 15px 0;
    z-index: 999;
    transition: 0.4s ease-in-out;
  }

  .wrk-header.sticky {
    position: fixed;

    background: linear-gradient(180deg, #433B6B 24%, #5D519B 94%);
    padding: 10px 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  }

  /* --- TABS DESIGN --- */
  .wrk-search-tabs {
    display: flex;
    gap: 5px;
    top: 28px;
    position: relative;
    z-index: 20;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    BACKGROUND: #2d235f;
    overflow-x: auto;
    /* Allow horizontal scroll on very small phones */
    scrollbar-width: none;
    /* Hide scrollbar for Firefox */
  }

  .wrk-search-tabs::-webkit-scrollbar {
    display: none;
  }

  /* Hide scrollbar for Chrome */

  .wrk-tab {
    background: rgba(43, 33, 93, 0.9);
    color: rgba(255, 255, 255, 0.7);
    padding: 0px 7px;
    border-radius: 8px 8px 0 0;
    font-weight: 500;
    MARGIN: 16PX 27PX 40px 38px;
    cursor: pointer;
    border: none;
    transition: 0.3s;
    white-space: nowrap;
    font-size: 12px;
  }

  .wrk-tab.active {

    color: #FFF;
    BORDER-BOTTOM: 1PX SOLID #FFF;

    COLOR: #FFF;
    PADDING: 1px 4PX;
  }


  .wrk-search-inner {
    background: #fff;
    border-radius: 15px;
    display: flex;
    align-items: center;
    padding: 5px 10px;
    flex-wrap: wrap;
    z-index: 99;
    position: relative;
  }

  .wrk-filter-box {
    flex: 1;
    padding: 8px 15px;
    min-width: 140px;
    /* Forces wrap on mobile */
  }

  /* Desktop border divider */
  @media (min-width: 992px) {
    .wrk-filter-box {
      border-right: 1px solid #eee;
    }

    .wrk-filter-box:nth-last-child(2) {
      border-right: none;
    }
  }

  .wrk-filter-box label {
    display: block;
    font-size: 11px;
    color: #888;
    font-weight: 400;

    margin-bottom: 2px;
  }

  .wrk-filter-box select,
  .wrk-filter-box input {
    border: none;
    width: 100%;
    font-weight: 400;
    outline: none;
    color: #33333394;
    font-size: 14px;
    background: transparent;
  }

  .wrk-search-btn {
    background: var(--wrk-purple);
    color: white;
    border: none;
    padding: 10px 30px;
    border-radius: 60px;
    font-weight: 500;
    width: auto;
    transition: 0.3s;
  }

  .wrk-search-btn:hover {
    background: #ffcc00;
  }

  /* --- MOBILE BREAKPOINTS --- */
  @media (max-width: 991px) {
    .wrk-search-inner {
      flex-direction: column;
      align-items: stretch;
      padding: 15px;
    }

    .wrk-search-wrapper {
      width: 100%;
    }

    body .calculator-container .header-text h1 {
      font-weight: 500;
      color: #473f73;
      font-size: 25px;
      margin-top: 46px;
    }

    .main-card .hme-box {
      margin-top: 10px;
    }

    .converter-body .rgnl-121 {
      margin-bottom: 10px;
    }

    .wrk-filter-box {
      border-right: none !important;
      border-bottom: 1px solid #f0f0f0;
      padding: 12px 5px;
      width: 100%;
    }

    .wrk-search-btn {
      margin-top: 15px;
      width: 100%;
    }

    .wrk-search-main {
      border-radius: 0 0 15px 15px;
    }
  }

  @media (max-width: 576px) {
    .wrk-header .container {
      flex-direction: column;
      gap: 10px;
      text-align: center;
    }

    .wrk-hero {
      padding-top: 180px;
    }

    .wrk-tab {
      padding: 8px 15px;
      font-size: 0.8rem;
    }
  }

  .whatsapp-float {
    position: fixed;
    right: 20px;
    bottom: 20px;
    background-color: #25d366;
    color: white;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.8rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    z-index: 99;
    text-decoration: none;
    transition: all 0.4s ease;
  }

  .social-sidebar a:hover {
    color: var(--wrk-purple);
    transform: scale(1.1);
  }

  .social-sidebar {
    position: fixed;
    left: -60px;
    /* Hidden off-screen to the left */
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    background: #fff;
    border-radius: 0 10px 10px 0;
    padding: 15px 8px;
    box-shadow: 4px 0 15px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    gap: 20px;
    transition: left 0.5s ease-in-out;
    /* Smooth slide-in effect */
  }

  /* Appears when 'show' class is added via JS */
  .social-sidebar.show {
    left: 0;
  }

  .social-sidebar a {
    color: #555;
    font-size: 1.3rem;
    transition: 0.3s;
    text-align: center;
    display: block;
  }

  .whatsapp-float.show {
    opacity: 1;
    visibility: visible;
  }

  /* Base Header Styles */
  .wrk-header {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 12px 0;
    z-index: 999;
    transition: 0.4s all ease-in-out;
    background: linear-gradient(180deg, #433B6B 24%, #5D519B 94%);
  }

  .calculator-container .header-text h1 {
    font-weight: 500;
    color: #473f73;
    font-size: 36px;
    margin-top: 39px;

  }

  .wrk-header.sticky {
    position: fixed;
    background: linear-gradient(180deg, #433B6B 24%, #5D519B 94%);
    padding: 10px 0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    border-bottom-left-radius: 40px;
    /* Reduced for better mobile look */
    border-bottom-right-radius: 40px;
  }

  /* Nav Links */
  .wrk-nav-link {
    color: #fff;
    text-decoration: none;
    margin: 0 26px;
    font-weight: 400;
    font-size: 0.95rem;
  }

  /* Dropdown Styling */
  .wrk-dropdown {
    position: relative;
    display: inline-block;
  }

  .wrk-dropdown-content {
    display: none;
    position: absolute;
    background: #fff;
    min-width: 160px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-radius: 8px;
  }

  .wrk-dropdown-content a {
    color: #333;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }

  .wrk-dropdown:hover .wrk-dropdown-content {
    display: block;
  }

  /* Mobile Menu (Right to Left Slide) */
  @media (max-width: 991px) {
    .wrk-nav-menu {
      position: fixed;
      top: 0;
      right: -100%;
      /* Hidden by default */
      width: 80%;
      height: 100vh;
      background: #433B6B;
      flex-direction: column;
      padding: 80px 40px;
      transition: 0.4s ease;
      z-index: 1001;
      display: flex !important;
    }

    .social-sidebar.show {
      display: none;
    }

    .wrk-nav-menu.active {
      right: 0;
    }

    .wrk-nav-link {
      margin: 15px 0;
      font-size: 1.2rem;
    }

    .mobile-nav-toggle {
      background: none;
      border: none;
      color: #fff;
      font-size: 2rem;
      cursor: pointer;
    }

    .mobile-nav-close {
      position: absolute;
      top: 20px;
      left: 20px;
      background: none;
      border: none;
      color: #fff;
      font-size: 1.5rem;
    }

    .nav-overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      display: none;
      z-index: 99;
    }

    .nav-overlay.active {
      display: block;
    }

    /* Mobile Dropdown adjustment */
    .wrk-dropdown-content {
      position: static;
      background: rgba(255, 255, 255, 0.1);
      box-shadow: none;
      width: 100%;
    }

    .wrk-dropdown-content a {
      color: #fff;
    }
  }

  /* PC View Hover Effect */
  .wrk-nav-link {
    color: #fff;
    text-decoration: none;
    margin: 0 26px;
    font-weight: 400;
    position: relative;
    padding-bottom: 5px;
    transition: color 0.3s ease;
  }

  /* The Animated Underline */
  .wrk-nav-link::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #ffcc00;
    /* Change to your brand color */
    transition: width 0.3s ease;
  }

  .dropdown-toggle::after {
    display: none;
  }

  .wrk-nav-link:hover {
    color: #ffcc00;
  }

  .wrk-nav-link:hover::after {
    width: 100%;
  }

  /* Mobile Alignment Fixes */
  @media (max-width: 991px) {
    .wrk-header .container {
      display: flex !important;
      flex-direction: row !important;
      /* Forces horizontal layout */
      justify-content: space-between !important;
      align-items: center;
    }

    .wrk-nav-menu {
      position: fixed;
      top: 0;
      right: -100%;
      /* Start off-screen */
      width: 80%;
      height: 100vh;
      background: #433B6B;
      flex-direction: column;
      padding: 60px 20px;
      transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
      z-index: 1001;
      box-shadow: -10px 0 20px rgba(0, 0, 0, 0.2);
    }

    .wrk-nav-menu.active {
      right: 0;
      /* Slides in */
    }

    .mobile-nav-toggle {
      background: transparent;
      border: none;
      color: white;
      font-size: 2rem;
      padding: 0;
      cursor: pointer;
    }
  }

  /* --- Header Base --- */
  .wrk-header {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 12px 0;
    z-index: 999;
    transition: 0.4s all ease-in-out;
  }

  .wrk-header.sticky {
    position: fixed;
    background: linear-gradient(180deg, #433B6B 24%, #5D519B 94%);
    padding: 10px 0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
  }

  .wrk-logo img {
    width: 140px;
  }

  /* --- Desktop Nav & Hover Effects --- */
  .wrk-nav-link {
    color: #fff;
    text-decoration: none;
    margin: 0 26px;
    font-weight: 400;
    font-size: 14px;
    position: relative;
    padding: 5px 0;
    transition: 0.3s;
  }

  /* Hover Underline Effect */
  .wrk-nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #FFC107;
    /* Gold/Yellow color */
    transition: width 0.3s ease;
  }

  .wrk-nav-link:hover::after {
    width: 100%;
  }

  .wrk-nav-link:hover {
    color: #FFC107;
  }

  /* --- Dropdown Styling --- */
  .wrk-dropdown {
    position: relative;
    display: inline-block;
  }

  
  .wrk-dropdown-content {
    display: none;
    position: absolute;
    background: #fff;
    min-width: 210px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    top: 100%;
    overflow: hidden;
  }

  .wrk-dropdown-content a {
    color: #333;
    padding: 10px 15px;
    text-decoration: none;
    display: block;
    transition: 0.3s;
  }

  .wrk-dropdown-content a:hover {
    background: #f8f9fa;
    color: #5D519B;
  }

  .wrk-dropdown:hover .wrk-dropdown-content {
    display: block;
  }

  /* --- Mobile Menu Fixes --- */
  .mobile-nav-toggle {
    background: none;
    border: none;
    color: #fff;
    font-size: 2rem;
    cursor: pointer;
  }

  @media (max-width: 991px) {
    .wrk-nav-menu {
      position: fixed;
      top: 0;
      right: -100%;
      /* Hidden off-screen to the right */
      width: 80%;
      height: 100vh;
      background: #433B6B;
      display: flex;
      flex-direction: column;
      padding: 80px 30px;
      transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
      z-index: 9999;
      box-shadow: -10px 0 30px rgba(0, 0, 0, 0.3);
    }

    .ftr-desc {
      text-align: center;
      padding-bottom: 14px;
      font-size: 15px;
    }


    .utrprct {
      padding-top: 30px;
    }

    .ftr-tlt {
      text-align: center;
      padding-bottom: 5px;
      font-size: 30px;
    }

    .ftrc-itms {
      color: #fff;
    }

    .info-pane span {
      color: #c0c0c0;
    }

    .info-pane p {
      color: #c0c0c0;
    }

    .pd-mob {
      padding: 20px;
    }

    .fakeTitle {
      font-size: 30px !important;
    }

    .info-pane {
      background: linear-gradient(to bottom, #00000021, #000000a3);
      z-index: 9;
      border-radius: 12px;
    }

    .img-pane {

      position: absolute;
      top: 0;
      z-index: 0;
      padding: 3px 0px 0px 0px;
    }

    .thumbSwiper .swiper-wrapper {
      display: none;
    }

    .wrk-nav-menu.active {
      right: 0;
    }

    /* Slide into view */

    .wrk-nav-link {
      margin: 15px 0;
      font-size: 1.2rem;
      display: block;
    }

    .mobile-nav-close {
      position: absolute;
      top: 20px;
      right: 20px;
      background: none;
      border: none;
      color: #fff;
      font-size: 1.8rem;
    }

    .nav-overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.6);
      display: none;
      z-index: 99;
    }

    .nav-overlay.active {
      display: block;
    }

    /* Mobile Dropdown */
    .wrk-dropdown-content {
      position: static;
      background: rgba(255, 255, 255, 0.1);
      box-shadow: none;
      margin-top: 10px;
    }

    .wrk-dropdown-content a {
      color: #fff;
    }
  }

  .wrk-nav-menu .active {
    border-bottom: 3px solid #ffcc00;
    color: #ffcc00;
  }

  @media (min-width:800px) {
    .hdr-fluid {
      padding: 0 70px;
    }

    .wrk-hero {
      background-image: url('../assets/img/web_banner.png');
      background-position: center;
      background-size: cover;
      padding: 140px 0 80px;
      /* Reduced top padding for mobile */
      color: #fff;
      height: 496px;
      display: flex;
      align-items: center;
    }
  }

  @media (max-width:800px) {

    .wrk-hero {
      background-image: url('../assets/img/web_banner.png');
      background-position: center;
      background-size: cover;
      padding: 172px 0 80px;
      /* Reduced top padding for mobile */
      color: #fff;
      height: 660px;
      display: flex;
      align-items: center;
    }

    .wrk-hero h1 {
      font-size: 31px;
    }

    .wrk-tab.active {
      PADDING: 7px 3PX;
    }

    .wrk-tab {
      MARGIN: 8PX 3PX 36px 12px;
    }

    .wrk-search-btn {

      text-align: center;
    }

    .info-pane h6 {
      color: #fff;
    }

    .info-pane .small {
      color: #fff;
    }

    .featurd-prjct32ds .swiper-button-prev {
      top: 40%;
    }

    .featurd-prjct32ds .swiper-button-next {
      top: 40%;
    }

    .nwsinsght-arrow {
      top: 43%;
    }

    .nwsinsght-section .arrow-left {
      left: -12px;
    }
  }

.workians-why-section {
  padding: 90px 0 70px;
  background: #f6f8f7;
}

.workians-why-header {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 50px;
}

.workians-why-header h2 {
font-size: 44px;
    color: #4d447e;
  margin-bottom: 10px;
}
.trst-prnts221s{
  overflow-x: hidden;
}

.wrkns-abts2-wrap{
  overflow-x: hidden;

}
.workians-why-header p {
  font-size: 16px;
  color: #4a5a55;
  line-height: 1.6;
}

.workians-why-cards {
  row-gap: 30px;
}

.workians-why-card {
  text-align: center;
  padding: 10px 20px;
}

.workians-why-icon {
width: 110px; 
    height: 110px;
    margin: 0 auto 18px;
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 9px 0px #e4e4e454;
    border: 1px solid #5a4e9526;
}

.workians-why-icon i {
  font-size: 52px;
  color: #534889;
}

.workians-why-card h4 {
  font-size: 22px;
  font-weight: 600;
  color: #483f74;
  margin-bottom: 10px;
}
.wrk-header
.workians-why-card p {
  font-size: 16px;
  color: #4a5a55;
  line-height: 1.7;
}

@media (max-width: 991px) {
  .workians-why-header h2 {
    font-size: 34px;
  }
}

@media (max-width: 575px) {
  .workians-why-section {
    padding: 70px 0 50px;
  }
  .workians-why-header h2 {
    font-size: 28px;
  }
}
  /* Footer keyword columns */
  .footer-keywords {
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid #e7e7e7;
  }

  .footer-keyword-col h4 {
    font-size: 16px;
    font-weight: 600;
    color: #222;
    margin-bottom: 12px;
  }

  .footer-keyword-col .keyword-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
  }

  .footer-keyword-col .keyword-list li {
    display: none;
    margin: 6px 0;
  }

  .footer-keyword-col .keyword-list a {
    color: #4c4c4c;
    font-size: 14px;
    transition: color 0.2s ease, padding-left 0.2s ease;
  }

  .footer-keyword-col .keyword-list a:hover {
    color: #6332e3;
    padding-left: 4px;
  }

  .footer-keyword-col .load-more-btn {
    margin-top: 12px;
    font-size: 12px;
    border-radius: 20px;
    border: 1px solid #943a6d;
    color: #fff;
    padding: 6px 14px;
    background: linear-gradient(to right, #325998 0, #45376c 50%, #584587 50%, #af3869 100%);
    transition: all 0.2s ease;
  }

  .footer-keyword-col .load-more-btn:hover {
    background: transparent;
    color: #943a6d;
  }
