/* FAQ Section - Exact Match to Original HTML */
.faq-one {
  position: relative;
  display: block;
}

.faq-one .container {
  max-width: 875px;
}

.faq-one__inner {
  position: relative;
  display: block;
}

.faq-one__inner .accrodion-grp .accrodion {
  position: relative;
  display: block;
  background-color: #15152c;
  border: 1px solid #3C3C77;
  border-radius: 8px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.faq-one__inner .accrodion-grp .accrodion-title {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 20px 30px 20px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  padding-right: 25px;
}

.faq-one__inner .accrodion-grp .accrodion-title h4 {
  margin: 0;
  font-size: 20px;
  color: #A1AAC9;
  font-weight: 500;
  line-height: 30px;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.faq-one__inner .accrodion-grp .accrodion.active .accrodion-title h4 {
  color: #ffffff;
}

.faq-one__inner .accrodion-grp .accrodion + .accrodion {
  margin-top: 15px;
}

.faq-one__inner .accrodion-grp .accrodion-title h4::before {
  content: "\e901";
  font-family: 'icomoon' !important;
  font-size: 13px;
  color: #A1AAC9;
  position: absolute;
  top: 50%;
  right: 0;
  line-height: 15px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
  width: 21px;
  height: 21px;
}

.faq-one__inner .accrodion-grp .accrodion.active .accrodion-title h4::before {
  content: "\e901";
  color: #ffffff;
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(-180deg);
}

.faq-one__inner .accrodion-grp .accrodion-content {
  position: relative;
  padding-bottom: 27px;
  padding-left: 30px;
  padding-right: 30px;
}

.faq-one__inner .accrodion-grp .accrodion-content p {
  margin: 0;
}

.faq-one__inner .accrodion-grp .accrodion-content p a {
  color: #008062;
}

/* Override the custom accordion icon styling */
.accrodion-icon {
  display: none !important;
}

/* Footer Section - Exact Match to Original HTML */
.main-footer {
  position: relative;
  z-index: 1;
  background-color: #111022;
}

.main-footer__shape-1 {
  position: absolute;
  bottom: -115px;
  right: 170px;
  width: 659px;
  height: 304px;
  background: linear-gradient(260deg, #00E3F2 5.55%, #FF9B00 32.85%, #F00 57.49%, #BD00FF 86.75%);
  opacity: 0.1;
  filter: blur(75px);
  z-index: -1;
}

.main-footer__top {
  position: relative;
  display: block;
  padding: 75px 0 0;
}

.main-footer__top .container {
  max-width: 1125px;
}

.footer-widget__title-box {
  position: relative;
  display: block;
  margin-bottom: 10px;
}

.footer-widget__title {
  position: relative;
  display: block;
  font-size: 24px;
  color: #ffffff;
  font-weight: 500;
}

.footer-widget__about {
  position: relative;
  display: block;
}

.footer-widget__logo {
  position: relative;
  display: block;
  margin-bottom: 13px;
}

.footer-widget__about-text {
  font-size: 14px;
  line-height: 24px;
  color: #A1AAC9;
}

.footer-widget__company {
  position: relative;
  display: block;
}

.footer-widget__company-list-box {
  position: relative;
  display: block;
}

.footer-widget__company-list {
  position: relative;
  display: block;
}

.footer-widget__company-list li {
  position: relative;
  display: block;
}

.footer-widget__company-list li + li {
  margin-top: 8px;
}

.footer-widget__company-list li a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #A1AAC9;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget__company-list li a:hover {
  color: #426BFF;
  padding-left: 10px;
}

.footer-widget__resources {
  position: relative;
  display: block;
}

.footer-widget__resources-list-box {
  position: relative;
  display: block;
}

.footer-widget__resources-list {
  position: relative;
  display: block;
}

.footer-widget__resources-list li {
  position: relative;
  display: block;
}

.footer-widget__resources-list li + li {
  margin-top: 8px;
}

.footer-widget__resources-list li a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #A1AAC9;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget__resources-list li a:hover {
  color: #426BFF;
  padding-left: 10px;
}

.footer-widget__newsletter {
  position: relative;
  display: block;
  margin-left: 19px;
}

.footer-widget__newsletter-text {
  color: #A1AAC9;
  margin-bottom: 20px;
}

.footer-widget__newsletter-form {
  position: relative;
  display: block;
  padding-top: 8px;
}

.footer-widget__newsletter-input-box {
  position: relative;
  display: block;
}

.footer-widget__newsletter-input-box input[type="email"] {
  width: 100%;
  height: 50px;
  outline: none;
  border: 1px solid #4B4B70;
  background-color: #0F0F24;
  border-radius: 8px;
  font-size: 14px;
  color: #A1AAC9;
  padding-left: 25px;
  padding-right: 100px;
}

.footer-widget__newsletter-btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 90px;
  border: none;
  background-color: #008062;
  font-size: 15px;
  color: #ffffff;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget__newsletter-btn:hover {
  background-color: #FF6C1E;
}

