@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoona57c.eot?srf3rx");
  src: url("../fonts/icomoon/icomoona57c.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoona57c.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoona57c.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoona57c.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* =======================================================
*
* 	Template Style 
*
* ======================================================= */


/* Container padding */
.training-services {
  padding: 60px 0;
}

/* Service box styling */
.service-box {
  display: block;
  background: #fff;
  border-radius: 10px;
  text-align: center;
  padding: 30px 20px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  text-decoration: none;
  color: #333;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  min-height: 320px;
}

.service-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}

/* Icon circle styling */
.icon-circle {
  width: 70px;
  height: 70px;
  margin: 0 auto 15px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #fff;
}

/* Different colors for each icon */
.bg-blue {
  background: #007BFF;
}
.bg-orange {
  background: #FF9800;
}
.bg-green {
  background: #4CAF50;
}

/* Headings and text */
.service-box h3 {
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 15px;
  font-weight: 600;
}

.service-box p {
  font-size: 15px;
  color: #555;
}

/* Mobile adjustments */
@media (max-width: 767px) {
  .service-box {
    margin-bottom: 30px;
  }
}




/* h1, h2 {
  box-shadow: inset 6px 7px 68px rgba(0, 0, 0, 0.8); margin-top: 130px;
} */
/* Main container */
#summer-training-services {
  padding: 60px 20px;
  background: #f9f9f9;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

/* Container max-width */
#summer-training-services .webdev-container {
  max-width: 1200px;
  margin: auto;
}

/* Section headings */
#summer-training-services h2 {
  font-size: 32px;
  margin-bottom: 10px;
  color: #333;
}
#summer-training-services h3 {
  font-size: 22px;
  margin-bottom: 30px;
}

/* Paragraphs */
#summer-training-services p {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
}

/* Grid of boxes */
.camp-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  margin-top: 40px;
}

/* Individual training box */
.camp-box {
  background: #fff;
  padding: 25px;
  border: 1px solid #ddd;
  border-radius: 6px;
  text-align: center;
  transition: box-shadow 0.3s ease;
}
.camp-box:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.camp-box h4 {
  color: #f57c00;
  margin-bottom: 10px;
  font-size: 20px;
}
.camp-box p {
  font-size: 15px;
}

/* Highlight box */
.highlight-box {
  background: #fffbe7;
  border: 1px solid #f0e1b0;
  padding: 25px;
  border-radius: 6px;
  margin-top: 50px;
}
.highlight-box h3 {
  margin-bottom: 15px;
}
.highlight-box ul {
  list-style: none;
  padding: 0;
}
.highlight-box li {
  margin-bottom: 10px;
  font-size: 16px;
}

/* Eligibility */
.industries {
  font-weight: 500;
  margin-bottom: 40px;
}

/* Call-to-action box */
.cta-box {
  background: #f0f0f0;
  padding: 25px;
  border-radius: 6px;
  text-align: center;
  margin-bottom: 40px;
}
.cta-box h3 {
  margin-bottom: 10px;
}
.cta-box p {
  margin-bottom: 20px;
}
.register-btn {
  background: #f57c00;
  color: #fff;
  border: none;
  padding: 12px 25px;
  font-size: 16px;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s ease;
}
.register-btn:hover {
  background: #e86c00;
}

/* FAQ section */
.faq-section {
  margin-top: 40px;
}
.faq-section h4 {
  margin-bottom: 15px;
}
.faq-section details {
  margin-bottom: 15px;
  background: #fff;
  padding: 15px;
  border-radius: 4px;
  border: 1px solid #ddd;
}
.faq-section summary {
  cursor: pointer;
  font-weight: 500;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  #summer-training-services h2 {
    font-size: 28px;
  }
  #summer-training-services h3 {
    font-size: 20px;
  }
  .register-btn {
    width: 100%;
  }
}


/* Industrial Training Section */
#industrial-training-services {
  padding: 60px 20px;
  background: #f8f9fa;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

/* Container */
#industrial-training-services .webdev-container {
  max-width: 1200px;
  margin: auto;
}

/* Heading */
#industrial-training-services h2 {
  text-align: center;
  font-size: 36px;
  color: #2c3e50;
  margin-top: 10px;
}

#industrial-training-services h3 {
  text-align: center;
  color: #2980b9;
  margin-bottom: 30px;
}

/* Paragraph */
#industrial-training-services p {
  text-align: center;
  color: #555;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
}

/* Grid */
#industrial-training-services .camp-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-bottom: 40px;
}

/* Box */
#industrial-training-services .camp-box {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#industrial-training-services .camp-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

#industrial-training-services .camp-box h4 {
  color: #27ae60;
  margin-bottom: 10px;
}

#industrial-training-services .camp-box p {
  font-size: 15px;
  color: #666;
}

/* Highlight Box */
#industrial-training-services .highlight-box {
  background: #ecf0f1;
  padding: 25px;
  border-left: 4px solid #3498db;
  border-radius: 6px;
  margin-bottom: 40px;
}

#industrial-training-services .highlight-box h3 {
  color: #2c3e50;
  margin-bottom: 15px;
}

#industrial-training-services .highlight-box ul {
  list-style: none;
  padding: 0;
}

#industrial-training-services .highlight-box ul li {
  margin-bottom: 8px;
  padding-left: 20px;
  position: relative;
}

#industrial-training-services .highlight-box ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #27ae60;
}

/* Eligibility Text */
#industrial-training-services .industries {
  text-align: center;
  font-weight: bold;
  color: #34495e;
  margin-bottom: 40px;
}

/* Call to Action */
#industrial-training-services .cta-box {
  background: #2980b9;
  color: #fff;
  padding: 30px;
  text-align: center;
  border-radius: 6px;
}

#industrial-training-services .cta-box h3 {
  margin-bottom: 15px;
}

#industrial-training-services .cta-box p {
  margin-bottom: 20px;
}

/* Register Button */
#industrial-training-services .register-btn {
  background: #27ae60;
  color: #fff;
  border: none;
  padding: 12px 25px;
  font-size: 16px;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s ease;
}

#industrial-training-services .register-btn:hover {
  background: #1e8449;
}

/* Responsive */
@media (max-width: 600px) {
  #industrial-training-services h2 {
    font-size: 28px;
  }
  #industrial-training-services h3 {
    font-size: 20px;
  }
}


/* 🌟 Navbar */
.custom-nav {
  background: #ffffff;
  border-bottom: 1px solid #e5e5e5;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.nav-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 15px 0;
}

.logo img {
  height: 60px;
}

/* 🌟 Nav Links */
.nav-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}

.nav-links li {
  position: relative;
}

.nav-links a {
  text-decoration: none;
  color: #222;
  font-weight: 500;
  font-size: 16px;
  padding: 10px 16px;
  border-radius: 4px;
  display: block;
  transition: all 0.3s ease;
}

.nav-links a:hover {
  background: #f3f4f6;
  color: #007bff;
}

/* 🌟 Dropdown */
.has-dropdown {
  position: relative;
}

.has-dropdown .dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background: #ffffff;
  border: 1px solid #ddd;
  border-radius: 6px;
  display: none;
  flex-direction: column;
  min-width: 200px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
  z-index: 1000;
  padding: 8px 0;
}

.has-dropdown:hover .dropdown {
  display: flex;
}

.dropdown li {
  list-style: none; /* ❌ Remove dots */
}

