﻿
@media (max-width: 720px) { 
	 
.blackBorder {
    left: 62.5px;
}

  /* Hide menu items (links) */
  #menu li:not(.dropdown) {
      position: relative;
      display: none;
  }
	
  /* Keep the dropdown (hamburger menu) visible */
  .dropdown {
    display: block;
    position: right;  /* Absolute positioning */
    right: 0px;  /* Move it to the right */
    top: 0px;  /* Adjust the top margin to your liking */
 }
	
  #menu .dropdown {
  margin-left: auto;  /* Pushes it to the right */
  position: relative;
  left: -300%;
  top: 50%;
}

li.dropdown {
  position: relative;
  left: 20px; /* Adjust the value to move it more or less */
  transform: scale(0.80); /* Scale the element to 85% of its original size */
  transform-origin: top left; /* Ensures the scaling is relative to the top left corner */
}
	 
.scroll-to-top {
  position: fixed;
  bottom: 30px;
  left: 8px;
}

.help-icon {
    position: fixed;
    top: 65px;
    right: 10px;
  }
}

@media (max-width: 720px) {

.footer-container {
        flex-direction: column;
        text-align: center;
    }

    .footer-section {
        width: 100%;
        margin-bottom: 20px;
    }

.footerlogo {
    position: center;
    width: 85px; /* Set the width of the rectangle */
    height: 85px; /* Set the height of the rectangle */
    margin-top: -15px;
    margin-right: 0px;
}

    .footerlogo2 {
        width: 235px;
		margin-bottom: -40px;
        height: 235px;
        margin-top: -40px;
        margin-left: 15px;
        position: unset;
    }

 .footer-section1 ul {
     display: flex;
     justify-content: center; /* Centers the items */
     padding: 0;
 }
    
    .footer-section1 ul li a {
        margin-right: 15px; /* Adjust margin to your preference */
    }
   }

@media (max-width: 376px) {

.icologo {
        width: 200px;
        height: 200px;
        margin-top: 350px;
        margin-left: -385px;
        position: unset;

}

}

@media (max-width: 720px) {
    
.text-section h1 {
  text-align: left; /* Align text to the left */
  font-family: 'Poppins', sans-serif; /* Use the Poppins font */
  font-size: 1.8rem; /* Slightly smaller font size for balance */
  margin-bottom: 40px; /* Increased margin for better spacing */
  color: black; /* A softer dark grey for elegance */
  font-weight: 600; /* Medium weight for a cleaner, less bold look */
  line-height: 1.3; /* Comfortable line height for readability */
  letter-spacing: 0.5px; /* Subtle letter spacing for sophistication */
  position: absolute; /* Position as per your original request */
  bottom: 82.5%; /* Keep vertical position as you specified */
  left: 10%;
  transition: all 0.3s ease; /* Smooth transition effect */
  max-width: 950px;
  text-shadow: none; /* Remove all text shadow effects */
	
}

.text-section p {

  font-size: 0.8rem; /* Slightly larger text for better readability */
  color: #222; /* Slightly darker text color for a more professional appearance */
  line-height: 1.8; /* Adjusted line height for improved legibility */
  margin-bottom: 10px;
  font-family: 'Poppins', sans-serif; /* Use the Poppins font */
  position: absolute; /* Absolute positioning for dynamic placement */
  width: 80%; /* Let the text span 80% of the section for balance */
  opacity: 0.9; /* Slight opacity for a more refined look */
  position: absolute; /* Change to 'relative' or 'fixed' based on need */
  bottom: 74%; /* Adjust vertical position */
  right:10%;
  opacity: 0; /* Initially hidden */
  transition: opacity 2.4s ease-in-out; /* Smooth fade-in effect */
  /*white-space: nowrap;  Prevents the text from wrapping */
  overflow: hidden; /* Hides the text until it's typed */
  display: inline-block; /* Keeps text inline for typing effect */
  text-shadow: none;

}

/* CTA Button Styling */
.cta-button {
  font-family: 'Poppins', sans-serif; /* Use the Poppins font */
  padding: 6px 10px; /* Slightly larger padding for a more balanced look */
  background-color: #008080; /* Techy blue background */
  color: white;
  text-decoration: none;
  border-radius: 50px; /* Modern rounded corners */
  font-size: 0.9rem; /* Bigger font for better emphasis */
  font-weight: 450; /* Bold text for stronger call-to-action */
  letter-spacing: 1px; /* More space between letters for a cleaner look */
  text-transform: none;
  transition: all 0.3s ease-out; /* Smooth transition effect */
  box-shadow: 0 6px 15px rgba(0, 123, 255, 0.4), 0 2px 8px rgba(0, 123, 255, 0.2); /* Soft shadow */
  border: 0.5 px solid transparent;
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 30px;
  width: 70%;
  text-align: center; /* Center-align the text */
  box-sizing: border-box;
  border-radius: 50px;
  backdrop-filter: blur(8px); /* Optional: Glassmorphism effect */
  background-image: linear-gradient(45deg, #008080, #000000); /* Gradient background */
  background-size: 200% 200%;
  right:188px;
  top:207px;
  visibility: hidden; /* Initially hidden */
  transition: opacity 2.4s ease-in-out; /* Smooth fade-in effect */
 
}

/* CTA Button Styling */
.cta-button2 {
  font-family: 'Poppins', sans-serif; /* Use the Poppins font */
  padding: 6px 10px; /* Slightly larger padding for a more balanced look */
  background-color: #008080; /* Techy blue background */
  color: white;
  text-decoration: none;
  border-radius: 50px; /* Modern rounded corners */
  font-size: 0.9rem; /* Bigger font for better emphasis */
  font-weight: 450; /* Bold text for stronger call-to-action */
  letter-spacing: 1px; /* More space between letters for a cleaner look */
  text-transform: none;
  transition: all 0.3s ease-out; /* Smooth transition effect */
  box-shadow: 0 6px 15px rgba(0, 123, 255, 0.4), 0 2px 8px rgba(0, 123, 255, 0.2); /* Soft shadow */
  border: 0.5 px solid transparent;
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 30px;
  width: 150px;
  text-align: center; /* Center-align the text */
  box-sizing: border-box;
  border-radius: 50px;
  backdrop-filter: blur(8px); /* Optional: Glassmorphism effect */
  background-image: linear-gradient(45deg, #008080, #000000); /* Gradient background */
  background-size: 200% 200%;
  left:192px;
  bottom:225px;
  visibility: hidden; /* Initially hidden */
  transition: opacity 2.4s ease-in-out; 
 
}

.cta-button i, .cta-button2 i {
    position: relative;
    top: 0px;
    right: 0px;
}

/* Style for the Home Page Search Bar */
.home-search-container {
  position: absolute; /* You can use relative, absolute, or fixed depending on where you want to position it */
  top: 25px; /* Adjust the position as needed */
  left: 20px; /* Adjust the left or right position */
}

/* Optionally, you can adjust the width of the search container */
.home-search-container input {
  position: absolute; /* You can use relative, absolute, or fixed depending on where you want to position it */
  width: 205px; /* Adjust the width as needed */
  padding: 5px;
  font-size: 0.6rem;
  top: 221px; /* Adjust the position as needed */
  left: 64px;
  text-transform: none;
}

/* You can also add margin or padding to the button if needed */
.home-search-container button {
  position: absolute;
  padding: 5px 10px; /* Increase padding for a more spacious button */
  background-color: #007bff; /* Blue background */
  color: white; /* White text color */
  border: none; /* No border */
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
  font-size: 0.8rem; /* Set a good font size */
  font-weight: 50; /* Make the text bold */
  text-transform: none; /* Uppercase text for a more formal look */
  border-radius: 30px; /* Rounded corners for a smooth look */
  box-shadow: 0 4px 8px rgba(0, 123, 255, 0.2); /* Soft shadow */
  transition: all 0.3s ease; /* Smooth transition for hover effects */
  top: 218.5px; /* Adjust the position as needed */
  left: 292px; /* Adjust the position as needed */
}

.circle-img {
transform: translateX(270%) translateY(190px);
}

.circle-img1 {
  transform: translateX(372%) translateY(-35px); /* Original transform */
}

.circle-img2 {
  transform: translateX(335%) translateY(-35px) ; /* Original transform */
}

 .image-container{
     transform: translateX(-115%) translateY(-125px) scale(0.45); /* Moves left, down, and shrinks */
  }


	
}

@media (min-width: 377px) and (max-width: 390px) {

.icologo {
        width: 200px;
        height: 200px;
        margin-top: 350px;
        margin-left: -400px;
        position: unset;
	
}

}


@media (min-width: 391px) and (max-width: 720px) {

.icologo {
        width: 200px;
        height: 200px;
        margin-top: 350px;
        margin-left: -435px;
        position: unset;

}

}

@media (max-width: 720px) {
    #contact header h1 {
    font-size: 1.8rem; /* Even smaller font size for the header */
    position: absolute;
    left: 25px;
    top: 0px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    color: black;
    text-transform: none;
    line-height: 1.2;
    letter-spacing: 0.3px;
    text-shadow: none;
    max-width: 90%; /* Adjusted width to give more space */
  }

  .btn1, .btn2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: white;
    padding: 4px 10px; /* Further reduced padding */
    font-size: 7px; /* Smaller font size */
    border-radius: 50px; /* Fully rounded edges */
    border: none;
    outline: none;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);

    /* Positioning */
    top: -17.5px; /* Adjusted top for better placement */
    right: -150px;  /* Move it to the left */
    margin-bottom: 5px; /* Smaller space between buttons */
    margin-right: -10px; /* Adjust space between buttons */
  }

/* Send message title */
.send-message-title {
  text-align: left;
  font-family: 'Poppins', sans-serif;
  font-size: 1.2rem;
  margin-bottom: 40px;
  color: black;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.35px;
  position: absolute;
  bottom: 96.5%;
  left: 72px;
  transition: all 0.3s ease;
  max-width: 950px;
  text-shadow: 2px 2px 3px rgba(255, 255, 255, 0.8), -2px -2px 3px rgba(255, 255, 255, 0.8); /* White outline */
  text-transform: uppercase;
}

/* Send message title */
.send-message-title1 {
  text-align: left;
  font-family: 'Poppins', sans-serif;
  font-size: 1.2rem;
  margin-bottom: 40px;
  color: black;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.35px;
  position: absolute;
  bottom: 96%;
  left: 58px;
  transition: all 0.3s ease;
  max-width: 950px;
  text-shadow: 2px 2px 3px rgba(255, 255, 255, 0.8), -2px -2px 3px rgba(255, 255, 255, 0.8); /* White outline */
  text-transform: uppercase;
}

/* Contact info block titles */
.contact-info h3 {
  font-family: 'Poppins', sans-serif; /* Use the Poppins font */
  text-align: center;
  font-size: 12px;
  margin-bottom: 10px;
  color: white; /* White text color */
  position: relative;
  top: 10px;
  right: 61.5px;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.35); /* Black shadow with higher opacity */
  transition: all 0.3s ease; /* Smooth transition for hover effect */

}

/* Contact info block text */
.contact-info p {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  color: black;
  text-align: center;
  position: relative;
  top: -18px;
  right: -46px;
  font-weight: bold;
  text-shadow: none; /* Remove any text shadow */
  transition: all 0.3s ease;
}

/* Target the CV form */
form {
  width: 94%;	
  padding: 10px; /* Reduced padding */
  border-radius: 6px;
  position: relative;
  top: -85px;
  right: 50px;
  transform: scale(0.92);
  text-shadow: none;
  border: 2px solid black;
  transition: all 0.3s ease; /* Smooth transition for form hover */
}

form button {
    width: 100%;
   
}

/* Adjust spacing between labels */
form label {
  font-family: 'Poppins', sans-serif;
  display: block;
  font-size: 12px;
  color: black;
  margin-bottom: 3px; /* Reduced margin-bottom */
  margin-top: 0px;
  font-weight: bold;
  transition: color 0.3s ease;
}

/* Adjust spacing for inputs and textareas */
form input,
form textarea {
  font-family: 'Poppins', sans-serif;
  width: 96%;
  padding: 6px;
  margin-top: 3px; /* Reduced margin-top */
  margin-bottom: 6px; /* Added margin-bottom for some space between fields */
  border-radius: 5px;
  background-color: #f0f0f0;
  border: 2px solid black;
  font-size: 12px;
  color: black;
  transition: all 0.3s ease; /* Add transition for inputs */
}

/* Optional: Remove excessive gap between textarea and button, if applicable */
form textarea {
  margin-bottom: 8px; /* Adjust space below the textarea */
}

#cv-upload {
  width: 100%;	
  padding: 10px; /* Reduced padding */
  border-radius: 6px;
  position: relative;
  top: 0px;
  right: 65px;
  transform: scale(0.85); /* More compact form size */
  text-shadow: none;
  border: 2px solid black;
  transition: all 0.3s ease; /* Smooth transition for form hover */
  scale: 100%; /* Adjusted scale for better fit */
  height: 80vh; /* Set fixed height to ensure it fits within the viewport */
  display: flex; /* Flexbox for better alignment */
  flex-direction: column; /* Arrange children vertically */
  justify-content: space-between; /* Ensure space between form elements */
}

#cv-upload label {
  font-family: 'Poppins', sans-serif;
  display: block;
  font-size: 12px;
  color: black;
  margin-bottom: 3px;
  margin-top: 0px;
  font-weight: bold;
  transition: color 0.3s ease;
}

#cv-upload input,
#cv-upload textarea {
  font-family: 'Poppins', sans-serif;
  width: 95%;
  padding: 6px;
  margin-top: 0px;
  margin-bottom: 0px;
  border-radius: 5px;
  background-color: #f0f0f0;
  border: 2px solid black;
  font-size: 12px;
  color: black;
  transition: all 0.3s ease;
 }
}

@media (max-width: 720px) {
    #jobs header h1 {
    font-size: 1.8rem; /* Even smaller font size for the header */
    position: absolute;
    left: 35px;
    top: -10px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    color: black;
    text-transform: none;
    line-height: 1.2;
    letter-spacing: 0.3px;
    text-shadow: none;
    max-width: 90%; /* Adjusted width to give more space */
  }

  /* Style the search bar container */
.job-search-container {
  position: absolute; /* Make it absolute to position it relative to the parent container */
  top: 8%; /* Moves the search bar 20% down the page, adjust this value to move it up or down */
  left: -10px; /* Aligns the search bar to the left side with some margin */
  width: 70%; /* Makes it span the width of the page */
  max-width: 360px;
  text-align: left; /* Aligns the text to the left */
  padding-left: 20px; /* Adds some padding for better spacing */
  transform: scale(0.72); /* No scaling needed for mobile */
}

/* Style the search input field */
.job-search {
  padding: 12px 20px;
  font-size: 1rem;
  border: 2px solid #ddd; /* Original border */
  border-radius: 25px;
  width: 100%;
  max-width: 500px;
  background-color: #f9f9f9;
  color: #333;
  transition: all 0.3s ease;
  outline: 2px solid black; /* Adding an outline around the search field */
}

.filters-container {
  display: flex;
  margin-top: 135px; /* Increase margin to move down */
  margin-left: -125px; /* Push to the right */
  margin-right: 0; /* Ensure it aligns to the right */
  transform: scale(0.5); /* No scaling needed for mobile */
}

.job-filter {
  padding: 10px;
  font-size: 1rem;
  font-family: 'Poppins', sans-serif;
  border: 2px solid black;
  border-radius: 10px;
  width: 200px;
  background-color: white;
  top: 50px;
}

.job-filter option {
  background-color: white;  /* Background color for dropdown items */
  color: black;             /* Text color */
  font-size: 12px;          /* Adjust font size */
  padding: 2px;             /* Space inside options */
}

/* Highlight the hovered option */
.job-filter option:hover {
  background-color: #00bfae; /* Highlight color */
  color: white;
}

.job-item {
  font-family: 'Poppins', sans-serif;
  background-color: rgba(255, 255, 255, 0.35);
  border: 2px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-top: 0px; /* Reduce margin-top to move items closer vertically */
  padding: 15px;
  width: calc(100% - 55px); /* Reduce width on the right */
  margin-right: 12px; /* Reduce space on the right side */
  margin-left: -35px; /* Move the job item to the left */
  height: calc(100% - 25%); /* Reduce height from top to bottom */

}


 .job-description {
    display: none;
  }

.job-main-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); /* Dynamic grid */
  gap: 0px;
  margin-top: 0px;
  max-width: 1800px;
  overflow-y: auto; /* Enable vertical scrolling */
  height: 580px; /* Fixed height so content overflows and scrolls */
  padding: 45px;
  padding-top: 2px; /* Adjust top padding */
  box-sizing: borderbox;
}

.job-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.job-item h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 0.95rem;
  color: black;
  margin-bottom: 10px;
  font-weight: bold;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.job-item p {
  font-family: 'Poppins', sans-serif;
  font-size: 0.75rem;
  color: black;
  margin-bottom: 8px;
  text-shadow: none;
}

.job-item p strong {
  font-weight: bold;
}

.job-item p:last-child {
  margin-bottom: 0;
}

    .apply-btn {
        font-family: 'Poppins', sans-serif;
        padding: 4px 20px;
        background-color: #008080;
        color: white;
        font-size: 12px;
        border: 2px solid white;
        border-radius: 5px;
        cursor: pointer;
        transition: transform 0.2s ease, background-color 0.3s ease;
        font-weight: bold;
        text-decoration: none;
        display: inline-block;
        position: relative;
        top: -6px;
    }

.apply-btn:hover {
  background-color: #008080 /* Slightly darker shade for hover effect */
  transform: scale(1.08); /* Makes the button scale up */
}

.apply-btn:active {
  transform: scale(1.1);
  background-color: #006666;
}

.apply-btn2 {
        font-family: 'Poppins', sans-serif;
        padding: 4px 20px;
        background-color: black;
        color: white;
        font-size: 12px;
        border: 2px solid white;
        border-radius: 5px;
        cursor: pointer;
        transition: transform 0.2s ease, background-color 0.3s ease;
        font-weight: bold;
        text-decoration: none;
        display: inline-block;
        position: relative;
        top: -5px;
    }

.apply-btn2:hover {
  background-color: black;
  transform: scale(1.08);
}

.apply-btn2:active {
  transform: scale(1.1);
  background-color: #006666;
}

}

@media (max-width: 720px) {

 .side-quote-container {
   display: none !important; /* Hides the container on mobile */
 }
 
 #about header h1 {
    font-size: 1.8rem; /* Even smaller font size for the header */
    position: absolute;
    left: 25px;
    top: -15px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    color: black;
    text-transform: none;
    line-height: 1.2;
    letter-spacing: 0.3px;
    text-shadow: none;
    max-width: 90%; /* Adjusted width to give more space */
  }

   .about-video {
    width: 92vw; /* Slightly wider for mobile */
    margin-top: 80px; /* More space between the video and the top */
    padding: 0;
    animation: none;
  }

  .about-video video {
    width: 100%;
    border-radius: 6px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
  }

  .about-video video:hover {
    transform: scale(1.02);
    
}

/* Grid layout for 2 by 2 boxes */
.about-grid {
  grid-template-columns: repeat(2, 1fr); /* 2 columns */
  gap: 8px;
  padding: 0 8px;
  margin-top: 20px; /* Space between video and grid */
  overflow-y: auto; /* Enable scrolling for the grid */
  height: calc(100vh - 160px); /* Adjust grid height based on video space */
  padding-bottom: 20px; /* Add space at the bottom to prevent cut-off */
}

/* Style for each box */
.about-box {
  padding: 4px 4px; /* Reduced padding to bring corners closer to text */
  font-size: 8px;
  animation: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
  border-radius: 6px; /* Slightly reduced border-radius for tighter corners */
  margin-top: 0;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
}

/* Adjust margin for h6 to reduce gap */
.about-box h6 {
  font-size: 10px; /* Smaller header */
  margin-bottom: 4px; /* Reduce bottom margin to decrease gap */
}

/* Adjust spacing for paragraphs */
.about-box p {
  font-size: 8px; /* Smaller text for paragraph */
  line-height: 1.2;
  margin-top: 10px; /* Remove top margin to reduce space */
  text-align: center;
}

.about-box img {
  width: 16px; /* Smaller icon */
  height: 16px;
  margin-bottom: 0px;
}	

}

@media (max-width: 720px) {
  /* FAQ Header */
  #faqs header h1 {
    font-size: 1.8rem; /* Even smaller font size for the header */
    position: absolute;
    left: 10px;
    top: -35px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    color: black;
    text-transform: none;
    line-height: 1.2;
    letter-spacing: 0.3px;
    text-shadow: none;
    max-width: 90%; /* Adjusted width to give more space */
  }

  /* Button Styling */
  .btn3, .btn4, .btn5 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: white;
    padding: 4px 10px; /* Further reduced padding */
    font-size: 7px; /* Smaller font size */
    border-radius: 50px; /* Fully rounded edges */
    border: none;
    outline: none;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);

    /* Positioning */
    top: -50px; /* Adjusted top for better placement */
    right: -60px;  /* Move it to the left */
    margin-bottom: 5px; /* Smaller space between buttons */
    margin-right: -10px; /* Adjust space between buttons */
  }

  /* Individual FAQ Item */
.faq-item {
  width: 100%; /* Full width for better use of space */
  min-width: auto; /* Remove the minimum width */
  
  margin-bottom: 8px; /* Added slight spacing between FAQ boxes */
  padding: 4px 8px; /* Tightened padding for snugger boxes */
  border-radius: 5px; /* Smaller border radius */
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1); /* Smaller shadow for compact design */
  border-left: 4px solid #00bfae;
  background-color: rgba(255, 255, 255, 0.3); /* Slightly higher opacity for better visibility */
  box-sizing: border-box;
  position: relative;
  top: -70px; /* Reduced top positioning */
  right: 75px; /* Align it fully to the left */
  transform: scale(1); /* No scaling needed for mobile */
  margin-left: 0; /* Remove any left margin */
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
	
 /* FAQ Question Styling */
.faq-question {
  font-family: 'Poppins', sans-serif;
  text-align: left;
  background: none;
  border: none;
  font-size: 8px; /* Even smaller font size */
  font-weight: bold;
  cursor: pointer;
  padding: 7px 0; /* Reduced padding to save space */
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: color 0.3s ease, transform 0.3s ease;
}

  /* FAQ Answer Styling */
  .faq-answer {
    display: none;
    font-size: 8px; /* Smaller font for answers */
    color: black;
    text-shadow: none;
    border-radius: 5px;
    line-height: 1.3; /* Adjusted line height for compactness */
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out;
  }

  .arrow-icon {
  font-size: 8px;
  transition: transform 0.3s ease, color 0.3s ease;
  color: #00bfae;
}

}

@media (max-width: 720px) {
    #jobs header h1 {
    font-size: 1.8rem; /* Even smaller font size for the header */
    position: absolute;
    left: 35px;
    top: -10px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    color: black;
    text-transform: none;
    line-height: 1.2;
    letter-spacing: 0.3px;
    text-shadow: none;
    max-width: 90%; /* Adjusted width to give more space */
  }

  /* Style the search bar container */
.job-search-container {
  position: absolute; /* Make it absolute to position it relative to the parent container */
  top: 8%; /* Moves the search bar 20% down the page, adjust this value to move it up or down */
  left: -10px; /* Aligns the search bar to the left side with some margin */
  width: 70%; /* Makes it span the width of the page */
  max-width: 360px;
  text-align: left; /* Aligns the text to the left */
  padding-left: 20px; /* Adds some padding for better spacing */
  transform: scale(0.72); /* No scaling needed for mobile */
}

/* Style the search input field */
.job-search {
  padding: 12px 20px;
  font-size: 1rem;
  border: 2px solid #ddd; /* Original border */
  border-radius: 25px;
  width: 100%;
  max-width: 500px;
  background-color: #f9f9f9;
  color: #333;
  transition: all 0.3s ease;
  outline: 2px solid black; /* Adding an outline around the search field */
}

.filters-container {
  display: flex;
  margin-top: 135px; /* Increase margin to move down */
  margin-left: -125px; /* Push to the right */
  margin-right: 0; /* Ensure it aligns to the right */
  transform: scale(0.5); /* No scaling needed for mobile */
}

.job-filter {

  padding: 10px;
  font-size: 1rem;
  font-family: 'Poppins', sans-serif;
  border: 2px solid black;
  border-radius: 10px;
  width: 200px;
  background-color: white;
  top: 50px;
}

.job-filter option {
  background-color: white;  /* Background color for dropdown items */
  color: black;             /* Text color */
  font-size: 12px;          /* Adjust font size */
  padding: 2px;             /* Space inside options */
}

/* Highlight the hovered option */
.job-filter option:hover {
  background-color: #00bfae; /* Highlight color */
  color: white;
}

.job-item {
  font-family: 'Poppins', sans-serif;
  background-color: rgba(255, 255, 255, 0.35);
  border: 2px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-top: 0px; /* Reduce margin-top to move items closer vertically */
  padding: 15px;
  width: calc(100% - 55px); /* Reduce width on the right */
  margin-right: 12px; /* Reduce space on the right side */
  margin-left: -35px; /* Move the job item to the left */
  height: calc(100% - 25%); /* Reduce height from top to bottom */

}

 .job-description {
    display: none;
  }

.job-main-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); /* Dynamic grid */
  gap: 0px;
  margin-top: 0px;
  max-width: 1800px;
  overflow-y: auto; /* Enable vertical scrolling */
  height: 580px; /* Fixed height so content overflows and scrolls */
  padding: 45px;
  padding-top: 2px; /* Adjust top padding */
  box-sizing: borderbox;
}

.job-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.job-item h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 0.95rem;
  color: black;
  margin-bottom: 10px;
  font-weight: bold;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.job-item p {
  font-family: 'Poppins', sans-serif;
  font-size: 0.75rem;
  color: black;
  margin-bottom: 8px;
  text-shadow: none;
}

.job-item p strong {
  font-weight: bold;
}

.job-item p:last-child {
  margin-bottom: 0;
}

    .apply-btn {
        font-family: 'Poppins', sans-serif;
        padding: 4px 20px;
        background-color: #008080;
        color: white;
        font-size: 12px;
        border: 2px solid white;
        border-radius: 5px;
        cursor: pointer;
        transition: transform 0.2s ease, background-color 0.3s ease;
        font-weight: bold;
        text-decoration: none;
        display: inline-block;
        position: relative;
        top: -6px;
    }

.apply-btn:hover {
  background-color: #008080; /* Slightly darker shade for hover effect */
  transform: scale(1.08); /* Makes the button scale up */
}

.apply-btn:active {
  transform: scale(1.1);
  background-color: #006666;
}

.apply-btn2 {
        font-family: 'Poppins', sans-serif;
        padding: 4px 20px;
        background-color: black;
        color: white;
        font-size: 12px;
        border: 2px solid white;
        border-radius: 5px;
        cursor: pointer;
        transition: transform 0.2s ease, background-color 0.3s ease;
        font-weight: bold;
        text-decoration: none;
        display: inline-block;
        position: relative;
        top: -5px;
    }

.apply-btn2:hover {
  background-color: black;
  transform: scale(1.08);
}

.apply-btn2:active {
  transform: scale(1.1);
  background-color: #006666;
}

}

@media(max-width: 375px) and (orientation: portrait) {

.blackBorder {
	left: 45px;
}

  /* Hide menu items (links) */
  #menu li:not(.dropdown) {
          position: relative;

    display: none;
  }

  /* Keep the dropdown (hamburger menu) visible */
  .dropdown {
    display: block;
    position: right;  /* Absolute positioning */
    right: 0px;  /* Move it to the right */
    top: 0px;  /* Adjust the top margin to your liking */
  }

  #menu .dropdown {
  margin-left: auto;  /* Pushes it to the right */
  position: relative;
      left: -165%;
      top: 50%;

}

li.dropdown {
  position: relative;
  left: 20px; /* Adjust the value to move it more or less */
  transform: scale(0.80); /* Scale the element to 85% of its original size */
  transform-origin: top left; /* Ensures the scaling is relative to the top left corner */
}
	
.dropdown-content {
  left: 10%;
}
	
.scroll-to-top {
  position: fixed;
  bottom: 30px;
  left: 8px;
  
}

.help-icon {
    position: fixed;
    top: 65px;
    right: 10px;
  }
}

@media (min-width: 376px) and (max-width: 720px) and (orientation: portrait) {

.blackBorder {
	left: 62.5px;
}

  /* Hide menu items (links) */
  #menu li:not(.dropdown) {
          position: relative;

    display: none;
  }

  /* Keep the dropdown (hamburger menu) visible */
  .dropdown {
    display: block;
    position: right;  /* Absolute positioning */
    right: 0px;  /* Move it to the right */
    top: 0px;  /* Adjust the top margin to your liking */
  }

  #menu .dropdown {
  margin-left: auto;  /* Pushes it to the right */
  position: relative;
      left: -152%;
      top: 50%;

}

li.dropdown {
  position: relative;
  left: 20px; /* Adjust the value to move it more or less */
  transform: scale(0.80); /* Scale the element to 85% of its original size */
  transform-origin: top left; /* Ensures the scaling is relative to the top left corner */
}
	
.dropdown-content {
  left: 10%;
}
	
.scroll-to-top {
  position: fixed;
  bottom: 30px;
  left: 8px;
  
}

.help-icon {
    position: fixed;
    top: 65px;
    right: 10px;
  }
}

@media (min-width: 721px) and (max-width: 820px) and (orientation: portrait) {

 .blackBorder {
        left: 50px; /* Adjusted for better centering */
    }

    #menu {
    
    margin-left: -564px;
    margin-top: 30px; /* Add or increase this to move it down */
}

   /* Target the About link */
   header nav ul li:nth-child(2) {
   margin-left: 42px; /* Pushes the "About" link to the right */
}

   /* Target the About link */
   header nav ul li:nth-child(4) {
   margin-left: 42px; /* Pushes the "About" link to the right */
}

#menu li:nth-child(1)::after,
#menu li:nth-child(2)::after,
#menu li:nth-child(3)::after,
#menu li:nth-child(4)::after {
    content: "";
    position: absolute;
    top: 7px;
    right: -15px; /* Moves the line to the right */
    height: 15px; /* Height of the divider line */
    border-right: 2px solid #008080; /* Line style */
    border-radius: 6px; /* Smooth rounded edges */
    
    /* Glow effect */
    box-shadow: 0 0 10px 2px rgba(0, 128, 128, 0.8); /* Creates the glowing effect */
    transition: box-shadow 0.3s ease-in-out; /* Adds smooth transition on hover */
}