.footer-widget__social {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.footer-widget__social a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #747694;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget__social a:hover {
  color: #426BFF;
}

.footer-widget__social a + a {
  margin-left: 20px;
}

.main-footer__bottom {
  position: relative;
  display: block;
  padding: 67px 0 22px;
}

.main-footer__bottom .container {
  max-width: 1125px;
}

.main-footer__bottom-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.main-footer__bottom-text {
  color: #A1AAC9;
}

.main-footer__bottom-text a {
  color: #ffffff;
}

/* Replace Orange Color with Green (#008062) */
:root {
  --thm-base: #008062;
  --thm-base-rgb: 0, 128, 98;
}

.footer-widget__company-list li a:hover {
  color: #008062;
  padding-left: 10px;
}

.footer-widget__resources-list li a:hover {
  color: #008062;
  padding-left: 10px;
}

.footer-widget__newsletter-btn:hover {
  background-color: #008062;
}

.footer-widget__social a:hover {
  color: #008062;
}

/* Comprehensive Blue to Green Color Replacement */
/* Replace all instances of blue colors with green (#008062) */

/* CSS Variable Overrides */
:root {
  --thm-gradient-color2: #008062 !important;
}

/* Primary blue color replacements */
[style*="#426BFF"],
[style*="rgb(66, 107, 255)"],
[style*="rgba(66, 107, 255"] {
  color: #008062 !important;
}

/* Module CSS Overrides */
.video-one__single:hover {
  border-color: #008062 !important;
}

.video-one__single:hover .video-one__icon {
  color: #008062 !important;
}

.pricing-one__single .pricing-one__btn {
  background-color: #008062 !important;
}