.dropdown li a {
  padding: 10px 16px;
  color: #333;
  font-size: 15px;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.dropdown li a:hover {
  background: #f3f4f6;
  color: #007bff;
}

/* 🌟 Mobile Toggle */
.mobile-toggle {
  font-size: 26px;
  background: none;
  border: none;
  display: none;
  cursor: pointer;
  color: #333;
}

/* 🌟 Responsive */
@media (max-width: 768px) {
  .nav-links {
    display: none;
    width: 100%;
    flex-direction: column;
    background: #fff;
    margin-top: 10px;
    border-top: 1px solid #eee;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  }
  .nav-links.show {
    display: flex;
  }
  .nav-links li {
    width: 100%;
  }
  .mobile-toggle {
    display: block;
  }
}

/* 🌟 Hero Section */
.hero {
  position: relative;
  background: url(images/img1.jpg) center/cover no-repeat;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}

.hero .overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.6);
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 700px;
  padding: 20px;
}

.hero h1 {
  font-size: 42px;
  margin-bottom: 15px;
  color: #fff;
  text-shadow: 0 2px 8px rgba(0,0,0,0.6);
  font-weight: 600;
}

.hero h2 {
  font-size: 22px;
  margin-bottom: 25px;
  color: #ddd;
  text-shadow: 0 2px 6px rgba(0,0,0,0.6);
}

/* 🌟 Subscribe Form */
.subscribe-form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.subscribe-form input {
  padding: 12px;
  font-size: 16px;
  border: none;
  border-radius: 4px;
  width: 260px;
  max-width: 100%;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.subscribe-form button {
  padding: 12px 24px;
  font-size: 16px;
  border: none;
  border-radius: 4px;
  background: #007bff;
  color: #fff;
  cursor: pointer;
  transition: background 0.3s ease;
}

.subscribe-form button:hover {
  background: #0056b3;
}

/* SummerCamp Service  */
#summer-camp-services .webdev-container {
  max-width: 1300px;
  margin: auto;
  padding: 30px;
  font-family: 'Segoe UI', sans-serif;
}

#summer-camp-services .camp-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 20px;
  margin-top: 20px;
}

#summer-camp-services .camp-box {
  background: linear-gradient(135deg, #fff3e0, #ffe0b2);
  border-left: 5px solid #ffa726;
  padding: 25px 20px;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

#summer-camp-services .camp-box::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at center, rgba(255, 193, 7, 0.15), transparent 70%);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 0;
}

#summer-camp-services .camp-box:hover::before {
  opacity: 1;
}

#summer-camp-services .camp-box:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 6px 20px rgba(255, 152, 0, 0.25);
  border-left-color: #fb8c00;
}

#summer-camp-services .camp-box h4 {
  margin-top: 0;
  color: #e65100;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  z-index: 1;
  position: relative;
}

#summer-camp-services .camp-box p {
  font-size: 15px;
  line-height: 1.6;
  color: #4e342e;
  z-index: 1;
  position: relative;
}

#summer-camp-services .highlight-box {
  background: linear-gradient(135deg, #e3f2fd, #bbdefb);
  padding: 30px 25px;
  margin: 40px 0;
  border-left: 6px solid #2196f3;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(33, 150, 243, 0.1);
  transition: transform 0.3s ease;
}

#summer-camp-services .highlight-box:hover {
  transform: translateY(-4px);
}

#summer-camp-services .highlight-box h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 22px;
  color: #0d47a1;
  font-weight: 600;
  text-align: center;
}

#summer-camp-services .highlight-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}

#summer-camp-services .highlight-box ul li {
  background: #ffffff;
  padding: 12px 16px;
  border-radius: 8px;
  color: #1e88e5;
  font-size: 15px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  border-left: 4px solid #64b5f6;
  transition: background 0.2s ease;
}

#summer-camp-services .highlight-box ul li:hover {
  background: #e1f5fe;
}

#summer-camp-services .cta-box {
  background-color: #ffecb3;
  padding: 20px;
  text-align: center;
  border-radius: 10px;
}

#summer-camp-services .register-btn {
  background-color: #ff9800;
  color: white;
  padding: 12px 25px;
  font-size: 16px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  margin-top: 10px;
}

#summer-camp-services .register-btn:hover {
  background-color: #f57c00;
}

#summer-camp-services .faq-section {
  margin-top: 40px;
}

#summer-camp-services .faq-section details {
  background: #f1f1f1;
  padding: 12px;
  border-radius: 8px;
  margin-bottom: 10px;
}

#summer-camp-services .faq-section summary {
  font-weight: bold;
  cursor: pointer;
}

#summer-camp-services .industries {
  text-align: center;
  margin: 30px auto;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 500;
  background: #fffde7;
  color: #5d4037;
  border-radius: 10px;
  display: inline-block;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  line-height: 1.8;
  border-left: 4px solid #fbc02d;
  transition: all 0.3s ease;
}

#summer-camp-services .industries:hover {
  background: #fff9c4;
  transform: scale(1.02);
}


/* WinterCamp Service  */

#winter-camp-services {
  background: linear-gradient(to right, #e0f7fa, #f1f8ff);
  padding: 60px 20px;
  font-family: 'Segoe UI', sans-serif;
  color: #01579b;
  overflow: hidden;
}

#winter-camp-services h2,
#winter-camp-services h3 {
  text-align: center;
  color: #01579b;
  margin-bottom: 15px;
}

#winter-camp-services .webdev-container {
  max-width: 1200px;
  margin: auto;
}

#winter-camp-services .camp-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin: 40px 0;
}

#winter-camp-services .camp-box {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  padding: 25px 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#winter-camp-services .camp-box:hover {
  transform: scale(1.03);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}

#winter-camp-services .camp-box h4 {
  font-size: 18px;
  color: #0277bd;
  margin-bottom: 10px;
}

#winter-camp-services .highlight-box {
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(8px);
  padding: 35px;
  margin-top: 40px;
  border-left: 5px solid #00acc1;
  border-radius: 14px;
  box-shadow: 0 6px 20px rgba(0, 188, 212, 0.1);
  animation: fadeInUp 0.6s ease-out;
}

#winter-camp-services .highlight-box h3 {
  text-align: center;
  margin-bottom: 20px;
  color: #00796b;
  font-size: 22px;
}

#winter-camp-services .highlight-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 14px;
}

#winter-camp-services .highlight-box ul li {
  background: #ffffff;
  padding: 14px 18px;
  border-radius: 10px;
  border-left: 4px solid #4dd0e1;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  color: #006064;
  transition: background 0.3s;
}

#winter-camp-services .highlight-box ul li:hover {
  background: #e0f2f1;
}

#winter-camp-services .industries {
  text-align: center;
  padding: 15px 25px;
  margin: 40px auto;
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(6px);
  border-radius: 12px;
  display: inline-block;
  font-size: 16px;
  color: #01579b;
  border-left: 4px solid #4fc3f7;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

#winter-camp-services .cta-box {
  margin-top: 40px;
  text-align: center;
  background: linear-gradient(to right, #b2ebf2, #e1f5fe);
  padding: 40px 30px;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 188, 212, 0.2);
}

#winter-camp-services .cta-box h3 {
  font-size: 24px;
  color: #00695c;
  margin-bottom: 20px;
}

#winter-camp-services .cta-box p {
  font-size: 16px;
  color: #004d40;
}

#winter-camp-services .register-btn {
  margin-top: 20px;
  padding: 14px 28px;
  font-size: 16px;
  color: white;
  background: linear-gradient(to right, #00acc1, #4dd0e1);
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease;
  box-shadow: 0 4px 10px rgba(0, 188, 212, 0.2);
}

#winter-camp-services .register-btn:hover {
  background: linear-gradient(to right, #0097a7, #00bcd4);
  transform: scale(1.05);
}


.animate-box {
  height: 325px;
}

