body
	{
		background: #ffffff;
   font-family: 'Rajdhani', sans-serif;
    font-weight: 400;
	}

html,body {
  width: 100%;
  overflow-x: hidden;
}

html {
  font-size: 100%;
}

h1,h2,h3 {
  font-weight: 500;
  letter-spacing: 0.3rem;
  text-transform: uppercase;
}

h1 {
  font-size: 2.8rem;
  font-weight: 700;
}

h2 {
  color: #ffffff;
  padding-bottom: 10px;
}

h3 {
  font-size: 1rem;
  line-height: 2rem;
}

p {
  color: #828282;
  letter-spacing: 0.8px;
  line-height: 28px;
}

strong {
  color: #f1c11a;
  font-weight: 700;
}

#about,
#feature,
#contact {
  background: #ffffff;
}

#about,
#feature,
#contact,
footer {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-title {
  padding-bottom: 62px;
}
.section-title h1 {
  padding-bottom: 10px;
}
#about .section-title {
  padding-bottom: 22px;
}
#contact .section-title {
  text-align: center;
}


/* preloader section  */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #ffffff;
}

.sk-circle {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative; }
  .sk-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
  .sk-circle .sk-child:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
            animation: sk-circleBounceDelay 1.2s infinite ease-in-out both; }
  .sk-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
            transform: rotate(30deg); }
  .sk-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
            transform: rotate(60deg); }
  .sk-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
  .sk-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
        -ms-transform: rotate(120deg);
            transform: rotate(120deg); }
  .sk-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
        -ms-transform: rotate(150deg);
            transform: rotate(150deg); }
  .sk-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .sk-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
        -ms-transform: rotate(210deg);
            transform: rotate(210deg); }
  .sk-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
        -ms-transform: rotate(240deg);
            transform: rotate(240deg); }
  .sk-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
            transform: rotate(270deg); }
  .sk-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
        -ms-transform: rotate(300deg);
            transform: rotate(300deg); }
  .sk-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
        -ms-transform: rotate(330deg);
            transform: rotate(330deg); }
  .sk-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
            animation-delay: -1.1s; }
  .sk-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
            animation-delay: -1s; }
  .sk-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
            animation-delay: -0.9s; }
  .sk-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
            animation-delay: -0.8s; }
  .sk-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
            animation-delay: -0.7s; }
  .sk-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
            animation-delay: -0.6s; }
  .sk-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
            animation-delay: -0.5s; }
  .sk-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
            animation-delay: -0.4s; }
  .sk-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
            animation-delay: -0.3s; }
  .sk-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
            animation-delay: -0.2s; }
  .sk-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
            animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

#slideshow {
  top: 0;
  left: 0;
  z-index: -10;
  width: 100vw;
  backface-visibility: hidden;
}

/* Vegas Overlay */
.vegas-overlay {
  background: rgba(0, 0, 0, 0.6) !important;
  opacity: 1 !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vegas-container .vegas-overlay {
  z-index: 1;
}


/* home section */
#home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
        align-items: center;
  text-align: center;
  height: 100vh;
  color: #ffffff;
}

#home .home-thumb {
  text-align: center;
}

#home .btn {
    background: transparent;
    border: 3px solid #ffffff;
    border-radius: 0px;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 14px 36px;
    margin-top: 42px;
    margin-right: 16px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#home .btn:hover {
  background: #f1c11a;
  color: #ffffff;
  border-color: transparent;
}

#home .btn-success {
    background: #ffffff;
    color: #242424;
    border-color: transparent;
}


/* about section */
#about h3 {
    margin-top: 0px;
}

#about .about-thumb {
  padding-top: 10px;
}

#about .col-md-6:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
}


/* feature section */
#feature {
  background: #f1c11a;
}

#feature .icon {
  color: #ffffff;
  font-size: 42px;
  padding-right: 14px;
}

#feature p {
  color: #333;
}

