* {
  margin: 0px;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

/* ..............header css............. */

body,
html {
  overflow-x: hidden;
}

.common-margin {
  background: url(./assets/images/Home/bg.png);
  margin: 40px;
}

@media (max-width: 768px) {
  .common-margin {
    margin: 20px 0px;
  }
}
.header {
  border-bottom: 1px solid #000;
  z-index: 9;
}
.header-logo img {
  width: 60px;
}

.header-navbar li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0%;
  height: 2px;
  background-color: #000;
  transition: all 0.5s ease;
  border: none;
}

.header-navbar li a:hover::after {
  width: 100%;
}
.header-navbar li a:hover {
  color: #fff;
}

.header-contact:hover a,
.header-contact:hover i {
  color: #007bff !important;
}

/* ........................................about us .................................. */

.why-title {
  font-size: 30px;
  color: #262329;
  line-height: 1;
  margin-block: 40px !important;
}

.why-section p {
  color: #7c7c7c;
  font-size: 16px;
}

.about-us-card {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.icon-box {
  padding: 10px;
}
.About-heading {
  display: flex;
}
.icon-box h5 {
  font-weight: 700;
  margin-bottom: 5px;
}

.icon-box span {
  font-size: 15px;
  color: #000;
}

.bg-icon {
  color: orangered;
}
.icon {
  font-size: 40px;

  margin-bottom: 12px;
}

.navbar-background {
  background-color: #38761d;
}
.navbar-background ul {
}

.navbar-background ul.navbar-nav li a {
  color: #fff;
}

.contact a {
  color: #fff;
  font-size: 13px;
}
.nav-links ul {
  display: flex;
  justify-content: center;
}
ul.dropdown-menu.show.mini-drop li a {
  color: #000 !important;
}
ul.dropdown-menu.show.mini-drop li a:hover {
  color: #007bff !important;
}
/* ...................................banner ............................................... */
/* .backgorund-image{
    background: url(../images/banner.png) no-repeat center ;
    background-size: cover;
    height: 80vh;
    width: 100%;
    position: relative;
} */
/* #imageCarousel .carousel-control-prev {
  left: -65px;
}

#imageCarousel .carousel-control-next {
  right: -64px;
} */
@media (max-width: 768px) {
  #imageCarousel .carousel-control-prev {
    left: 10px;
  }
  #imageCarousel .carousel-control-next {
    right: 10px;
  }
}

/* banner */

.banner video {
  height: 90vh;
  position: relative;
}
.banner-video-overlay::after {
  content: " ";
  position: absolute;
  z-index: 1;
  inset: 0;
  background-color: #000000a1;
}

#imageCarousel .carousel-item img {
  height: 90vh;
  object-fit: cover;
  position: relative;
  object-position: top;
}

@media (max-width: 768px) {
  /* #imageCarousel .carousel-item img {
    height: 75vh;
  } */
  .banner video {
    height: 60vh;
    position: relative;
  }
}
.content {
  position: absolute;
  z-index: 5;
  top: 25%;
  left: 5%;
  width: 50%;
}

@media (max-width: 768px) {
  .content {
    width: 100%;
    top: 10%;
    padding: 0;
    margin-bottom: 0;
  }
}
.content h1 {
  color: #fff;
  font-size: 20px;
}
.content h1::before {
  content: "";
  position: absolute;
  background: #fff;
  width: 51%;
  height: 2px;
  top: 11px;
  left: 133px;
}

@media (max-width: 768px) {
  .content h1::before {
    display: none;
  }
}
.content h1::after {
  display: none;
}

.content h1::after {
  content: "";
  position: absolute;
  background: #fff;
  width: 15px;
  height: 15px;
  border-radius: 10px;
  left: 510px;
  top: 4px;
}
.content h6 {
  color: #fff;
  font-size: 80px;
}
.content p {
  color: #fff;
  font-size: 25px;
}
.Read-more {
  width: 140px;
  background: #00aeff;
  padding: 15px;
  border-radius: 10px;
  text-align: center;
  margin-top: 50px;
}
.Read-more a {
  color: #fff;
  text-decoration: none;
}