/* .img-responsive {
  height: 350px;
} */
 /* Base Section Styling */
#internship-programs, #software-services, #web-development, #digital-marketing, #data-analytics,#seo-services {
  background-color: #f8f9fa;
  padding: 80px 20px;
  font-family: 'Segoe UI', sans-serif;
}

/* Responsive Centered Container */
.webdev-container {
  max-width: 1300px;
  margin: 0 auto;
  text-align: center;
  padding: 0 15px;
}

/* Section Headers */
#internship-programs h2, #software-services h2, #web-development h2, #digital-marketing h2, #data-analytics h2,#seo-services h2 {
  font-size: 3rem;
  color: #0d6efd;
  margin-bottom: 15px;
  font-weight: 700;
  position: relative;
}

#internship-programs h3, #software-services h3, #web-development h3, #digital-marketing h3, #data-analytics h3,#seo-services h3 {
  font-size: 2.2rem;
  margin-bottom: 40px;
  color: #333;
  font-weight: 600;
}

/* Block / Card Style */
.internship-block {
  background: #fff;
  padding: 35px 30px;
  margin-bottom: 30px;
  border-radius: 16px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.internship-block:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}

/* Headings Inside Blocks */
.internship-block h4, #software-services h4, #web-development h4, #digital-marketing h4, #data-analytics h4,#seo-services h4 {
  font-size: 2.2rem;
  color: #212529;
  margin-bottom: 15px;
}

.internship-block p {
  color: #555;
  font-size: 1.6rem;
  margin-bottom: 15px;
}

/* List Styling */
/* UL Styling (for spacing and alignment) */
.internship-block ul,
#software-services ul,
#web-development ul,
#digital-marketing ul,
#data-analytics ul, 
#seo-services ul{
  padding-left: 0;
  margin: 25px 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* LI Styling (clean, modern, professional look) */
.internship-block li,
#software-services li,
#web-development li,
#digital-marketing li,
#data-analytics li,
#seo-services li {
  list-style: none;
  font-size: 1.6rem;
  color: #343a40;
  background-color: #f1f3f5;
  padding: 12px 18px;
  border-radius: 8px;
  line-height: 1.6;
  box-shadow: inset 0 0 0 1px #dee2e6;
  transition: background-color 0.3s ease, transform 0.2s ease;
  text-align: left;
}

/* Subtle hover effect for engagement */
.internship-block li:hover,
#software-services li:hover,
#web-development li:hover,
#digital-marketing li:hover,
#data-analytics li:hover,
#seo-services li:hover{
  background-color: #e9ecef;
  transform: translateY(-2px);
}


.internship-block li::before,
#software-services li::before,
#web-development li::before,
#digital-marketing li::before,
#data-analytics li::before,
#seo-services li::before {

  position: absolute;
  left: 0;
  color: #0d6efd;
  font-size: 1.2rem;
}

/* Why Us Section */
.why-us {
  text-align: left;
  max-width: 1200px;
  margin: 50px auto 30px;
  padding-left: 20px;
}

.why-us li {
  list-style: none;
  color: #444;
  font-size: 1.5rem;
  line-height: 1.7;
  margin-bottom: 8px;
  position: relative;
  padding-left: 25px;
}

.why-us li::before {

  position: absolute;
  left: 0;
  color: #198754;
  font-size: 1.2rem;
}

/* Industries Tag */
.industries {
  font-weight: bold;
  font-size: 1.6rem;
  margin: 25px 0;
  color: #495057;
}

/* Call to Action Box */
.cta-box {
  background: linear-gradient(135deg, #3a7bd5, #00d2ff);
  color: #fff;
  padding: 35px 25px;
  border-radius: 14px;
  margin-top: 50px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  text-align: center;
}

.cta-box h3 {
  font-size: 2rem;
  margin-bottom: 15px;
  font-weight: 600;
}

.cta-box p {
  font-size: 1.6rem;
  margin: 10px 0;
}

/* Apply Button */
.btn-apply {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 30px;
  background-color: #fff;
  color: #0d6efd;
  font-weight: bold;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(13, 110, 253, 0.2);
}

.btn-apply:hover {
  background-color: #e2e6ea;
  transform: translateY(-2px);
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .internship-block,
  .cta-box {
    text-align: center;
  }

  .internship-block ul,
  .why-us {
    padding-left: 0;
    text-align: left;
  }

  .internship-block li,
  .why-us li {
    padding-left: 20px;
  }

  .webdev-container {
    padding: 0 10px;
  }
}


.input-group select {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #fff;
  font-size: 16px;
  color: #333;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 9L13 1' stroke='%23333' stroke-width='2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
  cursor: pointer;
  transition: border-color 0.3s;
}

.input-group select:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.2);
}

  .password-wrapper {
    position: relative;
  }

  .toggle-password {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 16px;
  }

  
  .enquiry-section {
  max-width: 100%;
  margin: auto;
  background: #ffffff;
  padding: 40px 20px;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.3s ease;
}

.enquiry-section:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.enquiry-section h2 {
  text-align: center;
  margin-bottom: 30px;
  color: #222;
  font-size: 28px;
  font-weight: 600;
}

.enquiry-topic {
  margin-bottom: 35px;
}

.enquiry-topic h3 {
  color: #007bff;
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 500;
}

.enquiry-topic p {
  color: #555;
  line-height: 1.7;
  font-size: 16px;
}

/* Form Container */
.enquiry-form-container {
  max-width: 700px;
  margin: 50px auto;
  background: #ffffff;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.3s ease;
}

.enquiry-form-container:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.enquiry-form-container h2 {
  text-align: center;
  margin-bottom: 25px;
  color: #222;
  font-size: 26px;
  font-weight: 600;
}

/* Form Inputs (Optional if you have forms) */
.enquiry-form-container input,
.enquiry-form-container textarea,
.enquiry-form-container select {
  width: 100%;
  padding: 12px 15px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 15px;
  transition: border-color 0.3s;
}

.enquiry-form-container input:focus,
.enquiry-form-container textarea:focus,
.enquiry-form-container select:focus {
  border-color: #007bff;
  outline: none;
}

/* Submit Button */
.enquiry-form-container button {
  width: 100%;
  background: #007bff;
  color: #fff;
  border: none;
  padding: 14px;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s;
}

.enquiry-form-container button:hover {
  background: #0056b3;
}


/* Popup Overlay */
.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  z-index:9999;
  overflow-y: auto;
}

/* Popup Box */
.popup-box {
  top:35px;
  background: white;
  padding: 25px;
  width: 350px;
  border-radius: 10px;
  text-align: center;
  position: relative;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.3);
  opacity: 0;
  overflow: visible;
  z-index: 10000;
  transform: scale(0.8);
  animation: popupFadeIn 0.5s forwards ease-in-out;
}

/* Fade-in Animation */
@keyframes popupFadeIn {
  from {
      opacity: 0;
      transform: scale(0.8);
  }
  to {
      opacity: 1;
      transform: scale(1);
  }
}

/* Close Button */
.close-btn {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 24px;
  cursor: pointer;
  color: #333;
}

/* Input Fields */
.input-group {
  margin-bottom: 15px;
}

input {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 16px;
}

/* Submit Button */
.submit-btn {
  background: #007bff;
  color: white;
  padding: 12px;
  width: 100%;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 18px;
  transition: 0.3s ease;
}

.submit-btn:hover {
  background: #0056b3;
}



body {
  font-family: "Work Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: #828282;
  background: #fff;
}

.topbar {
    background: #222;
    color: #fff;
    /*padding: 10px 0;*/
}

.topbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.topbar-content {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.contact-info {
    display: flex;
    gap: 13px;
    font-size: 10px;
}

.social-icons {
    display: flex;
    gap: 10px;
}

.social-link {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}

    .social-link:hover {
        color: #f0a500;
    }

@media (max-width: 768px) {
    .topbar-content {
        flex-direction: column;
        text-align: center;
        /* gap: 5px; */
    }
}
#fh5co-choose-us {
    padding: 4em 0;
    background-color: #f8f9fa;
}

#fh5co-choose-us h2 {
    font-size: 32px;
    font-weight: 700;
    color: #333;
    margin: 20px 0;
}

    #fh5co-choose-us p {
        font-size: 16px;
        color: #555;
        max-width: 800px;
        margin: 0 auto 40px;
    }

.fh5co-feature {
    background: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    margin-bottom:20px;
    height:325px;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

    .fh5co-feature:hover {
        transform: translateY(-5px);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    }

    .fh5co-feature .icon {
        display: inline-block;
        font-size: 40px;
        color: #007bff;
        margin-bottom: 15px;
    }

    .fh5co-feature h3 {
        font-size: 22px;
        font-weight: 600;
        color: #222;
        margin-bottom: 10px;
    }

    .fh5co-feature p {
        font-size: 15px;
        color: #666;
        margin: 0;
    }

@media (max-width: 768px) {
    .fh5co-feature {
        margin-bottom: 20px;
    }
}



.fh5co-history {
    padding: 60px 0;
    background-color: #f8f9fa;
}

    .fh5co-history h2 {
        font-size: 32px;
        font-weight: 700;
        color: #333;
        margin: 20px;
    }

    .fh5co-history p {
        font-size: 16px;
        color: #555;
        max-width: 800px;
        margin: 0 auto 40px;
    }

.timeline {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px 0;
}

    .timeline::before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        width: 4px;
        height: 100%;
        background: #007bff;
        transform: translateX(-50%);
    }

.timeline-item {
    position: relative;
    width: 50%;
    padding: 20px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

    .timeline-item:hover {
        transform: translateY(-5px);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    }

    .timeline-item h3 {
        font-size: 22px;
        font-weight: 600;
        color: #222;
        margin-bottom: 10px;
    }

    .timeline-item p {
        font-size: 15px;
        color: #666;
        margin: 0;
    }

    /* Positioning Left & Right */
    .timeline-item:nth-child(odd) {
        left: 0;
    }

    .timeline-item:nth-child(even) {
        left: 50%;
    }

    /* Add Circular Markers */
    .timeline-item::before {
        content: "";
        position: absolute;
        top: 20px;
        right: -10px;
        width: 20px;
        height: 20px;
        background: #007bff;
        border-radius: 50%;
        border: 4px solid #fff;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    }

    .timeline-item:nth-child(even)::before {
        right: auto;
        left: -10px;
    }

/* Responsive */
@media (max-width: 768px) {
    .timeline::before {
        left: 20px;
    }

    .timeline-item {
        width: 100%;
        left: 0 !important;
        padding-left: 40px;
        text-align: left;
    }

        .timeline-item::before {
            left: 10px !important;
            right: auto;
        }
}


#fh5co-careers {
    padding: 60px 0;
    background-color: #f8f9fa;
}

.fh5co-section-heading {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #333;
    margin: 20px;
}

#fh5co-careers p {
    text-align: left;
    font-size: 16px;
    color: #555;
    /*max-width: 800px;*/
    margin: 0 10px 10px;
}

.job-listing {
    background: #ffffff;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

    .job-listing:hover {
        transform: translateY(-5px);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    }

    .job-listing h3 {
        font-size: 24px;
        font-weight: 600;
        color: #007bff;
        margin-bottom: 10px;
    }

    .job-listing p {
        font-size: 16px;
        color: #444;
        margin-bottom: 10px;
    }

    .job-listing ul {
        padding-left: 20px;
        margin-bottom: 15px;
    }

        .job-listing ul li {
            font-size: 15px;
            color: #555;
            margin-bottom: 5px;
        }

.btn-primary {
    display: inline-block;
    background: #007bff;
    color: #fff;
    padding: 10px 15px;
    font-size: 16px;
    border-radius: 5px;
    text-decoration: none;
    transition: background 0.3s ease-in-out;
}

    .btn-primary:hover {
        background: #0056b3;
    }

/* Responsive Design */
@media (max-width: 768px) {
    .job-listing {
        padding: 15px;
    }

        .job-listing h3 {
            font-size: 22px;
        }

        .job-listing p,
        .job-listing ul li {
            font-size: 14px;
        }
}

#fh5co-project {
    padding: 60px 0;
    background-color: #f8f9fa;
}

.fh5co-project {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 30px;
    gap: 10px;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    background: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

    .fh5co-project:hover {
        transform: translateY(-5px);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    }

    .fh5co-project a {
        display: block;
        text-decoration: none;
        color: inherit;
        text-align: center;
        padding: 15px;
    }

    .fh5co-project img {
        width: 100%;
        height: auto;
        border-radius: 10px 10px 0 0;
        transition: transform 0.3s ease-in-out;
    }


    .fh5co-project:hover img {
        transform: scale(1.05);
    }

    .fh5co-project h3 {
        font-size: 20px;
        font-weight: 600;
        color: #007bff;
        margin: 15px 0 5px;
    }

    .fh5co-project span {
        font-size: 16px;
        color: #555;
        display: block;
        margin-bottom: 10px;
    }

/* Responsive Design */
@media (max-width: 768px) {
    .fh5co-project h3 {
        font-size: 18px;
    }

    .fh5co-project span {
        font-size: 14px;
    }
}


#fh5co-services {
    background-color: #f4f4f4;
    padding: 30px 0;
}

    #fh5co-services .container {
        max-width: 1200px;
        margin: 0 auto;
    }

    #fh5co-services .row {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    #fh5co-services .col-md-4, #fh5co-services .col-sm-4 {
        padding: 15px;
        margin-bottom: 30px;
        /* flex: 0 0 30%; */
        box-sizing: border-box;
    }
.srvc{
    height:452px;
}
.feature-center {
    background-color: #ffffff;
    padding: 30px;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .feature-center:hover {
        transform: translateY(-10px);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    }

    .feature-center .icon {
        font-size: 50px;
        color: #0099cc;
        margin-bottom: 20px;
    }

    .feature-center h3 {
        font-size: 24px;
        color: #333333;
        margin-bottom: 15px;
        font-weight: bold;
    }

    .feature-center p {
        font-size: 16px;
        color: #666666;
        line-height: 1.6;
        margin-bottom: 0;
    }

@media (max-width: 768px) {
    #fh5co-services .col-md-4 {
        flex: 0 0 48%;
    }
}

@media (max-width: 480px) {
    #fh5co-services .col-md-4 {
        flex: 0 0 100%;
    }
}

#page {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.offcanvas #page {
  overflow: hidden;
  position: absolute;
}
.offcanvas #page:after {
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.7);
  content: "";
}

a {
  color: #F36363;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #F36363;
  outline: none;
  text-decoration: none;
}
.display-tc p{
    color:#fff;
}

p {
  margin-bottom: 20px;

}

h1, h2, h3, h4, h5, h6, figure {
  color: #000;
  font-family: "Playfair Display", Arial, serif;
  font-weight: 400;
  margin: 0 0 20px 0;
}

::-webkit-selection {
  color: #fff;
  background: #F36363;
}

::-moz-selection {
  color: #fff;
  background: #F36363;
}

/* ::selection {
  color: #fff;
  background: #F36363;
} */


