
.urban.services-section {
    padding: 60px 20px;
    text-align: center;
    background:#42c493d6;
}

.urban .section-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 50px;
    color: #000;
}

/* Grid */
.urban .services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    justify-content: center;
}

/* Single Box */
.urban .service-box {
    background: #f7f7f7;
    padding: 40px 20px;
    border-radius: 10px;
    transition: 0.3s ease;
    border: 2px solid #d9d5d5;
}

.urban .service-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.urban .service-icon img {
  
  margin-bottom: 20px;
  border-radius: 20px;
  height:100px;
  width:100px;
}

.urban .service-box h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    color: #222;
}

/* Responsive */
@media (max-width: 992px) {
    .urban .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .urban .services-grid {
        grid-template-columns: 1fr;
    }

    .urban .section-title {
        font-size: 24px;
    }
}


/*========================================*/
 .section-title { font-weight: 700; font-size: 28px; text-align: center; margin-bottom: 40px; }
        .feature-img { width: 100%; height:auto; }
        .cta-btn { padding: 10px 25px; font-weight: 600; margin-top:15px; }
        .card-block { padding: 30px 15px; border-radius: 15px; background: white; box-shadow: 0 0 20px rgba(0,0,0,0.05); }
        

/**/

.swiper-1{
     background:#130628;       
        }
 .slider-wrapper {
    overflow: hidden;
    width: 100%;
  }

  .slider-track {
    display: flex;
    animation: scroll 18s linear infinite;
  }

  .slider-item {
    min-width: 33.33%; /* 3 items */
    padding: 10px;
  }

  .slider-item img {
    width: 100%;
    height: 240px;      
    object-fit: cover;   
    border-radius: 10px;
  }

  /* Tablet */
  @media (max-width: 768px) {
    .slider-item {
      min-width: 50%;
    }
    .slider-item img {
      height: 200px; 
    }
  }

  /* Mobile */
  @media (max-width: 576px) {
    .slider-item {
      min-width: 100%;
    }
    .slider-item img {
      height: 180px;
    }
  }

  /* Animation */
  @keyframes scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
  }


/* Section Wrapper */
.urban.testimonial-section {
    padding: 60px 20px;
    background: #242323;
}

.urban .section-title {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 40px;
}

/* Grid */
.urban .testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* Box */
.urban .testimonial-box {
    background: #f9f9f9;
    padding: 40px 30px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0px 3px 15px rgba(0,0,0,0.07);
    transition: 0.3s;
    border: 2px solid #d2d2d2;
}

.urban .testimonial-box:hover {
    transform: translateY(-4px);
}

/* User Icon */
.urban .t-img img {
    width: 80px;
    height: 80px;
}

/* Stars */
.urban .t-stars {
    margin: 15px 0;
    font-size: 20px;
    color: #ffbb33;
}

/* Text */
.urban .t-text {
    font-size: 15px;
    color: #444;
    line-height: 1.6;
    margin-bottom: 25px;
}

/* Name */
.urban .t-name {
    font-weight: 700;
    font-size: 16px;
}