#feature .btn {
    background: transparent;
    border: 3px solid #ffffff;
    border-radius: 0px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 14px 36px;
    margin-top: 62px;
    margin-right: 16px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#feature .btn:hover {
  background: #ffffff;
  color: #333;
  border-color: transparent;
}



/* contact section  */
#contact .form-control {
  background: transparent;
  border: 1px solid #f0f0f0;
  border-radius: 0px;
  box-shadow: none;
  font-size: 16px;
  margin-bottom: 16px;
  transition: all 0.4s ease-in-out;
}

#contact .form-control:hover {
  border-color: #999;
}

#contact input {height: 55px;}

#contact input[type='submit'] {
  background: #242424;
  border: none;
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 2px;
  transition: all 0.4s ease-in-out;
  margin-top: 10px;
}

#contact input[type='submit']:hover {
  background: #f1c11a;
}


/* footer section  */
footer {
  background: #111112;
}

footer .copyright-text {
  padding-top: 10px;
}

footer a {
	color: #fff;
}

footer a:hover {
	color: #FF6;
}

/* svg */
.svgcolor-light {
  /*position: absolute;
  top: 0;
  left: 0; */
  position: relative;
  bottom: 104px;
}
.svgcolor-light > path {
  fill: white;
  stroke: white;
  stroke-width: 0;
}

/* modal */
.modal-dialog .modal-content {
  background: url('../images/modal-bg.jpg') no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 0;
  text-align: center;
  padding: 100px 50px 100px 50px;
  position: relative;
}

.btn:focus {
  outline: none;
}

.modal-header {
  border-bottom: 0px;
}

.modal-dialog .close {
  color: #f1c11a;
  font-size: 40px;
  font-weight: 300;
  text-shadow: none;
  opacity: 1;
  position: absolute;
  top: 40px;
  right: 40px;
  border: 2px solid #ffffff;
  border-radius: 100px;
  width: 36px;
  height: 36px;
  line-height: 35px;
  text-align: center;
}
.modal-dialog .close:focus {
  outline: none;
}

.modal-dialog form {
  padding: 20px;
}
.modal-dialog form input {
  height: 55px;
}
.modal-dialog form .form-control {
  background: transparent;
  border: 1px solid #f0f0f0;
  border-radius: 0px;
  box-shadow: none;
  font-size: 20px;
  color: #fff;
  margin-bottom: 20px;
  transition: all 0.4s ease-in-out;
}

.modal-dialog form input[type="submit"] {
  background: #ffffff;
  color: #242424;
  text-transform: uppercase;
  margin-top: 30px;
}
.modal-dialog form input[type="submit"]:hover {
  background: #f1c11a;
  border-color: transparent;
  color: #ffffff;
}

/* Back top */
.go-top {
  background-color: #eee;
  bottom: 2em;
  right: 2em;
  color: #111112;
  font-size: 22px;
  display: none;
  position: fixed;
  text-decoration: none;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  transition: all 0.4s ease-in-out;
}

.go-top:hover {
    background: #f1c11a;
    color: #ffffff;
}


