 @media only screen and (min-width : 320px) and (max-width : 480px)  {
     .banner-title {
        font-size: 22px !important;
    }
    .about__year-wrap .title {
        font-size: 17px !important;
    }
    .about__year-wrap .count {
        font-size: 48px !important;
    }
    .banner-subtitle { 
    padding: 6px 10px !important; 
    font-size: 11px !important;
}
body .cta-ad-content h2 {
    font-size: 20px !important;
    text-align: left !important;
}
body .cta-ad-content{
     text-align: left !important;
}
.banner-text {
    font-size: 15px !important; 
    margin-top: 12px !important;
}
.btn-main { 
    padding: 5px 11px !important;
}
.btn-outline{
    padding: 5px 11px !important; 
}
.css-only-modal { 
    max-width: 95% !important;
}
.demo-header.glass-style { 
    padding: 9px 10px !important;
    margin-bottom: 15px !important; 
}
.demo-header.glass-style h5 {
    font-size: 20px !important;
}
.demo-header.glass-style h4 {
    font-size: 13px !important; 
    margin-top: 0px !important;
}
.form-controls { 
    padding: 7px 15px !important; 
    font-size: 14px !important;
}
.btn-submit{
    padding: 7px 15px !important; 
    font-size: 14px !important;
}
.banner-stats img {
    height: 25px !important;
    margin-right: 10px !important;
}
.banner-stats p { 
    font-size: 14px !important;
}
.courses-area-two .feature-icon { 
    width: 80px !important;
    min-width: 80px !important;
    height: 80px !important;
    margin-bottom: 10px !important;
}
.feature-card1 p {
    font-size: 14px !important;
}
body .feature-card { 
    display: block !important;
    padding: 22px 14px !important; 
    min-height: auto !important;
}
.feature-card h3 {
    font-size: 16px !important;
}
body .features__icon-three::before {
        height: 60px !important;
            left: 54% !important;
        width: 60px !important;
        z-index: 1 !important; 
}
.feature-section1{
        display: block !important;
    padding: 10px !important;
    margin-bottom: 40px !important;
        margin-top: -140px !important;
}
.cta-btn { 
    padding: 8px 13px !important;
}
.city-list a { 
        font-size: 13px !important;
    padding: 3px 5px !important;
}
body .feature-card1 { 
    margin-bottom:20px !important;
    width: 100% !important;
    height: 235px !important;
    margin-top: 0px !important;
}
    .banner-area {
        padding: 52px 0 !important;
    }

 }
 
 
  
 
.lsyud a{
    color:black;
}
.fact__item-two .count{
    font-size: 50px;
}
        .banner__content-three .title {
        font-size: 30px;
    }
    .banner__content-three p { 
    font-size: 17px;
    }
    .banner__content-three .title span::before {
    bottom: 4px;
}
.event__area-three::before{
    background:#06042e;
}

 
    

#css-only-modals {
    position: fixed;
    pointer-events: none;
    left: 0;
    top: 0;
    
    right: 0;
    bottom: 0;
    z-index: 10000000;
    text-align: center;
    white-space: nowrap;
    height: 100%;
}

#css-only-modals:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.css-only-modal-check {
    display: none; /* Hide the checkbox */
}

.css-only-modal-check:checked ~ .css-only-modal {
    opacity: 1; 
    pointer-events: auto;
}

.css-only-modal {
    width: 100%;
    background: #FFF;
    z-index: 1;
    display: inline-block;
    position: relative;
    pointer-events: auto;
    padding: 20px;
    text-align: right;
    border-radius: 8px;
    white-space: normal;
    vertical-align: middle;
    opacity: 0;
    pointer-events: none;
    max-width: 630px;
    transition: opacity 0.3s ease;
}

.css-only-modal h2 {
    text-align: center;
}

.css-only-modal p {
    text-align: left;
}

.css-only-modal-close {
    z-index: 1;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.css-only-modal-check:checked ~ #screen-shade {
    opacity: 0.5;
    pointer-events: auto;
}

#screen-shade {
    opacity: 0;
    background: #000;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    pointer-events: none;
    transition: opacity 0.8s;
}
.form-controls{
    background:#fff !important;
    width:100%;
    padding:10px 20px;
    border-radius:20px !important;
    border:1px solid #26638f;
}
.single-input-field{
    margin-bottom: 20px;
}