/* Optional: Increase glow on hover */
#menu li:nth-child(1):hover::after,
#menu li:nth-child(2):hover::after,
#menu li:nth-child(3):hover::after,
#menu li:nth-child(4):hover::after {
    box-shadow: 0 0 15px 3px rgba(0, 128, 128, 1); /* Increases the glow when hovered */
}

    #menu li a {
  font-size: 14px;
  padding: 4px 6px;
}

    #menu li {
      padding: 0; /* Remove extra space */
      margin: 0 10px; /* Optional: fine-tune horizontal spacing */
    }



    /* Keep the dropdown (hamburger menu) visible */
    .dropdown {
        display: block;
        position: absolute;
        right: 75px; /* Moves it to the right properly */
        top: 10px;  /* Adjusts top margin */
    }

    .dropdown-content a {
  position: relative;
  padding: 14px 12px; /* Increased vertical padding */
  margin-bottom: 8px;  /* Adds space between links */
  text-decoration: none;
  display: block;
  color: white;
  font-size: 16px;
}

    #menu .dropdown {
        margin-left: auto;
        position: relative;
        left: 2%; /* Adjusted so it doesn’t break in landscape */
        top: 6%;
    }

    li.dropdown {
        position: relative;
        left: 10px; /* Fine-tuned for better placement */
        transform: scale(0.85); /* Keeps it properly sized */
        transform-origin: top left;
    }

    .scroll-to-top {
        position: fixed;
        bottom: 30px;
        left: 15px;
    }

    .help-icon {
        position: fixed;
        top: 65px;
        right: 15px;
    }
  }

  @media (min-width: 821px) and (max-width: 1400px) and (orientation: portrait) {

 .blackBorder {
        left: 50px; /* Adjusted for better centering */
    }

    #menu {
    
    margin-left: -510px;
    margin-top: 30px; /* Add or increase this to move it down */
}

   /* Target the About link */
   header nav ul li:nth-child(2) {
   margin-left: 42px; /* Pushes the "About" link to the right */
}

   /* Target the About link */
   header nav ul li:nth-child(4) {
   margin-left: 42px; /* Pushes the "About" link to the right */
}

#menu li:nth-child(1)::after,
#menu li:nth-child(2)::after,
#menu li:nth-child(3)::after,
#menu li:nth-child(4)::after {
    content: "";
    position: absolute;
    top: 7px;
    right: -15px; /* Moves the line to the right */
    height: 15px; /* Height of the divider line */
    border-right: 2px solid #008080; /* Line style */
    border-radius: 6px; /* Smooth rounded edges */
    
    /* Glow effect */
    box-shadow: 0 0 10px 2px rgba(0, 128, 128, 0.8); /* Creates the glowing effect */
    transition: box-shadow 0.3s ease-in-out; /* Adds smooth transition on hover */
}

/* Optional: Increase glow on hover */
#menu li:nth-child(1):hover::after,
#menu li:nth-child(2):hover::after,
#menu li:nth-child(3):hover::after,
#menu li:nth-child(4):hover::after {
    box-shadow: 0 0 15px 3px rgba(0, 128, 128, 1); /* Increases the glow when hovered */
}

    #menu li a {
  font-size: 14px;
  padding: 4px 6px;
}

    #menu li {
      padding: 0; /* Remove extra space */
      margin: 0 10px; /* Optional: fine-tune horizontal spacing */
    }



    /* Keep the dropdown (hamburger menu) visible */
    .dropdown {
        display: block;
        position: absolute;
        right: 75px; /* Moves it to the right properly */
        top: 10px;  /* Adjusts top margin */
    }

    .dropdown-content a {
  position: relative;
  padding: 14px 12px; /* Increased vertical padding */
  margin-bottom: 8px;  /* Adds space between links */
  text-decoration: none;
  display: block;
  color: white;
  font-size: 16px;
}

    #menu .dropdown {
        margin-left: auto;
        position: relative;
        left: 58%; /* Adjusted so it doesn’t break in landscape */
        top: 6%;
    }

    li.dropdown {
        position: relative;
        left: 10px; /* Fine-tuned for better placement */
        transform: scale(0.85); /* Keeps it properly sized */
        transform-origin: top left;
    }

    .scroll-to-top {
        position: fixed;
        bottom: 30px;
        left: 15px;
    }

    .help-icon {
        position: fixed;
        top: 65px;
        right: 15px;
    }
  }

@media (max-width: 1200px) and (orientation: portrait) {

.footer-container {
        flex-direction: column;
        text-align: center;
    }

    .footer-section {
        width: 100%;
        margin-bottom: 20px;
    }

    .footerlogo {
  position: center;
    width: 85px; /* Set the width of the rectangle */
    height: 85px; /* Set the height of the rectangle */
    margin-top: -15px;
    margin-right: 0px;
    
}

    .footerlogo2 {
        width: 235px;
		margin-bottom: -40px;
        height: 235px;
        margin-top: -40px;
        margin-left: 15px;
        position: unset;
    }

   .footer-section1 ul {
        display: flex;
        justify-content: center; /* Centers the items */
        padding: 0;
    }
    
    .footer-section1 ul li a {
        margin-right: 15px; /* Adjust margin to your preference */
    }
  }

@media (min-width: 721px) and (max-width: 1000px) and (orientation: portrait) {
    
.text-section h1 {
  text-align: left; /* Align text to the left */
  font-family: 'Poppins', sans-serif; /* Use the Poppins font */
  font-size: 2.8rem; /* Slightly smaller font size for balance */
  margin-bottom: 40px; /* Increased margin for better spacing */
  color: black; /* A softer dark grey for elegance */
  font-weight: 600; /* Medium weight for a cleaner, less bold look */
  line-height: 1.3; /* Comfortable line height for readability */
  letter-spacing: 0.5px; /* Subtle letter spacing for sophistication */
  position: absolute; /* Position as per your original request */
  bottom: 86%; /* Keep vertical position as you specified */
  left: 10%;
  transition: all 0.3s ease; /* Smooth transition effect */
  max-width: 950px;
  text-shadow: none; /* Remove all text shadow effects */

}

.text-section p {

  font-size: 1.2rem; /* Slightly larger text for better readability */
  color: #222; /* Slightly darker text color for a more professional appearance */
  line-height: 1.8; /* Adjusted line height for improved legibility */
  margin-bottom: 10px;
  font-family: 'Poppins', sans-serif; /* Use the Poppins font */
  position: absolute; /* Absolute positioning for dynamic placement */
  width: 72%; /* Let the text span 80% of the section for balance */
  opacity: 0.9; /* Slight opacity for a more refined look */
  position: absolute; /* Change to 'relative' or 'fixed' based on need */
  bottom: 71%; /* Adjust vertical position */
  right:18%;
  opacity: 0; /* Initially hidden */
  transition: opacity 2.4s ease-in-out; /* Smooth fade-in effect */
  /*white-space: nowrap;  Prevents the text from wrapping */
  overflow: hidden; /* Hides the text until it's typed */
  display: inline-block; /* Keeps text inline for typing effect */
  text-shadow: none;

}

/* CTA Button Styling */
.cta-button {
  font-family: 'Poppins', sans-serif; /* Use the Poppins font */
  padding: 8px 12px; /* Slightly larger padding for a more balanced look */
  background-color: #008080; /* Techy blue background */
  color: white;
  text-decoration: none;
  border-radius: 50px; /* Modern rounded corners */
  font-size: 1.1rem; /* Bigger font for better emphasis */
  font-weight: 450; /* Bold text for stronger call-to-action */
  letter-spacing: 1px; /* More space between letters for a cleaner look */
  text-transform: none;
  transition: all 0.3s ease-out; /* Smooth transition effect */
  box-shadow: 0 6px 15px rgba(0, 123, 255, 0.4), 0 2px 8px rgba(0, 123, 255, 0.2); /* Soft shadow */
  border: 0.5 px solid transparent;
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 30px;
  width: 50%;
  text-align: center; /* Center-align the text */
  box-sizing: border-box;
  border-radius: 50px;
  backdrop-filter: blur(8px); /* Optional: Glassmorphism effect */
  background-image: linear-gradient(45deg, #008080, #000000); /* Gradient background */
  background-size: 200% 200%;
  right:102%;
  top:335%;
  visibility: hidden; /* Initially hidden */
  transition: opacity 2.4s ease-in-out; /* Smooth fade-in effect */
  
}

/* CTA Button Styling */
.cta-button2 {
  font-family: 'Poppins', sans-serif; /* Use the Poppins font */
  padding: 8px 12px; /* Slightly larger padding for a more balanced look */
  background-color: #008080; /* Techy blue background */
  color: white;
  text-decoration: none;
  border-radius: 50px; /* Modern rounded corners */
  font-size: 1.1rem; /* Bigger font for better emphasis */
  font-weight: 450; /* Bold text for stronger call-to-action */
  letter-spacing: 1px; /* More space between letters for a cleaner look */
  text-transform: none;
  transition: all 0.3s ease-out; /* Smooth transition effect */
  box-shadow: 0 6px 15px rgba(0, 123, 255, 0.4), 0 2px 8px rgba(0, 123, 255, 0.2); /* Soft shadow */
  border: 0.5 px solid transparent;
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 30px;
  width: 170px;
  text-align: center; /* Center-align the text */
  box-sizing: border-box;
  border-radius: 50px;
  backdrop-filter: blur(8px); /* Optional: Glassmorphism effect */
  background-image: linear-gradient(45deg, #008080, #000000); /* Gradient background */
  background-size: 200% 200%;
  left:72%;
  bottom:28.5%;
  visibility: hidden; /* Initially hidden */
  transition: opacity 2.4s ease-in-out; /* Smooth fade-in effect */

}

.cta-button i, .cta-button2 i {
    position: relative;
    top: 0px;
    right: 0px;
}	

/* Style for the Home Page Search Bar */
.home-search-container {
  position: absolute; /* You can use relative, absolute, or fixed depending on where you want to position it */
  top: 25px; /* Adjust the position as needed */
  left: 20px; /* Adjust the left or right position */
}

/* Optionally, you can adjust the width of the search container */
.home-search-container input {
  position: absolute; /* You can use relative, absolute, or fixed depending on where you want to position it */
  width: 285px; /* Adjust the width as needed */
  padding: 5px;
  font-size: 0.8rem;
  top: 285px; /* Adjust the position as needed */
  left: 86px;
  text-transform: none;
}

/* You can also add margin or padding to the button if needed */
.home-search-container button {
  position: absolute;
  padding: 5px 10px; /* Increase padding for a more spacious button */
  background-color: #007bff; /* Blue background */
  color: white; /* White text color */
  border: none; /* No border */
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
  font-size: 0.9rem; /* Set a good font size */
  font-weight: 50; /* Make the text bold */
  text-transform: none; /* Uppercase text for a more formal look */
  border-radius: 30px; /* Rounded corners for a smooth look */
  box-shadow: 0 4px 8px rgba(0, 123, 255, 0.2); /* Soft shadow */
  transition: all 0.3s ease; /* Smooth transition for hover effects */
  top: 282.5px; /* Adjust the position as needed */
  left: 416px; /* Adjust the position as needed */
}

.circle-img {
transform: translateX(225%) translateY(295px);
}

.circle-img1 {
  transform: translateX(320%) translateY(70px); /* Original transform */
}

.circle-img2 {
  transform: translateX(295%) translateY(70px) ; /* Original transform */
}

 .image-container{
    transform: translateX(-115%) translateY(-125px) scale(0.62); /* Moves left, down, and shrinks */
 }

	.icologo {
        width: 200px;
        height: 200px;
        margin-top: 310px;
        margin-left: -250px;
        position: unset;

}
	
}

@media (min-width: 1000px) and (max-width: 1200px) and (orientation: portrait) {
    
.home-search-container input {
    position: absolute;
    width: 850px;
    padding: 8px;
    font-size: 1rem;
    font-family: 'Poppins', sans-serif;
    top: 175px;
    left: 35px;
    border: 2px solid #888 !important;
}

.home-search-container button {
    position: absolute;
    padding: 9px 22px;
    background-color: #008080;
    color: white;
    border: none;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    font-size: 1.1rem;
    border-radius: 30px;
    box-shadow: 0 4px 8px rgba(0, 123, 255, 0.2);
    transition: all 0.3s ease;
    top: 172px;
    left: 585px;
}

		.icologo {
        width: 250px;
        height: 250px;
        margin-top: 395px;
        margin-left: -310px;
        position: unset;

}

}



@media  (min-width: 768px) and (max-width: 1000px)  and (orientation: portrait) {

.contact-info1 p,
.contact-info1 h3 {
  display: none !important;
}

    #contact header h1 {
    font-size: 2.2rem; /* Even smaller font size for the header */
    position: absolute;
    left: 25px;
    top: 0px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    color: black;
    text-transform: none;
    line-height: 1.2;
    letter-spacing: 0.3px;
    text-shadow: none;
    max-width: 90%; /* Adjusted width to give more space */
  }

  .btn1, .btn2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: white;
    padding: 6px 12px; /* Further reduced padding */
    font-size: 11px; /* Smaller font size */
    border-radius: 50px; /* Fully rounded edges */
    border: none;
    outline: none;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);

    /* Positioning */
    top: -17.5px; /* Adjusted top for better placement */
    right: -240px;  /* Move it to the left */
    margin-bottom: 5px; /* Smaller space between buttons */
    margin-right: -10px; /* Adjust space between buttons */
  }

/* Send message title */
.send-message-title {
  text-align: left;
  font-family: 'Poppins', sans-serif;
  font-size: 1.4rem;
  margin-bottom: 40px;
  color: black;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.35px;
  position: absolute;
  bottom: 94.1%;
  left: 88px;
  transition: all 0.3s ease;
  max-width: 950px;
  text-shadow: 2px 2px 3px rgba(255, 255, 255, 0.8), -2px -2px 3px rgba(255, 255, 255, 0.8); /* White outline */
  text-transform: uppercase;
}

/* Send message title */
.send-message-title1 {
  text-align: left;
  font-family: 'Poppins', sans-serif;
  font-size: 1.4rem;
  margin-bottom: 40px;
  color: black;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.35px;
  position: absolute;
  bottom: 94%;
  left: 70px;
  transition: all 0.3s ease;
  max-width: 950px;
  text-shadow: 2px 2px 3px rgba(255, 255, 255, 0.8), -2px -2px 3px rgba(255, 255, 255, 0.8); /* White outline */
  text-transform: uppercase;
}

/* Contact info block titles */
.contact-info h3 {
  font-family: 'Poppins', sans-serif; /* Use the Poppins font */
  text-align: center;
  font-size: 16px;
  margin-bottom: 10px;
  color: white; /* White text color */
  position: relative;
  top: 5px;
  right: 97.5px;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.35); /* Black shadow with higher opacity */
  transition: all 0.3s ease; /* Smooth transition for hover effect */

}

/* Contact info block text */
.contact-info p {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: black;
  text-align: center;
  position: relative;
  top: -27px;
  right: -35px;
  font-weight: bold;
  text-shadow: none; /* Remove any text shadow */
  transition: all 0.3s ease;
}

/* Target the CV form */
form {
  width: 94%;	
  padding: 10px; /* Reduced padding */
  border-radius: 6px;
  position: relative;
  top: -85px;
  right: 50px;
  transform: scale(0.92);
  text-shadow: none;
  transition: all 0.3s ease; /* Smooth transition for form hover */
}

form button {
    width: 100%;
   
}

/* Adjust spacing between labels */
form label {
  font-family: 'Poppins', sans-serif;
  display: block;
  font-size: 12px;
  color: black;
  margin-bottom: 3px; /* Reduced margin-bottom */
  margin-top: 0px;
  font-weight: bold;
  transition: color 0.3s ease;
}

/* Adjust spacing for inputs and textareas */
form input,
form textarea {
  font-family: 'Poppins', sans-serif;
  width: 96%;
  padding: 6px;
  margin-top: 3px; /* Reduced margin-top */
  margin-bottom: 6px; /* Added margin-bottom for some space between fields */
  border-radius: 5px;
  background-color: #f0f0f0;
  border: 2px solid black;
  font-size: 12px;
  color: black;
  transition: all 0.3s ease; /* Add transition for inputs */
}

/* Optional: Remove excessive gap between textarea and button, if applicable */
form textarea {
  margin-bottom: 8px; /* Adjust space below the textarea */
}

#cv-upload {
  width: 100%;	
  padding: 10px; /* Reduced padding */
  border-radius: 6px;
  position: relative;
  top: 0px;
  right: 65px;
  transform: scale(0.85); /* More compact form size */
  text-shadow: none;
  transition: all 0.3s ease; /* Smooth transition for form hover */
  scale: 100%; /* Adjusted scale for better fit */
  height: 50vh; /* Set fixed height to ensure it fits within the viewport */
  display: flex; /* Flexbox for better alignment */
  flex-direction: column; /* Arrange children vertically */
  justify-content: space-between; /* Ensure space between form elements */
}

#cv-upload label {
  font-family: 'Poppins', sans-serif;
  display: block;
  font-size: 12px;
  color: black;
  margin-bottom: 3px;
  margin-top: 0px;
  font-weight: bold;
  transition: color 0.3s ease;
}

#cv-upload input,
#cv-upload textarea {
  font-family: 'Poppins', sans-serif;
  width: 95%;
  padding: 6px;
  margin-top: 0px;
  margin-bottom: 0px;
  border-radius: 5px;
  background-color: #f0f0f0;
  border: 2px solid black;
  font-size: 12px;
  color: black;
  transition: all 0.3s ease;
 }

 .contact-right {
    flex: 1;
    padding: 20px;
    border-radius: 8px;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: -95px;   /* Adjusted to better fit landscape */
    margin-left: 0px;   /* Adjusted for landscape width */
  }

  .contact-right p {
    font-size: 18px; /* Smaller font */
    font-family: 'Poppins', sans-serif;
    color: black;
    line-height: 1.5; /* Slightly reduced line spacing */
    max-width: 600px; /* Narrower max width */
    text-align: left;
    text-shadow: none !important;
    opacity: 0;
    transform: scale(0.95); /* Slightly smaller scale */
    animation: fadeInScale 1.5s ease-out forwards;
    transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
}

.contact-right h5 {
    font-size: 28px; /* Smaller font size */
    font-family: 'Poppins', sans-serif;
    color: black;
    margin-bottom: 10px; /* Reduced margin */
    text-shadow: none !important;
    animation: fadeLoop 2s ease-in-out infinite;
}

.contact-heading-wrapper i {
    font-size: 52px;
    color: #008080;
    margin-left: 20px;
    margin-top: -24px;
}

.contact-right1 {
    flex: 1;
    padding: 20px;
    border-radius: 8px;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 0px;   /* Adjusted to better fit landscape */
    margin-left: 0px;   /* Adjusted for landscape width */
  }

  .contact-right1 p {
    font-size: 18px; /* Smaller font */
    font-family: 'Poppins', sans-serif;
    color: black;
    line-height: 1.5; /* Slightly reduced line spacing */
    max-width: 600px; /* Narrower max width */
    text-align: left;
    text-shadow: none !important;
    opacity: 0;
    transform: scale(0.95); /* Slightly smaller scale */
    animation: fadeInScale 1.5s ease-out forwards;
    transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
}

.contact-right1 h5 {
    font-size: 28px; /* Smaller font size */
    font-family: 'Poppins', sans-serif;
    color: black;
    margin-bottom: 10px; /* Reduced margin */
    text-shadow: none !important;
    animation: fadeLoop 2s ease-in-out infinite;
}

.contact-heading-wrapper1 i {
    font-size: 52px;
    color: #008080;
    margin-left: 20px;
    margin-top: -24px;
}


}

@media  (min-width: 1024px) and (max-width: 1400px)  and (orientation: portrait) {

.contact-info1 p,
.contact-info1 h3 {
  display: none !important;
}

    #contact header h1 {
    font-size: 3rem; /* Even smaller font size for the header */
    position: absolute;
    left: 25px;
    top: 0px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    color: black;
    text-transform: none;
    line-height: 1.2;
    letter-spacing: 0.3px;
    text-shadow: none;
    max-width: 90%; /* Adjusted width to give more space */
  }

  .btn1, .btn2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: white;
    padding: 8px 14px; /* Further reduced padding */
    font-size: 15px; /* Smaller font size */
    border-radius: 50px; /* Fully rounded edges */
    border: none;
    outline: none;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);

    /* Positioning */
    top: -17.5px; /* Adjusted top for better placement */
    right: -335px;  /* Move it to the left */
    margin-bottom: 5px; /* Smaller space between buttons */
    margin-right: -10px; /* Adjust space between buttons */
  }

/* Send message title */
.send-message-title {
  text-align: left;
  font-family: 'Poppins', sans-serif;
  font-size: 1.6rem;
  margin-bottom: 40px;
  color: black;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.35px;
  position: absolute;
  bottom: 94%;
  left: 105px;
  transition: all 0.3s ease;
  max-width: 950px;
  text-shadow: 2px 2px 3px rgba(255, 255, 255, 0.8), -2px -2px 3px rgba(255, 255, 255, 0.8); /* White outline */
  text-transform: uppercase;
}

/* Send message title */
.send-message-title1 {
  text-align: left;
  font-family: 'Poppins', sans-serif;
  font-size: 1.6rem;
  margin-bottom: 40px;
  color: black;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.35px;
  position: absolute;
  bottom: 94%;
  left: 84px;
  transition: all 0.3s ease;
  max-width: 950px;
  text-shadow: 2px 2px 3px rgba(255, 255, 255, 0.8), -2px -2px 3px rgba(255, 255, 255, 0.8); /* White outline */
  text-transform: uppercase;
}

/* Contact info block titles */
.contact-info h3 {
  font-family: 'Poppins', sans-serif; /* Use the Poppins font */
  text-align: center;
  font-size: 16px;
  margin-bottom: 10px;
  color: white; /* White text color */
  position: relative;
  top: 10px;
  right: 125.5px;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.35); /* Black shadow with higher opacity */
  transition: all 0.3s ease; /* Smooth transition for hover effect */

}

/* Contact info block text */
.contact-info p {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: black;
  text-align: center;
  position: relative;
  top: -21px;
  right: -8px;
  font-weight: bold;
  text-shadow: none; /* Remove any text shadow */
  transition: all 0.3s ease;
}

/* Target the CV form */
form {
  width: 94%;	
  padding: 10px; /* Reduced padding */
  border-radius: 6px;
  position: relative;
  top: -85px;
  right: 50px;
  transform: scale(0.92);
  text-shadow: none;
  transition: all 0.3s ease; /* Smooth transition for form hover */
}



form button {
    width: 100%;
   
}

/* Adjust spacing between labels */
form label {
  font-family: 'Poppins', sans-serif;
  display: block;
  font-size: 12px;
  color: black;
  margin-bottom: 3px; /* Reduced margin-bottom */
  margin-top: 0px;
  font-weight: bold;
  transition: color 0.3s ease;
}

/* Adjust spacing for inputs and textareas */
form input,
form textarea {
  font-family: 'Poppins', sans-serif;
  width: 96%;
  padding: 6px;
  margin-top: 3px; /* Reduced margin-top */
  margin-bottom: 6px; /* Added margin-bottom for some space between fields */
  border-radius: 5px;
  background-color: #f0f0f0;
  border: 2px solid black;
  font-size: 12px;
  color: black;
  transition: all 0.3s ease; /* Add transition for inputs */
}

/* Optional: Remove excessive gap between textarea and button, if applicable */
form textarea {
  margin-bottom: 8px; /* Adjust space below the textarea */
}

#cv-upload {
  width: 105%;	
  padding: 10px; /* Reduced padding */
  border-radius: 6px;
  position: relative;
  top: 0px;
  right: 85px;
  transform: scale(0.85); /* More compact form size */
  text-shadow: none;
  transition: all 0.3s ease; /* Smooth transition for form hover */
  scale: 100%; /* Adjusted scale for better fit */
  height: 50vh; /* Set fixed height to ensure it fits within the viewport */
  display: flex; /* Flexbox for better alignment */
  flex-direction: column; /* Arrange children vertically */
  justify-content: space-between; /* Ensure space between form elements */
}

#cv-upload label {
  font-family: 'Poppins', sans-serif;
  display: block;
  font-size: 12px;
  color: black;
  margin-bottom: 3px;
  margin-top: 0px;
  font-weight: bold;
  transition: color 0.3s ease;
}

#cv-upload input,
#cv-upload textarea {
  font-family: 'Poppins', sans-serif;
  width: 95%;
  padding: 6px;
  margin-top: 0px;
  margin-bottom: 0px;
  border-radius: 5px;
  background-color: #f0f0f0;
  border: 2px solid black;
  font-size: 12px;
  color: black;
  transition: all 0.3s ease;
 }

 .contact-right {
    flex: 1;
    padding: 20px;
    border-radius: 8px;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: -65px;   /* Adjusted to better fit landscape */
    margin-left: 0px;   /* Adjusted for landscape width */
  }

  .contact-right p {
    font-size: 28px; /* Smaller font */
    font-family: 'Poppins', sans-serif;
    color: black;
    line-height: 1.5; /* Slightly reduced line spacing */
    max-width: 875px; /* Narrower max width */
    text-align: left;
    text-shadow: none !important;
    opacity: 0;
    transform: scale(0.95); /* Slightly smaller scale */
    animation: fadeInScale 1.5s ease-out forwards;
    transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
}

.contact-right h5 {
    font-size: 36px; /* Smaller font size */
    font-family: 'Poppins', sans-serif;
    color: black;
    margin-bottom: 10px; /* Reduced margin */
    text-shadow: none !important;
    animation: fadeLoop 2s ease-in-out infinite;
}

.contact-heading-wrapper i {
    font-size: 60px;
    color: #008080;
    margin-left: 20px;
    margin-top: -24px;
}

.contact-right1 {
    flex: 1;
    padding: 20px;
    border-radius: 8px;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 0px;   /* Adjusted to better fit landscape */
    margin-left: 0px;   /* Adjusted for landscape width */
  }

  .contact-right1 p {
    font-size: 28px; /* Smaller font */
    font-family: 'Poppins', sans-serif;
    color: black;
    line-height: 1.5; /* Slightly reduced line spacing */
    max-width: 875px; /* Narrower max width */
    text-align: left;
    text-shadow: none !important;
    opacity: 0;
    transform: scale(0.95); /* Slightly smaller scale */
    animation: fadeInScale 1.5s ease-out forwards;
    transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
}

.contact-right1 h5 {
    font-size: 36px; /* Smaller font size */
    font-family: 'Poppins', sans-serif;
    color: black;
    margin-bottom: 10px; /* Reduced margin */
    text-shadow: none !important;
    animation: fadeLoop 2s ease-in-out infinite;
}

.contact-heading-wrapper1 i {
    font-size: 60px;
    color: #008080;
    margin-left: 20px;
    margin-top: -24px;
}


}

@media (min-width: 520px) and (max-width: 768px) and (orientation: portrait) {
     #jobs header h1 {
    font-size: 2.4rem; /* Even smaller font size for the header */
    position: absolute;
    left: 60px;
    top: -10px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    color: black;
    text-transform: none;
    line-height: 1.2;
    letter-spacing: 0.3px;
    text-shadow: none;
    max-width: 90%; /* Adjusted width to give more space */
  }



  /* Style the search bar container */
.job-search-container {
  position: absolute; /* Make it absolute to position it relative to the parent container */
  top: 6%; /* Moves the search bar 20% down the page, adjust this value to move it up or down */
  left: -10px; /* Aligns the search bar to the left side with some margin */
  width: 70%; /* Makes it span the width of the page */
  max-width: 385px;
  text-align: left; /* Aligns the text to the left */
  padding-left: 20px; /* Adds some padding for better spacing */
  transform: scale(0.72); /* No scaling needed for mobile */
}

/* Style the search input field */
.job-search {
  padding: 12px 20px;
  font-size: 1rem;
  border: 2px solid #ddd; /* Original border */
  border-radius: 25px;
  width: 100%;
  max-width: 500px;
  background-color: #f9f9f9;
  color: #333;
  transition: all 0.3s ease;
  outline: 2px solid black; /* Adding an outline around the search field */
}

.filters-container {
  display: flex;
  margin-top: 95px; /* Increase margin to move down */
  margin-left: 225px; /* Push to the right */
  margin-right: 0; /* Ensure it aligns to the right */
  transform: scale(0.52); /* No scaling needed for mobile */
}
	
.job-filter {

  padding: 10px;
  font-size: 1.1rem;
  font-family: 'Poppins', sans-serif;
  border: 2px solid black;
  border-radius: 10px;
  width: 200px;
  background-color: white;
  top: 50px;
}

.job-filter option {
  background-color: white;  /* Background color for dropdown items */
  color: black;             /* Text color */
  font-size: 12px;          /* Adjust font size */
  padding: 2px;             /* Space inside options */
}

/* Highlight the hovered option */
.job-filter option:hover {
  background-color: #00bfae; /* Highlight color */
  color: white;
}

.job-item {
  font-family: 'Poppins', sans-serif;
  background-color: rgba(255, 255, 255, 0.35);
  border: 2px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-top: 0px; /* Reduce margin-top to move items closer vertically */
  padding: 15px;
  width: calc(100% - 55px); /* Reduce width on the right */
  margin-right: 12px; /* Reduce space on the right side */
  margin-left: -35px; /* Move the job item to the left */
  height: calc(100% - 25%); /* Reduce height from top to bottom */

}

 .job-description {
    display: none;
  }



.job-main-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); /* Dynamic grid */
  gap: 0px;
  margin-top: 0px;
  max-width: 1800px;
  overflow-y: auto; /* Enable vertical scrolling */
  height: 710px; /* Fixed height so content overflows and scrolls */
  padding: 45px;
  padding-top: 2px; /* Adjust top padding */
  box-sizing: borderbox;
}

.job-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.job-item h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 0.95rem;
  color: black;
  margin-bottom: 10px;
  font-weight: bold;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.job-item p {
  font-family: 'Poppins', sans-serif;
  font-size: 0.75rem;
  color: black;
  margin-bottom: 8px;
  text-shadow: none;
}

.job-item p strong {
  font-weight: bold;
}

.job-item p:last-child {
  margin-bottom: 0;
}

    .apply-btn {
        font-family: 'Poppins', sans-serif;
        padding: 4px 20px;
        background-color: #008080;
        color: white;
        font-size: 12px;
        border: 2px solid white;
        border-radius: 5px;
        cursor: pointer;
        transition: transform 0.2s ease, background-color 0.3s ease;
        font-weight: bold;
        text-decoration: none;
        display: inline-block;
        position: relative;
        top: -6px;
    }

.apply-btn:hover {
  background-color: #008080; /* Slightly darker shade for hover effect */
  transform: scale(1.08); /* Makes the button scale up */
}

.apply-btn:active {
  transform: scale(1.1);
  background-color: #006666;
}

.apply-btn2 {
        font-family: 'Poppins', sans-serif;
        padding: 4px 20px;
        background-color: black;
        color: white;
        font-size: 12px;
        border: 2px solid white;
        border-radius: 5px;
        cursor: pointer;
        transition: transform 0.2s ease, background-color 0.3s ease;
        font-weight: bold;
        text-decoration: none;
        display: inline-block;
        position: relative;
        top: -5px;
    }

.apply-btn2:hover {
  background-color: black;
  transform: scale(1.08);
}

.apply-btn2:active {
  transform: scale(1.1);
  background-color: #006666;
 }
}

@media (min-width: 770px) and (max-width: 820px) and (orientation: portrait) {
     #jobs header h1 {
    font-size: 2.4rem; /* Even smaller font size for the header */
    position: absolute;
    left: 60px;
    top: -10px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    color: black;
    text-transform: none;
    line-height: 1.2;
    letter-spacing: 0.3px;
    text-shadow: none;
    max-width: 90%; /* Adjusted width to give more space */
  }

  /* Style the search bar container */
