
/* ===== GLOBAL ===== */
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  overflow-x: hidden;
}

/* ===== HEADER ===== */
.main-header {
  background: linear-gradient(90deg, #12130d, #1d1e18);
  padding: 0px 0;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
  transition: all 0.4s ease;
  position: sticky;
  top: 0;
  z-index: 999;
}

.main-header.shrink {
  padding: 10px 0;
 
}

.logo img {
  height: 100px;
  transition: 0.3s ease;
}

.main-header.shrink .logo img {
  height: 75px;
}

.navbar-nav .nav-link {
  color: #fff;

  margin: 0 15px;
  font-size: 22px;
}

.navbar-nav .nav-link:hover {
  color: #e9a901;
}

.btn-get-quote {
  background: #e9a901;
  color: #fff;
  padding: 12px 28px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s ease;
}

.btn-get-quote:hover {
  background: #2e7d32;
  transform: translateY(-3px);
}

/* ===== HERO SLIDER ===== */

/* ========================= */
/* HERO CAROUSEL SECTION */
/* ========================= */

.carousel-item {
  height: 600px;
  position: relative;
  overflow: hidden;
}

.slide-bg {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

/* Dark Overlay */
.slide-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6); /* Adjust 0.6 for more/less darkness */
  z-index: 1;
}

/* ========================= */
/* HERO CONTENT */
/* ========================= */

.hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #ffffff;
  width: 100%;
  max-width: 1000px;
  padding: 20px;
  z-index: 2; /* Above overlay */
}

.hero-content h1 {
  font-size: 60px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.hero-content h1 .green {
  color: #e9a901;
}

.hero-content p {
  font-size: 20px;
  margin: 20px 0 40px;
  color: #dddddd;
  line-height: 1.6;
}

.text-white-custom {
    color: #ffffff;
    font-size: 27px;
    width: 76%;
    text-align: center;
    margin: 0px auto;
}
/* ========================= */
/* BUTTONS */
/* ========================= */

.hero-buttons a {
  display: inline-block;
  padding: 14px 32px;
  margin: 10px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.3s ease;
}

/* Outline Button */
.btn-outline-green {
  border: 2px solid #e9a901;
  color: #ffffff;
}

.btn-outline-green:hover {
  background: #e9a901;
  color: #ffffff;
}

/* Solid Button */
.btn-solid-green {
  background: #e9a901;
  color: #ffffff;
}

.btn-solid-green:hover {
  background: #2e7d32;
}

/* ========================= */
/* RESPONSIVE DESIGN */
/* ========================= */

@media (max-width: 992px) {
  .hero-content h1 {
    font-size: 42px;
  }

  .hero-content p {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .carousel-item {
    height: 450px;
  }

  .hero-content h1 {
    font-size: 32px;
  }

  .hero-content p {
    font-size: 16px;
  }

  .hero-buttons a {
    padding: 12px 24px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .carousel-item {
    height: 380px;
  }

  .hero-content h1 {
    font-size: 24px;
  }

  .hero-content p {
    font-size: 14px;
  }
}



.about-section {
  background-color: #fff;
}

.about-section h2 {
  font-size: 36px;
}

.about-section p {
  font-size: 19px;
  line-height: 1.8;
}

.about-image img {
  transition: 0.4s ease;
}

.about-image img:hover {
  transform: scale(1.03);
}


/* ===== PREMIUM FEATURE BOX EFFECT ===== */
.features-section {
  background: #000000;
  color: #ffffff;
}

.features-section h2 {
  color: #ffffff;
}

.features-section p {
    color: #fff !important;
    font-size: 18px;
}

.feature-card {
  background: #111111;
  border-radius: 12px;
  padding: 30px 20px;
  transition: 0.3s ease;
  box-shadow: 0 5px 25px rgba(0,0,0,0.4);
  border: 1px solid #e9a901;
}

.feature-card h5 {
  color: #ffffff;
}

.feature-card p {
  color: #fff;
}

.feature-card:hover {
  transform: translateY(-8px);
  background: #e9a901;
  border-color: #e9a901;
}

.feature-card:hover h5,
.feature-card:hover p {
  color: #ffffff;
}

.icon-wrapper img {
  transition: 0.3s ease;
}

.feature-card:hover .icon-wrapper img {
  transform: scale(1.1);
}

/* ===== SERVICES DESIGN ===== */


.service-card {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  cursor: pointer;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transition: 0.4s ease;
  text-align: center;
}
.service-card h5{text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;}
	
.service-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: 0.6s ease;
}

/* Overlay */
.service-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.8), rgba(27,94,32,0.4));
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 25px;
  opacity: 0;
  transition: 0.4s ease;
}

