html {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

/* .section55 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px;
  position: relative;
}

.section55:nth-child(even) {
  flex-direction: row-reverse;
}

.section55 img {
  width: 40%;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.content55 {
  width: 50%;
  text-align: left;
}

.content55 h2 {
  font-size: 24px;
  color: #2c3e50;
}

.content55 p {
  font-size: 16px;
  line-height: 1.6;
  color: #7f8c8d;
}

.road55 {
  position: absolute;
  left: 50%;
  width: 4px;
  height: 100%;
  background-color: #3498db;
  transform: translateX(-50%);
}

.road55:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 8px;
  height: 8px;
  background-color: #3498db;
  border-radius: 50%;
  transform: translateX(-50%);
}

.road55-line55 {
  position: absolute;
  left: 50%;
  width: 4px;
  height: 0;
  background-color: #3498db;
  transform: translateX(-50%);
  transition: height 0.5s ease-in-out;
}

.visible55 .road55-line55 {
  height: 100%;
} */

.landing-page {
  width: 100%;
  height: 100vh;
  background-image: linear-gradient(rgba(12, 3, 51, 0.3), rgba(12, 3, 51, 0.3));
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0 5%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.background-clip {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.content {
  text-align: center;
  z-index: 1;
}

.content h1 {
  font-size: 90px;
  color: white;
  margin-bottom: 50px;
  position: relative;
  top: 40px;
}

.content a {
  font-size: 23px;
  color: #f3ebeb;
  text-decoration: none;
  border: 2px solid #fff;
  padding: 15px 25px;
  border-radius: 50px;
  position: relative;
  top: 20px;
}
.content a:hover {
  background-color: #fff;
  color: #000;
}
.content p {
  font-size: 1.4rem;
  padding: 0 100px;
  color: rgb(236, 229, 229);
}

.background-clip {
  position: absolute;
  right: 0;
  bottom: 0;
}

@media (max-width: 360px) {
  .new-menu {
    display: none;
  }
  .new-menu-item {
    display: none;
  }
}
/* Topbar Start */
@media (max-width: 768px) {
  .new-menu {
    display: none;
  }
  .new-menu-item {
    display: none;
  }

  #topbar-menu {
    display: flex; /* Show topbar on small screens */
    justify-content: space-between;
    align-items: center;
    padding: 10px 0; /* Adjust padding as needed */
  }

  /* Adjust email text and icon size */
  #topbar-menu .col-lg-8 small,
  #topbar-menu .col-lg-8 a {
    font-size: 14px; /* Adjust as needed */
  }

  /* Stack social icons and info email on smaller screens */
  .col-lg-8,
  .col-lg-4 {
    flex: 1; /* Make columns occupy equal space */
    text-align: center; /* Center content on small screens */
  }

  /* Adjust social icon spacing */
  #topbar-menu .btn-sm.btn-outline-light {
    margin: 5px; /* Adjust spacing as desired */
  }
  #navbar-section {
    margin: 0;
    /* background-color: rgb(217, 217, 246); */
  }
  .navbar-toggler {
    display: block; /* Show toggle button for navigation menu */
  }

  /* .navbar-toggler[aria-expanded="false"] {
  transform: rotate(0deg); 
} */

  .navbar-collapse {
    display: none;
  }

  .navbar-collapse.show {
    display: block; /* Show navigation menu when toggle is clicked */
  }

  .nav-item {
    margin-bottom: 10px; /* Add spacing between navigation items */
  }

  .dropdown-menu {
    /* Adjust dropdown menu positioning for smaller screens */
    position: absolute !important;
    left: 0 !important;
    right: auto !important;
    top: 100%;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    width: 100%;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  }

  /* Adjust logo size for smaller screens */
  .logo img {
    max-width: 120px; /* Adjust as needed */
  }
  .content h1 {
    font-size: 60px;
    text-align: center;
  }
  .content p {
    font-size: 20px;
    text-align: center;
    padding: 10px;
  }

  #navbar-section {
    z-index: 1;
  }
  #topbar-menu {
    display: flex; /* Show topbar on small screens */
    justify-content: space-between;
    align-items: center;
    padding: 10px 0; /* Adjust padding as needed */
  }
  .content a {
    position: relative;
    top: -10px;
    padding: 10px;
  }
}

@media (min-width: 769px) and (max-width: 990px) {
  .new-menu {
    display: none;
  }
  .new-menu-item {
    display: none;
  }
  /* Logo size adjustment */
  .logo img {
    max-width: 120px;
  }
  /* Navbar positioning on top */
  .navbar {
    position: absolute;
    top: 0; /* Position at the top */
    left: 0; /* Position at the left */
    width: 100%;
    z-index: 1; /* Ensure navbar appears on top */
    top: -20px;
  }

  /* Tablet and Mobile Styles */
  .navbar-toggler {
    display: block; /* Show toggle button for navigation menu */
  }

  .navbar-collapse {
    display: none; /* Hide navigation menu by default */
  }

  .navbar-collapse.show {
    display: block; /* Show navigation menu when toggle is clicked */
  }

  .nav-item {
    margin-bottom: 10px; /* Add spacing between navigation items */
  }

  .dropdown-menu {
    /* Adjust dropdown menu positioning for smaller screens */
    position: absolute !important;
    left: 0 !important;
    right: auto !important;
    top: 100%;
    background-color: #fff;
    border-radius: 0;
    width: 100%;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  }

  .content h1 {
    font-size: 100px;
  }
}

/* .banner55-content55 {
  position: absolute;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  top: 35%;
  right: 53%;
  text-align: left; */
/* background: linear-gradient(45deg, #764f8fa8, #da1f3ea6); */
/* transform: translate(-50%, -50%); */
/* color: #fff;
  font-size: 2.
 
/* .banner55-content55 h1 {
  z-index: 2;
  color: #4b70a9f2;
}

.banner55 h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
} */

/* .banner55 p {
  font-size: 1.2rem;
  margin-bottom: 2rem;
} */

/* .banner55 .btn {
  background-color: #365b9c;
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  font-size: 1.2rem;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.banner55 .btn:hover {
  background-color: #576aae;
} */

/* @media (max-width: 768px) {
  .banner55-content55 {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    top: 15%;
    right: 30%;
    text-align: left; */
/* background: linear-gradient(45deg, #764f8fa8, #da1f3ea6); */
/* transform: translate(-50%, -50%); */
/* color: #fff;
    font-size: 2.5rem;
    padding-left: 40px;
  }
} */

/* about55 section55 */

/* .about55 {
  background-color: #f4f4f4;
  padding: 50px 20px;
  text-align: center;
}

.about55 h2 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.about55 p {
  font-size: 1.2rem;
  max-width: 800px;
  margin: 0 auto;
} */

/*----------------- new about -----------------*/

.about {
  /* Bootstrap variables */
  --bs-body-color: #1e2329;
  --bs-body-bg: rgb(255, 255, 255);

  /* Custom variables */
  --about-theme-color: rgb(13, 110, 253);
  --about-theme-color-rgb: 13, 110, 253;

  background-color: var(--bs-body-bg);
  color: var(--bs-body-color);
  overflow: hidden;
  padding: 60px 0;
  position: relative;
  top: 50px;
  z-index: 1;
  text-align: justify;
}

.about .text {
  font-size: 22px;
  font-weight: 700;
  color: #0f5fb4;
}

.roboto-serif-#about-us-title {
  font-family: "Roboto Serif", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-variation-settings: "wdth" 100, "GRAD" 0;
}
#about-us-title {
  background-image: linear-gradient(
    to right,
    rgb(97, 153, 226),
    rgb(165, 102, 229)
  );
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Gray Block Style */
.gray .about,
.about.gray {
  /* Bootstrap variables */
  --bs-body-bg: rgb(246, 246, 246);
}

