/*
    Theme Name: MOVE WITH DIGITAL
    Author:  MOVE WITH DIGITAL
    Author URL: https://movewith.digital/
    Description: ---- 2025.
    Document   : Framework
    Created on :  JAN 18 2025, 7.00 PM
*/

html {
  scroll-behavior: smooth;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

body {
  animation: fadeIn ease 1s;
  -webkit-animation: fadeIn ease 1s;
  -moz-animation: fadeIn ease 1s;
  -o-animation: fadeIn ease 1s;
  -ms-animation: fadeIn ease 1s;
}


*,
*::before,
*::after {
  box-sizing: inherit;
}

@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body {
  font-size: 100%;
  color: var(--textcolor);
  background: var(--maincolor);
  font-family: var(--font-one);
  margin: 0px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-text-size-adjust: none;
  font-weight: 300;

}


::placeholder {
  color:  #fff;
  font-family: var(--font-one);
font-weight: 400;
    font-size: 14px;
    opacity: 0.6;
}

.clear {
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  margin: 0;
  padding: 0;
}

:focus {
  outline: 0;
}

a,
a:link,
a:visited {
  outline: none;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  color: #fff;
    font-family: var(--font-one);
}

img {
  border: none;
  max-width: 100%;
}

ul,
li {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  line-height: 1.2;
  font-family: var(--font-one);
}

p {
  margin: 0;
  line-height: 1.5;
  font-size: 1em;
  color: var(--btn-bg-color);
  font-weight: 400;
  font-family: var(--font-one);
  
}

h1 {
  margin: 0;
  padding: 0;
  color: var(--brand-color);
  line-height: 1.2;
  font-size: 2.75em;
  font-weight: 600;
  font-family: var(--font-one);
   
}

h2 {
  margin: 0;
  padding: 0;
  color: var(--textcolor);
  font-size: 2em;
  line-height: 1.2;
  font-weight: 700;
  font-family: var(--font-one);
}

h3 {
 margin: 0;
  padding: 0;
  color: var(--textcolor);
  font-size: 9em;
  line-height: 1.2;
  font-weight: 600;
  font-family: var(--font-one);
}
h4 {
  margin: 0;
  padding: 0;
  color: var(--btn-bg-color);
  line-height: 1.1;
  font-size: 1.5em;
  font-weight: 600;
  font-family: var(--font-one);
}
h5 {
 margin: 0;
  padding: 0;
  color: var(--textcolor);
  font-size: 2.6em;
  line-height: 1.2;
  font-weight: 600;
  font-family: var(--font-one);
}

h6 {
  margin: 0;
  padding: 0;
  color: var(--maincolor);
  line-height: 1.1;
  font-size: 3.5em;
  font-weight: 600;
  font-family: var(--font-one);
}

.outer:before,
.outer:after,
.container:after,
.container:before,
.container-full:after,
.container-full:before,
.slider-area:after,
.slider-area:before {
  content: " ";
  display: table;
}

.outer:after,
.container:after,
.container-full:after,
.slider-area:after {
  clear: both;
}

.outer {
  width: 100%;
  padding: 0 0;
  margin: 0 auto;
   background-color: #ffffff;
    overflow-x: hidden;
}

:root {
  --font-one: "Montserrat", serif;
  --text-color: #000000;
  --main-color: #ffffff;
  --bg-two: #E2F3EA;
  --btn-bg-color: #333333;
  --brand-color: #faaf18;
  --btnradius: 4px;
  
}
#scroll-container  {
     position: relative;
}
.container {
  margin: 0 auto;
  width: 90%;
  max-width: 1275px;
}
.small-container {
  margin: 0 auto;
  width: 90%;
  max-width: 1000px;
}