.job-search-container {
  position: absolute; /* Make it absolute to position it relative to the parent container */
  top: 6%; /* Moves the search bar 20% down the page, adjust this value to move it up or down */
  left: -10px; /* Aligns the search bar to the left side with some margin */
  width: 70%; /* Makes it span the width of the page */
  max-width: 385px;
  text-align: left; /* Aligns the text to the left */
  padding-left: 20px; /* Adds some padding for better spacing */
  transform: scale(0.72); /* No scaling needed for mobile */
}

/* Style the search input field */
.job-search {
  padding: 12px 20px;
  font-size: 1rem;
  border: 2px solid #ddd; /* Original border */
  border-radius: 25px;
  width: 100%;
  max-width: 500px;
  background-color: #f9f9f9;
  color: #333;
  transition: all 0.3s ease;
  outline: 2px solid black; /* Adding an outline around the search field */
}

.filters-container {
  display: flex;
  margin-top: 100px; /* Increase margin to move down */
  margin-left: 275px; /* Push to the right */
  margin-right: 0; /* Ensure it aligns to the right */
  transform: scale(0.52); /* No scaling needed for mobile */
}
	
.job-filter {

  padding: 10px;
  font-size: 1.1rem;
  font-family: 'Poppins', sans-serif;
  border: 2px solid black;
  border-radius: 10px;
  width: 200px;
  background-color: white;
  top: 50px;
}

.job-filter option {
  background-color: white;  /* Background color for dropdown items */
  color: black;             /* Text color */
  font-size: 12px;          /* Adjust font size */
  padding: 2px;             /* Space inside options */
}

/* Highlight the hovered option */
.job-filter option:hover {
  background-color: #00bfae; /* Highlight color */
  color: white;
}

.job-item {
  font-family: 'Poppins', sans-serif;
  background-color: rgba(255, 255, 255, 0.35);
  border: 2px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-top: 0px; /* Reduce margin-top to move items closer vertically */
  padding: 15px;
  width: calc(100% - 55px); /* Reduce width on the right */
  margin-right: 12px; /* Reduce space on the right side */
  margin-left: -35px; /* Move the job item to the left */
  height: calc(100% - 25%); /* Reduce height from top to bottom */

}

 .job-description {
    display: none;
  }



.job-main-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); /* Dynamic grid */
  gap: 0px;
  margin-top: 0px;
  max-width: 1800px;
  overflow-y: auto; /* Enable vertical scrolling */
  height: 710px; /* Fixed height so content overflows and scrolls */
  padding: 45px;
  padding-top: 2px; /* Adjust top padding */
  box-sizing: borderbox;
}

.job-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.job-item h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 0.95rem;
  color: black;
  margin-bottom: 10px;
  font-weight: bold;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.job-item p {
  font-family: 'Poppins', sans-serif;
  font-size: 0.75rem;
  color: black;
  margin-bottom: 8px;
  text-shadow: none;
}

.job-item p strong {
  font-weight: bold;
}

.job-item p:last-child {
  margin-bottom: 0;
}

    .apply-btn {
        font-family: 'Poppins', sans-serif;
        padding: 4px 20px;
        background-color: #008080;
        color: white;
        font-size: 12px;
        border: 2px solid white;
        border-radius: 5px;
        cursor: pointer;
        transition: transform 0.2s ease, background-color 0.3s ease;
        font-weight: bold;
        text-decoration: none;
        display: inline-block;
        position: relative;
        top: -6px;
    }

.apply-btn:hover {
  background-color: #008080; /* Slightly darker shade for hover effect */
  transform: scale(1.08); /* Makes the button scale up */
}

.apply-btn:active {
  transform: scale(1.1);
  background-color: #006666;
}

.apply-btn2 {
        font-family: 'Poppins', sans-serif;
        padding: 4px 20px;
        background-color: black;
        color: white;
        font-size: 12px;
        border: 2px solid white;
        border-radius: 5px;
        cursor: pointer;
        transition: transform 0.2s ease, background-color 0.3s ease;
        font-weight: bold;
        text-decoration: none;
        display: inline-block;
        position: relative;
        top: -5px;
    }

.apply-btn2:hover {
  background-color: black;
  transform: scale(1.08);
}

.apply-btn2:active {
  transform: scale(1.1);
  background-color: #006666;
 }
}



@media (min-width: 826px) and (max-width: 1400px) and (orientation: portrait) {
     #jobs header h1 {
    font-size: 3.2rem; /* Even smaller font size for the header */
    position: absolute;
    left: 60px;
    top: -10px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    color: black;
    text-transform: none;
    line-height: 1.2;
    letter-spacing: 0.3px;
    text-shadow: none;
    max-width: 90%; /* Adjusted width to give more space */
  }

  /* Style the search bar container */
.job-search-container {
  position: absolute; /* Make it absolute to position it relative to the parent container */
  top: 5%; /* Moves the search bar 20% down the page, adjust this value to move it up or down */
  left: -10px; /* Aligns the search bar to the left side with some margin */
  width: 70%; /* Makes it span the width of the page */
  max-width: 385px;
  text-align: left; /* Aligns the text to the left */
  padding-left: 20px; /* Adds some padding for better spacing */
  transform: scale(0.72); /* No scaling needed for mobile */
}

/* Style the search input field */
.job-search {
  padding: 12px 20px;
  font-size: 1rem;
  border: 2px solid #ddd; /* Original border */
  border-radius: 25px;
  width: 100%;
  max-width: 500px;
  background-color: #f9f9f9;
  color: #333;
  transition: all 0.3s ease;
  outline: 2px solid black; /* Adding an outline around the search field */
}

.filters-container {
  display: flex;
  margin-top: 95px; /* Increase margin to move down */
  margin-left: 420px; /* Push to the right */
  margin-right: 0; /* Ensure it aligns to the right */
  transform: scale(0.62); /* No scaling needed for mobile */
}
	
.job-filter {

  padding: 10px;
  font-size: 1.1rem;
  font-family: 'Poppins', sans-serif;
  border: 2px solid black;
  border-radius: 10px;
  width: 200px;
  background-color: white;
  top: 50px;
}

.job-filter option {
  background-color: white;  /* Background color for dropdown items */
  color: black;             /* Text color */
  font-size: 12px;          /* Adjust font size */
  padding: 2px;             /* Space inside options */
}

/* Highlight the hovered option */
.job-filter option:hover {
  background-color: #00bfae; /* Highlight color */
  color: white;
}

.job-item {
  font-family: 'Poppins', sans-serif;
  background-color: rgba(255, 255, 255, 0.35);
  border: 2px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-top: 0px; /* Reduce margin-top to move items closer vertically */
  padding: 15px;
  width: calc(100% - 55px); /* Reduce width on the right */
  margin-right: 12px; /* Reduce space on the right side */
  margin-left: -35px; /* Move the job item to the left */
  height: calc(100% - 25%); /* Reduce height from top to bottom */

}

 .job-description {
    display: none;
  }


.job-main-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); /* Dynamic grid */
  gap: 0px;
  margin-top: 0px;
  max-width: 1800px;
  overflow-y: auto; /* Enable vertical scrolling */
  height: 1000px; /* Fixed height so content overflows and scrolls */
  padding: 45px;
  padding-top: 2px; /* Adjust top padding */
  box-sizing: borderbox;
}

.job-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.job-item h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 0.95rem;
  color: black;
  margin-bottom: 10px;
  font-weight: bold;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.job-item p {
  font-family: 'Poppins', sans-serif;
  font-size: 0.75rem;
  color: black;
  margin-bottom: 8px;
  text-shadow: none;
}

.job-item p strong {
  font-weight: bold;
}

.job-item p:last-child {
  margin-bottom: 0;
}

    .apply-btn {
        font-family: 'Poppins', sans-serif;
        padding: 4px 20px;
        background-color: #008080;
        color: white;
        font-size: 12px;
        border: 2px solid white;
        border-radius: 5px;
        cursor: pointer;
        transition: transform 0.2s ease, background-color 0.3s ease;
        font-weight: bold;
        text-decoration: none;
        display: inline-block;
        position: relative;
        top: -6px;
    }

.apply-btn:hover {
  background-color: #008080; /* Slightly darker shade for hover effect */
  transform: scale(1.08); /* Makes the button scale up */
}

.apply-btn:active {
  transform: scale(1.1);
  background-color: #006666;
}

.apply-btn2 {
        font-family: 'Poppins', sans-serif;
        padding: 4px 20px;
        background-color: black;
        color: white;
        font-size: 12px;
        border: 2px solid white;
        border-radius: 5px;
        cursor: pointer;
        transition: transform 0.2s ease, background-color 0.3s ease;
        font-weight: bold;
        text-decoration: none;
        display: inline-block;
        position: relative;
        top: -5px;
    }

.apply-btn2:hover {
  background-color: black;
  transform: scale(1.08);
}

.apply-btn2:active {
  transform: scale(1.1);
  background-color: #006666;
 }
}

@media (width: 912px) and (height: 1368px) and (orientation: portrait) {
    .filters-container {
  display: flex;
  margin-top: 95px; /* Increase margin to move down */
  margin-left: 335px; /* Push to the right */
  margin-right: 0; /* Ensure it aligns to the right */
  transform: scale(0.62); /* No scaling needed for mobile */
}

        #menu {
    
    margin-left: -535px;
    margin-top: 30px; /* Add or increase this to move it down */
}

    #menu .dropdown {
        margin-left: auto;
        position: relative;
        left: 40%; /* Adjusted so it doesn’t break in landscape */
        top: 6%;
    }


        .text-section p {
        font-size: 1.2rem;
        color: #222;
        line-height: 1.8;
        margin-bottom: 10px;
        font-family: 'Poppins', sans-serif;
        position: absolute;
        width: 72%;
        opacity: 0.9;
        position: absolute;
        bottom: 75%;
        right: 18%;
        opacity: 0;
        transition: opacity 2.4s ease-in-out;
        overflow: hidden;
        display: inline-block;
        text-shadow: none;
    }

        .cta-button {
        font-family: 'Poppins', sans-serif;
        padding: 8px 12px;
        background-color: #008080;
        color: white;
        text-decoration: none;
        border-radius: 50px;
        font-size: 1.1rem;
        font-weight: 450;
        letter-spacing: 1px;
        text-transform: none;
        transition: all 0.3s ease-out;
        box-shadow: 0 6px 15px rgba(0, 123, 255, 0.4), 0 2px 8px rgba(0, 123, 255, 0.2);
        border: 0.5 px solid transparent;
        position: relative;
        display: inline-block;
        cursor: pointer;
        margin-bottom: 30px;
        width: 50%;
        text-align: center;
        box-sizing: border-box;
        border-radius: 50px;
        backdrop-filter: blur(8px);
        background-image: linear-gradient(45deg, #008080, #000000);
        background-size: 200% 200%;
        right: 98%;
        top: 300%;
        visibility: hidden;
        transition: opacity 2.4s ease-in-out;
    }

        .cta-button2 {
        font-family: 'Poppins', sans-serif;
        padding: 8px 12px;
        background-color: #008080;
        color: white;
        text-decoration: none;
        border-radius: 50px;
        font-size: 1.1rem;
        font-weight: 450;
        letter-spacing: 1px;
        text-transform: none;
        transition: all 0.3s ease-out;
        box-shadow: 0 6px 15px rgba(0, 123, 255, 0.4), 0 2px 8px rgba(0, 123, 255, 0.2);
        border: 0.5 px solid transparent;
        position: relative;
        display: inline-block;
        cursor: pointer;
        margin-bottom: 30px;
        width: 170px;
        text-align: center;
        box-sizing: border-box;
        border-radius: 50px;
        backdrop-filter: blur(8px);
        background-image: linear-gradient(45deg, #008080, #000000);
        background-size: 200% 200%;
        left: 75%;
        bottom: 32%;
        visibility: hidden;
        transition: opacity 2.4s ease-in-out;
    }

        .home-search-container input {
        position: absolute;
        width: 285px;
        padding: 5px;
        font-size: 0.8rem;
        top: 295px;
        left: 100px;
        text-transform: none;
    }

        .home-search-container button {
        position: absolute;
        padding: 5px 10px;
        background-color: #007bff;
        color: white;
        border: none;
        cursor: pointer;
        font-family: 'Poppins', sans-serif;
        font-size: 0.9rem;
        font-weight: 50;
        text-transform: none;
        border-radius: 30px;
        box-shadow: 0 4px 8px rgba(0, 123, 255, 0.2);
        transition: all 0.3s ease;
        top: 292.5px;
        left: 435px;
    }

        .btn1, .btn2 {
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
        color: white;
        padding: 6px 12px;
        font-size: 15px;
        border-radius: 50px;
        border: none;
        outline: none;
        display: inline-block;
        cursor: pointer;
        text-decoration: none;
        transition: all 0.3s ease-in-out;
        position: relative;
        overflow: hidden;
        box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
        top: -17.5px;
        right: -280px;
        margin-bottom: 5px;
        margin-right: -10px;
    }

        .contact-info h3 {
        font-family: 'Poppins', sans-serif;
        text-align: center;
        font-size: 16px;
        margin-bottom: 10px;
        color: white;
        position: relative;
        top: 5px;
        right: 116.5px;
        text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.35);
        transition: all 0.3s ease;
    }

        .contact-info p {
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        color: black;
        text-align: center;
        position: relative;
        top: -27px;
        right: -18px;
        font-weight: bold;
        text-shadow: none;
        transition: all 0.3s ease;
    }

        #cv-upload {
        width: 106%;
        padding: 10px;
        border-radius: 6px;
        position: relative;
        right: 100px;
        top: 0px;
        transform: scale(0.85);
        text-shadow: none;
        transition: all 0.3s ease;
        scale: 100%;
        height: 50vh;
        display: flex
;
        flex-direction: column;
        justify-content: space-between;
    }

       .contact-right {
        flex: 1;
        padding: 20px;
        border-radius: 8px;
        text-align: left;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        margin-top: -50px;
        margin-left: -20px;
    }

        .contact-right h5 {
        font-size: 36px;
        font-family: 'Poppins', sans-serif;
        color: black;
        margin-bottom: 10px;
        text-shadow: none !important;
        animation: fadeLoop 2s ease-in-out infinite;
    }

        .contact-right p {
        font-size: 24px;
        font-family: 'Poppins', sans-serif;
        color: black;
        line-height: 1.5;
        max-width: 800px;
        text-align: left;
        text-shadow: none !important;
        opacity: 0;
        transform: scale(0.95);
        animation: fadeInScale 1.5s ease-out forwards;
        transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
    }

        .contact-heading-wrapper i {
        font-size: 58px;
        color: #008080;
        margin-left: 20px;
        margin-top: -24px;
    }

      .contact-right1 {
        flex: 1;
        padding: 20px;
        border-radius: 8px;
        text-align: left;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        margin-top: 0px;
        margin-left: -20px;
    }

        .contact-right1 h5 {
        font-size: 36px;
        font-family: 'Poppins', sans-serif;
        color: black;
        margin-bottom: 10px;
        text-shadow: none !important;
        animation: fadeLoop 2s ease-in-out infinite;
    }

        .contact-right1 p {
        font-size: 24px;
        font-family: 'Poppins', sans-serif;
        color: black;
        line-height: 1.5;
        max-width: 800px;
        text-align: left;
        text-shadow: none !important;
        opacity: 0;
        transform: scale(0.95);
        animation: fadeInScale 1.5s ease-out forwards;
        transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
    }

        .contact-heading-wrapper1 i {
        font-size: 58px;
        color: #008080;
        margin-left: 20px;
        margin-top: -24px;
    }

}

@media (width: 540px) and (height: 720px) and (orientation: portrait) {
        .cta-button {
        right: 112%;
    }

.cta-button2 {
    left: 95%;
}

    .home-search-container input {
        top: 245px;
    }

    .home-search-container button {
        top: 242.5px;
        left: 310px;
    }

        .circle-img1 {
        transform: translateX(310%) translateY(-35px);
    }

    .circle-img {
        transform: translateX(210%) translateY(190px);
    }

        .circle-img2 {
        transform: translateX(275%) translateY(-35px);
    }

        .blackBorder {
        left: 135px;
    }

    #menu {
    margin-left: -200px;
}

    .contact-info h3 {
        right: 75.5px;
    }

        .contact-info p {
        right: -32px;
    }

        .filters-container {
  display: flex;
  margin-top: 120px; /* Increase margin to move down */
  margin-left: -175px; /* Push to the right */
  margin-right: 0; /* Ensure it aligns to the right */
  transform: scale(0.48); /* No scaling needed for mobile */
}

.job-search-container {
        top: 7%;
    }

}

@media (width: 344px) and (height: 882px) and (orientation: portrait) {
   
#menu {
    margin-left: -314px;
}

    .cta-button {
        right: 92%;
    }

    .cta-button2 {
        left: 120%;
    }

    .home-search-container input {
        left: 50px;
    }

    .circle-img1 {
        transform: translateX(360%) translateY(-35px);
    }

    .circle-img {
        transform: translateX(260%) translateY(190px);
    }

    .circle-img2 {
        transform: translateX(325%) translateY(-35px);
    }

        .btn1, .btn2 {
            right: -135px;
    }

        .contact-info h3 {
            right: 50.5px;
    }

        .contact-info p {
        right: -56px;
    }

    .jobs-container {
    padding: 5px 30px;

}

    .job-search {
        width: 116%;

    }

        .job-search-container {
        left: -21px;
                top: 5%;

    }

            .filters-container {
  display: flex;
  margin-top: 120px; /* Increase margin to move down */
  margin-left: -110px; /* Push to the right */
  margin-right: 0; /* Ensure it aligns to the right */
  transform: scale(0.47); /* No scaling needed for mobile */
}

.btn3, .btn4, .btn5 {
        right: -40px;
    }

}

@media (width: 853px) and (height: 1280px) and (orientation: portrait) {
 

   .filters-container {
  display: flex;
  margin-top: 95px; /* Increase margin to move down */
  margin-left: 270px; /* Push to the right */
  margin-right: 0; /* Ensure it aligns to the right */
  transform: scale(0.62); /* No scaling needed for mobile */
}

        #menu {
    
    margin-left: -535px;
    margin-top: 30px; /* Add or increase this to move it down */
}

    #menu .dropdown {
        margin-left: auto;
        position: relative;
        left: 14%; /* Adjusted so it doesn’t break in landscape */
        top: 6%;
    }


        .text-section p {
        font-size: 1.2rem;
        color: #222;
        line-height: 1.8;
        margin-bottom: 10px;
        font-family: 'Poppins', sans-serif;
        position: absolute;
        width: 72%;
        opacity: 0.9;
        position: absolute;
        bottom: 75%;
        right: 18%;
        opacity: 0;
        transition: opacity 2.4s ease-in-out;
        overflow: hidden;
        display: inline-block;
        text-shadow: none;
    }

        .cta-button {
        font-family: 'Poppins', sans-serif;
        padding: 8px 12px;
        background-color: #008080;
        color: white;
        text-decoration: none;
        border-radius: 50px;
        font-size: 1.1rem;
        font-weight: 450;
        letter-spacing: 1px;
        text-transform: none;
        transition: all 0.3s ease-out;
        box-shadow: 0 6px 15px rgba(0, 123, 255, 0.4), 0 2px 8px rgba(0, 123, 255, 0.2);
        border: 0.5 px solid transparent;
        position: relative;
        display: inline-block;
        cursor: pointer;
        margin-bottom: 30px;
        width: 50%;
        text-align: center;
        box-sizing: border-box;
        border-radius: 50px;
        backdrop-filter: blur(8px);
        background-image: linear-gradient(45deg, #008080, #000000);
        background-size: 200% 200%;
        right: 98%;
        top: 300%;
        visibility: hidden;
        transition: opacity 2.4s ease-in-out;
    }

        .cta-button2 {
        font-family: 'Poppins', sans-serif;
        padding: 8px 12px;
        background-color: #008080;
        color: white;
        text-decoration: none;
        border-radius: 50px;
        font-size: 1.1rem;
        font-weight: 450;
        letter-spacing: 1px;
        text-transform: none;
        transition: all 0.3s ease-out;
        box-shadow: 0 6px 15px rgba(0, 123, 255, 0.4), 0 2px 8px rgba(0, 123, 255, 0.2);
        border: 0.5 px solid transparent;
        position: relative;
        display: inline-block;
        cursor: pointer;
        margin-bottom: 30px;
        width: 170px;
        text-align: center;
        box-sizing: border-box;
        border-radius: 50px;
        backdrop-filter: blur(8px);
        background-image: linear-gradient(45deg, #008080, #000000);
        background-size: 200% 200%;
        left: 75%;
        bottom: 32%;
        visibility: hidden;
        transition: opacity 2.4s ease-in-out;
    }

        .home-search-container input {
        position: absolute;
        width: 285px;
        padding: 5px;
        font-size: 0.8rem;
        top: 295px;
        left: 100px;
        text-transform: none;
    }

        .home-search-container button {
        position: absolute;
        padding: 5px 10px;
        background-color: #007bff;
        color: white;
        border: none;
        cursor: pointer;
        font-family: 'Poppins', sans-serif;
        font-size: 0.9rem;
        font-weight: 50;
        text-transform: none;
        border-radius: 30px;
        box-shadow: 0 4px 8px rgba(0, 123, 255, 0.2);
        transition: all 0.3s ease;
        top: 292.5px;
        left: 435px;
    }

        .btn1, .btn2 {
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
        color: white;
        padding: 6px 12px;
        font-size: 15px;
        border-radius: 50px;
        border: none;
        outline: none;
        display: inline-block;
        cursor: pointer;
        text-decoration: none;
        transition: all 0.3s ease-in-out;
        position: relative;
        overflow: hidden;
        box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
        top: -17.5px;
        right: -257px;
        margin-bottom: 5px;
        margin-right: -10px;
    }

        .contact-info h3 {
        font-family: 'Poppins', sans-serif;
        text-align: center;
        font-size: 16px;
        margin-bottom: 10px;
        color: white;
        position: relative;
        top: 5px;
        right: 110.5px;
        text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.35);
        transition: all 0.3s ease;
    }

        .contact-info p {
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        color: black;
        text-align: center;
        position: relative;
        top: -27px;
        right: -24px;
        font-weight: bold;
        text-shadow: none;
        transition: all 0.3s ease;
    }

        #cv-upload {
        width: 106%;
        padding: 10px;
        border-radius: 6px;
        position: relative;
        right: 100px;
        top: 0px;
        transform: scale(0.85);
        text-shadow: none;
        transition: all 0.3s ease;
        scale: 100%;
        height: 50vh;
        display: flex
;
        flex-direction: column;
        justify-content: space-between;
    }

       .contact-right {
        flex: 1;
        padding: 20px;
        border-radius: 8px;
        text-align: left;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        margin-top: -50px;
        margin-left: -35px;
    }

        .contact-right h5 {
        font-size: 32px;
        font-family: 'Poppins', sans-serif;
        color: black;
        margin-bottom: 10px;
        text-shadow: none !important;
        animation: fadeLoop 2s ease-in-out infinite;
    }

        .contact-right p {
        font-size: 20px;
        font-family: 'Poppins', sans-serif;
        color: black;
        line-height: 1.5;
        max-width: 800px;
        text-align: left;
        text-shadow: none !important;
        opacity: 0;
        transform: scale(0.95);
        animation: fadeInScale 1.5s ease-out forwards;
        transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
    }

        .contact-heading-wrapper i {
        font-size: 52px;
        color: #008080;
        margin-left: 20px;
        margin-top: -24px;
    }

      .contact-right1 {
        flex: 1;
        padding: 20px;
        border-radius: 8px;
        text-align: left;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        margin-top: 0px;
        margin-left: -35px;
    }

        .contact-right1 h5 {
        font-size: 32px;
        font-family: 'Poppins', sans-serif;
        color: black;
        margin-bottom: 10px;
        text-shadow: none !important;
        animation: fadeLoop 2s ease-in-out infinite;
    }

        .contact-right1 p {
        font-size: 20px;
        font-family: 'Poppins', sans-serif;
        color: black;
        line-height: 1.5;
        max-width: 800px;
        text-align: left;
        text-shadow: none !important;
        opacity: 0;
        transform: scale(0.95);
        animation: fadeInScale 1.5s ease-out forwards;
        transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
    }

        .contact-heading-wrapper1 i {
        font-size: 58px;
        color: #008080;
        margin-left: 20px;
        margin-top: -24px;
    }

}

@media (min-width: 1280px) and (min-height: 800px) and (max-width: 1280px) and (max-height: 800px) {
   /* Text Section */
.text-section h1 {
  text-align: left;
  font-family: 'Poppins', sans-serif;
  font-size: 3.2rem;
  margin-bottom: 30px;
  color: black;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.5px;
  position: absolute;
  bottom: calc(70.5% + 100px);
  left: 21%;
  transition: all 0.3s ease;
  max-width: 90vw;
  text-shadow: none;
}

.text-section p {
  font-size: 0.92rem;
  color: #222;
  line-height: 1.6;
  margin-bottom: 10px;
  font-family: 'Poppins', sans-serif;
  position: absolute;
  width: 60%;
  bottom: calc(59% + 100px);
  right: 18.5%;
  opacity: 0;
  transition: opacity 2.4s ease-in-out;
  overflow: hidden;
  display: inline-block;
  text-shadow: none;
}

/* CTA Buttons */
.cta-button {
  font-family: 'Poppins', sans-serif;
  padding: 6px 10px;
  background-color: #008080;
  color: white;
  border-radius: 50px;
  font-size: 0.95rem;
  font-weight: 450;
  letter-spacing: 1px;
  text-transform: none;
  box-shadow: 0 6px 15px rgba(0, 123, 255, 0.4), 0 2px 8px rgba(0, 123, 255, 0.2);
  border: 0.5px solid transparent;
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 30px;
  width: 32%;
  text-align: center;
  box-sizing: border-box;
  backdrop-filter: blur(8px);
  background-image: linear-gradient(45deg, #008080, #000000);
  background-size: 200% 200%;
  right: 70%;
  top: calc(375% - 100px);
  visibility: hidden;
  transition: opacity 2.4s ease-in-out;
}

.cta-button2 {
  font-family: 'Poppins', sans-serif;
  padding: 6px 10px;
  background-color: #008080;
  color: white;
  border-radius: 50px;
  font-size: 0.95rem;
  font-weight: 450;
  letter-spacing: 1px;
  text-transform: none;
  box-shadow: 0 6px 15px rgba(0, 123, 255, 0.4), 0 2px 8px rgba(0, 123, 255, 0.2);
  border: 0.5px solid transparent;
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 30px;
  width: 160px;
  text-align: center;
  box-sizing: border-box;
  backdrop-filter: blur(8px);
  background-image: linear-gradient(45deg, #008080, #000000);
  background-size: 200% 200%;
  left: 80%;
  bottom: 37%;
  visibility: hidden;
  transition: opacity 2.4s ease-in-out;
}

.cta-button i, .cta-button2 i {
  position: relative;
  top: 0px;
  right: 0px;
}

/* Home Search */
.home-search-container {
  position: absolute;
  top: calc(20px - 100px);
  left: 35px;
}

.home-search-container input {
  position: absolute;
  width: 285px;
  padding: 5px;
  font-size: 0.7rem;
  top: calc(310px - 100px);
  left: 240px;
  text-transform: none;
}

.home-search-container button {
  position: absolute;
  padding: 5px 10px;
  background-color: #007bff;
  color: white;
  border: none;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
  font-size: 0.8rem;
  font-weight: 50;
  text-transform: none;
  border-radius: 30px;
  box-shadow: 0 4px 8px rgba(0, 123, 255, 0.2);
  top: calc(308px - 100px);
  left: 560px;
}

/* Images */
.circle-img {
  transform: translateX(290%) translateY(-35px); /* was 300px */
}

.circle-img1 {
  transform: translateX(275%) translateY(-35px); /* was 300px */
}

.circle-img2 {
  transform: translateX(305%) translateY(-35px); /* was 300px */
}

.image-container {
  transform: translateX(-100%) translateY(0px) scale(0.5); /* was -100px */
}

	.icologo {
        width: 200px;
        height: 200px;
        margin-top: 350px;
        margin-left: -385px;
        position: unset;

}

/* Job Listings (Assuming this is it — adjust selector if needed) */
.job-listing {
  position: relative;
  top: calc(-100px); /* or adjust based on its original position */
}

    .quote-box {
        font-size: 11px;  
    }

    .contact-info1 p,
.contact-info1 h3 {
  display: none !important;
}

     #contact header h1 {
    font-size: 3rem;
    position: absolute;
    left: 35px;
    top: 10px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    color: black;
    text-transform: none;
    line-height: 1.2;
    letter-spacing: 0.3px;
    text-shadow: none;
    max-width: 80%;
  }

  .btn1, .btn2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: white;
    padding: 8px 16px;
    font-size: 18px;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    position: relative;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
    margin: 0 -2px;
    top: 0px;
    right: -450px;
  }

  .send-message-title {
    font-family: 'Poppins', sans-serif;
    font-size: 1.65rem;
    margin-bottom: 30px;
    color: black;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.35px;
    position: absolute;
    top: 35px;
    left: 120px;
    text-shadow: 2px 2px 3px rgba(255, 255, 255, 0.8), -2px -2px 3px rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
  }

  .send-message-title1 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.65rem;
    margin-bottom: 30px;
    color: black;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.35px;
    position: absolute;
    top: 35px;
    left: 98px;
    text-shadow: 2px 2px 3px rgba(255, 255, 255, 0.8), -2px -2px 3px rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
  }


  .contact-info h3 {
    font-family: 'Poppins', sans-serif;
    text-align: center;
    font-size: 18px;
    margin-bottom: 8px;
    color: white;
    position: relative;
    top: 60px;
    right: 154px;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
  }

  .contact-info p {
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    color: black;
    text-align: center;
    position: relative;
    top: 26px;
    right: 5px;
    font-weight: bold;
    text-shadow: none;
  }

  form {
  width: 46%;
  padding: 12px;
  border-radius: 8px;
  position: relative;
  top: -20px;
  right: 10px;
  transform: scale(1);
  text-shadow: none;
  transition: all 0.3s ease;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;

}

form button {
    width: 100%;
   
}

form:hover {
  transform: scale(1) !important;
}

form label {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: black;
  font-weight: bold;
  margin: 0px 0;
  transition: color 0.3s ease;
}

form input,
form textarea {
  font-family: 'Poppins', sans-serif;
  width: 97%;
  padding: 4px;
  border-radius: 5px;
  background-color: #f0f0f0;
  border: 2px solid black;
  font-size: 13px;
  color: black;
  transition: all 0.3s ease;
  margin-bottom: 10px;
}

 .contact-right {
    flex: 1;
    padding: 20px;
    border-radius: 8px;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: -535px;   /* Adjusted to better fit landscape */
    margin-left: 685px;   /* Adjusted for landscape width */
  }

  .contact-right p {
    font-size: 18px; /* Smaller font */
    font-family: 'Poppins', sans-serif;
    color: black;
    line-height: 1.5; /* Slightly reduced line spacing */
    max-width: 400px; /* Narrower max width */
    text-align: left;
    text-shadow: none !important;
    opacity: 0;
    transform: scale(0.95); /* Slightly smaller scale */
    animation: fadeInScale 1.5s ease-out forwards;
    transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
}