/* Navbar Styling */
.navbar-custom {
  background: linear-gradient(135deg, #242424 0%, #1a1a1a 100%);
  border: none;
  border-bottom: 3px solid #f1c11a;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  padding: 10px 0;
  margin-bottom: 0;
  z-index: 1000;
  transition: all 0.3s ease-in-out;
}

.navbar-custom .navbar-brand {
  font-size: 1.3rem;
  color: #f1c11a !important;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 15px 0;
  margin-right: 40px;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  gap: 12px;
}

.navbar-custom .navbar-brand:hover {
  color: #ffffff !important;
  text-shadow: 0 0 8px rgba(241, 193, 26, 0.5);
}

.navbar-logo-svg {
  width: 40px;
  height: 40px;
  transition: all 0.3s ease-in-out;
  flex-shrink: 0;
}

.navbar-custom .navbar-brand:hover .navbar-logo-svg {
  filter: drop-shadow(0 0 8px rgba(241, 193, 26, 0.6));
  transform: scale(1.1);
}

.navbar-logo-text {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.navbar-custom .navbar-brand i {
  margin-right: 8px;
}

.navbar-custom .nav > li > a {
  color: #ffffff !important;
  font-weight: 500;
  padding: 15px 12px;
  transition: all 0.3s ease-in-out;
  position: relative;
}

.navbar-custom .nav > li > a i {
  margin-right: 6px;
}

.navbar-custom .nav > li > a:hover {
  color: #f1c11a !important;
  background-color: rgba(241, 193, 26, 0.1);
}

.navbar-custom .nav > li > a:hover::after {
  content: '';
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 4px;
  background: #f1c11a;
  border-radius: 50%;
}

.navbar-custom .btn-cta {
  background: #f1c11a !important;
  color: #242424 !important;
  border: 2px solid #f1c11a !important;
  padding: 8px 16px !important;
  border-radius: 4px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  margin-left: 8px;
  margin-top: 5px;
}

.navbar-custom .btn-cta:hover {
  background: transparent !important;
  color: #f1c11a !important;
  border-color: #f1c11a !important;
}

.navbar-toggle {
  border-color: #f1c11a !important;
}

.navbar-toggle:hover,
.navbar-toggle:focus {
  background-color: rgba(241, 193, 26, 0.2) !important;
}

.navbar-toggle .icon-bar {
  background-color: #f1c11a !important;
}

/* Service Icons */
.service-icon {
  font-size: 48px;
  color: #f1c11a;
  transition: all 0.3s ease-in-out;
}

.media:hover .service-icon {
  transform: scale(1.1) rotate(-5deg);
  color: #242424;
}

/* Service Cards Grid */
#feature .service-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 40px 25px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  border-top: 4px solid #f1c11a;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 30px;
}

#feature .service-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 12px 30px rgba(241, 193, 26, 0.25);
  border-top-width: 6px;
}

.service-card-icon {
  font-size: 64px;
  color: #f1c11a;
  margin-bottom: 20px;
  display: inline-block;
  background: rgba(241, 193, 26, 0.1);
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
}

#feature .service-card:hover .service-card-icon {
  background: linear-gradient(135deg, #f1c11a 0%, #e6b300 100%);
  color: #ffffff;
  transform: scale(1.15) rotateZ(10deg);
  box-shadow: 0 8px 20px rgba(241, 193, 26, 0.4);
}

.service-card-title {
  font-size: 1.3rem;
  color: #242424;
  font-weight: 700;
  margin: 20px 0 15px 0;
  letter-spacing: 0.5px;
  text-transform: none;
  transition: all 0.3s ease-in-out;
}

#feature .service-card:hover .service-card-title {
  color: #f1c11a;
}

.service-card-text {
  color: #828282;
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0;
  flex-grow: 1;
}

.service-cta-btn {
  margin-top: 40px !important;
  padding: 16px 40px !important;
  font-size: 16px;
  font-weight: 700;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}

.service-cta-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(241, 193, 26, 0.3) !important;
}

/* Service Area Styling */
.service-area-list {
  padding: 20px;
  background: #f8f8f8;
  border-radius: 8px;
  border-left: 4px solid #f1c11a;
}

.area-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.area-list li {
  padding: 10px 0;
  color: #242424;
  border-bottom: 1px dotted #e0e0e0;
  transition: all 0.3s ease-in-out;
}

.area-list li:last-child {
  border-bottom: none;
}

.area-list li i {
  color: #f1c11a;
  margin-right: 10px;
  font-weight: 600;
}

.area-list li:hover {
  padding-left: 10px;
  color: #f1c11a;
  font-weight: 600;
}

/* FAQ Accordion Styling */
.faq-accordion {
  background: transparent;
}