/* Dark Gray Block Style */
.dark-gray .about,
.about.dark-gray {
  /* Bootstrap variables */
  --bs-body-color: #ffffff;
  --bs-body-bg: rgb(30, 39, 53);
}

/* Dark Block Style */
.dark .about,
.about.dark {
  /* Bootstrap variables */
  --bs-body-color: #ffffff;
  --bs-body-bg: rgb(11, 23, 39);
}

.about-shape {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 30vw;
  background-color: rgba(var(--about-theme-color-rgb), 0.3);
  z-index: -1;
}
/* Base Styles */
@media screen {
  body {
    margin: 0;
    font-size: 16px;
  }
}

/* Small Screens (e.g., Phones) */
@media (max-width: 768px) {
  .about {
    padding: 20px 0;
    top: 20px;
  }

  .about-shape {
    display: none; /* Hide the shape on small screens */
  }

  .col-lg-4 {
    flex: 0 0 100%; /* Make columns 100% width on small screens */
    max-width: 100%;
  }

  .about-us-title {
    font-size: 2rem;
  }

  img {
    max-width: 100%; /* Ensure images are responsive */
    height: auto;
  }
}

/* Medium Screens (e.g., Tablets) */
@media (min-width: 768px) and (max-width: 992px) {
  .about {
    padding: 40px 0;
  }

  .col-lg-4 {
    flex: 0 0 100%; /* Make columns 100% width on medium screens */
    max-width: 100%;
  }
}

/* Large Screens (e.g., Desktops) */
@media (min-width: 992px) {
  .about {
    padding: 60px 0;
  }
}
@media (max-width: 980px) {
  .about-shape {
    display: none;
  }
}

/* Programs section55 */
/* .programs55 {
  background-color: #fff;
  padding: 60px 20px;
  text-align: center;
}

.programs55 h2 {
  font-size: 2.5rem;
  margin-bottom: 2rem;
}

.program-list {
  display: flex;
  justify-content: space-around;
  gap: 20px;
}

.program-item {
  background: #f0f0f0;
  padding: 20px;
  width: 30%;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.program-item h3 {
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.program-item p {
  font-size: 1rem;
} */

/* testimonial55s55 section55 */
/* .testimonials55 {
  background-color: #f9f9f9;
  padding: 60px 20px;
  text-align: center;
}

.testimonials55 h2 {
  font-size: 2.5rem;
  margin-bottom: 2rem;
}

.testimonial55 {
  margin: 20px 0;
}

.testimonial55 p {
  font-style: italic;
  font-size: 1.2rem;
} */

/* Contact section55 */
.contact {
  background-color: #333;
  color: white;
  padding: 60px 20px;
  text-align: center;
  bottom: 0;
}

.contact h2 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.contact p {
  font-size: 1.2rem;
  margin-bottom: 2rem;
}

.contact .btn {
  background-color: #ff7b00;
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  font-size: 1.2rem;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.contact .btn:hover {
  background-color: #e66b00;
}

/* Footer */
/* footer {
  background-color: #222;
  color: white;
  padding: 20px;
  text-align: center;
} */

/*----------------- banner ---------------------------*/
/* General Styles */

/* .banner {
  position: relative;
  text-align: center;
}

.banner img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}

.banner .banner-text {
  position: absolute;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  top: 50%;
  right: 30%;
  text-align: left;
  color: #fff;
  font-size: 2.5rem;
  padding-left: 40px;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
} */

/*----------------- Services ---------------------*/

body {
  font-family: "Arial", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

/* Key IT Services Section */
/* .key-services-unique {
  font-size: 2.5rem;
  font-weight: bold;
  left: 50px;
  margin-bottom: 20px;
  position: relative;
}

.key-services-unique::after {
  content: "";
  display: block;
  width: 100px;
  height: 4px;
  background: linear-gradient(90deg, orange, pink);
  position: absolute;
  bottom: -10px;
  left: 0;
} */

/*--------------------------- WHY US ------------------------------*/

/* Global Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
  background-color: #f4f4f4;
}

.whyus {
  text-align: center;
  padding: 50px 0;
  margin: 20px;
  margin-top: 50px;
}

.whyus h1 {
  background-image: linear-gradient(
    to right,
    rgb(97, 153, 226),
    rgb(165, 102, 229)
  );
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.whyus-container {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.whyus-item {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 30px;
  width: 350px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.whyus-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
  background-color: #fbc40e;
}

#dedicated-card {
  transform: translateY(-10px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
  background-color: #fbc40e;
}
.icon {
  font-size: 40px;
  color: #d14e71;
  margin-bottom: 20px;
  transition: color 0.3s ease;
}

.whyus-item:hover .icon {
  color: #d14e71;
}

h3 {
  font-size: 1.5rem;
  color: #333;
  margin-bottom: 10px;
}

/* Animation for icons */
@keyframes icon-appear {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.whyus-item .icon {
  animation: icon-appear 2s ease-in-out;
}

/* Media Query for responsiveness */
@media screen and (max-width: 768px) {
  .whyus-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
}

/*---------------------------- Approach -----------------------------*/

section {
  padding-bottom: 60px;
}
.how-it-works {
  background-color: rgb(230, 225, 225);
  color: white;
  margin-top: -20px;
}
.work-headline {
  background-image: linear-gradient(
    to right,
    rgb(97, 153, 226),
    rgb(165, 102, 229)
  );
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 3rem;
}

.how-it-works h2 {
  margin-top: 60px;
  margin-bottom: 1.8rem;
}

.how-it-works .box {
  text-align: left;
  border-left: 2px solid #f1f1f1;
  background-color: #fff;
}
.hiw-main-container {
  width: 100%;
  height: 100vh;
  background-color: rgb(230, 225, 225);
}
.hiw-container {
  position: relative;
  left: 40px;
  top: 20px;
}
.hiw-column {
  float: left;
  width: 30%;
  padding: 0 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.hiw-column:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.hiw-row-1 {
  margin: 0 -5px;
}
.hiw-row-1:after {
  content: "";
  display: table;
  clear: both;
}
.hiw-card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); /* this adds the "card" effect */
  padding: 16px;
  height: 100px;
  text-align: center;
  background-color: #f1f1f1;
}
.hiw-card-title {
  font-size: 20px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  position: relative;
  top: 10px;
}
.hiw-card-desc {
  font-size: 0.9rem;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.hiw-card-1 {
  width: 30vw;
  height: 200px;
  background-color: rgba(0, 0, 128, 0.754);
  color: white;
}
.hiw-card-2 {
  width: 30vw;
  height: 200px;
  background-color: white;
  margin: 0 30px;
  color: black;
}
.hiw-card-3 {
  width: 25vw;
  height: 280px;
  background-color: rgba(0, 0, 128, 0.754);
  margin-left: 60px;
  color: white;
}
.hiw-card-4 {
  width: 30vw;
  height: 280px;
  background-color: white;
  margin-top: -30px;
  color: black;
}
.hiw-card-5 {
  width: 30vw;
  height: 280px;
  background-color: rgba(0, 0, 128, 0.754);
  margin-left: 30px;
  margin-top: -30px;
  color: white;
}
.hiw-card-6 {
  width: 25vw;
  height: 200px;
  background-color: white;
  margin-left: 60px;
  color: black;
}

.hiw-row-2 {
  margin: 0 -5px;
  margin-top: 20px;
}

.ani-con {
  transform: translateY(50px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.ani-con.visible {
  opacity: 1;
  transform: translateY(0);
  animation: bounce 0.6s ease-in-out;
}

/* For screens 1200px and above (large desktops) */
@media (min-width: 1200px) {
  .hiw-column {
    width: 30%;
  }
  .hiw-card {
    padding: 20px;
  }
  .hiw-card-1,
  .hiw-card-2,
  .hiw-card-3,
  .hiw-card-4,
  .hiw-card-5,
  .hiw-card-6 {
    width: 30vw;
    height: 250px;
  }
}

/* For screens between 768px and 1199px (tablets and smaller desktops) */
@media (min-width: 768px) and (max-width: 1199px) {
  .hiw-column {
    width: 45%;
    margin-bottom: 20px;
  }
  .hiw-card-1,
  .hiw-card-2,
  .hiw-card-3,
  .hiw-card-4,
  .hiw-card-5,
  .hiw-card-6 {
    width: 45vw;
    height: 220px;
  }
  .how-it-works h2 {
    font-size: 2.5rem;
  }
  .hiw-container {
    left: 20px;
  }
}

/* For screens between 480px and 767px (mobile devices in landscape mode) */
@media (min-width: 480px) and (max-width: 767px) {
  .hiw-column {
    width: 100%;
    padding: 0 15px;
  }
  .hiw-card-1,
  .hiw-card-2,
  .hiw-card-3,
  .hiw-card-4,
  .hiw-card-5,
  .hiw-card-6 {
    width: 90%;
    height: 180px;
    margin: 10px auto;
  }
  .how-it-works h2 {
    font-size: 2rem;
  }
  .hiw-container {
    left: 10px;
    top: 10px;
  }
}

/* For screens smaller than 480px (small mobile devices) */
@media (max-width: 479px) {
  .how-it-works {
    padding-bottom: 30px;
  }
  .hiw-column {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .hiw-card-1,
  .hiw-card-2,
  .hiw-card-3,
  .hiw-card-4,
  .hiw-card-5,
  .hiw-card-6 {
    width: 100%;
    height: auto;
    margin: 15px 0;
  }
  .how-it-works h2 {
    font-size: 1.5rem;
    text-align: center;
  }
  .hiw-container {
    left: 0;
    top: 0;
  }
  .hiw-card-title {
    font-size: 18px;
    padding: 10px;
  }
  .hiw-card-desc {
    font-size: 0.8rem;
    padding: 10px;
  }
}

/****************************  Services *********************************/

/* $color-primary-white: rgb(240, 240, 240);  */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  font-family: "Arial", sans-serif;
  line-height: 1.6;
  overflow-x: hidden; /* Prevent horizontal scroll */
}
main.services-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 columns for the grid */
  gap: 20px; /* Space between grid items */
  padding: 50px;
   /* justify-items: center; */
}

.card:nth-child(4),
.card:nth-child(5) {
  grid-column: span 1; 
}

.services-cards {
  background: no-repeat center center fixed;
  margin-top: -40px;
}

#servicesnew {
  background-color: #f1f1f1;
  /* padding: 20px 0 0 0; */
  text-align: center;
  height: 150px;
  margin-top: -20px;
}

#servicesnew h2 {
  background-image: linear-gradient(
    to right,
    rgb(97, 153, 226),
    rgb(165, 102, 229)
  );
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2rem; 
  text-align: center;
  padding-top: 30px;
}

#servicesnew p {
  background-image: linear-gradient(
    to right,
    rgb(97, 150, 200),
    rgb(160, 100, 200)
  );
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  /* padding: 0 0 40px 0; */
  font-size: 1.2rem;
}

.card {
  display: flex;
            flex-direction: column;
            justify-content: flex-end;
            height: 350px;
            background: #333;
            color: white;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
            position: relative;
            cursor: pointer;
            transition: all 0.3s ease;
}

.card img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.9;
  transition: opacity 0.2s ease-out;
}
.card-content {
  position: relative;
  z-index: 1;
  padding: 20px;
  background: rgba(0, 0, 0, 0.5); 
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end; 
}

