@font-face {
  font-family: 'Mabry Pro';
  src: local('Mabry Pro Medium'), local('Mabry-Pro-Medium'),
      url('../../fonts/MabryPro/MabryPro-Medium.woff2') format('woff2'),
      url('../../fonts/MabryPro/MabryPro-Medium.woff') format('woff'),
      url('../../fonts/MabryPro/MabryPro-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: medium;
}

@font-face {
  font-family: 'Mabry Pro';
  src: local('Mabry Pro Regular'), local('Mabry-Pro-Regular'),
      url('../../fonts/MabryPro/MabryPro-Regular.woff2') format('woff2'),
      url('../../fonts/MabryPro/MabryPro-Regular.woff') format('woff'),
      url('../../fonts/MabryPro/MabryPro-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

/* scrollbar css */

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: orange;
  border-radius: 3px;
}

/* For Firefox */
html {
  scrollbar-width: thin;
  scrollbar-color: orange transparent;
}

/* For Internet Explorer and Edge Legacy */
body {
  scrollbar-face-color: orange;
  scrollbar-track-color: transparent;
  scrollbar-width: thin;
}

/* Standard for future browsers (when fully supported) */
:root {
  color-scheme: light;
}





:root {
  --sec-bg: #262420;
  --bg-light-clr: #f6f6f8;
  --border-color: #eaeaea;
  --trans-color: transparent;
  --bg-ext: rgba(255, 255, 255, 0.05);
  --dark-overlay-color: rgba(0, 0, 0, 0.05);
  --light-color: #ffffff;
  --drk-txt-color: #000000;
  --default-text-color: #797979;
  --head-font-semibold: 600;
  --head-font-bold: 700;
  --border-radius-0: 0px;
  --border-radius-30: 30px;
  --trans-dft: all 0.3s;
}
*,
::after,
::before {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}
@-ms-viewport {
  width: device-width;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: "Mabry Pro" !important;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: "Mabry Pro" !important;
}

span,li,a{
  font-family: "Mabry Pro" !important;
  transition: all 0.3s ease-in-out;
}

a:hover{
  text-decoration: none !important;
  color: rgb(221, 113, 9) !important;
}



abbr[data-original-title],
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}
address {
  font-style: normal;
  line-height: inherit;
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

.cea-button-link{
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}
a:not([href]):not([tabindex]) {
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
  height: auto;
  max-width: 100%;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}
.h1,
h1 {
  font-size: 2.5rem;
}
.h2,
h2 {
  font-size: 2rem;
}
.h3,
h3 {
  font-size: 1.75rem;
}
.h4,
h4 {
  font-size: 1.5rem;
}
.h5,
h5 {
  font-size: 1.25rem;
}
.h6,
h6 {
  font-size: 1rem;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.small,
small {
  font-size: 80%;
  font-weight: 400;
}
.mark,
mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "\2014 \00A0";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.page-loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  z-index: 99999;
  background-color: var(--light-color);
}
.seoinux-content-wrap{
  max-width: 100%;
  padding: 0;
  margin: 0;
}
.mobile-menu-active
  .zhf-nav-menu
  li.menu-item.menu-item-has-children.menu-item-has-mega-children
  > ul.sub-menu.mega-menu {
  display: block;
  padding: 0;
}
.mobile-menu-active .zhf-nav-menu .sub-menu li:first-child {
  padding-top: 0;
}
.mobile-menu-active
  .zhf-nav-menu
  li.menu-item.menu-item-has-children.menu-item-has-mega-children
  > ul.sub-menu.mega-menu
  li.mega-menu-col {
  width: 100%;
  max-width: 100%;
}
.mobile-menu-active
  ul.zhf-nav-menu
  > li.menu-item-has-children:not(.menu-item-has-mega-children)
  > .sub-menu {
  box-shadow: none;
}
.mobile-menu-active .sub-menu .dropdown-icon:after {
  content: "\e64b" !important;
}
.mobile-menu-active
  ul.zhf-nav-menu
  > li.menu-item-has-children:not(.menu-item-has-mega-children)
  > .sub-menu
  > li
  > ul.sub-menu {
  position: relative;
  left: auto;
  box-shadow: none;
}

body .seoinux-content-wrap{
  padding-left: 0 !important;
  padding-right: 0 !important;
  max-width: 100%;
}
.back-to-top {
  display: none;
  background: var(--e-global-color-primary);
  color: var(--light-color) !important;
  position: fixed;
  right: 50px;
  bottom: 40px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  font-size: 24px;
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  -ms-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  z-index: 9;

  display: none !important;
}
.back-to-top:hover {
  color: var(--light-color) !important;
}
.back-to-top:focus {
  color: var(--light-color);
}
.back-to-top:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: var(--e-global-color-primary);
  border-radius: 50%;
  opacity: 0;
  z-index: -2;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  animation-name: shadow-blink;
  -webkit-animation-name: shadow-blink;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
#hero-section .cea-button{
  border: 1px solid rgb(221, 113, 9);
}
#hero-section .cea-button:hover{
  background: transparent !important;
  border: 1px solid white !important;
}

