* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
}

html, body {
  height: 100%;
  width: 100%;
  font-family: 'Roboto', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Quicksand', sans-serif;
}

/* Set Roboto font for all paragraphs */
p {
  font-family: 'Roboto', sans-serif;
}


.top-bar {
  background-color: #f97316;
  color: #fff;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 30px;
  flex-wrap: wrap;
}

.welcome-msg {
  color: #fff;
}

.top-bar-right {
  display: flex;
  gap: 25px;
  margin-top: 10px;
  align-items: center;
  flex-wrap: wrap;
}

.top-bar-right i {
  color: #f97316;
  margin-right: 6px;
}

.social-icons i {
  color: #333;
  margin-left: 15px;
  cursor: pointer;
}

.navbar {
  display: flex;
  align-items: center;
  background-color: #fff;
  height: 100px;
  padding: 0;
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

.logo-container {
  
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}

.logo-container img {
  
  width: 200px;
  margin-top: 20px;
}

.nav-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 110px;
  flex: 1;
  padding: 0 30px;
  flex-wrap: wrap;
  position: relative;
}

.nav-links {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
}

.nav-links a {
  text-decoration: none;
  color: #333;
  font-size: 16px;
  position: relative;
  padding: 5px 0;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0%;
  background-color: #f97316;
  transition: width 0.3s ease;
}

.nav-links a:hover::after {
  width: 100%;
}

.call-box {
  display: flex;
  align-items: center;
  gap: 10px;
  border-left: 1px solid #ddd;
  padding-left: 20px;
}

/* Hide call-box on smaller screens */
@media screen and (max-width: 991px) {
  .call-box {
    display: none;
  }
}

.call-box-icon {
  background-color: #f97316;
  color: #fff;
  border-radius: 50%;
  padding: 12px;
  font-size: 18px;
}

.call-text {
  color: #555;
  font-size: 14px;
}

.call-text span {
  font-weight: bold;
  display: block;
  font-size: 16px;
}

.hamburger {
  display: none;
  font-size: 24px;
  margin-top: 0px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .nav-links {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    flex-direction: column;
    padding: 20px 30px;
    box-shadow: 0px 2px 10px rgba(249,115,22,0.1);
  }

  .nav-links.show {
    display: flex;
  }

  .nav-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .hamburger {
    display: block;
    margin-right: 200px;

  }

  .call-box {
    margin-top: 10px;
    border-left: none;
    padding-left: 0;
    width: 100%;
  }
}








.hero {
  background: url('Resorces/7.jpg') no-repeat center center/cover;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.sec-2{
  position: absolute;
  left: 150px;
  color: #f97316;
  bottom: 0px;
  line-height: 1.5;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4); 
  z-index: 1;
}
.first-hero {
  
  width: 250px;
  height: 150vh;
  position: absolute;
  top: -150px;
  margin-left: 5rem;
  background-color: #f97316;
  opacity: 0.5;
  transform: rotate(25deg);
  

}

.hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
  color: white;
  font-family: 'Poppins', sans-serif;
  padding: 0 20px;
}
.third-hero {
  width: 250px;
  height: 150vh;
  position: absolute;
  top: -250px;
  right: -50px;
  
  background-color: #f97316;
  opacity: 0.5;
  transform: rotate(-45deg);
  width: 250px;
  height: 100%;
}

.hero-subtitle {
  font-size: 12px;
  color: azure;
  margin-bottom: 0px;
  letter-spacing: 2px;
}

.hero-title {
  font-size: 45px;
  margin-top: 0px;
  color: aliceblue;
  font-weight: 700;
  font-style: 'Quicksand', sans-serif;
  line-height: 1.2;
}

.hero-title span {
  color: #f97316; 
  font-style: italic;
}

.hero-btn {
  display: inline-block;
  margin-top: 25px;
  background-color: #f97316;
  color: white;
  padding: 12px 30px;
  border-radius: 4px;
  font-size: 14px;
  text-decoration: none;
  font-weight: 500;
  transition: background 0.3s ease;
}

.hero-btn:hover {
  background-color: #585453;
}












.section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 100px;
  gap: 40px;
}

.image-stack {
  position: relative;
  width: 500px;
}

.main-img {
  width: 73%;
  border-radius: 8px;
  display: block;
  filter: brightness(0.8);
}

.small-img {
  position: absolute;
  bottom: -30px;
  left: 150px;
  width: 320px;
  border-radius: 8px;
  
  filter: brightness(0.9);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.floating-stat-box {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background-color: #f97316;
  color: white;
  padding: 15px 25px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
  z-index: 2;
}

.floating-stat-box .stat-value {
  font-size: 28px;
  font-weight: bold;
}

.floating-stat-box .plus {
  font-size: 20px;
  vertical-align: super;
}

.floating-stat-box .stat-text {
  font-size: 14px;
  font-weight: 500;
  margin-top: 4px;
}

.content {
  max-width: 550px;
}

.section-title {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px; 
}

.section-title span {
  position: relative;
  padding-left: 23px;
}

.section-title span::before {
  position: absolute;
  content: '';
  left: 0;
  
  top: 80%;
  transform: translateY(-50%);
  height: 2px;
  background: #f97316;
  width: 14px;
}

.heading {
  font-size: 46px;
  font-weight: 600;
  font-family: sans-serif;
  margin: 0 0 20px;
  color: #15101e;
  font-family: 'Quicksand', sans-serif;
}

.text {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
}

.services {
  display: flex;
  gap: 50px;
  margin-top: 30px;
}

.service {
  text-align: left;
  display: flex;
  gap: 20px;
}
.service-icon{
  width: 50%;

}

.service-icon {
  font-size: 40px;
  
  color: #f97316;
}

.service-title {
  font-weight: 800;
  font-size: 18px;
  font-family: 'Quicksand', sans-serif;
  position: relative;
  left: -50px;
}

.features {
  margin-top: 30px;
  margin-left: 0px;
  position: relative;
  left: -25px;
}

.features li {
  margin-bottom: 10px;
  list-style: none;
  position: relative;
  padding-left: 25px;
}

.features li::before {
  content: '✔';
  position: absolute;
  left: 0;
  color: #f97316;
}

.learn-more {
  display: inline-block;
  margin-top: 30px;
  padding: 12px 24px;
  background-color: #f97316;
  color: white;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 600;
  transition: background 0.3s;
}

.learn-more:hover {
  background-color: #585453;
}

.section-3 {
  padding: 60px 20px;
  background-color: #f8f9fa;
}

.main-3 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  max-width: 1300px;
  margin: auto;
}

.card-3 {
  width: 350px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  background-color: transparent;
  position: relative;
}