.service-overlay h5 {
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  transform: translateY(20px);
  transition: 0.4s ease;
}

/* Hover Effect */
.service-card:hover img {
  transform: scale(1.1);
}

.service-card:hover .service-overlay {
  opacity: 1;
}

.service-card:hover .service-overlay h5 {
  transform: translateY(0);
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}

.services-section {
  background: #fff;
}

.service-card {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0,0,0,0.08);
  transition: 0.4s ease;
}

.service-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  transition: 0.6s ease;
}

/* Overlay */
.service-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.9), rgba(27,94,32,0.6));
  display: flex;
  align-items: flex-end;
  padding: 25px;
  opacity: 0;
  transition: 0.4s ease;
}

.service-content {
  color: #fff;
  transform: translateY(20px);
  transition: 0.4s ease;
}

.service-content h5 {
  font-weight: 700;
}

.service-content p {
  font-size: 17px;
  margin-bottom: 5px;
  opacity: 0.9;
}

/* Button */
.btn-read {
  display: inline-block;
  padding: 8px 18px;
  background: #1b5e20;
  color: #fff;
  border-radius: 30px;
  font-size: 13px;
  text-decoration: none;
  transition: 0.3s ease;
}

.btn-read:hover {
  background: #2e7d32;
  color: #fff;
}

/* Hover Effects */
.service-card:hover img {
  transform: scale(1.1);
}

.service-card:hover .service-overlay {
  opacity: 1;
}

.service-card:hover .service-content {
  transform: translateY(0);
}

.service-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 25px 50px rgba(0,0,0,0.2);
}



/* Features */
/* Section Title */
/* ============================= */
/* SECTION TITLE */
/* ============================= */

.section-title {
  padding: 80px 0 40px;
  text-align: center;
}

.section-title small {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 600;
  color: #1b5e20;
}

.section-title h2 {
  font-weight: 800;
  font-size: 38px;
  margin-top: 10px;
}

/* ============================= */
/* FEATURE BOX */
/* ============================= */

/* Page Background */
.feature-box {
  width: 100%;
  height: 100%;
}
/* Feature Box */
.feature-box {
  position: relative;
  width: 100%;          /* Full width */
  max-width: 100%;      /* Prevent overflow */
  padding: 40px 25px;
  border-radius: 20px;
  text-align: center;
  color: #ffffff;
  overflow: hidden;

  /* Glassmorphism */
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);

  border: 1px solid rgba(255, 255, 255, 0.1);

  box-shadow:
    0 15px 35px rgba(0, 0, 0, 0.4);

  transition: transform 0.5s ease, box-shadow 0.5s ease;
  transform-style: preserve-3d;
  z-index: 0;
}

/* 🌈 Rotating Neon Border */
.feature-box::before {
  content: "";
  position: absolute;
  width: 220%;
  height: 220%;
  top: -60%;
  left: -60%;
  background: conic-gradient(
    #ff00ff,
    #00ffff,
    #00ff88,
    #ffff00,
    #ff0000,
    #ff00ff
  );
  animation: rotateBorder 4s linear infinite;
  z-index: -2;
}

/* Inner Glass Layer */
.feature-box::after {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 16px;
  background: rgba(15, 20, 30, 0.95);
  z-index: -1;
}

/* Hover 3D Lift Effect */
.feature-box:hover {
  transform: rotateX(12deg) rotateY(-12deg) translateY(-20px);
  box-shadow:
    0 30px 60px rgba(0, 0, 0, 0.5),
    0 0 40px rgba(0, 255, 255, 0.6);
}

/* Border Rotation Animation */
@keyframes rotateBorder {
  100% {
    transform: rotate(360deg);
  }
}