@media only screen and (min-width : 320px) and (max-width : 480px)  {
.gdgdggd{
    margin-top:5px !important;
}
.css-only-modal {
    width: 95%;
}}


#responseMessage {
            color: green;
            text-align: center;
            display: none;
            margin-top: 10px;
        }
 

 

.stylish-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: linear-gradient(135deg, #e85837, #26638f);
  color: #fff;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  border: 2px solid #fff;
  z-index: 10;
}

.stylish-close i {
  font-size: 16px;
}

.stylish-close:hover {
  transform: rotate(90deg) scale(1.1);
  background: linear-gradient(135deg, #26638f, #e85837);
  box-shadow: 0 6px 15px rgba(232, 88, 55, 0.4);
}
/* ===== Header Styling ===== */
.demo-header.glass-style {
 background: linear-gradient(to bottom, #ffe1d1, #efe0c2, #f8e6ca);
  border-radius: 15px;
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 15px 20px;
  margin-bottom: 20px; 
  width: 100%;
}

.demo-header.glass-style h5 {
  font-size: 24px;
  font-weight: 800;
  margin: 0;
  background: linear-gradient(90deg, #e85837, #26638f, #e85837);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradientMove 4s linear infinite;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.demo-header.glass-style h4 {
  font-size: 18px;
  font-weight: 600;
  color: #222;
  margin-top: 6px;
}
.demo-header.glass-style h4 span {
  color: #E85837;
  position: relative;
}
.demo-header.glass-style h4 span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #E85837, #26638f);
  border-radius: 3px;
}

/* ===== Input Styling ===== */
.demo-form {
  background: #fff;
  border-radius: 12px;
  padding: 20px; 
}

.form-controls {
  width: 100%;
  padding: 12px 15px;
  margin-bottom:10px;
  border-radius: 30px;
  border: 1px solid #ccc;
  font-size: 15px;
  transition: all 0.3s ease;
}

.form-controls:focus {
  border-color: #26638f;
  box-shadow: 0 0 8px rgba(38, 99, 143, 0.3);
  outline: none;
}

/* ===== Button Styling ===== */
.btn-submit {
  width: 100%;
  background: linear-gradient(90deg, #26638f, #E85837);
  border: none;
  color: #fff;
  padding: 12px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.4s ease;
  cursor: pointer;
}

.btn-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(232, 88, 55, 0.4);
}

/* ===== Gradient Animation ===== */
@keyframes gradientMove {
  0% { background-position: 0% 50%; }
  100% { background-position: 100% 50%; }
}


.footer__bottom-two {
    color:#fff !important;
    background: #ed1e2a; 
    padding: 15px 0 !important;
}
.copy-right-text p { 
    color: #fff;
}
.footer__bottom-menu .list-wrap li a {
    color: rgb(255, 255, 255);
}
/* Header Top Container */
.tg-header__top {
  position: relative;
  background: linear-gradient(90deg, #282568, #282568, #ea6a40, #f7970f) !important;
  color: #fff;
  padding: 5px 0 !important; 
  overflow: hidden;
  z-index: 1;  
}
body .tg-header__top-info{
    margin-top:3px !important;
}
/* Email & Info */
.tg-header__top-info li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #fff;
}

.tg-header__top-info a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.tg-header__top-info a:hover {
  color: #ffd166;
}

/* Phone Section */
.tg-header__phone {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
}

.tg-header__phone a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}

.tg-header__phone a:hover {
  color: #ffd166;
}

/* Social Icons */
.tg-header__top-social {
  display: flex;
  gap: 12px;
  margin-left: 15px;
}

.tg-header__top-social li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.tg-header__top-social li a:hover {
  background: #fff;
  color: #e85837;
  transform: scale(1.1);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .tg-header__top {
    text-align: center;
  }
  .tg-header__top-right {
    justify-content: center;
    flex-direction: column;
    gap: 10px;
  }
  .tg-header__top-social {
    justify-content: center;
  }
}






    .edu-banner {
    position: relative;
    overflow: hidden;
    background-size:cover !important;
    padding: 90px 0 53px;
    background: linear-gradient(135deg, #f8faff 0%, #eef4ff 100%);
}

.banner-overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 30%, rgba(247, 151, 15, 0.15), transparent 60%);
    z-index: 1;
}

.banner-content {
    position: relative;
    z-index: 2;
}

