.contact_us-section-one{
    width: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    height: 500px;
    background: rgb(34,153,170);
    background: linear-gradient(80deg, rgba(34,153,170,1) 0%, rgba(1,12,36,1) 100%);
}

.contact_us-section-one .about-molecule-one{
    width: 500px;
    height: 500px;
    position: absolute;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0px;
}

.contact_us-section-one .about-molecule-two{
    width: 500px;
    height: 500px;
    position: absolute;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0px;
    top: 0px;
}

.contact_us_main h1{
    color: white;
    font-weight: 200;
}


.btn-carrer{
    scrollbar-width: 20px;
}


.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }

  .career-link {
    max-width: 127px;
    display: flex;
    gap: 8px;
    padding: 13px 25px;
    border: 2px solid rgba(255, 255, 255, 1);
    text-decoration: none;
    color: inherit;
  }
  .career-icon {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 19px;
    margin: auto 0;
  }

  .contact{
    color: white;
  }


  .mini_robot{
    width: 500px;
    height: auto;
  }

  .robot-animation {
    animation: float 3s ease-in-out infinite; /* Apply the float animation */
    display: block;
    margin: 0 auto; /* Center the image horizontally */
}

.custom-notification-box{
    display: none;  
  }
  
  .notification-box{
      display: none;
  }




/* Keyframes for the floating effect */
@keyframes float {
    0%, 100% {
        transform: translateY(0); /* Default position */
    }
    50% {
        transform: translateY(-10px); /* Move up slightly */
    }
}


/* General Styling for the Section */
.contact_us_section_two {
    width: 100%;
    padding: 20px 0;
    position: relative;
    background-color: #f9f9f9;
}

#particle-container {
    position: absolute;
    top: 665px;
    left: 0;
    width: 100%;
    height: 70%;
    pointer-events: none; /* Allow interaction with other elements */
    overflow: hidden;
}