.contact-right h5 {
    font-size: 26px; /* Smaller font size */
    font-family: 'Poppins', sans-serif;
    color: black;
    margin-bottom: 10px; /* Reduced margin */
    text-shadow: none !important;
    animation: fadeLoop 2s ease-in-out infinite;
}

.contact-heading-wrapper i {
    font-size: 52px;
    color: #008080;
    margin-left: 20px;
    margin-top: -24px;
}

.contact-right1 {
    flex: 1;
    padding: 20px;
    border-radius: 8px;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: -535px;   /* Adjusted to better fit landscape */
    margin-left: 685px;   /* Adjusted for landscape width */
  }

  .contact-right1 p {
    font-size: 18px; /* Smaller font */
    font-family: 'Poppins', sans-serif;
    color: black;
    line-height: 1.5; /* Slightly reduced line spacing */
    max-width: 400px; /* Narrower max width */
    text-align: left;
    text-shadow: none !important;
    opacity: 0;
    transform: scale(0.95); /* Slightly smaller scale */
    animation: fadeInScale 1.5s ease-out forwards;
    transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
}

.contact-right1 h5 {
    font-size: 26px; /* Smaller font size */
    font-family: 'Poppins', sans-serif;
    color: black;
    margin-bottom: 10px; /* Reduced margin */
    text-shadow: none !important;
    animation: fadeLoop 2s ease-in-out infinite;
}

.contact-heading-wrapper1 i {
    font-size: 52px;
    color: #008080;
    margin-left: 20px;
    margin-top: -24px;
}



#cv-upload {
  width: 46%;
  padding: 12px;
  border-radius: 8px;
  position: relative;
  top: 45px;
  right: 37px;
  transform: scale(0.9);
  text-shadow: none;
  transition: all 0.3s ease;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

form:hover {
  transform: scale(0.9) !important;
}

#cv-upload label {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: black;
  font-weight: bold;
  margin: 0px 0;
  transition: color 0.3s ease;
}

#cv-upload input,
#cv-upload textarea {
  font-family: 'Poppins', sans-serif;
  width: 97%;
  padding: 7px;
  border-radius: 5px;
  background-color: #f0f0f0;
  border: 2px solid black;
  font-size: 13px;
  color: black;
  transition: all 0.3s ease;
  margin-bottom: 10px;
 }


}

@media (min-width: 1280px) and (min-height: 853px) and (max-width: 1280px) and (max-height: 853px) {

   /* Text Section */
.text-section h1 {
  text-align: left;
  font-family: 'Poppins', sans-serif;
  font-size: 3.2rem;
  margin-bottom: 30px;
  color: black;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.5px;
  position: absolute;
  bottom: calc(70.5% + 100px);
  left: 21%;
  transition: all 0.3s ease;
  max-width: 90vw;
  text-shadow: none;
}

.text-section p {
  font-size: 0.92rem;
  color: #222;
  line-height: 1.6;
  margin-bottom: 10px;
  font-family: 'Poppins', sans-serif;
  position: absolute;
  width: 60%;
  bottom: calc(59% + 100px);
  right: 18.5%;
  opacity: 0;
  transition: opacity 2.4s ease-in-out;
  overflow: hidden;
  display: inline-block;
  text-shadow: none;
}

/* CTA Buttons */
.cta-button {
  font-family: 'Poppins', sans-serif;
  padding: 6px 10px;
  background-color: #008080;
  color: white;
  border-radius: 50px;
  font-size: 0.95rem;
  font-weight: 450;
  letter-spacing: 1px;
  text-transform: none;
  box-shadow: 0 6px 15px rgba(0, 123, 255, 0.4), 0 2px 8px rgba(0, 123, 255, 0.2);
  border: 0.5px solid transparent;
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 30px;
  width: 32%;
  text-align: center;
  box-sizing: border-box;
  backdrop-filter: blur(8px);
  background-image: linear-gradient(45deg, #008080, #000000);
  background-size: 200% 200%;
  right: 70%;
  top: calc(375% - 100px);
  visibility: hidden;
  transition: opacity 2.4s ease-in-out;
}

.cta-button2 {
  font-family: 'Poppins', sans-serif;
  padding: 6px 10px;
  background-color: #008080;
  color: white;
  border-radius: 50px;
  font-size: 0.95rem;
  font-weight: 450;
  letter-spacing: 1px;
  text-transform: none;
  box-shadow: 0 6px 15px rgba(0, 123, 255, 0.4), 0 2px 8px rgba(0, 123, 255, 0.2);
  border: 0.5px solid transparent;
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 30px;
  width: 160px;
  text-align: center;
  box-sizing: border-box;
  backdrop-filter: blur(8px);
  background-image: linear-gradient(45deg, #008080, #000000);
  background-size: 200% 200%;
  left: 80%;
  bottom: 37%;
  visibility: hidden;
  transition: opacity 2.4s ease-in-out;
}

.cta-button i, .cta-button2 i {
  position: relative;
  top: 0px;
  right: 0px;
}

/* Home Search */
.home-search-container {
  position: absolute;
  top: calc(20px - 100px);
  left: 35px;
}

.home-search-container input {
  position: absolute;
  width: 285px;
  padding: 5px;
  font-size: 0.7rem;
  top: calc(310px - 100px);
  left: 240px;
  text-transform: none;
}

.home-search-container button {
  position: absolute;
  padding: 5px 10px;
  background-color: #007bff;
  color: white;
  border: none;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
  font-size: 0.8rem;
  font-weight: 50;
  text-transform: none;
  border-radius: 30px;
  box-shadow: 0 4px 8px rgba(0, 123, 255, 0.2);
  top: calc(308px - 100px);
  left: 560px;
}

/* Images */
.circle-img {
  transform: translateX(290%) translateY(-35px); /* was 300px */
}

.circle-img1 {
  transform: translateX(275%) translateY(-35px); /* was 300px */
}

.circle-img2 {
  transform: translateX(305%) translateY(-35px); /* was 300px */
}

.image-container {
  transform: translateX(-100%) translateY(0px) scale(0.5); /* was -100px */
}

	.icologo {
        width: 200px;
        height: 200px;
        margin-top: 350px;
        margin-left: -385px;
        position: unset;

}

/* Job Listings (Assuming this is it — adjust selector if needed) */
.job-listing {
  position: relative;
  top: calc(-100px); /* or adjust based on its original position */
}

    .quote-box {
        font-size: 11px;  
    }

    .contact-info1 p,
.contact-info1 h3 {
  display: none !important;
}

     #contact header h1 {
    font-size: 3rem;
    position: absolute;
    left: 35px;
    top: 10px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    color: black;
    text-transform: none;
    line-height: 1.2;
    letter-spacing: 0.3px;
    text-shadow: none;
    max-width: 80%;
  }

  .btn1, .btn2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: white;
    padding: 8px 16px;
    font-size: 18px;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    position: relative;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
    margin: 0 -2px;
    top: 0px;
    right: -450px;
  }

  .send-message-title {
    font-family: 'Poppins', sans-serif;
    font-size: 1.65rem;
    margin-bottom: 30px;
    color: black;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.35px;
    position: absolute;
    top: 35px;
    left: 120px;
    text-shadow: 2px 2px 3px rgba(255, 255, 255, 0.8), -2px -2px 3px rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
  }

  .send-message-title1 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.65rem;
    margin-bottom: 30px;
    color: black;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.35px;
    position: absolute;
    top: 35px;
    left: 98px;
    text-shadow: 2px 2px 3px rgba(255, 255, 255, 0.8), -2px -2px 3px rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
  }


  .contact-info h3 {
    font-family: 'Poppins', sans-serif;
    text-align: center;
    font-size: 18px;
    margin-bottom: 8px;
    color: white;
    position: relative;
    top: 60px;
    right: 154px;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
  }

  .contact-info p {
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    color: black;
    text-align: center;
    position: relative;
    top: 26px;
    right: 5px;
    font-weight: bold;
    text-shadow: none;
  }

  form {
  width: 46%;
  padding: 12px;
  border-radius: 8px;
  position: relative;
  top: -20px;
  right: 10px;
  transform: scale(1);
  text-shadow: none;
  transition: all 0.3s ease;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;

}

form button {
    width: 100%;
   
}

form:hover {
  transform: scale(1) !important;
}

form label {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: black;
  font-weight: bold;
  margin: 0px 0;
  transition: color 0.3s ease;
}

form input,
form textarea {
  font-family: 'Poppins', sans-serif;
  width: 97%;
  padding: 4px;
  border-radius: 5px;
  background-color: #f0f0f0;
  border: 2px solid black;
  font-size: 13px;
  color: black;
  transition: all 0.3s ease;
  margin-bottom: 10px;
}

 .contact-right {
    flex: 1;
    padding: 20px;
    border-radius: 8px;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: -535px;   /* Adjusted to better fit landscape */
    margin-left: 685px;   /* Adjusted for landscape width */
  }

  .contact-right p {
    font-size: 18px; /* Smaller font */
    font-family: 'Poppins', sans-serif;
    color: black;
    line-height: 1.5; /* Slightly reduced line spacing */
    max-width: 400px; /* Narrower max width */
    text-align: left;
    text-shadow: none !important;
    opacity: 0;
    transform: scale(0.95); /* Slightly smaller scale */
    animation: fadeInScale 1.5s ease-out forwards;
    transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
}

.contact-right h5 {
    font-size: 26px; /* Smaller font size */
    font-family: 'Poppins', sans-serif;
    color: black;
    margin-bottom: 10px; /* Reduced margin */
    text-shadow: none !important;
    animation: fadeLoop 2s ease-in-out infinite;
}

.contact-heading-wrapper i {
    font-size: 52px;
    color: #008080;
    margin-left: 20px;
    margin-top: -24px;
}

.contact-right1 {
    flex: 1;
    padding: 20px;
    border-radius: 8px;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: -535px;   /* Adjusted to better fit landscape */
    margin-left: 685px;   /* Adjusted for landscape width */
  }

  .contact-right1 p {
    font-size: 18px; /* Smaller font */
    font-family: 'Poppins', sans-serif;
    color: black;
    line-height: 1.5; /* Slightly reduced line spacing */
    max-width: 400px; /* Narrower max width */
    text-align: left;
    text-shadow: none !important;
    opacity: 0;
    transform: scale(0.95); /* Slightly smaller scale */
    animation: fadeInScale 1.5s ease-out forwards;
    transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
}

.contact-right1 h5 {
    font-size: 26px; /* Smaller font size */
    font-family: 'Poppins', sans-serif;
    color: black;
    margin-bottom: 10px; /* Reduced margin */
    text-shadow: none !important;
    animation: fadeLoop 2s ease-in-out infinite;
}

.contact-heading-wrapper1 i {
    font-size: 52px;
    color: #008080;
    margin-left: 20px;
    margin-top: -24px;
}



#cv-upload {
  width: 46%;
  padding: 12px;
  border-radius: 8px;
  position: relative;
  top: 45px;
  right: 37px;
  transform: scale(0.9);
  text-shadow: none;
  transition: all 0.3s ease;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

form:hover {
  transform: scale(0.9) !important;
}

#cv-upload label {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: black;
  font-weight: bold;
  margin: 0px 0;
  transition: color 0.3s ease;
}

#cv-upload input,
#cv-upload textarea {
  font-family: 'Poppins', sans-serif;
  width: 97%;
  padding: 7px;
  border-radius: 5px;
  background-color: #f0f0f0;
  border: 2px solid black;
  font-size: 13px;
  color: black;
  transition: all 0.3s ease;
  margin-bottom: 10px;
 }

}

/* Media Query for Samsung Galaxy Z Fold 5 in Landscape (882px x 344px) */
@media (min-width: 882px) and (max-width: 882px) and (min-height: 344px) and (max-height: 344px)  {
       form {
        width: 82%;
        padding: 12px;
        border-radius: 8px;
        position: relative;
        top: -220px;
        right: 216px;
        transform: scale(0.48);
        text-shadow: none;
        border: 2px solid black;
        transition: all 0.3s ease;
        height: auto;
        display: flex
;
        flex-direction: column;
        justify-content: space-between;
    }
}




@media (max-width: 480px) and (orientation: portrait) {
 
 .side-quote-container {
   display: none !important; /* Hides the container on mobile */
 }
 
 #about header h1 {
    font-size: 1.8rem; /* Even smaller font size for the header */
    position: absolute;
    left: 25px;
    top: -15px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    color: black;
    text-transform: none;
    line-height: 1.2;
    letter-spacing: 0.3px;
    text-shadow: none;
    max-width: 90%; /* Adjusted width to give more space */
  }

   .about-video {
    width: 92vw; /* Slightly wider for mobile */
    margin-top: 80px; /* More space between the video and the top */
    padding: 0;
    animation: none;
  }

  .about-video video {
    width: 100%;
    border-radius: 6px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
  }

  .about-video video:hover {
    transform: scale(1.02);
    
}

/* Grid layout for 2 by 2 boxes */
.about-grid {
  grid-template-columns: repeat(2, 1fr); /* 2 columns */
  gap: 8px;
  padding: 0 8px;
  margin-top: 20px; /* Space between video and grid */
  overflow-y: auto; /* Enable scrolling for the grid */
  height: calc(100vh - 160px); /* Adjust grid height based on video space */
  padding-bottom: 20px; /* Add space at the bottom to prevent cut-off */
}

/* Style for each box */
.about-box {
  padding: 4px 4px; /* Reduced padding to bring corners closer to text */
  font-size: 8px;
  animation: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
  border-radius: 6px; /* Slightly reduced border-radius for tighter corners */
  margin-top: 0;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
}

/* Adjust margin for h6 to reduce gap */
.about-box h6 {
  font-size: 10px; /* Smaller header */
  margin-bottom: 4px; /* Reduce bottom margin to decrease gap */
}

/* Adjust spacing for paragraphs */
.about-box p {
  font-size: 8px; /* Smaller text for paragraph */
  line-height: 1.2;
  margin-top: 10px; /* Remove top margin to reduce space */
  text-align: center;
}

.about-box img {
  width: 16px; /* Smaller icon */
  height: 16px;
  margin-bottom: 0px;
}	



}

@media (min-width: 481px) and (max-width: 768px) and (orientation: portrait) {
 
 .side-quote-container {
   display: none !important; /* Hides the container on mobile */
 }
 
 #about header h1 {
    font-size: 2rem; /* Even smaller font size for the header */
    position: absolute;
    left: 25px;
    top: -15px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    color: black;
    text-transform: none;
    line-height: 1.2;
    letter-spacing: 0.3px;
    text-shadow: none;
    max-width: 90%; /* Adjusted width to give more space */
  }

   .about-video {
    width: 92vw; /* Slightly wider for mobile */
    margin-top: 80px; /* More space between the video and the top */
    padding: 0;
    animation: none;
  }

  .about-video video {
    width: 100%;
    border-radius: 6px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
  }

  .about-video video:hover {
    transform: scale(1.02);
    
}

/* Grid layout for 2 by 2 boxes */
.about-grid {
  grid-template-columns: repeat(2, 1fr); /* 2 columns */
  gap: 8px;
  padding: 0 8px;
  margin-top: 6px; /* Space between video and grid */
  overflow-y: auto; /* Enable scrolling for the grid */
  height: calc(100vh - 160px); /* Adjust grid height based on video space */
  padding-bottom: 20px; /* Add space at the bottom to prevent cut-off */
}

/* Style for each box */
.about-box {
  padding: 0px 4px; /* Reduced padding to bring corners closer to text */
  font-size: 8px;
  animation: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
  border-radius: 6px; /* Slightly reduced border-radius for tighter corners */
  margin-top: 0;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
}

/* Adjust margin for h6 to reduce gap */
.about-box h6 {
  font-size: 16px; /* Smaller header */
  margin-bottom: 4px; /* Reduce bottom margin to decrease gap */
}

/* Adjust spacing for paragraphs */
.about-box p {
  font-size: 12px; /* Smaller text for paragraph */
  line-height: 1.2;
  margin-top: 10px; /* Remove top margin to reduce space */
  text-align: center;
}

.about-box img {
  width: 16px; /* Smaller icon */
  height: 16px;
  margin-bottom: 0px;
}	

}

@media (min-width: 820px) and (max-width: 1024px) and (orientation: portrait) {
 
 .side-quote-container {
   display: none !important; /* Hides the container on mobile */
 }
 
 #about header h1 {
    font-size: 2.4rem; /* Even smaller font size for the header */
    position: absolute;
    left: 85px;
    top: -15px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    color: black;
    text-transform: none;
    line-height: 1.2;
    letter-spacing: 0.3px;
    text-shadow: none;
    max-width: 90%; /* Adjusted width to give more space */
  }

   .about-video {
    width: 92vw; /* Slightly wider for mobile */
    margin-top: 80px; /* More space between the video and the top */
    padding: 0;
    animation: none;
  }

  .about-video video {
    width: 100%;
    border-radius: 6px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
  }

  .about-video video:hover {
    transform: scale(1.02);
    
}

/* Grid layout for 2 by 2 boxes */
.about-grid {
  grid-template-columns: repeat(2, 1fr); /* 2 columns */
  gap: 8px;
  padding: 0 8px;
  margin-top: 4px; /* Space between video and grid */
  overflow-y: auto; /* Enable scrolling for the grid */
  height: calc(100vh - 160px); /* Adjust grid height based on video space */
  padding-bottom: 20px; /* Add space at the bottom to prevent cut-off */
}

/* Style for each box */
.about-box {
  padding: 0px 0px; /* Reduced padding to bring corners closer to text */
  font-size: 8px;
  animation: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
  border-radius: 6px; /* Slightly reduced border-radius for tighter corners */
  margin-top: 0;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  left: -6px;
}

/* Adjust margin for h6 to reduce gap */
.about-box h6 {
  font-size: 18px; /* Smaller header */
  margin-bottom: 4px; /* Reduce bottom margin to decrease gap */
}

/* Adjust spacing for paragraphs */
.about-box p {
  font-size: 14px; /* Smaller text for paragraph */
  line-height: 1.2;
  margin-top: 10px; /* Remove top margin to reduce space */
  text-align: center;
}

.about-box img {
  width: 16px; /* Smaller icon */
  height: 16px;
  margin-bottom: 0px;
}	

}

@media (max-width: 767) and (orientation: portrait) {
  /* FAQ Header */
  #faqs header h1 {
    font-size: 1.8rem; /* Even smaller font size for the header */
    position: absolute;
    left: 10px;
    top: -35px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    color: black;
    text-transform: none;
    line-height: 1.2;
    letter-spacing: 0.3px;
    text-shadow: none;
    max-width: 90%; /* Adjusted width to give more space */
  }

  /* Button Styling */
  .btn3, .btn4, .btn5 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: white;
    padding: 4px 10px; /* Further reduced padding */
    font-size: 7px; /* Smaller font size */
    border-radius: 50px; /* Fully rounded edges */
    border: none;
    outline: none;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);

    /* Positioning */
    top: -50px; /* Adjusted top for better placement */
    right: -60px;  /* Move it to the left */
    margin-bottom: 5px; /* Smaller space between buttons */
    margin-right: -10px; /* Adjust space between buttons */
  }

  /* Individual FAQ Item */
.faq-item {
  width: 100%; /* Full width for better use of space */
  min-width: auto; /* Remove the minimum width */
  
  margin-bottom: 8px; /* Added slight spacing between FAQ boxes */
  padding: 4px 8px; /* Tightened padding for snugger boxes */
  border-radius: 5px; /* Smaller border radius */
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1); /* Smaller shadow for compact design */
  border-left: 4px solid #00bfae;
  background-color: rgba(255, 255, 255, 0.3); /* Slightly higher opacity for better visibility */
  box-sizing: border-box;
  position: relative;
  top: -70px; /* Reduced top positioning */
  right: 75px; /* Align it fully to the left */
  transform: scale(1); /* No scaling needed for mobile */
  margin-left: 0; /* Remove any left margin */
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

 /* FAQ Question Styling */
.faq-question {
  font-family: 'Poppins', sans-serif;
  text-align: left;
  background: none;
  border: none;
  font-size: 8px; /* Even smaller font size */
  font-weight: bold;
  cursor: pointer;
  padding: 7px 0; /* Reduced padding to save space */
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: color 0.3s ease, transform 0.3s ease;
}

  /* FAQ Answer Styling */
  .faq-answer {
    display: none;
    font-size: 8px; /* Smaller font for answers */
    color: black;
    text-shadow: none;
    border-radius: 5px;
    line-height: 1.3; /* Adjusted line height for compactness */
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out;
  }

  .arrow-icon {
  font-size: 8px;
  transition: transform 0.3s ease, color 0.3s ease;
  color: #00bfae;
 }
}

@media (min-width: 721px) and (max-width: 820px) and (orientation: portrait) {
  /* FAQ Header */
  #faqs header h1 {
    font-size: 2.4rem; /* Even smaller font size for the header */
    position: absolute;
    left: 20px;
    top: -35px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    color: black;
    text-transform: none;
    line-height: 1.2;
    letter-spacing: 0.3px;
    text-shadow: none;
    max-width: 90%; /* Adjusted width to give more space */
  }

  /* Button Styling */
  .btn3, .btn4, .btn5 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: white;
    padding: 6px 12px; /* Further reduced padding */
    font-size: 9px; /* Smaller font size */
    border-radius: 50px; /* Fully rounded edges */
    border: none;
    outline: none;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);

    /* Positioning */
    top: -47px; /* Adjusted top for better placement */
    right: -100px;  /* Move it to the left */
    margin-bottom: 5px; /* Smaller space between buttons */
    margin-right: -10px; /* Adjust space between buttons */
  }

  /* Individual FAQ Item */
.faq-item {
  width: 100%; /* Full width for better use of space */
  min-width: auto; /* Remove the minimum width */
  
  margin-bottom: 12px; /* Added slight spacing between FAQ boxes */
  padding: 4px 8px; /* Tightened padding for snugger boxes */
  border-radius: 5px; /* Smaller border radius */
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1); /* Smaller shadow for compact design */
  border-left: 4px solid #00bfae;
  background-color: rgba(255, 255, 255, 0.3); /* Slightly higher opacity for better visibility */
  box-sizing: border-box;
  position: relative;
  top: -57px; /* Reduced top positioning */
  right: 75px; /* Align it fully to the left */
  transform: scale(1); /* No scaling needed for mobile */
  margin-left: 0; /* Remove any left margin */
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

 /* FAQ Question Styling */
.faq-question {
  font-family: 'Poppins', sans-serif;
  text-align: left;
  background: none;
  border: none;
  font-size: 14px; /* Even smaller font size */
  font-weight: bold;
  cursor: pointer;
  padding: 7px 0; /* Reduced padding to save space */
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: color 0.3s ease, transform 0.3s ease;
}

  /* FAQ Answer Styling */
  .faq-answer {
    display: none;
    font-size: 12px; /* Smaller font for answers */
    color: black;
    text-shadow: none;
    border-radius: 5px;
    line-height: 1.3; /* Adjusted line height for compactness */
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out;
  }

  .arrow-icon {
  font-size: 8px;
  transition: transform 0.3s ease, color 0.3s ease;
  color: #00bfae;
 }
}

@media (min-width: 821px) and (max-width: 1400px) and (orientation: portrait) {
  /* FAQ Header */
  #faqs header h1 {
    font-size: 3.2rem; /* Even smaller font size for the header */
    position: absolute;
    left: 20px;
    top: -35px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    color: black;
    text-transform: none;
    line-height: 1.2;
    letter-spacing: 0.3px;
    text-shadow: none;
    max-width: 90%; /* Adjusted width to give more space */
  }

  /* Button Styling */
  .btn3, .btn4, .btn5 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: white;
    padding: 8px 14px; /* Further reduced padding */
    font-size: 14px; /* Smaller font size */
    border-radius: 50px; /* Fully rounded edges */
    border: none;
    outline: none;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);

    /* Positioning */
    top: -46px; /* Adjusted top for better placement */
    right: -135px;  /* Move it to the left */
    margin-bottom: 5px; /* Smaller space between buttons */
    margin-right: -10px; /* Adjust space between buttons */
  }

  /* Individual FAQ Item */
.faq-item {
  width: 100%; /* Full width for better use of space */
  min-width: auto; /* Remove the minimum width */
  
  margin-bottom: 16px; /* Added slight spacing between FAQ boxes */
  padding: 4px 8px; /* Tightened padding for snugger boxes */
  border-radius: 5px; /* Smaller border radius */
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1); /* Smaller shadow for compact design */
  border-left: 4px solid #00bfae;
  background-color: rgba(255, 255, 255, 0.3); /* Slightly higher opacity for better visibility */
  box-sizing: border-box;
  position: relative;
  top: -40px; /* Reduced top positioning */
  right: 75px; /* Align it fully to the left */
  transform: scale(1); /* No scaling needed for mobile */
  margin-left: 0; /* Remove any left margin */
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

 /* FAQ Question Styling */
.faq-question {
  font-family: 'Poppins', sans-serif;
  text-align: left;
  background: none;
  border: none;
  font-size: 18px; /* Even smaller font size */
  font-weight: bold;
  cursor: pointer;
  padding: 7px 0; /* Reduced padding to save space */
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: color 0.3s ease, transform 0.3s ease;
}

  /* FAQ Answer Styling */
  .faq-answer {
    display: none;
    font-size: 16px; /* Smaller font for answers */
    color: black;
    text-shadow: none;
    border-radius: 5px;
    line-height: 1.3; /* Adjusted line height for compactness */
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out;
  }

  .arrow-icon {
  font-size: 8px;
  transition: transform 0.3s ease, color 0.3s ease;
  color: #00bfae;
 }
}



@media (max-width: 985px) and (orientation: landscape) {  

    .blackBorder {
        left: 50px; /* Adjusted for better centering */
    }



    /* Keep the dropdown (hamburger menu) visible */
    .dropdown {
        display: block;
        position: absolute;
        right: 35px; /* Moves it to the right properly */
        top: 10px;  /* Adjusts top margin */
    }

    #menu .dropdown {
        margin-left: auto;
        position: relative;
        left: -195%; /* Adjusted so it doesn’t break in landscape */
        top: 35%;
    }

    li.dropdown {
        position: relative;
        left: 10px; /* Fine-tuned for better placement */
        transform: scale(0.85); /* Keeps it properly sized */
        transform-origin: top left;
    }

    .scroll-to-top {
        position: fixed;
        bottom: 30px;
        left: 15px;
    }

    .help-icon {
        position: fixed;
        top: 65px;
        right: 15px;
    }
}

