
/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. banner
06. features
07. testimonials
08. contact
09. footer
10. preloader
11. search
12. portfolio

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:100,200,300,400,500,600,700,800,900");
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  background-color: #fff;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #212741;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 15px;
  line-height: 26px;
  color: #212741;
}

img {
  width: 100%;
  overflow: hidden;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #fff;
  font-family: 'Poppins', sans-serif;
}

::selection {
  background: #ff511a;
  color: #fff;
}

::-moz-selection {
  background: #ff511a;
  color: #fff;
}

/* Responsive Logo Styles */
.header-area .main-nav .logo {
  line-height: 120px;
  color: #fff;
  font-size: clamp(16px, 2.5vw, 28px);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: clamp(1px, 0.2vw, 2px);
  float: left;
  display: flex;
  align-items: center;
  height: 120px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  min-width: 0;
  flex-shrink: 1;
}

.header-area .main-nav .logo .logo-text {
  background: linear-gradient(135deg, #ff511a, #43ba7f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: clamp(14px, 2vw, 22px);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: clamp(0.5px, 0.1vw, 1px);
  margin: 0;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  display: flex;
  align-items: center;
  height: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  overflow: hidden;
  text-overflow: ellipsis;
}

.header-area .main-nav .logo .logo-text:hover {
  background: linear-gradient(135deg, #43ba7f, #ff511a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  transform: scale(1.05);
}

.background-header .main-nav .logo .logo-text {
  font-size: clamp(12px, 1.8vw, 20px);
}

.background-header .main-nav .logo {
  line-height: 80px;
  width: auto;
  min-width: 120px;
  max-width: 200px;
  height: 80px;
}

/* Scrolled navbar background */
.header-area.scrolled {
  background-color: #212741;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* Enhanced FAQ Accordion Styles */
section.faq .accordion-item {
  border: none;
  margin-bottom: 15px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

section.faq .accordion-item:hover {
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
}

section.faq .accordion-button {
  background-color: #fff;
  border: none;
  padding: 20px 25px;
  font-size: 16px;
  font-weight: 600;
  color: #212741;
  text-align: left;
  position: relative;
  transition: all 0.3s ease;
}

section.faq .accordion-button:not(.collapsed) {
  background-color: #43ba7f;
  color: #fff;
  box-shadow: none;
}

section.faq .accordion-button:focus {
  box-shadow: none;
  border: none;
  outline: none;
}

section.faq .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212741'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transition: all 0.3s ease;
}

section.faq .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}

section.faq .accordion-body {
  background-color: #fff;
  padding: 20px 25px;
  color: #666;
  line-height: 1.6;
  border-top: 1px solid #f0f0f0;
}

@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
  
  /* Mobile Logo Adjustments */
  .header-area .main-nav .logo {
    font-size: clamp(14px, 4vw, 18px);
    height: 80px;
    line-height: 80px;
  }
  
  .header-area .main-nav .logo .logo-text {
    font-size: clamp(12px, 3.5vw, 16px);
  }
}

@media (max-width: 767px) {
  .header-area .main-nav .logo {
    color: #1e1e1e;
    font-size: clamp(12px, 5vw, 16px);
    height: 70px;
    line-height: 70px;
  }
  
  .header-area .main-nav .logo .logo-text {
    font-size: clamp(10px, 4.5vw, 14px);
    background: linear-gradient(135deg, #ff511a, #43ba7f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }
  
  /* Mobile FAQ Adjustments */
  section.faq .accordion-button {
    padding: 15px 20px;
    font-size: 14px;
  }
  
  section.faq .accordion-body {
    padding: 15px 20px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .header-area .main-nav .logo {
    font-size: clamp(10px, 6vw, 14px);
    height: 60px;
    line-height: 60px;
  }
  
  .header-area .main-nav .logo .logo-text {
    font-size: clamp(8px, 5.5vw, 12px);
  }
  
  section.faq .accordion-button {
    padding: 12px 15px;
    font-size: 13px;
  }
  
  section.faq .accordion-body {
    padding: 12px 15px;
    font-size: 13px;
  }
}

/* High DPI and Zoom Support */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .header-area .main-nav .logo .logo-text {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

/* Large Screen Support */
@media (min-width: 1400px) {
  .header-area .main-nav .logo {
    font-size: clamp(20px, 2vw, 32px);
  }
  
  .header-area .main-nav .logo .logo-text {
    font-size: clamp(16px, 1.8vw, 26px);
  }
}

@media (min-width: 1920px) {
  .header-area .main-nav .logo {
    font-size: clamp(24px, 1.5vw, 36px);
  }
  
  .header-area .main-nav .logo .logo-text {
    font-size: clamp(18px, 1.3vw, 30px);
  }
}

/* Additional Responsive Logo Fixes */
@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 10px;
    padding-right: 10px;
  }
  .header-area .main-nav:before {
    display: none;
  }
  
  .header-area .main-nav .logo {
    font-size: clamp(14px, 2.2vw, 24px);
  }
  
  .header-area .main-nav .logo .logo-text {
    font-size: clamp(12px, 1.8vw, 20px);
  }
}

/* Ensure Bootstrap Accordion Works Properly */
.accordion-button:not(.collapsed) {
  color: #fff !important;
  background-color: #43ba7f !important;
  box-shadow: none !important;
}

/* Touch Device Optimizations */
@media (hover: none) and (pointer: coarse) {
  .accordion-button {
    min-height: 44px; /* Minimum touch target size */
  }
  
  .header-area .main-nav .logo {
    min-height: 44px;
  }
  
  .header-area .main-nav .logo .logo-text {
    min-height: 44px;
    display: flex;
    align-items: center;
  }
}

/* High Contrast Mode Support */
@media (prefers-contrast: high) {
  .header-area .main-nav .logo .logo-text {
    background: #000 !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
  }
  
  .accordion-button:not(.collapsed) {
    background-color: #000 !important;
    color: #fff !important;
  }
}

/* Reduced Motion Support */
@media (prefers-reduced-motion: reduce) {
  .header-area .main-nav .logo,
  .header-area .main-nav .logo .logo-text,
  .accordion-button,
  .accordion-collapse {
    transition: none !important;
  }
  
  .accordion-button::after {
    transition: none !important;
  }
}

.green-button a {
  font-size: 14px;
  color: #fff;
  background-color: #43ba7f;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 5px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  transition: all .3s;
}

.green-button a:hover {
  opacity: 0.9;
}

.orange-button a {
  font-size: 14px;
  color: #fff;
  background-color: #ff511a;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 5px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  transition: all .3s;
}

.orange-button a:hover {
  opacity: 0.9;
}

section {
  margin-top: 120px;
}

.section-heading {
  position: relative;
  z-index: 2;
  margin-top: 0px;
  text-align: center;
  margin-bottom: 70px;
}

.section-heading h6 {
  font-size: 16px;
  text-transform: uppercase;
  color: #ff511a;
  font-weight: 700;
}

.section-heading h4 {
  margin-top: 10px;
  line-height: 40px;
  font-size: 36px;
  font-weight: 700;
  text-transform: capitalize;
  color: #212741;
}

.section-heading p {
  margin-top: 30px;
}


/* 
---------------------------------------------
header
--------------------------------------------- 
*/


.header-area {
  background-image: url(../images/header-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: fixed;
  height: 110px;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: transparent;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header-area .main-nav {
  min-height: 80px;
  background: transparent;
}

.header-area .main-nav .nav {
  float: right;
  margin-top: 40px;
  margin-right: 0px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding-left: 25px;
  padding-right: 25px;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 300;
  font-size: 14px;
  text-transform: capitalize;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
}

.header-area .main-nav .nav li:last-child a {
  font-size: 14px;
  color: #fff;
  background-color: #43ba7f;
  padding: 10px 20px !important;
  display: inline-block;
  border-radius: 5px;
  font-weight: 500;
  text-transform: capitalize;
  height: auto;
  line-height: 25px;
  letter-spacing: 0.5px;
  transition: all .3s;
}

.header-area .main-nav .nav li:last-child a:hover {
  color: #fff;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li:last-child a {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
  border-radius: 0px;
  padding-top: 0px !important;
  height: 40px;
}


.header-area .main-nav .nav li.has-sub ul.sub-menu li:last-child a:hover {
  padding-left: 25px !important;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
  color: #ff511a;
}

.header-area .main-nav .nav li.has-sub {
  position: relative;
  padding-right: 15px;
}

.header-area .main-nav .nav li.has-sub:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 12px;
  color: #fff;
  position: absolute;
  right: 2px;
  top: 12px;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu {
  position: absolute;
  width: 140px;
  background-color: #fff;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  top: 40px;
  border-radius: 5px;
  opacity: 0;
  transition: all .3s;
  transform: translateY(+2em);
  visibility: hidden;
  z-index: -1;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li a {
  opacity: 1;
  display: block;
  background: #f7f7f7;
  color: #2a2a2a!important;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 12px;
  font-weight: 400;
  border-bottom: 1px solid #eee;
}

.header-area .main-nav .nav li.has-sub ul li a:hover {
  background: #fff;
  color: #ff511a!important;
  padding-left: 25px;
}

.header-area .main-nav .nav li.has-sub ul li a:hover:before {
  width: 3px;
}

.header-area .main-nav .nav li.has-sub:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 33px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.background-header .main-nav .menu-trigger {
  top: 23px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #fff;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #fff;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #fff;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #fff;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #fff;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #fff;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #fff;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #fff;
}

.header-area .nav {
  margin-top: 30px;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 10px;
    padding-right: 10px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 767px) {
  .header-area .main-nav .logo {
    color: #1e1e1e;
    font-size: clamp(12px, 5vw, 16px);
    height: 70px;
    line-height: 70px;
  }
  
  .header-area .main-nav .logo .logo-text {
    font-size: clamp(10px, 4.5vw, 14px);
    background: linear-gradient(135deg, #ff511a, #43ba7f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }

  .header-area {
    background-color: #f7f7f7;
    padding: 0px 15px;
    height: 100px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 0px;
    line-height: 80px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }

  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #f7f7f7 !important;
    color: #191a20 !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    color: #ff511a!important;
  }
  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
    transition: all 0s;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    height: auto;
  }
  .header-area .main-nav .nav li.has-sub:after {
    color: #3B566E;
    right: 30px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
}

@media (min-width: 767px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}


/* 
---------------------------------------------
banner
--------------------------------------------- 
*/

.swiper-container {
  height: 100vh;
  margin: 0px;
  margin-top: 0px;
  background-color: #212741;
  position: relative;
  z-index: 1;
}

.swiper-slide {
  overflow: hidden;
}

.slide-inner {
  position: relative;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}

.slide-inner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(33, 39, 65, 0.8) 0%, rgba(33, 39, 65, 0.6) 50%, rgba(33, 39, 65, 0.4) 100%);
  z-index: 1;
  transition: all 0.3s ease;
}

.slide-inner:hover::before {
  background: linear-gradient(135deg, rgba(33, 39, 65, 0.7) 0%, rgba(33, 39, 65, 0.5) 50%, rgba(33, 39, 65, 0.3) 100%);
}

.swiper-slide-active h2 {
  animation: fadeInLeft .8s;
  -webkit-animation-delay: 1s;
  animation-delay: .3s;
  opacity: 1;
}

.swiper-slide-active p {
  animation: fadeInRight .8s;
  -webkit-animation-delay: 1s;
  animation-delay: .3s;
  opacity: 1;
}

.swiper-slide-active .div-dec {
  animation: fadeIn .8s;
  -webkit-animation-delay: 1s;
  animation-delay: .3s;
  opacity: 1;
}

.swiper-slide-active .buttons .green-button,
.swiper-slide-active .buttons .orange-button {
  animation: fadeInUp .8s;
  -webkit-animation-delay: 1s;
  animation-delay: .3s;
  opacity: 1;
}

.slide-inner .header-text {
  position: relative;
  width: 100%;
  z-index: 2;
  padding-top: calc(20vh + 110px);
  padding-bottom: 20vh;
}

.slide-inner .header-text h2 {
  position: relative;
  z-index: 2;
  font-size: 56px;
  color: #fff;
  font-weight: 700;
  opacity: 1;
  visibility: visible;
  line-height: 70px;
  margin-bottom: 30px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.slide-inner .header-text .div-dec {
  width: 80px;
  height: 6px;
  border-radius: 3px;
  background: linear-gradient(90deg, #ff511a, #43ba7f);
  margin-bottom: 30px;
  opacity: 1;
  visibility: visible;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.slide-inner .header-text p {
  color: #fff;
  margin-right: 60px;
  margin-bottom: 40px;
  opacity: 1;
  visibility: visible;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  font-weight: 400;
}

.slide-inner .header-text h2 em {
  font-style: normal;
  color: #ff511a;
}

.slide-inner .header-text .buttons {
  display: inline;
  opacity: 1;
  visibility: visible;
}

.slide-inner .header-text .buttons .green-button {
  display: inline;
  float: left;
  margin-right: 20px;
}

.swiper-button-next, .swiper-button-prev {
  color: #fff !important;
}

/*
---------------------------------------------
services
---------------------------------------------
*/ 

section.services {
  margin-top: 90px;
}

.services .service-item {
  border-radius: 5px;
  padding: 40px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  margin-top: 30px;
}

.services .service-item:hover i {
  margin-top: 15px;
}

.services .service-item h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}

.services .service-item i {
  transition: all .5s;
  float: left;
  font-size: 64px;
  color: #43ba7f;
  margin-bottom: 30px;
  margin-right: 30px;
}



/*
---------------------------------------------
cta
---------------------------------------------
*/

section.simple-cta {
  background-image: url(../images/cta-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  padding: 80px 0px;
}

section.simple-cta .left-image {
  margin-right: 45px;
}

section.simple-cta h4 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  line-height: 50px;
}

section.simple-cta h4 em {
  font-style: normal;
  color: #43ba7f;
}

section.simple-cta h4 strong {
  color: #ff511a;
  font-weight: 700;
}

section.simple-cta p {
  color: #fff;
  margin-top: 30px;
  margin-bottom: 40px;
}

section.simple-cta .buttons {
  display: flex;
  justify-content: end;
}

section.simple-cta .buttons .orange-button {
  margin-left: 20px;
}

section.simple-cta .buttons .orange-button,
section.simple-cta .buttons .green-button {
  margin-top: 25px;
}



/*
---------------------------------------------
about us
---------------------------------------------
*/

section.about-us {
  margin-top: 90px;
}

section.about-us .section-heading {
  padding-top: 30px;
}

section.about-us .naccs {
  position: relative;
}

section.about-us .naccs .menu div {
  padding: 15px 30px;
  display: inline-block;
  text-align: center;
  border-radius: 5px !important;
  margin-right: 30px;
  font-size: 18px;
  color: #212741;
  background-color: #fff;
  cursor: pointer;
  vertical-align: middle;
  font-weight: 600;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

section.about-us .naccs .menu div.active {
  color: #ff511a;
}

section.about-us ul.nacc {
  margin-top: 50px !important;
  position: relative;
  min-height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}

section.about-us ul.nacc li {
  background-color: #fff;
  overflow: hidden;
  opacity: 0;
  transform: translateX(50px);
  position: absolute;
  list-style: none;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

section.about-us ul.nacc li .main-list,
section.about-us ul.nacc li .list-item {
  border-bottom: 1px solid #eee;
  margin-bottom: 25px;
  padding-bottom: 25px;
}

section.about-us ul.nacc li .last-item {
  margin-bottom: 0px;
}

section.about-us ul.nacc li span.title {
  font-size: 15px;
  color: #212741;
  font-weight: 600;
  display: inline-block;
  width: 24%;
}

section.about-us ul.nacc li span.item-title {
  color: #43ba7f !important;
  font-weight: 600 !important;
}

section.about-us ul.nacc li span.item {
  font-size: 15px;
  color: #212741;
  font-weight: 400;
  display: inline-block;
  width: 24%;
}

section.about-us ul.nacc li.active {
  position: relative;
  transition-delay: 0.3s;
  z-index: 2;
  opacity: 1;
  transform: translateX(0px);
}

section.about-us .right-content {
  margin-left: 60px;
}

section.about-us .right-content h4 {
  font-size: 22px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 40px;
}

section.about-us .right-content p {
  margin-bottom: 50px;
}










/*
---------------------------------------------
service area
---------------------------------------------
*/

section.service-area {
  margin-top: 90px;
  background-color: #f7f7f7;
  padding: 80px 0px;
}

section.service-area .service-areas {
  text-align: center;
  padding: 40px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

section.service-area .service-areas h5 {
  font-size: 24px;
  font-weight: 700;
  color: #212741;
  margin-bottom: 20px;
}

section.service-area .service-areas p {
  margin-bottom: 30px;
  color: #666;
}

section.service-area .area-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

section.service-area .area-list li {
  padding: 8px 0;
  border-bottom: 1px solid #eee;
  color: #212741;
  font-weight: 500;
}

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

/* 
---------------------------------------------
faq
--------------------------------------------- 
*/

section.faq {
  margin-top: 90px;
}

section.faq .accordion-item {
  border: none;
  margin-bottom: 15px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

section.faq .accordion-item:hover {
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
}

section.faq .accordion-button {
  background-color: #fff;
  border: none;
  padding: 20px 25px;
  font-size: 16px;
  font-weight: 600;
  color: #212741;
  text-align: left;
  position: relative;
  transition: all 0.3s ease;
}

section.faq .accordion-button:not(.collapsed) {
  background-color: #43ba7f;
  color: #fff;
  box-shadow: none;
}

section.faq .accordion-button:focus {
  box-shadow: none;
  border: none;
  outline: none;
}

section.faq .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212741'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transition: all 0.3s ease;
}

section.faq .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}

section.faq .accordion-body {
  background-color: #fff;
  padding: 20px 25px;
  color: #666;
  line-height: 1.6;
  border-top: 1px solid #f0f0f0;
}

/* 
---------------------------------------------
contact
--------------------------------------------- 
*/

section.contact {
  margin-top: 90px;
  background-color: #212741;
  padding: 80px 0px;
}

section.contact .section-heading h4,
section.contact .section-heading h6 {
  color: #fff;
}

section.contact .contact-info {
  background-color: #fff;
  padding: 50px;
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

section.contact .contact-item {
  padding: 30px 20px;
  text-align: center;
  border-radius: 10px;
  background-color: #f7f7f7;
  margin-bottom: 20px;
  transition: all .3s;
}

section.contact .contact-item:hover {
  background-color: #43ba7f;
  color: #fff;
}

section.contact .contact-item:hover i,
section.contact .contact-item:hover h5,
section.contact .contact-item:hover p,
section.contact .contact-item:hover a {
  color: #fff;
}

section.contact .contact-item i {
  font-size: 36px;
  color: #43ba7f;
  margin-bottom: 15px;
  transition: all .3s;
}

section.contact .contact-item h5 {
  font-size: 18px;
  font-weight: 600;
  color: #212741;
  margin-bottom: 10px;
  transition: all .3s;
}

section.contact .contact-item p {
  margin: 0;
  color: #666;
  transition: all .3s;
}

section.contact .contact-item a {
  color: #43ba7f;
  text-decoration: none;
  font-weight: 600;
  transition: all .3s;
}

section.contact .contact-item a:hover {
  color: #ff511a;
}

/* 
---------------------------------------------
partners
--------------------------------------------- 
*/

section.partners {
  background-color: #212741;
  padding: 80px 0px;
}

section.partners .item {
  margin: 0px 15px;
  cursor: pointer;
  transition: all .3s;
}

section.partners .item:hover {
  opacity: 0.75;
}



/* 
---------------------------------------------
footer 
--------------------------------------------- 
*/

footer {
  background-color: #181d30;
  text-align: center;
  padding: 25px 0px;
}

footer p {
  color: #fff;
  font-weight: 300;
}

footer p a {
  color: #ff511a;
}



/* 
---------------------------------------------
page heading
--------------------------------------------- 
*/

.page-heading {
  background-image: url(../images/heading-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 215px 0px 120px 0px;
  text-align: center;
}

.page-heading h2 {
  font-size: 56px;
  color: #fff;
  font-weight: 700;
}

.page-heading .div-dec {
  width: 80px;
  height: 6px;
  border-radius: 3px;
  background-color: #fff;
  margin: 20px auto 0 auto;
}



/* 
---------------------------------------------
about us page
--------------------------------------------- 
*/

section.top-section .left-image img {
  border-radius: 10px;
}

section.top-section .accordions {
  border-radius: 5px;
  padding: 50px 40px;
  background-color: #fff;
  margin-left: 30px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
.accordions .accordion {
  border-bottom: 1px solid #eee;
}
.accordions .last-accordion {
  border-bottom: none;
}
.accordion-head {
  padding: 35px 0px !important;  
  font-size: 22px;
  font-weight: 600;
  color: #212741;
  cursor: pointer;
  transition: color 200ms ease-in-out;
  
}
@media screen and (min-width: 768px) {
  .accordion-head {
    padding: 1rem;
    font-size: 1.2rem;
  }
}
.accordion-head .icon {
  float: right;
  transition: transform 200ms ease-in-out;
}
.accordion-head.is-open {
  color: #43ba7f;
  border-bottom: none;
}
.accordion-head.is-open .icon {
  transform: rotate(45deg);
}
.accordion-body {
  padding: 0px;
  overflow: hidden;
  height: 0;
  transition: height 300ms ease-in-out;
  border-bottom: 1px solid #fff;
}
.accordion-body > .content p {
  padding: 0px 0px 30px 0px;
  padding-top: 0;
}

section.what-we-do {
  margin-bottom: -30px;
}

.what-we-do .left-content {
  margin-right: 60px;
}

.what-we-do .left-content h4 {
  font-size: 22px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 40px;
}

.what-we-do .left-content p {
  margin-bottom: 40px;
}

.what-we-do .right-items .item {
  border-radius: 5px;
  padding: 40px 30px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  position: relative;
}

.what-we-do .right-items .item em {
  position: absolute;
  font-style: normal;
  font-size: 44px;
  color: #43ba7f;
  font-weight: 600;
  right: 15px;
  top: 5px;
  transition: all .3s;
}

.what-we-do .right-items .item h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 22px;
}

.what-we-do .right-items .item:hover em {
  top: 10px;
}



/* 
---------------------------------------------
services page
--------------------------------------------- 
*/

.main-services .service-item {
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #ecf8f2;
}

.main-services .last-service {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.main-services  .left-image {
  margin-right: 15px;
}

.main-services  .left-image img {
  border-radius: 5px;
}

.main-services  .right-image {
  margin-left: 15px;
}

.main-services  .right-image img {
  border-radius: 5px;
}

.main-services .right-text-content {
  margin-left: 15px;
}

.main-services .left-text-content {
  margin-right: 15px;
}

.main-services .right-text-content i,
.main-services .left-text-content i {
  font-size: 64px;
  color: #43ba7f;
  background-color: #ecf8f2;
  width: 120px;
  height: 120px;
  text-align: center;
  display: inline-block;
  line-height: 120px;
  border-radius: 5px;
}

.main-services .right-text-content h4,
.main-services .left-text-content h4 {
  font-size: 36px;
  font-weight: 700;
  color: #212741;
  margin-top: 40px;
  margin-bottom: 30px;
}

section.service-details .naccs {
  position: relative;
}

section.service-details .naccs .menu {
  text-align: center;
}

section.service-details .naccs .menu div {
  padding: 15px 30px;
  display: inline-block;
  text-align: center;
  border-radius: 5px !important;
  margin-right: 30px;
  font-size: 18px;
  color: #212741;
  background-color: #fff;
  cursor: pointer;
  vertical-align: middle;
  font-weight: 600;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

section.service-details .naccs .menu div.active {
  color: #ff511a;
}

section.service-details ul.nacc {
  margin-top: 50px !important;
  position: relative;
  min-height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}

section.service-details ul.nacc li {
  background-color: #fff;
  overflow: hidden;
  opacity: 0;
  transform: translateX(50px);
  position: absolute;
  list-style: none;
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

section.service-details ul.nacc li .left-image {
  position: absolute;
  margin-right: 50px;
  top: 50%;
  transform: translateY(-50%);
}

section.service-details ul.nacc li .left-image img {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

section.service-details ul.nacc li .right-content {
  padding: 50px 50px 50px 0px;
  margin-left: 470px;
}

section.service-details ul.nacc li .right-content h4 {
  font-size: 24px;
  color: #212741;
  margin-bottom: 25px;
  font-weight: 700;
  line-height: 40px;
  margin-right: 120px;
}

section.service-details ul.nacc li .right-content ul {
  margin-top: 20px;
  margin-bottom: 20px;
}

section.service-details ul.nacc li .right-content span {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #212741;
  font-style: italic;
  margin-bottom: 12px;
}

section.service-details ul.nacc li .right-content .last-span {
  margin-bottom: 0px;
}

section.service-details ul.nacc li .right-content p {
  margin-bottom: 30px;
}

section.service-details ul.nacc li.active {
  position: relative;
  transition-delay: 0.3s;
  z-index: 2;
  opacity: 1;
  transform: translateX(0px);
}



/* 
---------------------------------------------
contact us page
--------------------------------------------- 
*/

section.map .info-item {
  text-align: center;
  padding: 40px 30px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  margin-top: -60px;
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
  z-index: 2;
  transition: all .5s;
}

section.map .info-item:hover {
  margin-top: -70px;
}

section.map .info-item i {
  font-size: 36px;
  color: #43ba7f;
  margin-bottom: 25px;
}

section.map .info-item h4 {
  font-size: 18px;
  color: #212741;
  font-weight: 600;
  margin-bottom: 12px;
}

section.map .info-item a {
  font-size: 15px;
  font-weight: 600;
  color: #43ba7f;
  transition: all 0.3s;
}

section.map .info-item a:hover {
  color: #ff511a;
}

#contact input {
  width: 100%;
  height: 50px;
  background-color: #f7f7f7;
  color: #212741;
  border-radius: 5px;
  border: none;
  padding: 0px 15px;
  font-size: 14px;
  outline: none;
  margin-bottom: 30px;
}

#contact textarea {
  width: 100%;
  height: 180px;
  max-height: 24px;
  min-height: 150px;
  background-color: #f7f7f7;
  color: #212741;
  border-radius: 5px;
  border: none;
  padding: 15px 15px;
  font-size: 14px;
  outline: none;
  margin-bottom: 30px;
}

#contact input::placeholder, 
#contact textarea::placeholder {
  color: #212741;
}
#contact button.orange-button {
  font-size: 14px;
  color: #fff;
  background-color: #ff511a;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 5px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  border: none;
  transition: all .3s;
}

#contact button.orange-button:hover {
  background-color: #43ba7f;
}


/* 
---------------------------------------------
responsive
--------------------------------------------- 
*/


body {
  overflow-x: hidden;
}

@media (max-width: 992px) {
  .header-area .main-nav .nav li:last-child {
    display: none;
  }
  .header-area .main-nav .nav li ul li:last-child {
    display: inline-block;
  }
  .header-area {
    background-color: #212741;
  }
  .slide-inner .header-text {
    width: 100%;
    padding-top: calc(12vh + 110px);
    padding-bottom: 12vh;
  }
  .slide-inner .header-text h2 {
    font-size: 48px;
    line-height: 60px;
    margin-bottom: 30px;
  }
  .slide-inner .header-text .div-dec {
    margin-bottom: 30px;
  }
  .slide-inner .header-text p {
    margin-bottom: 40px;
    margin-right: 40px;
  }
  .simple-cta {
    text-align: center;
  }
  section.simple-cta .buttons {
    justify-content: center;
  }
  section.about-us .naccs .menu div,
  section.service-details .naccs .menu div {
    margin-right: 15px;
    font-size: 15px;
    padding: 15px 20px;
  }
  section.about-us .right-content {
    margin-left: 0px;
    margin-top: 60px;
  }


  section.partners .item {
    margin:15px; 
  }
  section.top-section .accordions {
    margin-left: 0px;
    margin-top: 45px;
  }
  .what-we-do .left-content {
    margin-right: 0px;
    margin-bottom: 45px;
  }
  .main-services .left-image {
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .main-services .right-text-content {
    margin-left: 0px;
  }
  .main-services .right-image {
    margin-left: 0px;
    margin-top: 30px;
  }
  section.service-details ul.nacc li .left-image {
    position: relative;
    margin-right: 0px;
    transform: translateY(0px);
  }
  section.service-details ul.nacc li .left-image img {
    border-radius: 15px;
  }
  section.service-details ul.nacc li .right-content {
    padding: 50px;
    margin-left: 0px;
  }
  section.service-details ul.nacc li .right-content h4 {
    margin-right: 0px;
  }
  section.service-details ul.nacc li.active {
    display: inline-block;
  }
  section.service-details ul.nacc li {
    display: none;
  }
  section.map .info-item {
    margin-top: 30px;
  }
  
  section.service-area .service-areas {
    padding: 20px;
  }
  
  section.faq .accordion-button {
    font-size: 14px;
    padding: 15px 20px;
  }
  
  section.contact .contact-info {
    padding: 30px 20px;
  }
}

/* Laptop-specific optimizations */
@media (min-width: 768px) and (max-width: 1200px) {
  .slide-inner .header-text {
    width: 100%;
    padding-top: calc(15vh + 110px);
    padding-bottom: 25vh;
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 20px;
  }
  
  .slide-inner .header-text h2 {
    font-size: 48px;
    line-height: 60px;
    margin-bottom: 25px;
  }
  
  .slide-inner .header-text .div-dec {
    margin-bottom: 25px;
  }
  
  .slide-inner .header-text p {
    margin-bottom: 35px;
    margin-right: 40px;
  }
}

@media (max-width: 767px) {
  .slide-inner::before {
    background: linear-gradient(135deg, rgba(33, 39, 65, 0.9) 0%, rgba(33, 39, 65, 0.8) 50%, rgba(33, 39, 65, 0.7) 100%);
  }
  
  .header-area .main-nav .logo {
    line-height: 100px;
    height: 100px;
  }
  .background-header .main-nav .logo {
    line-height: 80px;
    height: 80px;
  }
  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    display: none;
  }
  .slide-inner .header-text p {
    display: none;
  }
  .slide-inner .header-text {
    text-align: center;
    width: 100%;
    padding-top: calc(8vh + 110px);
    padding-bottom: 8vh;
  }
  .slide-inner .header-text .div-dec {
    margin-left: auto;
    margin-right: auto;
  }
  .slide-inner .header-text .buttons {
    display: inline-flex;
  }
  .slide-inner .header-text .buttons .green-button {
    float: none;
  }
  .services .service-item i {
    margin-bottom: 35px;
  }
  section.about-us ul.nacc li span.item-title {
    font-size: 14px !important;
  }
  section.about-us ul.nacc li span.item {
    font-size: 13px;
  }

}

/* 
---------------------------------------------
detailed services
--------------------------------------------- 
*/

/* Ensure FAQ accordion buttons are clickable */
section.faq .accordion-button {
  cursor: pointer !important;
  z-index: 10 !important;
  pointer-events: auto !important;
}

/* Custom FAQ accordion styles */
section.faq .accordion-collapse {
  display: none;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease;
}

section.faq .accordion-collapse.show {
  display: block;
  max-height: 500px;
}

section.faq .accordion-button.active {
  background-color: #43ba7f !important;
  color: #fff !important;
}

section.faq .accordion-button.active::after {
  transform: rotate(-180deg) !important;
}

section.faq .accordion-body {
  padding: 20px 25px !important;
  display: block !important;
  line-height: 1.6 !important;
  color: #666 !important;
  background-color: #fff !important;
  border-top: 1px solid #f0f0f0 !important;
  visibility: visible !important;
  opacity: 1 !important;
  height: auto !important;
  min-height: auto !important;
  max-height: none !important;
  overflow: visible !important;
}

/* Override any conflicting styles */
section.faq .accordion-item {
  margin-bottom: 10px !important;
  border: 1px solid #e9ecef !important;
  border-radius: 8px !important;
  overflow: hidden !important;
}

section.faq .accordion-header {
  margin-bottom: 0 !important;
}

section.faq .accordion-button {
  width: 100% !important;
  text-align: left !important;
  padding: 20px 25px !important;
  background-color: #fff !important;
  border: none !important;
  cursor: pointer !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #212741 !important;
  transition: all 0.3s ease !important;
}

section.detailed-services {
  margin-top: 120px;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 100px 0;
}

.service-detail-item {
  margin-bottom: 100px;
  align-items: center;
}

.service-detail-item:last-child {
  margin-bottom: 0;
}

.service-detail-item.reverse {
  flex-direction: row-reverse;
}

.service-detail-image {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
}

.service-detail-image:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}

.service-detail-image img {
  width: 100%;
  height: 700px;
  object-fit: cover;
  transition: all 0.4s ease;
}

.service-detail-image:hover img {
  transform: scale(1.05);
}

.service-detail-content {
  padding: 40px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  position: relative;
  margin: 20px;
}

.service-detail-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #ff511a, #43ba7f);
  border-radius: 15px 15px 0 0;
}

.service-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #43ba7f, #2d8f5f);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  box-shadow: 0 10px 20px rgba(67, 186, 127, 0.3);
  transition: all 0.3s ease;
}

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

.service-icon.emergency {
  background: linear-gradient(135deg, #ff511a, #e63946);
  box-shadow: 0 10px 20px rgba(255, 81, 26, 0.3);
}

.service-icon i {
  font-size: 32px;
  color: #fff;
}

.service-detail-content h3 {
  font-size: 28px;
  font-weight: 700;
  color: #212741;
  margin-bottom: 20px;
  line-height: 1.3;
}

.service-detail-content p {
  font-size: 16px;
  line-height: 1.7;
  color: #666;
  margin-bottom: 25px;
}

.service-features {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.service-features li {
  display: flex;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #f0f0f0;
  font-weight: 500;
  color: #212741;
}

.service-features li:last-child {
  border-bottom: none;
}

.service-features li i {
  color: #43ba7f;
  margin-right: 15px;
  font-size: 16px;
  width: 20px;
  text-align: center;
}

.service-cta {
  margin-top: 30px;
}

.emergency-button {
  font-size: 14px;
  color: #fff;
  background: linear-gradient(135deg, #ff511a, #e63946);
  padding: 15px 30px;
  display: inline-block;
  border-radius: 8px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(255, 81, 26, 0.3);
}

.emergency-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(255, 81, 26, 0.4);
  color: #fff;
}

/* 
---------------------------------------------
safety certification
--------------------------------------------- 
*/

section.safety-certification {
  margin-top: 120px;
  background: linear-gradient(135deg, #212741 0%, #1a1f35 100%);
  padding: 100px 0;
  color: #fff;
}

section.safety-certification .section-heading h4,
section.safety-certification .section-heading h6 {
  color: #fff;
}

.certification-card {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 40px 30px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.4s ease;
  margin-bottom: 30px;
}

.certification-card:hover {
  transform: translateY(-10px);
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.cert-icon {
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, #43ba7f, #2d8f5f);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  box-shadow: 0 10px 20px rgba(67, 186, 127, 0.3);
  transition: all 0.3s ease;
}

.certification-card:hover .cert-icon {
  transform: scale(1.1) rotate(5deg);
}

.cert-icon i {
  font-size: 40px;
  color: #fff;
}

.certification-card h4 {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
}

.certification-card p {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  margin: 0;
}

/* 
---------------------------------------------
equipment technology
--------------------------------------------- 
*/

section.equipment-technology {
  margin-top: 120px;
  background: #f8f9fa;
  padding: 100px 0;
}

section.equipment-technology .row {
  align-items: center;
}

.tech-content h3 {
  font-size: 32px;
  font-weight: 700;
  color: #212741;
  margin-bottom: 20px;
  line-height: 1.3;
}

.tech-content p {
  font-size: 18px;
  line-height: 1.7;
  color: #666;
  margin-bottom: 40px;
}

.tech-features {
  margin-top: 30px;
}

.tech-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  padding: 25px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.tech-item:hover {
  transform: translateX(10px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.tech-item i {
  font-size: 24px;
  color: #43ba7f;
  margin-right: 20px;
  margin-top: 5px;
  width: 30px;
  text-align: center;
}

.tech-item h5 {
  font-size: 18px;
  font-weight: 600;
  color: #212741;
  margin-bottom: 8px;
}

.tech-item p {
  font-size: 14px;
  line-height: 1.6;
  color: #666;
  margin: 0;
}

.tech-image {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tech-image:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}

.tech-image img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  transition: all 0.4s ease;
}

.tech-image:hover img {
  transform: scale(1.05);
}

/* 
---------------------------------------------
responsive styles for new sections
--------------------------------------------- 
*/

@media (max-width: 992px) {
  .service-detail-item.reverse {
    flex-direction: column;
  }
  
  .service-detail-content {
    margin: 20px 0;
    padding: 30px;
  }
  
  .service-detail-image img {
    height: 500px;
  }
  
  .tech-content h3 {
    font-size: 28px;
  }
  
  .tech-image img {
    height: 400px;
  }
  
  section.equipment-technology .row,
  section.why-choose-us .row {
    align-items: center;
  }
}

@media (max-width: 767px) {
  section.detailed-services,
  section.safety-certification,
  section.equipment-technology {
    padding: 60px 0;
    margin-top: 60px;
  }
  
  .service-detail-content {
    padding: 25px;
    margin: 15px 0;
  }
  
  .service-detail-content h3 {
    font-size: 24px;
  }
  
  .service-icon {
    width: 60px;
    height: 60px;
  }
  
  .service-icon i {
    font-size: 24px;
  }
  
  .certification-card {
    padding: 30px 20px;
  }
  
  .cert-icon {
    width: 80px;
    height: 80px;
  }
  
  .cert-icon i {
    font-size: 32px;
  }
  
  .tech-item {
    padding: 20px;
  }
  
  .tech-content h3 {
    font-size: 24px;
  }
  
  .tech-image img {
    height: 300px;
  }
  
  .service-detail-image img {
    height: 350px;
  }
}

/* 
---------------------------------------------
seasonal services
--------------------------------------------- 
*/

section.seasonal-services {
  margin-top: 120px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  padding: 100px 0;
  color: #fff;
}

section.seasonal-services .section-heading h4,
section.seasonal-services .section-heading h6 {
  color: #fff;
}

.seasonal-card {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 40px 30px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.4s ease;
  margin-bottom: 30px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.seasonal-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  transition: all 0.3s ease;
}

.seasonal-card.spring::before {
  background: linear-gradient(90deg, #4ade80, #22c55e);
}

.seasonal-card.summer::before {
  background: linear-gradient(90deg, #fbbf24, #f59e0b);
}

.seasonal-card.fall::before {
  background: linear-gradient(90deg, #f97316, #ea580c);
}

.seasonal-card.winter::before {
  background: linear-gradient(90deg, #60a5fa, #3b82f6);
}

.seasonal-card:hover {
  transform: translateY(-10px);
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.season-icon {
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  transition: all 0.3s ease;
}

.seasonal-card:hover .season-icon {
  transform: scale(1.1) rotate(5deg);
  background: rgba(255, 255, 255, 0.3);
}

.season-icon i {
  font-size: 32px;
  color: #fff;
}

.seasonal-card h4 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
}

.seasonal-card p {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  margin-bottom: 20px;
  font-size: 14px;
}

.season-features {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.season-features li {
  padding: 8px 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  font-weight: 500;
  position: relative;
  padding-left: 20px;
}

.season-features li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #4ade80;
  font-weight: bold;
}

/* 
---------------------------------------------
why choose us
--------------------------------------------- 
*/

section.why-choose-us {
  margin-top: 120px;
  background: #fff;
  padding: 100px 0;
}

section.why-choose-us .row {
  align-items: center;
}

.why-content h3 {
  font-size: 32px;
  font-weight: 700;
  color: #212741;
  margin-bottom: 25px;
  line-height: 1.3;
}

.why-content > p {
  font-size: 18px;
  line-height: 1.7;
  color: #666;
  margin-bottom: 40px;
}

.why-features {
  margin-top: 40px;
}

.why-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 35px;
  padding: 25px;
  background: #f8f9fa;
  border-radius: 15px;
  transition: all 0.3s ease;
  border-left: 4px solid transparent;
}

.why-item:hover {
  background: #fff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  border-left-color: #43ba7f;
  transform: translateX(10px);
}

.why-number {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #43ba7f, #2d8f5f);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-right: 20px;
  flex-shrink: 0;
  box-shadow: 0 5px 15px rgba(67, 186, 127, 0.3);
}

.why-text h5 {
  font-size: 18px;
  font-weight: 600;
  color: #212741;
  margin-bottom: 8px;
}

.why-text p {
  font-size: 14px;
  line-height: 1.6;
  color: #666;
  margin: 0;
}

.why-image {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.why-image:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}

.why-image img {
  width: 100%;
  height: 700px;
  object-fit: cover;
  transition: all 0.4s ease;
}

.why-image:hover img {
  transform: scale(1.05);
}

.experience-badge {
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 120px;
  height: 120px;
  background: linear-gradient(135deg, #ff511a, #e63946);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 25px rgba(255, 81, 26, 0.4);
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 10px 25px rgba(255, 81, 26, 0.4);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 15px 35px rgba(255, 81, 26, 0.6);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 10px 25px rgba(255, 81, 26, 0.4);
  }
}

.badge-content {
  text-align: center;
  color: #fff;
}

.badge-content .years {
  display: block;
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
}

.badge-content .text {
  display: block;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 5px;
}

/* 
---------------------------------------------
responsive styles for seasonal and why choose us
--------------------------------------------- 
*/

@media (max-width: 992px) {
  .why-content h3 {
    font-size: 28px;
  }
  
  .why-image img {
    height: 500px;
  }
  
  .experience-badge {
    width: 100px;
    height: 100px;
    bottom: 20px;
    right: 20px;
  }
  
  .badge-content .years {
    font-size: 24px;
  }
  
  .badge-content .text {
    font-size: 10px;
  }
}

@media (max-width: 767px) {
  section.seasonal-services,
  section.why-choose-us {
    padding: 60px 0;
    margin-top: 60px;
  }
  
  section.equipment-technology {
    padding: 60px 0;
    margin-top: 60px;
  }
  
  .seasonal-card {
    padding: 30px 20px;
  }
  
  .season-icon {
    width: 60px;
    height: 60px;
  }
  
  .season-icon i {
    font-size: 24px;
  }
  
  .seasonal-card h4 {
    font-size: 18px;
  }
  
  .why-content h3 {
    font-size: 24px;
  }
  
  .why-item {
    padding: 20px;
  }
  
  .why-number {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
  
  .why-image img {
    height: 400px;
  }
  
  .experience-badge {
    width: 80px;
    height: 80px;
    bottom: 15px;
    right: 15px;
  }
  
  .badge-content .years {
    font-size: 20px;
  }
  
  .badge-content .text {
    font-size: 9px;
  }
}