/* ============================= */
/* ICON STYLE */
/* ============================= */

.feature-img {
  width: 75px;
  height: 75px;
  object-fit: contain;
  margin-bottom: 20px;
  transition: 0.4s ease;
}

/* Icon circle effect */
.feature-box:hover .feature-img {

}

/* ============================= */
/* TEXT STYLE */
/* ============================= */

.feature-box h5 {
  font-weight: 700;
  margin-bottom: 15px;
  transition: 0.3s;
}

.feature-box p {
  font-size: 18px;
  color: #fff;
  transition: 0.3s;
  line-height: 1.6;
}

/* White text on hover */
.feature-box:hover h5,
.feature-box:hover p {
  color: #ffffff;
}



/* CTA Section */
.cta-section {
  background: linear-gradient(135deg, #3a4f7a, #2f3e68);
}
.section-title {
    text-align: center;
    padding: 60px 0 20px;
}

.section-title small {
    color: #777;
    letter-spacing: 2px;
}

.section-title h2 {
    font-weight: 600;
}

.map-section {
    position: relative;
    height: 500px;
    overflow: hidden;
    color: #fff;
}

.map-section iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    filter: grayscale(30%);
}

.map-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
}

.map-content {
    position: relative;
    z-index: 2;
    padding-top: 60px;
}

.map-content h2 {
    font-weight: 600;
}

.location-box {
    text-align: center;
    padding: 15px;
}

.location-box i {
    font-size: 28px;
    color: #ff3b3b;
    display: block;
    margin-bottom: 8px;
}

.location-box a {
    text-decoration: none;
    color: #fff;
    font-weight: 500;
}

.location-box a:hover {
    color: #f4b400;
}



.service-card h4 {
  text-align: center;
  padding: 15px 0;
  transition: 0.3s ease;
}

/* Hide when hover */
.service-card:hover h4 {
  opacity: 0;
  visibility: hidden;
}
/* Footer */
.main-footer {
    position: relative;
    background: url('./img/slider1.png') no-repeat center center;

    background-size: cover;   /* keeps aspect ratio */
    background-attachment: scroll; 
}
.main-footer p{    font-size: 16px;
    line-height: 36px;}
	
	.main-footer ul {
    padding: 0;
    margin: 0;
}

.main-footer ul li {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 8px;
    list-style: none;
}

.main-footer ul li a {
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.main-footer ul li a:hover {
    color: #f4b400; /* Accent color */
    padding-left: 5px;
}
	
.main-footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(29, 30, 24, 0.85); /* dark overlay */
}

.main-footer > * {
    position: relative;
    z-index: 2;
}

.footer-title {
  color: #9ad23a;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  margin-bottom: 20px;
}

.main-footer a {
  color: #dcdcdc;
  text-decoration: none;
  transition: 0.3s;
}

.main-footer a:hover {
  color: #9ad23a;
  padding-left: 5px;
}

.social-icon {
  font-size: 18px;
  color: #fff;
  background: rgba(255,255,255,0.1);
  padding: 8px 10px;
  border-radius: 50%;
  transition: 0.3s;
}

.social-icon:hover {

   font-size: 18px;
  
  background: rgba(255,255,255,0.1);
  padding: 8px 10px;
  border-radius: 50%;
  transition: 0.3s;
}

.footer-divider {
  border-color: rgba(255,255,255,0.2);
}
.faq-section {
    background: #f8f9fa;
}

.custom-accordion .accordion-button {
    background: #fff;
    border-radius: 8px;
    transition: 0.3s;
	font-size: 19px;
}

.custom-accordion .accordion-button:not(.collapsed) {
    background-color: #f4b400;
    color: #000;
    box-shadow: none;
}

.custom-accordion .accordion-item {
    border: none;
}

.custom-accordion .accordion-body {
    background: #ffffff;
    border-top: 1px solid #eee;
	font-size: 17px;
}
/* ============================= */
/* PREMIUM GLASS REVIEW CARD */
/* ============================= */

./* Add perspective to parent container */
body {
  background: #0f172a;
  perspective: 1200px;
}