.card h2 {
  margin: 0;
  color: white;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}

.card p {
  color: white;
  margin-top: 10px;
}

.explore-btn {
  color: #fbc40e;
  cursor: pointer;
  text-decoration: none;
  font-size: 1rem;
}

.card:hover img {
  opacity: 1;
}

.card:hover .card-content {
  opacity: 1;
  transition: opacity 0.3s ease-out;
}

/* Media Query for Tablets (768px and above) */
@media (max-width: 1024px) {
  main.services-cards {
    grid-template-columns: repeat(2, 1fr); /* 2 columns for medium screens */
    gap: 15px;
    padding: 30px;
  }
   /* .card:nth-child(4),
  .card:nth-child(5) {
    grid-column: span 1;
  } */

  .card {
    height: 300px;
  }
}

/* Media Query for Large Smartphones (600px and above) */
@media (max-width: 768px) {
  main.services-cards {
    grid-template-columns: 1fr; /* 1 column for narrow screens */
    gap: 15px;
    padding: 20px;
  }

  .card {
    height: 280px; /* Further reduce card height */
  }
  #first-card{
    margin-top: 200px;
  }
  #servicesnew h2{
    position: relative;
    top: 50px;
  }
  #servicesnew p{
    position: relative;
    top: 40px;
  }
   /* .card:nth-child(4),
  .card:nth-child(5) {
    grid-column: span 1;
  } */
}

/* Media Query for Small Smartphones (below 600px) */
@media (max-width: 600px) {
  main.services-cards {
    grid-template-columns: 1fr; /* Single column layout */
    gap: 10px;
    padding: 10px;
  }
 
  #servicesnew h2{
    text-align: center;
    font-size: 1.5rem;
    position: relative;
    top: 40px;
  }
  #servicesnew p{
    text-align: center;
    font-size: 0.9rem;
    position: relative;
    top: 40px;
  }
  #first-card{
    margin-top: 150px;
  }
   /* .card:nth-child(4),
  .card:nth-child(5) {
    grid-column: span 1; 
  } */

  .card {
    height: 250px; /* Adjust card height for small screens */
  }

  .card-content {
    padding: 15px; /* Smaller padding inside cards */
  }

  .card h2 {
    font-size: 1.3rem; /* Reduce font size for titles */
  }

  .card p {
    font-size: 0.9rem; /* Reduce font size for text */
  }

  .explore-btn {
    font-size: 0.8rem; /* Smaller button text */
  }
}

/* @media (max-width: 1024px) {
   main {
                grid-template-columns: repeat(2, 1fr); 
                gap: 20px;
            }
  #servicesnew h2 {
    font-size: 1.8rem;
  }

  .services-cards {
    margin-top: 10px;
  }

  .card {
    width: 100%;
    margin: 0 auto;
    height: auto; 
  }

  .last-2-cards {
    display: block;
    margin: 0;
  }

  .card-content h2 {
    font-size: 1.5rem;
  }
}

@media (max-width: 768px) {
   main {
                grid-template-columns: 1fr; 
                gap: 15px;
            }
  #servicesnew h2 {
    font-size: 1.6rem;
  }

  #servicesnew p {
    font-size: 1rem;
  }

  .card h2 {
    font-size: 1.3rem;
  }

  .card p {
    font-size: 0.9rem;
  }

  .card {
    height: 250px;
    margin-bottom: 20px;
  }

  .last-2-cards {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-left: 0;
  }

  .card-content {
    padding: 15px;
  }
}

@media (max-width: 480px) {
  #servicesnew h2 {
    font-size: 1.4rem;
  }

  .card {
    margin: 10px;
    height: auto;
  }

  .card-content h2 {
    font-size: 1.2rem;
  }

  .card-content p {
    font-size: 0.8rem;
  }

  .explore-btn {
    font-size: 0.9rem;
  }
} */