@media (max-width: 667px) and (orientation: landscape) {  
    
  .text-section h1 {
    text-align: left;
    font-family: 'Poppins', sans-serif;
    font-size: 1.6rem;
    margin-bottom: 30px;
    color: black;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0.5px;
    position: absolute;
    bottom: 70.5%;
    left: 21%;
    transition: all 0.3s ease;
    max-width: 90vw;
    text-shadow: none;
  }

  .text-section p {
    font-size: 0.75rem;
    color: #222;
    line-height: 1.6;
    margin-bottom: 10px;
    font-family: 'Poppins', sans-serif;
    position: absolute;
    width: 58%;
    bottom: 65%;
    right: 21%;
    opacity: 0;
    transition: opacity 2.4s ease-in-out;
    overflow: hidden;
    display: inline-block;
    text-shadow: none;
  }

  .cta-button {
    font-family: 'Poppins', sans-serif;
    padding: 6px 10px;
    background-color: #008080;
    color: white;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 450;
    letter-spacing: 1px;
    text-transform: none;
    box-shadow: 0 6px 15px rgba(0, 123, 255, 0.4), 0 2px 8px rgba(0, 123, 255, 0.2);
    border: 0.5px solid transparent;
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin-bottom: 30px;
    width: 52%;
    text-align: center;
    box-sizing: border-box;
    backdrop-filter: blur(8px);
    background-image: linear-gradient(45deg, #008080, #000000);
    background-size: 200% 200%;
    right: 79.5%;
    top: 435%;
    visibility: hidden;
    transition: opacity 2.4s ease-in-out;
  }

  .cta-button2 {
    font-family: 'Poppins', sans-serif;
    padding: 6px 10px;
    background-color: #008080;
    color: white;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 450;
    letter-spacing: 1px;
    text-transform: none;
    box-shadow: 0 6px 15px rgba(0, 123, 255, 0.4), 0 2px 8px rgba(0, 123, 255, 0.2);
    border: 0.5px solid transparent;
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin-bottom: 30px;
    width: 140px;
    text-align: center;
    box-sizing: border-box;
    backdrop-filter: blur(8px);
    background-image: linear-gradient(45deg, #008080, #000000);
    background-size: 200% 200%;
    left: 100%;
    bottom: 22.5%;
    visibility: hidden;
    transition: opacity 2.4s ease-in-out;
  }

  .cta-button i, .cta-button2 i {
    position: relative;
    top: 0px;
    right: 0px;
  }

  .home-search-container {
    position: absolute;
    top: 20px;
    left: 15px;
  }

  .home-search-container input {
    position: absolute;
    width: 235px;
    padding: 5px;
    font-size: 0.6rem;
    top: 235px;
    left: 145px;
    text-transform: none;
  }

  .home-search-container button {
    position: absolute;
    padding: 5px 10px;
    background-color: #007bff;
    color: white;
    border: none;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    font-size: 0.75rem;
    font-weight: 50;
    text-transform: none;
    border-radius: 30px;
    box-shadow: 0 4px 8px rgba(0, 123, 255, 0.2);
    top: 232px;
    left: 416px;
  }

  .circle-img {
    transform: translateX(135%) translateY(235px);
  }

  .circle-img1 {
    transform: translateX(220%) translateY(15px);
  }

  .circle-img2 {
    transform: translateX(214%) translateY(15px);
  }

  .image-container {
    transform: translateX(-100%) translateY(-100px) scale(0.2);
  }

	.icologo {
        width: 135px;
        height: 135px;
        margin-top: 95px;
        margin-left: -665px;
        position: unset;

}



}  

@media (min-width: 668px) and (max-width: 740px) and (orientation: landscape) {  
    
  .text-section h1 {
    text-align: left;
    font-family: 'Poppins', sans-serif;
    font-size: 1.6rem;
    margin-bottom: 30px;
    color: black;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0.5px;
    position: absolute;
    bottom: 70.5%;
    left: 21%;
    transition: all 0.3s ease;
    max-width: 90vw;
    text-shadow: none;
  }

  .text-section p {
    font-size: 0.75rem;
    color: #222;
    line-height: 1.6;
    margin-bottom: 10px;
    font-family: 'Poppins', sans-serif;
    position: absolute;
    width: 58%;
    bottom: 65%;
    right: 21%;
    opacity: 0;
    transition: opacity 2.4s ease-in-out;
    overflow: hidden;
    display: inline-block;
    text-shadow: none;
  }

  .cta-button {
    font-family: 'Poppins', sans-serif;
    padding: 6px 10px;
    background-color: #008080;
    color: white;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 450;
    letter-spacing: 1px;
    text-transform: none;
    box-shadow: 0 6px 15px rgba(0, 123, 255, 0.4), 0 2px 8px rgba(0, 123, 255, 0.2);
    border: 0.5px solid transparent;
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin-bottom: 30px;
    width: 52%;
    text-align: center;
    box-sizing: border-box;
    backdrop-filter: blur(8px);
    background-image: linear-gradient(45deg, #008080, #000000);
    background-size: 200% 200%;
    right: 77.5%;
    top: 435%;
    visibility: hidden;
    transition: opacity 2.4s ease-in-out;
  }

  .cta-button2 {
    font-family: 'Poppins', sans-serif;
    padding: 6px 10px;
    background-color: #008080;
    color: white;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 450;
    letter-spacing: 1px;
    text-transform: none;
    box-shadow: 0 6px 15px rgba(0, 123, 255, 0.4), 0 2px 8px rgba(0, 123, 255, 0.2);
    border: 0.5px solid transparent;
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin-bottom: 30px;
    width: 140px;
    text-align: center;
    box-sizing: border-box;
    backdrop-filter: blur(8px);
    background-image: linear-gradient(45deg, #008080, #000000);
    background-size: 200% 200%;
    left: 100%;
    bottom: 22.5%;
    visibility: hidden;
    transition: opacity 2.4s ease-in-out;
  }

  .cta-button i, .cta-button2 i {
    position: relative;
    top: 0px;
    right: 0px;
  }

  .home-search-container {
    position: absolute;
    top: 20px;
    left: 15px;
  }

  .home-search-container input {
    position: absolute;
    width: 235px;
    padding: 5px;
    font-size: 0.6rem;
    top: 235px;
    left: 158.5px;
    text-transform: none;
  }

  .home-search-container button {
    position: absolute;
    padding: 5px 10px;
    background-color: #007bff;
    color: white;
    border: none;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    font-size: 0.75rem;
    font-weight: 50;
    text-transform: none;
    border-radius: 30px;
    box-shadow: 0 4px 8px rgba(0, 123, 255, 0.2);
    top: 232px;
    left: 430px;
  }

  .circle-img {
    transform: translateX(120%) translateY(235px);
  }

  .circle-img1 {
    transform: translateX(211%) translateY(15px);
  }

  .circle-img2 {
    transform: translateX(186%) translateY(15px);
  }

  .image-container {
    transform: translateX(-100%) translateY(-100px) scale(0.2);
  }

	    .icologo {
        width: 160px;
        height: 160px;
        margin-top: 95px;
        margin-left: -750px;
        position: unset;
    }



}  

@media (min-width: 741px) and (max-width: 896px) and (orientation: landscape) {  
    
  .text-section h1 {
    text-align: left;
    font-family: 'Poppins', sans-serif;
    font-size: 1.6rem;
    margin-bottom: 30px;
    color: black;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0.5px;
    position: absolute;
    bottom: 70.5%;
    left: 21%;
    transition: all 0.3s ease;
    max-width: 90vw;
    text-shadow: none;
  }

  .text-section p {
    font-size: 0.75rem;
    color: #222;
    line-height: 1.6;
    margin-bottom: 10px;
    font-family: 'Poppins', sans-serif;
    position: absolute;
    width: 54%;
    bottom: 65%;
    right: 25%;
    opacity: 0;
    transition: opacity 2.4s ease-in-out;
    overflow: hidden;
    display: inline-block;
    text-shadow: none;
  }

  .cta-button {
    font-family: 'Poppins', sans-serif;
    padding: 6px 10px;
    background-color: #008080;
    color: white;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 450;
    letter-spacing: 1px;
    text-transform: none;
    box-shadow: 0 6px 15px rgba(0, 123, 255, 0.4), 0 2px 8px rgba(0, 123, 255, 0.2);
    border: 0.5px solid transparent;
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin-bottom: 30px;
    width: 52%;
    text-align: center;
    box-sizing: border-box;
    backdrop-filter: blur(8px);
    background-image: linear-gradient(45deg, #008080, #000000);
    background-size: 200% 200%;
    right: 74%;
    top: 435%;
    visibility: hidden;
    transition: opacity 2.4s ease-in-out;
  }

  .cta-button2 {
    font-family: 'Poppins', sans-serif;
    padding: 6px 10px;
    background-color: #008080;
    color: white;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 450;
    letter-spacing: 1px;
    text-transform: none;
    box-shadow: 0 6px 15px rgba(0, 123, 255, 0.4), 0 2px 8px rgba(0, 123, 255, 0.2);
    border: 0.5px solid transparent;
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin-bottom: 30px;
    width: 140px;
    text-align: center;
    box-sizing: border-box;
    backdrop-filter: blur(8px);
    background-image: linear-gradient(45deg, #008080, #000000);
    background-size: 200% 200%;
    left: 100%;
    bottom: 22.5%;
    visibility: hidden;
    transition: opacity 2.4s ease-in-out;
  }

  .cta-button i, .cta-button2 i {
    position: relative;
    top: 0px;
    right: 0px;
  }

  .home-search-container {
    position: absolute;
    top: 20px;
    left: 15px;
  }

  .home-search-container input {
    position: absolute;
    width: 235px;
    padding: 5px;
    font-size: 0.6rem;
    top: 235px;
    left: 182px;
    text-transform: none;
  }

  .home-search-container button {
    position: absolute;
    padding: 5px 10px;
    background-color: #007bff;
    color: white;
    border: none;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    font-size: 0.75rem;
    font-weight: 50;
    text-transform: none;
    border-radius: 30px;
    box-shadow: 0 4px 8px rgba(0, 123, 255, 0.2);
    top: 232.5px;
    left: 452px;
  }

  .circle-img {
    transform: translateX(150%) translateY(235px);
  }

  .circle-img1 {
    transform: translateX(245%) translateY(15px);
  }

  .circle-img2 {
    transform: translateX(220%) translateY(15px);
  }

  .image-container {
    transform: translateX(-100%) translateY(-100px) scale(0.25);
  }



}  

@media (min-width: 896px) and (max-width: 985px) and (orientation: landscape) {  
    
  .text-section h1 {
    text-align: left;
    font-family: 'Poppins', sans-serif;
    font-size: 1.6rem;
    margin-bottom: 30px;
    color: black;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0.5px;
    position: absolute;
    bottom: 70.5%;
    left: 21%;
    transition: all 0.3s ease;
    max-width: 90vw;
    text-shadow: none;
  }

  .text-section p {
    font-size: 0.75rem;
    color: #222;
    line-height: 1.6;
    margin-bottom: 10px;
    font-family: 'Poppins', sans-serif;
    position: absolute;
    width: 54%;
    bottom: 65%;
    right: 25%;
    opacity: 0;
    transition: opacity 2.4s ease-in-out;
    overflow: hidden;
    display: inline-block;
    text-shadow: none;
  }

  .cta-button {
    font-family: 'Poppins', sans-serif;
    padding: 6px 10px;
    background-color: #008080;
    color: white;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 450;
    letter-spacing: 1px;
    text-transform: none;
    box-shadow: 0 6px 15px rgba(0, 123, 255, 0.4), 0 2px 8px rgba(0, 123, 255, 0.2);
    border: 0.5px solid transparent;
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin-bottom: 30px;
    width: 42%;
    text-align: center;
    box-sizing: border-box;
    backdrop-filter: blur(8px);
    background-image: linear-gradient(45deg, #008080, #000000);
    background-size: 200% 200%;
    right: 72.9%;
    top: 435%;
    visibility: hidden;
    transition: opacity 2.4s ease-in-out;
  }

  .cta-button2 {
    font-family: 'Poppins', sans-serif;
    padding: 6px 10px;
    background-color: #008080;
    color: white;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 450;
    letter-spacing: 1px;
    text-transform: none;
    box-shadow: 0 6px 15px rgba(0, 123, 255, 0.4), 0 2px 8px rgba(0, 123, 255, 0.2);
    border: 0.5px solid transparent;
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin-bottom: 30px;
    width: 140px;
    text-align: center;
    box-sizing: border-box;
    backdrop-filter: blur(8px);
    background-image: linear-gradient(45deg, #008080, #000000);
    background-size: 200% 200%;
    left: 90%;
    bottom: 22.5%;
    visibility: hidden;
    transition: opacity 2.4s ease-in-out;
  }

  .cta-button i, .cta-button2 i {
    position: relative;
    top: 0px;
    right: 0px;
  }

  .home-search-container {
    position: absolute;
    top: 20px;
    left: 15px;
  }

  .home-search-container input {
    position: absolute;
    width: 235px;
    padding: 5px;
    font-size: 0.6rem;
    top: 237px;
    left: 198px;
    text-transform: none;
  }

  .home-search-container button {
    position: absolute;
    padding: 5px 10px;
    background-color: #007bff;
    color: white;
    border: none;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    font-size: 0.75rem;
    font-weight: 50;
    text-transform: none;
    border-radius: 30px;
    box-shadow: 0 4px 8px rgba(0, 123, 255, 0.2);
    top: 235px;
    left: 475px;
  }

  .circle-img {
    transform: translateX(170%) translateY(235px);
  }

  .circle-img1 {
    transform: translateX(265%) translateY(15px);
  }

  .circle-img2 {
    transform: translateX(240%) translateY(15px);
  }

  .image-container {
    transform: translateX(-100%) translateY(-100px) scale(0.3);
  }

	.icologo {
        width: 200px;
        height: 200px;
        margin-top: 120px;
        margin-left: -918px;
        position: unset;

}



}  

@media (min-width: 844px) and (max-width: 895px) and (orientation: landscape) {

    .icologo {
        width: 200px;
        height: 200px;
        margin-top: 95px;
        margin-left: -860px;
        position: unset;
    }
	
	
}

@media (min-width: 667px) and (max-width: 739px) and (orientation: landscape) {  
   #contact header h1 {
    font-size: 1.8rem;
    position: absolute;
    left: 35px;
    top: 10px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    color: black;
    text-transform: none;
    line-height: 1.2;
    letter-spacing: 0.3px;
    text-shadow: none;
    max-width: 80%;
  }

  .btn1, .btn2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: white;
    padding: 6px 14px;
    font-size: 10px;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    position: relative;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
    margin: 0 -2px;
    top: -10px;
    right: -200px;
  }

  .send-message-title {
    font-family: 'Poppins', sans-serif;
    font-size: 1.4rem;
    margin-bottom: 30px;
    color: black;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.35px;
    position: absolute;
    top: 7px;
    left: 98px;
    text-shadow: 2px 2px 3px rgba(255, 255, 255, 0.8), -2px -2px 3px rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
  }

  .send-message-title1 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.4rem;
    margin-bottom: 30px;
    color: black;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.35px;
    position: absolute;
    top: 7px;
    left: 80px;
    text-shadow: 2px 2px 3px rgba(255, 255, 255, 0.8), -2px -2px 3px rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
  }


  .contact-info h3 {
    font-family: 'Poppins', sans-serif;
    text-align: center;
    font-size: 14px;
    margin-bottom: 8px;
    color: white;
    position: relative;
    top: 12px;
    right: 79px;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
  }

  .contact-info p {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    color: black;
    text-align: center;
    position: relative;
    top: -15px;
    right: -38.5px;
    font-weight: bold;
    text-shadow: none;
  }

  form {
  width: 78%;
  padding: 12px;
  border-radius: 8px;
  position: relative;
  top: -240px;
  right: 170px;
  transform: scale(0.42);
  text-shadow: none;
  border: 2px solid black;
  transition: all 0.3s ease;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;

}

form button {
    width: 100%;
   
}

form:hover {
  transform: scale(0.42) !important;
}

form label {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: black;
  font-weight: bold;
  margin: 0px 0;
  transition: color 0.3s ease;
}

form input,
form textarea {
  font-family: 'Poppins', sans-serif;
  width: 97%;
  padding: 4px;
  border-radius: 5px;
  background-color: #f0f0f0;
  border: 2px solid black;
  font-size: 13px;
  color: black;
  transition: all 0.3s ease;
  margin-bottom: 10px;
}

 .contact-right {
    flex: 1;
    padding: 20px;
    border-radius: 8px;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: -680px;   /* Adjusted to better fit landscape */
    margin-left: 270px;   /* Adjusted for landscape width */
  }

  .contact-right p {
    font-size: 11px; /* Smaller font */
    font-family: 'Poppins', sans-serif;
    color: black;
    line-height: 1.5; /* Slightly reduced line spacing */
    max-width: 250px; /* Narrower max width */
    text-align: left;
    text-shadow: none !important;
    opacity: 0;
    transform: scale(0.95); /* Slightly smaller scale */
    animation: fadeInScale 1.5s ease-out forwards;
    transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
}

.contact-right h5 {
    font-size: 19px; /* Smaller font size */
    font-family: 'Poppins', sans-serif;
    color: black;
    margin-bottom: 10px; /* Reduced margin */
    text-shadow: none !important;
    animation: fadeLoop 2s ease-in-out infinite;
}

.contact-heading-wrapper i {
    font-size: 37px;
    color: #008080;
    margin-left: 5px;
    margin-top: -24px;
}

.contact-right1 {
    flex: 1;
    padding: 20px;
    border-radius: 8px;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: -700px;   /* Adjusted to better fit landscape */
    margin-left: 245px;   /* Adjusted for landscape width */
  }

  .contact-right1 p {
    font-size: 11px; /* Smaller font */
    font-family: 'Poppins', sans-serif;
    color: black;
    line-height: 1.5; /* Slightly reduced line spacing */
    max-width: 250px; /* Narrower max width */
    text-align: left;
    text-shadow: none !important;
    opacity: 0;
    transform: scale(0.95); /* Slightly smaller scale */
    animation: fadeInScale 1.5s ease-out forwards;
    transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
}

.contact-right1 h5 {
    font-size: 19px; /* Smaller font size */
    font-family: 'Poppins', sans-serif;
    color: black;
    margin-bottom: 10px; /* Reduced margin */
    text-shadow: none !important;
    animation: fadeLoop 2s ease-in-out infinite;
}

.contact-heading-wrapper1 i {
    font-size: 37px;
    color: #008080;
    margin-left: 5px;
    margin-top: -24px;
}



#cv-upload {
  width: 76%;
  padding: 12px;
  border-radius: 8px;
  position: relative;
  top: -185px;
  right: 182px;
  transform: scale(0.37);
  text-shadow: none;
  border: 2px solid black;
  transition: all 0.3s ease;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#cv-upload:hover {
  transform: scale(0.37) !important;
}


#cv-upload label {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: black;
  font-weight: bold;
  margin: 0px 0;
  transition: color 0.3s ease;
}

#cv-upload input,
#cv-upload textarea {
  font-family: 'Poppins', sans-serif;
  width: 97%;
  padding: 7px;
  border-radius: 5px;
  background-color: #f0f0f0;
  border: 2px solid black;
  font-size: 13px;
  color: black;
  transition: all 0.3s ease;
  margin-bottom: 10px;
 }
}

@media (min-width: 740px) and (max-width: 744px) and (orientation: landscape) {  
   #contact header h1 {
    font-size: 1.8rem;
    position: absolute;
    left: 35px;
    top: 10px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    color: black;
    text-transform: none;
    line-height: 1.2;
    letter-spacing: 0.3px;
    text-shadow: none;
    max-width: 80%;
  }

  .btn1, .btn2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: white;
    padding: 6px 14px;
    font-size: 10px;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    position: relative;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
    margin: 0 -2px;
    top: -10px;
    right: -200px;
  }

  .send-message-title {
    font-family: 'Poppins', sans-serif;
    font-size: 1.4rem;
    margin-bottom: 30px;
    color: black;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.35px;
    position: absolute;
    top: 7px;
    left: 98px;
    text-shadow: 2px 2px 3px rgba(255, 255, 255, 0.8), -2px -2px 3px rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
  }

  .send-message-title1 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.4rem;
    margin-bottom: 30px;
    color: black;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.35px;
    position: absolute;
    top: 7px;
    left: 80px;
    text-shadow: 2px 2px 3px rgba(255, 255, 255, 0.8), -2px -2px 3px rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
  }


  .contact-info h3 {
    font-family: 'Poppins', sans-serif;
    text-align: center;
    font-size: 14px;
    margin-bottom: 8px;
    color: white;
    position: relative;
    top: 12px;
    right: 89px;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
  }

  .contact-info p {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    color: black;
    text-align: center;
    position: relative;
    top: -15px;
    right: -30px;
    font-weight: bold;
    text-shadow: none;
  }

  form {
  width: 78%;
  padding: 12px;
  border-radius: 8px;
  position: relative;
  top: -248px;
  right: 195px;
  transform: scale(0.39);
  text-shadow: none;
  border: 2px solid black;
  transition: all 0.3s ease;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;

}

form button {
    width: 100%;
   
}

form:hover {
  transform: scale(0.39) !important;
}

form label {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: black;
  font-weight: bold;
  margin: 0px 0;
  transition: color 0.3s ease;
}

form input,
form textarea {
  font-family: 'Poppins', sans-serif;
  width: 97%;
  padding: 4px;
  border-radius: 5px;
  background-color: #f0f0f0;
  border: 2px solid black;
  font-size: 13px;
  color: black;
  transition: all 0.3s ease;
  margin-bottom: 10px;
}

 .contact-right {
    flex: 1;
    padding: 20px;
    border-radius: 8px;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: -680px;   /* Adjusted to better fit landscape */
    margin-left: 270px;   /* Adjusted for landscape width */
  }

  .contact-right p {
    font-size: 11px; /* Smaller font */
    font-family: 'Poppins', sans-serif;
    color: black;
    line-height: 1.5; /* Slightly reduced line spacing */
    max-width: 250px; /* Narrower max width */
    text-align: left;
    text-shadow: none !important;
    opacity: 0;
    transform: scale(0.95); /* Slightly smaller scale */
    animation: fadeInScale 1.5s ease-out forwards;
    transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
}

.contact-right h5 {
    font-size: 19px; /* Smaller font size */
    font-family: 'Poppins', sans-serif;
    color: black;
    margin-bottom: 10px; /* Reduced margin */
    text-shadow: none !important;
    animation: fadeLoop 2s ease-in-out infinite;
}

.contact-heading-wrapper i {
    font-size: 37px;
    color: #008080;
    margin-left: 5px;
    margin-top: -24px;
}

.contact-right1 {
    flex: 1;
    padding: 20px;
    border-radius: 8px;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: -700px;   /* Adjusted to better fit landscape */
    margin-left: 245px;   /* Adjusted for landscape width */
  }

  .contact-right1 p {
    font-size: 11px; /* Smaller font */
    font-family: 'Poppins', sans-serif;
    color: black;
    line-height: 1.5; /* Slightly reduced line spacing */
    max-width: 250px; /* Narrower max width */
    text-align: left;
    text-shadow: none !important;
    opacity: 0;
    transform: scale(0.95); /* Slightly smaller scale */
    animation: fadeInScale 1.5s ease-out forwards;
    transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
}

.contact-right1 h5 {
    font-size: 19px; /* Smaller font size */
    font-family: 'Poppins', sans-serif;
    color: black;
    margin-bottom: 10px; /* Reduced margin */
    text-shadow: none !important;
    animation: fadeLoop 2s ease-in-out infinite;
}

.contact-heading-wrapper1 i {
    font-size: 37px;
    color: #008080;
    margin-left: 5px;
    margin-top: -24px;
}



#cv-upload {
  width: 76%;
  padding: 12px;
  border-radius: 8px;
  position: relative;
  top: -194px;
  right: 204px;
  transform: scale(0.35);
  text-shadow: none;
  border: 2px solid black;
  transition: all 0.3s ease;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#cv-upload:hover {
  transform: scale(0.35) !important;
}


#cv-upload label {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: black;
  font-weight: bold;
  margin: 0px 0;
  transition: color 0.3s ease;
}

#cv-upload input,
#cv-upload textarea {
  font-family: 'Poppins', sans-serif;
  width: 97%;
  padding: 7px;
  border-radius: 5px;
  background-color: #f0f0f0;
  border: 2px solid black;
  font-size: 13px;
  color: black;
  transition: all 0.3s ease;
  margin-bottom: 10px;
 }
}

@media (min-width: 741px) and (max-width: 849px) and (orientation: landscape) {  
   #contact header h1 {
    font-size: 1.8rem;
    position: absolute;
    left: 35px;
    top: 10px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    color: black;
    text-transform: none;
    line-height: 1.2;
    letter-spacing: 0.3px;
    text-shadow: none;
    max-width: 80%;
  }

  .btn1, .btn2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: white;
    padding: 6px 14px;
    font-size: 10px;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    position: relative;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
    margin: 0 -2px;
    top: -10px;
    right: -285px;
  }

  .send-message-title {
    font-family: 'Poppins', sans-serif;
    font-size: 1.4rem;
    margin-bottom: 30px;
    color: black;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.35px;
    position: absolute;
    top: 7px;
    left: 98px;
    text-shadow: 2px 2px 3px rgba(255, 255, 255, 0.8), -2px -2px 3px rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
  }

  .send-message-title1 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.4rem;
    margin-bottom: 30px;
    color: black;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.35px;
    position: absolute;
    top: 7px;
    left: 80px;
    text-shadow: 2px 2px 3px rgba(255, 255, 255, 0.8), -2px -2px 3px rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
  }


  .contact-info h3 {
    font-family: 'Poppins', sans-serif;
    text-align: center;
    font-size: 14px;
    margin-bottom: 8px;
    color: white;
    position: relative;
    top: 12px;
    right: 105px;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
  }

  .contact-info p {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    color: black;
    text-align: center;
    position: relative;
    top: -15px;
    right: -12px;
    font-weight: bold;
    text-shadow: none;
  }

  form {
  width: 78%;
  padding: 12px;
  border-radius: 8px;
  position: relative;
  top: -235px;
  right: 210px;
  transform: scale(0.42);
  text-shadow: none;
  border: 2px solid black;
  transition: all 0.3s ease;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;

}

form button {
    width: 100%;
   
}

form:hover {
  transform: scale(0.42) !important;
}

form label {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: black;
  font-weight: bold;
  margin: 0px 0;
  transition: color 0.3s ease;
}

form input,
form textarea {
  font-family: 'Poppins', sans-serif;
  width: 97%;
  padding: 4px;
  border-radius: 5px;
  background-color: #f0f0f0;
  border: 2px solid black;
  font-size: 13px;
  color: black;
  transition: all 0.3s ease;
  margin-bottom: 10px;
}

 .contact-right {
    flex: 1;
    padding: 20px;
    border-radius: 8px;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: -680px;   /* Adjusted to better fit landscape */
    margin-left: 335px;   /* Adjusted for landscape width */
  }

  .contact-right p {
    font-size: 11px; /* Smaller font */
    font-family: 'Poppins', sans-serif;
    color: black;
    line-height: 1.5; /* Slightly reduced line spacing */
    max-width: 250px; /* Narrower max width */
    text-align: left;
    text-shadow: none !important;
    opacity: 0;
    transform: scale(0.95); /* Slightly smaller scale */
    animation: fadeInScale 1.5s ease-out forwards;
    transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
}

.contact-right h5 {
    font-size: 19px; /* Smaller font size */
    font-family: 'Poppins', sans-serif;
    color: black;
    margin-bottom: 10px; /* Reduced margin */
    text-shadow: none !important;
    animation: fadeLoop 2s ease-in-out infinite;
}

.contact-heading-wrapper i {
    font-size: 37px;
    color: #008080;
    margin-left: 5px;
    margin-top: -24px;
}

.contact-right1 {
    flex: 1;
    padding: 20px;
    border-radius: 8px;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: -695px;   /* Adjusted to better fit landscape */
    margin-left: 295px;   /* Adjusted for landscape width */
  }

  .contact-right1 p {
    font-size: 11px; /* Smaller font */
    font-family: 'Poppins', sans-serif;
    color: black;
    line-height: 1.5; /* Slightly reduced line spacing */
    max-width: 250px; /* Narrower max width */
    text-align: left;
    text-shadow: none !important;
    opacity: 0;
    transform: scale(0.95); /* Slightly smaller scale */
    animation: fadeInScale 1.5s ease-out forwards;
    transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
}

.contact-right1 h5 {
    font-size: 19px; /* Smaller font size */
    font-family: 'Poppins', sans-serif;
    color: black;
    margin-bottom: 10px; /* Reduced margin */
    text-shadow: none !important;
    animation: fadeLoop 2s ease-in-out infinite;
}

.contact-heading-wrapper1 i {
    font-size: 37px;
    color: #008080;
    margin-left: 5px;
    margin-top: -24px;
}



#cv-upload {
  width: 76%;
  padding: 12px;
  border-radius: 8px;
  position: relative;
  top: -180px;
  right: 224px;
  transform: scale(0.37);
  text-shadow: none;
  border: 2px solid black;
  transition: all 0.3s ease;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#cv-upload:hover {
  transform: scale(0.37) !important;
}


#cv-upload label {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: black;
  font-weight: bold;
  margin: 0px 0;
  transition: color 0.3s ease;
}

#cv-upload input,
#cv-upload textarea {
  font-family: 'Poppins', sans-serif;
  width: 97%;
  padding: 7px;
  border-radius: 5px;
  background-color: #f0f0f0;
  border: 2px solid black;
  font-size: 13px;
  color: black;
  transition: all 0.3s ease;
  margin-bottom: 10px;
 }
}

@media (min-width: 850px) and (max-width: 985px) and (orientation: landscape) {  
      #contact header h1 {
    font-size: 1.8rem;
    position: absolute;
    left: 35px;
    top: 10px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    color: black;
    text-transform: none;
    line-height: 1.2;
    letter-spacing: 0.3px;
    text-shadow: none;
    max-width: 80%;
  }

  .btn1, .btn2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: white;
    padding: 6px 14px;
    font-size: 10px;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    position: relative;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
    margin: 0 -2px;
    top: -10px;
    right: -330px;
  }

  .send-message-title {
    font-family: 'Poppins', sans-serif;
    font-size: 1.4rem;
    margin-bottom: 30px;
    color: black;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.35px;
    position: absolute;
    top: 7px;
    left: 98px;
    text-shadow: 2px 2px 3px rgba(255, 255, 255, 0.8), -2px -2px 3px rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
  }

  .send-message-title1 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.4rem;
    margin-bottom: 30px;
    color: black;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.35px;
    position: absolute;
    top: 7px;
    left: 80px;
    text-shadow: 2px 2px 3px rgba(255, 255, 255, 0.8), -2px -2px 3px rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
  }


  .contact-info h3 {
    font-family: 'Poppins', sans-serif;
    text-align: center;
    font-size: 14px;
    margin-bottom: 8px;
    color: white;
    position: relative;
    top: 12px;
    right: 119px;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
  }

  .contact-info p {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    color: black;
    text-align: center;
    position: relative;
    top: -15px;
    right: 0px;
    font-weight: bold;
    text-shadow: none;
  }

  form {
  width: 82%;
  padding: 12px;
  border-radius: 8px;
  position: relative;
  top: -220px;
  right: 216px;
  transform: scale(0.48);
  text-shadow: none;
  border: 2px solid black;
  transition: all 0.3s ease;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;

}

form button {
    width: 100%;
   
}

form:hover {
  transform: scale(0.48) !important;
}

form label {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: black;
  font-weight: bold;
  margin: 0px 0;
  transition: color 0.3s ease;
}

form input,
form textarea {
  font-family: 'Poppins', sans-serif;
  width: 97%;
  padding: 4px;
  border-radius: 5px;
  background-color: #f0f0f0;
  border: 2px solid black;
  font-size: 13px;
  color: black;
  transition: all 0.3s ease;
  margin-bottom: 10px;
}

 .contact-right {
    flex: 1;
    padding: 20px;
    border-radius: 8px;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: -685px;   /* Adjusted to better fit landscape */
    margin-left: 460px;   /* Adjusted for landscape width */
  }

  .contact-right p {
    font-size: 11px; /* Smaller font */
    font-family: 'Poppins', sans-serif;
    color: black;
    line-height: 1.5; /* Slightly reduced line spacing */
    max-width: 250px; /* Narrower max width */
    text-align: left;
    text-shadow: none !important;
    opacity: 0;
    transform: scale(0.95); /* Slightly smaller scale */
    animation: fadeInScale 1.5s ease-out forwards;
    transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
}

.contact-right h5 {
    font-size: 19px; /* Smaller font size */
    font-family: 'Poppins', sans-serif;
    color: black;
    margin-bottom: 10px; /* Reduced margin */
    text-shadow: none !important;
    animation: fadeLoop 2s ease-in-out infinite;
}

.contact-heading-wrapper i {
    font-size: 37px;
    color: #008080;
    margin-left: 5px;
    margin-top: -24px;
}

.contact-right1 {
    flex: 1;
    padding: 20px;
    border-radius: 8px;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: -705px;   /* Adjusted to better fit landscape */
    margin-left: 385px;   /* Adjusted for landscape width */
  }

  .contact-right1 p {
    font-size: 11px; /* Smaller font */
    font-family: 'Poppins', sans-serif;
    color: black;
    line-height: 1.5; /* Slightly reduced line spacing */
    max-width: 250px; /* Narrower max width */
    text-align: left;
    text-shadow: none !important;
    opacity: 0;
    transform: scale(0.95); /* Slightly smaller scale */
    animation: fadeInScale 1.5s ease-out forwards;
    transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
}

.contact-right1 h5 {
    font-size: 19px; /* Smaller font size */
    font-family: 'Poppins', sans-serif;
    color: black;
    margin-bottom: 10px; /* Reduced margin */
    text-shadow: none !important;
    animation: fadeLoop 2s ease-in-out infinite;
}

.contact-heading-wrapper1 i {
    font-size: 37px;
    color: #008080;
    margin-left: 5px;
    margin-top: -24px;
}



#cv-upload {
  width: 82%;
  padding: 12px;
  border-radius: 8px;
  position: relative;
  top: -164px;
  right: 241.8px;
  transform: scale(0.42);
  text-shadow: none;
  border: 2px solid black;
  transition: all 0.3s ease;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#cv-upload:hover {
  transform: scale(0.42) !important;
}


#cv-upload label {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: black;
  font-weight: bold;
  margin: 0px 0;
  transition: color 0.3s ease;
}

#cv-upload input,
#cv-upload textarea {
  font-family: 'Poppins', sans-serif;
  width: 97%;
  padding: 7px;
  border-radius: 5px;
  background-color: #f0f0f0;
  border: 2px solid black;
  font-size: 13px;
  color: black;
  transition: all 0.3s ease;
  margin-bottom: 10px;
 }
}

@media (max-width: 740px) and (orientation: landscape) {  
    #jobs header h1 {
    font-size: 1.8rem; /* Even smaller font size for the header */
    position: absolute;
    left: 57px;
    top: -10px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    color: black;
    text-transform: none;
    line-height: 1.2;
    letter-spacing: 0.3px;
    text-shadow: none;
    max-width: 90%; /* Adjusted width to give more space */
  }

  /* Style the search bar container */
.job-search-container {
  position: absolute; /* Make it absolute to position it relative to the parent container */
  top: 14%; /* Moves the search bar 20% down the page, adjust this value to move it up or down */
  left: -7px; /* Aligns the search bar to the left side with some margin */
  width: 70%; /* Makes it span the width of the page */
  max-width: 360px;
  text-align: left; /* Aligns the text to the left */
  padding-left: 20px; /* Adds some padding for better spacing */
  transform: scale(0.72); /* No scaling needed for mobile */
}