.image-wrapper {
  position: relative;
}

.image-wrapper img {
  width: 100%;
  display: block;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.icon-wrapper {
  position: relative;
  bottom: -24px;
  right: 15px;
  z-index: 2;
  background: transparent;
}

.styled-icon {
  font-size: 48px;
  color: #f97316;
}

.text-wrapper {
  background-color: #fff;
  padding: 10px 15px;
  margin-top: -30px;
  position: relative;
  z-index: 1;
  text-align: center;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
}

























.fourth{
  width: 100%;
  height: 800px;
  background-color: #1D1729;
  background-size: cover;
  background-position: center;
  position: relative; 
  overflow: hidden;
  top: -160px;


}
.fourth .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(./54_dot-bg.png); /* <-- dark overlay with 50% opacity */
  z-index: 1;
}

.fourth-main{
  width: 80%;
  margin: auto;
  margin-top: 200px;
}

.fourth-left-first p{
  color: #f97316;
  font-size: 14px;
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
  
}
.fourth-second{
  display: flex;
  justify-content: space-evenly;
  gap: 200px;
}
.fourth-second h2{
  color: white;
  width: 50%;
  font-size: 40px;
  font-family: 'Quicksand', sans-serif;
  font-weight: 800;
  margin-bottom: 20px;
  margin-top: 0px;
}

.fourth-second p{
  width: 50%;
  margin-top: 0px;
  color: #f5f5f5;
  font-family: Poppins;
}

/* Fourth Section Responsive Styles */

/* Extra Large Screens (1400px and up) */
@media screen and (min-width: 1400px) {
  .fourth {
    height: auto;
    min-height: 800px;
  }

  .fourth-main {
    width: 70%;
    max-width: 1320px;
  }
}

/* Large Laptops (1200px to 1399px) */
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .fourth {
    height: auto;
    min-height: 700px;
  }

  .fourth-main {
    width: 75%;
    margin-top: 150px;
  }

  .fourth-second {
    gap: 150px;
  }
}

/* Small Laptops (992px to 1199px) */
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .fourth {
    height: auto;
    min-height: 650px;
    top: -120px;
  }

  .fourth-main {
    width: 80%;
    margin-top: 120px;
  }

  .fourth-second {
    gap: 100px;
  }

  .fourth-second h2 {
    font-size: 35px;
  }
}

/* Tablets (768px to 991px) */
@media screen and (min-width: 768px) and (max-width: 991px) {
  .fourth {
    height: auto;
    min-height: 600px;
    top: -100px;
  }

  .fourth-main {
    width: 85%;
    margin-top: 100px;
  }

  .fourth-second {
    gap: 50px;
  }

  .fourth-second h2 {
    font-size: 32px;
    width: 100%;
  }

  .fourth-second p {
    width: 100%;
    font-size: 15px;
  }
}

/* Large Mobile (576px to 767px) */
@media screen and (min-width: 576px) and (max-width: 767px) {
  .fourth {
    height: auto;
    min-height: 700px;
    top: -80px;
  }

  .fourth-main {
    width: 90%;
    margin-top: 80px;
  }

  .fourth-second {
    flex-direction: column;
    gap: 30px;
  }

  .fourth-second h2,
  .fourth-second p {
    width: 100%;
    text-align: left;
  }

  .fourth-second h2 {
    font-size: 30px;
  }
}

/* Small Mobile (375px to 575px) */
@media screen and (min-width: 375px) and (max-width: 575px) {
  .fourth {
    height: auto;
    min-height: 650px;
    top: -60px;
  }

  .fourth-main {
    width: 92%;
    margin-top: 60px;
  }

  .fourth-left-first p {
    font-size: 13px;
  }

  .fourth-second {
    flex-direction: column;
    gap: 20px;
  }

  .fourth-second h2 {
    font-size: 26px;
    width: 100%;
  }

  .fourth-second p {
    width: 100%;
    font-size: 14px;
  }
}

/* Extra Small Mobile (Under 375px) */
@media screen and (max-width: 374px) {
  .fourth {
    height: auto;
    min-height: 600px;
    top: -40px;
  }

  .fourth-main {
    width: 95%;
    margin-top: 40px;
  }

  .fourth-left-first p {
    font-size: 12px;
  }

  .fourth-second {
    flex-direction: column;
    gap: 15px;
  }

  .fourth-second h2 {
    font-size: 24px;
    width: 100%;
  }

  .fourth-second p {
    width: 100%;
    font-size: 13px;
  }
}

/* Landscape Mode */
@media screen and (orientation: landscape) and (max-height: 576px) {
  .fourth {
    height: auto;
    min-height: 500px;
  }

  .fourth-main {
    margin-top: 60px;
  }
}

.services-section {
  padding: 60px 120px;
}

.services-container {
  display: flex;
  width: 80%;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-top: 80px;
}

.service-box {
  background-color: #15101e;
  width: 230px;
  padding: 70px 20px 30px 20px;
  border-radius: 10px;
  text-align: center;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.service-box:hover {
  transform: translateY(-10px);
}

.icon-wrapper {
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #0f0e17;
  width: 70px;
  height: 70px;
  border-top-left-radius: 70px;
  border-top-right-radius: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f97316;
  font-size: 28px;
  box-shadow: 0 0 15px #a855f740;
}

.service-box h3 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
  color: #ffffff;
}

.service-box p {
  font-size: 14px;
  color: #cbd5e1;
  margin-top: 10px;
}




/* .fifth{
  width:100%;
  height: 350px;
  align-items: center;
 
}
.fifth-section{
  width: 70%;
  margin: 0 auto;
  background-image: url('./44_cta-bg.jpg.jpeg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
} */


.fifth {
  width: 100%;
  height: auto;
}

.fifth-section {
  width: 70%;
  height: 300px;
  margin: 0 auto;
  background-image: url('./44_cta-bg.jpg.jpeg');
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  top: -160px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.overlay-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(249, 116, 22, 0.8); /* transparent orange overlay */
  z-index: 1;
}

.fifth-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  z-index: 2;
  position: relative;
  padding: 20px;
  color: white;
}