.banner-text {
  position: absolute;
  top: 50%;
  left: 32%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.banner-text h1 {
  font-size: 55px;
}

.banner-text p {
  font-size: 18px;
  line-height: 1.3;
}
.nav-div {
  position: absolute;
  position: absolute;

  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}

/* ..............................................form................................... */

.form-div {
  width: 350px;
  padding: 10px;
  height: auto;
  position: absolute;
  position: absolute;
  top: 55%;
  left: 80%;
  transform: translate(-50%, -50%);
}
textarea.form-control {
  height: 50px;
}
.form-div form {
  background: #98cfa238;
  padding: 20px;
}
.form-btn {
  font-size: 15px;
}
.form button.btn.btn-primary {
  font-size: 18px;
}

input.form-control {
  font-size: 14px;
  padding: 10px;
}
textarea.form-control {
  font-size: 15px;
}

/* .............................................. our belife...................................*/

/* .our-Belief{
    background:linear-gradient(rgb(0 209 0 / 65%), rgb(36 58 36), rgb(15 45 15));
    
} */

.custom-card {
  border: none;
  padding: 40px 30px;
  position: relative;
  overflow: hidden;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: default;
}
.card-title {
  font-size: 24px;
  color: #111;
  margin-bottom: 12px;
}

.belief-title {
  font-size: 30px;
  /* margin-block: 40px; */
}
.belief-title-section {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .our-belief {
    padding: 0px !important;
  }
  .our-belief-text {
    padding: 0px !important;
    width: 100% !important;
  }
}
.card-desc {
  color: #555;
  color: #555;
  font-size: 0.95rem;

  position: relative;
  z-index: 2;
}

.btn-link-custom {
  color: #000;
  text-decoration: none;
  font-weight: 700;
  border-bottom: 2px solid #000;
  padding-bottom: 4px;
  position: relative;
  z-index: 2;
  width: fit-content;
  transition: opacity 0.2s;
}

.custom-card {
  height: 200px;
}

/* Card 1: */
.card-orange {
  background: url("../images/our-belief/our-1.jpg") no-repeat center;
  background-size: cover;
}

/* Card 2: Purple */
.card-purple {
  background: url("../images/group\ image\ \(2\).png") no-repeat center;
  background-size: cover;
}

/* Card 3: Green */
.card-green {
  background: url("../images/our-belief/our-3.jpg") no-repeat center;
  background-size: cover;
}

/* Card 4: Pink */
.card-pink {
  background: url("../images/our-belief/our-4.jpg") no-repeat center;
  background-size: cover;
}

.card-red {
  background: url("../images/our-belief/our-5.jpg") no-repeat center;
  background-size: cover;
}

.card-yellow {
  background: url("../images/our-belief/our-6.jpg") no-repeat center;
  background-size: cover;
}

.our-Belief p {
  font-size: 16px;
  color: #000;
}

/* ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,project,,,,,,,,,,,,,,,,,,,,,,,,,, */

.hero-section {
  min-height: 80vh;
  display: flex;
  align-items: center;
}

.hero-title {
  font-size: 35px;
  color: #000;
  margin-bottom: 20px;
}

.hero .carousel-item .content {
  position: absolute;
  left: 8%;
  top: 50%;
  transform: translate(0%, -50%);
  z-index: 1;
  color: white;
  width: 30%;
}
.hero .carousel-item h1 {
  font-size: 50px;
}
.hero .carousel-item p {
  margin-block: 10px 16px;
}

.btn-explore {
  background: linear-gradient(45deg, #ff3355, #ff6b6b);
  border: none;
  color: white;
  padding: 12px 40px;
  border-radius: 50px;
  font-weight: 600;
  box-shadow: 0 4px 15px rgba(255, 51, 85, 0.4);
  transition: transform 0.3s ease;
}

.btn-explore:hover {
  transform: translateY(-3px);
  color: white;
}

.destination-card {
  height: 400px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  transition: transform 0.3s ease;
  cursor: pointer;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.destination-card:hover {
  transform: translateY(-5px);
}

.card-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
}

.place-name {
  color: #fff !important;
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 5px;
}

.place-location {
  color: #ddd;
  font-size: 0.8rem;
  text-transform: uppercase;
}

/* resposive css */

@media (max-width: 991px) {
  .banner-text {
    left: 50%;
    text-align: center;
  }
  .form-div {
    left: 50%;
    top: 78%;
    width: 80%;
    transform: translate(-50%, -50%);
  }
  .why-title {
    font-size: 32px;
    text-align: center;
  }
  .card-desc {
    max-width: 100%;
  }
}

/* ----------- Mobile Landscape (≤ 768px) ----------- */
@media (max-width: 768px) {
  .backgorund-image {
    height: 70vh;
  }
  .banner-text h1 {
    font-size: 40px;
  }
  .banner-text p {
    font-size: 16px;
  }
  .destination-card {
    height: 330px;
  }
  .hero-title {
    font-size: 2.7rem;
    text-align: center;
  }
  .hero-desc {
    text-align: center;
    margin: auto;
  }
}

/* ----------- Mobile Portrait (≤ 576px) ----------- */
@media (max-width: 576px) {
  .banner-text {
    width: 100%;
    padding: 0 15px;
  }
  .banner-text h1 {
    font-size: 32px;
  }
  .form-div {
    width: 90%;
  }
  .center-img {
    border-radius: 20px;
  }
  .custom-card {
    padding: 25px 20px;
  }
  .destination-card {
    height: 280px;
  }
}

/* ----------- Extra Small (≤ 420px) ----------- */
@media (max-width: 420px) {
  .banner-text h1 {
    font-size: 26px;
  }
  .hero-title {
    font-size: 2.2rem;
  }
  .form-div form {
    padding: 12px;
  }
}

/* testimonial */
.content-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px 10%;
}

.testimonial-title {
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.5rem;
}
.divider-line {
  width: 50px;
  height: 3px;
  background-color: #ff6347; /* Orange color */
  margin-top: 0;
}

/* --- Quote Text Styling --- */
.testimonial-quote {
  font-size: o.8rem;
  color: #ffffff;
  max-width: 800px;
  line-height: 1.7;
  font-weight: 300;
}

/* --- Client Photo and Info --- */
.client-photo {
  width: 70px;
  height: 70px;
  border-radius: 50%; /* Makes the photo round */
  object-fit: cover;
  border: 3px solid rgba(255, 255, 255, 0.8); /* White border */
}
.client-name {
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0;
}
.client-title {
  font-size: 0.9rem;
  color: #cccccc;
  margin-top: 0;
}

/* --- Carousel Controls Styling --- */
/* .carousel-control-prev,
.carousel-control-next {
  width: 80px;
  height: 100%;
  opacity: 1;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: brightness(0) invert(1); 
  width: 1.5rem;
  height: 1.5rem;
} */

/* upcoming project */
.upcoming-project-content .expansion-test {
  font-size: 28px;
  font-weight: 500;
}

.upcoming-project-content h1 {
  font-size: 64px;
}
.upcoming-project-content .coming-soon {
  color: #cc5500;
  font-size: 28px;
}

/* /upcoming project */
.seperater {
  background-color: #ccc;
  width: 100%;
  height: 1px;
}
div#carouselExample {
  background: #cbffcb;
  padding: 20px;
}
.custom-card h3 {
  margin-bottom: 10px;
}

