
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
                font-family: Poppins, sans-serif;
            background-color: #fff;
            color: #000;
            line-height: 1.6;
        }

ul {
    list-style: none;
}

h1{
    font-size: 50px;
      font-family: "Inter", sans-serif;
            font-weight: 600;
            line-height: 1.2;
}

 h2{
        font-size: 40px;
            font-family: "Inter", sans-serif;
            font-weight: 600;
            line-height: 1.2;
          }


         #p {
               font-size: 17px;
               font-family: "Open Sans", sans-serif;
               font-weight: 300;
               color: #000;
               line-height: 1.7;
           }


h4{
             font-size: 18px;
               font-family: "Inter", sans-serif;
               font-weight: 600;
               color: #000;
               line-height: 1.2;
        }
        
        
        
p{
             font-size: 15px;
               font-family: "Open Sans", sans-serif;
               font-weight: 300;
               color: #000;
               line-height: 1.7;
        }
        
          #p {
               font-size: 17px;
               font-family: "Open Sans", sans-serif;
               font-weight: 300;
               color: #000;
               line-height: 1.7;
           }


 


    
        .Arvian_Coworking_First-Section__header {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            background-color: #fff;
            backdrop-filter: blur(10px);
            z-index: 1000;
            padding: 1rem 0;
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        }

        .Arvian_Coworking_First-Section__header-container {
            margin: 0 auto;
            padding: 0 2rem;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .Arvian_Coworking_First-Section__logo {
            display: flex;
            align-items: center;
            width: 135px;
            height: 78px;
        }

        .Arvian_Coworking_First-Section__logo-text {
            width: 135px;
            height: 78px;
            font-size: 2rem;
            font-weight: bold;
            color: #000;
            background: linear-gradient(45deg, #ffffff, #cccccc);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .Arvian_Coworking_First-Section__nav {
            display: flex;
            align-items: center;
            gap: 2rem;
        }

        .Arvian_Coworking_First-Section__menu-text {
            font-size: 0.9rem;
            font-weight: 600;
            color: #000;
            letter-spacing: 1px;
        }

        .Arvian_Coworking_First-Section__book-btn {
            background-color: #000;
            color: #fff;
            padding: 0.75rem 1.5rem;
            border-radius: 25px;
            text-decoration: none;
            font-weight: 600;
            font-size: 0.9rem;
            transition: all 0.3s ease;
            border: 2px solid #000;
        }

        .Arvian_Coworking_First-Section__book-btn:hover {
            background-color: transparent;
            color: #000;
            transform: translateY(-2px);
        }

 
        .Arvian_Coworking_First-Section__main {
            margin-top: 100px;
            min-height: calc(100vh - 100px);
            padding: 2rem 0;
        }

        .Arvian_Coworking_First-Section__container {
            
            margin: 0 auto;
            padding: 0 2rem;
         display: flex;
         flex-wrap: wrap;
            gap: 2rem;
            min-height: calc(100vh - 140px);
        }

        
        .Arvian_Coworking_First-Section__left-content {
            flex: 56%;
            display: flex;
            flex-direction: column;
            gap: 2rem;
        }

        .Arvian_Coworking_First-Section__title {
            font-size: 3rem;
            font-weight: 700;
            color: #000;
            line-height: 1.2;
            margin-bottom: 1rem;
        }

        .Arvian_Coworking_First-Section__title-underline {
            width: 200px;
            height: 4px;
            background-image: linear-gradient(to right, #fff, #5F8D8A 50%, #5F8D8A);
            border-radius: 2px;
            margin-bottom: 2rem;
        }

        .Arvian_Coworking_First-Section__image-container {
            position: relative;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
        }

        .Arvian_Coworking_First-Section__main-image {
            width: 100%;
            height: 450px;
            display: block;
            border-radius: 20px;
            transition: transform 0.3s ease;
            opacity: 0;
            animation: fadeIn 1s ease-in-out forwards;
        }

       
     
        .Arvian_Coworking_First-Section__right-content {
            flex: 33%;
            display: flex;
            flex-direction: column;
            gap: 2rem;
        }

        .Arvian_Coworking_First-Section__subtitle {
            font-size: 1.2rem;
            color: #000;
            line-height: 1.6;
            margin-bottom: 1rem;
        }

        .Arvian_Coworking_First-Section__form-container {
            background-color: #000;
            border-radius: 20px;
            padding:30px;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
        }

        .Arvian_Coworking_First-Section__form-title {
            font-size: 1.8rem;
            font-weight: 600;
            color: #000;
            margin-bottom: 2rem;
            text-align: center;
        }

        .Arvian_Coworking_First-Section__form {
            display: flex;
            flex-direction: column;
            gap: .6rem;
        }

        .Arvian_Coworking_First-Section__form-group {
            display: flex;
            flex-direction: column;
            gap: 0.5rem;
        }

        .Arvian_Coworking_First-Section__label {
            font-size: 0.9rem;
            font-weight: 500;
            color: #000;
        }

        .Arvian_Coworking_First-Section__input,
        .Arvian_Coworking_First-Section__textarea {
            padding: 11px;
            border: 2px solid #e0e0e0;
            border-radius: 10px;
            font-size: 1rem;
            transition: all 0.3s ease;
            background-color: #ffffff;
            color: #333333;
        }

        .Arvian_Coworking_First-Section__input:focus,
        .Arvian_Coworking_First-Section__textarea:focus {
            outline: none;
            border-color: #5F8D8A;
            box-shadow: 0 0 0 3px rgba(76, 175, 80, 0.1);
        }

        .Arvian_Coworking_First-Section__textarea {
            resize: vertical;
            min-height: 100px;
        }

        .Arvian_Coworking_First-Section__submit-btn {
            background-color: #1a1a1a;
            color: #ffffff;
            padding: 1rem 2rem;
            border: none;
            border-radius: 10px;
            font-size: 1.1rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            margin-top: 1rem;
        }

        .Arvian_Coworking_First-Section__submit-btn:hover {
            background-color: #333333;
            transform: translateY(-2px);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
        }

       
        .Arvian_Coworking_First-Section__fixed-button {
            position: fixed;
            right: 2rem;
            bottom: 2rem;
            z-index: 999;
        }

        .Arvian_Coworking_First-Section__tour-btn {
            display: flex;
            align-items: center;
            gap: 0.5rem;
            background: #fff;
            color: #000;
            padding: 1rem 1.5rem;
            border-radius: 50px;
            text-decoration: none;
            font-weight: 600;
            font-size: 1rem;
            box-shadow: 0 10px 30px rgba(37, 211, 102, 0.3);
            transition: all 0.3s ease;
            animation: pulse 2s infinite;
        }

        .Arvian_Coworking_First-Section__tour-btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 15px 40px rgba(37, 211, 102, 0.4);
        }

        .Arvian_Coworking_First-Section__tour-icon {
            font-size: 1.2rem;
        }

        .Arvian_Coworking_First-Section__tour-text {
            white-space: nowrap;
        }
        
        


.MAIN-Section{
    padding: 0px 2rem;
    text-align: left;
    margin:0px 0px;
}
.uder-line{
       align-items: center;
    display: flex;
}
.underline{
    flex: 0 auto;
    min-width: 120px;
    height: 4px;
    margin-left: 40px;
    margin-right: 40px;
    background-image: linear-gradient(to right, #000, #5F8D8A 50%, #5F8D8A);
}

.benifit{
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    margin-top: 50px;
    
}

.benifit-box{
    flex: 32%;
    margin-top: 20px;
}

.benifit-box h4{
    margin-top: 10px;
}



.HOT_Desk{
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    
}

.HOT_Desk_Box{
    flex: 40%;
}
.HOT_Desk_Box img{
    width: 100%;
    height: 100%;
    border-radius: 250px 0 0 250px;
}





        .office-spaces-slider {
            width: 100%;
            min-height: 100vh;
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .slider-container {
            width: 100%;
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 2rem;
        }

        
        .owl-carousel {
            position: relative;
        }

        .owl-stage-outer {
            padding: 2rem 0;
        }

 
        .slide-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            padding: 2rem;
            min-height: 80vh;
            justify-content: center;
        }

       
        .slide-image-container {
            position: relative;
            width: 100%;
            max-width: 900px;
            margin: 0 auto 3rem;
            border-radius: 60px;
            overflow: hidden;
            box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
            background: linear-gradient(45deg, #333, #555);
            transition: transform 0.6s ease;
        }

        .slide-image-container:hover {
            transform: scale(1.02) rotate(1deg);
        }

        .slide-image {
            width: 100%;
            height: 500px;
            object-fit: cover;
            display: block;
            transition: transform 0.6s ease;
            opacity: 0;
            animation: fadeInImage 1s ease-in-out forwards;
        }

        .slide-image-container:hover .slide-image {
            transform: scale(1.05);
        }

       
        .slide-text-content {
            max-width: 800px;
            margin: 0 auto;
        }

        .slide-title {
            margin-bottom: 2rem;
            background: linear-gradient(135deg, #ffffff, #cccccc);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            animation: slideInUp 0.8s ease-out 0.3s both;
        }

        .slide-description {
            color: #000;
            font-weight: 400;
            animation: slideInUp 0.8s ease-out 0.5s both;
        }

        /* Slide Variants */
        .slide-variant-1 .slide-image-container {
            border-radius: 60px;
        }

        .slide-variant-2 .slide-image-container {
            border-radius: 40px;
            transform: rotate(-1deg);
        }

        .slide-variant-3 .slide-image-container {
            border-radius: 80px;
            transform: rotate(1deg);
        }

        .slide-variant-4 .slide-image-container {
            border-radius: 50px;
        }

        .slide-variant-5 .slide-image-container {
            border-radius: 70px;
            transform: rotate(-0.5deg);
        }

       
        .owl-nav {
            position: absolute;
            top: 50%;
            width: 100%;
            transform: translateY(-50%);
            pointer-events: none;
        }

        .owl-nav button {
            position: absolute;
            width: 60px;
            height: 60px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.1) !important;
            border: 2px solid rgba(255, 255, 255, 0.2) !important;
            color: #000 !important;
            font-size: 20px !important;
            backdrop-filter: blur(10px);
            transition: all 0.3s ease;
            pointer-events: all;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .owl-nav button:hover {
            background: rgba(255, 255, 255, 0.2) !important;
            transform: scale(1.1);
            box-shadow: 0 10px 30px rgba(255, 255, 255, 0.2);
        }

        .owl-nav button.owl-prev {
            left: 0;
        }

        .owl-nav button.owl-next {
            right: 0;
        }

        .owl-nav button span {
            font-size: 24px;
            font-weight: bold;
        }

       
        .owl-dots {
            text-align: center;
            margin-top: 3rem;
            position: relative;
            z-index: 10;
        }

        .owl-dot {
            display: inline-block;
            width: 14px;
            height: 14px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.3) !important;
            margin: 0 8px;
            transition: all 0.3s ease;
            cursor: pointer;
            border: none;
        }

        .owl-dot.active {
            background: #ffffff !important;
            transform: scale(1.3);
            box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
        }

        .owl-dot:hover {
            background: rgba(255, 255, 255, 0.6) !important;
            transform: scale(1.1);
        }

   
        .progress-container {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 4px;
            background: rgba(255, 255, 255, 0.1);
            z-index: 10;
        }

        .progress-bar {
            height: 100%;
            background: linear-gradient(90deg, #4CAF50, #2196F3, #FF9800);
            
            transition: width 0.3s ease;
        }


        .Coworking-4{
            display: flex;
            flex-wrap: wrap;
            gap: 15px;
            
        }
        .Coworking-4-1_{
            flex: 45%;
            border-radius: 50px;
            background-color: #000;
            flex-direction: column;
            justify-content: center;
            align-items: flex-start;
            padding: 0 40px 20px;
            display: flex;
            color: #fff !important;
        }
         .Coworking-4-1_ p{
            color: #fff !important;
         }
        .Coworking-4-1 {
            flex: 45%;
            
        }
       
       
       
        .Coworking-4-1 img{
           width: 100%;
           height: 100%;
           border-radius: 50px;
        }
        
        
        .ACS_first_section {
            padding: 60px 20px;
            margin-top: 75px;
        }

        .ACS_first_container {
            max-width: 1200px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
            align-items: center;
        }

    
        .ACS_first_slider_container {
            position: relative;
            width: 100%;
            max-width: 600px;
        }

        .ACS_first_main_slider {
            position: relative;
            width: 100%;
            height: 400px;
            overflow: hidden;
            border-radius: 12px;
            border: 1px #5F8D8A solid;
        }

        .ACS_first_slide {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            transition: opacity 0.5s ease-in-out;
            cursor: pointer;
        }

        .ACS_first_slide.active {
            opacity: 1;
        }

        .ACS_first_slide img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .ACS_first_nav_arrows {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(255, 255, 255, 0.9);
            border: none;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 18px;
            color: #333;
            transition: all 0.3s ease;
            z-index: 2;
        }

        .ACS_first_nav_arrows:hover {
            background: white;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        }

        .ACS_first_prev {
            left: 15px;
        }

        .ACS_first_next {
            right: 15px;
        }

        .ACS_first_dots_container {
            display: flex;
            justify-content: center;
            gap: 10px;
            margin-top: 20px;
        }

        .ACS_first_dot {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: #ccc;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .ACS_first_dot.active {
            background: #5F8D8A;
            transform: scale(1.2);
        }

        /* Content Styles */
        .ACS_first_content {
            padding: 20px 0;
        }

        .ACS_first_title {
            font-weight: bold;
            color: #5F8D8A;
            margin-bottom: 24px;
            line-height: 1.2;
        }

        .ACS_first_description {
            font-size: 1.1rem;
            color: #000;
            margin-bottom: 32px;
            line-height: 1.6;
        }

        .ACS_first_features {
            list-style: none;
            margin-bottom: 32px;
        }

        .ACS_first_feature {
            display: flex;
            align-items: center;
            margin-bottom: 16px;
            font-size: 1.1rem;
            color: #000;
        }

        .ACS_first_feature::before {
            content: '✓';
            color: #5F8D8A;
            font-weight: bold;
            margin-right: 12px;
            font-size: 1.2rem;
        }

        .ACS_first_cta_link {
            color: #5F8D8A;
            text-decoration: none;
            font-weight: 600;
            font-size: 1.1rem;
            display: inline-flex;
            align-items: center;
            transition: color 0.3s ease;
        }

        .ACS_first_cta_link:hover {
            color: #5F8D8A;
        }

        .ACS_first_cta_link::after {
            content: '→';
            margin-left: 8px;
            transition: transform 0.3s ease;
        }

        .ACS_first_cta_link:hover::after {
            transform: translateX(4px);
        }

        .ACS_first_modal {
            display: none;
            position: fixed;
            z-index: 1000;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.9);
        }

        .ACS_first_modal.active {
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .ACS_first_modal_content {
            position: relative;
            max-width: 90%;
            max-height: 90%;
        }

        .ACS_first_modal_image {
            width: 100%;
            height: auto;
            max-height: 80vh;
            object-fit: contain;
        }

        .ACS_first_modal_nav {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(255, 255, 255, 0.9);
            border: none;
            width: 60px;
            height: 60px;
            border-radius: 50%;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
            color: #333;
            transition: all 0.3s ease;
        }

        .ACS_first_modal_nav:hover {
            background: white;
        }

        .ACS_first_modal_prev {
            left: -80px;
        }

        .ACS_first_modal_next {
            right: -80px;
        }

        .ACS_first_modal_close {
            position: absolute;
            top: -50px;
            right: 0;
            background: rgba(255, 255, 255, 0.9);
            border: none;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            cursor: pointer;
            font-size: 24px;
            color: #333;
        }

        .ACS_first_modal_dots {
            position: absolute;
            bottom: -50px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            gap: 10px;
        }

        .ACS_first_modal_dot {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.5);
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .ACS_first_modal_dot.active {
            background: white;
            transform: scale(1.2);
        }
        
        
   



        

 .ACS_Second_Container {
            width: 100%;

            text-align: center;
        }


        .ACS_Second_Container_Content {
            margin-top: 40px;
            display: flex;
            flex-wrap: wrap;


        }

        h2 {
            font-size: 30px;
            font-family: "Inter", sans-serif;
            font-weight: 600;
            line-height: 1.2;
        }


        #p {
            font-size: 17px;
            font-family: "Open Sans", sans-serif;
            font-weight: 300;
            color: #000;
            line-height: 1.7;
        }

        .ACS_Second_Container_Content-Box {
            flex: 30%;
            padding: 25px;
        }

        .ACS_Second_Container_Content-Box img {
            width: 100px;
        }

        p {
            font-size: 15px;
            font-family: "Open Sans", sans-serif;
            font-weight: 300;
            color: #000;
            line-height: 1.7;
        }

        h3 {
            font-size: 18px;
            font-family: "Inter", sans-serif;
        }


        h4 {
            font-size: 18px;
            font-family: "Inter", sans-serif;
            font-weight: 600;
            color: #000;
            line-height: 1.2;
        }



        .sec-padding {
            padding: 0px 150px;
            text-align: center;
            margin-bottom: 40px;
        }


        .ACS_steps_section {
            padding: 50px 20px;
            position: relative;
        }

        .ACS_steps_container {
            max-width: 1400px;
            margin: 0 auto;
        }




        .ACS_steps_wrapper {
            display: flex;
            margin-top: 40px;
            justify-content: space-between;
            align-items: center;
            position: relative;
            flex-wrap: wrap;
            gap: 20px;
        }

        .ACS_steps_item {
            flex: 1;
            min-width: 200px;
            text-align: center;
            height: 320px;
            position: relative;
            z-index: 2;
        }

        .ACS_steps_circle {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            background: #5F8D8A;
            color: white;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.5rem;
            font-weight: bold;
            margin: 0 auto 20px;
            box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
            transition: all 0.3s ease;
            position: relative;
        }

        .ACS_steps_circle:hover {
            transform: translateY(-5px);
            box-shadow: 0 12px 35px rgba(102, 126, 234, 0.4);
        }

        .ACS_steps_circle::before {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            border-radius: 50%;
            background: #5F8D8A;
            opacity: 0.3;
            transform: scale(1.2);
            z-index: -1;
            animation: pulse 2s infinite;
        }





        .ACS_Prime_Location_section {
            padding: 80px 20px;
            background-color: #fff;
        }

        .ACS_Prime_Location_container {
            max-width: 1468px;
            margin: 0 auto;
        }

        .ACS_Prime_Location_card {
            background: #fff;
            border: 3px dashed #5F8D8A;
            border-radius: 20px;
            padding: 20px 40px;
            position: relative;
            box-shadow: #e0f2fe;
            transition: all 0.3s ease;
        }



        .ACS_Prime_Location_header {
            margin-bottom: 40px;
            text-align: center;
        }

        .ACS_Prime_Location_title {
            margin-bottom: 10px;
        }

        .ACS_Prime_Location_highlight {
            color: #5F8D8A;
            position: relative;
        }

        .ACS_Prime_Location_highlight::after {
            content: '';
            position: absolute;
            bottom: -5px;
            left: 0;
            right: 0;
            height: 3px;
            background: linear-gradient(90deg, #5F8D8A, #5F8D8A);
            border-radius: 2px;
            opacity: 0.7;
        }

        .ACS_Prime_Location_list {
            list-style: none;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
            gap: 20px;
        }

        .ACS_Prime_Location_item {
            display: flex;
            align-items: center;
            padding: 15px 0;
            transition: all 0.3s ease;
            border-radius: 10px;
            padding-left: 10px;
        }

        .ACS_Prime_Location_item:hover {
            background: #e0f2fe;
            transform: translateX(5px);
        }

        .ACS_Prime_Location_icon {
            width: 24px;
            height: 24px;
            background: linear-gradient(135deg, #5F8D8A, #5F8D8A);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 15px;
            flex-shrink: 0;
        }

        .ACS_Prime_Location_icon::before {
            content: '✓';
            color: white;
            font-weight: bold;
            font-size: 14px;
        }


        .ACS_Prime_Location_distance {
            color: #5F8D8A;
            font-weight: 600;
        }

        .ACS_Prime_Location_landmark {
            color: #2c3e50;
        }

        /* Enhanced Visual Elements */
        .ACS_Prime_Location_badge {
            position: absolute;
            top: -15px;
            left: 40px;
            background: linear-gradient(135deg, #5F8D8A, #5F8D8A);
            color: white;
            padding: 8px 20px;
            border-radius: 20px;
            font-weight: 600;
            box-shadow: #e0f2fe;
        }

        .ACS_Prime_Location_stats {
            display: flex;
            justify-content: center;
            gap: 40px;
            margin-top: 30px;
            padding-top: 30px;
            border-top: 2px dashed #e0f2fe;
        }

        .ACS_Prime_Location_stat {
            text-align: center;
        }

        .ACS_Prime_Location_stat_number {
            display: block;
        }


        @keyframes pulse {
            0% {
                transform: scale(1.2);
                opacity: 0.3;
            }

            50% {
                transform: scale(1.4);
                opacity: 0.1;
            }

            100% {
                transform: scale(1.2);
                opacity: 0.3;
            }
        }



        .ACS_steps_arrow {
            position: absolute;
            top: 40px;
            right: -15px;
            width: 30px;
            height: 2px;
            background: #5F8D8A;
            z-index: 1;
        }

        .ACS_steps_arrow::after {
            content: '';
            position: absolute;
            right: -8px;
            top: -4px;
            width: 0;
            height: 0;
            border-left: 10px solid #5F8D8A;
            border-top: 5px solid transparent;
            border-bottom: 5px solid transparent;
        }

        .ACS_steps_item:last-child .ACS_steps_arrow {
            display: none;
        }


        .ACS_AMENITEINS_section {
            padding: 0px 20px;
            background-color: #fff;
        }

        .ACS_AMENITEINS_container {
            max-width: 1600px;
            margin: 0 auto;
        }

        .ACS_AMENITEINS_header {
            text-align: center;
            margin-bottom: 20px;
        }



        .ACS_AMENITEINS_grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 25px;
            margin-top: 40px;
        }

        .ACS_AMENITEINS_card {
            background: #fff;
            border-radius: 15px;
            gap: 5px;
            display: flex;
            height: 180px;
            overflow: hidden;
            transition: all 0.3s ease;
            border: 1px solid #000;
            position: relative;
        }


        .ACS_AMENITEINS_content {
            padding: 25px 20px;
            flex: 52%;
            text-align: left;
            transition: all 0.3s ease;
        }

        .ACS_AMENITEINS_image_container {
            position: relative;
            height: 100%;
            width: 45%;
            overflow: hidden;
            transition: all 0.3s ease;
        }

        .ACS_AMENITEINS_image {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }


        .ACS_Membership_plan_section {
            padding: 80px 20px;
            background-color: #fff;
        }

        .ACS_Membership_plan_container {
            max-width: 1200px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
            align-items: center;
        }

        .ACS_Membership_plan_content {
            padding-right: 20px;
        }

        .ACS_Membership_plan_title {
            font-weight: bold;
            color: #fff;
            background-color: #5F8D8A;
            margin-bottom: 20px;
            padding: 6px 3px;
            border-radius: 10px;
            text-align: center;
            line-height: 1.3;
        }

        .ACS_Membership_plan_highlight {
            color: #5F8D8A;
        }

        .ACS_Membership_plan_steps {
            margin-bottom: 20px;
        }

        .ACS_Membership_plan_step {
            display: flex;
            align-items: center;
            margin-bottom: 10px;
            padding: 0px 10px;
            border: 1px #5F8D8A solid;
            background: #fff;
            border-radius: 12px;
            transition: all 0.3s ease;
        }



        .ACS_Membership_plan_step_number {
            width: 25px;
            height: 25px;
            background: #5F8D8A;
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            font-size: 1rem;
            flex-shrink: 0;
            box-shadow: 0 4px 12px #e0f2fe;
        }

        .ACS_Membership_plan_step_content {
            flex: 1;
        }

        .ACS_Membership_plan_step_title {
            font-weight: 600;
            color: #5F8D8A;
            padding: 5px 10px;
        }

        .ACS_Membership_plan_step_description {
            color: #666;
            line-height: 1.5;
        }

        .ACS_Membership_plan_step h3 {
            font-size: 15px;
        }

        .ACS_Membership_plan_cta_button {
            background: #5F8D8A;
            color: white;
            padding: 10px 28px;
            border: none;
            border-radius: 8px;
            font-size: 1.1rem;
            font-weight: 600;
            cursor: pointer;
            text-decoration: none;
            display: inline-block;
            position: relative;
            overflow: hidden;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px #e0f2fe;
        }

        .ACS_Membership_plan_cta_button::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: white;
            transition: left 0.4s ease;
            z-index: 1;
        }

        .ACS_Membership_plan_cta_button:hover::before {
            left: 0;
        }

        .ACS_Membership_plan_cta_button span {
            position: relative;
            z-index: 2;
            transition: color 0.4s ease;
        }

        .ACS_Membership_plan_cta_button:hover span {
            color: #5F8D8A;
        }

        .ACS_Membership_plan_cta_button:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 25px #e0f2fe;
        }

        .ACS_Membership_plan_image_container {
            position: relative;
            border-radius: 16px;
        }

        .ACS_Membership_plan_image {
            width: 100%;
            height: 500px;
            object-fit: cover;
            border-radius: 16px;
            transition: transform 0.3s ease;
        }



        .Arvian-jaipur-section {
            padding: 60px 20px;
            background-color: #f0f9ff;
            overflow: hidden;
        }

        .Arvian-jaipur-container {
            max-width: 1200px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
              overflow: hidden;
            align-items: center;
        }

        .Arvian-jaipur-content {
            display: flex;
            flex-direction: column;
            gap: 1.5rem;
        }

        .Arvian-jaipur-item {
            border: 2px solid #5F8D8A;
            border-radius: 12px;
            overflow: hidden;
            transition: all 0.3s ease;
            background: #fff;
        }

       

        .Arvian-jaipur-item.active {
            border-color: #5F8D8A;
        }

        .Arvian-jaipur-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 1rem 1rem;
            cursor: pointer;
            transition: background-color 0.3s ease;
        }

        

        .Arvian-jaipur-title {
            font-weight: 600;
            color: #2c3e50;
            margin: 0;
        }

        .Arvian-jaipur-button {
            background: #5F8D8A;
            color: white;
            border: none;
            padding: 0.75rem 1.5rem;
            border-radius: 8px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }

        .Arvian-jaipur-button::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: #5F8D8A;
            transition: left 0.3s ease;
            z-index: 1;
        }

        .Arvian-jaipur-button:hover::before {
            left: 0;
        }

        .Arvian-jaipur-button span {
            position: relative;
            z-index: 2;
        }

       

        .Arvian-jaipur-content-wrapper {
            max-height: 0;
            overflow: hidden;
            background: linear-gradient(135deg, #f8f9fa, #ffffff);
        }

        .Arvian-jaipur-content-wrapper.expanded {
            max-height: 500px;
            padding: 20px;
        }

        .Arvian-jaipur-expanded-content {
            opacity: 0;
            transform: translateY(-10px);
            transition: all 0.3s ease 0.1s;
        }

        .Arvian-jaipur-content-wrapper.expanded .Arvian-jaipur-expanded-content {
            opacity: 1;
            transform: translateY(0);
        }

        .Arvian-jaipur-expanded-title {
            color: #5F8D8A;
            font-weight: 600;
            margin-bottom: 1rem;
        }

        .Arvian-jaipur-expanded-description {
            color: #000;
            line-height: 1.6;
            font-size: 14px;
            margin-bottom: 1.5rem;
        }

        .Arvian-jaipur-features-list {
            list-style: none;
        }

        .Arvian-jaipur-feature-item {
            display: flex;
            align-items: center;
            gap: 0.5rem;
            color: #000;
        }

        .Arvian-jaipur-feature-item::before {
            content: '✓';
            color: #5F8D8A;
            font-weight: bold;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }

        .Arvian-jaipur-image-container {
            position: relative;
            border-radius: 16px;
            overflow: hidden;
            height: fit-content;
                border-radius: 10px 140px 10px 10px;
        }

        .Arvian-jaipur-image {
            width: 100%;
            height: auto;
            display: block;
        }

       

        .Arvian-jaipur-image-overlay {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            color: white;
            padding: 2rem;
            transform: translateY(100%);
            transition: transform 0.3s ease;
        }

        .Arvian-jaipur-image-container:hover .Arvian-jaipur-image-overlay {
            transform: translateY(0);
        }

        .Arvian-jaipur-overlay-title {
            font-weight: 600;
            margin-bottom: 0.5rem;
        }

        .Arvian-jaipur-overlay-text {
            opacity: 0.9;
        }


        
        .Arvian_Coworking_Space_section {
            padding: 60px 20px;
        }

        .Arvian_Coworking_Space_container {
            max-width: 1280px;
            margin: 0 auto;
        }

        .Arvian_Coworking_Space_content_box {
            border: 3px dashed #5F8D8A;
            border-radius: 20px;
            padding: 50px 40px;
            position: relative;
            text-align: center;
        }

       
      

        .Arvian_Coworking_Space_content_box h1 {
            font-weight: bold;
            margin-bottom: 2rem;
            color: #2c3e50;
        }

        .Arvian_Coworking_Space_content_box h2 span {
            color: #5F8D8A;
        }

        .Arvian_Coworking_Space_content_box p {
            color: #666;
            line-height: 1.8;
            text-align: left;
        }


          .Arvian_Coworking_Space_features_section {
            padding: 50px 20px;
            background: #000;
            position: relative;
            overflow: hidden;
        }

   

        .Arvian_Coworking_Space_features_container {
            max-width: 1400px;
            margin: 0 auto;
            position: relative;
            z-index: 2;
        }

        .Arvian_Coworking_Space_features_title {
            text-align: center;
            margin-bottom: 60px;
        }

        .Arvian_Coworking_Space_features_title h2 {
            font-size: 2.5rem;
            font-weight: 700;
            color: #fff;
            margin-bottom: 1rem;
            text-shadow: 0 2px 10px rgba(0,0,0,0.3);
        }

        .Arvian_Coworking_Space_features_title p {
            font-size: 1.1rem;
            color: rgba(255,255,255,0.9);
            max-width: 600px;
            margin: 0 auto;
        }

        .Arvian_Coworking_Space_features_grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
            gap: 30px;
            margin-top: 50px;
        }

        .Arvian_Coworking_Space_feature_box {
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(10px);
            border-radius: 20px;
            padding: 35px 22px;
            text-align: center;
            border: 1px solid rgba(255, 255, 255, 0.2);
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
            position: relative;
            overflow: hidden;
        }

     
       

        .Arvian_Coworking_Space_feature_icon {
            width: 100px;
            height: 100px;
            margin: 0 auto 25px;
            background:  #e0f2fe;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 2rem;
            color: white;
            transition: all 0.3s ease;
            position: relative;

        }

         .Arvian_Coworking_Space_feature_icon img{
            width: 100%;
            height: 100%;
         }

       

      

        .Arvian_Coworking_Space_feature_box h4 {
            color: #2c3e50;
            margin-bottom: 15px;
            transition: color 0.3s ease;
        }

        .Arvian_Coworking_Space_feature_box:hover h4 {
            color: #5F8D8A;
        }

        .Arvian_Coworking_Space_feature_box p {
            color: #666;
            line-height: 1.6;
            transition: color 0.3s ease;
        }

        .Arvian_Coworking_Space_feature_box:hover p {
            color: #555;
        }


        
        .Arvian_Coworking_Call_Back_section {
            position: relative;
            min-height: 500px;
            margin: 50px 0px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
            overflow: hidden;
        }

        .Arvian_Coworking_Call_Back_background {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-image: url('https://arviancoworking.com/images/ready-to-move.webp');
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            z-index: 1;
        }

        .Arvian_Coworking_Call_Back_overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg,
                    rgba(0, 0, 0, 0.5));
            z-index: 2;
        }

        .Arvian_Coworking_Call_Back_container {
            position: relative;
            z-index: 3;
            max-width: 1400px;
            margin: 0 auto;
            padding: 20px 20px;
            text-align: center;
        }

        .Arvian_Coworking_Call_Back_content {
            max-width: 800px;
            margin: 0 auto;
        }

        .Arvian_Coworking_Call_Back_title {
            color: #ffffff;
            margin-bottom: 1.5rem;
            text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
        }

        .Arvian_Coworking_Call_Back_subtitle {
            color: rgba(255, 255, 255, 0.9);
            margin-bottom: 2.5rem;
            text-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
        }

        .Arvian_Coworking_Call_Back_button {
            display: inline-block;
            background: #5F8D8A;
            color: #ffffff;
            text-decoration: none;
            padding: 13px 15px;
            border-radius: 50px;
            font-size: 16px;
            font-weight: 600;
            letter-spacing: 1px;
            transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            box-shadow: 0 8px 25px rgba(255, 107, 53, 0.3);
            position: relative;
            overflow: hidden;
            border: none;
            cursor: pointer;
        }

        .Arvian_Coworking_Call_Back_button::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: #000;
            transition: left 0.3s ease;
            z-index: 1;
        }

        .Arvian_Coworking_Call_Back_button:hover::before {
            left: 0;
        }

        .Arvian_Coworking_Call_Back_button span {
            position: relative;
            z-index: 2;
        }

        .Arvian_Coworking_Call_Back_button:hover {
            transform: translateY(-3px) scale(1.05);
            box-shadow: 0 15px 35px rgba(255, 107, 53, 0.4);
        }

        .Arvian_Coworking_Call_Back_button:active {
            transform: translateY(-1px) scale(1.02);
        }

       
  
        html {
            scroll-behavior: smooth;
        }

       
        .Arvian_Coworking_First-Section__input:focus,
        .Arvian_Coworking_First-Section__textarea:focus,
        .Arvian_Coworking_First-Section__submit-btn:focus,
        .Arvian_Coworking_First-Section__book-btn:focus,
        .Arvian_Coworking_First-Section__tour-btn:focus {
            outline: 2px solid #5F8D8A;
            outline-offset: 2px;
        }


    
        .autoplay-indicator {
            position: absolute;
            display: none;
            top: 20px;
            right: 20px;
            background: rgba(255, 255, 255, 0.1);
            padding: 0.5rem 1rem;
            border-radius: 20px;
            font-size: 0.9rem;
            backdrop-filter: blur(10px);
            z-index: 10;
        }


        .slide-counter {
            display: none;
            position: absolute;
            top: 20px;
            left: 20px;
            background: rgba(255, 255, 255, 0.1);
            padding: 0.5rem 1rem;
            border-radius: 20px;
            font-size: 0.9rem;
            backdrop-filter: blur(10px);
            z-index: 10;
        }


        ::-webkit-scrollbar {
            width: 8px;
        }

        ::-webkit-scrollbar-track {
            background: #1a1a1a;
        }

        ::-webkit-scrollbar-thumb {
            background: #333;
            border-radius: 4px;
        }

        ::-webkit-scrollbar-thumb:hover {
            background: #555;
        }
        
         
        @keyframes fadeInImage {
            to {
                opacity: 1;
            }
        }

         @keyframes slideInUp {
            from {
                opacity: 0;
                transform: translateY(50px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        
          
        @keyframes pulse {
            0% {
                box-shadow: 0 10px 30px rgba(37, 211, 102, 0.3);
            }
            50% {
                box-shadow: 0 10px 30px rgba(37, 211, 102, 0.5);
            }
            100% {
                box-shadow: 0 10px 30px rgba(37, 211, 102, 0.3);
            }
        }

        @keyframes fadeIn {
            to {
                opacity: 1;
            }
        }


        
        