.pricing-one__single .pricing-one__btn:hover {
  background: linear-gradient(211deg, #006B4A 13.4%, #008062 118.74%) !important;
}

.login-page__btn,
.career-page__btn,
.error-page__btn {
  background: linear-gradient(211deg, #006B4A 13.4%, #008062 118.74%) !important;
}

.feature-one__single:hover .feature-one__title a {
  color: #008062 !important;
}

.copywriting-tool__btn {
  background: linear-gradient(211deg, #006B4A 13.4%, #008062 118.74%) !important;
}

.error-page__btn {
  background: linear-gradient(210deg, #006B4A 23.7%, #008062 108.16%) !important;
}

/* Global CSS Overrides */
.thm-btn,
.thm-btn-two {
  background: linear-gradient(211deg, #006B4A 13.4%, #008062 118.74%) !important;
}

/* Purple-Blue Gradient Overrides */
[style*="linear-gradient(211deg, #8F79FF 13.4%, #426BFF 118.74%)"],
[style*="linear-gradient(210deg, #7E65FF 23.7%, #426BFF 108.16%)"] {
  background: linear-gradient(211deg, #006B4A 13.4%, #008062 118.74%) !important;
}

/* Additional purple-blue color overrides */
[style*="#8F79FF"],
[style*="#7E65FF"] {
  background-color: #008062 !important;
  color: #008062 !important;
}

/* Button color overrides - Specific selectors only */
.thm-btn,
.thm-btn-two,
.thm-btn-three,
.btn-primary,
.btn-blue,
.blue-btn {
  background: linear-gradient(211deg, #008062 13.4%, #006B4A 118.74%) !important;
  box-shadow: 0px 20px 24px -10px rgba(0, 128, 98, 0.3) !important;
  border-color: #008062 !important;
}

.thm-btn:hover,
.thm-btn-two:hover,
.thm-btn-three:hover,
.btn-primary:hover,
.btn-blue:hover,
.blue-btn:hover {
  background: linear-gradient(211deg, #006B4A 13.4%, #008062 118.74%) !important;
  box-shadow: 0px 20px 24px -10px rgba(0, 128, 98, 0.4) !important;
  border-color: #006B4A !important;
}

/* Specific button classes - Only target actual button elements */
button.thm-btn,
button.thm-btn-two,
button.thm-btn-three,
a.thm-btn,
a.thm-btn-two,
a.thm-btn-three,
.feature-one__btn,
.solutions-two__content-one-btn,
.pricing-one__btn,
.testimonial-one__btn,
.free-trail__btn,
.contact-one__btn,
.case-one__btn,
.career-page__btn,
.error-page__btn {
  background: linear-gradient(211deg, #008062 13.4%, #006B4A 118.74%) !important;
  box-shadow: 0px 20px 24px -10px rgba(0, 128, 98, 0.3) !important;
}

button.thm-btn:hover,
button.thm-btn-two:hover,
button.thm-btn-three:hover,
a.thm-btn:hover,
a.thm-btn-two:hover,
a.thm-btn-three:hover,
.feature-one__btn:hover,
.solutions-two__content-one-btn:hover,
.pricing-one__btn:hover,
.testimonial-one__btn:hover,
.free-trail__btn:hover,
.contact-one__btn:hover,
.case-one__btn:hover,
.career-page__btn:hover,
.error-page__btn:hover {
  background: linear-gradient(211deg, #006B4A 13.4%, #008062 118.74%) !important;
  box-shadow: 0px 20px 24px -10px rgba(0, 128, 98, 0.4) !important;
}

/* Link color overrides */
a[style*="#426BFF"],
a[style*="rgb(66, 107, 255)"],
a[style*="rgba(66, 107, 255"] {
  color: #008062 !important;
}

/* Text color overrides */
[style*="color: #426BFF"],
[style*="color: rgb(66, 107, 255)"],
[style*="color: rgba(66, 107, 255"] {
  color: #008062 !important;
}

/* Background color overrides */
[style*="background-color: #426BFF"],
[style*="background-color: rgb(66, 107, 255)"],
[style*="background-color: rgba(66, 107, 255"] {
  background-color: #008062 !important;
}

/* Border color overrides */
[style*="border-color: #426BFF"],
[style*="border-color: rgb(66, 107, 255)"],
[style*="border-color: rgba(66, 107, 255"] {
  border-color: #008062 !important;
}

/* Focus state overrides */
input:focus,
textarea:focus,
select:focus {
  border-color: #008062 !important;
  box-shadow: 0 0 0 2px rgba(0, 128, 98, 0.2) !important;
}

/* Hover state overrides */
a:hover[style*="#426BFF"],
a:hover[style*="rgb(66, 107, 255)"],
a:hover[style*="rgba(66, 107, 255"] {
  color: #006B4A !important;
}

/* Focus state overrides */
input:focus,
textarea:focus,
select:focus {
  border-color: #008062 !important;
  box-shadow: 0 0 0 2px rgba(0, 128, 98, 0.2) !important;
}

/* Active state overrides */
.active[style*="#426BFF"],
.active[style*="rgb(66, 107, 255)"],
.active[style*="rgba(66, 107, 255"] {
  background-color: #008062 !important;
  color: #ffffff !important;
}

/* Logo Styling - Square and Circular */
.logo-square {
  border-radius: 50% !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
  transition: all 0.3s ease !important;
  display: block !important;
}

.logo-square:hover {
  transform: scale(1.05) !important;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15) !important;
}

/* Header Logo Specific Styling */
.main-header-one__logo-box .logo-square {
  width: 50px !important;
  height: 50px !important;
}

/* Footer Logo Specific Styling */
.footer-widget__logo .logo-square {
  width: 50px !important;
  height: 50px !important;
}

/* Mobile Menu Logo Specific Styling */
.nav-logo .logo-square {
  width: 50px !important;
  height: 50px !important;
}

/* Solutions One Grid Layout */
.solutions-one__grid {
  margin-top: 50px;
}

.solutions-one__grid .row {
  margin: 0 -15px;
}

.solutions-one__grid .col-lg-3,
.solutions-one__grid .col-md-6,
.solutions-one__grid .col-sm-6 {
  padding: 0 15px;
  margin-bottom: 40px;
}

.solutions-one__single {
  background-color: var(--thm-main-bg, #f8f9fa);
  border: 1px solid var(--thm-bdr-color, #e9ecef);
  border-radius: 16px;
  padding: 48px 30px 42px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease;
  height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.solutions-one__single:hover {
  border: 1px solid #ACDA49;
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.solutions-one__icon {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.solutions-one__icon img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.solutions-one__title {
  margin-bottom: 19px;
  font-size: 18px;
  font-weight: 600;
  color: var(--thm-white, #333);
  text-align: center;
}

.solutions-one__title a {
  color: var(--thm-white, #333);
  text-decoration: none;
  transition: color 0.5s ease;
}

.solutions-one__title a:hover {
  color: var(--thm-base, #008062);
}

.solutions-one__text {
  font-size: 14px;
  line-height: 22px;
  color: #ADA7CD;
  text-align: center;
  margin: 0 0 46px 0;
  flex-grow: 1;
  display: flex;
  align-items: center;
}

.solutions-one__btn {
  position: relative;
  display: inline-block;
  color: #ADA7CD;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.5s ease;
}

.solutions-one__btn i {
  position: relative;
  display: inline-block;
  font-size: 12px;
  padding-left: 20px;
  transform: rotate(-45deg);
  top: 6px;
}

.solutions-one__btn:hover {
  color: var(--thm-base, #008062);
}

/* Login Page Styling */
.login-page {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 150px;
  min-height: 100vh;
  background-color: var(--thm-main-bg, #f8f9fa);
}

.login-page__shape-1 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.login-page__shape-2 {
  position: fixed;
  top: 275px;
  left: 300px;
  width: 1363.998px;
  height: 316.414px;
  transform: rotate(6.965deg);
  background: linear-gradient(250deg, #00C2FF 14.67%, #5D5298 38.22%, #FF1B6D 60.95%, #9D90D8 82.95%);
  filter: blur(182px);
  z-index: -1;
}

.login-page .container {
  max-width: 720px;
}

.login-page__inner {
  position: relative;
  display: block;
  background-color: var(--thm-white, #ffffff);
  border-radius: 24px;
  padding: 85px 95px 65px;
  backdrop-filter: blur(2px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.login-page__close-icon {
  position: absolute;
  top: 25px;
  right: 25px;
}

.login-page__close-icon a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #C3D1E3;
  border-radius: var(--thm-border-radius, 8px);
  height: 48px;
  width: 48px;
  color: var(--thm-gray, #666);
  text-decoration: none;
  transition: all 0.3s ease;
}

.login-page__close-icon a:hover {
  background-color: var(--thm-base, #008062);
  color: var(--thm-white, #ffffff);
  border: 1px solid var(--thm-base, #008062);
}

.login-page__top {
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 52px;
}

.login-page__logo {
  position: relative;
  display: block;
  margin-bottom: 25px;
}

.login-page__sign-option-box {
  position: relative;
  display: block;
}

.login-page__sign-option {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--thm-white, #ffffff);
  border: 1px solid #C3D1E3;
  border-radius: var(--thm-border-radius, 8px);
  padding: 16px 24px;
  margin-bottom: 16px;
  color: var(--thm-gray, #666);
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.login-page__sign-option:hover {
  background-color: var(--thm-base, #008062);
  color: var(--thm-white, #ffffff);
  border: 1px solid var(--thm-base, #008062);
}

.login-page__sign-option img {
  margin-right: 12px;
}

.sign-in-email {
  color: var(--thm-gray, #666);
  font-size: 14px;
  text-decoration: none;
  margin-top: 20px;
  display: block;
}

.register-one__form {
  margin-bottom: 30px;
}

.register-one__form__email,
.register-one__form__password {
  position: relative;
  margin-bottom: 20px;
}

.register-one__form__email input,
.register-one__form__password input {
  width: 100%;
  background-color: var(--thm-white, #ffffff);
  border: 1px solid #C3D1E3;
  border-radius: var(--thm-border-radius, 8px);
  padding: 16px 18px 16px 45px;
  font-size: 16px;
  color: var(--thm-gray, #666);
  transition: all 0.3s ease;
}

.register-one__form__email input:focus,
.register-one__form__password input:focus {
  border-color: var(--thm-base, #008062);
  outline: none;
}

.register-one__form__email i,
.register-one__form__password i {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--thm-gray, #666);
  font-size: 16px;
}

.register-one__form__forgot {
  text-align: right;
  margin-bottom: 30px;
}

.register-one__form__forgot a {
  color: var(--thm-base, #008062);
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
}

.register-one__form__forgot a:hover {
  color: var(--thm-gray, #666);
}

.register-one__btn {
  width: 100%;
  background-color: var(--thm-base, #008062);
  color: var(--thm-white, #ffffff);
  border: none;
  border-radius: var(--thm-border-radius, 8px);
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.register-one__btn:hover {
  background-color: var(--thm-gray, #666);
  transform: translateY(-2px);
}

.register-one__tagline {
  color: var(--thm-gray, #666);
  font-size: 14px;
  margin: 0;
}

.register-one__tagline a {
  color: var(--thm-base, #008062);
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

.register-one__tagline a:hover {
  color: var(--thm-gray, #666);
}

/* Responsive Design for Login Page */
@media (max-width: 768px) {
  .login-page__inner {
    padding: 60px 40px 40px;
    margin: 20px;
  }
  
  .login-page__sign-option {
    padding: 14px 20px;
    font-size: 14px;
  }
  
  .register-one__form__email input,
  .register-one__form__password input {
    padding: 14px 18px 14px 45px;
  }
  
  .register-one__btn {
    padding: 14px 20px;
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .login-page__inner {
    padding: 40px 20px 30px;
    margin: 10px;
  }
  
  .login-page__close-icon {
    top: 15px;
    right: 15px;
  }
  
  .login-page__close-icon a {
    height: 40px;
    width: 40px;
  }
  
  .login-page__top {
    margin-bottom: 40px;
  }
  
  .login-page__logo {
    margin-bottom: 20px;
  }
}

/* Responsive Design for Solutions One Grid */
@media (max-width: 768px) {
  .solutions-one__grid .col-lg-3,
  .solutions-one__grid .col-md-6,
  .solutions-one__grid .col-sm-6 {
    margin-bottom: 30px;
  }
  
  .solutions-one__single {
    height: 250px;
    padding: 30px 20px;
  }
  
  .solutions-one__title {
    font-size: 18px;
  }
  
  .solutions-one__text {
    font-size: 13px;
  }
}

@media (max-width: 576px) {
  .solutions-one__grid .col-lg-3,
  .solutions-one__grid .col-md-6,
  .solutions-one__grid .col-sm-6 {
    margin-bottom: 25px;
  }
  
  .solutions-one__single {
    height: 220px;
    padding: 25px 15px;
  }
  
  .solutions-one__icon img {
    width: 50px;
    height: 50px;
  }
  
  .solutions-one__title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  
  .solutions-one__text {
    font-size: 12px;
  }
}


.solutions-one__carousel .solutions-one__single {
  background: #ffffff;
  border-radius: 12px;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 280px;
}

.solutions-one__carousel .solutions-one__single:hover {
  transform: translateY(-10px);
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.15);
}

.solutions-one__carousel .solutions-one__icon {
  margin-bottom: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.solutions-one__carousel .solutions-one__icon img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.solutions-one__carousel .solutions-one__title {
  margin-bottom: 15px;
}

.solutions-one__carousel .solutions-one__title a {
  color: #1a1a1a;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;
}

.solutions-one__carousel .solutions-one__title a:hover {
  color: #008062;
}

.solutions-one__carousel .solutions-one__text {
  color: #666;
  font-size: 14px;
  line-height: 24px;
  margin: 0;
}

/* Owl Carousel Navigation */
.solutions-one__carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  z-index: 10;
}

.solutions-one__carousel .owl-nav button {
  position: absolute;
  width: 50px;
  height: 50px;
  background: #008062;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  font-size: 18px;
  transition: all 0.3s ease;
}

.solutions-one__carousel .owl-nav button:hover {
  background: #006B4A;
  transform: scale(1.1);
}

.solutions-one__carousel .owl-nav .owl-prev {
  left: -25px;
}

.solutions-one__carousel .owl-nav .owl-next {
  right: -25px;
}

/* Owl Carousel Dots */
.solutions-one__carousel .owl-dots {
  text-align: center;
  margin-top: 40px;
}

.solutions-one__carousel .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  background: #ddd;
  border-radius: 50%;
  margin: 0 5px;
  transition: all 0.3s ease;
}

.solutions-one__carousel .owl-dots .owl-dot.active {
  background: #008062;
  transform: scale(1.2);
}

/* Responsive Design */
@media (max-width: 768px) {
  .faq-one {
    padding: 60px 0;
  }
  
  .accrodion-title {
    padding: 20px;
  }
  
  .accrodion-content {
    padding: 0 20px;
  }
  
  .accrodion.active .accrodion-content {
    padding: 15px 20px;
  }
  
  .main-footer__top {
    padding: 60px 0 40px;
  }
  
  .footer-widget__newsletter-input-box {
    flex-direction: column;
    gap: 10px;
  }
  
  .footer-widget__newsletter-btn {
    position: static;
    transform: none;
    width: 100%;
    height: 45px;
  }
  
  /* Mobile carousel adjustments */
  .solutions-one__carousel .col-md-4 {
    padding: 0 10px;
  }
  
  .solutions-one__carousel .solutions-one__single {
    padding: 30px 20px;
    min-height: 250px;
  }
  
  .solutions-one__carousel .owl-nav button {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
  
  .solutions-one__carousel .owl-nav .owl-prev {
    left: -20px;
  }
  
  .solutions-one__carousel .owl-nav .owl-next {
    right: -20px;
  }
}

/* Utility Classes */
.hidden {
  display: none !important;
}
