.elementor-804 .elementor-element.elementor-element-cb699a4{--display:flex;--min-height:445px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--overlay-opacity:0.5;}.elementor-804 .elementor-element.elementor-element-cb699a4:not(.elementor-motion-effects-element-type-background), .elementor-804 .elementor-element.elementor-element-cb699a4 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://audit.com.eg/wp/wp-content/uploads/2025/12/Gemini_Generated_Image_1jg7501jg7501jg7.jpg");background-position:center center;background-size:cover;}.elementor-804 .elementor-element.elementor-element-cb699a4::before, .elementor-804 .elementor-element.elementor-element-cb699a4 > .elementor-background-video-container::before, .elementor-804 .elementor-element.elementor-element-cb699a4 > .e-con-inner > .elementor-background-video-container::before, .elementor-804 .elementor-element.elementor-element-cb699a4 > .elementor-background-slideshow::before, .elementor-804 .elementor-element.elementor-element-cb699a4 > .e-con-inner > .elementor-background-slideshow::before, .elementor-804 .elementor-element.elementor-element-cb699a4 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#000000F7;--background-overlay:'';}.elementor-804 .elementor-element.elementor-element-3992469{margin:169px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;text-align:center;}.elementor-804 .elementor-element.elementor-element-3992469.elementor-element{--align-self:center;}.elementor-804 .elementor-element.elementor-element-76f8d07{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-804 .elementor-element.elementor-element-5419b81{--display:flex;--margin-top:0px;--margin-bottom:30px;--margin-left:0px;--margin-right:0px;}.elementor-804 .elementor-element.elementor-element-f04447a{margin:40px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-56353ab */.audit-section {
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  background: #f1f1f;
  padding: 100px 40px;
  font-family: 'Figtree', sans-serif;
}

/* CARD */
.audit-section .card {
  width: 330px;
  display: flex;
  flex-direction: column;
  background: linear-gradient(145deg, #0B5233, #073824);
  border-radius: 16px;
  overflow: hidden;
  transition: all .4s ease;
  box-shadow: 0 0 12px rgba(69,255,141,.08);
}

/* VARIANTS */
.audit-section .card:nth-child(2){
  background: linear-gradient(145deg, #0B5233, #09482B);
}
.audit-section .card:nth-child(3){
  background: linear-gradient(145deg, #0B5233, #0A5A36);
}

/* IMAGE ON TOP */
.audit-section .image {
  height: 190px;
  background-size: cover;
  background-position: center;
}

/* CONTENT */
.audit-section .card-content {
  padding: 30px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

/* TITLE */
.audit-section h2 {
  font-size: 24px;
  font-weight: 700;
  color: #45FF8D;
  margin: 0 0 14px;
}

/* TEXT */
.audit-section p {
  color: #C7E6D7;
  font-size: 15px;
  line-height: 1.7;
  margin: 0 0 25px;
}

/* BUTTON — aligned */
.audit-section .btn {
  margin-top: auto;
  align-self: flex-start;
  border: 2px solid #45FF8D;
  color: #45FF8D;
  padding: 8px 25px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 500;
  transition: all .3s ease;
}

.audit-section .btn:hover {
  background: #45FF8D;
  color: #051F15;
  box-shadow: 0 0 15px rgba(69,255,141,.45);
}

/* HOVER */
.audit-section .card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(69,255,141,.25);
}

/* RESPONSIVE */
@media(max-width:900px){
  .audit-section{
    padding: 80px 20px;
  }
  .audit-section .card{
    width:100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f04447a *//* SECTION */
.audit-contact-section {
    background: url('https://audit.com.eg/wp/wp-content/uploads/2025/12/Gemini_Generated_Image_qpjus6qpjus6qpju-e1764555480416.png') center/cover no-repeat;
    position: relative;
    padding: 150px 8%;
    border-radius: 14px;
    overflow: hidden;
}

/* METEORS */
.audit-contact-section .meteor {
    position: absolute;
    top: -60px;
    width: 2px;
    height: 120px;
    background: linear-gradient(to bottom, rgba(0,255,153,0.9), rgba(0,255,153,0));
    opacity: 0.7;
    filter: blur(1px);
    transform: rotate(35deg);
    animation: fall 3s linear infinite;
    z-index: 1;
}

.audit-contact-section .meteor:nth-child(1) { left: 12%; animation-delay: 0s; }
.audit-contact-section .meteor:nth-child(2) { left: 32%; animation-delay: 0.8s; }
.audit-contact-section .meteor:nth-child(3) { left: 50%; animation-delay: 0.3s; }
.audit-contact-section .meteor:nth-child(4) { left: 68%; animation-delay: 1.2s; }
.audit-contact-section .meteor:nth-child(5) { left: 85%; animation-delay: 0.4s; }

@keyframes fall {
    0% { transform: translateY(-180px) rotate(35deg); opacity: 0; }
    25% { opacity: 1; }
    100% { transform: translateY(650px) rotate(35deg); opacity: 0; }
}

/* CONTENT (LEFT ALIGN) */
.audit-contact-content {
    position: relative;
    z-index: 5;
    max-width: 650px;
    margin-left: 0;
    margin-right: auto;
    text-align: left;
}

/* TITLE */
.audit-contact-title {
    font-size: 44px;
    font-weight: 800;
    color: #00ff99;
    margin-bottom: 18px;
    text-shadow:
        0 0 12px rgba(0,255,153,0.6),
        0 0 22px rgba(0,255,153,0.35);
}

/* PARAGRAPH */
.audit-contact-text {
    font-size: 18px;
    line-height: 1.7;
    color: #eafff3;
    opacity: 0.9;
    margin-bottom: 40px;
    text-shadow: 0 0 8px rgba(0,0,0,0.5);
}

/* BUTTON */
.audit-contact-btn {
    display: inline-block;
    padding: 14px 40px;
    border-radius: 40px;
    border: 2px solid #00ff99;
    background: rgba(0,0,0,0.25);
    color: #00ff99;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 0.5px;
    transition: 0.35s ease;
    backdrop-filter: blur(4px);
    box-shadow: 0 0 12px rgba(0,255,153,0.25);
}

.audit-contact-btn:hover {
    background: #00ff99;
    color: #000;
    box-shadow:
        0 0 18px #00ff99,
        0 0 30px rgba(0,255,153,0.6);
    transform: translateY(-3px);
}/* End custom CSS */