.fifth-first {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fifth-second {
  width: 50%;
}

.fifth-second h1 {
  font-size: 33px;
  margin-bottom: 10px;
  font-style: Poppins;
}

.fifth-second ul {
  padding-left: 20px;
  font-size: 18px;
}

.fifth-second ul li {
  margin-bottom: 5px;
}

.fifth-third {
  width: 20%;
  display: flex;
  justify-content: center;
}

.hero-btn {
  background-color: white;
  color: black;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
}

.features-1 {
  margin-top: 30px;
  margin-left: 0px;
  position: relative;
  left: -25px;
}

.features-1 li {
  margin-bottom: 10px;
  list-style: none;
  position: relative;
  padding-left: 25px;
}

.features-1 li::before {
  content: '✔';
  position: absolute;
  left: 0;
  color: #fff;
}







.six{
  width: 80%;
  margin: auto;
  margin-top: 0px;
}
.six-section-first{
  display: flex;
  justify-content: space-between;
  gap: 120px;
}
.six-section-first-left{
  width: 50%;
  }
.six-section-first-left span {
  position: relative;
  padding-left: 20px;
  color: #f97316;
}
.six-section-first-left h{
  font-size: 45px;
  font-weight: 600;
  margin-bottom: 10px;
  color: black;
  font-family: 'Quicksand', sans-serif;;
}

.six-section-first-left span::before {
  position: absolute;
  content: '';
  left: 0;
  top: 80%;
  transform: translateY(-50%);
  height: 2px;
  background: #f97316;
  width: 14px;
}
.six-section-first-right{
  width: 50%;
  
}
.six-section-first-right{
  font-size: 16px;
  margin-top: 50px;
}

/* Six Section Responsive Styles */

/* Extra Large Screens (1400px and up) */
@media screen and (min-width: 1400px) {
  .six {
    width: 70%;
    max-width: 1320px;
  }
}

/* Large Laptops (1200px to 1399px) */
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .six {
    width: 75%;
  }

  .six-section-first-left h {
    font-size: 40px;
  }
}

/* Small Laptops (992px to 1199px) */
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .six {
    width: 80%;
  }

  .six-section-first {
    gap: 60px;
  }

  .six-section-first-left h {
    font-size: 36px;
  }
}

/* Tablets (768px to 991px) */
@media screen and (min-width: 768px) and (max-width: 991px) {
  .six {
    width: 85%;
  }

  .six-section-first {
    gap: 40px;
  }

  .six-section-first-left h {
    font-size: 32px;
  }

  .six-section-first-right {
    margin-top: 30px;
  }
}

/* Large Mobile (576px to 767px) */
@media screen and (min-width: 576px) and (max-width: 767px) {
  .six {
    width: 90%;
  }

  .six-section-first {
    flex-direction: column;
    gap: 30px;
  }

  .six-section-first-left,
  .six-section-first-right {
    width: 100%;
  }

  .six-section-first-left h {
    font-size: 30px;
  }

  .six-section-first-right {
    margin-top: 20px;
    font-size: 15px;
  }
}

/* Small Mobile (375px to 575px) */
@media screen and (min-width: 375px) and (max-width: 575px) {
  .six {
    width: 95%;
  }

  .six-section-first {
    flex-direction: column;
    gap: 25px;
  }

  .six-section-first-left,
  .six-section-first-right {
    width: 100%;
  }

  .six-section-first-left h {
    font-size: 26px;
  }

  .six-section-first-left span {
    font-size: 14px;
  }

  .six-section-first-right {
    margin-top: 15px;
    font-size: 14px;
  }
}

/* Extra Small Mobile (Under 375px) */
@media screen and (max-width: 374px) {
  .six {
    width: 100%;
    padding: 0 15px;
  }

  .six-section-first {
    flex-direction: column;
    gap: 20px;
  }

  .six-section-first-left h {
    font-size: 24px;
  }

  .six-section-first-left span {
    font-size: 13px;
  }

  .six-section-first-right {
    margin-top: 15px;
    font-size: 13px;
  }

  .six-section-first-left span::before {
    width: 12px;
  }
}

/* Landscape Mode */
@media screen and (orientation: landscape) and (max-height: 576px) {
  .six {
    margin-top: 20px;
  }

  .six-section-first {
    gap: 30px;
  }

  .six-section-first-left h {
    font-size: 28px;
  }
}















.slider-container {
  width: 90%;
  margin: 50px auto;
  position: relative;
  overflow: hidden;
}

.slider-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.slide {
  flex: 0 0 25%;
  padding: 10px;
  box-sizing: border-box;
}

.card {
  position: relative;
  height: 550px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 15px rgba(0,0,0,0.1);
  cursor: pointer;
}

.card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.card:hover img {
  transform: scale(1.05);
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  padding: 20px;
  background: linear-gradient(to top, rgba(249, 115, 22, 0.7), transparent);
  
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: opacity 0.3s ease;
  color: white;
}

.card:hover .overlay {
  opacity: 1;
}

.overlay h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.overlay p {
  font-size: 14px;
  margin-bottom: 70px;
}

.icon {
  position: absolute;
  bottom: 100px;
  right: 50px;
  border: 2px solid white;
  width: 40px;
  height: 40px;
  font-size: 20px;
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
  transition: 0.3s;
}

.icon:hover {
  background-color: white;
  color: #7c3aed;
}

.nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border: none;
  font-size: 24px;
  padding: 10px 20px;
  cursor: pointer;
  z-index: 10;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

.prev {
  left: 5px;
}

.next {
  right: 5px;
}

.dots {
  text-align: center;
  margin-top: 15px;
}

.dots .dot {
  display: inline-block;
  height: 5px;
  width: 12px;
  margin: 0 5px;
  background-color: #bbb;
  border-radius: 50%;
  cursor: pointer;
}

.dots .dot.active {
  background-color: #7c3aed;
}

/* ✅ Responsive Breakpoints */
@media (max-width: 1024px) {
  .slide {
    flex: 0 0 33.33%;
  }
}

@media (max-width: 768px) {
  .slide {
    flex: 0 0 50%;
  }
}

@media (max-width: 500px) {
  .slide {
    flex: 0 0 100%;
  }
}






.testimonial-section {
  padding: 40px 10px;
  overflow: hidden;
}

.testimonial-slider {
  display: flex;
  gap: 20px;
  animation: scroll 30s linear infinite;
}

.testimonial-card {
  min-width: 300px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
  padding: 20px;
  text-align: center;
  flex-shrink: 0;
}

.testimonial-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 4px solid #6c63ff;
  margin-bottom: 10px;
  object-fit: cover;
}

.role {
  color: #6c63ff;
  font-size: 14px;
  margin: 5px 0;
}

.stars {
  color: #ffc107;
  font-size: 16px;
  margin: 5px 0;
}

.text {
  font-size: 15px;
  color: #444;
  line-height: 1.5;
  margin-top: 10px;
}

/* Infinite Scroll Animation */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Responsive */
@media (max-width: 768px) {
  .testimonial-card {
    min-width: 250px;
  }
}






















.eleven {
  width: 100%;
  height: auto;
}