.fh5co-nav {
  position: absolute;
  top: 0em;
  margin: 0;
  padding: 0;
  width: 100%;
  /* padding: 40px 0; */
  z-index: 1001;
  box-shadow: inset 6px 7px 68px rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 768px) {
  .fh5co-nav {
    padding:  0;
    top: 0;
  }
}
.fh5co-nav .left-menu, .fh5co-nav .right-menu, .fh5co-nav .logo {
  display: inline-block;
  width: 70%;
  float:left;
}
.fh5co-nav .logo {
  width: 30%;
  float: left;
}
.logo-icon {
    font-size: 20px; 
   
    color: #007bff; 
}
.fh5co-nav #fh5co-logo {
    font-size: 15px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
}
@media screen and (max-width: 768px) {
  .fh5co-nav #fh5co-logo {
    font-size: 22px;
  }
}
.fh5co-nav a {
  padding: 5px 10px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .fh5co-nav .menu-1 {
    display: none;
  }
}
.fh5co-nav ul {
  padding: 0;
  margin: 7px 0 0 0;
}

.fh5co-nav ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
  position: relative;
}

.fh5co-nav ul li a {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  transition: color 0.3s ease-in-out;
  display: block;
  padding: 10px 15px;
  text-decoration: none;
}

.fh5co-nav ul li a:hover,
.fh5co-nav ul li a:focus,
.fh5co-nav ul li a:active {
  color: white;
}

/* Dropdown Menu */
.fh5co-nav ul li.has-dropdown {
  position: relative;
}

.fh5co-nav ul li.has-dropdown .dropdown {
  width: 135px;
  box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  z-index: 1002;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  text-align: left;
  background: #fff;
  padding: 10px;
  border-radius: 4px;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  pointer-events: none;
}

.fh5co-nav ul li.has-dropdown .dropdown:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  border-bottom-color: #fff;
  border-width: 8px;
  margin-left: -8px; /* Center the arrow */
  transform: translateX(-50%);
}


.fh5co-nav ul li.has-dropdown .dropdown li {
  display: block;
  margin-bottom: 7px;
}

.fh5co-nav ul li.has-dropdown .dropdown li:last-child {
  margin-bottom: 0;
}

.fh5co-nav ul li.has-dropdown .dropdown li a {
  padding: 5px 10px;
  display: block;
  color: #999;
  line-height: 1.2;
  text-transform: none;
  font-size: 15px;
}

.fh5co-nav ul li.has-dropdown .dropdown li a:hover {
  color: #000;
}

/* Keep dropdown open on hover */
.fh5co-nav ul li.has-dropdown:hover .dropdown,
.fh5co-nav ul li.has-dropdown:focus-within .dropdown {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

/* Active state */
.fh5co-nav ul li.active > a {
  color: #fff !important;
  position: relative;
}

.fh5co-nav ul li.active > a:after {
  background: #fff;
  height: 2px;
  width: 50%;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
}


#fh5co-header,
#fh5co-counter,
.fh5co-bg {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
}

.fh5co-bg {
  background-size: cover;
  background-position: center center;
  position: relative;
  width: 100%;
  float: left;
  position: relative;
}

#fh5co-header a {
  color: rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#fh5co-header a:hover {
  color: white;
  border-bottom: 1px solid white;
}

.fh5co-cover {
  height: 630px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  float: left;
  width: 100%;
}
    .fh5co-cover .overlay {
        z-index: 0;
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
        /*background: rgba(243, 99, 99, 0.5);*/
        /* background: linear-gradient(to right, rgb(188 163 211 / 50%) 0%, rgb(163 115 206 / 63%) 26%, rgb(135 193 206 / 90%) 100%); */
        /*  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$brand-primary, endColorstr=$brand-secondary, GradientType=1 );*/
    }
.fh5co-cover > .fh5co-container {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .fh5co-cover {
    height: 550px;
  }
}
.fh5co-cover .display-t,
.fh5co-cover .display-tc {
  z-index: 9;
  height: 750px;
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .fh5co-cover .display-t,
  .fh5co-cover .display-tc {
    height: 600px;
  }
}
.fh5co-cover.fh5co-cover-sm {
  height: 600px;
}
@media screen and (max-width: 768px) {
  .fh5co-cover.fh5co-cover-sm {
    height: 400px;
  }
}
.fh5co-cover.fh5co-cover-sm .display-t,
.fh5co-cover.fh5co-cover-sm .display-tc {
  height: 600px;
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .fh5co-cover.fh5co-cover-sm .display-t,
  .fh5co-cover.fh5co-cover-sm .display-tc {
    height: 400px;
  }
}

#fh5co-header .display-tc,
#fh5co-counter .display-tc,
.fh5co-cover .display-tc {
  display: table-cell !important;
  vertical-align: middle;
}
#fh5co-header .display-tc h1, #fh5co-header .display-tc h2,
#fh5co-counter .display-tc h1,
#fh5co-counter .display-tc h2,
.fh5co-cover .display-tc h1,
.fh5co-cover .display-tc h2 {
  margin: 0;
  padding: 0;
  color: white;
}
#fh5co-header .display-tc h1,
#fh5co-counter .display-tc h1,
.fh5co-cover .display-tc h1 {
  margin-bottom: 0px;
  font-size: 54px;
  /* line-height: 1.5; */
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  #fh5co-header .display-tc h1,
  #fh5co-counter .display-tc h1,
  .fh5co-cover .display-tc h1 {
    font-size: 40px;
  }
}
#fh5co-header .display-tc h2,
#fh5co-counter .display-tc h2,
.fh5co-cover .display-tc h2 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 30px;
}
#fh5co-header .display-tc .btn,
#fh5co-counter .display-tc .btn,
.fh5co-cover .display-tc .btn {
  padding: 15px 30px;
  background: #F36363;
  color: #fff;
  border: none !important;
  font-size: 18px;
  text-transform: uppercase;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}
#fh5co-header .display-tc .btn:hover,
#fh5co-counter .display-tc .btn:hover,
.fh5co-cover .display-tc .btn:hover {
  background: #db7800 !important;
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
}
#fh5co-header .display-tc .form-inline .form-group,
#fh5co-counter .display-tc .form-inline .form-group,
.fh5co-cover .display-tc .form-inline .form-group {
  width: 100% !important;
  margin-bottom: 10px;
}
#fh5co-header .display-tc .form-inline .form-group .form-control,
#fh5co-counter .display-tc .form-inline .form-group .form-control,
.fh5co-cover .display-tc .form-inline .form-group .form-control {
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  border: none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}

.fh5co-bg-section {
  background: rgba(0, 0, 0, 0.05);
}

#fh5co-services,
#fh5co-started,
#fh5co-testimonial,
#fh5co-blog,
#fh5co-project,
#fh5co-about,
#fh5co-contact {
  padding: 2em 0;
  clear: both;
}

#fh5co-footer {
    padding-top: 4em ;
    padding-bottom: 4em;
    clear: both;
}

#fh5co-work {
  padding: 50px 0;
  background: #f8f9fa;
}

.project {
  text-align: center;
  margin-bottom: 30px;
  transition: transform 0.3s ease-in-out;
}

.project:hover {
  transform: translateY(-5px);
}

.project img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  transition: transform 0.3s ease-in-out;
}

.project:hover img {
  transform: scale(1.05);
}

.project .project-content {
  background: #fff;
  padding: 15px;
  border-radius: 8px;
  /* margin-top: -20px; */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: background 0.3s ease-in-out;
}

.project .project-content h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}

.project .project-content span {
  display: block;
  font-size: 14px;
  color: #666;
}