.banner-subtitle {
    display: inline-block;
    background: rgba(237, 30, 42, 0.1);
    color: #ed1e2a;
    font-weight: 600;
    padding: 8px 18px;
    border-radius: 30px;
    letter-spacing: 0.5px;
    font-size: 14px;
}

.banner-title {
    font-size: 42px;
    line-height: 1.2;
    font-weight: 700;
    margin-top: 25px;
    color: #0b132b;
}
.banner-title span {
   background: linear-gradient(90deg, #ed1e2a, #f7970f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 700;
}

.banner-text {
    font-size: 17px;
    color: #4a4a4a;
    margin-top: 20px;
    line-height: 1.8;
}

.banner-btns {
    margin-top: 35px;
}

.btn-main {
    display: inline-block;
    background: linear-gradient(90deg, #ed1e2a, #f7970f);
    color: #fff;
    padding: 12px 28px;
    border-radius: 40px;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s ease;
    text-decoration: none;
}
.btn-main:hover {
    box-shadow: 0 6px 20px rgba(72, 110, 255, 0.4);
    transform: translateY(-3px);
}

.btn-outline {
    display: inline-flex;
    align-items: center;
    margin-left: 15px;
    color: #ed1e2a;
    font-weight: 600;
    border: 2px solid #ed1e2a;
    padding: 10px 22px;
    border-radius: 40px;
    text-decoration: none;
    transition: all 0.3s ease;
}
.btn-outline:hover {
    background: #ed1e2a;
    color: #fff;
}
.btn-icon {
    width: 18px;
    margin-right: 8px;
}

.banner-stats {
    display: flex;
    align-items: center;
    margin-top: 50px;
    background: #fff;
    padding: 12px 20px;
    border-radius: 50px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    width: fit-content;
}
.banner-stats img {
    height: 45px;
    margin-right: 15px;
}
.banner-stats p {
    margin: 0;
    font-size: 15px;
    color: #333;
}
.banner-stats span {
    font-weight: 700;
    color: #ed1e2a;
}

.banner-image {
    position: relative;
    z-index: 9;
    text-align: center;
}
.banner-image .main-img {
    max-width: 100%;
    animation: float 4s ease-in-out infinite;
}

/* Floating Shapes */
.floating-shape {
    position: absolute;
    border-radius: 50%;
    background: rgba(72, 110, 255, 0.15);
    animation: floatShape 6s ease-in-out infinite alternate;
}
.shape-1 { width: 100px; height: 100px; top: 10%; left: -30px; }
.shape-2 { width: 60px; height: 60px; bottom: 20%; right: -20px; background: rgba(255, 99, 132, 0.2); }
.shape-3 { width: 80px; height: 80px; top: 60%; right: 50%; background: rgba(72, 110, 255, 0.25); }

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-15px); }
}
@keyframes floatShape {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(15px, -15px) scale(1.1); }
}

@media (max-width: 991px) {
    .banner-title { font-size: 36px; }
    .banner-area { padding: 80px 0; }
    .banner-stats { margin-top: 30px; }
}

 
 
 
 

 
.features-section {
    margin-bottom:80px;
  padding: 60px 0;
  background: linear-gradient(to bottom, #ffe1d1, #efe0c2, #f8e6ca); 
}

.feature-card {
  position: relative;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.06);
  padding: 40px 35px;
  margin-bottom: 30px;
  overflow: hidden;
  transition: all 0.4s ease;
  text-align: left;
  min-height: 250px;
}

.feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 25px rgba(0,0,0,0.1);
}

/* Image-text masked letter */
.feature-bg-letter {
  position: absolute;
  top: 40px;
  right: 10px;
  font-size: 120px;
  font-weight: 800;
  line-height: 1;
  z-index: 0;
  pointer-events: none;
  background: url('https://edumanageplus.com/public/front/assets/images/abt.jpg') center/cover no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.2;
  transition: all 0.5s ease;
}

.feature-card:hover .feature-bg-letter {
  opacity: 0.35;
  transform: scale(1.1) rotate(-5deg);
}

.feature-card h3 {
  font-size: 20px;
  color: #000;
  font-weight: 700;
  margin-bottom: 10px;
  z-index: 2;
  position: relative;
}

.feature-card p {
  color: #555;
  font-size: 15px;
  line-height: 1.6;
  z-index: 2;
  position: relative;
}

/* icon gradient background */
.features__icon-three {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
}

