:root {
  --cstm_primary: #fdbb0d;
  --cstm_primary_rgb: 253, 187, 13;
  --cstm_secondary: #000000;
  --cstm_secondary_rgb: 0, 0, 0;
}

.why-choose-section .why-choose-text .accordions {
  max-width: 100%;
}

.navbar-area .main-nav {
  position: relative;
  background: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
}

.navbar-area .main-nav .navbar img {
  width: 150px !important;
}

.navbar-area .main-nav {
  padding: 0px 0;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item a {
  color: var(--cstm_secondary);
}
.navbar-area .main-nav .navbar .navbar-nav .nav-item a:hover,
.navbar-area .main-nav .navbar .navbar-nav .nav-item a.active {
  color: var(--cstm_primary);
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
  margin: unset !important;
  color: var(--cstm_secondary) !important;
  padding: 9px 15px !important;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover a {
  color: var(--cstm_primary) !important;
}

.page-title::before {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0.6))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.6) 100%
  );
}

/* Circular Top Button Design */
.top-btn {
  position: fixed !important;
  bottom: 30px !important;
  right: 30px !important;
  z-index: 999 !important;
  transition: all 0.3s ease;
}

.top-btn i {
  width: 50px !important;
  height: 50px !important;
  color: #fff !important;
  background: var(--cstm_primary) !important;
  text-align: center !important;
  border-radius: 50% !important;
  cursor: pointer !important;
  font-size: 24px !important;
  line-height: 50px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2) !important;
  transition: all 0.3s ease !important;
  position: relative !important;
  overflow: visible !important;
  bottom: auto !important;
  right: auto !important;
  z-index: 2 !important;
}

/* IcoFont uses ::before for icon content - preserve it */
.top-btn i::before {
  position: relative !important;
  z-index: 3 !important;
  color: #fff !important;
  display: inline-block !important;
}

.top-btn i::after {
  display: none !important;
}

.top-btn i:hover {
  background: var(--cstm_secondary) !important;
  transform: translateY(-5px) !important;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3) !important;
  color: #fff !important;
}

/* Hover effect - keep icon visible */
.top-btn i:hover::before {
  color: #fff !important;
  transform: none !important;
}

.top-btn i:hover::after {
  display: none !important;
}

.top-btn i:active {
  transform: translateY(-3px) !important;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2) !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .top-btn {
    bottom: 20px !important;
    right: 20px !important;
  }
  
  .top-btn i {
    width: 45px !important;
    height: 45px !important;
    font-size: 20px !important;
    line-height: 45px !important;
  }
}

.cstm_counter {
  font-size: 42px;
  font-weight: 700;
  color: #ffffff;
  transition: color 0.3s ease;
}

.cstm_counter:hover {
  color: #ffffff;
}

.section-title p {
  max-width: 100%;
}

.bg_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom right,
    rgba(0, 0, 0, 0.7),
    rgba(0, 0, 50, 0.5),
    rgba(0, 0, 0, 0.7)
  );
  z-index: 1;
}

.cstm_bg_content {
  position: relative;
  z-index: 2;
}
.theme-btn .default-btn::before {
  width: 0;
  -webkit-transform: skewX(0deg);
  transform: skewX(0deg);
}
.get-quote-section .quote-form form button {
  padding: 15px 30px;
}
.get-quote-section .quote-form form button::before {
  width: 0;
  -webkit-transform: skewX(0deg);
  transform: skewX(0deg);
}
.contact-section .contact-area .default-btn {
  padding: 15px 30px;
}
.contact-section .contact-area .default-btn::before {
  width: 0;
  -webkit-transform: skewX(0deg);
  transform: skewX(0deg);
}
.form-group {
  margin-bottom: 20px;
}

.form-control,
input.form-select,
textarea.form-select {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #ced4da;
  border-radius: 50px;
  font-size: 15px;
  line-height: 1.5;
  color: #333;
  background-color: #fff;
  background-image: none !important;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
}
select.form-select {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #ced4da;
  border-radius: 50px;
  font-size: 15px;
  line-height: 1.5;
  color: #333;
  background-color: #fff;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
}

textarea.form-select {
  border-radius: 20px;
  resize: vertical;
  min-height: 120px;
}

.form-select:focus,
textarea.form-select:focus {
  border-color: var(--cstm_secondary);
  box-shadow: 0 0 8px rgba(var(--cstm_primary-rgb), 0.15);
  outline: none;
}

.form-select::placeholder,
textarea.form-select::placeholder {
  color: #999;
  font-size: 14px;
}