/* header-section */

/* /header-section */

/* .....footer..... */

/* Custom Colors */
:root {
  --dark-bg: #222222;
  --light-text: #aaaaaa;
  --primary-color: #007bff;
}

/* Footer Container Styling */
.main-footer {
  background-color: var(--dark-bg);
  color: var(--light-text);
  font-family: Arial, sans-serif;
}

/* Heading Styling */
.footer-heading {
  font-size: 1.25rem;
  padding-bottom: 0.5rem;
}

/* Column 1: Quick Sale Specific Styles */
.logo-icon {
  font-size: 1.5rem;
}
.footer-text {
  line-height: 1.8;
}

/* Social Icons Styling */
.social-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: white;
  transition: background-color 0.3s;
}

/* Specific Social Media Background Colors (matching the image) */
.social-icon.facebook {
  background-color: #9acd32;
}
.social-icon.twitter {
  background-color: #9acd32;
}
.social-icon.google {
  background-color: #9acd32;
}
.social-icon.pinterest {
  background-color: #9acd32;
}

.social-icon:hover {
  opacity: 0.8;
}

/* Column 2: Recent Comments Divider */
.footer-divider {
  border-bottom: 1px solid #333333;
}
.comment-author {
  color: #999999;
  font-style: italic;
}
.comment-link:hover {
  color: #9acd32 !important;
}