.features__icon-three::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 60%;
  width: 60px;
  height: 60px;
  background: linear-gradient(to left, #fcd2bd, #efe0c2, #f8e6ca);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.features__icon-three img {
  position: relative;
  z-index: 1;
  margin-top:5px;
   margin-left:5px;
  width: 40px;
  height: 40px;
}

 


 
/* ===== General Section Styling ===== */
.courses-area-two {
  position: relative; 
  overflow: hidden;
  z-index: 1;
  padding:80px 0px 60px;
   background: linear-gradient(135deg, #fffcfc 0%, #ffefe1 100%);
} 

/* ===== Feature Cards ===== */
.courses-area-two .feature-stack {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

 .courses-area-two .feature-card {
  position: relative;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
  transition: all 0.4s ease;
  overflow: hidden;
  padding: 15px 18px;
  display: flex;
  align-items: center;
  gap: 20px;
  min-height: auto !important; 
}
 .courses-area-two .feature-card:before{
       width: 110px;
  min-width: 110px;
  height: 110px; 
  padding:4px;
  left:-30px;
  top:-30px;
  border-radius: 50%;
  position:absolute;
  border:5px dotted #efeabf;
  content:'';
 }
.courses-area-two .feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 35px rgba(0,0,0,0.15);
}

/* ===== Icon Image Styling ===== */
.courses-area-two .feature-icon {
  position: relative;
  width: 110px;
  min-width: 110px;
  height: 110px;
  background:#f28a8f;
  padding:8px;
  border:5px solid #f4d19f;
  border-radius: 50%;
  overflow: hidden;
}

.courses-area-two .feature-icon img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  z-index: 2;
  position: relative;
  transition: all 0.4s ease;
}

.courses-area-two .feature-card:hover .feature-icon img {
  transform: scale(1.1);
}

.courses-area-two .icon-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #e85837, #26638f);
  opacity: 0.2;
  border-radius: 50%;
  z-index: 9;
}

/* ===== Content ===== */
.courses-area-two .feature-content h3 {
  font-size: 18px;
  font-weight: 700;
  color: #0e1a2b;
  margin-bottom: 10px;
}

.courses-area-two .feature-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.courses-area-two .feature-content ul li {
  font-size: 14px;
  color: #555;
  padding-left: 20px;
  margin-bottom: 3px !important;
  position: relative;
}

.courses-area-two .feature-content ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #e85837;
  font-weight: bold;
}

/* ===== Center Image ===== */
.courses-area-two .center-shape-wrap {
  position: relative;
  display: inline-block;
}
.section__title .sub-title{
    background: rgba(237, 30, 42, 0.1);
}
.courses-area-two .center-image {
  width: 100%;
  margin-top: -20px;
  max-width: 400px;
  animation: float 4s ease-in-out infinite;
  position: relative;
  z-index: 2;
}

.courses-area-two .shape-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 380px;
  height: 380px;
  background: radial-gradient(circle, rgba(38,99,143,0.15), transparent 70%);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.courses-area-two .shape-blur {
  position: absolute;
  bottom: -60px;
  left: 50%;
  width: 250px;
  height: 250px;
  background: radial-gradient(circle, rgba(232,88,55,0.15), transparent 70%);
  border-radius: 50%;
  transform: translateX(-50%);
  filter: blur(40px);
  z-index: 0;
}

/* ===== Floating Animation ===== */
@keyframes float {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-10px); }
  100% { transform: translateY(0px); }
}
 .blog__post-meta .list-wrap li {
  font-size:12px;
}
 

 
    .feature-section1 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px; 
  
}

.feature-card1 {
  position: relative;
  width: 410px;
  height: 300px;
  margin-top:-140px !important;
  border-radius: 10px;
  overflow: hidden;
  color: #fff;
}

.feature-card1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
  transition: all 0.4s ease;
}

.feature-card1:hover img {
  filter: grayscale(0%);
  transform: scale(1.05);
}

.feature-card1 .overlay {
  position: absolute;
  top: 0;
  right: -160px;
  width: 160%;
  height: 100%;
  background: linear-gradient(
    to left,
    rgba(247, 151, 15, 0.5) 50%, 
    rgba(0, 0, 0, 0.5) 50%
  );
  transform: skew(-20deg);
}

.feature-card1 .overlay.purple {
  background: linear-gradient(
    to left,
    rgba(247, 151, 15, 0.5) 50%, 
    rgba(0, 0, 0, 0.5) 50%
  );
}


