* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Arial', sans-serif;
        }

        a{
            text-decoration: none;
            color: inherit;
        }


        h2{
            font-size: 35px;
            line-height: 1.4;
            font-weight: 600;
            text-align: center;
            margin-bottom: 60px;
            font-family: Montserrat, sans-serif;
        }

         h3{
            font-size: 25px;
            line-height: 1.4;
            font-weight: 500;
            font-family: Arial, Helvetica, sans-serif;
        }

         h4{
            font-size: 20px;
            line-height: 1.4;
            font-weight: 500;
           font-family: Arial, Helvetica, sans-serif;
        }

        p{
            font-size: 16px;
            line-height: 1.5;
        }

        #p{
            font-size: 14px;
        }




        .video-container {
            position: relative;
            width: 100%;
            height: 90vh;
            overflow: hidden;
        }

        .background-video {
            position: absolute;
            top: 50%;
            left: 50%;
            min-width: 100%;
            min-height: 100%;
            width: auto;
            height: auto;
            transform: translate(-50%, -50%);
            z-index: -1;
            object-fit: cover;
        }

        .overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.4);
            z-index: 1;
        }

        .content {
            position: relative;
            z-index: 2;
            height: 100vh;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            padding: 20px;
        }

        .title {
            font-size: 3.5rem;
            font-weight: bold;
            color: white;
            text-align: center;
            margin-bottom: 40px;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
        }

        .highlight {
            color: #F18B05;
        }

        .form-container {
            background: rgba(255, 255, 255, 0.95);
            padding: 30px;
            border-radius: 15px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
            width: 100%;
            max-width: 850px;
        }

        .form {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
            gap: 15px;
            align-items: end;
        }

        .input-field {
            padding: 12px 15px;
            border: 2px solid #ddd;
            border-radius: 8px;
            font-size: 16px;
            outline: none;
            transition: border-color 0.3s ease;
        }

        .input-field:focus {
            border-color: #F18B05;
        }

        .submit-btn {
            padding: 12px 25px;
            background: #F18B05;
            color: #333;
            border: none;
            border-radius: 8px;
            font-size: 16px;
            font-weight: bold;
            cursor: pointer;
            transition: background-color 0.3s ease, transform 0.2s ease;
        }

        .submit-btn:hover {
            background: #F18B05;
            transform: translateY(-2px);
        }

        .submit-btn:active {
            transform: translateY(0);
        }

        .right_part {
    padding: 0;
    z-index: 1;
    display: none;
}


.right_part a {
    display: flex;
    padding: 13px 15px;
    border-radius: 5px;
    align-items: center;
    text-decoration: none !important;
    white-space: nowrap;
    font-size: 18px;
    gap: 10px;
    font-weight: 400;
    box-shadow: 9px 7px 38px 0px #fc760078;
}


.orange_btns {
    background: #F18B05;
    transition: 0.35s ease-out;
    color: #fff;
    position: relative;
    padding: 19px 25px;
    border-radius: 5px;
    text-decoration: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    z-index: 1;
    border-radius: 100px;
    overflow: hidden;
    width: fit-content;
    font-weight: 600;
    text-decoration: none !important;
    animation: pulseBtn 2s infinite;
}

.orange_btns img {
    max-width: 24px;
    filter: brightness(0) invert(1);
    margin: 0 5px;
}

.orange_btns:after {
    width: 0;
    z-index: -1;
    top: 0;
    position: absolute;
    content: "";
    height: 100%;
    right: 0;
    background: #161616;
    transition: .35s ease-out;
    border-radius: 0px;
}


.orange_btns:hover {
    color: #fff;
    background: transparent;
}

.orange_btns:hover img {
    filter: brightness(0) invert(1);
}

.orange_btns:hover:after {
    left: 0;
    width: 100%;
    border-radius: 0px;
    font-weight: 600;
}

section{
    padding: 20px 10px;
    margin: 40px 0px;
}

.first-section{
    padding: 0px 110px;
}





.Alram_footer_section{
    display: flex;
    justify-content: space-between;
    
}

.ft{
    display: flex;
    gap: 15px;
    order: 1;
}

.giv{
    display: none;
    order: 2;
}