/* Style the search input field */
.job-search {
  padding: 12px 20px;
  font-size: 1rem;
  border: 2px solid #ddd; /* Original border */
  border-radius: 25px;
  width: 80%;
  max-width: 500px;
  background-color: #f9f9f9;
  color: #333;
  transition: all 0.3s ease;
  outline: 2px solid black; /* Adding an outline around the search field */
}

.filters-container {
  display: flex;
  margin-top: 82px; /* Increase margin to move down */
  margin-left: 150px; /* Push to the right */
  margin-right: 0; /* Ensure it aligns to the right */
  transform: scale(0.5); /* No scaling needed for mobile */
}

.job-filter {
  padding: 10px;
  font-size: 1rem;
  font-family: 'Poppins', sans-serif;
  border: 2px solid black;
  border-radius: 10px;
  width: 200px;
  background-color: white;
  top: 50px;
}

.job-filter option {
  background-color: white;  /* Background color for dropdown items */
  color: black;             /* Text color */
  font-size: 12px;          /* Adjust font size */
  padding: 2px;             /* Space inside options */
}

/* Highlight the hovered option */
.job-filter option:hover {
  background-color: #00bfae; /* Highlight color */
  color: white;
}

.job-item {
  font-family: 'Poppins', sans-serif;
  background-color: rgba(255, 255, 255, 0.35);
  border: 2px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-top: 0px; /* Reduce margin-top to move items closer vertically */
  padding: 15px;
  width: calc(100% - 55px); /* Reduce width on the right */
  margin-right: 12px; /* Reduce space on the right side */
  margin-left: -35px; /* Move the job item to the left */
  height: calc(100% - 25%); /* Reduce height from top to bottom */

}

 .job-description {
    display: none;
  }

  .job-description {
    display: none;
  }


.job-main-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); /* Dynamic grid */
  gap: 0px;
  margin-top: 0px;
  max-width: 1800px;
  overflow-y: auto; /* Enable vertical scrolling */
  height: 285px; /* Fixed height so content overflows and scrolls */
  padding: 45px;
  padding-top: 2px; /* Adjust top padding */
  box-sizing: borderbox;
}

.job-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.job-item h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 0.95rem;
  color: black;
  margin-bottom: 10px;
  font-weight: bold;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.job-item p {
  font-family: 'Poppins', sans-serif;
  font-size: 0.75rem;
  color: black;
  margin-bottom: 8px;
  text-shadow: none;
}

.job-item p strong {
  font-weight: bold;
}

.job-item p:last-child {
  margin-bottom: 0;
}

    .apply-btn {
        font-family: 'Poppins', sans-serif;
        padding: 4px 20px;
        background-color: #008080;
        color: white;
        font-size: 12px;
        border: 2px solid white;
        border-radius: 5px;
        cursor: pointer;
        transition: transform 0.2s ease, background-color 0.3s ease;
        font-weight: bold;
        text-decoration: none;
        display: inline-block;
        position: relative;
        top: -6px;
    }

.apply-btn:hover {
  background-color: #008080; /* Slightly darker shade for hover effect */
  transform: scale(1.08); /* Makes the button scale up */
}

.apply-btn:active {
  transform: scale(1.1);
  background-color: #006666;
}

.apply-btn2 {
        font-family: 'Poppins', sans-serif;
        padding: 4px 20px;
        background-color: black;
        color: white;
        font-size: 12px;
        border: 2px solid white;
        border-radius: 5px;
        cursor: pointer;
        transition: transform 0.2s ease, background-color 0.3s ease;
        font-weight: bold;
        text-decoration: none;
        display: inline-block;
        position: relative;
        top: -5px;
    }

.apply-btn2:hover {
  background-color: black;
  transform: scale(1.08);
}

.apply-btn2:active {
  transform: scale(1.1);
  background-color: #006666;
 }
}


@media (min-width: 741px) and (max-width: 896px) and (orientation: landscape) {  
    #jobs header h1 {
    font-size: 1.8rem; /* Even smaller font size for the header */
    position: absolute;
    left: 35px;
    top: -10px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    color: black;
    text-transform: none;
    line-height: 1.2;
    letter-spacing: 0.3px;
    text-shadow: none;
    max-width: 90%; /* Adjusted width to give more space */
  }

  /* Style the search bar container */
.job-search-container {
  position: absolute; /* Make it absolute to position it relative to the parent container */
  top: 19%; /* Moves the search bar 20% down the page, adjust this value to move it up or down */
  left: -10px; /* Aligns the search bar to the left side with some margin */
  width: 70%; /* Makes it span the width of the page */
  max-width: 360px;
  text-align: left; /* Aligns the text to the left */
  padding-left: 20px; /* Adds some padding for better spacing */
  transform: scale(0.72); /* No scaling needed for mobile */
}



/* Style the search input field */
.job-search {
  padding: 12px 20px;
  font-size: 1rem;
  border: 2px solid #ddd; /* Original border */
  border-radius: 25px;
  width: 80%;
  max-width: 500px;
  background-color: #f9f9f9;
  color: #333;
  transition: all 0.3s ease;
  outline: 2px solid black; /* Adding an outline around the search field */
}

.filters-container {
  display: flex;
  margin-top: 110px; /* Increase margin to move down */
  margin-left: 150px; /* Push to the right */
  margin-right: 0; /* Ensure it aligns to the right */
  transform: scale(0.5); /* No scaling needed for mobile */
}

.job-filter {
  padding: 10px;
  font-size: 1rem;
  font-family: 'Poppins', sans-serif;
  border: 2px solid black;
  border-radius: 10px;
  width: 200px;
  background-color: white;
  top: 50px;
}

.job-filter option {
  background-color: white;  /* Background color for dropdown items */
  color: black;             /* Text color */
  font-size: 12px;          /* Adjust font size */
  padding: 2px;             /* Space inside options */
}

/* Highlight the hovered option */
.job-filter option:hover {
  background-color: #00bfae; /* Highlight color */
  color: white;
}

.job-item {
  font-family: 'Poppins', sans-serif;
  background-color: rgba(255, 255, 255, 0.35);
  border: 2px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-top: 0px; /* Reduce margin-top to move items closer vertically */
  padding: 15px;
  width: calc(100% - 55px); /* Reduce width on the right */
  margin-right: 12px; /* Reduce space on the right side */
  margin-left: -35px; /* Move the job item to the left */
  height: calc(100% - 25%); /* Reduce height from top to bottom */

}

 .job-description {
    display: none;
  }



.job-main-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); /* Dynamic grid */
  gap: 0px;
  margin-top: 0px;
  max-width: 1800px;
  overflow-y: auto; /* Enable vertical scrolling */
  height: 285px; /* Fixed height so content overflows and scrolls */
  padding: 45px;
  padding-top: 2px; /* Adjust top padding */
  box-sizing: borderbox;
}

.job-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.job-item h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 0.95rem;
  color: black;
  margin-bottom: 10px;
  font-weight: bold;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.job-item p {
  font-family: 'Poppins', sans-serif;
  font-size: 0.75rem;
  color: black;
  margin-bottom: 8px;
  text-shadow: none;
}

.job-item p strong {
  font-weight: bold;
}

.job-item p:last-child {
  margin-bottom: 0;
}

    .apply-btn {
        font-family: 'Poppins', sans-serif;
        padding: 4px 20px;
        background-color: #008080;
        color: white;
        font-size: 12px;
        border: 2px solid white;
        border-radius: 5px;
        cursor: pointer;
        transition: transform 0.2s ease, background-color 0.3s ease;
        font-weight: bold;
        text-decoration: none;
        display: inline-block;
        position: relative;
        top: -6px;
    }

.apply-btn:hover {
  background-color: #008080; /* Slightly darker shade for hover effect */
  transform: scale(1.08); /* Makes the button scale up */
}

.apply-btn:active {
  transform: scale(1.1);
  background-color: #006666;
}

.apply-btn2 {
        font-family: 'Poppins', sans-serif;
        padding: 4px 20px;
        background-color: black;
        color: white;
        font-size: 12px;
        border: 2px solid white;
        border-radius: 5px;
        cursor: pointer;
        transition: transform 0.2s ease, background-color 0.3s ease;
        font-weight: bold;
        text-decoration: none;
        display: inline-block;
        position: relative;
        top: -5px;
    }

.apply-btn2:hover {
  background-color: black;
  transform: scale(1.08);
}

.apply-btn2:active {
  transform: scale(1.1);
  background-color: #006666;
 }
}

@media (min-width: 844px) and (max-width: 896px) and (orientation: landscape) {  
    #jobs header h1 {
    font-size: 1.8rem; /* Even smaller font size for the header */
    position: absolute;
    left: 57px;
    top: -10px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    color: black;
    text-transform: none;
    line-height: 1.2;
    letter-spacing: 0.3px;
    text-shadow: none;
    max-width: 90%; /* Adjusted width to give more space */
  }

  /* Style the search bar container */
.job-search-container {
  position: absolute; /* Make it absolute to position it relative to the parent container */
  top: 14%; /* Moves the search bar 20% down the page, adjust this value to move it up or down */
  left: -5px; /* Aligns the search bar to the left side with some margin */
  width: 70%; /* Makes it span the width of the page */
  max-width: 360px;
  text-align: left; /* Aligns the text to the left */
  padding-left: 20px; /* Adds some padding for better spacing */
  transform: scale(0.72); /* No scaling needed for mobile */
}



/* Style the search input field */
.job-search {
  padding: 12px 20px;
  font-size: 1rem;
  border: 2px solid #ddd; /* Original border */
  border-radius: 25px;
  width: 94%;
  max-width: 500px;
  background-color: #f9f9f9;
  color: #333;
  transition: all 0.3s ease;
  outline: 2px solid black; /* Adding an outline around the search field */
}

.filters-container {
  display: flex;
  margin-top: 92px; /* Increase margin to move down */
  margin-left: 325px; /* Push to the right */
  margin-right: 0; /* Ensure it aligns to the right */
  transform: scale(0.5); /* No scaling needed for mobile */
}

.job-filter {
  padding: 10px;
  font-size: 1rem;
  font-family: 'Poppins', sans-serif;
  border: 2px solid black;
  border-radius: 10px;
  width: 200px;
  background-color: white;
  top: 50px;
}

.job-filter option {
  background-color: white;  /* Background color for dropdown items */
  color: black;             /* Text color */
  font-size: 12px;          /* Adjust font size */
  padding: 2px;             /* Space inside options */
}

/* Highlight the hovered option */
.job-filter option:hover {
  background-color: #00bfae; /* Highlight color */
  color: white;
}

.job-item {
  font-family: 'Poppins', sans-serif;
  background-color: rgba(255, 255, 255, 0.35);
  border: 2px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-top: 0px; /* Reduce margin-top to move items closer vertically */
  padding: 15px;
  width: calc(100% - 55px); /* Reduce width on the right */
  margin-right: 12px; /* Reduce space on the right side */
  margin-left: -35px; /* Move the job item to the left */
  height: calc(100% - 25%); /* Reduce height from top to bottom */

}

 .job-description {
    display: none;
  }



.job-main-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); /* Dynamic grid */
  gap: 0px;
  margin-top: 0px;
  max-width: 1800px;
  overflow-y: auto; /* Enable vertical scrolling */
  height: 285px; /* Fixed height so content overflows and scrolls */
  padding: 45px;
  padding-top: 2px; /* Adjust top padding */
  box-sizing: borderbox;
}

.job-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.job-item h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 0.95rem;
  color: black;
  margin-bottom: 10px;
  font-weight: bold;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.job-item p {
  font-family: 'Poppins', sans-serif;
  font-size: 0.75rem;
  color: black;
  margin-bottom: 8px;
  text-shadow: none;
}

.job-item p strong {
  font-weight: bold;
}

.job-item p:last-child {
  margin-bottom: 0;
}

    .apply-btn {
        font-family: 'Poppins', sans-serif;
        padding: 4px 20px;
        background-color: #008080;
        color: white;
        font-size: 12px;
        border: 2px solid white;
        border-radius: 5px;
        cursor: pointer;
        transition: transform 0.2s ease, background-color 0.3s ease;
        font-weight: bold;
        text-decoration: none;
        display: inline-block;
        position: relative;
        top: -6px;
    }

.apply-btn:hover {
  background-color: #008080; /* Slightly darker shade for hover effect */
  transform: scale(1.08); /* Makes the button scale up */
}

.apply-btn:active {
  transform: scale(1.1);
  background-color: #006666;
}

.apply-btn2 {
        font-family: 'Poppins', sans-serif;
        padding: 4px 20px;
        background-color: black;
        color: white;
        font-size: 12px;
        border: 2px solid white;
        border-radius: 5px;
        cursor: pointer;
        transition: transform 0.2s ease, background-color 0.3s ease;
        font-weight: bold;
        text-decoration: none;
        display: inline-block;
        position: relative;
        top: -5px;
    }

.apply-btn2:hover {
  background-color: black;
  transform: scale(1.08);
}

.apply-btn2:active {
  transform: scale(1.1);
  background-color: #006666;
 }
}

@media (min-width: 900px) and (max-width: 985px) and (orientation: landscape) {  
    #jobs header h1 {
    font-size: 1.8rem; /* Even smaller font size for the header */
    position: absolute;
    left: 57px;
    top: -10px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    color: black;
    text-transform: none;
    line-height: 1.2;
    letter-spacing: 0.3px;
    text-shadow: none;
    max-width: 90%; /* Adjusted width to give more space */
  }

  /* Style the search bar container */
.job-search-container {
  position: absolute; /* Make it absolute to position it relative to the parent container */
  top: 14%; /* Moves the search bar 20% down the page, adjust this value to move it up or down */
  left: -5px; /* Aligns the search bar to the left side with some margin */
  width: 70%; /* Makes it span the width of the page */
  max-width: 360px;
  text-align: left; /* Aligns the text to the left */
  padding-left: 20px; /* Adds some padding for better spacing */
  transform: scale(0.72); /* No scaling needed for mobile */
}



/* Style the search input field */
.job-search {
  padding: 12px 20px;
  font-size: 1rem;
  border: 2px solid #ddd; /* Original border */
  border-radius: 25px;
  width: 94%;
  max-width: 500px;
  background-color: #f9f9f9;
  color: #333;
  transition: all 0.3s ease;
  outline: 2px solid black; /* Adding an outline around the search field */
}

.filters-container {
  display: flex;
  margin-top: 92px; /* Increase margin to move down */
  margin-left: 400px; /* Push to the right */
  margin-right: 0; /* Ensure it aligns to the right */
  transform: scale(0.5); /* No scaling needed for mobile */
}

.job-filter {
  padding: 10px;
  font-size: 1rem;
  font-family: 'Poppins', sans-serif;
  border: 2px solid black;
  border-radius: 10px;
  width: 200px;
  background-color: white;
  top: 50px;
}

.job-filter option {
  background-color: white;  /* Background color for dropdown items */
  color: black;             /* Text color */
  font-size: 12px;          /* Adjust font size */
  padding: 2px;             /* Space inside options */
}

/* Highlight the hovered option */
.job-filter option:hover {
  background-color: #00bfae; /* Highlight color */
  color: white;
}

.job-item {
  font-family: 'Poppins', sans-serif;
  background-color: rgba(255, 255, 255, 0.35);
  border: 2px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-top: 0px; /* Reduce margin-top to move items closer vertically */
  padding: 15px;
  width: calc(100% - 55px); /* Reduce width on the right */
  margin-right: 12px; /* Reduce space on the right side */
  margin-left: -35px; /* Move the job item to the left */
  height: calc(100% - 25%); /* Reduce height from top to bottom */

}

 .job-description {
    display: none;
  }



.job-main-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); /* Dynamic grid */
  gap: 0px;
  margin-top: 0px;
  max-width: 1800px;
  overflow-y: auto; /* Enable vertical scrolling */
  height: 285px; /* Fixed height so content overflows and scrolls */
  padding: 45px;
  padding-top: 2px; /* Adjust top padding */
  box-sizing: borderbox;
}

.job-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.job-item h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 0.95rem;
  color: black;
  margin-bottom: 10px;
  font-weight: bold;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.job-item p {
  font-family: 'Poppins', sans-serif;
  font-size: 0.75rem;
  color: black;
  margin-bottom: 8px;
  text-shadow: none;
}

.job-item p strong {
  font-weight: bold;
}

.job-item p:last-child {
  margin-bottom: 0;
}

    .apply-btn {
        font-family: 'Poppins', sans-serif;
        padding: 4px 20px;
        background-color: #008080;
        color: white;
        font-size: 12px;
        border: 2px solid white;
        border-radius: 5px;
        cursor: pointer;
        transition: transform 0.2s ease, background-color 0.3s ease;
        font-weight: bold;
        text-decoration: none;
        display: inline-block;
        position: relative;
        top: -6px;
    }

.apply-btn:hover {
  background-color: #008080; /* Slightly darker shade for hover effect */
  transform: scale(1.08); /* Makes the button scale up */
}

.apply-btn:active {
  transform: scale(1.1);
  background-color: #006666;
}

.apply-btn2 {
        font-family: 'Poppins', sans-serif;
        padding: 4px 20px;
        background-color: black;
        color: white;
        font-size: 12px;
        border: 2px solid white;
        border-radius: 5px;
        cursor: pointer;
        transition: transform 0.2s ease, background-color 0.3s ease;
        font-weight: bold;
        text-decoration: none;
        display: inline-block;
        position: relative;
        top: -5px;
    }

.apply-btn2:hover {
  background-color: black;
  transform: scale(1.08);
}

.apply-btn2:active {
  transform: scale(1.1);
  background-color: #006666;
 }
}


/* ✅ Landscape Mode: max-width 932px */
@media (max-width: 1023px) and (orientation: landscape) {  
  #faqs header h1 {
    font-size: 2.2rem;
    top: -50px;
    left: 15px;
    max-width: 75%;
  }

  .btn3, .btn4, .btn5 {
    font-size: 10px;
    padding: 6px 14px;
    top: -65px;
    right: -70px;
    margin-bottom: 5px; /* Smaller space between buttons */
    margin-right: -10px; /* Adjust space between buttons */
  }

 /* Individual FAQ Item */
.faq-item {
  width: 48%; /* Full width for better use of space */
  min-width: auto; /* Remove the minimum width */
  
  margin-bottom: 8px; /* Added slight spacing between FAQ boxes */
  padding: 4px 8px; /* Tightened padding for snugger boxes */
  border-radius: 5px; /* Smaller border radius */
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1); /* Smaller shadow for compact design */
  border-left: 4px solid #00bfae;
  background-color: rgba(255, 255, 255, 0.3); /* Slightly higher opacity for better visibility */
  box-sizing: border-box;
  position: relative;
  top: -100px; /* Reduced top positioning */
  right: 75px; /* Align it fully to the left */
  transform: scale(1); /* No scaling needed for mobile */
  margin-left: 0; /* Remove any left margin */
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

 /* FAQ Question Styling */
.faq-question {
  font-family: 'Poppins', sans-serif;
  text-align: left;
  background: none;
  border: none;
  font-size: 8px; /* Even smaller font size */
  font-weight: bold;
  cursor: pointer;
  padding: 7px 0; /* Reduced padding to save space */
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: color 0.3s ease, transform 0.3s ease;
}

  /* FAQ Answer Styling */
  .faq-answer {
    display: none;
    font-size: 8px; /* Smaller font for answers */
    color: black;
    text-shadow: none;
    border-radius: 5px;
    line-height: 1.3; /* Adjusted line height for compactness */
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out;
  }

 .arrow-icon {
  font-size: 8px;
  transition: transform 0.3s ease, color 0.3s ease;
  color: #00bfae;
 }
}

/* ✅ Landscape Mode: max-width 932px */
@media  (min-width: 1024px) and (max-width: 1365px) and (orientation: landscape) {  
  #faqs header h1 {
    font-size: 2.2rem;
    top: -50px;
    left: 21px;
    max-width: 75%;
  }

  .btn3, .btn4, .btn5 {
    font-size: 12px;
    padding: 6px 14px;
    top: -65px;
    right: -100px;
    margin-bottom: 5px; /* Smaller space between buttons */
    margin-right: -10px; /* Adjust space between buttons */
  }

 /* Individual FAQ Item */
.faq-item {
  width: 100%; /* Full width for better use of space */
  min-width: auto; /* Remove the minimum width */
  margin-bottom: 12px; /* Added slight spacing between FAQ boxes */
  padding: 4px 8px; /* Tightened padding for snugger boxes */
  border-radius: 5px; /* Smaller border radius */
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1); /* Smaller shadow for compact design */
  border-left: 4px solid #00bfae;
  background-color: rgba(255, 255, 255, 0.3); /* Slightly higher opacity for better visibility */
  box-sizing: border-box;
  position: relative;
  top: -85px; /* Reduced top positioning */
  right: 75px; /* Align it fully to the left */
  transform: scale(1); /* No scaling needed for mobile */
  margin-left: 0; /* Remove any left margin */
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

 /* FAQ Question Styling */
.faq-question {
  font-family: 'Poppins', sans-serif;
  text-align: left;
  background: none;
  border: none;
  font-size: 14px; /* Even smaller font size */
  font-weight: bold;
  cursor: pointer;
  padding: 7px 0; /* Reduced padding to save space */
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: color 0.3s ease, transform 0.3s ease;
}

.faq-question:hover {
    transform: scale(1.00); 
    color: #008080;
}

  /* FAQ Answer Styling */
  .faq-answer {
    display: none;
    font-size: 12px; /* Smaller font for answers */
    color: black;
    text-shadow: none;
    border-radius: 5px;
    line-height: 1.3; /* Adjusted line height for compactness */
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out;
  }

 .arrow-icon {
  font-size: 8px;
  transition: transform 0.3s ease, color 0.3s ease;
  color: #00bfae;
 }
}



@media (max-width: 985px) and (orientation: landscape) {  

    .footer-container {
        flex-direction: column;
        text-align: center;
    }

    .footer-section {
        width: 100%;
        margin-bottom: 20px;
    }

    .footerlogo {
        display: block; /* Ensures proper centering */
        margin: 0 auto; /* Centers the logo horizontally */
        width: 85px; 
        height: 85px;
    }

    .footerlogo2 {
        width: 235px;
		margin-bottom: -40px;
        height: 235px;
        margin-top: -40px;
        margin-left: 15px;
        position: unset;
    }

    .footer-section1 ul {
        display: flex;
        justify-content: center; /* Centers the items */
        flex-wrap: wrap; /* Ensures items adjust in landscape mode */
        padding: 0;
    }

    .footer-section1 ul li {
        margin-bottom: 10px; /* Adds spacing for better readability */
    }

    .footer-section1 ul li a {
        margin-right: 15px; /* Adjust margin to your preference */
    }
}

@media (max-width: 985px) and (orientation: landscape) {  

    .footer-container {
        flex-direction: column;
        text-align: center;
    }

    .footer-section {
        width: 100%;
        margin-bottom: 20px;
    }

    .footerlogo {
        display: block; /* Ensures proper centering */
        margin: 0 auto; /* Centers the logo horizontally */
        width: 85px; 
        height: 85px;
    }

    .footerlogo2 {
        width: 235px;
		margin-bottom: -40px;
        height: 235px;
        margin-top: -40px;
        margin-left: 15px;
        position: unset;
    }

    .footer-section1 ul {
        display: flex;
        justify-content: center; /* Centers the items */
        flex-wrap: wrap; /* Ensures items adjust in landscape mode */
        padding: 0;
    }

    .footer-section1 ul li {
        margin-bottom: 10px; /* Adds spacing for better readability */
    }

    .footer-section1 ul li a {
        margin-right: 15px; /* Adjust margin to your preference */
    }
  }

  @media (max-width: 667px) and (orientation: landscape) {  

    .blackBorder {
        left: 50px; /* Adjusted for better centering */
    }

    #menu {
    
    margin-left: -570px;
    margin-top: 30px; /* Add or increase this to move it down */
}

   /* Target the About link */
   header nav ul li:nth-child(2) {
   margin-left: 42px; /* Pushes the "About" link to the right */
}

   /* Target the About link */
   header nav ul li:nth-child(4) {
   margin-left: 42px; /* Pushes the "About" link to the right */
}

#menu li:nth-child(1)::after,
#menu li:nth-child(2)::after,
#menu li:nth-child(3)::after,
#menu li:nth-child(4)::after {
    content: "";
    position: absolute;
    top: 4px;
    right: -9px; /* Moves the line to the right */
    height: 11px; /* Height of the divider line */
    border-right: 2px solid #008080; /* Line style */
    border-radius: 6px; /* Smooth rounded edges */
    
    /* Glow effect */
    box-shadow: 0 0 10px 2px rgba(0, 128, 128, 0.8); /* Creates the glowing effect */
    transition: box-shadow 0.3s ease-in-out; /* Adds smooth transition on hover */
}

/* Optional: Increase glow on hover */
#menu li:nth-child(1):hover::after,
#menu li:nth-child(2):hover::after,
#menu li:nth-child(3):hover::after,
#menu li:nth-child(4):hover::after {
    box-shadow: 0 0 15px 3px rgba(0, 128, 128, 1); /* Increases the glow when hovered */
}

    #menu li a {
  font-size: 12px;
  padding: 2px 4px;
}

    #menu li {
      padding: 0; /* Remove extra space */
      margin: 0 6.5px; /* Optional: fine-tune horizontal spacing */
    }



    /* Keep the dropdown (hamburger menu) visible */
    .dropdown {
        display: block;
        position: absolute;
        right: 75px; /* Moves it to the right properly */
        top: 10px;  /* Adjusts top margin */
    }

    .dropdown-content a {
  position: relative;
  padding: 14px 12px; /* Increased vertical padding */
  margin-bottom: 8px;  /* Adds space between links */
  text-decoration: none;
  display: block;
  color: white;
  font-size: 16px;
}

    #menu .dropdown {
        margin-left: auto;
        position: relative;
        left: 4%; /* Adjusted so it doesn’t break in landscape */
        top: 6%;
    }

    li.dropdown {
        position: relative;
        left: 10px; /* Fine-tuned for better placement */
        transform: scale(0.85); /* Keeps it properly sized */
        transform-origin: top left;
    }

    .scroll-to-top {
        position: fixed;
        bottom: 30px;
        left: 15px;
    }

    .help-icon {
        position: fixed;
        top: 65px;
        right: 15px;
    }
  }

  @media (min-width: 668px) and (max-width: 740px) and (orientation: landscape) {  

    .blackBorder {
        left: 50px; /* Adjusted for better centering */
    }

    #menu {
    
    margin-left: -550px;
    margin-top: 30px; /* Add or increase this to move it down */
}

   /* Target the About link */
   header nav ul li:nth-child(2) {
   margin-left: 42px; /* Pushes the "About" link to the right */
}

   /* Target the About link */
   header nav ul li:nth-child(4) {
   margin-left: 42px; /* Pushes the "About" link to the right */
}

#menu li:nth-child(1)::after,
#menu li:nth-child(2)::after,
#menu li:nth-child(3)::after,
#menu li:nth-child(4)::after {
    content: "";
    position: absolute;
    top: 6px;
    right: -9px; /* Moves the line to the right */
    height: 11px; /* Height of the divider line */
    border-right: 2px solid #008080; /* Line style */
    border-radius: 6px; /* Smooth rounded edges */
    
    /* Glow effect */
    box-shadow: 0 0 10px 2px rgba(0, 128, 128, 0.8); /* Creates the glowing effect */
    transition: box-shadow 0.3s ease-in-out; /* Adds smooth transition on hover */
}

/* Optional: Increase glow on hover */
#menu li:nth-child(1):hover::after,
#menu li:nth-child(2):hover::after,
#menu li:nth-child(3):hover::after,
#menu li:nth-child(4):hover::after {
    box-shadow: 0 0 15px 3px rgba(0, 128, 128, 1); /* Increases the glow when hovered */
}

    #menu li a {
  font-size: 14px;
  padding: 2px 4px;
}

    #menu li {
      padding: 0; /* Remove extra space */
      margin: 0 6.5px; /* Optional: fine-tune horizontal spacing */
    }



    /* Keep the dropdown (hamburger menu) visible */
    .dropdown {
        display: block;
        position: absolute;
        right: 75px; /* Moves it to the right properly */
        top: 10px;  /* Adjusts top margin */
    }

    .dropdown-content a {
  position: relative;
  padding: 14px 12px; /* Increased vertical padding */
  margin-bottom: 8px;  /* Adds space between links */
  text-decoration: none;
  display: block;
  color: white;
  font-size: 16px;
}

    #menu .dropdown {
        margin-left: auto;
        position: relative;
        left: 8%; /* Adjusted so it doesn’t break in landscape */
        top: 6%;
    }

    li.dropdown {
        position: relative;
        left: 10px; /* Fine-tuned for better placement */
        transform: scale(0.85); /* Keeps it properly sized */
        transform-origin: top left;
    }

    .scroll-to-top {
        position: fixed;
        bottom: 30px;
        left: 15px;
    }

    .help-icon {
        position: fixed;
        top: 65px;
        right: 15px;
    }
  }

  @media (min-width: 741px) and (max-width: 880px) and (orientation: landscape) {  

    .blackBorder {
        left: 50px; /* Adjusted for better centering */
    }

    #menu {
    
    margin-left: -557px;
    margin-top: 30px; /* Add or increase this to move it down */
}

   /* Target the About link */
   header nav ul li:nth-child(2) {
   margin-left: 42px; /* Pushes the "About" link to the right */
}

   /* Target the About link */
   header nav ul li:nth-child(4) {
   margin-left: 42px; /* Pushes the "About" link to the right */
}

#menu li:nth-child(1)::after,
#menu li:nth-child(2)::after,
#menu li:nth-child(3)::after,
#menu li:nth-child(4)::after {
    content: "";
    position: absolute;
    top: 7px;
    right: -15px; /* Moves the line to the right */
    height: 15px; /* Height of the divider line */
    border-right: 2px solid #008080; /* Line style */
    border-radius: 6px; /* Smooth rounded edges */
    
    /* Glow effect */
    box-shadow: 0 0 10px 2px rgba(0, 128, 128, 0.8); /* Creates the glowing effect */
    transition: box-shadow 0.3s ease-in-out; /* Adds smooth transition on hover */
}

/* Optional: Increase glow on hover */
#menu li:nth-child(1):hover::after,
#menu li:nth-child(2):hover::after,
#menu li:nth-child(3):hover::after,
#menu li:nth-child(4):hover::after {
    box-shadow: 0 0 15px 3px rgba(0, 128, 128, 1); /* Increases the glow when hovered */
}

    #menu li a {
  font-size: 16px;
  padding: 4px 6px;
}

    #menu li {
      padding: 0; /*  extra space */
      margin: 0 10px; /* Optional: fine-tune horizontal spacing */
    }



    /* Keep the dropdown (hamburger menu) visible */
    .dropdown {
        display: block;
        position: absolute;
        right: 75px; /* Moves it to the right properly */
        top: 10px;  /* Adjusts top margin */

    }