.faq-panel {
  border: none;
  border-bottom: 2px solid #f0f0f0;
  border-radius: 0;
  margin-bottom: 10px;
  box-shadow: none;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.faq-panel:last-child {
  border-bottom: 2px solid #f0f0f0;
}

.faq-heading {
  padding: 0;
  border: none;
  background: transparent;
  transition: all 0.3s ease-in-out;
}

.faq-panel:hover .faq-heading {
  background: rgba(241, 193, 26, 0.08);
}

.faq-title {
  margin: 0;
  padding: 15px 20px;
}

.faq-title a {
  color: #242424;
  font-weight: 600;
  display: block;
  transition: all 0.3s ease-in-out;
}

.faq-title a i {
  color: #f1c11a;
  margin-right: 10px;
  transition: all 0.3s ease-in-out;
}

.faq-panel.in .faq-title a i {
  transform: rotate(90deg);
}

.faq-title a:hover {
  color: #f1c11a;
}

.faq-body {
  padding: 15px 20px 20px 50px;
  color: #828282;
  line-height: 1.8;
  background: #fafafa;
  border-top: 2px solid #f1c11a;
}

/* Contact Cards */
.contact-cards {
  margin-top: 40px;
}

.contact-card {
  text-align: center;
  padding: 40px 30px;
  background: #f8f8f8;
  border-radius: 8px;
  border-top: 4px solid #f1c11a;
  transition: all 0.4s ease-in-out;
  margin-bottom: 20px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.contact-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(241, 193, 26, 0.2);
  border-top-width: 6px;
}

.contact-icon {
  font-size: 48px;
  color: #f1c11a;
  margin-bottom: 15px;
  transition: all 0.3s ease-in-out;
}

.contact-card:hover .contact-icon {
  transform: scale(1.15);
  animation: pulse-icon 0.6s ease-in-out;
}

@keyframes pulse-icon {
  0%, 100% { transform: scale(1.15); }
  50% { transform: scale(1.25); }
}

.contact-card h4 {
  font-size: 1.2rem;
  color: #242424;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
}

.contact-card p {
  font-size: 1.1rem;
  color: #828282;
  margin: 0;
}

/* Responsive adjustments */
#home {
  padding-top: 80px;
}

.logo-text {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.3rem;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
  padding: 0;
  display: inline-block;
  line-height: 1.2;
}

/* Hide social icons */
.social-icon {
  display: none !important;
  padding: 0;
  margin: 0;
}

.social-icon li {
  list-style: none;
  display: inline-block;
}

.social-icon li a {
  border-radius: 100px;
  color: #626262;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  margin-top: 12px;
  margin-right: 10px;
}

.social-icon li a:hover {
  background-color: #ffffff;
  color: #111112;
}

/* Mobile Responsive */
@media (max-width: 980px) {

  h1 {
    font-size: 2.4rem;
  }

  .logo-text {
    font-size: 2rem;
  }

  .navbar-custom .navbar-brand {
    font-size: 1.1rem;
  }

  .navbar-custom .nav > li > a {
    padding: 10px 8px;
    font-size: 0.9rem;
  }

  #home {
    height: 65vh;
    padding-top: 70px;
  }

  #about .section-title {
    padding-bottom: 12px;
  }

  #feature .col-md-4 {
    padding-bottom: 32px;
  }

  #feature .service-card {
    padding: 30px 20px;
  }

  .service-card-icon {
    width: 85px;
    height: 85px;
    line-height: 85px;
    font-size: 52px;
  }

  .service-card-title {
    font-size: 1.1rem;
  }

}


@media (max-width: 768px) {

  h1 {
    font-size: 2rem;
  }

  .logo-text {
    font-size: 1.8rem;
  }

  .navbar-custom {
    padding: 8px 0;
  }

  .navbar-custom .navbar-brand {
    font-size: 1rem;
    margin-right: 20px;
  }

  .navbar-custom .nav > li > a {
    padding: 10px 6px;
    font-size: 0.85rem;
  }

  .service-icon {
    font-size: 36px;
  }

  .contact-card {
    padding: 30px 20px;
  }

  .area-list li {
    padding: 8px 0;
    font-size: 0.9rem;
  }

  #feature .service-card {
    padding: 25px 18px;
    margin-bottom: 25px;
  }

  .service-card-icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 48px;
    margin-bottom: 15px;
  }

  .service-card-title {
    font-size: 1rem;
    margin: 15px 0 12px 0;
  }

  .service-card-text {
    font-size: 0.9rem;
  }

  h2 {
    font-size: 1.6rem;
  }

  h3 {
    font-size: 0.8rem;
    line-height: 1.3rem;
  }

}