#fh5co-about {
  padding: 60px 0;
  background-color: #f9f9f9;
}

.about-content .row {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.about-content .desc {
  padding: 20px;
}

.about-content h3 {
  font-size: 26px;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
}

.about-content p {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
}

.about-content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

/* Ensure equal height for columns */
@media (min-width: 768px) {
  .about-content .row {
      display: flex;
      align-items: center;
  }
  .about-content .col-md-6 {
      display: flex;
      flex-direction: column;
      justify-content: center;
  }
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .about-content .row {
      flex-direction: column;
      text-align: center;
  }
  .about-content img {
      margin-top: 20px;
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .project .project-content {
      padding: 10px;
  }

  .project .project-content h3 {
      font-size: 16px;
  }

  .project .project-content span {
      font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  #fh5co-services,
  #fh5co-started,
  #fh5co-testimonial,
  #fh5co-blog,
  #fh5co-project,
  #fh5co-about,
  #fh5co-contact,
  #fh5co-footer {
    padding: 3em 0;
  }
}


.about-content img {
  margin-bottom: 30px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}

.our-team {
  padding: 10px 0;
  background-color: #f8f8f8;
  text-align: center;
}

.our-team .fh5co-heading {
  margin-bottom: 40px;
}

.our-team .fh5co-heading span {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #007bff;
  margin-bottom: 10px;
}

.our-team .fh5co-heading h2 {
  font-size: 30px;
  font-weight: bold;
  color: #222;
  margin-bottom: 15px;
}

.our-team .fh5co-heading p {
  font-size: 16px;
  color: #666;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}

.our-team .row{
  padding: 10px;
}

.team-card {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; 
    text-align: center;
    padding: 15px;
}
/* Team Member Card */
.fh5co-staff {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.fh5co-staff:hover {
  transform: translateY(-8px);
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.15);
}

.fh5co-staff img {
  width: 100%;
  max-width: 160px;
  height: 160px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 12px;
  border: 4px solid #ddd;
}

.fh5co-staff h3 {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin-bottom: 5px;
}

.fh5co-staff .role {
  font-size: 16px;
  font-weight: bold;
  color: #007bff;
  display: block;
  margin-bottom: 10px;
}

.fh5co-staff p {
  font-size: 16px;
  color: #555;
  line-height: 1.5;
  margin-bottom: 15px;
}

/* Social Icons */
.fh5co-social-icons {
  padding: 0;
  margin: 0;
  list-style: none;
}

.fh5co-social-icons li {
  display: inline-block;
  margin: 0 5px;
}

.fh5co-social-icons a {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;

  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  transition: background 0.3s ease-in-out;
}



/* Responsive Adjustments */
@media (max-width: 992px) {
  .fh5co-staff {
      margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .our-team .fh5co-heading h2 {
      font-size: 26px;
  }

  .fh5co-staff img {
      max-width: 140px;
      height: 140px;
  }

  .fh5co-staff h3 {
      font-size: 18px;
  }

  .fh5co-staff p {
      font-size: 13px;
  }
}


.fh5co-social-icons {
  margin: 0;
  padding: 0;
}
.fh5co-social-icons li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  display: inline;
}
.fh5co-social-icons li a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  display: inline;
  color: #F36363;
  padding-left: 10px;
  padding-right: 10px;
}
.fh5co-social-icons li a i {
  font-size: 20px;
}

.fh5co-contact-info ul {
  padding: 0;
  margin: 0;
}
.fh5co-contact-info ul li {
  padding: 0 0 0 40px;
  margin: 0 0 30px 0;
  list-style: none;
  position: relative;
}
.fh5co-contact-info ul li:before {
  color: #F36363;
  position: absolute;
  left: 0;
  top: .05em;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fh5co-contact-info ul li.address:before {
  font-size: 30px;
  content: "\e9d1";
}
.fh5co-contact-info ul li.phone:before {
  font-size: 23px;
  content: "\e9f4";
}
.fh5co-contact-info ul li.email:before {
  font-size: 23px;
  content: "\e9da";
}
.fh5co-contact-info ul li.url:before {
  font-size: 23px;
  content: "\e9af";
}

.feature-center {
padding:20px;
  /*float: left;*/
  width: 100%;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.feature-center .desc {
  padding-left: 180px;
}
.feature-center .icon {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.feature-center .icon i {
  font-size: 40px;
  color: #F36363;
}
.feature-center p, .feature-center h3 {
  margin-bottom: 30px;
}
.feature-center p:last-child {
  margin-bottom: 0;
}
.feature-center h3 {
  font-size: 22px;
  color: #5d5d5d;
}
/* General Styling */
#fh5co-project {
  padding: 60px 0;
  background: #f8f9fa;
}

.fh5co-heading h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
}

.fh5co-heading p {
  font-size: 16px;
  max-width: 800px;
  margin: 0 auto;
  color: #808080 !important;
}

/* Project Block */
.fh5co-project {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.fh5co-project a {
  display: block;
  overflow: hidden;
  position: relative;
  transition: 0.4s ease-in-out;
  border-radius: 10px;
}

.fh5co-project a img {
  width: 100%;
  border-radius: 10px;
  transition: transform 0.4s ease-in-out;
}

.fh5co-project a:hover img {
  transform: scale(1.1);
}

/* Project Content */
.project-content {
  margin-top: 15px;
}

.project-content h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #333;
}

.project-content p {
  font-size: 14px;
  color: #666;
}

/* Hover Effects */
.fh5co-project a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  border-radius: 10px;
}

.fh5co-project a:hover::after {
  opacity: 1;
}

/* Responsive Design */
@media (max-width: 768px) {
  .fh5co-heading h2 {
    font-size: 28px;
  }

  .fh5co-project {
    margin-bottom: 20px;
  }

  .project-content h3 {
    font-size: 18px;
  }

  .project-content p {
    font-size: 13px;
  }
}


@media screen and (max-width: 768px) {
  #fh5co-project .fh5co-project > a:hover img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

.fh5co-blog {
  margin-bottom: 60px;
}
.fh5co-blog > a {
  display: block;
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.fh5co-blog > a img {
  width: 100%;
  height:350px;
}
@media screen and (max-width: 768px) {
  .fh5co-blog {
    width: 100%;
  }
}
.fh5co-blog .blog-text {
  margin-bottom: 30px;
  position: relative;
  background: #fff;
  width: 100%;
  padding: 15px;
  height:360px;
  float: left;
  margin-top: -5em;
  -webkit-box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
}
.fh5co-blog .blog-text span {
  display: inline-block;
  margin-bottom: 20px;
}
.fh5co-blog .blog-text span.posted_on {
  color: white;
    font-size: 18px;
    padding: 2px 10px;
    padding-left: 42px;
    margin-left: -24px;
    background: #F36363;
    position: relative;
}
.fh5co-blog .blog-text span.posted_on:before {
  position: absolute;
  top: -9px;
  left: 0;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 9px 9px;
  border-color: transparent transparent #F36363 transparent;
}
.fh5co-blog .blog-text span.comment {
  float: right;
}
.fh5co-blog .blog-text span.comment a {
  color: rgba(0, 0, 0, 0.3);
}
.fh5co-blog .blog-text span.comment a i {
  color: #F36363;
  padding-left: 7px;
}
.fh5co-blog .blog-text h3 {
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 1.5;
}
.fh5co-blog .blog-text h3 a {
  color: black;
}
.fh5co-blog p{
    color:rgba(0, 0, 0, 0.2) !important;
}
.fh5co-heading {
    margin-bottom: 2em;
}
.fh5co-heading.fh5co-heading-sm {
  margin-bottom: 2em;
}
.fh5co-heading h2 {
  font-size: 40px;
  margin-bottom: 20px;
  line-height: 1.5;
  color: #000;
}
.fh5co-heading p {
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
}
#fh5co-testimonial {
  
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/* Optional: Add a semi-transparent overlay for better readability */
#fh5co-testimonial .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
}

#fh5co-testimonial .fh5co-heading h2 {
  color: white;
  text-align: center;
  font-size: 28px;
}

/* Testimonial Box */
#fh5co-testimonial .box-testimony {
  margin-bottom: 2em;
  float: left;
  width: 100%; 
}

/* Anchor Links */
#fh5co-testimonial .box-testimony a {
  color: #fff;
  text-decoration: none;
}