/* Prevent horizontal scrolling */
body {
  font-family: "Arial", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}
/* main {
  display: grid;
  grid-template-columns: auto auto auto;
  padding: 50px;
  font-family: "Roboto", sans-serif;
  gap: 20px; 
}
.services-cards {
  background: no-repeat center center fixed;
  margin-top: -20px;
}
#servicesnew{
  background-color: #f1f1f1;
  padding: 20px 0 0 0;
}
#servicesnew h2 {
  background-image: linear-gradient(
    to right,
    rgb(97, 153, 226),
    rgb(165, 102, 229)
  );
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

#servicesnew p {
  background-image: linear-gradient(
    to right,
    rgb(97, 150, 200),
    rgb(160, 100, 200)
  );
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}
#servicesnew p{
  padding: 0 0 40px 0;
}
#first-card {
  margin-left: 40px;
}
.card {
  width: 20rem;
  height: 20rem;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  color: white;
  box-shadow: 0 10px 30px 5px rgba(0, 0, 0, 0.5);
  border: 1px solid gray;

  img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.9;
    transition: opacity 0.2s ease-out;
  }

  h2 {
    position: absolute;
    inset: auto auto 30px 30px;
    margin: 0;
    transition: inset 0.3s 0.3s ease-out;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    color: white;
  }

  p,
  span {
    position: absolute;
    opacity: 0;
    max-width: 80%;
    transition: opacity 0.3s ease-out;
  }

  p {
    inset: auto auto 80px 30px;
  }

  span {
    inset: auto auto 40px 30px;
    color: inherit;
    text-decoration: none;
  }

  &:hover h2 {
    inset: auto auto 220px 30px;
    transition: inset 0.3s ease-out;
    color: #fbc40e;
    position: absolute;
    top: 80px;
    left: 10px;
  }

  &:hover p,
  &:hover span {
    opacity: 1;
    transition: opacity 0.5s 0.1s ease-in;
    color: whitesmoke;
  }

  &:hover img {
    transition: opacity 0.3s ease-in;
    opacity: 1;
  }
}
.card:hover span {
  color: #fbc40e;
}
.card:hover .rpo-card {
  margin-top: -55px;
}
.last-2-cards {
  margin-left: 55%;
}

#fourth-card {
  margin-top: 60px;
}
#fifth-card {
  position: absolute;
  margin-left: 29.5vw;
  margin-top: -320px;
}
.material-symbols-outlined {
  vertical-align: middle;
}

body {
  font-family: "Arial", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
} */

/* For very small mobile devices (< 480px) */
/* @media (max-width: 479px) {
  #servicesnew h2 {
    font-size: 1.3rem;
  }

  #servicesnew p {
    font-size: 1.1rem;
  }
   .services-cards{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    padding: 0px 25px;
    width: 100%;
  }
   .card img{
    max-width: 105%;
  }
} */

/* Tablet and landscape mobile (portrait up to 768px) */
/* @media screen and (max-width: 768px) {
  main {
    grid-template-columns: auto;
    padding: 20px;
  }

  .card {
     width: 18rem;
  height: 18rem;
    width: 100%; 
    margin: 10px 0; 
  }
    .card img{
    max-width: 105%;
  }

  #servicesnew h2,
  #servicesnew p {
    font-size: 1.2rem;
    text-align: center;
  }
   .card{
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #first-card {
    margin-left: 0;
  }
  #second-card {
    margin-left: 0;
  }
  #third-card {
    margin-left: 0;
  }

  .last-2-cards {
    margin-left: 0;
    margin-top: 20px;
  }

  #fourth-card {
    margin-top: 0;
  }

  #fifth-card {
    position: relative;
    margin-left: 0;
  }
} */

/* Larger screens (landscape tablets and desktops) */
/* @media screen and (min-width: 768px) and (max-width: 1024px) {
  main {
    grid-template-columns: auto auto;
    gap: 10px;
  }
  .card{
    display: flex;
    justify-content: center;
    align-items: center;
  }
    .card img{
    max-width: 105%;
  }
  
  #servicesnew h2,
  #servicesnew p {
    font-size: 1.5rem;
  }
  .card {
    width: calc(50% - 10px);
  }
  #servicesnew h2,
  #servicesnew p {
    font-size: 1.8rem;
  }
} */
/* Extra large screens (desktops) */
/* @media screen and (min-width: 1024px) {
  main {
    grid-template-columns: auto auto auto;
    gap: 20px;
  }
} */
/* main {
  display: grid;
  grid-template-columns: auto auto auto;
  padding: 50px;
  font-family: "Roboto", sans-serif;
  gap: 20px; 
}
.services-cards {
  background: no-repeat center center fixed;
  margin-top: -40px;
}
.coe-info {
  font-size: 1.2em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 4em 3em;
  height: 2em;
  top: 10px;
}

#servicesnew h2 {
  background-image: linear-gradient(
    to right,
    rgb(97, 153, 226),
    rgb(165, 102, 229)
  );
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

#servicesnew p {
  background-image: linear-gradient(
    to right,
    rgb(97, 150, 200),
    rgb(160, 100, 200)
  );
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
#first-card {
  margin-left: 40px;
}

.card {
  width: 20rem;
  height: 20rem;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  color: white;
  box-shadow: 0 10px 30px 5px rgba(0, 0, 0, 0.5);
  border: 1px solid gray;

  img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.9;
    transition: opacity 0.2s ease-out;
  }

  h2 {
    position: absolute;
    inset: auto auto 30px 30px;
    margin: 0;
    transition: inset 0.3s 0.3s ease-out;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    color: white;
    
  }

  p,
  span {
    position: absolute;
    opacity: 0;
    max-width: 80%;
    transition: opacity 0.3s ease-out;
  }

  p {
    inset: auto auto 80px 30px;
  }

  span {
    inset: auto auto 40px 30px;
    color: inherit;
    text-decoration: none;
  }

  &:hover h2 {
    inset: auto auto 220px 30px;
    transition: inset 0.3s ease-out;
    color: #fbc40e;
    position: absolute;
    top: 80px;
    left: 10px;
  }

  &:hover p,
  &:hover span {
    opacity: 1;
    transition: opacity 0.5s 0.1s ease-in;
    color: whitesmoke;
  }

  &:hover img {
    transition: opacity 0.3s ease-in;
    opacity: 1;
  }
}
.card:hover span {
  color: #fbc40e;
}
.card:hover .rpo-card {
  margin-top: -55px;
}

#fourth-card {
  margin-top: -20px;
  margin-left: 60%;
}
#fifth-card {
  position: absolute;
  margin-left: 48.5vw;
  margin-top: 320px;
}
.material-symbols-outlined {
  vertical-align: middle;
}

body {
  font-family: "Arial", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
} */

/* For very small mobile devices (< 480px) */
/* @media (max-width: 479px) {
  #servicesnew h2 {
    font-size: 1.5rem;
    top: 50px;
  }

  #servicesnew p {
    font-size: 1.1rem;
  }
  .services-cards{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    padding: 0px 25px;
    width: 100%;
  }
  .card{
     height: 30%;
  }
  .card img{
    max-width: 105%;
  }
 
} */