/* Review Box */
.review-box {
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(12px);
  border-radius: 18px;
  padding: 35px;
  position: relative;
  overflow: hidden;

  border: 1px solid rgba(255,255,255,0.1);

  transform-style: preserve-3d;
  transition: transform 0.5s ease, box-shadow 0.5s ease;
}

/* 🥇 Animated Gold Border */
.review-box::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 18px;
  padding: 2px;

  background: linear-gradient(
    120deg,
    #c9a227,
    #f5d76e,
    #c9a227
  );
  background-size: 200% 200%;
  animation: borderMove 4s linear infinite;

  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;

  opacity: 0;
  transition: opacity 0.4s ease;
}

/* Border Animation */
@keyframes borderMove {
  0% { background-position: 0% 50%; }
  100% { background-position: 200% 50%; }
}

/* 🚀 3D Hover Effect */
.review-box:hover {
  transform: rotateX(8deg) rotateY(-8deg) translateY(-15px);
  box-shadow:
    0 30px 60px rgba(0,0,0,0.6),
    0 0 30px rgba(201,162,39,0.4);
  background: rgba(255,255,255,0.1);
}

/* Show border on hover */
.review-box:hover::before {
  opacity: 1;
}
/* ============================= */
/* TITLE + TEXT ANIMATION */
/* ============================= */

.review-box strong {
  color: #ffffff;
  transition: 0.3s ease;
}

.review-box p {
  color: #dddddd;
  transition: 0.3s ease;
}

.review-box:hover strong {
  color: #ffffff;
}

.review-box:hover p {
  color: #ffffff;
}

/* ============================= */
/* GOLD STARS */
/* ============================= */

.stars {
  color: #c9a227;
  letter-spacing: 3px;
  font-size: 18px;
  transition: 0.3s ease;
}

.review-box:hover .stars {
  transform: scale(1.05);
}

/* ============================= */
/* ANIMATED GRADIENT BACKGROUND */
/* ============================= */

.premium-reviews {
  position: relative;
  background: linear-gradient(-45deg, #000000, #0f2f16, #1b5e20, #000000);
  background-size: 400% 400%;
  animation: gradientMove 12s ease infinite;
  color: #ffffff;
  overflow: hidden;
}

/* Moving gradient animation */
@keyframes gradientMove {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/* ============================= */
/* GOLD GLOW EFFECT */
/* ============================= */

.premium-reviews::before {
  content: "";
  position: absolute;
  top: -150px;
  left: -150px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(201,162,39,0.4), transparent 70%);
  animation: glowMove 10s linear infinite;
  z-index: 0;
}

@keyframes glowMove {
  0% { transform: translate(0,0); }
  50% { transform: translate(200px,150px); }
  100% { transform: translate(0,0); }
}

/* Make content above glow */
.premium-reviews .container {
  position: relative;
  z-index: 2;
}

/* ============================= */
/* PREMIUM GLASS REVIEW CARDS */
/* ============================= */

.review-box {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(12px);
  border-radius: 16px;
  padding: 30px;
  position: relative;
  transition: 0.4s ease;
  border: 1px solid rgba(255,255,255,0.1);
  overflow: hidden;
}

/* Gold border animation */
.review-box::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  padding: 2px;
  background: linear-gradient(45deg, #c9a227, transparent, #c9a227);
  -webkit-mask: 
     linear-gradient(#fff 0 0) content-box, 
     linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  opacity: 0;
  transition: 0.4s ease;
}

/* Hover effect */
.review-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.4);
}

.review-box:hover::before {
  opacity: 1;
}

/* ============================= */
/* GOLD STARS */
/* ============================= */

.stars {
  color: #c9a227;
  letter-spacing: 3px;
  font-size: 18px;
}

/* ============================= */
/* GOLD BUTTON STYLE */
/* ============================= */