.cea-button:hover{
  background-color: black !important;
}
@-webkit-keyframes shadow-blink {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1.7);
    -webkit-transform: scale(1.7);
    -ms-transform: scale(1.7);
    -o-transform: scale(1.7);
  }
}
@keyframes shadow-blink {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1.7);
    -webkit-transform: scale(1.7);
    -ms-transform: scale(1.7);
    -o-transform: scale(1.7);
  }
}

li{
  list-style: none !important;
}
@media only screen and (min-width: 1920px) {
  #hero-section h1{
    font-size: 4.25rem;
  }
  #hero-section p, #hero-section span{
    font-size: 1.4rem;
  }
  .personimg{
    position: absolute ;
  bottom: 0px;
  top: unset ;

  height: 73vh ;
  z-index: 995;
  
  }
  .seo-progress-wrapper{
    bottom: 10vh;
  
  
  }
}
@media only screen and (max-width: 1920px) {
  .seo-progress-wrapper{
    bottom: 5vh;
  
  
  }
  .personimg{
    position: absolute ;
  bottom: 0px;
  top: unset ;
  height: 83vh ;
  z-index: 995;
  right: 19%;
  
  }
 
  #hero-section h1{
    font-size: 4.25rem;
  }
  #hero-section p, #hero-section span{
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 1680px){
  .circuler-img-wrapper{
    scale: 2 !important;
  }
  .personimg{
    right: 17%;
  }
}
@media only screen and (max-width: 1600px) {
 
}
@media only screen and (max-width: 1400px) {
  .circuler-img-wrapper{
    scale: 1.9 !important;
  }
   .personimg{
    right: 17%;
  }
}
@media only screen and (max-width: 1366px) {
  #hero-section h1 {
    font-size: 4rem;
  }

}
@media only screen and (max-width: 1280px) {
  #hero-section h1 {
    font-size: 3.5rem;
  }
   .personimg{
    right: 13%;
  }
  
  .circuler-img-wrapper {
    right: 140px !important;
    scale: 2 !important;
  }
}
@media only screen and (max-width: 1200px) {
  .cus-tm-wrap .testimonial-wrapper.testimonial-style-default::before {
    position: absolute;
    content: "";
    top: 0;
    right: -419px;
    height: calc(100% - 0px);
    width: 1000px;
    background: linear-gradient(268deg, #f6f4f1 28%, rgb(246 244 241 / 93%) 100%);
    z-index: 9;
    display: none !important;
  }
  
  .owl-carousel .owl-nav{
    justify-content: end !important;

  }
  .circuler-img-wrapper {
    scale: 2 !important;
  }
}
@media only screen and (max-width:1100px){
  .owl-carousel .owl-nav{

    right: 535px !important;
    bottom: 2px !important;
  }
}
@media only screen and (max-width:1024px){
  
  .seo-progress-wrapper{
    bottom: 2vh;
    scale: 0.8;
  
  
  }
  .owl-carousel .owl-nav{
    justify-content: center !important;
    right: 0 !important;
  }
  .circuler-img-wrapper {
    scale: 1.5 !important;
  }
  
  #hero-section h1 {
    font-size: 3rem;
  }
  .seo-progress-wrapper .sound-design-img {
    top: -31px !important;
    left: -41px !important;
    height: 53px !important;
  }
  .seo-progress-wrapper .seo-progress-img {
    height: 120px !important;
  }
}
@media only screen and (max-width: 1100px) and (max-height: 500px) {
  .seo-progress-wrapper{
    display: none !important;
  }
}
@media only screen and (max-width: 1024px) and (max-height: 600px) {
  .circuler-img-wrapper {
    scale: 1.5 !important;
  }
  
  .zhf-menu-wrap
    .zhf-nav-menu
    li.menu-item.menu-item-has-children.menu-item-has-mega-children {
    position: relative;
  }
  section.float-parallax-started .float-parallax {
    display: none;
  }
 
}