/* Tablet and landscape mobile (portrait up to 768px) */
/* @media screen and (max-width: 768px) {
  main {
    grid-template-columns: auto;
    padding: 20px;
  }
   .services-cards, .last-2-cards{
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
     margin-top: 30px;
    padding: 0px 25px;
    width: 100%;
  }
   .card img{
    max-width: 105%;
  }
 
  #servicesnew h2,
  #servicesnew p {
    font-size: 1.2rem;
    text-align: center;
  }

  #first-card {
    margin-left: 0;
  }
  #second-card {
    margin-left: 0;
  }
  #third-card {
    margin-left: 0;
  }

  .last-2-cards {
    margin-left: 0;
    margin-top: 20px;
  }

  #fourth-card {
    margin-top: 0;
  }
} */

/* Larger screens (landscape tablets and desktops) */
/* @media screen and (min-width: 768px) and (max-width: 992px) {
  main {
    grid-template-columns: auto auto;
    gap: 10px;
  }
  #first-card, #second-card{
    display: grid;
    grid-template-columns: auto auto;
    width: 100%;
    margin: 10px;
  }
  #third-card, #fourth-card{
    display: grid;
    grid-template-columns: auto auto;
    width: 100%;
     margin: 10px;
  }

 #fifth-card{
  display: flex;
  margin-top: 78vh;
  margin-left: 0;
 }

  #servicesnew h2,
  #servicesnew p {
    font-size: 1.5rem;
  }
  .card {
    width: calc(50% - 10px);
  }
  #servicesnew h2,
  #servicesnew p {
    font-size: 1.8rem;
  }
} */

/* Extra large screens (desktops) */
/* @media (min-width: 993px) and (max-width:1200px){
  main {
    grid-template-columns: auto auto auto;
    gap: 20px;
  }
  .services-cards{
    justify-content: center;
    align-items: center;
  }
} */

/* .key-services {
  font-size: 2.5rem;
  font-weight: bold;
  left: 50px;
  margin-bottom: 20px;
  position: relative;
} */

/* .key-services::after {
  content: "";
  display: block;
  width: 100px;
  height: 4px;
  background: linear-gradient(90deg, orange, pink);
  position: absolute;
  bottom: -10px;
  left: 0;
} */

/* .service-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 0px 150px;
  background-color: #f9f9f9;
} */

/* .text-container {
  flex: 1;
  padding: 20px;
} */

/* .text-container h6 {
  color: #ff5a4a;
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.text-container h1 {
  font-size: 2rem;
  margin-bottom: 20px;
}

.text-container p {
  font-size: 1.1rem;
  margin-bottom: 30px;
  line-height: 1.4;
  color: #555;
} */

/* .learn-more-btn {
  background-color: #4c2b46;
  color: white;
  text-decoration: none;
  padding: 12px 20px;
  border-radius: 50px;
  font-size: 1rem;
  transition: background-color 0.3s;
}

.learn-more-btn:hover {
  text-decoration: none;
  color: #f1f1f1;
  background-color: #840362;
} */

/* .image-container {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 20px;
}

.image-container img {
  max-width: 100%;
  height: auto;
  border-radius: 25px;
} */

/*-------------------------- values -------------------------*/

/* Bootstrap variables */
/* .values {
--bs-body-color: #2b323c;
  --bs-body-bg: rgb(240, 237, 237);  */

/* Custom variables */
/* --values-theme-color: rgb(13, 110, 253);
  --values-list-bg: #ffffff;
  --values-list-shadow: 0px 8px 44px rgba(227, 238, 255, 0.48);
  --values-card-bg: #f2f6fe;
  --values-card-shadow: 0px 8px 44px rgba(227, 238, 255, 0.48);

  background: var(--bs-body-bg);
  overflow: hidden;
  padding: 60px 0;
}  */
/* @media (min-width: 768px) {
  .values {
    padding: 100px 0;
  }
}  */

/* Gray Block Style */
/* .gray .values,
.values.gray {
  --bs-body-bg: rgba(255, 255, 255, 0.738);
  --values-list-bg: #fff;
  --values-list-shadow: 0px 8px 44px rgba(203, 224, 250, 0.48);
  --values-card-bg: #dde7fb;
  --values-card-shadow: 0px 8px 44px rgba(203, 224, 255, 0.48);
}  */

/* Dark Gray Block Style */
/* .dark-gray .values,
.values.dark-gray {
  --bs-body-color: #ffffff;
  --bs-body-bg: rgb(30, 39, 53);
  --values-list-bg: #313d4b;
  --values-list-shadow: none;
  --values-card-bg: #2a3749;
  --values-card-shadow: none;
}  */

/* Dark Block Style */
/* .dark .values,
.values.dark {
  --bs-body-color: #ffffff;
  --bs-body-bg: rgb(11, 23, 39);
  --values-list-bg: #162231;
  --values-list-shadow: none;
  --values-card-bg: #121d2c;
  --values-card-shadow: none;
} 

.values-heading {
  font-weight: bold;
  font-size: 25px;
  line-height: 25px;
  color: var(--bs-body-color);
}

@media (min-width: 768px) {
  .values-heading {
    font-size: 45px;
    line-height: 45px;
  }
}

.values-sub-heading {
  font-size: 18px;
  line-height: 25px;
  color: var(--bs-body-color);
  opacity: 0.8;
}

.values-list {
  background-color: var(--values-list-bg);
  box-shadow: var(--values-list-shadow);
  border-radius: 30px;
}

.values-card {
  background-color: transparent;
  border-radius: 20px;
  height: 100%;
  border: none;
  transition: background-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out,
    transform 0.25s ease-in-out;
}

.values-card:hover,
.values-card.active {
  background-color: var(--values-card-bg);
  box-shadow: var(--values-card-shadow);
  transform: translateY(-4px);
}

.values-icon {
  font-size: 32px;
}

.values-title {
  color: var(--bs-body-color);
}

.values-content {
  color: var(--bs-body-color);
  opacity: 0.8;
}  */

/*------------------- new-menu-item ------------------*/
.new-menu {
  position: fixed;
  top: -100px; /* Initially hidden (animated with transition) */
  left: 0;
  width: 100%;
  background-color: #0056b3;
  color: white;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 990;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 10px 20px;
  transition: top 0.3s ease-in-out; /* Smooth show/hide transition */
}
.new-menu.visible {
  top: 94px; /* Visible when scrolled past the threshold */
}
.new-menu-item {
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
  text-decoration: none;
  padding: 8px;
}
.new-menu-item:hover {
  color: #007bff;
  background-color: white;
}
.new-quote-button {
  margin: 5%;
  padding: 3px 15px;
  color: #0056b3;
  background-color: white;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  font-weight: bold;
  transition: background-color 1.3s ease, color 0.3s ease;
}
.new-quote-button:hover {
  background-color: #ffffff;
}
/* Default visibility */
.new-menu {
  display: flex; /* Ensure it is visible by default */
  flex-wrap: wrap; /* Adjust for responsiveness */
}
/* Hide the menu on screens smaller than 768px */
/* /* @media (max-width: 980px) {
  .new-menu {
    display: none; 
  }
} */

@media (max-width: 768px) {
  .navbar {
    padding-left: 0rem !important;
    padding-right: 1rem !important;
  }
}