.btn-warning {
  background: linear-gradient(45deg, #c9a227, #e6c200);
  border: none;
  color: #000;
  transition: 0.3s ease;
}

.btn-warning:hover {
  box-shadow: 0 0 20px rgba(201,162,39,0.7);
  transform: translateY(-2px);
}

/* Quote Icon */
.quote-icon {
    font-size: 60px;
    color: #f4b400;
    position: absolute;
    top: 10px;
    right: 20px;
    opacity: 0.2;
    transition: 0.4s ease;
}

.review-box:hover .quote-icon {
    opacity: 0.4;
    transform: scale(1.2);
}

/* Stars */
.stars {
    color: #f4b400;
    font-size: 18px;
    transition: 0.3s ease;
}

.review-box:hover .stars {
    color: #ff9800;
    letter-spacing: 2px;
}

/* Footer */
.review-footer strong {
    display: block;
    font-weight: 600;
}

.review-footer span {
    font-size: 15px;
    color: #fff;
}
/* Responsive */
@media (max-width: 768px) {
  .hero-content h1 { font-size: 32px; }
  .hero-content p { font-size: 16px; }
  .carousel-item { height: 75vh; }
}


/* ============================= */
/* About */
/* ============================= */
.inner-banner .slide-bg{
    height:350px;
    background-size:cover;
    background-position:center;
    position:relative;

    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
}

.inner-banner .slide-bg::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.6);
}

.hero-content-inner{
    position:relative;
    color:#fff;
    z-index:2;
    
}

.hero-content-inner h1{
    font-size:42px;
    font-weight:700;
}

.hero-content-inner p{
    font-size:18px;
}

.green{
    color:#6cc04a;
}






.mv-section{
position:relative;
background:#000;
padding:80px 0;
overflow:hidden;
}

/* Animated particles */