.dropdown-content a {
  position: relative;
  padding: 14px 12px; /* Increased vertical padding */
  margin-bottom: 8px;  /* Adds space between links */
  text-decoration: none;
  display: block;
  color: white;
  font-size: 16px;
}



    #menu .dropdown {
        margin-left: auto;
        position: relative;
        left: 16%; /* Adjusted so it doesn’t break in landscape */
        top: 6%;
    }

    li.dropdown {
        position: relative;
        left: 10px; /* Fine-tuned for better placement */
        transform: scale(0.85); /* Keeps it properly sized */
        transform-origin: top left;
    }

    .scroll-to-top {
        position: fixed;
        bottom: 30px;
        left: 15px;
    }

    .help-icon {
        position: fixed;
        top: 65px;
        right: 15px;
    }
  }

@media (min-width: 881px) and (max-width: 1000px) and (orientation: landscape) {  

    .blackBorder {
        left: 50px; /* Adjusted for better centering */
    }

    #menu {
    
    margin-left: -535px;
    margin-top: 30px; /* Add or increase this to move it down */
}

   /* Target the About link */
   header nav ul li:nth-child(2) {
   margin-left: 42px; /* Pushes the "About" link to the right */
}

   /* Target the About link */
   header nav ul li:nth-child(4) {
   margin-left: 42px; /* Pushes the "About" link to the right */
}

#menu li:nth-child(1)::after,
#menu li:nth-child(2)::after,
#menu li:nth-child(3)::after,
#menu li:nth-child(4)::after {
    content: "";
    position: absolute;
    top: 7px;
    right: -15px; /* Moves the line to the right */
    height: 15px; /* Height of the divider line */
    border-right: 2px solid #008080; /* Line style */
    border-radius: 6px; /* Smooth rounded edges */
    
    /* Glow effect */
    box-shadow: 0 0 10px 2px rgba(0, 128, 128, 0.8); /* Creates the glowing effect */
    transition: box-shadow 0.3s ease-in-out; /* Adds smooth transition on hover */
}

/* Optional: Increase glow on hover */
#menu li:nth-child(1):hover::after,
#menu li:nth-child(2):hover::after,
#menu li:nth-child(3):hover::after,
#menu li:nth-child(4):hover::after {
    box-shadow: 0 0 15px 3px rgba(0, 128, 128, 1); /* Increases the glow when hovered */
}

    #menu li a {
  font-size: 16px;
  padding: 4px 6px;
}

    #menu li {
      padding: 0; /*  extra space */
      margin: 0 10px; /* Optional: fine-tune horizontal spacing */
    }



    /* Keep the dropdown (hamburger menu) visible */
    .dropdown {
        display: block;
        position: absolute;
        right: 75px; /* Moves it to the right properly */
        top: 10px;  /* Adjusts top margin */

    }

.dropdown-content a {
  position: relative;
  padding: 14px 12px; /* Increased vertical padding */
  margin-bottom: 8px;  /* Adds space between links */
  text-decoration: none;
  display: block;
  color: white;
  font-size: 16px;
}



    #menu .dropdown {
        margin-left: auto;
        position: relative;
        left: 24%; /* Adjusted so it doesn’t break in landscape */
        top: 6%;
    }

    li.dropdown {
        position: relative;
        left: 10px; /* Fine-tuned for better placement */
        transform: scale(0.85); /* Keeps it properly sized */
        transform-origin: top left;
    }

    .scroll-to-top {
        position: fixed;
        bottom: 30px;
        left: 15px;
    }

    .help-icon {
        position: fixed;
        top: 65px;
        right: 15px;
    }
  }

  @media (min-width: 1000px) and (max-width: 1180px) and (orientation: landscape) {  

    .blackBorder {
        left: 50px; /* Adjusted for better centering */
    }

    #menu {
    
    margin-left: -495px;
    margin-top: 30px; /* Add or increase this to move it down */
}

   /* Target the About link */
   header nav ul li:nth-child(2) {
   margin-left: 42px; /* Pushes the "About" link to the right */
}

   /* Target the About link */
   header nav ul li:nth-child(4) {
   margin-left: 42px; /* Pushes the "About" link to the right */
}

#menu li:nth-child(1)::after,
#menu li:nth-child(2)::after,
#menu li:nth-child(3)::after,
#menu li:nth-child(4)::after {
    content: "";
    position: absolute;
    top: 7px;
    right: -15px; /* Moves the line to the right */
    height: 15px; /* Height of the divider line */
    border-right: 2px solid #008080; /* Line style */
    border-radius: 6px; /* Smooth rounded edges */
    
    /* Glow effect */
    box-shadow: 0 0 10px 2px rgba(0, 128, 128, 0.8); /* Creates the glowing effect */
    transition: box-shadow 0.3s ease-in-out; /* Adds smooth transition on hover */
}

/* Optional: Increase glow on hover */
#menu li:nth-child(1):hover::after,
#menu li:nth-child(2):hover::after,
#menu li:nth-child(3):hover::after,
#menu li:nth-child(4):hover::after {
    box-shadow: 0 0 15px 3px rgba(0, 128, 128, 1); /* Increases the glow when hovered */
}

    #menu li a {
  font-size: 16px;
  padding: 4px 6px;
}

    #menu li {
      padding: 0; /*  extra space */
      margin: 0 10px; /* Optional: fine-tune horizontal spacing */
    }



    /* Keep the dropdown (hamburger menu) visible */
    .dropdown {
        display: block;
        position: absolute;
        right: 75px; /* Moves it to the right properly */
        top: 10px;  /* Adjusts top margin */

    }

.dropdown-content a {
  position: relative;
  padding: 14px 12px; /* Increased vertical padding */
  margin-bottom: 8px;  /* Adds space between links */
  text-decoration: none;
  display: block;
  color: white;
  font-size: 16px;
}



    #menu .dropdown {
        margin-left: auto;
        position: relative;
        left: 58%; /* Adjusted so it doesn’t break in landscape */
        top: 6%;
    }

    li.dropdown {
        position: relative;
        left: 10px; /* Fine-tuned for better placement */
        transform: scale(0.85); /* Keeps it properly sized */
        transform-origin: top left;
    }

    .scroll-to-top {
        position: fixed;
        bottom: 30px;
        left: 15px;
    }

    .help-icon {
        position: fixed;
        top: 65px;
        right: 15px;
    }
  }

  @media (min-width: 1181px) and (max-width: 1650px) and (orientation: landscape) {  

    .blackBorder {
        left: 50px; /* Adjusted for better centering */
    }

    #menu {
    
    margin-left: -435px;
    margin-top: 30px; /* Add or increase this to move it down */
}

   /* Target the About link */
   header nav ul li:nth-child(2) {
   margin-left: 42px; /* Pushes the "About" link to the right */
}

   /* Target the About link */
   header nav ul li:nth-child(4) {
   margin-left: 42px; /* Pushes the "About" link to the right */
}

#menu li:nth-child(1)::after,
#menu li:nth-child(2)::after,
#menu li:nth-child(3)::after,
#menu li:nth-child(4)::after {
    content: "";
    position: absolute;
    top: 7px;
    right: -15px; /* Moves the line to the right */
    height: 15px; /* Height of the divider line */
    border-right: 2px solid #008080; /* Line style */
    border-radius: 6px; /* Smooth rounded edges */
    
    /* Glow effect */
    box-shadow: 0 0 10px 2px rgba(0, 128, 128, 0.8); /* Creates the glowing effect */
    transition: box-shadow 0.3s ease-in-out; /* Adds smooth transition on hover */
}

/* Optional: Increase glow on hover */
#menu li:nth-child(1):hover::after,
#menu li:nth-child(2):hover::after,
#menu li:nth-child(3):hover::after,
#menu li:nth-child(4):hover::after {
    box-shadow: 0 0 15px 3px rgba(0, 128, 128, 1); /* Increases the glow when hovered */
}

    #menu li a {
  font-size: 18px;
  padding: 4px 6px;
}

    #menu li {
      padding: 0; /*  extra space */
      margin: 0 10px; /* Optional: fine-tune horizontal spacing */
    }



    /* Keep the dropdown (hamburger menu) visible */
    .dropdown {
        display: block;
        position: absolute;
        right: 75px; /* Moves it to the right properly */
        top: 10px;  /* Adjusts top margin */

    }

.dropdown-content a {
  position: relative;
  padding: 14px 12px; /* Increased vertical padding */
  margin-bottom: 8px;  /* Adds space between links */
  text-decoration: none;
  display: block;
  color: white;
  font-size: 16px;
}



    #menu .dropdown {
        margin-left: auto;
        position: relative;
        left: 94%; /* Adjusted so it doesn’t break in landscape */
        top: 6%;
    }

    li.dropdown {
        position: relative;
        left: 10px; /* Fine-tuned for better placement */
        transform: scale(0.85); /* Keeps it properly sized */
        transform-origin: top left;
    }

    .scroll-to-top {
        position: fixed;
        bottom: 30px;
        left: 15px;
    }

    .help-icon {
        position: fixed;
        top: 65px;
        right: 15px;
    }
  }


@media (min-width: 936px) and (max-width: 1200px) and (orientation: landscape) {  
    
/* Text Section */
.text-section h1 {
  text-align: left;
  font-family: 'Poppins', sans-serif;
  font-size: 3.2rem;
  margin-bottom: 30px;
  color: black;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.5px;
  position: absolute;
  bottom: calc(70.5% + 100px);
  left: 21%;
  transition: all 0.3s ease;
  max-width: 90vw;
  text-shadow: none;
}

.text-section p {
  font-size: 0.92rem;
  color: #222;
  line-height: 1.6;
  margin-bottom: 10px;
  font-family: 'Poppins', sans-serif;
  position: absolute;
  width: 60%;
  bottom: calc(59% + 100px);
  right: 18.5%;
  opacity: 0;
  transition: opacity 2.4s ease-in-out;
  overflow: hidden;
  display: inline-block;
  text-shadow: none;
}

/* CTA Buttons */
.cta-button {
  font-family: 'Poppins', sans-serif;
  padding: 6px 10px;
  background-color: #008080;
  color: white;
  border-radius: 50px;
  font-size: 0.95rem;
  font-weight: 450;
  letter-spacing: 1px;
  text-transform: none;
  box-shadow: 0 6px 15px rgba(0, 123, 255, 0.4), 0 2px 8px rgba(0, 123, 255, 0.2);
  border: 0.5px solid transparent;
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 30px;
  width: 32%;
  text-align: center;
  box-sizing: border-box;
  backdrop-filter: blur(8px);
  background-image: linear-gradient(45deg, #008080, #000000);
  background-size: 200% 200%;
  right: 70%;
  top: calc(375% - 100px);
  visibility: hidden;
  transition: opacity 2.4s ease-in-out;
}

.cta-button2 {
  font-family: 'Poppins', sans-serif;
  padding: 6px 10px;
  background-color: #008080;
  color: white;
  border-radius: 50px;
  font-size: 0.95rem;
  font-weight: 450;
  letter-spacing: 1px;
  text-transform: none;
  box-shadow: 0 6px 15px rgba(0, 123, 255, 0.4), 0 2px 8px rgba(0, 123, 255, 0.2);
  border: 0.5px solid transparent;
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 30px;
  width: 160px;
  text-align: center;
  box-sizing: border-box;
  backdrop-filter: blur(8px);
  background-image: linear-gradient(45deg, #008080, #000000);
  background-size: 200% 200%;
  left: 80%;
  bottom: 37%;
  visibility: hidden;
  transition: opacity 2.4s ease-in-out;
}

.cta-button i, .cta-button2 i {
  position: relative;
  top: 0px;
  right: 0px;
}

/* Home Search */
.home-search-container {
  position: absolute;
  top: calc(20px - 100px);
  left: 15px;
}

.home-search-container input {
  position: absolute;
  width: 285px;
  padding: 5px;
  font-size: 0.7rem;
  top: calc(310px - 100px);
  left: 240px;
  text-transform: none;
}

.home-search-container button {
  position: absolute;
  padding: 5px 10px;
  background-color: #007bff;
  color: white;
  border: none;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
  font-size: 0.8rem;
  font-weight: 50;
  text-transform: none;
  border-radius: 30px;
  box-shadow: 0 4px 8px rgba(0, 123, 255, 0.2);
  top: calc(308px - 100px);
  left: 560px;
}

/* Images */
.circle-img {
  transform: translateX(290%) translateY(-35px); /* was 300px */
}

.circle-img1 {
  transform: translateX(275%) translateY(-35px); /* was 300px */
}

.circle-img2 {
  transform: translateX(305%) translateY(-35px); /* was 300px */
}

.image-container {
  transform: translateX(-100%) translateY(0px) scale(0.5); /* was -100px */
}



/* Job Listings (Assuming this is it — adjust selector if needed) */
.job-listing {
  position: relative;
  top: calc(-100px); /* or adjust based on its original position */
}


}  

@media (min-width: 936px) and (max-width: 1179px) and (orientation: landscape) {  

	.icologo {
        width: 200px;
        height: 200px;
        margin-top: 335px;
        margin-left: -1015px;
        position: unset;

}

}

@media (min-width: 1180px) and (max-width: 1365px) and (orientation: landscape) {  

	.icologo {
        width: 235px;
        height: 235px;
        margin-top: 350px;
        margin-left: -1150px;
        position: unset;

}

}

@media (min-width: 1365px) and (max-width: 1366px) and (orientation: landscape) {  

	.icologo {
        width: 200px;
        height: 200px;
        margin-top: 570px;
        margin-left: -1360px;
        position: unset;

}

}

@media (min-width: 1366px) and (max-width: 1400px) and (orientation: landscape) {  
    
  .home-search-container input {
    position: absolute;
    width: 850px;
    padding: 8px;
    font-size: 1rem;
    font-family: 'Poppins', sans-serif;
    top: 175px;
    left: 56px;
    border: 2px solid #888 !important;
}

.home-search-container button {
    position: absolute;
    padding: 9px 22px;
    background-color: #008080;
    color: white;
    border: none;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    font-size: 1.1rem;
    border-radius: 30px;
    box-shadow: 0 4px 8px rgba(0, 123, 255, 0.2);
    transition: all 0.3s ease;
    top: 174px;
    left: 610px;
}

}  


@media (min-width: 936px) and (max-width: 1179px) and (orientation: landscape) {  
     #contact header h1 {
    font-size: 2rem;
    position: absolute;
    left: 40px;
    top: 10px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    color: black;
    text-transform: none;
    line-height: 1.2;
    letter-spacing: 0.3px;
    text-shadow: none;
    max-width: 80%;
  }

  .btn1, .btn2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: white;
    padding: 6px 14px;
    font-size: 14px;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    position: relative;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
    margin: 0 -2px;
    top: 0px;
    right: -340px;
  }

  .send-message-title {
    font-family: 'Poppins', sans-serif;
    font-size: 1.4rem;
    margin-bottom: 30px;
    color: black;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.35px;
    position: absolute;
    top: 16px;
    left: 102px;
    text-shadow: 2px 2px 3px rgba(255, 255, 255, 0.8), -2px -2px 3px rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
  }

  .send-message-title1 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.4rem;
    margin-bottom: 30px;
    color: black;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.35px;
    position: absolute;
    top: 16px;
    left: 85px;
    text-shadow: 2px 2px 3px rgba(255, 255, 255, 0.8), -2px -2px 3px rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
  }


  .contact-info h3 {
    font-family: 'Poppins', sans-serif;
    text-align: center;
    font-size: 15px;
    margin-bottom: 8px;
    color: white;
    position: relative;
    top: 27px;
    right: 124px;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
  }

  .contact-info p {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: black;
    text-align: center;
    position: relative;
    top: -1px;
    right: -4px;
    font-weight: bold;
    text-shadow: none;
  }

  form {
  width: 52%;
  padding: 12px;
  border-radius: 8px;
  position: relative;
  top: -85px;
  right: 54px;
  transform: scale(0.85);
  text-shadow: none;
  transition: all 0.3s ease;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;

}

form button {
    width: 100%;
   
}

form:hover {
  transform: scale(0.8) !important;
}

form label {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: black;
  font-weight: bold;
  margin: 0px 0;
  transition: color 0.3s ease;
}

form input,
form textarea {
  font-family: 'Poppins', sans-serif;
  width: 97%;
  padding: 4px;
  border-radius: 5px;
  background-color: #f0f0f0;
  border: 2px solid black;
  font-size: 13px;
  color: black;
  transition: all 0.3s ease;
  margin-bottom: 10px;
}

 .contact-right {
    flex: 1;
    padding: 20px;
    border-radius: 8px;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: -580px;   /* Adjusted to better fit landscape */
    margin-left: 510px;   /* Adjusted for landscape width */
  }

  .contact-right p {
    font-size: 14px; /* Smaller font */
    font-family: 'Poppins', sans-serif;
    color: black;
    line-height: 1.5; /* Slightly reduced line spacing */
    max-width: 310px; /* Narrower max width */
    text-align: left;
    text-shadow: none !important;
    opacity: 0;
    transform: scale(0.95); /* Slightly smaller scale */
    animation: fadeInScale 1.5s ease-out forwards;
    transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
}

.contact-right h5 {
    font-size: 22px; /* Smaller font size */
    font-family: 'Poppins', sans-serif;
    color: black;
    margin-bottom: 10px; /* Reduced margin */
    text-shadow: none !important;
    animation: fadeLoop 2s ease-in-out infinite;
}

.contact-heading-wrapper i {
    font-size: 42px;
    color: #008080;
    margin-left: 20px;
    margin-top: -24px;
}

.contact-right1 {
    flex: 1;
    padding: 20px;
    border-radius: 8px;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: -560px;   /* Adjusted to better fit landscape */
    margin-left: 510px;   /* Adjusted for landscape width */
  }

  .contact-right1 p {
    font-size: 14px; /* Smaller font */
    font-family: 'Poppins', sans-serif;
    color: black;
    line-height: 1.5; /* Slightly reduced line spacing */
    max-width: 310px; /* Narrower max width */
    text-align: left;
    text-shadow: none !important;
    opacity: 0;
    transform: scale(0.95); /* Slightly smaller scale */
    animation: fadeInScale 1.5s ease-out forwards;
    transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
}

.contact-right1 h5 {
    font-size: 22px; /* Smaller font size */
    font-family: 'Poppins', sans-serif;
    color: black;
    margin-bottom: 10px; /* Reduced margin */
    text-shadow: none !important;
    animation: fadeLoop 2s ease-in-out infinite;
}

.contact-heading-wrapper1 i {
    font-size: 42px;
    color: #008080;
    margin-left: 20px;
    margin-top: -24px;
}



#cv-upload {
  width: 52%;
  padding: 12px;
  border-radius: 8px;
  position: relative;
  top: 10px;
  right: 54px;
  transform: scale(0.85);
  text-shadow: none;
  transition: all 0.3s ease;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

form:hover {
  transform: scale(0.85) !important;
}

#cv-upload label {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: black;
  font-weight: bold;
  margin: 0px 0;
  transition: color 0.3s ease;
}

#cv-upload input,
#cv-upload textarea {
  font-family: 'Poppins', sans-serif;
  width: 97%;
  padding: 7px;
  border-radius: 5px;
  background-color: #f0f0f0;
  border: 2px solid black;
  font-size: 13px;
  color: black;
  transition: all 0.3s ease;
  margin-bottom: 10px;
 }
}

@media (min-width: 1180px) and (max-width: 1280px) and (orientation: landscape) {  
     #contact header h1 {
    font-size: 2rem;
    position: absolute;
    left: 40px;
    top: 10px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    color: black;
    text-transform: none;
    line-height: 1.2;
    letter-spacing: 0.3px;
    text-shadow: none;
    max-width: 80%;
  }

  .btn1, .btn2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: white;
    padding: 6px 14px;
    font-size: 16px;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    position: relative;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
    margin: 0 -2px;
    top: 0px;
    right: -408px;
  }

  .send-message-title {
    font-family: 'Poppins', sans-serif;
    font-size: 1.4rem;
    margin-bottom: 30px;
    color: black;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.35px;
    position: absolute;
    top: 16px;
    left: 102px;
    text-shadow: 2px 2px 3px rgba(255, 255, 255, 0.8), -2px -2px 3px rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
  }

  .send-message-title1 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.4rem;
    margin-bottom: 30px;
    color: black;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.35px;
    position: absolute;
    top: 16px;
    left: 85px;
    text-shadow: 2px 2px 3px rgba(255, 255, 255, 0.8), -2px -2px 3px rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
  }


  .contact-info h3 {
    font-family: 'Poppins', sans-serif;
    text-align: center;
    font-size: 15px;
    margin-bottom: 8px;
    color: white;
    position: relative;
    top: 27px;
    right: 148px;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
  }

  .contact-info p {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: black;
    text-align: center;
    position: relative;
    top: -1px;
    right: 18px;
    font-weight: bold;
    text-shadow: none;
  }

  form {
  width: 52%;
  padding: 12px;
  border-radius: 8px;
  position: relative;
  top: -85px;
  right: 54px;
  transform: scale(0.85);
  text-shadow: none;
  transition: all 0.3s ease;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;

}

form button {
    width: 100%;
   
}

form:hover {
  transform: scale(0.8) !important;
}

form label {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: black;
  font-weight: bold;
  margin: 0px 0;
  transition: color 0.3s ease;
}

form input,
form textarea {
  font-family: 'Poppins', sans-serif;
  width: 97%;
  padding: 4px;
  border-radius: 5px;
  background-color: #f0f0f0;
  border: 2px solid black;
  font-size: 13px;
  color: black;
  transition: all 0.3s ease;
  margin-bottom: 10px;
}

 .contact-right {
    flex: 1;
    padding: 20px;
    border-radius: 8px;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: -580px;   /* Adjusted to better fit landscape */
    margin-left: 600px;   /* Adjusted for landscape width */
  }

  .contact-right p {
    font-size: 14px; /* Smaller font */
    font-family: 'Poppins', sans-serif;
    color: black;
    line-height: 1.5; /* Slightly reduced line spacing */
    max-width: 310px; /* Narrower max width */
    text-align: left;
    text-shadow: none !important;
    opacity: 0;
    transform: scale(0.95); /* Slightly smaller scale */
    animation: fadeInScale 1.5s ease-out forwards;
    transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
}

.contact-right h5 {
    font-size: 22px; /* Smaller font size */
    font-family: 'Poppins', sans-serif;
    color: black;
    margin-bottom: 10px; /* Reduced margin */
    text-shadow: none !important;
    animation: fadeLoop 2s ease-in-out infinite;
}

.contact-heading-wrapper i {
    font-size: 42px;
    color: #008080;
    margin-left: 20px;
    margin-top: -24px;
}

.contact-right1 {
    flex: 1;
    padding: 20px;
    border-radius: 8px;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: -560px;   /* Adjusted to better fit landscape */
    margin-left: 610px;   /* Adjusted for landscape width */
  }

  .contact-right1 p {
    font-size: 14px; /* Smaller font */
    font-family: 'Poppins', sans-serif;
    color: black;
    line-height: 1.5; /* Slightly reduced line spacing */
    max-width: 310px; /* Narrower max width */
    text-align: left;
    text-shadow: none !important;
    opacity: 0;
    transform: scale(0.95); /* Slightly smaller scale */
    animation: fadeInScale 1.5s ease-out forwards;
    transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
}

.contact-right1 h5 {
    font-size: 22px; /* Smaller font size */
    font-family: 'Poppins', sans-serif;
    color: black;
    margin-bottom: 10px; /* Reduced margin */
    text-shadow: none !important;
    animation: fadeLoop 2s ease-in-out infinite;
}

.contact-heading-wrapper1 i {
    font-size: 42px;
    color: #008080;
    margin-left: 20px;
    margin-top: -24px;
}



#cv-upload {
  width: 52%;
  padding: 12px;
  border-radius: 8px;
  position: relative;
  top: 5px;
  right: 54px;
  transform: scale(0.85);
  text-shadow: none;
  transition: all 0.3s ease;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

form:hover {
  transform: scale(0.85) !important;
}

#cv-upload label {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: black;
  font-weight: bold;
  margin: 0px 0;
  transition: color 0.3s ease;
}

#cv-upload input,
#cv-upload textarea {
  font-family: 'Poppins', sans-serif;
  width: 97%;
  padding: 7px;
  border-radius: 5px;
  background-color: #f0f0f0;
  border: 2px solid black;
  font-size: 13px;
  color: black;
  transition: all 0.3s ease;
  margin-bottom: 10px;
 }
}

@media (min-width: 1281px) and (max-width: 1650px) and (orientation: landscape) {  

.contact-info1 p,
.contact-info1 h3 {
  display: none !important;
}

     #contact header h1 {
    font-size: 3rem;
    position: absolute;
    left: 35px;
    top: 10px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    color: black;
    text-transform: none;
    line-height: 1.2;
    letter-spacing: 0.3px;
    text-shadow: none;
    max-width: 80%;
  }

  .btn1, .btn2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: white;
    padding: 8px 16px;
    font-size: 18px;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    position: relative;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
    margin: 0 -2px;
    top: 0px;
    right: -490px;
  }

  .send-message-title {
    font-family: 'Poppins', sans-serif;
    font-size: 1.65rem;
    margin-bottom: 30px;
    color: black;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.35px;
    position: absolute;
    top: 35px;
    left: 120px;
    text-shadow: 2px 2px 3px rgba(255, 255, 255, 0.8), -2px -2px 3px rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
  }

  .send-message-title1 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.65rem;
    margin-bottom: 30px;
    color: black;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.35px;
    position: absolute;
    top: 35px;
    left: 98px;
    text-shadow: 2px 2px 3px rgba(255, 255, 255, 0.8), -2px -2px 3px rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
  }


  .contact-info h3 {
    font-family: 'Poppins', sans-serif;
    text-align: center;
    font-size: 18px;
    margin-bottom: 8px;
    color: white;
    position: relative;
    top: 60px;
    right: 164px;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
  }

  .contact-info p {
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    color: black;
    text-align: center;
    position: relative;
    top: 26px;
    right: 5px;
    font-weight: bold;
    text-shadow: none;
  }

  form {
  width: 46%;
  padding: 12px;
  border-radius: 8px;
  position: relative;
  top: 20px;
  right: 10px;
  transform: scale(1);
  text-shadow: none;
  transition: all 0.3s ease;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;

}

form button {
    width: 100%;
   
}

form:hover {
  transform: scale(1) !important;
}

form label {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: black;
  font-weight: bold;
  margin: 0px 0;
  transition: color 0.3s ease;
}

form input,
form textarea {
  font-family: 'Poppins', sans-serif;
  width: 97%;
  padding: 4px;
  border-radius: 5px;
  background-color: #f0f0f0;
  border: 2px solid black;
  font-size: 13px;
  color: black;
  transition: all 0.3s ease;
  margin-bottom: 10px;
}

 .contact-right {
    flex: 1;
    padding: 20px;
    border-radius: 8px;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: -500px;   /* Adjusted to better fit landscape */
    margin-left: 735px;   /* Adjusted for landscape width */
  }

  .contact-right p {
    font-size: 18px; /* Smaller font */
    font-family: 'Poppins', sans-serif;
    color: black;
    line-height: 1.5; /* Slightly reduced line spacing */
    max-width: 400px; /* Narrower max width */
    text-align: left;
    text-shadow: none !important;
    opacity: 0;
    transform: scale(0.95); /* Slightly smaller scale */
    animation: fadeInScale 1.5s ease-out forwards;
    transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
}

.contact-right h5 {
    font-size: 26px; /* Smaller font size */
    font-family: 'Poppins', sans-serif;
    color: black;
    margin-bottom: 10px; /* Reduced margin */
    text-shadow: none !important;
    animation: fadeLoop 2s ease-in-out infinite;
}

.contact-heading-wrapper i {
    font-size: 52px;
    color: #008080;
    margin-left: 20px;
    margin-top: -24px;
}

.contact-right1 {
    flex: 1;
    padding: 20px;
    border-radius: 8px;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: -500px;   /* Adjusted to better fit landscape */
    margin-left: 735px;   /* Adjusted for landscape width */
  }

  .contact-right1 p {
    font-size: 18px; /* Smaller font */
    font-family: 'Poppins', sans-serif;
    color: black;
    line-height: 1.5; /* Slightly reduced line spacing */
    max-width: 400px; /* Narrower max width */
    text-align: left;
    text-shadow: none !important;
    opacity: 0;
    transform: scale(0.95); /* Slightly smaller scale */
    animation: fadeInScale 1.5s ease-out forwards;
    transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
}

.contact-right1 h5 {
    font-size: 26px; /* Smaller font size */
    font-family: 'Poppins', sans-serif;
    color: black;
    margin-bottom: 10px; /* Reduced margin */
    text-shadow: none !important;
    animation: fadeLoop 2s ease-in-out infinite;
}

.contact-heading-wrapper1 i {
    font-size: 52px;
    color: #008080;
    margin-left: 20px;
    margin-top: -24px;
}



#cv-upload {
  width: 46%;
  padding: 12px;
  border-radius: 8px;
  position: relative;
  top: 107px;
  right: 10px;
  transform: scale(1);
  text-shadow: none;
  transition: all 0.3s ease;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

form:hover {
  transform: scale(1) !important;
}

#cv-upload label {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: black;
  font-weight: bold;
  margin: 0px 0;
  transition: color 0.3s ease;
}

#cv-upload input,
#cv-upload textarea {
  font-family: 'Poppins', sans-serif;
  width: 97%;
  padding: 7px;
  border-radius: 5px;
  background-color: #f0f0f0;
  border: 2px solid black;
  font-size: 13px;
  color: black;
  transition: all 0.3s ease;
  margin-bottom: 10px;
 }
}

@media (min-width: 936px) and (max-width: 1365px) and (orientation: landscape) {
     #jobs header h1 {
    font-size: 1.8rem; /* Even smaller font size for the header */
    position: absolute;
    left: 64px;
    top: -14px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    color: black;
    text-transform: none;
    line-height: 1.2;
    letter-spacing: 0.3px;
    text-shadow: none;
    max-width: 90%; /* Adjusted width to give more space */
  }

  /* Style the search bar container */
.job-search-container {
  position: absolute; /* Make it absolute to position it relative to the parent container */
  top: 5%; /* Moves the search bar 20% down the page, adjust this value to move it up or down */
  left: -16px; /* Aligns the search bar to the left side with some margin */
  width: 70%; /* Makes it span the width of the page */
  max-width: 435px;
  text-align: left; /* Aligns the text to the left */
  padding-left: 20px; /* Adds some padding for better spacing */
    transform: scale(0.72); /* No scaling needed for mobile */
}

/* Style the search input field */
.job-search {
  padding: 12px 20px;
  font-size: 1rem;
  border: 2px solid #ddd; /* Original border */
  border-radius: 25px;
  width: 100%;
  max-width: 500px;
  background-color: #f9f9f9;
  color: #333;
  transition: all 0.3s ease;
  outline: 2px solid black; /* Adding an outline around the search field */
}



.filters-container {
  display: flex;
  margin-top: 70px; /* Increase margin to move down */
  margin-left: 510px; /* Push to the right */
  margin-right: 0; /* Ensure it aligns to the right */
      transform: scale(0.5); /* No scaling needed for mobile */
}

.job-filter {

  padding: 10px;
  font-size: 1rem;
  font-family: 'Poppins', sans-serif;
  border: 2px solid black;
  border-radius: 10px;
  width: 200px;
  background-color: white;
  top: 50px;
}