.eleven-main {
  position: relative;
  margin-top: 150px;
  height: 680px;
  background-image: url('./47_video-bg.jpg.jpeg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  margin-bottom: 100px;
}


.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9); /* 60% black */
  z-index: 1;
}


.color-line {
  position: absolute;
  top: -200px;
  left: 120px;
  width: 150px;
  height: 900px;
  background-color: rgba(249, 116, 22, 0.399);
  transform: rotate(45deg);
  z-index: 2;
}


.eleven-inner {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 210px;
  height: 100%;
}


.eleven-left {
  width: 65%;
  color: #fff;
  text-align: left;
}

.eleven-left p {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
}

.eleven-left h1 {
  font-size: 50px;
  font-weight: 800;
  margin-bottom: 20px;
  font-family: 'Quicksand', sans-serif;
}


.eleven-right {
  width: 35%;
  color: #fff;
  text-align: right;
  
}
.color-1{
  background-color: #B882FC;
  padding: 10px 20px 10px 20px;
  height: 150px;
  width: 150px;
  margin-left: 250px;
  margin-bottom: 10px;
  gap: 20px;
  text-align: left;
}
.color-2{
  background-color: #5F2DEE;
  padding: 10px 20px;
  height: 150px;
  width: 150px;
  text-align: left;
  margin-left: 250px;

}
.color-1 h4{
  font-family: Catamaran, sans-serif;
  font-size: 35px;
  font-weight: 700;
  margin-top: 10px;
}
.color-1 p{
  
  font-size: 15px;
}
.color-2 h4{
  font-family: Catamaran, sans-serif;
  font-size: 35px;
  font-weight: 700;
  margin-top: 10px;
}
.color-2 p{
  
  font-size: 15px;
}




@media screen and (max-width: 768px) {
  .fifth-section {
    height: auto;
    flex-direction: column;
    padding: 20px 10px;
  }

  .fifth-content {
    flex-direction: column;
    text-align: center;
  }

  .fifth-first,
  .fifth-second,
  .fifth-third {
    width: 100%;
    margin-bottom: 15px;
  }

  .fifth-second h1 {
    font-size: 20px;
  }
}



/* Contact Page  */




.contact-hero {
  background-image: url('Resorces/24.jpg');
  background-size: cover;
  background-position: center;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  position: relative;
  margin-bottom: 4rem;
}

.contact-hero h1 {
  font-size: 3.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
  text-align: center;
  letter-spacing: 2px;
}

.breadcrumb {
  display: flex;
  gap: 1rem;
  align-items: center;
  font-size: 1.2rem;
}

.breadcrumb a {
  color: white;
  text-decoration: none;
  transition: color 0.3s ease;
}

.breadcrumb a:hover {
  color: #007bff;
}

.breadcrumb span {
  color: #777;
}

@media (max-width: 768px) {
  .contact-hero h1 {
      font-size: 2.5rem;
  }
  
  .breadcrumb {
      font-size: 1rem;
  }
}


.contact-section {
    padding: 100px 0;
    background-color: #f8f9fa;
}

.contact-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    padding: 0 20px;
}

.contact-subtitle {
    color: #6c5ce7;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 15px;
}

.contact-title {
    font-size: 3.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 50px;
    line-height: 1.2;
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 25px;
}

.icon-circle {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 4px solid #6c5ce7; /* Adjusted border thickness */
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
}

.icon-circle i {
    color: #6c5ce7;
    font-size: 24px;
}

.contact-text h4 {
    color: #f7931e;
    font-size: 1.25rem;
    margin-bottom: 8px;
    font-weight: 600;
}

.contact-text p {
    color: #fff;
    font-size: 1rem;
    margin-top: 0px;
}

.contact-form {
    background-color: #f8f9fa;
    padding: 0;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 15px 20px;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    font-size: 1rem;
    background-color: #fff;
    margin-bottom: 20px;
}

.contact-form textarea {
    width: 100%;
    resize: vertical;
    min-height: 150px;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: #666;
}

.submit-btn {
    width: 100%;
    padding: 15px;
    background: #6c5ce7;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.submit-btn:hover {
    background: #5849c4;
}

/* Hero section styles */
.contact-hero {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('Resorces/24.jpg');
    background-size: cover;
    background-position: center;
    padding: 100px 0;
    text-align: center;
    color: white;
}

.contact-hero h1 {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.breadcrumb {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 1.1rem;
}

.breadcrumb a {
    color: white;
    text-decoration: none;
}

.breadcrumb span {
    color: #6c5ce7;
}

@media (max-width: 768px) {
    .contact-container {
        grid-template-columns: 1fr;
    }
    
    .form-row {
        grid-template-columns: 1fr;
    }
    
    .contact-title {
        font-size: 2.5rem;
    }
}


/* -------------------- */

/* Update contact section styles */
.contact-section {
  padding: 100px 0;
  background-color: #fff;
}

.contact-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  padding: 0 20px;
}

/* Update form styles */
.contact-form {
  background: linear-gradient(rgba(108, 92, 231, 0.05), rgba(108, 92, 231, 0.05));
  padding: 40px;
  border-radius: 10px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 15px 20px;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  font-size: 1rem;
  background-color: #fff;
  margin-bottom: 20px;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #666;
  font-family: "Poppins", sans-serif;
}

.contact-form textarea {
  width: 100%;
  resize: vertical;
  min-height: 150px;
}

/* Update button style */
.submit-btn {
  width: 100%;
  padding: 15px;
  background: #6c5ce7;
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.submit-btn:hover {
  background: #5849c4;
}

/* Update left section styles */
.contact-subtitle {
  color: #6c5ce7;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 1px;
  position: relative;
  display: inline-block;
}

.contact-subtitle::before {
  content: '';
  position: absolute;
  left: -20px;
  top: 50%;
  width: 15px;
  height: 2px;
  background: #6c5ce7;
}

.contact-title1 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 50px;
  line-height: 1.2;
}

.body{
  background-color: #f8f9fa;
}




/* Update Hero section styles */
.hero-section {
  background: linear-gradient(rgba(28, 25, 38, 0.95), rgba(28, 25, 38, 0.95)), url('Resorces/24.jpg');
  background-size: cover;
  background-position: center;
  background-color: white;
  min-height: 10px;
  margin: 0px 100px;
  display: flex;
  align-items: center;
  padding: 40px 100px;
  position: relative;
}

.hero-content-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  padding: 0 20px;
}

.hero-subtitle {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
  display: block;
  margin-bottom: 1rem;
}

.hero-title {
  color: white;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 2rem;
  max-width: 800px;
}

