    * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Arial', sans-serif;
            line-height: 1.6;
        }
        
        h2{
            font-size: 35px;
        }

        .banner-section {
            min-height: 450px;
            padding: 30px 0px;
            background: #003F79;
            position: relative;
            overflow: hidden;
        }

        .container {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 20px;
            height: 90%;
            display: flex;
            align-items: center;
        }

        .banner-content {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
            width: 100%;
            align-items: center;
        }

        .content-left {
            padding-right: 40px;
        }

        .text-content {
            max-width: 600px;
        }

        .main-heading {
            font-size: 45px;
            font-weight: 700;
            color: #ffffff;
            margin-bottom: 24px;
            line-height: 1.2;
        }

        .highlight {
            color: #F96800;
        }

        .description {
            font-size: 1.1rem;
            color: #e0e0e0;
            margin-bottom: 40px;
            line-height: 1.6;
            font-style: italic;
        }

        .right_part{
             padding: 0;
    z-index: 1;
        }
       .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: #F96800;
    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: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:after {
    left: 0;
    width: 100%;
    border-radius: 0px;
    font-weight: 600;
}

.orange_btns:hover {
    color: #fff;
    background: transparent;
}

.orange_btns img {
    max-width: 24px;
    filter: brightness(0) invert(1);
    margin: 0 5px;
}

.orange_btns:hover img {
    filter: brightness(0) invert(1);
}


        .content-right {
            position: relative;
            height: 500px;
        }

        .image-container {
            position: relative;
            height: 100%;
            width: 100%;
        }

        
        .office-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 20px;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
        }