@media (max-width: 576px) {
  .form-group {
    margin-bottom: 15px;
  }

  .form-select,
  textarea.form-select {
    font-size: 14px;
    padding: 10px 14px;
  }
}

.page-title {
    position: relative;
    padding-top: 150px;
    padding-bottom: 150px;
}

.banner-style-two.banner-bg {
  height: 90vh;
}

.home_services p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.6;
  max-height: calc(1.6em * 4);
}

/* Services Page Modern Design */
.service-card-modern {
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

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

.service-img-wrapper {
  height: 220px;
  background: linear-gradient(135deg, var(--cstm_primary) 0%, rgba(var(--cstm_primary_rgb), 0.8) 100%);
}

.service-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.service-card-modern:hover .service-img {
  transform: scale(1.1);
}

.service-icon-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  z-index: 2;
}

.service-icon-overlay i {
  font-size: 36px;
  color: var(--cstm_primary);
  transition: all 0.3s ease;
}

.service-card-modern:hover .service-icon-overlay {
  background: var(--cstm_primary);
  transform: translate(-50%, -50%) scale(1.1);
}

.service-card-modern:hover .service-icon-overlay i {
  color: #ffffff;
  transform: rotate(5deg);
}

.service-content {
  padding: 25px !important;
}

.service-content h3 {
  color: var(--cstm_secondary);
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
  transition: color 0.3s ease;
}

.service-card-modern:hover .service-content h3 {
  color: var(--cstm_primary);
}

.service-content p {
  color: #666;
  line-height: 1.8;
  margin-bottom: 20px;
  font-size: 15px;
}

.service-features {
  padding-top: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.service-features ul li {
  padding: 8px 0;
  font-size: 14px;
  color: #555;
  display: flex;
  align-items: center;
  gap: 10px;
}

.service-features ul li i {
  font-size: 18px;
  flex-shrink: 0;
}

/* Responsive adjustments for services page */
@media (max-width: 991px) {
  .service-img-wrapper {
    height: 200px;
  }
  
  .service-icon-overlay {
    width: 70px;
    height: 70px;
  }
  
  .service-icon-overlay i {
    font-size: 30px;
  }
}

@media (max-width: 576px) {
  .service-img-wrapper {
    height: 180px;
  }
  
  .service-content {
    padding: 20px !important;
  }
  
  .service-content h3 {
    font-size: 20px;
  }
}

/* Modern Contact Form Design */
.contact-section.contact-style-two {
  background: linear-gradient(135deg, #f5f7fa 0%, #e8ecf1 100%);
}

.contact-section .contact-area {
  background: #ffffff !important;
  border-radius: 20px !important;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1) !important;
  padding: 50px 40px !important;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.contact-section .contact-area::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, var(--cstm_primary) 0%, var(--cstm_secondary) 100%);
  z-index: 1;
}

.contact-section .contact-area:hover {
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15) !important;
  transform: translateY(-5px);
}

.contact-section .contact-area h2 {
  color: var(--cstm_secondary);
  font-weight: 700;
  margin-bottom: 10px;
  position: relative;
  padding-bottom: 15px;
}

.contact-section .contact-area h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background: var(--cstm_primary);
  border-radius: 2px;
}

.contact-section .contact-area p {
  color: #6c757d;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 30px;
}

/* Enhanced Form Inputs */
.contact-section .contact-area form .form-select {
  background: #f8f9fa !important;
  border: 2px solid #e9ecef !important;
  border-radius: 12px !important;
  padding: 14px 20px !important;
  font-size: 15px !important;
  color: #333 !important;
  transition: all 0.3s ease !important;
  position: relative;
}

.contact-section .contact-area form .form-select:focus {
  background: #ffffff !important;
  border-color: var(--cstm_primary) !important;
  box-shadow: 0 0 0 4px rgba(var(--cstm_primary_rgb), 0.1) !important;
  outline: none !important;
  transform: translateY(-2px);
}

.contact-section .contact-area form textarea.form-select {
  border-radius: 12px !important;
  min-height: 140px !important;
  padding: 16px 20px !important;
  resize: vertical;
}

.contact-section .contact-area form .form-select::placeholder {
  color: #6c757d !important;
  font-size: 14px !important;
  font-weight: 400;
}

/* Form Input Icons (if needed) */
.contact-section .contact-area form .input-wrapper {
  position: relative;
}

.contact-section .contact-area form .input-wrapper i {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--cstm_primary);
  font-size: 18px;
  pointer-events: none;
  z-index: 2;
}