.flex {
  display: flex;
}
a.btn {
    padding: 15px 25px;
    border-radius: var(--btnradius);
    background-color: var(--btn-bg-color);
    color: var(--main-color)!important;
    display: inline-block;
    font-weight: 600;
}
.menu li a.btn::after {
    display: none;
}
 .top-header {
     background: linear-gradient(90deg, #fff 50%, #faaf18  50%);  
    width: 100%;

    }
ul.green-area  {
     display: flex;
    align-items: center;
    justify-content: flex-end;
    background-color: var(--brand-color);
    color: white;
    padding: 10px 20px;
    width: 50%;
    position: relative;
}

   ul.green-area::before {
      content: '';
      position: absolute;
      left: -3px;
      top: 0;
      bottom: 0;
      width: 50px;
      background-color: white;
      clip-path: polygon(0 0, 62% 0, 0 100%);
        
    }

    .contact-info {
      display: flex;
    align-items: center;
    gap: 20px;
    max-width: 1275px;
    margin: 0 auto;
    width: 90%;
    justify-content: flex-end;
    }

    .contact-info span {
      display: flex;
      align-items: center;
      gap: 5px;
        
    }

    
.contact-info ul {
    display: flex;
    gap: 50px;
}
.contact-info ul li a {
    font-size: 1em;
    font-weight: 600;
}
.about-us {
    text-align: center;
    padding: 100px 0;
    width: 100%;
}


.content-block h2 span {
    color: var(--brand-color);
}
.content-block p {
    padding: 20px 0 0 0;
    max-width: 850px;
    margin: 0 auto;
}
.features {
   display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    margin: 250px 0 70px 0;
}
.key-feature .manage-properties {
    padding: 100px 0 50px 0;
    background-color: transparent;
    text-align: left;
} 
.key-feature {
    text-align: center;
    padding: 20px 0 0 0;
}
.why-choose-key {
    box-shadow: inset 0px -180px 0 #ffffff;
}
.feature {
    text-align: center;
    width: 30%;
}

.icon-wrapper {
    width: 60px;
    height: 60px;
    margin: 0 auto 15px;
    border: 2px solid #68b347;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.feature:hover .icon-wrapper  {
    transform: scale(1.2);
    background-color: #fff;
}

.icon-check::before,
.icon-lightbulb::before,
.icon-thumbs-up::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
}

.icon-check::before {
    background-image: url('check-icon.png'); /* Add the path to your check icon */
}

.icon-lightbulb::before {
    background-image: url('lightbulb-icon.png'); /* Add the path to your lightbulb icon */
}

.icon-thumbs-up::before {
    background-image: url('thumbs-up-icon.png'); /* Add the path to your thumbs-up icon */
}

.learn-more {
    padding: 10px 20px;
    font-size: 1rem;
    color: #fff;
    background-color: #333;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.learn-more:hover {
    background-color: #68b347;
    transform: translateY(-3px);
}

@media (max-width: 768px) {
    .features {
        flex-direction: column;
        gap: 20px;
    }
}
.dashboard {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
}
.position-one {
    position: absolute;
    transform: translate(-35px, -145px);
}
.position-two {
    position: absolute;
    transform: translate(15px, -350px);
}
.background-image {
    width: 100%;
    display: block;

}

/* Circular Icons */
.dashboard .icon {
    position: absolute;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.icon img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}



/* Icon Positions */
/* Initial Hidden State */
.icon {
    opacity: 0;
    transform: translateY(20px); /* Default transition for fade/slide effects */
    transition: opacity 0.6s ease, transform 0.6s ease;
}

/* Animation States */
.icon.slide-in-left {
    transform: translateX(-50px);
    opacity: 1;
}

.icon.slide-in-right {
    transform: translateX(50px);
    opacity: 1;
}

.icon.slide-in-up {
    transform: translateY(50px);
    opacity: 1;
}

.icon.slide-in-down {
    transform: translateY(-50px);
    opacity: 1;
}

.icon.fade-in {
    transform: translateY(0);
    opacity: 1;
}

.icon.zoom-in {
    transform: scale(1.2);
    opacity: 1;
}

@media (max-width: 768px) {
    .icon {
        width: 50px;
        height: 50px;
    }

    .icon img {
        width: 30px;
        height: 30px;
    }
}
.banner {
    width: 100%;
    position: relative;
    margin: 118px 0 0 0;
    background-color: #E2F3EA;
    padding: 100px 0;
}
.manage-properties .left .content-block {
    margin: 0 0;
}
.left {
    width: 50%;
}
.right {
    width: 50%;
}
.banner p {
    font-size: 1.25em;
    padding: 25px 0;
    max-width: 500px;
    font-weight: 400;
}
.gap-50 {
    gap: 50px;
}
.highlight-box {
  display: inline-block;
  background: rgb(130,193,63);
background: linear-gradient(93deg, rgba(130,193,63,0.21052170868347342) 0%, rgba(130,193,63,0) 100%);
  color: var(--brand-color);
  font-size: 1.25em; 
  font-weight: 600;
  padding: 10px 15px; 
  text-align: center;
    margin: 0 0 20px 0;
}
.position-three {
    position: absolute;
    transform: translate(342px, -340px);
}

.position-four {
    transform: translate(516px, -335px);
    position: absolute;
}