.particles{
position:absolute;
width:100%;
height:100%;
background-image:
radial-gradient(#28a745 1px, transparent 1px),
radial-gradient(#28a745 1px, transparent 1px);
background-size:40px 40px;
animation:moveParticles 20s linear infinite;
opacity:0.2;
}

@keyframes moveParticles{
0%{
background-position:0 0, 20px 20px;
}
100%{
background-position:400px 400px, 420px 420px;
}
}

/* Card */

.mv-card{
background:#111;
border-radius:12px;
overflow:hidden;
box-shadow:0 10px 30px rgba(0,0,0,0.6);
transition:0.4s;
}

.mv-card:hover{
transform:translateY(-12px);
box-shadow:0 20px 50px rgba(0,0,0,0.8);
}

.mv-card img{
width:100%;
height:220px;
object-fit:cover;
}

.mv-content{
padding:25px;
text-align:center;
}

.mv-content h4{
color:#28a745;
margin-bottom:10px;
}

.mv-content p {
    color: #fff;
    line-height: 1.6;
    font-size: 20px;
}
.mv-section h2{
font-size:38px;
}

@media(max-width:768px){

.mv-section h2{
font-size:28px;
}

.mv-card img{
height:200px;
}

}




.service-area-section{
background:#0b0b0b;
position:relative;
overflow:hidden;
}

/* background animation */

.bg-animation{
position:absolute;
width:100%;
height:100%;
background-image:
radial-gradient(#28a745 1px, transparent 1px);
background-size:40px 40px;
animation:moveBg 20s linear infinite;
opacity:0.15;
}

@keyframes moveBg{
0%{background-position:0 0;}
100%{background-position:400px 400px;}
}

/* buttons */

.area-btn{
width:100%;
padding:18px;
background:#111;
color:#fff;
border:none;
border-radius:8px;
font-weight:600;
transition:0.3s;
box-shadow:0 8px 20px rgba(0,0,0,0.5);
}

.area-btn:hover{
background:#28a745;
transform:translateY(-5px);
}

.area-btn.active{
background:#28a745;
}

/* map */

.map-box iframe{
border-radius:12px;
box-shadow:0 15px 40px rgba(0,0,0,0.6);
}



.contact-info{
background: linear-gradient(270deg, #0f0f0f, #1a3d2f, #d4af37, #ffffff);
background-size: 600% 600%;
animation: contactBgMove 12s ease infinite;
padding:60px 0;
}

/* animation */

@keyframes contactBgMove{

0%{
background-position:0% 50%;
}

50%{
background-position:100% 50%;
}

100%{
background-position:0% 50%;
}

}

.contact-card{
background:#fff;
padding:40px 25px;
border-radius:12px;
box-shadow:0 15px 40px rgba(0,0,0,0.08);
transition:all 0.4s ease;
transform-style:preserve-3d;
}

.contact-card:hover{
transform:translateY(-12px) rotateX(5deg) rotateY(-5deg);
box-shadow:0 25px 60px rgba(0,0,0,0.15);
}

/* icon circle */

.icon-box{
width:70px;
height:70px;
margin:auto;
margin-bottom:15px;
border-radius:50%;
background:#28a745;
display:flex;
align-items:center;
justify-content:center;
color:#fff;
font-size:28px;
transition:0.4s;
}

.contact-card:hover .icon-box{
transform:rotateY(360deg) scale(1.1);
}

.contact-card h5{
font-weight:700;
margin-bottom:5px;
}

.contact-card p{
color:#666;
margin:0;
}

.contact-icon{
font-size:32px;
color:#28a745;
margin-bottom:10px;
display:block;
}

.contact-section{
background: linear-gradient(270deg, #ffffff, #f8f9fa, #e9f7ef);
background-size: 600% 600%;
animation: bgMove 12s ease infinite;
padding:60px 0;
}

/* animation */

@keyframes bgMove{
0%{
background-position:0% 50%;
}

50%{
background-position:100% 50%;
}

100%{
background-position:0% 50%;
}
}
.contact-section h3{
font-weight:700;
}

.form-control{
padding:12px;
border-radius:6px;
}

iframe{
border-radius:10px;
}


.service-detail{
background:#fff;
}

.service-feature{
list-style:none;
padding:0;
margin-top:20px;
}

.service-feature li{
margin-bottom:10px;
color:#444;
}

.service-feature li::before{
content:"✔";
color:#28a745;
margin-right:8px;
font-weight:bold;
}

/* process */

.process-section{
background:#fff;
}

.process-box{
background:#f8f9fa;
padding:30px;
border-radius:8px;
transition:.3s;
}

.process-box:hover{
background:#28a745;
color:#fff;
}

.process-box h4{
font-size:32px;
font-weight:bold;
}

/* CTA */

.cta-section{
background:#28a745;
color:#fff;
}

.cta-section h2{
font-weight:700;
}


/* Dropdown Menu Style */
.dropdown-menu{
    background: #111;
    border: none;
    border-radius: 8px;
    padding: 10px 0;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

/* Dropdown Items */
.dropdown-menu .dropdown-item{
    color: #fff;
    font-weight: 500;
    padding: 10px 20px;
    transition: all 0.3s ease;
}

/* Hover Effect */
.dropdown-menu .dropdown-item:hover{
    background: linear-gradient(90deg,#d4af37,#f7d774);
    color: #000;
    padding-left: 25px;
}

/* Active Link */
.dropdown-menu .dropdown-item:active{
    background: #d4af37;
    color: #000;
}

/* Dropdown Arrow */
.navbar .dropdown-toggle::after{
    margin-left: 6px;
}

.small a,
p a{
  text-decoration: none;
  color: inherit;
}

.small a:hover,
p a:hover{
  color: #d4af37;
}
.list-unstyled li a{
  text-decoration: none;
  color: #ccc;
  transition: 0.3s;
}

.list-unstyled li a:hover{
  color: #d4af37;
  padding-left: 5px;
}

.custom-toggler {
  border: 1px solid #fff;
}

.custom-toggler .navbar-toggler-icon {
  filter: invert(1);
}



@media (max-width:991px){

/* Sidebar Menu */
#mainNav{
  position: fixed;
  top: 0;
  left: -250px;
  width: 250px;
  height: 100%;
  background: #000;
  padding: 20px;
  transition: 0.3s;
  z-index: 9999;
}

/* When menu open */
#mainNav.show{
  left: 0;
}

/* Menu Links */
.navbar-nav .nav-link{
  color:#fff;
  padding:12px 0;
  display:block;
  border-bottom:1px solid rgba(255,255,255,0.1);
}

/* Dropdown */
.dropdown-menu{
  background:#111;
  border:none;
  padding-left:10px;
}

.dropdown-item{
  color:#fff;
}

/* Hamburger */
.navbar-toggler{
  border:none;
}

.navbar-toggler-icon{
  filter: brightness(0) invert(1);
}

}