.job-filter option {
  background-color: white;  /* Background color for dropdown items */
  color: black;             /* Text color */
  font-size: 12px;          /* Adjust font size */
  padding: 2px;             /* Space inside options */
}

/* Highlight the hovered option */
.job-filter option:hover {
  background-color: #00bfae; /* Highlight color */
  color: white;
}

.job-item {
  font-family: 'Poppins', sans-serif;
  background-color: rgba(255, 255, 255, 0.35);
  border: 2px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-top: 0px; /* Reduce margin-top to move items closer vertically */
  padding: 15px;
  width: calc(100% - 55px); /* Reduce width on the right */
  margin-right: 12px; /* Reduce space on the right side */
  margin-left: -35px; /* Move the job item to the left */
  height: calc(100% - 25%); /* Reduce height from top to bottom */

}

 .job-description {
    display: none;
  }

.job-main-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 columns */
  grid-auto-rows: auto; /* auto height for rows */
  gap: 0px;
  margin-top: 0px;
  max-width: 1800px;
  padding: 45px;
  padding-top: 2px;
  box-sizing: border-box;
  height: 600px; /* enough for 2 rows + padding */
  overflow-y: auto; /* enable vertical scrolling */
}


.job-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.job-item h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 0.95rem;
  color: black;
  margin-bottom: 10px;
  font-weight: bold;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.job-item p {
  font-family: 'Poppins', sans-serif;
  font-size: 0.75rem;
  color: black;
  margin-bottom: 8px;
  text-shadow: none;
}

.job-item p strong {
  font-weight: bold;
}

.job-item p:last-child {
  margin-bottom: 0;
}

    .apply-btn {
        font-family: 'Poppins', sans-serif;
        padding: 4px 20px;
        background-color: #008080;
        color: white;
        font-size: 12px;
        border: 2px solid white;
        border-radius: 5px;
        cursor: pointer;
        transition: transform 0.2s ease, background-color 0.3s ease;
        font-weight: bold;
        text-decoration: none;
        display: inline-block;
        position: relative;
        top: -6px;
    }

.apply-btn:hover {
  background-color: #008080; /* Slightly darker shade for hover effect */
  transform: scale(1.08); /* Makes the button scale up */
}

.apply-btn:active {
  transform: scale(1.1);
  background-color: #006666;
}

.apply-btn2 {
        font-family: 'Poppins', sans-serif;
        padding: 4px 20px;
        background-color: black;
        color: white;
        font-size: 12px;
        border: 2px solid white;
        border-radius: 5px;
        cursor: pointer;
        transition: transform 0.2s ease, background-color 0.3s ease;
        font-weight: bold;
        text-decoration: none;
        display: inline-block;
        position: relative;
        top: -5px;
    }

.apply-btn2:hover {
  background-color: black;
  transform: scale(1.08);
}

.apply-btn2:active {
  transform: scale(1.1);
  background-color: #006666;
 }
}

@media (min-width: 1365px) and (max-width: 1400px) and (orientation: landscape) {
     #jobs header h1 {
    font-size: 3.2rem; /* Even smaller font size for the header */
    position: absolute;
    left: 64px;
    top: -14px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    color: black;
    text-transform: none;
    line-height: 1.2;
    letter-spacing: 0.3px;
    text-shadow: none;
    max-width: 90%; /* Adjusted width to give more space */
  }

  /* Style the search bar container */
.job-search-container {
  position: absolute; /* Make it absolute to position it relative to the parent container */
  top: 7%; /* Moves the search bar 20% down the page, adjust this value to move it up or down */
  left: -30px; /* Aligns the search bar to the left side with some margin */
  width: 70%; /* Makes it span the width of the page */
  max-width: 535px;
  text-align: left; /* Aligns the text to the left */
  padding-left: 20px; /* Adds some padding for better spacing */
    transform: scale(0.72); /* No scaling needed for mobile */
}

/* Style the search input field */
.job-search {
  padding: 12px 20px;
  font-size: 1rem;
  border: 2px solid #ddd; /* Original border */
  border-radius: 25px;
  width: 100%;
  max-width: 500px;
  background-color: #f9f9f9;
  color: #333;
  transition: all 0.3s ease;
  outline: 2px solid black; /* Adding an outline around the search field */
}



.filters-container {
  display: flex;
  margin-top: 100px; /* Increase margin to move down */
  margin-left: 740px; /* Push to the right */
  margin-right: 0; /* Ensure it aligns to the right */
      transform: scale(0.65); /* No scaling needed for mobile */
}

.job-filter {

  padding: 10px;
  font-size: 1rem;
  font-family: 'Poppins', sans-serif;
  border: 2px solid black;
  border-radius: 10px;
  width: 200px;
  background-color: white;
  top: 50px;
}

.job-filter option {
  background-color: white;  /* Background color for dropdown items */
  color: black;             /* Text color */
  font-size: 12px;          /* Adjust font size */
  padding: 2px;             /* Space inside options */
}

/* Highlight the hovered option */
.job-filter option:hover {
  background-color: #00bfae; /* Highlight color */
  color: white;
}

.job-item {
  font-family: 'Poppins', sans-serif;
  background-color: rgba(255, 255, 255, 0.35);
  border: 2px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-top: 0px; /* Reduce margin-top to move items closer vertically */
  padding: 15px;
  width: calc(100% - 55px); /* Reduce width on the right */
  margin-right: 12px; /* Reduce space on the right side */
  margin-left: -35px; /* Move the job item to the left */
  height: calc(100% - 25%); /* Reduce height from top to bottom */

}

 .job-description {
    display: none;
  }

.job-main-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 columns */
  grid-auto-rows: auto; /* auto height for rows */
  gap: 0px;
  margin-top: 0px;
  max-width: 1800px;
  padding: 45px;
  padding-top: 2px;
  box-sizing: border-box;
  height: 685px; /* enough for 2 rows + padding */
  overflow-y: auto; /* enable vertical scrolling */
}


.job-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.job-item h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 0.95rem;
  color: black;
  margin-bottom: 10px;
  font-weight: bold;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.job-item p {
  font-family: 'Poppins', sans-serif;
  font-size: 0.75rem;
  color: black;
  margin-bottom: 8px;
  text-shadow: none;
}

.job-item p strong {
  font-weight: bold;
}

.job-item p:last-child {
  margin-bottom: 0;
}

    .apply-btn {
        font-family: 'Poppins', sans-serif;
        padding: 4px 20px;
        background-color: #008080;
        color: white;
        font-size: 12px;
        border: 2px solid white;
        border-radius: 5px;
        cursor: pointer;
        transition: transform 0.2s ease, background-color 0.3s ease;
        font-weight: bold;
        text-decoration: none;
        display: inline-block;
        position: relative;
        top: -6px;
    }

.apply-btn:hover {
  background-color: #008080; /* Slightly darker shade for hover effect */
  transform: scale(1.08); /* Makes the button scale up */
}

.apply-btn:active {
  transform: scale(1.1);
  background-color: #006666;
}

.apply-btn2 {
        font-family: 'Poppins', sans-serif;
        padding: 4px 20px;
        background-color: black;
        color: white;
        font-size: 12px;
        border: 2px solid white;
        border-radius: 5px;
        cursor: pointer;
        transition: transform 0.2s ease, background-color 0.3s ease;
        font-weight: bold;
        text-decoration: none;
        display: inline-block;
        position: relative;
        top: -5px;
    }

.apply-btn2:hover {
  background-color: black;
  transform: scale(1.08);
}

.apply-btn2:active {
  transform: scale(1.1);
  background-color: #006666;
 }
}

@media (max-width: 740px) and (orientation: landscape) {  
 


  #about header h1 {
    font-size: 1.6rem;
    position: absolute;
    left: 20px;
    top: 10px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    color: black;
    text-transform: none;
    line-height: 1.2;
    letter-spacing: 0.3px;
    text-shadow: none;
    max-width: 90%;
  }

  .side-quote-container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 360px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  pointer-events: none;
}

.side-left {
  left: 25px;
  top: 165px;
  align-items: flex-start;
}

.side-right {
  right: 25px;
  top: 125px;
  align-items: flex-end;
}

.quote-box {
  font-family: 'Poppins', sans-serif;
  background: rgba(135, 206, 250, 0.08);
  backdrop-filter: blur(16px) brightness(1.1);
  -webkit-backdrop-filter: blur(16px) brightness(1.1);
  border: 1px solid rgba(135, 206, 250, 0.25);
  padding: 2px 4px;
  border-radius: 18px;
  color: black;
  font-size: 6px;
  font-style: italic;
  max-width: 80px;
  animation: spawnIn 0.8s ease-out forwards;
  opacity: 0;
  transform: scale(0.7);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  pointer-events: auto;
  position: relative;
}

.quote-box::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, #00bfae 0%, #7b2ff7 100%);
  opacity: 0.12;
  filter: blur(24px);
}

.quote-box:hover {
  transform: scale(1.06);
  box-shadow: 0 8px 25px rgba(0, 191, 174, 0.3);
}

@keyframes spawnIn {
  0% {
    opacity: 0;
    transform: scale(0.7) translateY(20px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

.about-video {
 
  margin-top: 7.5px;
  margin-left: 10px; /* Pushes it to the right */
  padding: 0;
  animation: none;
}


  .about-video video {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures proper aspect ratio */
    border-radius: 6px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
  }

  .about-video video:hover {
    transform: scale(1.02);
    
}

.about-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 6px; /* Slightly tighter gap */
  padding: 0 6px;
  margin-top: 0px;
  overflow-y: auto;
  height: calc(100vh - 48vh); /* Adjusted to give grid a bit more room */
  padding-bottom: 12px;
}

.about-box {
  padding: 2px;
  font-size: 8px; /* Slightly smaller text for tighter feel */
  height: auto; /* Fixed height for a more square shape */
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  border-radius: 4px; /* Tighter corners */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0;
}


  .about-box h6 {
    font-size: 10px;
    margin-bottom: -4px;
  }

  .about-box p {
    font-size: 8px;
    line-height: 1.2;
    margin-top: 10px;
    text-align: center;
  }

  .about-box img {
    width: 16px;
    height: 16px;
    margin-bottom: 0px;
  }

}

/* Target only Google Nest Hub (1st gen) */
@media only screen and (width: 1024px) and (height: 600px) and (orientation: landscape) {

        form {
        width: 52%;
        padding: 12px;
        border-radius: 8px;
        position: relative;
        top: -125px;
        right: 75px;
        transform: scale(0.75);
        text-shadow: none;
        transition: all 0.3s ease;
        height: auto;
        display: flex
;
        flex-direction: column;
        justify-content: space-between;
    }

    form:hover {
  transform: scale(0.75) !important;
}

    #cv-upload {
        width: 52%;
        padding: 12px;
        border-radius: 8px;
        position: relative;
        top: -65px;
        right: 105px;
        transform: scale(0.65);
        text-shadow: none;
        transition: all 0.3s ease;
        height: auto;
        display: flex
;
        flex-direction: column;
        justify-content: space-between;
    }

     #cv-upload:hover {
  transform: scale(0.65) !important;
}

    .contact-right {
        flex: 1;
        padding: 20px;
        border-radius: 8px;
        text-align: left;
        display: flex
;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        margin-top: -600px;
        margin-left: 485px;
    }





}

@media (min-width: 741px) and (max-width: 1000px) and (orientation: landscape) {  
 
  #about header h1 {
    font-size: 1.6rem;
    position: absolute;
    left: 20px;
    top: 10px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    color: black;
    text-transform: none;
    line-height: 1.2;
    letter-spacing: 0.3px;
    text-shadow: none;
    max-width: 90%;
  }

   .side-quote-container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 360px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  pointer-events: none;
}

.side-left {
  left: 25px;
  top: 185px;
  align-items: flex-start;
}

.side-right {
  right: 25px;
  top: 145px;
  align-items: flex-end;
}

.quote-box {
  font-family: 'Poppins', sans-serif;
  background: rgba(135, 206, 250, 0.08);
  backdrop-filter: blur(16px) brightness(1.1);
  -webkit-backdrop-filter: blur(16px) brightness(1.1);
  border: 1px solid rgba(135, 206, 250, 0.25);
  padding: 4px 8px;
  border-radius: 18px;
  color: black;
  font-size: 8px;
  font-style: italic;
  max-width: 120px;
  animation: spawnIn 0.8s ease-out forwards;
  opacity: 0;
  transform: scale(0.7);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  pointer-events: auto;
  position: relative;
}

.quote-box::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, #00bfae 0%, #7b2ff7 100%);
  opacity: 0.12;
  filter: blur(24px);
}

.quote-box:hover {
  transform: scale(1.06);
  box-shadow: 0 8px 25px rgba(0, 191, 174, 0.3);
}

@keyframes spawnIn {
  0% {
    opacity: 0;
    transform: scale(0.7) translateY(20px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

.about-video {
  width: 70vw;
  height: 58vh;
  margin-top: 25px;
  margin-left: 10px; /* Pushes it to the right */
  padding: 0;
  animation: none;
}


  .about-video video {
    width: 78%;
    height: 114%;
    object-fit: cover; /* Ensures proper aspect ratio */
    border-radius: 6px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
  }

  .about-video video:hover {
    transform: scale(1.02);
    
}

.about-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 6px; /* Slightly tighter gap */
  padding: 0 6px;
  margin-top: 24px;
  overflow-y: auto;
  height: calc(100vh - 48vh); /* Adjusted to give grid a bit more room */
  padding-bottom: 12px;
}



.about-box {
  padding: 4px;
  font-size: 8px; /* Slightly smaller text for tighter feel */
  height: auto; /* Fixed height for a more square shape */
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  border-radius: 4px; /* Tighter corners */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0;
}


  .about-box h6 {
    font-size: 10px;
    margin-bottom: 4px;
  }

  .about-box p {
    font-size: 8px;
    line-height: 1.2;
    margin-top: 10px;
    text-align: center;
  }

  .about-box img {
    width: 16px;
    height: 16px;
    margin-bottom: 0px;
  }

}



@media (min-width: 1024px) and (max-width: 1700px) and (orientation: landscape) {  
 
  #about header h1 {
    font-size: 2rem;
    position: absolute;
    left: 35px;
    top: 10px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    color: black;
    text-transform: none;
    line-height: 1.2;
    letter-spacing: 0.3px;
    text-shadow: none;
    max-width: 90%;
  }

   .side-quote-container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 360px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  pointer-events: none;
}

.side-left {
  left: 35px;
  top: 235px;
  align-items: flex-start;
}

.side-right {
  right: 35px;
  top: 190px;
  align-items: flex-end;
}

.quote-box {
  font-family: 'Poppins', sans-serif;
  background: rgba(135, 206, 250, 0.08);
  backdrop-filter: blur(16px) brightness(1.1);
  -webkit-backdrop-filter: blur(16px) brightness(1.1);
  border: 1px solid rgba(135, 206, 250, 0.25);
  padding: 8px 8px;
  border-radius: 18px;
  color: black;
  font-size: 10px;
  font-style: italic;
  max-width: 240px;
  animation: spawnIn 0.8s ease-out forwards;
  opacity: 0;
  transform: scale(0.7);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  pointer-events: auto;
  position: relative;
}

.quote-box::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, #00bfae 0%, #7b2ff7 100%);
  opacity: 0.12;
  filter: blur(24px);
}

.quote-box:hover {
  transform: scale(1.06);
  box-shadow: 0 8px 25px rgba(0, 191, 174, 0.3);
}

@keyframes spawnIn {
  0% {
    opacity: 0;
    transform: scale(0.7) translateY(20px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

.about-video {
 
  margin-top: 25px;
  margin-left: 10px; /* Pushes it to the right */
  padding: 0;
  animation: none;
}


  .about-video video {
    width: 94%;
    height: 98%;
    object-fit: cover; /* Ensures proper aspect ratio */
    border-radius: 6px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
  }

  .about-video video:hover {
    transform: scale(1.02);
    
}

.about-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 6px; /* Slightly tighter gap */
  padding: 0 6px;
  margin-top: 2px;
  overflow-y: auto;
  height: calc(100vh - 48vh); /* Adjusted to give grid a bit more room */
  padding-bottom: 12px;
}



.about-box {
  padding: 4px;
  font-size: 8px; /* Slightly smaller text for tighter feel */
  height: auto; /* Fixed height for a more square shape */
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  border-radius: 4px; /* Tighter corners */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0;
  left: -5px;
}


  .about-box h6 {
    font-size: 14px;
    margin-bottom: 0px;
  }

  .about-box p {
    font-size: 10px;
    line-height: 1.2;
    margin-top: 10px;
    text-align: center;
  }

  .about-box img {
    width: 16px;
    height: 16px;
    margin-bottom: 0px;
  }

}

@media (min-width: 1366px) and (max-width: 1400px) and (orientation: landscape) {  
 
  #about header h1 {
    font-size: 3.2rem;
    position: absolute;
    left: 35px;
    top: 10px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    color: black;
    text-transform: none;
    line-height: 1.2;
    letter-spacing: 0.3px;
    text-shadow: none;
    max-width: 90%;
  }

   .side-quote-container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 360px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  pointer-events: none;
}

.side-left {
  left: 35px;
  top: 275px;
  align-items: flex-start;
}

.side-right {
  right: 35px;
  top: 220px;
  align-items: flex-end;
}

.quote-box {
  font-family: 'Poppins', sans-serif;
  background: rgba(135, 206, 250, 0.08);
  backdrop-filter: blur(16px) brightness(1.1);
  -webkit-backdrop-filter: blur(16px) brightness(1.1);
  border: 1px solid rgba(135, 206, 250, 0.25);
  padding: 12px 12px;
  border-radius: 18px;
  color: black;
  font-size: 12px;
  font-style: italic;
  max-width: 240px;
  animation: spawnIn 0.8s ease-out forwards;
  opacity: 0;
  transform: scale(0.7);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  pointer-events: auto;
  position: relative;
}

.quote-box::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, #00bfae 0%, #7b2ff7 100%);
  opacity: 0.12;
  filter: blur(24px);
}

.quote-box:hover {
  transform: scale(1.06);
  box-shadow: 0 8px 25px rgba(0, 191, 174, 0.3);
}

@keyframes spawnIn {
  0% {
    opacity: 0;
    transform: scale(0.7) translateY(20px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

.about-video {
 
  margin-top: 25px;
  margin-left: 10px; /* Pushes it to the right */
  padding: 0;
  animation: none;
}


  .about-video video {
    width: 90%;
    height: 98%;
    object-fit: cover; /* Ensures proper aspect ratio */
    border-radius: 6px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
  }

  .about-video video:hover {
    transform: scale(1.02);
    
}

.about-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 6px; /* Slightly tighter gap */
  padding: 0 6px;
  margin-top: 6px;
  overflow-y: auto;
  height: calc(100vh - 48vh); /* Adjusted to give grid a bit more room */
  padding-bottom: 12px;
}



.about-box {
  padding: 4px;
  font-size: 12px; /* Slightly smaller text for tighter feel */
  height: auto; /* Fixed height for a more square shape */
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  border-radius: 4px; /* Tighter corners */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0;
  left: -5px;
}


  .about-box h6 {
    font-size: 14px;
    margin-bottom: 4px;
  }

  .about-box p {
    font-size: 12px;
    line-height: 1.2;
    margin-top: 10px;
    text-align: center;
  }

  .about-box img {
    width: 16px;
    height: 16px;
    margin-bottom: 0px;
  }

}


 ✅ Landscape Mode: max-width 932px */
@media (min-width: 1366px) and (max-width: 1400px) and (orientation: landscape) {  
  #faqs header h1 {
    font-size: 3.2rem;
    top: -50px;
    left: 21px;
    max-width: 75%;
  }

  .btn3, .btn4, .btn5 {
    font-size: 16px;
    padding: 8px 16px;
    top: -59px;
    right: -150px;
    margin-bottom: 5px; /* Smaller space between buttons */
    margin-right: -10px; /* Adjust space between buttons */
  }

    /* Individual FAQ Item */
.faq-item {
  width: 100%; /* Full width for better use of space */
  min-width: auto; /* Remove the minimum width */
  margin-bottom: 16px; /* Added slight spacing between FAQ boxes */
  padding: 4px 8px; /* Tightened padding for snugger boxes */
  border-radius: 5px; /* Smaller border radius */
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1); /* Smaller shadow for compact design */
  border-left: 4px solid #00bfae;
  background-color: rgba(255, 255, 255, 0.3); /* Slightly higher opacity for better visibility */
  box-sizing: border-box;
  position: relative;
  top: -60px; /* Reduced top positioning */
  right: 75px; /* Align it fully to the left */
  transform: scale(1); /* No scaling needed for mobile */
  margin-left: 0; /* Remove any left margin */
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

 /* FAQ Question Styling */
.faq-question {
  font-family: 'Poppins', sans-serif;
  text-align: left;
  background: none;
  border: none;
  font-size: 18px; /* Even smaller font size */
  line-height: 2; /* Adjusted line height for compactness */

  font-weight: bold;
  cursor: pointer;
  padding: 7px 0; /* Reduced padding to save space */
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: color 0.3s ease, transform 0.3s ease;
}

.faq-question:hover {
    transform: scale(1.00);
    color: #008080;
}

  /* FAQ Answer Styling */
  .faq-answer {
    display: none;
    font-size: 14px; /* Smaller font for answers */
    color: black;
    text-shadow: none;
    border-radius: 5px;
    line-height: 1.3; /* Adjusted line height for compactness */
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out;
  }

  /* When FAQ is active/open */
.faq-item.active .faq-answer {
  display: block;
  max-height: 500px; /* Allow room for content */
  padding: 0px 2px; /* Minimal space between question and answer */
}



 .arrow-icon {
  font-size: 8px;
  transition: transform 0.3s ease, color 0.3s ease;
  color: #00bfae;
 }
}

/* Target only Google Nest Hub (1st gen) */
@media only screen and (width: 1024px) and (height: 600px) and (orientation: landscape) {

    .quote-box {
        font-family: 'Poppins', sans-serif;
        background: rgba(135, 206, 250, 0.08);
        backdrop-filter: blur(16px) brightness(1.1);
        -webkit-backdrop-filter: blur(16px) brightness(1.1);
        border: 1px solid rgba(135, 206, 250, 0.25);
        padding: 8px 8px;
        border-radius: 18px;
        color: black;
        font-size: 10px;
        font-style: italic;
        max-width: 140px;
        animation: spawnIn 0.8s ease-out forwards;
        opacity: 0;
        transform: scale(0.7);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        pointer-events: auto;
        position: relative;
    }

        #menu li a {
        font-size: 14px;
        padding: 4px 6px;
    }

        .job-search-container {
        top: 6%;
    }

        .faq-question {
        font-size: 12px;
        padding: 2px 0;

    }

}

@media only screen and (width: 720px) and (height: 540px) and (orientation: landscape) {
        .job-search-container {
        position: absolute;
        top: 9%;
        left: -7px;
        width: 70%;
        max-width: 360px;
        text-align: left;
        padding-left: 20px;
        transform: scale(0.72);
    }

    .job-main-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); /* Dynamic grid */
  gap: 0px;
  margin-top: 0px;
  max-width: 1800px;
  overflow-y: auto; /* Enable vertical scrolling */
  height: 580px; /* Fixed height so content overflows and scrolls */
  padding: 45px;
  padding-top: 2px; /* Adjust top padding */
  box-sizing: borderbox;
}

    form {
        width: 78%;
        padding: 12px;
        border-radius: 8px;
        position: relative;
        top: -190px;
        right: 150px;
        transform: scale(0.52);
        text-shadow: none;
        border: 2px solid black;
        transition: all 0.3s ease;
        height: auto;
        display: flex
;
        flex-direction: column;
        justify-content: space-between;
    }

        .contact-info h3 {
        font-family: 'Poppins', sans-serif;
        text-align: center;
        font-size: 14px;
        margin-bottom: 8px;
        color: white;
        position: relative;
        top: 12px;
        right: 86px;
        text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    }

        .contact-right {
        flex: 1;
        padding: 20px;
        border-radius: 8px;
        text-align: left;
        display: flex
;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        margin-top: -635px;
        margin-left: 335px;
    }

        #cv-upload {
        width: 76%;
        padding: 12px;
        border-radius: 8px;
        position: relative;
        top: -120px;
        right: 150px;
        transform: scale(0.52);
        text-shadow: none;
        border: 2px solid black;
        transition: all 0.3s ease;
        height: auto;
        display: flex
;
        flex-direction: column;
        justify-content: space-between;
    }

    .contact-right1 {
        flex: 1;
        padding: 20px;
        border-radius: 8px;
        text-align: left;
        display: flex
;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        margin-top: -650px;
        margin-left: 310px;
    }

        .home-search-container input {
        position: absolute;
        width: 235px;
        padding: 5px;
        font-size: 0.6rem;
        top: 275px;
        left: 158.5px;
        text-transform: none;
    }

        .home-search-container button {
        top: 272px;
        left: 430px;
    }

}

@media only screen and (width: 882px) and (height: 344px) and (orientation: landscape) {
        #menu li a {
        font-size: 14px;
        padding: 4px 6px;
    }

    .image-container{
     transform: translateX(-109%) translateY(-105px) scale(0.17); /* Moves left, down, and shrinks */
  }

      form {
        top: -250px;
        right: 257px;
        transform: scale(0.35);

    }

    form:hover {
  transform: scale(0.35) !important;
}

        .contact-info h3 {
        top: 12px;
        right: 112px;
    }

        .contact-info p {
        right: -4px;
    }

        .contact-right {
        margin-top: -700px;
        margin-left: 335px;
    }

        #cv-upload {
        width: 82%;
        top: -200px;
        right: 265.8px;
        transform: scale(0.32);
    }

     #cv-upload:hover {
  transform: scale(0.32) !important;
}

    .contact-right1 {
        margin-top: -705px;
        margin-left: 340px;
    }

    .filters-container {
  display: flex;
  margin-top: 80px; /* Increase margin to move down */
  transform: scale(0.5); /* No scaling needed for mobile */
}

.btn1, .btn2 {
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
        color: white;
        padding: 6px 14px;
        font-size: 10px;
        border-radius: 50px;
        border: none;
        cursor: pointer;
        display: inline-block;
        text-decoration: none;
        transition: all 0.3s ease-in-out;
        position: relative;
        box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
        margin: 0 -2px;
        top: -10px;
        right: -305px;
    }

}

@media only screen and (width: 829px) and (height: 690px) and (orientation: landscape) {

    .job-search-container {
        position: absolute;
        top: 10.8%;
        left: -10px;
        width: 70%;
        max-width: 360px;
        text-align: left;
        padding-left: 20px;
        transform: scale(0.72);
    }

     .job-main-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); /* Dynamic grid */
  gap: 0px;
  margin-top: 0px;
  max-width: 1800px;
  overflow-y: auto; /* Enable vertical scrolling */
  height: 580px; /* Fixed height so content overflows and scrolls */
  padding: 45px;
  padding-top: 2px; /* Adjust top padding */
  box-sizing: borderbox;
}

  .blackBorder {
        left: 50px; /* Adjusted for better centering */
    }

    #menu {
    
    margin-left: -535px;
    margin-top: 30px; /* Add or increase this to move it down */
}

   /* Target the About link */
   header nav ul li:nth-child(2) {
   margin-left: 42px; /* Pushes the "About" link to the right */
}

   /* Target the About link */
   header nav ul li:nth-child(4) {
   margin-left: 42px; /* Pushes the "About" link to the right */
}

#menu li:nth-child(1)::after,
#menu li:nth-child(2)::after,
#menu li:nth-child(3)::after,
#menu li:nth-child(4)::after {
    content: "";
    position: absolute;
    top: 7px;
    right: -15px; /* Moves the line to the right */
    height: 15px; /* Height of the divider line */
    border-right: 2px solid #008080; /* Line style */
    border-radius: 6px; /* Smooth rounded edges */
    
    /* Glow effect */
    box-shadow: 0 0 10px 2px rgba(0, 128, 128, 0.8); /* Creates the glowing effect */
    transition: box-shadow 0.3s ease-in-out; /* Adds smooth transition on hover */
}

/* Optional: Increase glow on hover */
#menu li:nth-child(1):hover::after,
#menu li:nth-child(2):hover::after,
#menu li:nth-child(3):hover::after,
#menu li:nth-child(4):hover::after {
    box-shadow: 0 0 15px 3px rgba(0, 128, 128, 1); /* Increases the glow when hovered */
}

    #menu li a {
  font-size: 14px;
  padding: 4px 6px;
}

    #menu li {
      padding: 0; /*  extra space */
      margin: 0 10px; /* Optional: fine-tune horizontal spacing */
    }



    /* Keep the dropdown (hamburger menu) visible */
    .dropdown {
        display: block;
        position: absolute;
        right: 75px; /* Moves it to the right properly */
        top: 10px;  /* Adjusts top margin */

    }

.dropdown-content a {
  position: relative;
  padding: 14px 12px; /* Increased vertical padding */
  margin-bottom: 8px;  /* Adds space between links */
  text-decoration: none;
  display: block;
  color: white;
  font-size: 16px;
}



    #menu .dropdown {
        margin-left: auto;
        position: relative;
        left: 12%; /* Adjusted so it doesn’t break in landscape */
        top: 6%;
    }

    li.dropdown {
        position: relative;
        left: 10px; /* Fine-tuned for better placement */
        transform: scale(0.85); /* Keeps it properly sized */
        transform-origin: top left;
    }

  

}

@media (max-width: 1400px) and (orientation: landscape) {  

    .footer-container {
        flex-direction: column;
        text-align: center;
    }

    .footer-section {
        width: 100%;
        margin-bottom: 20px;
    }

    .footerlogo {
        display: block; /* Ensures proper centering */
        margin: 0 auto; /* Centers the logo horizontally */
        width: 85px; 
        height: 85px;
    }

    .footerlogo2 {
        width: 235px;
		margin-bottom: -40px;
        height: 235px;
        margin-top: -40px;
        margin-left: 15px;
        position: unset;
    }

    .footer-section1 ul {
        display: flex;
        justify-content: center; /* Centers the items */
        flex-wrap: wrap; /* Ensures items adjust in landscape mode */
        padding: 0;
    }

    .footer-section1 ul li {
        margin-bottom: 10px; /* Adds spacing for better readability */
    }

    .footer-section1 ul li a {
        margin-right: 15px; /* Adjust margin to your preference */
    }
}

@media (max-width: 1400px) and (orientation: landscape) {  

    .footer-container {
        flex-direction: column;
        text-align: center;
    }

    .footerlogo2 {
        width: 235px;
		margin-bottom: -40px;
        height: 235px;
        margin-top: -40px;
        margin-left: 15px;
        position: unset;
    }

    .footer-section {
        width: 100%;
        margin-bottom: 20px;
    }

    .footerlogo {
        display: block; /* Ensures proper centering */
        margin: 0 auto; /* Centers the logo horizontally */
        width: 85px; 
        height: 85px;
    }

    .footer-section1 ul {
        display: flex;
        justify-content: center; /* Centers the items */
        flex-wrap: wrap; /* Ensures items adjust in landscape mode */
        padding: 0;
    }

    .footer-section1 ul li {
        margin-bottom: 10px; /* Adds spacing for better readability */
    }

    .footer-section1 ul li a {
        margin-right: 15px; /* Adjust margin to your preference */
    }


}











