/* Announcement Bar */
        .Alram_coworking_header_announcement {
            background-color: #212121;
            color: white;
            padding: 8px 0;
            font-size: 14px;
        }

        .Alram_coworking_header_announcement_container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
        }

        .Alram_coworking_header_contact_info {
            display: flex;
            align-items: center;
            gap: 30px;
        }

        .Alram_coworking_header_contact_item {
            display: flex;
            align-items: center;
            gap: 8px;
            color: white;
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .Alram_coworking_header_contact_item:hover {
            color: #F18B05;
        }

        .Alram_coworking_header_contact_icon {
            width: 16px;
            height: 16px;
            fill: currentColor;
        }

        .Alram_coworking_header_locations {
            display: flex;
            align-items: center;
            gap: 20px;
        }

        .Alram_coworking_header_location_item {
            display: flex;
            align-items: center;
            gap: 5px;
            color: white;
            font-size: 13px;
        }

        .Alram_coworking_header_location_icon {
            width: 14px;
            height: 14px;
            fill: #F18B05;
        }

        /* Main Header */
        .Alram_coworking_header_main {
            background-color: white;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            position: sticky;
            top: 0;
            z-index: 1000;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            transform: translateY(0);
        }

        /* Scrolled state */
        .Alram_coworking_header_main.scrolled {
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
            backdrop-filter: blur(10px);
            background-color: rgba(255, 255, 255, 0.95);
        }

        .Alram_coworking_header_main_container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 15px 20px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            transition: padding 0.3s ease;
        }

        /* Scrolled container */
        .Alram_coworking_header_main.scrolled .Alram_coworking_header_main_container {
            padding: 12px 20px;
        }

        .Alram_coworking_header_logo {
            display: flex;
            align-items: center;
        }

        .Alram_coworking_header_logo_img {
            height: 55px;
            width: auto;
            transition: height 0.3s ease;
        }

        /* Scrolled logo */
        .Alram_coworking_header_main.scrolled .Alram_coworking_header_logo_img {
            height: 40px;
        }

        .Alram_coworking_header_title {
            font-size: 24px;
            font-weight: 600;
            color: #333;
            text-align: center;
            flex: 1;
            margin: 0 20px;
            transition: font-size 0.3s ease;
        }

        /* Scrolled title */
        .Alram_coworking_header_main.scrolled .Alram_coworking_header_title {
            font-size: 22px;
        }

        .Alram_coworking_header_whatsapp_btn {
            background: linear-gradient(135deg, #25d366, #128c7e);
            color: white;
            padding: 12px 20px;
            border: none;
            border-radius: 25px;
            font-size: 14px;
            font-weight: 600;
            cursor: pointer;
            display: flex;
            align-items: center;
            gap: 8px;
            text-decoration: none;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
        }

        .Alram_coworking_header_whatsapp_btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
            background: linear-gradient(135deg, #128c7e, #25d366);
        }

        .Alram_coworking_header_whatsapp_icon {
            width: 20px;
            height: 20px;
            fill: currentColor;
        }

        /* Demo Content */
        .Alram_coworking_header_demo_content {
            padding: 50px 20px;
            text-align: center;
            background: #f8f9fa;
            min-height: 1000px;
        }





         
        .Arvian_Second_Section_highlight {
            color: #F18B05;
        }

        .Arvian_Second_Section_container {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 20px;
        }

        .Arvian_Second_Section_card {
            position: relative;
            height: 250px;
            border-radius: 15px;
            overflow: hidden;
            cursor: pointer;
            transition: transform 0.3s ease;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        }

        .Arvian_Second_Section_card:hover {
            transform: scale(1.05);
        }

        .Arvian_Second_Section_image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.3s ease;
        }

        .Arvian_Second_Section_card:hover .Arvian_Second_Section_image {
            transform: scale(1.1);
        }

        .Arvian_Second_Section_overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0, 0, 0, 0.4);
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .Arvian_Second_Section_text {
            color: white;
            font-size: 1.5rem;
            font-weight: bold;
            text-align: center;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
            padding: 0 10px;
        }



     

       

        .Alram_Coworking_Third_highlight {
            color: #F18B05;
        }

        .Alram_Coworking_Third_slider_container {
            position: relative;
           
        }

        .Alram_Coworking_Third_card {
            position: relative;
            height: 400px;
            border-radius: 20px;
            overflow: hidden;
            margin: 0 10px;
            cursor: pointer;
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
        }

        

        .Alram_Coworking_Third_card_image {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

       

        .Alram_Coworking_Third_card_overlay {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
            color: white;
            padding: 40px 30px 30px;
        }

        .Alram_Coworking_Third_card_title {
            margin-bottom: 10px;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
        }

        .Alram_Coworking_Third_card_subtitle {
            font-size: 1rem;
            color: #ddd;
            margin-bottom: 5px;
        }

        .Alram_Coworking_Third_card_team_size {
            font-size: 1.2rem;
            font-weight: 600;
            margin-bottom: 20px;
        }

        .Alram_Coworking_Third_card_button {
            background: transparent;
            border: 2px solid #F18B05;
            color: #F18B05;
            padding: 10px 20px;
            border-radius: 25px;
            font-size: 14px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }

        .Alram_Coworking_Third_card_button:hover {
            background: #F18B05;
            color: white;
            transform: translateX(5px);
        }

        .Alram_Coworking_Third_card_button::after {
            content: '→';
            font-size: 16px;
            transition: transform 0.3s ease;
        }

        .Alram_Coworking_Third_card_button:hover::after {
            transform: translateX(3px);
        }

        /* Owl Carousel Custom Styles */
        .owl-carousel .owl-nav {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 100%;
            pointer-events: none;
        }

        .owl-carousel .owl-nav button {
            position: absolute;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.9);
            border: none;
            font-size: 20px;
            color: #333;
            cursor: pointer;
            transition: all 0.3s ease;
            pointer-events: all;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }

        .owl-carousel .owl-nav button:hover {
            background: white;
            transform: scale(1.1);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
        }

        .owl-carousel .owl-nav .owl-prev {
            left: -25px;
        }

        .owl-carousel .owl-nav .owl-next {
            right: -25px;
        }

        .owl-carousel .owl-dots {
            text-align: center;
            margin-top: 30px;
            display: none;
        }

        .owl-carousel .owl-dots .owl-dot {
            display: inline-block;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: #ddd;
            margin: 0 5px;
            cursor: pointer;
            transition: all 0.3s ease;
            display: none;
        }

        .owl-carousel .owl-dots .owl-dot.active {
            background: #ff6b35;
            transform: scale(1.2);
            display: none;
        }


        .owl-carousel .owl-stage-outer{
            overflow-x: hidden !important;
        }






         

        .Alram_Coworking_fourth_container {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
            align-items: center;
        }

        .Alram_Coworking_fourth_content {
            padding-right: 20px;
        }

       

        .Alram_Coworking_fourth_highlight {
            color: #F18B05;
        }

        .Alram_Coworking_fourth_steps {
            margin-bottom: 40px;
        }

        .Alram_Coworking_fourth_step {
            display: flex;
            align-items: flex-start;
            margin-bottom: 12px;
            padding: 10px;
            background: white;
            border-radius: 15px;
            border: 1px #F18B05 solid;
            transition: all 0.3s ease;
        }

      

        .Alram_Coworking_fourth_step_number {
            background: #F18B05;
            color: white;
            width: 25px;
            height: 25px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 700;
            font-size: 12px;
            margin-right: 20px;
            flex-shrink: 0;
            box-shadow: 0 4px 12px rgba(255, 107, 53, 0.3);
        }

        .Alram_Coworking_fourth_step_content {
            flex: 1;
        }

        .Alram_Coworking_fourth_step_title {
            font-size: 1.3rem;
            font-weight: 600;
            color: #F18B05;
            margin-bottom: 8px;
        }

        .Alram_Coworking_fourth_step_description {
            color: #666;
            font-size: 1rem;
            line-height: 1.5;
        }

        .Alram_Coworking_fourth_cta_button {
            background: #F18B05;
            color: white;
            padding: 18px 35px;
            border: none;
            border-radius: 50px;
            font-size: 1.1rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-block;
            box-shadow: 0 8px 25px rgba(255, 107, 53, 0.3);
            width: 100%;
            text-align: center;
        }

        

        .Alram_Coworking_fourth_image_container {
            position: relative;
            border-radius: 20px;
            overflow: hidden;
        
        }

      
        .Alram_Coworking_fourth_image {
            width: 100%;
            height: 600px;
            object-fit: cover;
            display: block;
        }

        .Alram_Coworking_fourth_image_overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(135deg, rgba(255, 107, 53, 0.1), rgba(0, 0, 0, 0.1));
            opacity: 0;
            transition: opacity 0.3s ease;
        }

       .Alram_Coworking_fourth_title{
        text-align: left;
       }


         .Alram_Coworkig_five_section {
          background: #ffd8a4;   
        }

       

        .Alram_Coworkig_five_subtitle {
            text-align: center;
            margin-bottom: 60px;
            max-width: 1000px;
            margin-left: auto;
            margin-right: auto;
            
        }

        .Alram_Coworkig_five_grid {
            display: grid;
            grid-template-columns: repeat(5, 1fr);
            gap: 40px;
           
        }

        .Alram_Coworkig_five_item {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            padding: 30px 20px;
            background: white;
            border-radius: 15px;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
            transition: all 0.3s ease;
            cursor: pointer;
            border: 2px solid transparent;
        }

        .Alram_Coworkig_five_item:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
            border-color: #F18B05;
        }

        .Alram_Coworkig_five_icon {
            width: 60px;
            height: 60px;
            margin-bottom: 20px;
            fill: #F18B05;
            transition: transform 0.3s ease;
        }

        .Alram_Coworkig_five_item:hover .Alram_Coworkig_five_icon {
            transform: scale(1.1);
        }

        .Alram_Coworkig_five_label {
            font-size: 1rem;
            font-weight: 600;
            color: #333;
            line-height: 1.4;
        }


        .Alram_Coworkig_five_title{
            margin-bottom: 15px;
        }



        
        .Alram_gllery_header {
            text-align: center;
            margin-bottom: 50px;
        }

       

        .Alram_gllery_highlight {
            color: #F18B05;
        }

        .Alram_gllery_description {
            font-size: 1rem;
            color: #666;
            line-height: 1.6;
            max-width: 800px;
            margin: 0 auto 30px;
        }

        .Alram_gllery_cta_button {
            background: #F18B05;
            color: white;
            padding: 15px 35px;
            border: none;
            border-radius: 50px;
            font-size: 1.1rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-block;
            box-shadow: 0 8px 25px rgba(255, 59, 59, 0.3);
        }


        .Alram_gllery_title{
            margin-bottom: 20px;
        }
        .Alram_gllery_cta_button:hover {
            transform: translateY(-3px);
            box-shadow: 0 12px 35px rgba(255, 59, 59, 0.4);
            background: #F18B05;
        }

        .Alram_gllery_grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            grid-template-rows: repeat(2, 1fr);
            gap: 15px;
            margin-top: 50px;
        }

        .Alram_gllery_item {
            position: relative;
            border-radius: 5px;
            overflow: hidden;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
        }

        .Alram_gllery_item:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
        }

        .Alram_gllery_image {
            width: 100%;
            height: 250px;
            object-fit: cover;
            transition: transform 0.3s ease;
        }

        .Alram_gllery_item:hover .Alram_gllery_image {
            transform: scale(1.05);
        }

        .Alram_gllery_overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background:  rgba(0, 0, 0, 0.5);
            opacity: 0;
            transition: opacity 0.3s ease;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .Alram_gllery_item:hover .Alram_gllery_overlay {
            opacity: 1;
        }

        .Alram_gllery_overlay_text {
            color: white;
            font-size: 1.2rem;
            font-weight: 600;
            text-align: center;
            padding: 20px;
        }

        /* Lightbox Modal */
        .Alram_gllery_modal {
            display: none;
            position: fixed;
            z-index: 1000;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.9);
        }

        .Alram_gllery_modal_content {
            position: relative;
            margin: auto;
            display: block;
            width: 80%;
            max-width: 700px;
            max-height: 80%;
            top: 50%;
            transform: translateY(-50%);
            border-radius: 10px;
        }

        .Alram_gllery_close {
            position: absolute;
            top: 15px;
            right: 35px;
            color: #f1f1f1;
            font-size: 40px;
            font-weight: bold;
            cursor: pointer;
            transition: 0.3s;
        }

        .Alram_gllery_close:hover {
            color: #F18B05;
        }




          
        .Alram-Contact-container {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
            align-items: flex-start;
            border:2px solid #F18B05;
            border-radius: 10px;
        }

        /* FAQ Column */
        .Alram-Contact-faq-column {
            background-color: white;
            padding: 40px;
            border-radius: 15px;
        }

       

        .Alram-Contact-faq-item {
            border-bottom: 1px solid #eee;
            margin-bottom: 15px;
            padding-bottom: 15px;
        }

        .Alram-Contact-faq-item:last-child {
            border-bottom: none;
            margin-bottom: 0;
            padding-bottom: 0;
        }

        .Alram-Contact-faq-question {
            font-size: 1.1rem;
            font-weight: 600;
            color: #333;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 10px 0;
            transition: color 0.3s ease;
        }

        .Alram-Contact-faq-question:hover {
            color: #F18B05;
        }

        .Alram-Contact-faq-question::after {
            content: '+';
            font-size: 1.5rem;
            font-weight: bold;
            transition: transform 0.3s ease;
        }

        .Alram-Contact-faq-question.active::after {
            content: '-';
            transform: rotate(180deg);
        }

        .Alram-Contact-faq-answer {
            font-size: 0.95rem;
            color: #666;
            padding-top: 10px;
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease-out, padding-top 0.3s ease-out;
        }

        .Alram-Contact-faq-answer.active {
            max-height: 200px; /* Adjust based on content */
            padding-top: 10px;
        }

        /* Contact Form Column */
        .Alram-Contact-form-column {
            background-color: white;
            padding: 40px;
            border-radius: 15px;
        }

      

        .Alram-Contact-form-group {
            margin-bottom: 20px;
        }

        .Alram-Contact-form-label {
            display: block;
            font-size: 1rem;
            color: #333;
            margin-bottom: 8px;
            font-weight: 600;
        }

        .Alram-Contact-form-input,
        .Alram-Contact-form-textarea {
            width: 100%;
            padding: 12px 15px;
            border: 1px solid #ddd;
            border-radius: 8px;
            font-size: 1rem;
            color: #333;
            transition: border-color 0.3s ease, box-shadow 0.3s ease;
        }

        .Alram-Contact-form-input:focus,
        .Alram-Contact-form-textarea:focus {
            border-color: #F18B05;
            box-shadow: 0 0 0 3px rgba(255, 107, 53, 0.2);
            outline: none;
        }

        .Alram-Contact-form-textarea {
            min-height: 120px;
            resize: vertical;
        }

        .Alram-Contact-submit-button {
            background: #F18B05;
            color: white;
            padding: 15px 30px;
            border: none;
            border-radius: 50px;
            font-size: 1.1rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            display: block;
            width: 100%;
            text-align: center;
            box-shadow: 0 8px 25px rgba(255, 107, 53, 0.3);
        }

        .Alram-Contact-submit-button:hover {
            transform: translateY(-3px);
            box-shadow: 0 12px 35px rgba(255, 107, 53, 0.4);
            background: #F18B05;
        }




           /* Main content area to push footer down */
        .Alram_footer_main_content {
            flex-grow: 1;
            padding: 20px; /* Example padding for content */
            text-align: center;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #555;
            font-size: 1.2rem;
        }

        .Alram_footer_section {
            background-color: #333;
            color: white;
            padding: 20px 15px;
            text-align: center;
            font-size: 0.9rem;
            border-top: 1px solid #444;
        }

        .Alram_footer_text {
            margin: 0;
            line-height: 1.5;
        }






        /* Floating Buttons Container */
        .Alram_Floating_buttons_container {
            position: fixed;
            bottom: 20px;
            right: 20px;
            display: flex;
            flex-direction: column;
            gap: 15px;
            z-index: 1000;
        }

        /* Individual Floating Button Style */
        .Alram_Floating_button {
            width: 55px;
            height: 55px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            text-decoration: none;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
            transition: all 0.3s ease;
        }

        .Alram_Floating_button:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
        }

        /* WhatsApp Button Specific Style */
        .Alram_Floating_whatsapp_button {
            background: linear-gradient(135deg, #25d366, #128c7e);
        }

        /* Call Button Specific Style */
        .Alram_Floating_call_button {
            background: #F18B05;
        }

        /* Icon Style */
        .Alram_Floating_icon {
            width: 28px;
            height: 28px;
            fill: currentColor; /* Makes SVG icon color match parent text color */
        }