@media (max-width: 700px) {

  #home {
    height: 100vh;
    padding-top: 60px;
  }

  .navbar-custom .navbar-brand {
    font-size: 0.9rem;
  }

  .navbar-custom .btn-cta {
    display: block;
    margin-left: 0;
    margin-top: 10px;
    text-align: center;
  }

  .logo-text {
    font-size: 1.6rem;
  }

  .service-icon {
    font-size: 32px;
  }

  .contact-card {
    padding: 25px 15px;
    margin-bottom: 15px;
  }

  .faq-body {
    padding: 12px 15px 15px 40px;
    font-size: 0.9rem;
  }

  .area-list li {
    padding: 6px 0;
    font-size: 0.85rem;
  }

  #feature .service-card {
    padding: 20px 15px;
    margin-bottom: 20px;
    border-top-width: 3px;
  }

  .service-card-icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 40px;
    margin-bottom: 12px;
  }

  .service-card-title {
    font-size: 0.95rem;
    margin: 12px 0 10px 0;
  }

  .service-card-text {
    font-size: 0.85rem;
    line-height: 1.5;
  }

  .service-cta-btn {
    padding: 12px 25px !important;
    font-size: 14px;
    margin-top: 30px !important;
  }

  .modal-dialog .modal-content {
    padding: 50px 20px;
  }

  footer {text-align: center;}
  footer .col-sm-6 {
    padding-bottom: 32px;
  }

  .modal-dialog .close {
    font-size: 35px;
    width: 25px;
    height: 25px;
    line-height: 25px;
  }

}

/* Service Detail Sections */
.service-detail {
  padding-right: 20px;
}

.service-detail h2 {
  color: #242424;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 25px;
  letter-spacing: 0.5px;
  text-transform: none;
  line-height: 1.3;
}

.service-detail p {
  color: #828282;
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 20px;
}

.service-detail p strong {
  color: #242424;
  font-weight: 700;
}

.service-list {
  list-style: none;
  padding: 0;
  margin: 25px 0;
}

.service-list li {
  color: #828282;
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 12px;
  padding-left: 30px;
  position: relative;
}

.service-list li i {
  position: absolute;
  left: 0;
  top: 3px;
}

.service-detail-image {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 400px;
}

/* CTA Section Styling */
.btn {
  transition: all 0.3s ease-in-out;
  border-radius: 4px;
  font-weight: 700;
  text-transform: none;
}

.btn-lg {
  padding: 14px 40px;
  font-size: 1rem;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

/* Responsive Service Details */
@media (max-width: 980px) {
  .service-detail {
    padding-right: 0;
    margin-bottom: 30px;
  }

  .service-detail h2 {
    font-size: 1.9rem;
  }

  .service-detail-image {
    min-height: 350px;
  }
}

@media (max-width: 768px) {
  .service-detail h2 {
    font-size: 1.7rem;
    margin-bottom: 20px;
  }

  .service-detail p {
    font-size: 0.95rem;
    line-height: 1.7;
  }

  .service-list li {
    font-size: 0.95rem;
  }

  .service-detail-image {
    min-height: 300px;
  }
}

@media (max-width: 700px) {
  .service-detail {
    padding-left: 15px;
    padding-right: 15px;
  }

  .service-detail h2 {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }

  .service-detail p {
    font-size: 0.9rem;
    line-height: 1.6;
  }

  .service-list {
    margin: 20px 0;
  }

  .service-list li {
    font-size: 0.9rem;
    margin-bottom: 10px;
    padding-left: 25px;
  }

  .service-detail-image {
    min-height: 250px;
    padding: 30px 20px;
    justify-content: center;
  }

  .service-detail-image h3 {
    font-size: 1.1rem;
  }

  .service-detail-image i {
    font-size: 60px !important;
  }
}