#fh5co-testimonial .box-testimony a:hover,
#fh5co-testimonial .box-testimony a:focus,
#fh5co-testimonial .box-testimony a:active {
  color: white;
  text-decoration: underline;
}

/* Testimonial Blockquote */
#fh5co-testimonial .box-testimony blockquote {
  padding: 20px;
  background: #fff;
  position: relative;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

/* Blockquote Triangle (Speech Bubble Effect) */
#fh5co-testimonial .box-testimony blockquote:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50px;
  border-top: 15px solid #fff;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}

/* Quote Icon */
#fh5co-testimonial .box-testimony blockquote .quote {
  position: absolute;
  top: -25px;
  left: 10px;
  width: 40px;
  height: 40px;
  background: #F36363;
  color: white;
  text-align: center;
  font-size: 24px;
  line-height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Quote Icon Inner Span */
#fh5co-testimonial .box-testimony blockquote .quote > span {
  display: inline-block;
  vertical-align: middle;
}

/* Testimonial Text */
#fh5co-testimonial .box-testimony blockquote p {
  letter-spacing: 0.5px;
  font-family: "Lora", Georgia, serif;
  color: #222;  /* Darker for better readability */
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
}

/* Author Details */
#fh5co-testimonial .box-testimony .author {
  line-height: 20px;
  color: white;
  font-size: 18px;
  margin-top: 10px;
  text-align: center;
  font-weight: bold;
}

/* Author's Subtext */
#fh5co-testimonial .box-testimony .author .subtext {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  opacity: 0.8;
}

/* Responsive Fixes */
@media (max-width: 768px) {
  #fh5co-testimonial .box-testimony {
    float: none;
    width: 100%;
  }

  #fh5co-testimonial .box-testimony blockquote {
    padding: 30px;
  }

  #fh5co-testimonial .box-testimony blockquote .quote {
    width: 40px;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
  }

  #fh5co-testimonial .box-testimony .author {
    font-size: 16px;
  }

  #fh5co-testimonial .box-testimony .author .subtext {
    font-size: 14px;
  }
}


#fh5co-started {
    /*background: #f36363;*/
    background: #7f8c8d;
    height: 400px;
    display: flex;
    justify-content:center;
}
#fh5co-started .fh5co-heading h2 {
  color: #fff;
  margin-bottom: 20px !important;
}
#fh5co-started .fh5co-heading p {
  color: rgba(255, 255, 255, 0.5);
}
#fh5co-started .btn {
  height: 54px;
  border: none !important;
  background: #ff8c00;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  padding-left: 30px;
  padding-right: 30px;
}
#fh5co-started .btn:hover {
  background: #f04242 !important;
  -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75) !important;
  -moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75) !important;
  box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75) !important;
}
#fh5co-started .form-inline .form-group {
  width: 100% !important;
  margin-bottom: 10px;
}
#fh5co-started .form-inline .form-group .form-control {
  width: 100%;
}

#fh5co-footer {
  background: #efefef;
}
#fh5co-footer .fh5co-footer-links {
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #fh5co-footer .fh5co-footer-links {
    margin-bottom: 30px;
  }
}
#fh5co-footer .fh5co-footer-links li {
  padding: 0;
  margin: 0;
  list-style: none;
  border-bottom: 1px dotted black;
}
#fh5co-footer .fh5co-footer-links li a {
  color: #000;
  text-decoration: none;
}
#fh5co-footer .fh5co-footer-links li a:hover {
  text-decoration: underline;
}
#fh5co-footer .fh5co-widget {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #fh5co-footer .fh5co-widget {
    text-align: left;
  }
}
#fh5co-footer .fh5co-widget h3 {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#fh5co-footer .copyright .block {
  display: block;
}

#map {
  width: 100%;
  height: 500px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #map {
    height: 200px;
  }
}

#fh5co-offcanvas {
  position: absolute;
  z-index: 1901;
  width: 270px;
  background: black;
  top: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 45px 40px 40px 40px;
  overflow-y: auto;
  display: none;
  -moz-transform: translateX(270px);
  -webkit-transform: translateX(270px);
  -ms-transform: translateX(270px);
  -o-transform: translateX(270px);
  transform: translateX(270px);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  #fh5co-offcanvas {
    display: block;
  }
}
.offcanvas #fh5co-offcanvas {
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
#fh5co-offcanvas a {
  color: rgba(255, 255, 255, 0.5);
}
#fh5co-offcanvas a:hover {
  color: rgba(255, 255, 255, 0.8);
}
#fh5co-offcanvas ul {
  padding: 0;
  margin: 0;
}
#fh5co-offcanvas ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#fh5co-offcanvas ul li > ul {
  padding-left: 20px;
  display: none;
}
#fh5co-offcanvas ul li.offcanvas-has-dropdown > a {
  display: block;
  position: relative;
}
#fh5co-offcanvas ul li.offcanvas-has-dropdown > a:after {
  position: absolute;
  right: 0px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e921";
  font-size: 20px;
  color: rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#fh5co-offcanvas ul li.offcanvas-has-dropdown.active a:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.uppercase {
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.gototop.active {
  opacity: 1;
  visibility: visible;
}
.gototop a {
  width: 50px;
  height: 50px;
  display: table;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.gototop a i {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}
.gototop a:hover, .gototop a:active, .gototop a:focus {
  text-decoration: none;
  outline: none;
}



.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 20px;
}
.btn.btn-md {
  padding: 8px 20px !important;
}
.btn.btn-lg {
  padding: 18px 36px !important;
}
.btn:hover, .btn:active, .btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary {
  background: #F36363;
  color: #fff;
  border: 2px solid #F36363;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #f57b7b !important;
  border-color: #f57b7b !important;
}
.btn-primary.btn-outline {
  background: transparent;
  color: #F36363;
  border: 2px solid #F36363;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: #F36363;
  color: #fff;
}

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
}
.btn-success.btn-outline {
  background: transparent;
  color: #5cb85c;
  border: 2px solid #5cb85c;
}
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
  background: #5cb85c;
  color: #fff;
}

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}
.btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 2px solid #5bc0de;
}
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
  background: #5bc0de;
  color: #fff;
}

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}
.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #fff;
}

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}
.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
  background: #d9534f;
  color: #fff;
}

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  box-shadow: none;
}

.btn.with-arrow {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.with-arrow i {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -8px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.btn.with-arrow:hover {
  padding-right: 50px;
}
.btn.with-arrow:hover i {
  color: #fff;
  right: 18px;
  visibility: visible;
  opacity: 1;
}

.form-control {
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
}
.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #F36363;
}

.row-pb-md {
  padding-bottom: 1em !important;
}

.row-pb-sm {
  padding-bottom: 2em !important;
}

.fh5co-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/loader.gif) center no-repeat #fff;
}

.js .animate-box {
  opacity: 0;
}