/* Enhanced Submit Button */
.contact-section .contact-area .default-btn {
  background: linear-gradient(135deg, var(--cstm_primary) 0%, #ffc107 100%) !important;
  border: none !important;
  border-radius: 12px !important;
  padding: 16px 40px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #fff !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 15px rgba(var(--cstm_primary_rgb), 0.4) !important;
  transition: all 0.3s ease !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.contact-section .contact-area .default-btn::before {
  display: none !important;
}

.contact-section .contact-area .default-btn::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%);
  transition: width 0.6s ease, height 0.6s ease;
}

.contact-section .contact-area .default-btn:hover {
  background: linear-gradient(135deg, var(--cstm_secondary) 0%, #333 100%) !important;
  color: #fff !important;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3) !important;
  transform: translateY(-3px);
}

.contact-section .contact-area .default-btn:hover::after {
  width: 300px;
  height: 300px;
}

.contact-section .contact-area .default-btn:active {
  transform: translateY(-1px);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2) !important;
}

.contact-section .contact-area .default-btn i {
  font-size: 18px;
  transition: transform 0.3s ease;
}

.contact-section .contact-area .default-btn:hover i {
  transform: translateX(5px);
}

/* Form Row Spacing */
.contact-section .contact-area form .row {
  margin-bottom: 0;
}

.contact-section .contact-area form .row > * {
  margin-bottom: 20px;
}

/* Map Container Enhancement */
.map-container {
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  padding: 50px 40px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.map-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, var(--cstm_primary) 0%, var(--cstm_secondary) 100%);
  z-index: 1;
}

.map-container:hover {
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15);
  transform: translateY(-5px);
}

.map-container h2 {
  color: var(--cstm_secondary);
  font-weight: 700;
  margin-bottom: 10px;
  position: relative;
  padding-bottom: 15px;
  font-size: 32px;
}

.map-container h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background: var(--cstm_primary);
  border-radius: 2px;
}

.map-container p {
  color: #6c757d;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 25px;
}

.map-wrapper {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  flex: 1;
  min-height: 400px;
}

.map-wrapper:hover {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
  transform: scale(1.01);
}

.map-wrapper iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  min-height: 400px;
}

.map-info {
  margin-top: 25px;
}

.map-info .info-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 20px;
  background: #f8f9fa;
  border-radius: 12px;
  transition: all 0.3s ease;
  border-left: 4px solid var(--cstm_primary);
}

.map-info .info-item:hover {
  background: #ffffff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transform: translateX(5px);
}

.map-info .info-item i {
  font-size: 24px;
  color: var(--cstm_primary);
  margin-top: 3px;
  flex-shrink: 0;
}

.map-info .info-item strong {
  display: block;
  color: var(--cstm_secondary);
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

.map-info .info-item p {
  color: #6c757d;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

/* Responsive Design */
@media (max-width: 991px) {
  .contact-section .contact-area {
    padding: 40px 30px !important;
    margin-bottom: 30px;
  }
  
  .map-container {
    padding: 40px 30px !important;
    margin-bottom: 30px;
  }
  
  .map-wrapper {
    min-height: 400px;
  }
  
  .map-wrapper iframe {
    min-height: 400px;
  }
}

@media (max-width: 768px) {
  .contact-section .contact-area {
    padding: 35px 25px !important;
    border-radius: 15px !important;
  }
  
  .contact-section .contact-area h2 {
    font-size: 28px;
  }
  
  .contact-section .contact-area form .form-select {
    padding: 12px 18px !important;
    font-size: 14px !important;
  }
  
  .contact-section .contact-area .default-btn {
    padding: 14px 30px !important;
    font-size: 15px !important;
  }
  
  .map-container {
    padding: 35px 25px !important;
    border-radius: 15px !important;
  }
  
  .map-container h2 {
    font-size: 28px;
  }
  
  .map-wrapper {
    min-height: 350px;
    border-radius: 12px;
  }
  
  .map-wrapper iframe {
    min-height: 350px;
  }
  
  .map-info .info-item {
    padding: 15px;
  }
}

@media (max-width: 576px) {
  .contact-section .contact-area {
    padding: 30px 20px !important;
  }
  
  .contact-section .contact-area h2 {
    font-size: 24px;
  }
  
  .map-container {
    padding: 30px 20px !important;
  }
  
  .map-container h2 {
    font-size: 24px;
  }
  
  .map-wrapper {
    min-height: 300px;
  }
  
  .map-wrapper iframe {
    min-height: 300px;
  }
  
  .map-info .info-item {
    flex-direction: column;
    text-align: center;
    padding: 15px;
  }
  
  .map-info .info-item i {
    margin: 0 auto 10px;
  }
}