.learn-more-btn {
  display: inline-block;
  background: #8B5CF6;
  color: white;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: background-color 0.3s ease;
  text-transform: uppercase;
}

.learn-more-btn:hover {
  background: #7C3AED;
}

@media (max-width: 168px) {
  .hero-title {
      font-size: 3rem;
  }
  
  .hero-subtitle {
      font-size: 1rem;
  }
}


/* map */


/* Map section with overlay */
.map-section {
  padding: 0;
  margin: 0;
  position: relative;
}

.map-overlay {
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  height: 100px;
  background: linear-gradient(45deg, 
      transparent 33.33%, 
      #fff 33.33%, 
      #fff 66.66%, 
      transparent 66.66%
  );
  background-size: 30px 100%;
  z-index: 2;
}

.map-container {
  width: 100%;
  max-width: 100%;
  height: 450px;
  position: relative;
  overflow: hidden;
}

.map-container iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* Mobile Responsive Styles */
@media screen and (max-width: 768px) {
    /* Header */
    .header {
        height: auto;
        flex-direction: column;
    }

    .left-Side {
        width: 20%;
        height: 28px;
        margin-left: 200px;
        padding-top: 50px;
        margin-top: 15px;
        padding-bottom: 0px;
    }

    .right-S {
        width: 100%;
        height: 80px;
        border-radius: 0;
        display: flex;  
    }

    .main-r {
        padding: 10px;
    }

    .first-r {
        flex-direction: column;
    }

    .first-r-mssg,
    .first-r-sec {
        width: 100%;
    }

    .first-r-se-fir {
        width: 100%;
        flex-direction: column;
        gap: 10px;
    }

    .navbar {
        width: 100%;
    }

    .nav-links {
        flex-direction: column;
        padding: 0;
        gap: 15px;
        text-align: center;
    }

    /* Contact Hero */
    .contact-hero {
        height: auto;
        padding: 50px 20px;
    }

    .contact-hero h1 {
        font-size: 2rem;
    }

    /* Contact Section */
    .contact-section {
        padding-right: 30px;
    }

    .contact-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .contact-title1 {
        font-size: 2rem;
    }

    .contact-item {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }

    .icon-circle {
        margin: 0 auto;
    }

    /* Form */
    .form-row {
        grid-template-columns: 1fr;
    }

    .contact-form {
        padding: 20px;
    }

    /* Hero Section */
    .hero-section {
        margin: 0;
        padding: 40px 20px;
        text-align: center;
    }

    .hero-content-wrapper {
        padding: 0;
    }

    .hero-title {
        font-size: 3rem;
    }

    .learn-more-btn {
        /* width: 100%; */
        text-align: center;
        width: 80%;
    }

    /* Map */
    .map-section {
        margin-top: 40px;
    }

    .map-container {
        height: 300px;
    }

    .map-overlay {
        display: none;
    }
}

/* Small Mobile Devices */
@media screen and (max-width: 480px) {
    .contact-hero h1 {
        font-size: 1.5rem;
    }

    .contact-title1 {
        font-size: 1.5rem;
    }

    .hero-title {
        font-size: 3rem;
    }

    .hero-subtitle {
        font-size: 1rem;
    }

    .contact-form input,
    .contact-form textarea {
        padding: 12px 15px;
    }

    .submit-btn {
        padding: 12px;
        font-size: 0.9rem;
    }
}

/* Tablet Devices */
@media screen and (min-width: 769px) and (max-width: 1024px) {
    .contact-container {
        grid-template-columns: 1fr;
        max-width: 700px;
    }

    .hero-section {
        margin: 0 50px;
        padding: 40px 50px;
    }

    .hero-title {
        font-size: 3.5rem;
    }
}

/* Mobile and Tablet Responsive Styles */
@media screen and (max-width: 768px) {
  .section {
    flex-direction: column;
    margin-top: 50px;
    padding: 20px;
    gap: 30px;
  }

  .image-stack {
    width: 100%;
    max-width: 100%;
  }

  .main-img {
    width: 100%;
    height: auto;
  }

  .small-img {
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
  }

  .floating-stat-box {
    right: 10px;
    padding: 10px 20px;
  }

  .content {
    max-width: 100%;
    padding: 0 10px;
  }

  .section-title {
    font-size: 14px;
  }

  .heading {
    font-size: 32px;
    margin-bottom: 15px;
    color: #0f0e17;
  }

  .services {
    flex-direction: column;
    gap: 30px;
  }

  .service {
    width: 100%;
  }

  .service-icon {
    width: 40px;
  }

  .service-title {
    font-size: 16px;
    left: 20;
  }

  .features {
    margin-left: 0;
    left: 0;
  }

  .learn-more {
    width: 82%;
    text-align: center;
    margin-top: 20px;
  }
}

/* Small Mobile Devices */
@media screen and (max-width: 480px) {
  .section {
    margin-top: 30px;
  }

  .heading {
    font-size: 28px;
  }

  .floating-stat-box {
    padding: 8px 15px;
  }

  .floating-stat-box .stat-value {
    font-size: 24px;
  }

  .floating-stat-box .stat-text {
    font-size: 12px;
  }

  .service {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
  }

  .service-icon {
    margin-bottom: 10px;
  }

  .service-title {
    text-align: center;
    margin-left: 20px;
  }
}

/* Tablet Devices */
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .section {
    margin-top: 80px;
    padding: 0 30px;
  }

  .image-stack {
    width: 45%;
  }

  .content {
    width: 55%;
  }

  .heading {
    font-size: 36px;
  }

  .services {
    gap: 30px;
  }
}

/* Extra Large Screens (1400px and up) */
@media screen and (min-width: 1400px) {
  .section, .contact-container, .hero-content-wrapper {
    max-width: 1320px;
  }

  .hero-title {
    font-size: 3.9rem;
  }
}

/* Large Laptops (1200px to 1399px) */
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .section, .contact-container, .hero-content-wrapper {
    max-width: 1140px;
    padding: 0 30px;
  }
}

/* Small Laptops (992px to 1199px) */
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .section, .contact-container {
    max-width: 960px;
    padding: 0 20px;
  }

  .heading {
    font-size: 38px;
  }

  .hero-section {
    margin: 0 50px;
  }

  .image-stack {
    width: 45%;
  }

  .small-img {
    width: 280px;
    left: 10px;
  }
}

/* Tablets (768px to 991px) */
@media screen and (min-width: 768px) and (max-width: 991px) {
  .section {
    flex-direction: column;
    gap: 50px;
  }

  .image-stack {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }

  .small-img {
    width: 60%;
    left: 40%;
  }

  .content {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }

  .services {
    flex-direction: row;
    justify-content: space-between;
  }

  .right-S {
    width: 80%;
    
    height: 50px;
    background-color: #585453;
    border-radius: 0px 0px 0px 10px;
  }
  

  .nav-links {
    padding-right: 20px;
  }
}