@media only screen and (max-width:1024px){
  #hero-section{
    min-height: 600px !important;
  }
  .personimg {
    height: 83%;
  }
}

@media only screen and (max-width: 991px) {
  .circuler-img-wrapper {
    right: 100px !important;
    scale: 1.5 !important;

  }
  #hero-section h1 {
    font-size: 2.5rem;
  }
  #hero-section p, #hero-section span {
    font-size: 1rem;
  }
  
 
}

@media only screen and (max-width: 767px) {

  .elementor-element-273fbb4 .feature-box-wrapper .media{
    display:flex !important;
    align-items: center !important;
  }
  .elementor-element-2f118b2 .feature-box-wrapper .media .media-icon-part{
    margin-right: 0px !important;
  }
  
  .elementor-16 .elementor-element.elementor-element-273fbb4 .cea-featured-icon{
    margin: 0px !important;
  }
  .elementor-16 .elementor-element.elementor-element-fe52f6e .cea-featured-icon{
    margin-bottom: 0px !important;
  }
 
  .circle-block-wrapper {
    display: flex;
    justify-content: center;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .circuler-img-wrapper {
    position: relative !important;
    top: unset !important;
    right: unset !important;
    scale: 1.3 !important;
    left: -2%;
  }
  .personimg {
    height: 400px;
  }
  #hero-section{
    padding: 30px 10px !important;
    min-height: auto !important;
  }
  
}
@media only screen and (max-width: 450px) {
  .circuler-img-wrapper {
    
    scale: 1.1 !important;
  }
  .personimg {
    height: 350px;
  }
  .elementor-element-2f118b2 .feature-box-wrapper .media .media-icon-part {
    margin-right: 0px !important;
  }
  .elementor-element-273fbb4 .media a{
    margin-right: 9px !important;
  }

}

@media only  screen and (max-width:390px) {
  .orange-circle {
    left: 12px !important;
    top: 13px !important;
  }
  .circuler-img-wrapper {
    height: 250px !important;
    width: 250px !important;
    left: -15px !important;
  }
  .circle-block-wrapper{
    padding-bottom: 4rem ;
  }
  .personimg {
    height: 300px;
  }
}

@media only  screen and (max-width:350px) {
  .personimg {
    height: 250px;
    
  }
  .circle-block-wrapper{
    padding-bottom: 1rem ;
  }

}


/* hero section css */

#hero-section {
  height: auto;
  min-height: 100vh;
  background-color: black;
  overflow: hidden;
}
.hero-content-container{
  position: relative;
  z-index: 200;
}
#hero-section .container {
  background-color: transparent;
}

#hero-section span{
  color: rgb(221, 113, 9);
}

.cea-button-wrapper span{
  color: white !important;
}
.cea-button-wrapper a, .main-btn{
  background-color: var(--e-global-color-primary) !important;
}