#fh5co-header-subscribe #email {
  padding-right: 9em;
}
#fh5co-header-subscribe button {
  position: absolute;
  top: 0;
  right: 10px;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

form label {
  font-weight: normal !important;
}
form label.error {
  color: #B90B0B;
  font-size: 16px !important;
}

#message {
  resize: vertical;
}

#form-message-warning, #form-message-success {
  display: none;
}

#form-message-warning {
  color: #B90B0B;
}

#form-message-success {
  color: #55A44E;
  font-size: 18px;
  font-weight: bold;
}

.submitting {
  float: left;
  width: 100%;
  padding: 10px 0;
  display: none;
  font-weight: bold;
  font-size: 16px;
}

/*# sourceMappingURL=style.css.map */

@media screen and (max-width: 426px) {
  .fh5co-nav .logo {
    width: 50%; 
}
.fh5co-nav {
  padding: 0;
}

#fh5co-header .display-tc h1, #fh5co-counter .display-tc h1, .fh5co-cover .display-tc h1 {
  font-size: 25px;
}

#fh5co-header .display-tc h2, #fh5co-counter .display-tc h2, .fh5co-cover .display-tc h2 {
  font-size: 14px;
}
#fh5co-header .display-tc .btn, #fh5co-counter .display-tc .btn, .fh5co-cover .display-tc .btn .form-control{
  font-size: 12px;
}

.form-control{
font-size: 12px;
height:47px;
}

#fh5co-services, #fh5co-started, #fh5co-testimonial, #fh5co-blog, #fh5co-project, #fh5co-about, #fh5co-contact, #fh5co-footer {
  padding: 1em 0;
}
.feature-center {
  margin-bottom: 0;
}
#fh5co-services .col-md-4, #fh5co-services .col-sm-4 {
margin: 0;
}
.feature-center .icon {
  font-size: 30px;
  margin: 0;
}
.srvc {
  height: auto !important;
}
.feature-center h3{
  font-size: 16px;
}
.feature-center p , p  {
  font-size: 14px;
}
.fh5co-heading h2 {
  font-size: 30px;
}
.fh5co-heading p, .our-team .fh5co-heading p {
  font-size: 14px;
  padding: 5px;
}
.project-content{
  margin: 0;
}
*{
  margin: 0;
  padding: 0;
}
h2, .h2 , .fh5co-heading h2 , #fh5co-choose-us h2, .fh5co-history h2, .fh5co-section-heading  {
  font-size: 25px;
}
#fh5co-testimonial .box-testimony blockquote p {
  font-size: 12px;
}
#fh5co-testimonial .box-testimony .author {
font-size: 14px;
}
.animate-box {
  height: 250px;
}

.fh5co-blog .blog-text h3, .about-content p , #fh5co-choose-us p, .fh5co-history p, #fh5co-careers p{
  font-size: 14px;
}
.fh5co-blog .blog-text{
  height: auto;
}
#fh5co-footer {
  text-align: center;
}

.fh5co-widget {
  margin-top: 20px;
}

.fh5co-footer-links {
  margin-bottom: 20px;
}

.fh5co-social-icons {
  justify-content: center;
}
#fh5co-footer .fh5co-widget {
  text-align: center;
}
.about-content img {
  margin: 0;
}
.our-team .fh5co-heading , .fh5co-staff{
  margin: 0;
}
.fh5co-feature{
  height: auto;padding: 20px;
}
.timeline-item{
width: 80%;
  left: 40px !important;
  margin: 10px 0;
}

.fh5co-history p{
  margin: 0;
}
.img-responsive {
  margin:20px 20px !important;
  width: 250px;
}


.fh5co-nav ul li.has-dropdown {
  position: relative;
}

/* Dropdown Symbol */
.fh5co-nav ul li.has-dropdown > a {
  position: relative;
  padding-right: 15px;
  display: flex;
  align-items: center;
}

.fh5co-nav ul li.has-dropdown .dropdown-icon {
  display: inline-block;
  margin-left: 8px;
  transition: transform 0.3s ease-in-out;
}

/* Rotate dropdown icon when active */
.fh5co-nav ul li.has-dropdown.active .dropdown-icon {
  transform: rotate(180deg); /* Rotates icon */
}

/* Hide dropdown by default */
.fh5co-nav ul li.has-dropdown .dropdown-menu {
  position: absolute;
  top: 0;
  left: auto;
  right: 190px; /* Moves it to the left side */
  width: 230px;
  background: black;
  color: white;
  padding: 10px;
  border-radius: 4px;
  box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  z-index: 1002;
  text-align: right;
  display: block; 
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, transform 0.3s ease-in-out;
}

/* Show Dropdown */
.fh5co-nav ul li.has-dropdown .dropdown-menu.active {
  display: block !important;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}















}

@media screen and (min-width: 429px) and (max-width: 770px) {
  .feature-center {
    margin-bottom: 10px;
    padding:5px 0;
}
#fh5co-services .col-md-4, #fh5co-services .col-sm-4 , .feature-center .icon {
  margin: 0;
}
.feature-center h3 , #fh5co-testimonial p{
  font-size: 16px;
}
.col-md-4 {
  flex: 0 0 auto !important;
  width: 33.33333333% !important;
}
.feature-center p , #fh5co-testimonial .box-testimony blockquote p{
  font-size: 12px;
  padding: 10px;
}

.srvc {
  height: 350px;
}

#fh5co-services, #fh5co-started, #fh5co-testimonial, #fh5co-blog, #fh5co-project, #fh5co-about, #fh5co-contact, #fh5co-footer {
  padding: 1em 0;
}

.fh5co-heading h2 , h2, .h2{
  font-size: 25px;
}

.fh5co-heading p, .project-content h3, .fh5co-blog .blog-text h3, .fh5co-blog p, .btn {
  font-size: 14px;
}
.fh5co-project {
  height: 320px !important;
}
#fh5co-testimonial .box-testimony blockquote {
  padding: 5px;
}
.fh5co-blog > a img{
  height: 300px;
}

.fh5co-feature{
  padding: 5px;
}
.timeline-item{
  width: 100%;
  /* padding: 5px; */
  margin: 10px 10px;
}

.fh5co-blog .blog-text{
  height: 400px;
}

.img-responsive {
  width:300px;
  margin-left: 0 !important;
}
.company-icon{

  height: 50px !important;
}

.fh5co-nav ul li a {
padding: 2px;
font-size: 16px;
font-weight: 600;
}
.fh5co-nav .menu-1{
  margin-bottom: 10px;
}










}
/* Mobile Menu */
.mobile-menu {
  display: none;
  position: absolute;
  top: 70px;
  right: 2px;
  width: 200px;
  background: #222;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  z-index: 1000;
  transition: all 0.3s ease-in-out;
}

.mobile-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column; /* Stack items vertically */
}

.mobile-menu ul li {
  display: block; /* Ensures full-width block display */
  width: 100%; /* Takes full menu width */
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* Menu Links */
.mobile-menu ul li a {
  display: block;
  padding: 12px 20px;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  transition: background 0.3s;
}

.mobile-menu ul li a:hover {
  background: rgba(255, 255, 255, 0.1);
  padding-left: 25px; /* Slight left shift for hover effect */
  transition: all 0.3s ease-in-out;
}
/* Toggle Button */
.mobile-menu-toggle {
  background: #222;
  border: none;
  color: #fff;
  font-size: 25px;
  padding: 2px 8px;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s ease;
  left: 60px;
  position: relative;
}

.mobile-menu-toggle:hover {
  background: #090909;
}

/* Active Mobile Menu */
.mobile-menu.active {
  display: block;
  transform: translateY(0);
  opacity: 1;
}






