/* Large Mobile (576px to 767px) */
@media screen and (min-width: 576px) and (max-width: 767px) {
  .section {
    padding: 15px;
    margin-top: 40px;
  }

  .heading {
    font-size: 30px;
  }

  .service {
    flex-direction: row;
    align-items: flex-start;
  }

  .service-title {
    left: -20px;
    margin-left: 20px;
    margin-top: 10px;
  }

  .first-r-se-fir {
    flex-direction: row;
    justify-content: center;
  }
}

/* Small Mobile (375px to 575px) */
@media screen and (min-width: 375px) and (max-width: 575px) {
  .section {
    padding: 10px;
    margin-top: 30px;
  }

  .heading {
    font-size: 26px;
  }

  .text {
    font-size: 14px;
  }

  .service-icon {
    width: 35px;
  }

  .floating-stat-box {
    right: 5px;
    padding: 8px 12px;
  }
}

/* Extra Small Mobile (Under 375px) */
@media screen and (max-width: 374px) {
  .section {
    padding: 8px;
    margin-top: 20px;
  }

  .heading {
    font-size: 24px;
  }

  .service {
    gap: 10px;
  }

  .service-icon {
    width: 30px;
  }

  .features li {
    font-size: 14px;
  }

  .contact-hero h1 {
    font-size: 1.3rem;
  }

  .breadcrumb {
    font-size: 0.9rem;
  }

  .nav-links li a {
    font-size: 12px;
  }
}

/* Portrait and Landscape Orientations */
@media screen and (orientation: landscape) and (max-height: 576px) {
  .hero-section {
    min-height: auto;
    padding: 30px 20px;
  }

  .contact-hero {
    height: auto;
    padding: 40px 20px;
  }
}

/* High DPI Screens */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .main-img, .small-img {
    image-rendering: -webkit-optimize-contrast;
  }
}

/* Dark Mode Support */
@media (prefers-color-scheme: dark) {
  .body {
    background-color: #1a1a1a;
  }

  .text {
    color: #0f0e17;
  }

  .heading {
    color: #15101e;
  }
}

/* Fifth Section Responsive Styles */

/* Extra Large Screens (1400px and up) */
@media screen and (min-width: 1400px) {
  .fifth-section {
    width: 70%;
    max-width: 1320px;
  }
}

/* Large Laptops (1200px to 1399px) */
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .fifth-section {
    width: 70%;
  }
}

/* Small Laptops (992px to 1199px) */
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .fifth-section {
    width: 75%;
    height: 280px;
    top: -140px;
  }

  .fifth-second h1 {
    font-size: 28px;
  }

  .fifth-second ul {
    font-size: 16px;
  }
}

/* Tablets (768px to 991px) */
@media screen and (min-width: 768px) and (max-width: 991px) {
  .fifth-section {
    width: 85%;
    height: auto;
    padding: 40px 0;
    top: -120px;
  }

  .fifth-content {
    flex-direction: column;
    gap: 30px;
  }

  .fifth-first, .fifth-second, .fifth-third {
    width: 100%;
    text-align: center;
  }

  .fifth-second ul {
    display: inline-block;
    text-align: left;
  }
}

/* Large Mobile (576px to 767px) */
@media screen and (min-width: 576px) and (max-width: 767px) {
  .fifth-section {
    margin-top: 15px;
    width: 90%;
    height: auto;
    padding: 30px 0;
    top: -100px;
  }

  .fifth-content {
    flex-direction: column;
    gap: 25px;
  }

  .fifth-first, .fifth-second, .fifth-third {
    width: 100%;
    text-align: center;
  }

  .fifth-second h1 {
    font-size: 24px;
  }

  .fifth-second ul {
    font-size: 15px;
    display: inline-block;
    text-align: left;
  }

  .hero-btn {
    padding: 8px 16px;
    font-size: 14px;
  }
}

/* Small Mobile (375px to 575px) */
@media screen and (min-width: 375px) and (max-width: 575px) {
  .fifth-section {
    width: 95%;
    height: auto;
    padding: 25px 0;
    top: -80px;
  }

  .fifth-content {
    flex-direction: column;
    gap: 20px;
    padding: 15px;
  }

  .fifth-first, .fifth-second, .fifth-third {
    width: 100%;
    text-align: center;
  }

  .fifth-second h1 {
    font-size: 22px;
  }

  .fifth-second ul {
    font-size: 14px;
    padding-left: 15px;
  }

  .features-1 li {
    margin-bottom: 8px;
  }
}

/* Extra Small Mobile (Under 375px) */
@media screen and (max-width: 374px) {
  .fifth-section {
    width: 100%;
    height: auto;
    padding: 20px 0;
    top: -60px;
  }

  .fifth-content {
    padding: 10px;
    gap: 15px;
  }

  .fifth-second h1 {
    font-size: 20px;
  }

  .fifth-second ul {
    font-size: 13px;
    padding-left: 10px;
  }

  .hero-btn {
    padding: 8px 14px;
    font-size: 13px;
  }
}

/* Landscape Mode */
@media screen and (orientation: landscape) and (max-height: 576px) {
  .fifth-section {
    height: auto;
    padding: 30px 0;
  }

  .fifth-content {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .fifth-first {
    width: 30%;
  }

  .fifth-second {
    width: 70%;
  }

  .fifth-third {
    width: 100%;
    margin-top: 20px;
  }
}

/* Eleven Section Responsive Styles */

/* Extra Large Screens (1400px and up) */
@media screen and (min-width: 1400px) {
  .eleven-main {
    height: 700px;
  }

  .eleven-inner {
    padding: 0 250px;
  }

  .eleven-left h1 {
    font-size: 55px;
  }
}

/* Large Laptops (1200px to 1399px) */
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .eleven-inner {
    padding: 0 180px;
  }
}

/* Small Laptops (992px to 1199px) */
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .eleven-main {
    height: 600px;
    margin-top: 120px;
  }

  .eleven-inner {
    padding: 0 120px;
  }

  .eleven-left h1 {
    font-size: 42px;
  }

  .color-1, .color-2 {
    width: 130px;
    height: 130px;
    margin-left: 150px;
  }

  .color-1 h4, .color-2 h4 {
    font-size: 30px;
  }
}