/* Container Layout */
.contact_us_section_two .container {
    display: flex;
    flex-wrap: wrap; /* Allows items to wrap for smaller screens */
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Text Section */
.text-section {
    flex: 1;
    min-width: 300px; /* Ensures a minimum width for small screens */
    margin-bottom: 20px;
}

.text-section h1 {
    font-size: 43px;
    margin-bottom: 10px;
    font-weight: 300;
    color: #333;
}
.text-section span {
    color: #5baabf;
}
.text-section p {
    font-size: 14px;
    color: #666;
}

/* Form Section */
.form-section {
    flex: 1;
    min-width: 300px;
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

form {
    display: flex;
    flex-direction: column;
    gap: 20px; /* Adds spacing between fields */
}

.form-row {
    display: flex;
    flex-wrap: wrap; /* Allows inputs to wrap on smaller screens */
    gap: 20px;
}

.form-row label {
    flex: 1 1 calc(50% - 10px); /* Each label takes half width, with spacing */
    display: flex;
    flex-direction: column;
}

input, textarea {
    width: 100%; /* Ensures inputs span full width of label */
    padding: 12px; /* Increased padding */
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px; /* Increased font size */
}

textarea {
    resize: none;
    height: 120px; /* Increased height for the message box */
    margin-bottom: 20px;
}

.close {
    background-color: #4b97a9;
    color: white;
    border: none;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 4px;
    font-size: 18px;
    cursor: pointer;
}

.iti--allow-dropdown input[type=tel]{
    padding-left: 71px;
}

button:hover {
    background-color: #4b97a9;
}

button svg {
    margin-left: 8px;
}

/* form send button css */
.send {
    background-color: #5baabf;
    color: white;
    border: none;
    padding: 14px 20px; /* Adjusted button size */
    border-radius: 4px;
    font-size: 18px; /* Increased font size */
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%; /* Button takes full width */
}


/* section-two */

.contact_section_two{
    width: auto;
    height: 500px;
}

.contact_section_two {
    width: 100%;
    padding: 20px 0;
    background-color: #f9f9f9;
}

/* Row 1: Heading and Subheading */
.contact-row {
    text-align: center;
    margin-bottom: 20px;
}

.contact-row h1 {
    font-size: 36px;
    color: #333;
    margin-bottom: 10px;
}

.contact-row h1 span {
    color: #5baabf;
}

.contact-row p {
    font-size: 16px;
    color: #666;
}


/* Content Cards */
.contact_section_two {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}
.contact_section_two h1 {
    font-size: 36px;
    color: #333;
    text-align: center;
}
.contact_section_two h1 span {
    color: #5baabf;
}
.contact_section_two p {
    text-align: center;
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
}
.content {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 20px;
}
.card {
    flex: 1;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    text-align: center;
}
.card img {
    width: auto;
    height: 256px;
    /* object-fit: cover; */
}
.card p {
    margin: 0;
    padding: 10px;
    font-size: 16px;
    color: white;
    background-color: #5baabf;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card.info p{
    background-color: #5baabf;
    width: 100%;
    height: 100%;
}


.card p img {
    margin-right: 8px;
    height: 38px;
}
.card.info {
    padding: 20px;
    text-align: left;
}

.card map iframe {
    border: 1px solid #ccc; /* Adds a light border around the map */
    border-radius: 8px; /* Gives the map rounded corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Adds a soft shadow for a modern look */
    width: 100%; /* Makes the map responsive */
    height: 300px; /* Default height of the map */
    max-height: 500px; /* Ensures it doesn't get too tall */
}

.container-fluid {
    padding-top: 100px;
}

/* Responsive Styles */

/* Tablets (up to 768px) */
@media (max-width: 768px) {
    .card {
        flex: 1 1 calc(50% - 20px); /* Two cards per row */
    }
    .iti--allow-dropdown input[type=tel]{
        padding-right: 87px;
    }

}

/* Mobile Devices (up to 576px) */
@media (max-width: 576px) {
    .content{
        display: flex;
        flex-direction: column;
    }
    .card {
        flex: 1 1 100%; /* One card per row */
    }

    .contact-row h1 {
        font-size: 28px; /* Adjust heading size */
    }

    .contact-row p {
        font-size: 14px; /* Adjust subheading size */
    }
    .card p img {
        margin-right: 8px;
        height: 38px;
        width: auto;
    }
    .cardmap{
        max-width: 100%;
        height: auto;
    }
    .container-fluid {
        padding-top: 530px;
    }
    .iti--allow-dropdown input[type=tel]{
        padding-right: 87px;
    }

}





        /* media queary */

        @media only screen and (max-width: 768px) {
            .contact_us-section-one .about-molecule-one{
                display: none;
            }
            
            .contact_us-section-one .about-molecule-two{
                display: none;
            }
            
            .robot-animation {
                display: none;
            }
            .custom-notification-box{
                display: none;  
              }
              
              .notification-box{
                  display: none;
              }
              .iti--allow-dropdown input[type=tel]{
                padding-right: 87px;
            }
        }
        @media (max-width: 768px) {
            .contact_us_section_two .container {
                flex-direction: column; /* Stack text and form sections */
                text-align: center;
            }
        
            .text-section {
                text-align: center; /* Center-align text */
            }
        
            .form-row {
                flex-direction: column; /* Stack inputs vertically */
            }
        
            input, textarea {
                min-width: 100%; /* Full-width inputs */
            }
            .iti--allow-dropdown input[type=tel]{
                padding-right: 87px;
            }

        }
        
        /* Mobile Devices (up to 576px) */
        @media (max-width: 576px) {
            .text-section h1 {
                font-size: 28px; /* Reduce heading size */
            }
        
            .form-section {
                padding: 20px; /* Reduce padding */
            }
        
            button {
                font-size: 16px; /* Adjust button size */
            }
            .iti--allow-dropdown input[type=tel]{
                padding-right: 87px;
            }
     
        }