.feature-card1 .content {
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
  max-width: 80%;
}

.feature-card1 h2 {
  font-size: 36px;
  color: #fff;
  font-weight: 700;
  margin: 0;
}

.feature-card1 h3 {
  font-size: 20px;
   color: #fff;
  margin: 5px 0 10px;
  font-weight: 600;
}

.feature-card1 p {
  font-size: 1rem;
  color: #e0e0e0;
  line-height: 1.5;
}

 
  
.city-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.city-list a {
  display: inline-block;
  padding: 8px 16px;
  background: #ffffff;
  border-radius: 50px;
  text-decoration: none;
  color: #ed1e2a;
  font-weight: 500;
  transition: all 0.3s ease;
  border: 1px solid #ed1e2a;
}

.city-list a:hover {
     background: linear-gradient(to right, #e85837 0%, #f7970f 50%, #f7bd6c 100%);
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3);
}

.city-footer {
    text-align: center;
  margin-top: 25px;
  font-weight: 500;
  color: #333;
}
.testimonial__item-two {  
    margin:10px;
    background: #fff;
  box-shadow: 0 6px 20px rgba(247, 151, 15, 0.14), 0 0 15px rgba(237, 30, 42, 0.13);
  transition: all 0.3s ease;
}

.testimonial__item-two:hover {
   box-shadow: 0 6px 20px rgba(247, 151, 15, 0.3), 0 0 15px rgba(237, 30, 42, 0.2);
  transform: translateY(-5px);
}
.brand__item a { 
    height: 60px !important;
}


      
                            
       

.cta-ad-banner {
  position: relative;
      background: linear-gradient(90deg, #06042e, #282568, #282568, #ea6a40);
  overflow: hidden;
  padding: 60px 0;
  color: #fff;
  border-radius: 50px 50px 0 0;
}

.cta-ad-banner::before {
  content: "";
  position: absolute;
  top: -100px;
  right: -100px;
  width: 350px;
  height: 350px;
  background: rgba(247, 151, 15, 0.4);
  border-radius: 50%;
  filter: blur(60px);
  z-index: 1;
}

.cta-ad-container {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 10px;
}

.cta-ad-content {
  flex: 1 1 65%;
  padding: 20px;
}

.cta-ad-content h2 {
  font-size: 34px;
  color:#fff;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}

.cta-ad-content h2 span {
  color: #f7970f;
  text-shadow: 0 2px 5px rgba(255, 222, 89, 0.3);
}

.cta-ad-content p {
  font-size: 18px;
  line-height: 1.6;
  color:#ccc;
  max-width: 600px;
  margin-bottom: 30px;
  opacity: 0.95;
}

.cta-btn {
  display: inline-block;
  background: linear-gradient(to right, #e85837 0%, #f7970f 50%, #f7bd6c 100%);
  color: #fff;
  font-weight: 700;
  padding: 12px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 15px;
  box-shadow: 0 0 20px rgba(255, 222, 89, 0.6);
  transition: all 0.3s ease;
}

.cta-btn:hover {
  background: #fff;
  color: #ed1e2a;
  box-shadow: 0 0 35px rgba(255, 255, 255, 0.8);
  transform: translateY(-4px);
}

.cta-ad-image {
  flex: 1 1 35%;
  text-align: center;
  position: relative;
  z-index: 2;
}

/* Triangle shape behind image */
.cta-ad-image::before {
  content: "";
  position: absolute;
  top: 40%;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 180px solid transparent;
  border-right: 180px solid transparent;
  border-bottom: 220px solid rgba(247, 151, 15, 0.3); /* red transparent triangle */
  transform: translate(-50%, -50%) rotate(-15deg);
  z-index: -1;
  animation: triangleMove 5s ease-in-out infinite;
  filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.2));
}

.cta-ad-image img {
  max-width: 100%;
  position: relative;
  z-index: 3;
  animation: float 3s ease-in-out infinite;
}

/* Floating animation for image */
@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

/* Gentle triangle movement */
@keyframes triangleMove {
  0%, 100% {
    transform: translate(-50%, -50%) rotate(-15deg);
  }
  50% {
    transform: translate(-50%, -55%) rotate(-10deg);
  }
}


@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

/* Responsive */
@media (max-width: 991px) {
  .cta-ad-container {
    flex-direction: column;
    text-align: center;
  }
  .cta-ad-image {
    margin-top: 30px;
  }
}