/* Tablets (768px to 991px) */
@media screen and (min-width: 768px) and (max-width: 991px) {
  .eleven-main {
    height: auto;
    padding: 60px 0;
    margin-top: 100px;
  }

  .eleven-inner {
    padding: 0 60px;
    flex-direction: column;
    gap: 40px;
  }

  .eleven-left, .eleven-right {
    width: 100%;
    text-align: center;
  }

  .eleven-left h1 {
    font-size: 36px;
  }

  .color-1, .color-2 {
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .color-line {
    display: none;
  }
}

/* Large Mobile (576px to 767px) */
@media screen and (min-width: 576px) and (max-width: 767px) {
  .eleven-main {
    height: auto;
    padding: 50px 0;
    margin-top: 80px;
  }

  .eleven-inner {
    padding: 0 30px;
    flex-direction: column;
    gap: 30px;
  }

  .eleven-left, .eleven-right {
    width: 100%;
    text-align: center;
  }

  .eleven-left h1 {
    font-size: 32px;
  }

  .color-1, .color-2 {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    margin-bottom: 15px;
  }

  .color-1 h4, .color-2 h4 {
    font-size: 28px;
  }

  .color-1 p, .color-2 p {
    font-size: 14px;
  }
}

/* Small Mobile (375px to 575px) */
@media screen and (min-width: 375px) and (max-width: 575px) {
  .eleven-main {
    height: auto;
    padding: 40px 0;
    margin-top: 60px;
  }

  .eleven-inner {
    padding: 0 20px;
    gap: 25px;
  }

  .eleven-left h1 {
    font-size: 28px;
  }

  .eleven-left p {
    font-size: 14px;
  }

  .color-1, .color-2 {
    width: 110px;
    height: 110px;
    padding: 10px;
  }

  .color-1 h4, .color-2 h4 {
    font-size: 26px;
    margin-top: 10px;
  }
}

/* Extra Small Mobile (Under 375px) */
@media screen and (max-width: 374px) {
  .eleven-main {
    margin-top: 40px;
    padding: 30px 0;
  }

  .eleven-inner {
    padding: 0 15px;
    gap: 20px;
  }

  .eleven-left h1 {
    font-size: 24px;
  }

  .eleven-left p {
    font-size: 13px;
  }

  .color-1, .color-2 {
    width: 100px;
    height: 100px;
    padding: 8px;
  }

  .color-1 h4, .color-2 h4 {
    font-size: 24px;
    margin-top: 8px;
  }

  .color-1 p, .color-2 p {
    font-size: 12px;
    
  }
}

/* Landscape Mode */
@media screen and (orientation: landscape) and (max-height: 576px) {
  .eleven-main {
    height: auto;
    padding: 40px 0;
  }

  .eleven-inner {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .eleven-left {
    width: 60%;
    text-align: left;
  }

  .eleven-right {
    width: 40%;
  }

  .color-1, .color-2 {
    margin-left: 0;
  }
}

.info-strip {
  background-color: #f9f9ff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 50px;
  font-size: 13px;
  color: #444;
  border-bottom: 1px solid #e2e2e2;
}

.info-right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.info-item {
  display: flex;
  align-items: center;
  gap: 5px;
}

.info-socials i {
  margin-left: 10px;
  cursor: pointer;
  color: #666;
}

/* Header Navigation */
.main-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 50px;
  background-color: #ffffff;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.05);
}

.brand-section img {
  height: 45px;
}

.navigation-links a {
  margin: 0 14px;
  text-decoration: none;
  color: #333;
  font-weight: 500;
}

.utilities-box {
  display: flex;
  align-items: center;
  gap: 22px;
}

.utilities-box i {
  font-size: 18px;
  color: #555;
  cursor: pointer;
}

.support-call {
  display: flex;
  align-items: center;
  background-color: #7a3cf2;
  padding: 8px 14px;
  border-radius: 30px;
  color: white;
}

.call-icon {
  background-color: #5b24b4;
  padding: 10px;
  border-radius: 50%;
  margin-right: 10px;
}

.call-details p {
  margin: 0;
  font-size: 12px;
}

.call-details strong {
  font-size: 14px;
}




















/* Services page Styles */

.it-services {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 60px 40px;
  max-width: 1300px;
  margin: auto;
  gap: 40px;
}

.text-content {
  flex: 1 1 500px;
}

.text-content h2 {
  font-size: 28px;
  font-weight: bold;
  color: #111;
  margin-bottom: 20px;
}

.text-content p {
  font-size: 18px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 20px;
}

.image-content {
  flex: 1 1 400px;
  display: flex;
  justify-content: center;
}

.image-content img {
  width: 100%;
  max-width: 500px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

/* 🔁 Responsive Styles */
@media (max-width: 1024px) {
  .it-services {
    flex-direction: column;
    text-align: center;
  }

  .text-content, .image-content {
    flex: 1 1 100%;
  }

  .text-content h2 {
    font-size: 24px;
  }

  .text-content p {
    font-size: 16px;
  }

  .it-services {
    padding: 40px 20px;
  }
}




.how-we-help {
  background-color: #0026c7;
  color: white;
  padding: 60px 20px;
  text-align: center;
}

.how-we-help .container {
  max-width: 1200px;
  margin: 0 auto;
}

.how-we-help h2 {
  color: #f7931e;
  font-size: 32px;
  margin-bottom: 15px;
}

.how-we-help .intro {
  font-size: 18px;
  font-weight: 500;
  max-width: 900px;
  margin: 0 auto 40px;
}

.how-we-help .cards {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.how-we-help .card {
  background-color: white;
  color: black;
  border-radius: 12px;
  padding: 30px;
  flex: 1 1 350px;
  max-width: 500px;
  box-sizing: border-box;
}

.how-we-help .card h3 {
  font-size: 22px;
  margin-bottom: 15px;
}

.how-we-help .card p {
  line-height: 1.6;
  margin-bottom: 25px;
}

.how-we-help .card a {
  display: inline-block;
  background-color: #f5774e;
  color: white;
  padding: 12px 25px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 500;
  transition: background-color 0.3s ease;
}

.how-we-help .card:nth-child(2) a {
  background-color: #0026c7;
}

.how-we-help .card a:hover {
  opacity: 0.9;
}

/* Responsive */
@media (max-width: 768px) {
  .how-we-help .intro {
    font-size: 16px;
  }

  .how-we-help .cards {
    flex-direction: column;
    align-items: center;
  }

  .how-we-help .card {
    width: 100%;
  }
}





.why-choose {
  padding: 60px 20px;
  text-align: center;
}

.why-title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 50px;
  color: #111;
}

.why-title strong {
  color: #000;
}

.why-title span {
  color: #aaa;
  font-weight: 400;
}

.why-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.why-card {
  background: white;
  padding: 30px 25px;
  border-radius: 12px;
  max-width: 350px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  text-align: left;
  transition: all 0.3s ease;
}

.why-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.08);
}