/* @import url("https://fonts.googleapis.com/css?family=Arial:400,700%7COpen+Sans:400,700");
:root {
  --coe-color: #3c3163;
  --coe-transition-time: 0.5s;
}
* {
  box-sizing: border-box;
}

a {
  color: inherit;
}  */
/* .coe-cards-wrapper {
  display: grid;
  justify-content: center;
  align-items: center;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 4rem;
  padding: 2rem;
  margin: 0 auto;
  width: max-content;
} 


.coe-cards-wrapper h1{
  color: white;
}  */
/* .coe-card {
  font-family: "Arial";
  --coe-bg-filter-opacity: 0.2;
  background-image: linear-gradient(
      rgba(0, 0, 0, var(--coe-bg-filter-opacity)),
      rgba(0, 0, 0, var(--coe-bg-filter-opacity))
    ),
    var(--bg-img);
  height: 16em;
  width: 15em;
  font-size: 1.3em;
  color: white;
  border-radius: 1em;
  padding: 1em;
  display: flex;
  align-items: flex-end;
  background-size: cover;
  background-position: center;
  box-shadow: 0 0 3em -1em #1d1d1dc7;
  transition: all var(--coe-transition-time);
  position: relative;
  overflow: hidden;
  border: 3px solid #494949;
  text-decoration: none;
}
.coe-info .servtext {
  font-size: 20px;
  font-weight: 700;
  color: #004ea2;
}
.coe-card:hover {
  transform: rotate(0);
}
.coe-card h1 {
  margin: 0;
  font-weight: 600 !important;
  font-size: 1.5em;
  line-height: 1.2em;
  color: rgb(255, 254, 254);
}
.coe-card p {
  font-size: 0.75em;
  font-family: Arial, sans-serif;
  margin-top: 0.5em;
  line-height: 2em;
  color: #fff;
}
.coe-card .coe-tags {
  display: flex;
}
.coe-card .coe-tags .coe-tag {
  font-size: 0.75em;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0.3rem;
  padding: 0 0.5em;
  margin-right: 0.5em;
  line-height: 1.5em;
  transition: all var(--coe-transition-time);
}
.coe-card:hover .coe-tags .coe-tag {
  background: var(--coe-color);
  color: white;
}
.coe-card .coe-date {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0.75em;
  padding: 1em;
  line-height: 1em;
  opacity: 0.8;
}
.coe-card:before,
.coe-card:after {
  content: "";
  transform: scale(0);
  transform-origin: top left;
  border-radius: 50%;
  position: absolute;
  left: -50%;
  top: -50%;
  z-index: -5;
  transition: all var(--coe-transition-time);
  transition-timing-function: ease-in-out;
}
.coe-card:before {
  background: #9c9b9bc0;
  width: 250%;
  height: 250%;
}
.coe-card:after {
  background: rgba(143, 143, 143, 0.338);
  width: 200%;
  height: 200%;
}
.coe-card:hover {
  color: var(--coe-color);
}
.coe-card:hover:before,
.coe-card:hover:after {
  transform: scale(1);
}
.coe-card-grid-space .coe-num {
  font-size: 3em;
  margin-bottom: 1.2rem;
  margin-left: 1rem;
}  */

/* .coe-info img {
  height: 3em;
  margin-right: 0.5em;
}
.coe-info h1 {
  font-size: 1em;
  font-weight: normal;
}    */

/* MEDIA QUERIES */
/* @media screen and (max-width: 1285px) {
  .coe-cards-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 900px) {
  .coe-cards-wrapper {
    grid-template-columns: 1fr;
  }
  .coe-info {
    justify-content: center;
  }
}
@media screen and (max-width: 500px) {
  .coe-cards-wrapper {
    padding: 4rem 2rem;
  }
  .coe-card {
    max-width: calc(100vw - 4rem);
  }
}
@media screen and (max-width: 450px) {
  .coe-info {
    display: block;
    text-align: center;
  }
  .coe-info h1 {
    margin: 0;
  }
}  */

/* Popup Container */
.popup-container {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  max-width: 967px;
  max-height: 900px;
  background: white;
  border-radius: 0px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  overflow-y: auto;
  scrollbar-width: none;
}

/* Make content scrollable */
.popup-content {
  padding: 20px;
  font-family: Arial, sans-serif;
  overflow-y: auto;
  max-height: 300px; /*Restrict the height to enable scrolling */
}

/* Content in Popup */
.popup-content {
  padding: 20px;
  font-family: Arial, sans-serif;
  scrollbar-width: none;
}

.popup-content h2 {
  margin-top: 0;
}

.subhead {
  font-family: Arial, sans-serif;
  font-weight: 700;
  font-size: 1.2em;
}

.popup-content p {
  color: #555;
}

.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

/* Default Image Style */
.popup-image {
  width: 98%;
  height: 200px;
  padding-top: 51px;
  border-radius: 5pc;
  margin: 9px;
  object-fit: cover;
}

/* Media Query for Small Screens (e.g., Mobile) */
@media (max-width: 600px) {
  .new-menu {
    display: none;
  }
  .new-menu-item {
    display: none;
  }
  .popup-image {
    width: 95%;
    height: 150px;
    padding-top: 0px;
    border-radius: 5px;
    margin: 8px;
  }

  .popup-container {
    width: 95%;
  }
}

/* Media Query for Medium Screens (e.g., Tablets) */
@media (min-width: 601px) and (max-width: 1024px) {
  .new-menu {
    display: none;
  }
  .new-menu-item {
    display: none;
  }
  .popup-image {
    width: 95%;
    height: 180px;
    padding-top: 0px;
    border-radius: 15px;
    margin: 8px;
  }
  .popup-container {
    width: 95%;
  }
}

/* Media Query for Large Screens (e.g., Desktops) */
@media (min-width: 1025px) {
  .new-menu {
    display: none;
  }
  .new-menu-item {
    display: none;
  }
  .popup-image {
    width: 98%;
    height: 250px;
    padding-top: 5px;
    border-radius: 1pc;
    margin: 9px;
  }
}

.close-button {
  background: PEACHPUFF;
  border: none;
  font-size: 1.2pc;
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 0px 7px;
  opacity: 0.8;
  border-radius: 10px;
  cursor: pointer;
}
.explore-btn {
  cursor: pointer; /* Changes cursor to a pointer on hover */
  font-weight: normal; /* Optional: To make it more prominent */
  font-size: 15px;
}

/* Colorful Line */
.colorful-line {
  height: 2px; /* Thickness of the line */
  background: linear-gradient(45deg, #764f8f, #da1f3e); /* Rainbow gradient */
  border-radius: 2.5px; /* Rounded edges */
}

/*--------------- Industry WE Serve ------------*/
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f8f9fa;
}

h2 {
  text-align: center;
  margin-top: 20px;
  font-size: 2rem;
  color: #333;
  margin-bottom: 30px;
}
.indus-title {
  width: 400px;
  height: 60px;
  /* background-color: #5d82e1; */
  background: linear-gradient(to right, rgb(97, 153, 226), rgb(165, 102, 229));
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 430px;
  color: whitesmoke;
  border-radius: 20px 20px 0 0;
}
.indus-services{
  margin-top: 60px;
}
.indus-services h2 {
  margin-top: -50px;
}
.indus-box {
  width: 300px;
  height: 80px;
  display: flex;
  justify-content: space-evenly;
  border-radius: 30px;
  border: 2px solid white;
  background-color: white;
  color: black;
  margin-top: 20px;
}

.indus-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 columns */
  grid-template-rows: repeat(4, 1fr); /* 4 rows */
  gap: 10px;
  background: url(./../img/blue-brick.jpg) no-repeat center center fixed;
  margin-top: -30px;
}

.indus-icon {
  width: 55.5px;
  height: 55px;
  border-radius: 50%;
  background-color: rgb(73, 73, 175);
  margin-top: 10px;
}

.icons {
  color: white;
  font-size: 30px;
  margin-left: 10px;
  background-position: center;
}

#IT-icon {
  margin-left: 20px;
}
#consumer-icon {
  margin-left: 15px;
}
#manufac-icon {
  margin-left: 8px;
}
#ngo-icon {
  margin-left: 30px;
}
#finance-icon {
  margin-left: 15px;
}
#engg-icon {
  margin-left: 15px;
}