.arro-inner-design::before{
  content: "";
  position: absolute;
  left: -29px;
  top: -11px;
  width: 19px;
  height: 50px;
  transform: translateY(0%) rotate(135deg);
  clip-path: polygon(100% 38%, 0 50%, 100% 61%);
  z-index: 1;
  background: linear-gradient(to right, #DD7109, rgb(184 151 128 / -10%)) !important;
}

.arro-inner-design::after{
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0px;
  left: -24px;
  border-radius: 50%;
  background-color: #502c15;
  z-index: 0;
}



#hero-section .background-img-hero {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  opacity: 0.7;
  z-index: 1;
  pointer-events: none;
}
#hero-section .glitter-img-hero {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  pointer-events: none;
  animation: floatAnimation 14s infinite ease-in-out,
    glitterEffect 14s infinite alternate;
    z-index: 1;

}

@keyframes floatAnimation {
  0%,
  100% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(2%, -3%); /* Right and slightly up */
  }
  50% {
    transform: translate(-3%, 0); /* Slightly left */
  }
  75% {
    transform: translate(1%, 2%); /* Right and slightly down */
  }
}

@keyframes glitterEffect {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}

.circuler-img-wrapper {
  top: -9px;
  height: 300px;
  z-index: 30;
  right: 32%;
  scale: 2.2;
  width: 300px;
}

.gray-circle {
  left: 0;
  width: auto;
  height: 100%;
  max-width: 1000%;
  max-height: 1000%;
  animation: gentleRotate 10s infinite ease-in-out;
}
@keyframes gentleRotate {
  0%,
  100% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(22deg); /* 5% of 360° (360 * 0.05 = 18) */
  }
}

.orange-circle {
  width: auto;
  height: 95%;
  max-width: 1000%;
  max-height: 1000%;
  left: 14px;
  top: 14px;
  animation: rotate 14s linear infinite;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#hero-section .arrow-wrapper{
  z-index: 70;
  right: -13px;
  top: 24%;
  animation: float 8s ease-in-out infinite;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

#hero-section .arrow-png-1{
  height: 9px;
  position: absolute;
  right: 42px;
  top: 23px;
  opacity: 0.7;
}
#hero-section .arrow-png-2{
  height: 62px;
}
#hero-section .arrow-png-3{
  height: 9px;
  position: absolute;
  right: 12px;
  bottom: 14px;
  opacity: 0.7;
}
#hero-section .bottom-fire-hero{
  bottom: 0px;
  left: -17px;
  width: 30vw;
}
.seo-progress-wrapper{
  z-index: 180;
}


.seo-progress-wrapper .sound-design-img{
  top: -44px;
  left: -56px;
  height: 68px;
  animation: pulseOpacity 2s ease-in-out infinite;
}

@keyframes pulseOpacity {
  0% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
.seo-progress-wrapper .seo-progress-img{
  height: 150px;
  animation: gentleMove 3s ease-in-out infinite;
}

@keyframes gentleMove {
    0%, 100% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(30px);
    }
}


/* for accordian  */

/* .cea-accordion-content {
  overflow: hidden;
  will-change: max-height; 
  transform: translateZ(0); 
}

.cea-accordion-content.active {
  display: block;
  opacity: 1;
} */

/* Smooth icon transitions */



/* css for carousel */
.cea-carousel {
  position: relative;
  overflow: hidden;
}

.cea-carousel .owl-stage {
  display: flex;
  transition: transform 0.5s ease;
  will-change: transform;
}

.cea-carousel .owl-carousel-item {
  flex-shrink: 0;
}

.cea-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.5);
  color: white;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.cea-carousel .owl-prev {
  left: 15px;
}

.cea-carousel .owl-next {
  right: 15px;
}

.cea-carousel .owl-nav button:hover {
  background: rgba(0,0,0,0.8);
}


@media (min-width: 1200px) {
  .imgdiv img {
    width: 28rem !important;
    margin-top: -6rem !important;
  }
}



.elementor-16 .elementor-element.elementor-element-596c544 img {
  max-width: 1000px !important;
  width: 100% !important;
}


#footer .main-footer .widget .widget-title{
  padding-left: 0 !important;
}

/* Accordion content container */
.cea-accordion-content {
  display: none;
  overflow: hidden;
  transition: height 0.3s ease-in-out;
}

/* Active state for accordion content */
.cea-accordion-content.active {
  display: block;
}