.container-1{
    max-width: 1400px;
    margin:50px auto;
    padding: 20px;
    
    text-align: center;
    border-radius: 10px;
    border: 1px solid #ddd;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}



.price-badge {
 position:fixed;
    top: 300px;
    right: 0px;
    background-color: #F96800;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    padding: 10px 15px;
    border-radius: 25px 0px 0px 25px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 999;
    animation: bounce 1.5s infinite;
}

/* Optional: Add bounce animation for attention */
@keyframes bounce {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-6px);
  }
}



        .PROCESS_CONTAINER{
            display: flex;
            gap: 23px;
            margin-top: 40px !important;
            flex-wrap: wrap;
        }
        
           .PROCESS_CONTAINER_BOX{
               flex: 31%;
               border: 1px solid #ddd;
               box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
               padding: 25px;
               border-radius: 25px;
           }
           
           .PROCESS_CONTAINER_BOX img{
               width: 90px;
               height: 90px;
               margin-bottom: 15px !important;
           }
           
           .PROCESS_CONTAINER_BOX p{
               margin-top:15px !important;
           }
           
           
         .fixed-buttons {
      position: fixed;
      bottom: 20px;
      right: 20px;
      display: flex;
      flex-direction: column;
      gap: 15px;
      z-index: 999;
    }

    .fixed-btn {
      width: 55px;
      height: 55px;
      background-color: #25D366; /* WhatsApp green default */
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: transform 0.3s ease;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
          transition: all 0.3s ease-in-out;
          animation: pulseBtn 2s infinite;
    }

    .call-btn {
      background-color: #007bff; /* Call blue */
    }

    .fixed-btn img {
      width: 28px;
      height: 28px;
    }

    .fixed-btn:hover {
      transform: scale(1.15);
    }

        @keyframes pulseBtn {
        0% {
            transform: scale(1);
        }
        50% {
            transform: scale(1.15);
        }
        100% {
            transform: scale(1);
        }
    }
           
           
           
           
           
           
        .social-container {
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(10px);
            border-radius: 20px;
            padding: 40px 30px;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
            text-align: center;
            max-width: 400px;
            width: 100%;
            border: 1px solid rgba(255, 255, 255, 0.2);
        }

        .title {
            font-size: 2rem;
            font-weight: 700;
            color: #333;
            margin-bottom: 10px;
        }

        .subtitle {
            color: #666;
            font-size: 0.95rem;
            margin-bottom: 30px;
        }

     

        .social-btn {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 12px;
            padding: 15px 25px;
            border: 2px solid;
            border-radius: 12px;
            text-decoration: none;
            font-weight: 600;
            font-size: 1rem;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }

        .social-btn::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            transition: left 0.3s ease;
            z-index: -1;
        }

        .social-btn:hover::before {
            left: 0;
        }

        .facebook-btn {
            color: #1877f2;
            border-color: #1877f2;
            background: white;
        }

        .facebook-btn::before {
            background: #1877f2;
        }

        .facebook-btn:hover {
            color: white;
            transform: translateY(-2px);
            box-shadow: 0 10px 25px rgba(24, 119, 242, 0.3);
        }

        .instagram-btn {
            color: #e4405f;
            border-color: #e4405f;
            background: white;
        }

        .instagram-btn::before {
            background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
        }

        .instagram-btn:hover {
            color: white;
            transform: translateY(-2px);
            box-shadow: 0 10px 25px rgba(228, 64, 95, 0.3);
        }

        .social-icon {
            width: 24px;
            height: 24px;
            fill: currentColor;
        }

        .divider {
            height: 1px;
            background: linear-gradient(to right, transparent, #ddd, transparent);
            margin: 20px 0;
        }

        .compact-title {
            color: #666;
            font-size: 0.85rem;
            margin-bottom: 15px;
        }

        .icon-buttons {
            display: flex;
            gap: 15px;
            justify-content: center;
            margin-top: 15px;
        }

        .icon-btn {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 40px;
            border: 2px solid;
            border-radius: 50%;
            text-decoration: none;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }

        .icon-btn::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border-radius: 50%;
            transform: scale(0);
            transition: transform 0.3s ease;
            z-index: -1;
        }

        .icon-btn:hover::before {
            transform: scale(1);
        }

        .facebook-icon {
            color: #fff;
            border-color: #1877f2;
            background: #1877f2;
        }

        .facebook-icon::before {
            background: #1877f2;
        }

        .facebook-icon:hover {
            color: white;
            transform: scale(1.1);
            box-shadow: 0 8px 20px rgba(24, 119, 242, 0.4);
        }

        .instagram-icon {
            color: #fff;
            border-color: #e4405f;
            background: #e4405f;
        }

        .instagram-icon::before {
            background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
        }

        .instagram-icon:hover {
            color: white;
            transform: scale(1.1);
            box-shadow: 0 8px 20px rgba(228, 64, 95, 0.4);
        }
        
        

        /* Responsive Design */
        @media (max-width: 480px) {
            .social-container {
                padding: 30px 20px;
                margin: 10px;
            }

            .title {
                font-size: 1.5rem;
            }

            .social-btn {
                padding: 12px 20px;
                font-size: 0.9rem;
            }

            .icon-btn {
                width: 45px;
                height: 45px;
            }
        }

        @media (min-width: 768px) {
           
            .social-btn {
                flex: 1;
            }
        }

        /* Animation for page load */
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .social-container {
            animation: fadeInUp 0.6s ease-out;
        }

        /* Pulse animation for icons */
        @keyframes pulse {
            0% {
                box-shadow: 0 0 0 0 rgba(24, 119, 242, 0.4);
            }
            70% {
                box-shadow: 0 0 0 10px rgba(24, 119, 242, 0);
            }
            100% {
                box-shadow: 0 0 0 0 rgba(24, 119, 242, 0);
            }
        }

        .facebook-icon:hover {
            animation: pulse 1.5s infinite;
        }

        @keyframes pulseInstagram {
            0% {
                box-shadow: 0 0 0 0 rgba(228, 64, 95, 0.4);
            }
            70% {
                box-shadow: 0 0 0 10px rgba(228, 64, 95, 0);
            }
            100% {
                box-shadow: 0 0 0 0 rgba(228, 64, 95, 0);
            }
        }

        .instagram-icon:hover {
            animation: pulseInstagram 1.5s infinite;
        }
           
        /* Tablet Styles */
        @media (max-width: 1024px) {
            .container {
                padding: 0 30px;
            }
            
            .banner-content {
                gap: 40px;
            }
            
            .content-left {
                padding-right: 20px;
            }
            
            .main-heading {
                font-size: 3rem;
            }
            
            .content-right {
                height: 400px;
            }
        }

        /* Mobile Styles */
        @media (max-width: 768px) {
            .banner-section {
                min-height: auto;
                padding: 60px 0;
            }
            
            .container {
                height: auto;
                padding: 0 20px;
            }
            
            .banner-content {
                grid-template-columns: 1fr;
                gap: 50px;
                text-align: center;
            }
            
            .content-left {
                padding-right: 0;
                order: 1;
            }
            
            .content-right {
                order: 2;
                height: 300px;
            }
            
            .main-heading {
                font-size: 2.5rem;
                margin-bottom: 20px;
            }
            
            .description {
                font-size: 1rem;
                margin-bottom: 30px;
            }
            
            .button-group {
                justify-content: center;
                gap: 15px;
            }
            
            .btn {
                padding: 14px 28px;
                font-size: 0.95rem;
                min-width: 140px;
            }
            
            .decorative-curve {
                display: none;
            }
            
            .PROCESS_CONTAINER_BOX{
              flex: 100%;
              border-radius: 25px;
        }
        

        /* Small Mobile Styles */
        @media (max-width: 480px) {
            .banner-section {
                padding: 40px 0;
            }
            
            .container {
                padding: 0 15px;
            }
            
            .banner-content {
                gap: 40px;
            }
            
            .main-heading {
                font-size: 23px;
                line-height: 1.3;
            }
            
            .description {
                font-size: 14px ;
            }
            
            .button-group {
                flex-direction: column;
                align-items: center;
                gap: 12px;
            }
            
            .btn {
                width: 100%;
                max-width: 280px;
                padding: 12px 24px;
            }
            
            .content-right {
                height: 250px;
            }
            
            .office-image {
                border-radius: 15px;
            }
            .right_part a{
                margin: auto;
                font-size: 12px;
                padding: 9px 12px;
            }
            
            .orange_btns img{
                max-width:18px;
            }
            
            .container-1{
                margin: 40px 15px;
            }
            h4{
                font-size: 1.1rem !important;
            }
        }

        /* Extra Small Mobile */
        @media (max-width: 360px) {
            .main-heading {
                font-size: 1.8rem;
            }
            
            .content-right {
                height: 220px;
            }
        }