#social-media-icon {
  margin-left: 20px;
}
#retail-icon {
  margin-left: 10px;
}
#legal-icon {
  margin-left: -10px;
}
#prof-icon {
  margin-left: 20px;
}

.indus-content {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}

.indus-content {
  display: flex;
  align-items: flex-start;
}

@media (max-width: 1200px) {
  .new-menu {
    display: none;
  }
  .new-menu-item {
    display: none;
  }
  .indus-container {
    grid-template-columns: repeat(3, 1fr); /* Adjust to 3 columns */
    grid-gap: 15px;
  }
  .indus-box {
    width: 250px;
    height: 70px;
  }
}
@media (max-width: 992px) {
  .new-menu {
    display: none;
  }
  .new-menu-item {
    display: none;
  }
  .indus-services {
    margin-top: 340px;
  }
  .indus-container {
    grid-template-columns: repeat(2, 1fr); /* Adjust to 2 columns */
    grid-gap: 20px;
  }
  .indus-title {
    width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
  .indus-box {
    width: 230px;
    height: 65px;
  }
  .indus-icon {
    width: 50px;
    height: 50px;
  }
  .icons {
    font-size: 25px;
  }
}

@media (max-width: 768px) {
  .indus-services {
    margin-top: 100px;
  }
  .new-menu {
    display: none;
  }
  .new-menu-item {
    display: none;
  }
  .indus-container {
    grid-template-columns: 1fr; /* Stack items vertically */
    grid-gap: 25px;
  }
  .indus-title {
    font-size: 1.5rem;
  }
  .indus-box {
    width: 100%;
    height: auto;
    flex-direction: column;
    align-items: center;
  }
  .indus-content {
    align-items: center;
  }
  .indus-icon {
    width: 45px;
    height: 45px;
    margin-bottom: 10px;
  }
  .icons {
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .new-menu {
    display: none;
  }
  .new-menu-item {
    display: none;
  }
  .indus-title {
    width: 100%;
    font-size: 1.2rem;
    height: auto;
    padding: 10px;
  }
  .indus-box {
    width: 90%;
    margin: 10px auto;
  }
  .indus-icon {
    width: 40px;
    height: 40px;
  }
  .icons {
    font-size: 18px;
  }
}
/* .indus-services {
  padding: 20px;
  margin-top: -10vh;
}

.indus-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 20px;
  margin: 20px;
}

.indus-card { 
background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px; 
padding: 20px;
  text-align: center; 
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
 transition: transform 0.3s ease, box-shadow 0.3s ease; 
} 

.indus-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
} 

.indus-icon {
  width: 50px;
  height: 50px;
  color: #f39c12;
  margin-bottom: 10px;
  transition: stroke 0.3s ease;
}

.indus-card .indus-icon:hover {
  color: #e67e22;
}

.indus-card h3 {
  font-size: 1.2rem;
  color: #333;
  margin-bottom: 10px;
}

.indus-card p {
  font-size: 0.9rem;
  color: #666;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .indus-container {
    gap: 0px;
    margin: 0px;
  }
} */

/*----------------- Contact-Form -------------------*/

/* Google Font */
  @import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
      .footer-10 {
        background: linear-gradient(to left, #9545ce, #5fa7e6);
        color: #fff;
        padding: 50px 0;
        transition: 0.2s;
        margin-top: 80px;
        margin-bottom: -60px;
        box-sizing: border-box;
        font-family: "Poppins", sans-serif;
        letter-spacing: 0.8px;
        transition: 0.2s;
      }
      /* Footer */
      footer {
        background-color: #222;
        color: white;
        padding: 20px;
        text-align: left;
      }
      .footer-content-logo-10 {
        text-align: justify;
        line-height: 20px;
        font-size: 14px;
        margin-top: -30px;
      }
      .f-logo-10 {
        margin-top: -40px;
      }
      .footer-heading-span-10 {
        color: aqua;
        margin-left: 30%;
        font-size: 30px;
      }
      #col-f-10 {
        margin-top: 50px;
      }
      .container-10 {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
      }
      .column-10 {
        width: 20%;
        padding: 0 15px;
        box-sizing: border-box;
      }
      .column-10 p {
        font-size: 15px;
        width: 210px;
        line-height: 20px;
      }
      .mail-10 i{
        display: flex;
        justify-content: center;
      }
      
      .column-10 h3 {
        color: #fff;
        font-size: 20px;
        margin-bottom: 20px;
      }
      .column-10 ul {
        list-style: none;
        padding: 0;
        margin: 0;
      }
      .column-10 ul li {
        margin-bottom: 10px;
        font-size: 17px;
      }
      .column-10 img {
        border-radius: 50%;
      }
      .social-icons-10 {
        margin-top: 20px;
        margin-left: 12px
      }
      .social-icons-10 a {
        color: #fff;
        margin-right: 10px;
        font-size: 30px;
        transition: transform 0.2s, color 0.2s;
        transition: 0.2s;
      }
      .social-icons-10 a:hover {
        transform: translateX(-5px);
        color: #0033ff;
        transition: 0.2s;
      }
      a {
        text-decoration: none;
        color: #fff;
        transition: color 0.2s;
      }
      a:hover {
        color: gold;
        font-weight: 600;
        transition: 0.2s;
      }
      hr {
        border-top: 2px solid white;
        width: 50%;
        margin: 20px auto;
      }
      .copyright-10 {
        text-align: center;
        color: rgb(229, 224, 224);
      }
      .copyright-10 span {
        color: red;
        animation: pulse-10 3s linear infinite;
      }
      @keyframes pulse {
        0% {
          transform: rotate(-45deg) scale(1);
          opacity: 0;
        }
        50% {
          transform: rotate(-45deg) scale(1.3);
          opacity: 1;
        }
        100% {
          transform: rotate(-45deg) scale(1);
          opacity: 1;
        }
      }
      @media only screen and (min-width: 330px) and (max-width: 990px) {
        .container-10 {
          flex-wrap: wrap;
        }
        .column-10 {
          width: calc(50% - 10px);
          margin-bottom: 10px;
          margin-left: 0px;
        }
        .column-10:nth-child(2) {
          margin-top: 102px;
          margin-left: 20px;
        }
        .column-10:last-child {
          margin-right: 0;
        }
        .column-10:nth-child(5) {
          width: 100%;
          display: flex;
          flex-direction: column;
          align-items: center;
        }
         .contact1-f-10, .contact2-f-10, .mail-10{
          text-align: center;
         }
        .footer-heading-span-10 {
          margin-left: 0;
          text-align: center;
          font-size: 24px;
        }
        hr {
          width: 80%;
        }
      }
      @media screen and (max-width: 768px) {
        .column-10 p {
          font-size: 13px; /* Reduced font size */
          width: 180px; /* Reduced width */
          line-height: 18px; 
          /* Adjusted line height */
        }
         .contact1-f-10, .contact2-f-10, .mail-10{
          text-align: center;
         }
        
      }
      @media only screen and (max-width: 320px) {
        .column-10 {
          width: 100%;
        }
        .footer-heading-span-10 {
          font-size: 24px;
        }
        .column-10:nth-child(5) {
          width: 100%;
        }
        hr {
          width: 80%;
        }
       
      }

/* @import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.8px;
  transition: 0.2s;
}

.footer-10 {
      background: linear-gradient(to left, #9545ce, #5fa7e6);
      color: #fff;
      padding: 50px 0;
      transition: 0.2s;
      margin-top: 80px;
      margin-bottom: -60px;
    }
    .footer-content-logo-10 {
      text-align: justify;
      line-height: 20px;
      font-size: 14px;
      margin-top: -30px;
    }
    .f-logo-10 {
      margin-top: -40px;
    }
    .footer-heading-span-10 {
      color: aqua;
      margin-left: 30%;
      font-size: 30px;
    }
    #col-f-10 {
      margin-top: 30px;
    }
    .container-10 {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
    }
    .column-10 {
      width: 20%;
      padding: 0 15px;
      box-sizing: border-box;
    }

    .column-10 p {
      font-size: 15px;
      width: 210px;
      line-height: 20px;
    }

    .column-10 h3 {
      color: #fff;
      font-size: 20px;
      margin-bottom: 20px;
    }
    .column-10 ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }
    .column-10 ul li {
      margin-bottom: 10px;
      font-size: 17px;
    }

    .column-10 img {
      border-radius: 50%;
    }

    .social-icons-10 {
      margin-top: 20px;
    }
    .social-icons-10 a {
      color: #fff;
      margin-right: 10px;
      font-size: 30px;
      transition: transform 0.2s, color 0.2s;
      transition: 0.2s;
    }
    .social-icons-10 a:hover {
      transform: translateX(-5px);
      color: #2a9cf3;
      transition: 0.2s;
    }
    a {
      text-decoration: none;
      color: #fff;
      transition: color 0.2s;
    }
    a:hover {
      color: gold;
      font-weight: 600;
      transition: 0.2s;
    }
    hr {
      border-top: 2px solid white;
      width: 50%;
      margin: 20px auto;
    }

    .copyright-10 {
      text-align: center;
    }
    .copyright-10 span {
      color: red;
      animation: pulse-10 3s linear infinite;
    }

    @keyframes pulse {
      0% {
        transform: rotate(-45deg) scale(1);
        opacity: 0;
      }
      50% {
        transform: rotate(-45deg) scale(1.3);
        opacity: 1;
      }
      100% {
        transform: rotate(-45deg) scale(1);
        opacity: 1;
      }
    }

    @media only screen and (min-width: 330px) and (max-width: 990px) {
      .container-10 {
        flex-wrap: wrap;
      }

      .column-10 {
        width: calc(50% - 10px);
        margin-bottom: 10px;
        margin-left: 0px;
      }

      .column-10:nth-child(2) {
        margin-top: 102px;
        margin-left: 20px;
      }

      .column-10:last-child {
        margin-right: 0;
      }

      .column-10:nth-child(5) {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
      }

      .footer-heading-span-10 {
        margin-left: 0;
        text-align: center;
        font-size: 24px;
      }

      hr {
        width: 80%;
      }
    }

    @media only screen and (max-width: 320px) {
      .column-10 {
        width: 100%;
      }

      .footer-heading-span-10 {
        font-size: 24px;
      }

      .column-10:nth-child(5) {
        width: 100%;
      }
      hr {
        width: 80%;
      }
    } */

/* Centered Heading for Contact Form */
.contact-form-heading {
  font-family: "Nunito", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  background-image: linear-gradient(
    to right,
    rgb(97, 153, 226),
    rgb(165, 102, 229)
  );
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px;
  position: relative;
  top: 37px;
}

/* Base Styles for Custom Form */
.custom-form-container * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.custom-form-group label {
  background-image: linear-gradient(
    to top,
    rgb(36, 101, 186),
    rgb(182, 84, 197)
  );
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.custom-form-group input {
  background: linear-gradient(
    to bottom,
    rgb(230, 239, 249),
    rgb(165, 174, 225)
  );
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}

.custom-form-group textarea {
  background: linear-gradient(
    to bottom,
    rgb(230, 239, 249),
    rgb(165, 174, 225)
  );
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}

#job-type {
  background: linear-gradient(
    to bottom,
    rgb(230, 239, 249),
    rgb(165, 174, 225)
  );
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}
.custom-form-container {
  font-family: "Nunito", sans-serif;
  background-color: #f9f9f9;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 0px 100px 0px;
  margin-top: -50px;
}
.custom-form-container .custom-form-left {
  flex: 1.5;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  margin-top: 150px;
}
.custom-form-container .custom-form-left img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}
.custom-form-container .custom-form-right {
  flex: 1.5;
  background-color: #fff;
  color: #333;
  padding: 30px;
  border-radius: 8px;
  margin-top: 110px;
}
.custom-form-container .custom-form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}
.custom-form-container .custom-form-group {
  flex: 1;
  min-width: 45%;
}
.custom-form-container .custom-form-right label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
  color: #444;
}
.custom-form-container .custom-form-right input,
.custom-form-container .custom-form-right select,
.custom-form-container .custom-form-right textarea {
  width: 100%;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 14px;
  background-color: #f9f9f9;
}
.custom-form-container .custom-form-right button {
  width: 30%;
  padding: 5px;
  background-color: #ff4b2b;
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.custom-form-container .custom-form-right button:hover {
  background-color: #e03e20;
}
.footer-data {
  margin-bottom: -60px;
}

/******   Media Queries **************/
/* For screens 1200px and above (Desktop and large laptop) */
@media (min-width: 1200px) {
  .custom-form-container {
    padding: 0px 100px 0px;
  }

  .custom-form-container .custom-form-left img {
    width: 100%;
  }

  .custom-form-container .custom-form-right button {
    width: 30%;
  }
}

/* For tablets in landscape mode and medium screens (992px to 1199px) */
@media (max-width: 1199px) and (min-width: 992px) {
  .custom-form-container {
    flex-direction: row;
    padding: 0px 50px;
  }

  .custom-form-container .custom-form-left img {
    max-width: 100%;
  }

  .custom-form-container .custom-form-right button {
    width: 40%;
  }

  .custom-form-container .custom-form-group {
    min-width: 48%;
  }
}

/* For tablets (768px to 991px) */
@media (max-width: 991px) and (min-width: 768px) {
  .custom-form-container {
    flex-direction: column;
    padding: 20px;
  }

  .custom-form-container .custom-form-left {
    display: none;
  }

  .custom-form-container .custom-form-right {
    padding: 20px;
    width: 100%;
  }

  .custom-form-container .custom-form-group {
    min-width: 100%;
  }

  .custom-form-container .custom-form-right button {
    width: 50%;
    margin-top: -40px;
  }
}

/* For mobile devices (576px to 767px) */
@media (max-width: 767px) {
  .contact-form-heading {
    margin-bottom: 10%;
    font-size: 50px;
    position: relative;
    top: 150px;
  }

  .custom-form-container {
    flex-direction: column;
    padding: 0 15px;
    margin-top: 10%;
  }

  .custom-form-container .custom-form-left {
    display: none;
  }

  .custom-form-container .custom-form-right {
    width: 100%;
    padding: 15px;
  }

  .custom-form-container .custom-form-group {
    min-width: 100%;
  }

  .custom-form-container .custom-form-right button {
    width: 70%;
    padding: 10px;
    margin-top: 20px;
  }
}

/* For smaller mobile devices (under 576px) */
@media (max-width: 575px) {
  .contact-form-heading {
    position: relative;
    top: 100px;
    font-size: 40px;
  }

  /* .custom-form-row {
    position: relative;
    top: -50px;
  } */

  .custom-form-container {
    padding: 0 10px;
    margin-top: 5%;
  }

  .custom-form-container .custom-form-left {
    display: none;
  }

  .custom-form-container .custom-form-right {
    width: 100%;
    padding: 10px;
  }

  .custom-form-container .custom-form-group {
    min-width: 100%;
  }

  .custom-form-container .custom-form-right button {
    width: 80%;
    padding: 12px;
  }
}