.why-icon img {
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
}

.why-card h3 {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin-bottom: 15px;
  line-height: 1.4;
}

.why-card p {
  font-size: 14px;
  color: #444;
  line-height: 1.7;
  margin-bottom: 20px;
}

.why-card a {
  font-size: 14px;
  color: #0066ff;
  font-weight: 500;
  text-decoration: none;
}

.why-card a:hover {
  text-decoration: underline;
}


.speak-language-section {
  background-color: #fff;
  padding: 40px 0;
  display: flex;
  justify-content: center;
}

.content-wrapper {
  width: 90%;
  max-width: 1200px;
}

.image-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
}

.image-container img {
  width: 60%;
  height: auto;
  display: block;
  border-radius: 8px;
  margin-left: 75px;
}

.text-box {
  position: absolute;
  top: 85px;
  right: 180px;
  background-color: rgba(201, 87, 46, 0.8);
  color: #fff;
  padding: 20px 25px;
  border-radius: 20px;
  max-width: 400px;
  font-family: 'Segoe UI', sans-serif;
}

.text-box h2 {
  font-size: 24px;
  margin-bottom: 15px;
  line-height: 1.4;
}

.text-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.text-box ul li {
  margin-bottom: 8px;
  font-size: 16px;
}

/* ✅ Responsive */
@media (max-width: 768px) {
  .text-box {
    position: static;
    margin-top: 15px;
    max-width: 100%;
  }

  .image-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}









.contact-section {
  font-family: 'DM Sans', sans-serif;
  background-color: #0b0013;
  color: white;
  padding: 60px 30px;
  margin-right: 50px;
  width: 100%;
}

.contact-section .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
  gap: 40px;
}

.contact-form, .contact-info {
  flex: 1 1 400px;
  min-width: 300px;
}

.contact-form h4 {
  color: #ff9800;
  font-style: italic;
  margin-bottom: 10px;
}

.contact-form h1 {
  font-size: 36px;
  font-weight: 700;
}

.contact-form p {
  margin: 10px 0 30px;
  font-size: 16px;
}

.contact-form form input,
.contact-form form textarea {
  width: 100%;
  padding: 15px;
  margin-bottom: 20px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  background-color: #fff;
  color: #000;
}

.contact-form form textarea {
  height: 150px;
  resize: vertical;
}

.checkbox-container {
  font-size: 14px;
  color: #ccc;
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.checkbox-container input {
  margin-right: -10px;
  margin-top: 5px;
}

.checkbox-container a {
  color: #00bfff;
  text-decoration: none;
}

.submit-btn {
  background-color: #ff7b34;
  color: white;
  border: none;
  padding: 12px 25px;
  border-radius: 25px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.submit-btn:hover {
  background-color: #ff5200;
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 30px;
  
  margin-left: 0px;
  font-size: 16px;
}

.contact-info div {
  display: flex;
  gap: 15px;
  align-items: flex-center;
}

.contact-info img {
  color: #ff9800;
  width: 50px;
  margin-top: 4px;
}

.contact-info strong {
  display: block;
  font-weight: bold;
  margin-bottom: 20px;
  margin-left: 25px;
}


@media (max-width: 768px) {
  .contact-section .container {
    flex-direction: column;
    padding-left: 30px;
    margin-right: 60px;
  }

  .contact-form h1 {
    font-size: 28px;
  }
}













.hamburger {
  display: none;
  font-size: 24px;
  color: white;
  cursor: pointer;
  padding: 10px;
  z-index: 1000;
}

@media (max-width: 768px) {
  .hamburger {
    display: block;
  }

  .nav-links {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 130px;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding: 10px 20px;
    z-index: 999;
    gap: 10px;
    color: white; /* Added text color white */
  }

  .nav-links.show {
    display: flex;
  }

  .nav-links li {
    text-align: left;
  }

  .nav-links li a {
    color: white; /* Added link text color white */
  }

  .second-r-r {
    margin-left: 0;
    padding-left: 20px;
    margin-top: 10px;
  }

  .sec-2 {
    position: static;
    margin-left: 10px;
  }

  .one-1 img {
    position: static;
  }
}

@media (max-width: 991px) {
  .first-r,
  .second-r-r,
  .responsive-hr {
    display: none !important;
  }
}

/* === HIDE TOP INFO BAR ON MOBILE === */
@media (max-width: 991px) {
  .first-r,
  .second-r-r,
  .responsive-hr {
    display: none !important;
  }

  .nav-links {
    display: none;
    flex-direction: column;
    padding: 10px 20px;
    position: absolute;
    top: 110px; /* below header */
    left: 0;
    width: 100%;
    z-index: 999;
    gap: 10px;
  }

  .nav-links.show {
    display: flex;
  }

  .nav-links li {
    padding: 10px 0;
    text-align: left;
  }
}




@media (max-width: 991px) {
  .hamburger {
    display: block;
    font-size: 24px;
    color: white;
    cursor: pointer;
    padding: 10px;
  }

  .nav-links {
    display: none; /* ← this is missing in your file */
    flex-direction: column;
    
    position: absolute;
    top: 130px;
    left: 0;
    width: 100%;
    padding: 10px 20px;
    z-index: 999;
  }

  .nav-links.show {
    display: flex; /* ← THIS is the MOST important missing part */
  }

  .nav-links li {
    text-align: left;
    padding: 10px 0;
  }

  /* Hide extra info on mobile */
  .first-r,
  .second-r-r,
  .responsive-hr {
    display: none !important;
  }
}




/* ===== Mobile Hamburger Nav ===== */
@media (max-width: 991px) {
  .hamburger {
    display: block;
    font-size: 24px;
    color: white;
    cursor: pointer;
    padding: 10px;
    z-index: 1000;
  }

  .nav-links {
    display: none;
    flex-direction: column;
    
    position: absolute;
    top: 130px;
    left: 0;
    width: 100%;
    padding: 10px 20px;
    z-index: 999;
  }

  .nav-links.show {
    display: flex;
    margin-right: 40%;
    background-color: #fff;
  }

  .nav-links li {
    text-align: left;
    padding: 10px 0;
  }

  /* Hide extra info in mobile */
  .first-r,
  .second-r-r,
  .responsive-hr {
    display: none !important;
  }
}








.contact-hero-services{
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('./56_banner-thumb-2.jpg.jpeg');
    background-size: cover;
    background-position: center;
    padding: 100px 0;
    text-align: center;
    color: white;
}