/* Column 3: Twitter Feed */
.twitter-feed a.twitter-link,
.tweet-link {
  color: #9acd32 !important;
}

/* ...../footer..... */

/* contact-section */
.contact-title {
  font-size: 30px;
}
.newsletter-section {
  background: #8bc63f;
}

.newsletter-input {
  height: 48px;
  border-radius: 8px 0 0 8px !important;
}

.newsletter-btn {
  height: 48px;
  border-radius: 0;
  border-radius: 0px 8px 8px 0px !important;
}

/* /contact-section */

/* new header */

ul.navbar-nav-scroll li a.nav-link.active {
  color: #00aeff !important;
}

header {
  background-color: #b8e8ff;
}
.header-contact a,
.header-contact i {
  color: #000 !important;
  padding-left: 6px;
}
.header .icons-images-main {
  width: 10%;
  font-size: 20px;
}
.icons-images-main a {
  color: #000;
  padding-left: 16px;
}
.header a:hover {
  color: #00aeff !important;
}
/*.... upcomming project.... */
.bg-green {
  background-color: #00aeff;
  padding: 40px;
}

@media (max-width: 768px) {
  .bg-green {
    padding: 12px 0px;
  }
}
.upcoming-content {
  text-align: end;
}
.upcoming-content h6 {
  font-size: 30px;
  margin-bottom: 20px;
  color: #fff;
}
.upcoming-content p {
  font-size: 60px;
  line-height: 80px;
  margin-bottom: 60px;
  color: #fff;
}

@media (max-width: 768px) {
  .upcoming-content h6 {
    font-size: 24px;
    margin-bottom: 0;
  }
  .upcoming-content p {
    font-size: 30px;
    line-height: 36px;
    margin: 0;
  }
}

.upcoming-content span {
  font-size: 24px;
  color: #fff;
  font-weight: 500;
}
.upcoming-project-image img {
  object-fit: cover;
  height: 180px;
}

/* Request-form */

.pop-btn {
  position: fixed;
  bottom: 25px;
  right: 15px;
  z-index: 22;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  align-content: center;
  text-align: center;
  background-color: #00aeff;
  border: none;
}

.pop-btn:hover {
  background-color: #00aeff !important;
}
.remove-form-btn {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: rgb(255, 0, 0);
  align-content: center;
  text-align: center;
  margin-left: auto;
}
.Request-form {
  width: 400px;
  padding: 25px;
  height: auto;
  position: absolute;
  z-index: 20;
  top: 49%;
  left: 80%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.form-position {
  display: block !important;
  position: fixed !important;
  top: 18px;
  left: 10px;
  background-color: #000000ad !important;
  transform: translate(0) !important;
  z-index: 21;
  width: 95% !important;
  margin: 0 !important;
}

/* /Request-form */

/*...... footer..... */
.main-footer {
  background-color: #000;
  padding: 40px;
}

@media (max-width: 768px) {
  .main-footer {
    padding: 40px 0px;
  }
}

.copy-right {
  border-top: 1px solid #fff;
}
/*..... footer..... */