.position-five {
  transform: translate(162px, -35px);
    position: absolute;
}

.position-six {
    position: absolute;
    transform: translate(520px, -50px);
}

.position-seven {
    transform: translate(550px, -120px);
    position: absolute;
}
.feature strong {
    font-size: 1.25em;
    font-weight: 600;
}
.manage-properties p {
    max-width: 600px;
    margin: 0 0;
}
.features {
    position: relative;
}
.features::before {
     content: '';
    border-top: 2px dashed #82C13F45;
    height: 100%;
    width: 100%;
    top: -50%;
    left: 172px;
    transform: translateY(-50%);
    display: block;
    position: absolute;
    width: 66%;
}
/*
.features::after {
     content: '';
    border-left: 2px dashed #82C13F45;
    height: 100%;
    left: 0%;
    top: -119px;
    transform: translateX(-0%);
    display: block;
    position: absolute;
    width: 100%;
}
*/
.feature {
    position: relative;
}
.feature::after {
    content: '';
    border-left: 2px dashed #82C13F45;
    height: 100%;
    left: 50%;
    top: -119px;
    transform: translateX(-0%);
    display: block;
    position: absolute;
    width: 100%;
}
.manage-properties {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 100px 0;
  background-color: #f9f9f9;
}

.content {
  max-width: 600px;
}



.content p {
  font-size: 1rem;
  color: #555;
  margin-bottom: 20px;
}

.content ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}

.content ul li {
  font-size: 1rem;
  color: #333;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.content ul li .icon {
  color: #27ae60;
  font-size: 1.2rem;
  margin-right: 10px;
}

.explore-btn {
  background-color: #000;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1rem;
}

.explore-btn:hover {
  background-color: #333;
}

.image-container {
  
  max-width: 100%;
}

.image-container img {
 width: 100%;
    height: auto;
    border-radius: 10px;
    object-fit: cover;
}
.manage-properties ul li {
    font-size: 1em;
    font-weight: 600;
    color: var(--btn-bg-color);
    margin: 10px 0 0 0;
    display: flex;
    align-items: center;
    gap: 10px;
}
.manage-properties ul {
    margin: 20px 0;
}
.manage-properties .flex {
    align-items: center;
}
.why-choose-sec {
display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
     padding: 30px 0 0 0;
    gap: 2px;
}