/* Tablets */
@media (max-width: 992px) {
    .urban .testimonial-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile (up to 600px) */
@media (max-width: 600px) {
    .urban .testimonial-grid {
        grid-template-columns: 1fr;
    }

    .urban .section-title {
        font-size: 26px;
    }

    .urban .testimonial-box {
        padding: 30px 20px;
    }
}

/* Very Small Mobile – 320px Ready */
@media (max-width: 360px) {
    .urban .t-img img {
        width: 65px;
        height: 65px;
    }

    .urban .t-text {
        font-size: 14px;
    }

    .urban .t-name {
        font-size: 15px;
    }
}


/* ----------------------------------------------------
   HERO SECTION
---------------------------------------------------- */
.about-hero {
    position: relative;
    width: 100%;
    min-height: 700px;
    /*background-image: url('/public/images/slide.webp');*/
     background-image: url('/public/images/slider-1.jpeg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;

    display: flex;
    align-items: center;

    padding: 120px 5% 60px 5%;  /* FIX: header overlap issue solved */
}

/* Dark Overlay */
.about-hero .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background:black;*/
    z-index: 1;
}

/* Content Wrapper */
.content-wrapper {
    position: relative;
    z-index: 2;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* -----------------------------
   LEFT TEXT CONTENT
----------------------------- */
.left-content {
    width: 50%;
    color: #fff;
  margin-bottom: 15px;
}

.left-content h1 {
    font-size: 90px;
    font-weight: 800;
    /*margin-bottom:19px;*/
}
.left-content h2 {
    font-size: 90px;
    font-weight: 800;
    font-family: "Raleway", serif;

    color: transparent;
    -webkit-text-fill-color: transparent;

    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fff;
}
@media (max-width: 1400px) {
    .left-content h2 {
        font-size: 80px;
    }
}

@media (max-width: 1200px) {
    .left-content h2 {
        font-size: 68px;
    }
}

@media (max-width: 992px) {
    .left-content1 h2 {
        font-size: 56px;
        -webkit-text-stroke-width: 1.8px;
    }
}

@media (max-width: 768px) {
    .left-content h2 {
        font-size: 44px;
        -webkit-text-stroke-width: 1.5px;
    }
}

@media (max-width: 576px) {
    .left-content h2 {
        font-size: 40px;
        -webkit-text-stroke-width: 1.2px;
    }
}

.left-content p {
    font-size: 20px;
    margin-bottom: 25px;
    max-width: 90%;
    line-height: 1.5;
}

/*.hero-btn {*/
/*    display: inline-block;*/
/*    padding: 12px 28px;*/
/*    background: #ff6600;*/
/*    color: #fff;*/
/*    font-size: 18px;*/
/*    text-decoration: none;*/
/*    border-radius: 6px;*/
/*    transition: 0.3s;*/
/*}*/

/*.hero-btn:hover {*/
/*    background: #e85d00;*/
/*}*/
.hero-btn {
    display: inline-block;
    padding: 10px 32px;
    font-size: 18px;
    font-weight: 600;
    color:white;
    text-decoration: none;
    border-radius: 50px;
        background-color: #043c01;
    background-image: linear-gradient(90deg, #0dce3c 0%, #043c01 100%);
    box-shadow: 0 6px 18px rgba(255, 115, 0, 0.4);
    transition: 0.3s ease-in-out;
}
.hero-btn1 {
    display: inline-block;
    padding: 13px 32px;
    font-size: 18px;
    font-weight: 600;
    color:black;
    text-decoration: none;
    border-radius: 50px;
      background:white;
    box-shadow: 0 6px 18px rgba(255, 115, 0, 0.4);
    transition: 0.3s ease-in-out;
}

.hero-btn:hover {
    background: linear-gradient(135deg, #ffd75a, #ff8c1a);
    box-shadow: 0 8px 22px rgba(255, 140, 26, 0.55);
    transform: translateY(-3px);
}
.sapn-1{
    color:#d4ff00;
}

/* -----------------------------
   RIGHT IMAGE CONTENT
----------------------------- */
.right-content {
    width: 45%;
    display: flex;
    justify-content: center;
}

.right-content img {
    width: 100%;
    /*max-width: 420px;*/
    border-radius: 10px;
    box-shadow: 0px 6px 20px rgba(0,0,0,0.3);
}

/* ----------------------------------------------------
   RESPONSIVE: TABLETS
---------------------------------------------------- */
@media (max-width: 991px) {
    .about-hero {
        padding-top: 140px; /* avoid header overlap on tablets */
        padding-bottom: 60px;
        background-position: center;
    }

    .content-wrapper {
        flex-direction: column;
        text-align: center;
    }

    .left-content,
    .right-content {
        width: 100%;
    }

    .right-content {
        margin-top: 35px;
    }

    .left-content h1 {
        font-size: 45px;
    }

    .left-content p {
        font-size: 18px;
    }
}

/* ----------------------------------------------------
   RESPONSIVE: MOBILE
---------------------------------------------------- */
@media (max-width: 480px) {
    .about-hero {
        padding-top: 150px; /* FIX: heading hidden issue */
        padding-bottom: 50px;
    }

    .left-content h1 {
        font-size: 40px;
    }

    .left-content p {
        font-size: 16px;
    }

    .hero-btn {
        padding: 10px 22px;
        font-size: 16px;
    }

    .right-content img {
        max-width: 300px;
    }
}

/* ----------------------------------------------------
   EXTRA SMALL DEVICES (≤ 320px)
---------------------------------------------------- */
@media (max-width: 320px) {
    .about-hero {
        padding-top: 160px;
    }

    .left-content h1 {
        font-size: 40px;
    }
}

.clients-one {
   position: relative;
    padding: 15px 15px;
    border-radius: 40px 40px;
    background-color: rgba(0, 0, 0, 1);
    background-image: linear-gradient(180deg, #052730 0%, #1B1A1A 100%);
}

.clients-marquee {
    overflow: hidden;
    position: relative;
}

.clients-track {
    display: flex;
    align-items: center;
    gap: 30px;
    width: max-content;
    animation: scroll 18s linear infinite;
}

.client-item {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
}

.client-item img {
    max-width: 140px;
    width: 100%;
   
    transition: 0.3s;
    height:40px;
}

.client-item img:hover {
    filter: grayscale(0%);
    transform: scale(1.05);
}

/* Animation */
@keyframes scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

/* Responsive */
@media (max-width: 768px) {
    .client-item {
        width: 120px;
    }
    .client-item img {
        max-width: 100px;
    }
}

@media (max-width: 576px) {
    .client-item {
        width: 100px;
    }
    .clients-one {
   position: relative;
    padding: 5px 5px;
    border-radius: 40px 40px;
    background-color: rgba(0, 0, 0, 1);
    background-image: linear-gradient(180deg, #052730 0%, #1B1A1A 100%);
}
}
.instant-1{
    position: relative;
    font-weight:bold;
    
    display: flex;
    gap: 15px;
    align-items: center;
        color: rgb(13 206 60 / 98%);
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: "Outfit", serif;
}

.main-heading{
    font-size:60px;
        margin-top: 15px;
    color: rgb(0 69 46);
    font-weight:800;
}

@media (max-width: 1200px){
    .main-heading{
        font-size: 52px;
    }
}

@media (max-width: 992px){
    .instant-1{
        font-size: 14px;
        gap: 10px;
    }
    .main-heading{
        font-size: 44px;
    }
}

@media (max-width: 768px){
    .instant-1{
        font-size: 13px;
        letter-spacing: 0.8px;
    }
    .main-heading{
        font-size: 36px;
        margin-top: 10px;
    }
}

@media (max-width: 576px){
    .instant-1{
        font-size: 12px;
        gap: 8px;
        flex-wrap: wrap;
    }
    .main-heading{
        font-size: 28px;
        line-height: 1.2;
    }
}
.review-slider-css-only {
  position: relative;
  background: linear-gradient(135deg, #d9f7d9, #b6f1bc);
  border-radius: 12px;
  padding: 20px 25px;
  color: #2a5d2a;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  max-width: 400px;
  margin: auto;
  box-shadow: 0 4px 15px rgba(0,128,0,0.15);
  overflow: hidden;
  
}

.review-slide {
  display: none;
}

#slide1:checked ~ .slide1,
#slide2:checked ~ .slide2 {
  display: block;
}

.quote-mark {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 10px;
  opacity: 0.6;
}

.review-text {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 18px;
}

.review-footer {
  display: flex;
  align-items: center;
  border-top: 1px solid #a1d0a1;
  padding-top: 12px;
  justify-content: space-between;
}

.rating {
  font-size: 32px;
  font-weight: 700;
  color: #0b8a0b;
}

.reviewer-info strong {
  font-weight: 700;
  margin-right: 8px;
}

.reviewer-info {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #055005;
}

.trustpilot-logo {
  height: 16px;
  margin-right: 4px;
  filter: brightness(0) saturate(100%) invert(36%) sepia(66%) saturate(306%) hue-rotate(69deg) brightness(90%) contrast(92%);
}

.arrows {
  position: absolute;
  bottom: 12px;
  left: 50%;
 transform: translateY(+50%);
  display: flex;
  gap: 15px;
}

.arrow-btn {
  background: #00b300;
  color: white;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  font-size: 24px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 6px rgba(0,128,0,0.5);
  transition: background 0.3s;
}

.arrow-btn:hover {
  background: #009900;
}
@media (max-width: 767.98px) {
    .col-md-6.col-12 + .col-md-6.col-12 {
        margin-top: 20px; 
    }
}

@media (min-width: 992px) {
    .shift-up-desktop {
        margin-top: -100px; 
    }
}


@media (max-width: 991.98px) {
    .shift-up-desktop {
        margin-top: 0; 
    }
}
.marketing-one {
    width: 100%;
    overflow: hidden;
    background: #f0f0f0; 
    padding: 20px 0;
    margin-top: 50px;
}

.marquee-container {
    display: flex;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.marquee {
    display: flex;
    white-space: nowrap;
    animation: marquee 20s linear infinite;
}

.marquee span {
    font-size: 4rem;
    font-weight: 700;
    margin-right: 2rem; 
    color: #bbbbbb; 
    text-transform: uppercase; 
    transition: color 0.3s ease; 
}

.marquee span:hover {
    color: #0b8a0b; 
}


@keyframes marquee {
    0% { transform: translateX(0%); }
    100% { transform: translateX(-50%); }
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .marquee span {
        font-size: 3rem;
        margin-right: 1.5rem;
    }
}

@media (max-width: 576px) {
    .marquee span {
        font-size: 2rem;
        margin-right: 1rem;
    }
}


.about-section {
    background: #eaf6f2;
}

.small-title {
       color: rgb(13 206 60 / 98%);
    font-weight: 600;
    letter-spacing: 1px;
}

.main-title {
    font-size: 42px;
    font-weight: 700;
    color: #114b3a;
}

.green-text {
        color: rgb(13 206 60 / 98%);
        font-size:26px;
    font-weight: 600;
}

.desc {
    color: #555;
    font-size: 15px;
}

/* Experience Badge */
.experience-box {
    width: 120px;
    height: 120px;
    background: #000;
    color: #fff;
    border-radius: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.experience-box span {
    font-size: 28px;
    font-weight: bold;
}

/* Images */
.main-img {
    width: 100%;
}

.small-img {
    width: 180px;
    position: absolute;
    right: 0;
    bottom: 90px;
    border: 6px solid #fff;
        border-radius: 10px;
}

/* Community Box */
.community-box {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    padding: 10px 15px;
    border-radius: 15px;
    position: absolute;
  
    left: 20px;
}

.avatars img {
    width: 30px;
    height: 30px;
    border-radius: 10px; 
    margin-left: -8px;
    margin-top: 5px; 
    border: 2px solid #fff;
}


@media (max-width: 991.98px) { 
  img.small-img.rounded-4 {
    opacity: 0;
}
}
.experience-box {
    position: relative;
   
    height: 250px; 
    overflow: hidden;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.experience-box img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* cover the box */
    display: block;
}

.experience-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff; /* text color */
}

.experience-text span {
    font-size: 3rem;
    font-weight: 700;
    display: block;
}

.experience-text p {
    font-size: 1.2rem;
    margin: 0;
}
 .progress-section h5,
  .progress-section h6 {
    font-weight: 600;
    margin-bottom: 8px;
  }

  .progress {
    height: 10px;
    border-radius: 10px;
    background-color: #e5e5e5;
    margin-bottom: 20px;
  }

  .progress-bar {
    border-radius: 10px;
    transition: width 0.6s ease;
    font-size: 11px;
    line-height: 10px;
    background-color: #043c01;
    background-image: linear-gradient(90deg, #0dce3c 0%, #043c01 100%);
  }

  .progress-green {
   background-color: #043c01;
    background-image: linear-gradient(90deg, #0dce3c 0%, #043c01 100%);
  }

  .progress-custom {
    background-color: #043c01;
    background-image: linear-gradient(90deg, #0dce3c 0%, #043c01 100%);
  }
  
  
  .testimonial-section{
  background:#f1fbf7;
}

/* LEFT */
.small-title{
  color:#2bb673;
  font-weight:600;
  letter-spacing:1px;
}

.main-title{
  font-size:60px;
  font-weight:700;
  color:#0f5132;
  margin:15px 0;
}
@media (max-width: 992px){
  .main-title{
    font-size:48px;
  }
}

/* Mobile */
@media (max-width: 576px){
  .main-title{
    font-size:34px;
    line-height:1.2;
  }
}
.desc{
  color:#555;
  line-height:1.7;
}

.talk{
  color:#2bb673;
  margin-top:30px;
}

.contact-btn{
  background:#000;
  color:#fff;
  border:none;
  padding:12px 28px;
  border-radius:30px;
  margin-top:15px;
}

/* RIGHT CARD */
.testimonial-card{
  background:#e8f6f1;
  border-radius:40px;
  padding:40px;
  min-height:380px;
  position:relative;
}

/* PROFILE */
.profile{
  display:flex;
  align-items:center;
  gap:15px;
  margin-bottom:25px;
}

.profile img{
  width:65px;
  height:65px;
  border-radius:50%;
  border:3px solid #2bb673;
}

.profile h5{
  margin:0;
  color:#1b7a57;
}

.profile small{
  color:#777;
}

/* QUOTE */
.quote{
  font-size:18px;
  line-height:1.7;
  color:#333;
}

/* RATING */
.rating{
  position:absolute;
  bottom:30px;
  right:40px;
  color:#2bb673;
  font-size:20px;
  font-weight:600;
}

.rating span{
  color:#000;
  margin-right:6px;
}

/* BUTTONS */
.slider-buttons{
  position:absolute;
  bottom:-30px;
  left:40px;
  display:flex;
  gap:15px;
}

.carousel-control-prev,
.carousel-control-next{
  width:55px;
  height:55px;
  border-radius:50%;
  background:#1faa59;
  color:#fff;
  font-size:30px;
  border:none;
  opacity:1;
}


.invest-content .small-title {
    color: white;
    letter-spacing: 2px;
}


.growth-text {
    color: #ffffff;
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 20px;
}







@media (min-width: 1200px) {
    .growth-text {
        font-size: 45px;
    }
   
}


@media (max-width: 991px) {
    .growth-text {
        font-size: 35px;
    }
  
}


@media (max-width: 576px) {
    .growth-text {
        font-size: 30px;
    }
   
}

.pattern-img {
    width: 100%;
    max-width: 420px;   
    height: auto;
    display: block;
    margin-top: 0px;    
}

/* Desktop only */
@media (min-width: 992px) {
    .pattern-img {
        max-width: 480px;
        margin-top: -130px;
    }
}
.earn-text {
    font-size: 64px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.1;

    color: transparent;                
    -webkit-text-stroke: 3px #ffffff;  
    text-stroke: 3px #ffffff;

    letter-spacing: 2px;
}


@media (min-width: 1200px) {
    .earn-text {
        font-size: 72px;
        -webkit-text-stroke: 3.5px #fff;
    }
}


@media (max-width: 991px) {
    .earn-text {
        font-size: 52px;
        -webkit-text-stroke: 3px #fff;
    }
}


@media (max-width: 576px) {
    .earn-text {
        font-size: 38px;
        -webkit-text-stroke: 2px #fff;
    }
}

.marketing-one1 {
    width: 100%;
    overflow: hidden;
    background: #f0f0f0; 
    padding: 20px 0;
   
}

.marquee-container1 {
    display: flex;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.marquee1 {
    display: flex;
    white-space: nowrap;
    animation: marquee 20s linear infinite;
}

.marquee1 span {
    font-size: 4rem;
    font-weight: 700;
    margin-right: 2rem; 
    color: black; 
    text-transform: uppercase; 
    transition: color 0.3s ease; 
}

.marquee1 span:hover {
    color: #0b8a0b; 
}


@keyframes marquee1 {
    0% { transform: translateX(0%); }
    100% { transform: translateX(-50%); }
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .marquee1 span {
        font-size: 3rem;
        margin-right: 1.5rem;
    }
}

@media (max-width: 576px) {
    .marquee1 span {
        font-size: 2rem;
        margin-right: 1rem;
    }
}


  .spotlight {
      color: #18a558;
      font-weight: 600;
      letter-spacing: 1px;
      font-size: 14px;
    }

     .content-intro h1 {
      font-weight: 700;
      font-size: 41px;
      line-height: 1.2;
      color: rgb(0 69 46);
    }
    @media (max-width: 476px){
        .content-intro h1 {
              font-size: 22px;
        }
    }

    .btn-dark-custom {
      background: #000;
      color: #fff;
      padding: 12px 28px;
      border-radius: 30px;
          margin-bottom: 10px;
    }
    
    /*Footer start*/
    .dex-footer {
    background: url("footer-bg.jpg") center/cover no-repeat;
    color: white;
    padding: 60px 7% 20px;
        background-color: rgba(0, 13, 255, 0);
    background-image: linear-gradient(90deg, #0dce3c 0%, #043c01 100%);
}

.dex-footer-top {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1.3fr;
    gap: 40px;
}


.dex-footer-logo {
    display: flex;
    align-items: center;
    gap: 10px;
}

.dex-footer-logo img {
    width: 200px;
    margin-left: 30px;
}

.dex-footer-logo h2 {
    font-size: 26px;
    font-weight: 700;
}

.dex-footer-desc {
    margin: 15px 0;
    line-height: 22px;
    font-size: 15px;
}

.dex-footer-social a {
    margin-right: 12px;
    font-size: 20px;
    color:black;
}

.dex-footer-col h3 {
    margin-bottom: 18px;
    font-size: 20px;
    letter-spacing: 1px;
}

.dex-footer-col ul {
    list-style: none;
}

.dex-footer-col ul li a {
    color: white;
    opacity: 0.8;
    text-decoration: none;
    display: block;
    margin: 8px 0;
    font-size: 15px;
}

.dex-footer-newsletter h3 {
    margin-bottom: 15px;
}

.dex-footer-mail {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 8px;
}

.dex-footer-news {
    font-size: 14px;
    margin-bottom: 20px;
    opacity: 0.8;
}

.dex-footer-input {
    display: flex;
    background: #a28300;
    padding: 0;
    border-radius: 10px;
    overflow: hidden;
}

.dex-footer-input input {
    flex: 1;
    padding: 15px;
    border: none;
    outline: none;
    background: #a28300;
    color: white;
    font-size: 16px;
}

.dex-footer-input button {
    background: white;
    border: none;
    padding: 0 20px;
    cursor: pointer;
    font-size: 20px;
}

.dex-footer-bottom {
    text-align: center;
    margin-top: 40px;
    opacity: 0.8;
    font-size: 15px;
}



@media (max-width: 992px) {
    .dex-footer-top {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }
    .dex-footer-logo img {
    width: 200px;
    margin-left: 30px;
   }
}

@media (max-width: 600px) {
    .dex-footer-top {
        grid-template-columns: 1fr;
    }
    
    .dex-footer-input input {
        font-size: 14px;
    }

    .dex-footer-mail {
        font-size: 18px;
    }
    .dex-footer-logo img {
    width: 200px;
    margin-left:40px;
}
}
@media (max-width: 400px) {
    .dex-footer-top {
        grid-template-columns: 1fr;
    }
    
    .dex-footer-input input {
        font-size: 14px;
    }

    .dex-footer-mail {
        font-size: 18px;
    }
    .dex-footer-logo img {
    width: 200px;
    margin-left:50px;
}
}
@media (max-width: 500px) {
    .dex-footer-top {
        grid-template-columns: 1fr;
    }
    
    .dex-footer-input input {
        font-size: 14px;
    }

    .dex-footer-mail {
        font-size: 18px;
    }
    .dex-footer-logo img {
    width: 200px;
    margin-left:26%;
}
}
@media (max-width: 600px) {
    .dex-footer-top {
        grid-template-columns: 1fr;
        /*text-align: center;*/
    }

  
    .dex-footer-logo {
        align-items: center !important;
        align-items: center !important;
    margin-left: 15%;
  }
    

    .dex-footer-logo img {
        margin-left: 0 !important;
        margin-right: 0;
    }

    .dex-footer-input input {
        font-size: 14px;
    }

    .dex-footer-mail {
        font-size: 18px;
    }
}

    .article-card {
      border-radius: 18px;
      overflow: hidden;
      border: none;
      box-shadow: 0 10px 25px rgba(0,0,0,0.08);
      height: 100%;
    }

    .article-card img {
      height: 190px;
      object-fit: cover;
    }

    .date-badge {
      position: absolute;
      top: 15px;
      left: 15px;
      background: #18a558;
      color: #fff;
      font-size: 13px;
      padding: 6px 14px;
      border-radius: 20px;
    }

    .author {
      font-size: 14px;
      color: #6c757d;
    }

  @media (min-width: 992px) {
  .content-intro {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    margin-bottom:10px;
  }
}
.header-1{
    display:flex;
    justify-content:space-between;
    background:#41c07d;
    padding:15px;
}

.login-area{
     min-height: 100vh; 
     display: flex; 
     align-items: center;
     background-image: url("https://i.pinimg.com/474x/6c/c9/ac/6cc9acd434a0111906de74a02c9bb400.jpg");
        background-size: auto;
        background-size: cover;
}
/*@media (max-width: 768px) {*/
/*    .login-area{*/
/*     min-height: 100vh; */
     
/*}*/
/*    .header-1 {*/
/*        display: flex;*/
/*        justify-content: space-between;*/
/*        background: #41c07d;*/
/*        padding: 16px;*/
/*        padding-top: 40px;*/
/*        padding-bottom: 40px;*/
/*    }*/
      
/*}*/