.card {
  background-color: #E0FFFF; 
  padding: 60px;
  text-align: center;
  width: 24%;
  box-shadow: 0 0 5px 2px rgb(50 170 104 / 13%);
      -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     -ms-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.card img {
  display: block;
    margin: 0 auto;
}
.card strong {
  font-size: 1.12em;
    padding: 30px 0 0 0;
    display: block;
    line-height: 1.4;
}
.cta {
  background-color: var(--bg-two);
    border: 1px solid var(--brand-color);
  padding: 30px;
  text-align: center;
  border-radius: 12px;
}



.why-choose {
    width: 100%;
    text-align: center;
    background-color: var(--bg-two);
    padding: 100px 0 0 0;
}
.why-choose-key .card {
    background-color: var(--main-color);
}
/*
.why-choose-key {
    box-shadow: inset 1px -210px 0 #f9f9f9;
}
*/
.img-wrap {
    width: 80px;
    height: 80px;
    background: rgb(130,193,63);
background: linear-gradient(93deg, rgba(130,193,63,0.09287464985994398) 0%, rgba(130,193,63,0.09287464985994398) 100%);
    border-radius: 100%;
    padding: 20px;
    margin: 0 auto;
      -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     -ms-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}
.request {
    width: 100%;
    margin: 80px 0;
}
.request .cta p {
    max-width: 800px;
    margin: 0 auto;
    padding: 30px 0;
}
.client {
    width: 100%;
    padding: 100px 0;
}
.client .left {
    width: 35%;
   
}
.client .flex {
    gap: 100px;
}
.client .right {
    width: 65%;
}
.client .right .carousel {
    width: 100%;
}
.client .right .carousel-cell {
   width: 48%;
    text-align: center;
    border: 1px solid var(--brand-color);
    border-radius: 8px;
    padding: 0 25px 40px 25px;
    margin: 0 1%;
}
.client .right .carousel-cell strong {
    display: block;
    font-size: 1em;
    font-weight: 600;
    padding: 30px 0 10px 0;
}
.quotes {
    transform: translateY(-63px);
}
.footer {
  background-color: #192225;
  color: #ffffff;
  padding: 100px 0;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-left {
   width: 50%;
    border-right: 1px solid #464646;
    margin: 0 100px 0 0;
}

.footer-right {
    width: 50%;
}
.footer-left .logo-section {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.footer-left .logo {
 width: 100%;
    max-width: 180px;
    margin: 0 auto;
}
.left-ft-wrap {
    text-align: center;
    padding: 50px 0;
}
.footer-left .footer-links {
  list-style: none;
  margin: 20px 0;
}

.footer-left .footer-links li {
  display: inline-block;
  margin-right: 17px;
    position: relative;
}

.footer-left .footer-links a {
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
    font-weight: 400;
}
.contact-info-ft {
  padding: 30px 0 0 0;
  display: flex;
    justify-content: center;
    gap: 25px;
}
.contact-info-ft .flex {
    display: flex;
    align-items: center;
    gap: 10px;
}
.footer-left .footer-links a:hover {
  text-decoration: underline;
}

.footer-left .contact-info {
  font-size: 14px;
  margin: 20px 0;
}
.footer-copyright {
    font-size: 1em;
    color: #fff;
    font-weight: 400;
    padding: 50px 0 0 0;
}
.footer-left .contact-info p {
  margin: 5px 0;
}
.contact-info-ft a {
    font-weight: 600;
    font-size: 16px;
}
.footer-right h3 {
  margin-bottom: 20px;
  font-size: 18px;
}

.contact-form .form-row {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}

.contact-form input,
.contact-form textarea {
 width: 100%;
    padding: 15px;
    border: 0;
    border-radius: 4px;
    background-color: #373f41;
    color: #fff;
    font-weight: 600;
}

.contact-form .btn-submit {
  background-color: #64c832;
  color: #ffffff;
  border: none;
  padding: 10px 15px;
  border-radius: 4px;
  cursor: pointer;
}

.contact-form .btn-submit:hover {
  background-color: #57ae2a;
}
.contact-info a {
    color: #FFFFFF;
    font-weight: 600px;
    font-size: 1.1em;
}
/* Override Flickity default button styles */
.client .flickity-button {
  background: transparent;
    border: 1px solid #192225;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    outline: none;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.client .flickity-button:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

/* Add hover effect */
.client .flickity-button:hover {
  background: #000; /* Black background */
  border-color: #000; /* Match border color */
}

.client .flickity-button-icon {
  fill: #000; /* Default arrow color */
  transition: fill 0.3s ease;
}

.client .flickity-button:hover .flickity-button-icon {
  fill: #fff; /* Change arrow color on hover */
}
.footer-left .footer-links li::after {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 100%;
    right: -13px;
    top: 10px;
}

/* Positioning the buttons */
.client .flickity-button.previous {
    left: -65%;
     bottom: 0; 
    top: 70%;
}

.client .flickity-button.next {
  right: 0;
    left: -60%;
    bottom: 0;
    top: 70%;
}
input[type="submit"] {
    background-color: #82C13F;
    color: #fff;
    font-family: var(--font-one);
    border-radius: 4px;
    border: 0;
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0 0 0;
}
/* Breadcrumbs Styling */
.breadcrumbs ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
    justify-content: center;
}

.breadcrumbs li {
  margin: 0;
  font-size: 16px;
}

.breadcrumbs li + li::before {
  content: "/";
  margin: 0 8px;
  color: #555;
}

.breadcrumbs a {
  text-decoration: none;
  color: #333;
    font-size: 14px;
    font-weight: 400;
  transition: color 0.3s ease;
    opacity: 0.7;
}
.content-block {
    width: 90%;
    margin: 0 auto;
    max-width: 750px;
}
.logo img {
    max-width: 150px;
}
.breadcrumbs a.active {
    font-weight: 600;
}
.breadcrumbs a:hover {
  color: #000;
}
.inner .banner h1  {
    margin: 0;
    padding: 0;
    color: var(--textcolor);
    font-size: 2.75em;
    line-height: 1.2;
    font-weight: 600;
    font-family: var(--font-one);
}
.inner .banner h1 span {
    color: var(--brand-color);
}
.inner .banner-text {
    text-align: center;
}
nav.breadcrumbs {
    text-align: center;
}
.about-detail-tab ul {
    display: flex;
    gap: 0;
    margin: 20px 0;
}
.about-detail-tab ul li a {
    color: var(--brand-color);
    font-size: 1.5em;
    font-weight: 500;
}
.about-detail-tab ul li a.active {
     font-weight: 700;
}
.about-detail-tab ul li {
    border-right: 1px solid var(--brand-color);
    padding: 0 10px 0 0;
    margin: 0 10px 0 0
}
.about-detail-tab p {
    padding: 5px 0;
}
.detail-about {
    width: 100%;
    padding: 100px 0;
}
.about-detail-tab ul li:last-child {
     border-right: 0;
    padding: 0 0 0 0;
    margin: 0 0 0 0
}

.dashboard .icon {
    opacity: 1;
    transform: none;
}
.box {
  margin-bottom: 20px;
  position: relative;
    width: 100%;
    border: 1px solid var(--brand-color);
    text-align: center;
    padding: 50px;
     -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     -ms-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.box:hover .icon-container {
    transform: scale(1.2);
     -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     -ms-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}
.icon-container {
  width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--brand-color);
     -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     -ms-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}

.icon-container img {
  width: 30px;
}


.box:hover .text-container {
  opacity: 1;
}
.detail-about .right {
    width: 30%;
}
.detail-about .flex {
    justify-content: space-between;
}
.icon-wrap {
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
}
.icon-wrap strong {
    font-size: 1.25em;
    font-weight: 600;
}
.text-container {
    max-width: 180px;
    margin: 0 auto;
    padding: 20px 0 0 0;
}
.sectors-detail {
    padding: 0 0 10px 0;
}
.sectors-detail h4 {
    color: var(--brand-color);
  padding: 0 0 10px 0;
    font-size: 1.25em;
    font-weight: 700;
}
.sectors-sec {
    width: 100%;
    padding: 0 0 100px 0;
}
.sectors-sec h2 {
    padding: 0 0 10px 0;
}
.text-content {
    width: 100%;
    padding: 50px 0;
    text-align: center;
}
.key-feature-sec h4 span {
    color: var(--brand-color);
}
.set-key {
    padding: 0 25px;
}
.set-key p {
    padding: 10px 0 0 0;
}
.set-key ul li {
    position: relative;
}
.set-key ul li::after {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #82C13F;
    border-radius: 100%;
    left: 0;
   
}
.key-feature-sec .flex {
    padding: 0 0 50px 0;
}
.reverse {
    flex-direction: row-reverse;
   
}
.reverse .right {
    margin: 0 80px 0 0;
}
.key-feature-set {
    margin: 30px 0 0 0;
}
.no-bg {
    background-color: transparent;
}
.sectors .image-container img {
    border-radius: 8px;
    height: 100%;
    width: 100%;
}
.sectors .manage-properties ul {
    margin: 0 0 10px 0;
}
.sectors .manage-properties h4 {
    display: flex;  
    gap: 10px;
}
.resources span.highlight {
    display: block;
}
.resources .manage-properties p {
    padding: 20px 0 0 0;
}
    .accordion {
      max-width: 750px;
      margin: 50px auto 0 auto;
     
     
    }
.resources .faq span.highlight {
    display: inline-block;
    
}
.resources .faq h2 {
    text-align: center;
}
    .accordion-item {
     margin: 20px 0 0 0;
         box-shadow: 0 4px 6px rgba(0, 0, 0, 0.03);
    }

    .accordion-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px;
        border: 1px solid rgb(130 193 63 / 20%);
      background: rgb(130 193 63 / 20%);
      cursor: pointer;
        font-size: 1.25em;
        border-radius: 8px;
        color: #333;
      transition: background 0.3s;
    }

    .accordion-header:hover {
      background: #e2f2d7;
    }

    .accordion-header h3 {
      margin: 0;
      font-size: 16px;
      font-weight: 600;
    }

    .accordion-header.active {
     background: rgb(130 193 63 / 20%);
    }

    .accordion-header .arrow {
      transition: transform 0.3s;
    }

    .accordion-content {
      display: none;
      padding: 25px 200px 25px 20px;
    background: #fff;
    font-size: 1em;
        color: #333;
    line-height: 1.6;

    }

    .accordion-content.open {
      display: block;
    }

    .accordion-header.active .arrow {
      transform: rotate(180deg);
    }
.faq {
    width: 100%;
    padding: 0 0 100px 0;
}
.blog-list {
    display: flex;
    gap: 10px;
}
.blog-sec {
    border: 1px solid #E8E8EA;
    padding: 15px;
    width: 33.3%;
    border-radius: 12px;
}
.blog-sec h3  {
  font-size: 1.5em;
    padding: 20px 20px 20px 0;
}

.blog-sec img {
    width: 100%;
}
.resources .blog span.highlight {
    display: inline-block;
}
.blog .content-block {
    text-align: center;
    padding: 0 0 50px 0;
}
.blog-content {
    padding: 20px 0;
}
.blog-content span {
    background-color: #48F1382E;
    border-radius: 6px;
    padding: 5px;
     font-size: 0.9em;
    color: #003B33;
    font-weight: 500;
}
date {
    color: #97989F;
    font-size: 1em;
    font-weight: 400;
    font-family: "Work Sans", serif;
}
.blog {
    width: 100%;
    padding: 0 0 100px 0;
}
.blog .carousel {
  width: 100%;
}

.blog .carousel-cell {
  width: 100%;

}
/* Override Flickity default button styles */
.blog .flickity-button {
  background: transparent;
    border: 1px solid #192225;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    outline: none;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog .flickity-button:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

/* Add hover effect */
.blog .flickity-button:hover {
  background: #000; /* Black background */
  border-color: #000; /* Match border color */
}

.blog .flickity-button-icon {
  fill: #000; /* Default arrow color */
  transition: fill 0.3s ease;
}

.blog .flickity-button:hover .flickity-button-icon {
  fill: #fff; /* Change arrow color on hover */
}

/* Positioning the buttons */
.blog .flickity-button.previous {
   left: 0;
    bottom: -15%;
    top: inherit;
    right: -2%;
    margin: 0 auto;
}
 .quotes {
     transform: translateY(-20px);
    position: relative;
    z-index: 9999;
    }
.blog .flickity-button.next {
 right: 0;
    left: 8%;
    bottom: -15%;
    top: inherit;
    margin: 0 auto;
}
.contact-detail-block {
    width: 100%;
    padding: 100px 0;
}
.contact-detail-block .left {
    width: 40%;
    padding: 40px;
    background-color: #E2F3EA;
    border-radius: 12px;
    border: 1px solid rgb(130 193 63 / 36%);
}
.card:hover .img-wrap {
    transform: scale(1.2);
      -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     -ms-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}
.contact-detail-block .right {
    width: 60%;
}
.contact-detail-block .flex {
    gap: 40px;
}
.contact-detail-block h4 {
    font-weight: 700;
}
.contact-detail-block li a {
    display: flex;
    align-items: center;
    font-size: 1.25em;
    font-weight: 500;
    gap: 20px;
    color: #333;
}
.contact-detail-block li {
    margin: 30px 0;
}
.link-sec {
    width: 60%;
}
.contact-detail-block li span {
    width: 10%;
}
.contact-detail-block strong {
    display: block;
    color: var(--brand-color);
    font-weight: 600;
    font-size: 1.1em;
    padding: 0 0 10px 0;
}
.contact-detail-block b {
    font-weight: 600;
}

.contact-detail-block .right img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 12px;
    margin: 20px 0 0 0;
}
a.btn:hover {
    background-color: var(--brand-color);
}
textarea {
    resize: none;
}
.sectors-sec .flex {
    gap: 20px;
}
.footer-container {
    width: 90%;
}
.footer-left .footer-links li:last-child::after {
    display: none;
}
.detail-about .content-block {
    margin: 0 0;
    padding: 0 0 10px 0;
}
 /* Content is visible by default */
    .toggle-content {
      display: block; /* Initially visible */
      margin-top: 10px;
      padding: 10px;
      border: 1px solid #ddd;
      background-color: #f9f9f9;
    }

    /* Style for the link */
    a.toggle-link {
      color: #007bff;
      text-decoration: none;
      cursor: pointer;
    }

    a.toggle-link:hover {
      text-decoration: underline;
    }
.blog-detail {
    width: 100%;
    padding: 100px 0;
}
.blog-detail p {
    padding: 10px 0;
    
}
.blog-detail-sec img {
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
    margin: 10px 0;
}
.menu li a.active {
    color: var(--brand-color);
}
.blog-detail-sec h2 {
    max-width: 700px;
}
.blog-sec a h3 {
    color: #333333;
}
.blog-detail-sec li {
    list-style: disc;
}
.blog-detail-sec ul {
    margin: 0 0 0 20px;
}
.features:nth-child(2)::after {
    content: '';
    border-left: 2px dashed #82C13F45;
    height: 100%;
    left: 50%;
    top: -235px;
    transform: translateX(-0%);
    display: block;
    position: absolute;
    width: 77%;
}
.ref-section {
  width: 100% !important;
}
.pl-2{
  padding-left: 2% !important;
}