* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Arial, sans-serif;
  background: #ffffff;
  color: #18212f;
  line-height: 1.6;
}

html,
body{
    overflow-x:hidden;
}

*::before,
*::after{
    box-sizing:border-box;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  width: 100%;
  display: block;
}

/*==================================================
TOP BAR
==================================================*/

.top-bar{
    position:fixed;
    width:100%;
    background:#050505;
    color:#fff;
    font-size:14px;
    padding:10px 6%;
}

.top-container{
    max-width:1200px;
    margin:auto;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.top-contact{
    display:flex;
    gap:20px;
    align-items:center;
    flex-wrap:wrap;
}

.top-contact span{
    display:flex;
    align-items:center;
    gap:8px;
}

.top-contact i{
    color:#16a34a;
}

.top-socials span{
    color:#ddd;
    font-size:14px;
}


/*==================================================
HEADER
==================================================*/

.header{

    width:100%;

    position:sticky;

    top:0;

    z-index:999;

    background:rgba(247,245,239,.95);

    backdrop-filter:blur(12px);

    border-bottom:1px solid rgba(0,0,0,.08);

}

.navbar{

    max-width:1200px;

    margin:auto;

    padding:15px 6%;

    display:flex;

    justify-content:space-between;

    align-items:center;

}

.logo{

    display:flex;

    align-items:center;

    gap:12px;

}

.logo img{

    width:40px;

    height:40px;

    object-fit:cover;

    border-radius:50%;

}

.logo-text h2{

    font-size:16px;

    margin:0;

}

.logo-text span{

    color:#16a34a;

}

.logo-text p{

    margin:0;

    font-size:8px;

    color:#777;

}

.nav-links{

    display:flex;

    list-style:none;

    gap:32px;

}

.nav-links a{

    font-weight:600;

}

.nav-btn{

    background:#16a34a;

    color:#fff;

    padding:12px 22px;

    border-radius:40px;

}

.menu-btn{

    display:none;

    flex-direction:column;

    gap:5px;

    cursor:pointer;

}

.menu-btn span{

    width:28px;

    height:3px;

    background:#111;

}

/*
.logo {
  font-size: 24px;
  font-weight: 800;
  color: #050505;
}

.logo span {
  color: #16a34a;
}
  */


.nav-links {
  display: flex;
  gap: 32px;
  list-style: none;
}

.nav-links a {
  font-size: 15px;
  font-weight: 600;
  transition: 0.3s;
}

.nav-links a:hover {
  color: #16a34a;
}

.nav-btn,
.btn {
  display: inline-block;
  padding: 13px 24px;
  border-radius: 50px;
  font-weight: 700;
  transition: 0.3s;
}

.nav-btn,
.primary {
  background: #16a34a;
  color: #fff;
}

.nav-btn:hover,
.primary:hover {
  background: #050505;
  transform: translateY(-3px);
}

.secondary {
  border: 1px solid #050505;
  color: #050505;
}

.secondary:hover {
  background: #050505;
  color: #fff;
  transform: translateY(-3px);
}

.menu-btn {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}

.menu-btn span {
  width: 28px;
  height: 3px;
  background: #050505;
}

/*==========================================
            PREMIUM HERO SECTION
==========================================*/

.hero{

    max-width:1200px;

    margin:auto;

    padding:80px 6%;

    display:grid;

    grid-template-columns:1.1fr .9fr;

    gap:60px;

    align-items:center;

}

/* Decorative Background */

.hero::before{

    content:"";

    position:absolute;

    width:650px;

    height:650px;

    border-radius:50%;

    background:rgba(22,163,74,.06);

    top:-260px;

    right:-220px;

}

.hero::after{

    content:"";

    position:absolute;

    width:400px;

    height:400px;

    border-radius:50%;

    background:rgba(22,163,74,.04);

    left:-150px;

    bottom:-150px;

}

/*==============================
LEFT SIDE
==============================*/

.hero-left{

    position:relative;

    z-index:2;

}

.hero-badge{

    display:inline-flex;

    align-items:center;

    gap:10px;

    padding:10px 18px;

    background:#ecfdf3;

    color:#16a34a;

    border-radius:40px;

    font-weight:600;

    font-size:14px;

    margin-bottom:30px;

}

.hero-badge i{

    color:#16a34a;

}

.hero h1{

    font-size:45px;

    line-height:1.15;

    font-weight:800;

    color:#111827;

    margin-bottom:25px;

}



.hero-description{

    max-width:650px;

    color:#6b7280;

    line-height:1.9;

    font-size:16px;

    margin-bottom:35px;

}

/*==============================
FEATURES
==============================*/

.hero-features{

    display:inline-block;

    gap:15px;

    margin-bottom:35px;

}

.feature{

    display:inline-block;

    align-items:center;

    gap:12px;

    font-weight:600;

}

.feature i{

    color:#16a34a;

}

/*==============================
BUTTONS
==============================*/

.hero-buttons{

    display:flex;

    gap:18px;

    flex-wrap:wrap;

    margin-bottom:50px;

}

.hero-buttons .btn{

    padding:15px 30px;

    border-radius:50px;

    font-weight:700;

    transition:.35s;

}

.hero-buttons .primary{

    background:#16a34a;

    color:#fff;

}

.hero-buttons .primary:hover{

    background:#111827;

    transform:translateY(-5px);

}

.hero-buttons .secondary{

    border:2px solid #16a34a;

    color:#16a34a;

    background:#fff;

}

.hero-buttons .secondary:hover{

    background:#16a34a;

    color:#fff;

}

/*==============================
COUNTERS
==============================*/

.hero-counter{

    display:flex;

    gap:45px;

    flex-wrap:wrap;

}

.hero-counter h2{

    color:#16a34a;

    font-size:32px;

    margin-bottom:5px;

}

.hero-counter p{

    color:#6b7280;

}

/*==============================
RIGHT SIDE
==============================*/

.hero-right{

    position:relative;

    display:flex;

    justify-content:center;

    z-index:2;

}

.hero-image-box{

    position:relative;

    width:100%;

    max-width:540px;

}

.hero-image-box img{

    width:100%;

    height:680px;

    object-fit:cover;

    border-radius:35px;

    box-shadow:0 30px 60px rgba(0,0,0,.15);

}

/*==============================
FLOATING CARDS
==============================*/
.floating-card{

    position:absolute;

    background:#fff;

    padding:18px;

    border-radius:16px;

    box-shadow:0 15px 35px rgba(0,0,0,.12);

    width:220px;

}

.floating-card i{

    width:55px;

    height:55px;

    border-radius:50%;

    background:#16a34a;

    color:#fff;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:22px;

}

.floating-card h4{

    margin-bottom:4px;

    color:#111827;

}

.floating-card p{

    font-size:14px;

    color:#6b7280;

}

.card-one{

    left:-45px;

    top:70px;

}

.card-two{

    right:-45px;

    bottom:90px;

}

/*==============================
EXPERIENCE BADGE
==============================*/

.experience-badge{

    position:absolute;

    bottom:20px;

    left:10%;

    transform:translateX(-50%);

    background:#16a34a;

    color:#fff;

    padding:10px;

    border-radius:20px;

    text-align:center;

    width:180px;

    box-shadow:0 20px 35px rgba(22,163,74,.35);

}

.experience-badge h3{

    font-size:30px;

}

.experience-badge p{

    font-size:13px;

}

/*==============================
ANIMATION
==============================*/

@keyframes floatCard{

    0%{

        transform:translateY(0);

    }

    50%{

        transform:translateY(-10px);

    }

    100%{

        transform:translateY(0);

    }

}


.brands {
  background: #050505;
  color: #fff;
  text-align: center;
  padding: 28px 6%;
  font-weight: 600;
}

.section {
  padding: 100px 6%;
  max-width: 1200px;
  margin: auto;
}

.about {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 60px;
  align-items: center;
}

.about-img img {
  height: 520px;
  object-fit: cover;
  border-radius: 28px;
}

.about-text h2,
.section-heading h2,
.why h2,
.cta h2,
.contact h2 {
  font-size: 35px;
  line-height: 1.2;
  color: #050505;
  margin-bottom: 18px;
}

.about-text p,
.why p,
.cta p,
.contact p {
  color: #555f6e;
  margin-bottom: 18px;
}

.section-heading {
  text-align: center;
  max-width: 750px;
  margin: 0 auto 55px;
}

.service-grid,
.insight-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
/*==================================
SERVICES
==================================*/

.services{

    padding:100px 6%;

    background:#f8fafc;

}

.service-card::before{

content:"";

display:block;

width:60px;

height:4px;

background:#16a34a;

border-radius:20px;

margin-bottom:20px;

transition:.3s;

}

.service-card:hover::before{

width:90px;

}

.section-heading{

    text-align:center;

    max-width:750px;

    margin:auto auto 70px;

}

.section-heading h2{

    font-size:42px;

    margin:15px 0;

    color:#111827;

}

.section-heading p{

    color:#6b7280;

    font-size:17px;

    line-height:1.7;

}

.service-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;

}

.service-card{

    background:#fff;

    padding:40px 30px;

    border-radius:22px;

    transition:.35s;

    box-shadow:0 10px 30px rgba(0,0,0,.06);

    border:1px solid #edf2f7;

}

.service-card:hover{

    transform:translateY(-12px);

    box-shadow:0 25px 45px rgba(22,163,74,.18);

}

.service-icon{

    width:75px;

    height:75px;

    border-radius:50%;

    background:linear-gradient(135deg,#16a34a,#0f7a36);

    display:flex;

    justify-content:center;

    align-items:center;

    color:#fff;

    font-size:30px;

    margin-bottom:25px;

    transition:.35s;

}

.service-card:hover .service-icon{

    transform:rotate(-10deg) scale(1.1);

}

.service-card h3{

    margin-bottom:15px;

    color:#111827;

    font-size:22px;

}

.service-card p{

    color:#6b7280;

    line-height:1.8;

    font-size:15px;

}



.team{
    background:#ffffff;
}

.team-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
    margin-top:30px;
}

.team-card{
    background:#fff;
    border-radius:25px;
    overflow:hidden;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    transition:.4s;
}

.team-card:hover{
    transform:translateY(-10px);
    box-shadow:0 25px 60px rgba(0,0,0,.15);
}

.team-card img{
    width:100%;
    height:520px;
    object-fit:cover;
}

.team-content{
    padding:30px;
}

.team-content h3{
    font-size:24px;
    color:#050505;
    margin-bottom:8px;
}

.team-content span{
    color:#16a34a;
    font-weight:600;
    display:block;
    margin-bottom:15px;
}

.team-content p{
    color:#666;
    margin-bottom:25px;
    line-height:1.8;
}

.team-content a{
    display:inline-flex;
    align-items:center;
    gap:10px;
    background:#16a34a;
    color:#fff;
    padding:12px 24px;
    border-radius:50px;
    font-weight:600;
    transition:.3s;
}

.team-content a:hover{
    background:#0e7f37;
    transform:translateY(-3px);
}

@media(max-width:900px){

    .team-grid{
        grid-template-columns:1fr;
    }

}

.advisor-profile{

    max-width:1200px;
    margin:auto;
    padding:140px 6% 100px;

    display:grid;
    grid-template-columns:450px 1fr;
    gap:60px;
    align-items:center;

}

.advisor-image img{

    width:100%;
    height:650px;
    object-fit:cover;
    border-radius:25px;

}

.advisor-details h1{

    font-size:55px;
    margin-bottom:15px;
    color:#050505;

}

.advisor-details h3{

    color:#16a34a;
    margin-bottom:25px;

}


.advisor-details p{

    line-height:1.9;
    color:#555;
    margin-bottom:20px;

}

.advisor-details .btn{

    margin-top:20px;

}

@media(max-width:900px){

    .advisor-profile{

        grid-template-columns:1fr;

    }

    .advisor-image img{

        height:500px;

    }

    .advisor-details h1{

        font-size:40px;

    }

}

.why {
  max-width: none;
  background: #050505;
  color: #fff;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}

.why-content,
.why-list {
  max-width: 560px;
}

.why h2,
.why h3 {
  color: #fff;
}

.why p {
  color: #d1d5db;
}

.why-list div {
  border-bottom: 1px solid #16a34a;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.why .section-tag {
color:#16a34a ;
}


/* =====================================
   RESPONSIVE LOGO
====================================== */

.logo{
    display:flex;
    align-items:center;
    gap:12px;
    text-decoration:none;
    flex-shrink:0;
}

.logo img{
    width:25px;
    height:25px;
    object-fit:contain;
}

.logo-text{
    display:flex;
    flex-direction:column;
    line-height:1.1;
}

.logo-text h2{
    margin:0;
    font-size:12px;
    font-weight:700;
    color:#111;
}

.logo-text span{
    color:#16a34a;
}

.logo-text p{
    margin:0;
    font-size:10px;
    letter-spacing:2px;
    text-transform:uppercase;
    color:#666;
}

@media (max-width:992px){

.logo img{
    width:22px;
    height:30px;
    border-radius:12px;
}

.logo-text h2{
    font-size:12px;
}

.logo-text p{
    font-size:4.5px;
}

}

.insight-card {
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  transition: 0.35s;
}

.insight-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 22px 45px rgba(0,0,0,0.1);
}

.insight-card img {
  height: 220px;
  object-fit: cover;
}

.insight-card div {
  padding: 25px;
}

.insight-card h3 {
  color: #050505;
  margin-bottom: 10px;
}

.insight-card p {
  color: #5f6b7a;
}

.cta-box {
  background: linear-gradient(135deg, #050505, #0b1624);
  color: #fff;
  padding: 70px 8%;
  border-radius: 32px;
  text-align: center;
}

.cta-box h2 {
  color: #fff;
}

.cta-box p {
  color: #d1d5db;
  max-width: 650px;
  margin: 0 auto 28px;
}

.contact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}

.contact-form {
  background: #fff;
  padding: 35px;
  border-radius: 24px;
  box-shadow: 0 20px 45px rgba(0,0,0,0.08);
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 15px;
  margin-bottom: 16px;
  border: 1px solid #ddd;
  border-radius: 12px;
  font-size: 15px;
  outline: none;
}

.contact-form textarea {
  height: 150px;
  resize: none;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #16a34a;
}

.contact-form button {
  border: none;
  cursor: pointer;
  width: 100%;
}

.footer {
  background: #0b1624;
  color: #fff;
  text-align: center;
  padding: 45px 6%;
}

.footer p {
  color: #d1d5db;
  margin-top: 10px;
  font-size:8px;
}


.copy {
  font-size: 14px;
  opacity: 0.75;
}

.reveal {
  opacity: 0;
  transform: translateY(45px);
  transition: 0.8s ease;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 900px) {
  .nav-links,
  .nav-btn {
    display: none;
  }

  .menu-btn {
    display: flex;
  }

  .nav-links.active {
    display: flex;
    position: absolute;
    top: 72px;
    left: 0;
    width: 100%;
    background: #ffffff;
    flex-direction: column;
    padding: 25px 6%;
    border-bottom: 1px solid rgba(0,0,0,0.08);
  }

  
  .about,
  .why,
  .contact {
    grid-template-columns: 1fr;
  }

 
  .hero h1 {
    font-size: 40px;
  }

  .hero-image img {
    height: 420px;
  }

  .service-grid,
  .insight-grid {
    grid-template-columns: 1fr;
  }

  .about-text h2,
  .section-heading h2,
  .why h2,
  .cta h2,
  .contact h2 {
    font-size: 32px;
  }

  .card-one,
  .card-two {
    display: block;
  }
}

@media (max-width: 500px) {
  .hero h1 {
    font-size: 30px;
  }

  .hero-text {
    font-size: 14px;
  }

  .hero-buttons {
    flex-direction: column;
  }

  .btn {
    text-align: center;
  }

  .section {
    padding: 75px 6%;
  }

  .about-img img,
  .hero-image img {
    height: 360px;
  }
}

.top-bar{

    width:100%;

    background:#050505;

    color:#fff;

    font-size:12px;

    padding:10px 6%;

    position:relative;

    top:0;

    left:0;

    z-index:2;

    margin:0;

}

.top-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.top-contact,
.top-socials{
    display:flex;
    align-items:center;
    gap:18px;
    flex-wrap:wrap;
}

.top-socials a{
    display:flex;
    align-items:center;
    gap:6px;
    color:#fff;
    font-size:14px;
    font-weight:500;
    text-decoration:none;
    transition:0.3s ease;
}

.top-socials a i{
    color:#16a34a;
    font-size:15px;
}

.top-socials span {

    font-size:10px;
}

.top-socials a:hover{
    color:#16a34a;
}

.top-socials a:hover i{
    color:#fff;
}
/*
@media (max-width:768px){

    .top-container{
        flex-direction:column;
        gap:8px;
        text-align:center;
    }

    .top-contact{
        flex-direction:column;
        gap:6px;
    }

    .top-socials{
        justify-content:center;
        gap:10px;
    }

    .top-socials a{
        font-size:10px;
    }

}

*/

.footer{
    background:#050505;
    color:#fff;
    padding:40px 6% 25px;
}

.footer-container{

    max-width:1200px;

    margin:auto;

    display:grid;

    grid-template-columns:1fr 1fr 1fr 1.3fr;

    gap:50px;

    padding:50px 20px;

}
.footer-logo{

    display:flex;

    align-items:center;

    gap:12px;

    margin-bottom:20px;

}

.footer-logo img{

    width:30px;

    height:30px;

    object-fit:cover;

    border-radius:8px;

}

.footer-logo span{
    color:#16a34a;
}

.footer-text{

display:flex;

flex-direction:column;

}

.footer-text span{

color:#2E8B57;

}

.footer-text h2{

    margin:0;

    color:#fff;

    font-size:18px;

}

.footer-text p{

margin:0;

font-size:11px;

color:#bbb;

letter-spacing:2px;

}

.footer-column p{
    color:#bdbdbd;
    line-height:1.8;
}

.footer-column h3{
    margin-bottom:25px;
    color:#fff;
    font-size:20px;
}

.footer-column ul{
    list-style:none;
}

.footer-column ul li{
    margin-bottom:14px;
}

.footer-column ul li a{
    color:#bdbdbd;
    transition:.3s;
}

.footer-column ul li a:hover{
    color:#16a34a;
    padding-left:5px;
}

.footer-socials{
    display:flex;
    gap:15px;
    margin-top:25px;
}

.footer-socials a{
    width:42px;
    height:42px;
    background:#111;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    transition:.3s;
}

.footer-socials a:hover{
    background:#16a34a;
    transform:translateY(-4px);
}

.footer-contact p{
    margin-bottom:15px;
}

.footer-btn{
    display:inline-block;
    margin-top:20px;
    padding:14px 25px;
    background:#16a34a;
    color:#fff;
    border-radius:40px;
    font-weight:600;
    transition:.3s;
}

.footer-btn:hover{
    background:#0e7a35;
}

.footer-bottom{
    border-top:1px solid rgba(255,255,255,.08);
    margin-top:60px;
    padding-top:25px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
    flex-wrap:wrap;
}

.footer-policy{
    display:flex;
    gap:25px;
}

.footer-policy a{
    color:#bdbdbd;
}

.footer-policy a:hover{
    color:#16a34a;
}

@media(max-width:900px){

    .footer-container{
        grid-template-columns:1fr 1fr;
    }

}

@media(max-width:600px){

    .footer-container{
        grid-template-columns:1fr;
    }

    .footer-bottom{
        flex-direction:column;
        text-align:center;
    }

    .footer-policy{
        flex-wrap:wrap;
        justify-content:center;
    }

}/*====================================
PAGE HERO
=====================================*/

.page-hero{
    padding:90px 6% 70px;
    background:linear-gradient(135deg,#050505,#0f2f1d);
    color:#fff;
    text-align:center;
}

.page-hero h1{
    max-width:850px;
    margin:0 auto 20px;
    font-size:52px;
    line-height:1.15;
}

.page-hero p{
    max-width:750px;
    margin:auto;
    color:#d1d5db;
    font-size:18px;
}

@media(max-width:900px){

    .page-hero{

        padding:65px 20px 50px;

    }

    .page-hero h1{

        font-size:34px;

    }

    .page-hero p{

        font-size:16px;

    }

}
.newsletter{
    padding:100px 6%;
    background:#f5f5f5;
}

.newsletter-content{
    max-width:800px;
    margin:auto;
    text-align:center;
}

.newsletter-content h2{
    margin-bottom:20px;
}

.newsletter-content form{
    margin-top:30px;
    display:flex;
    justify-content:center;
    gap:10px;
    flex-wrap:wrap;
}

.newsletter-content input{
    width:350px;
    padding:15px;
    border:1px solid #ddd;
    border-radius:50px;
}

.newsletter-content button{
    background:#16a34a;
    color:#fff;
    border:none;
    padding:15px 25px;
    border-radius:50px;
}
.whatsapp-float{
    position:fixed;
    bottom:25px;
    right:25px;
    width:60px;
    height:60px;
    background:#25d366;
    color:#fff;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:30px;
    z-index:999;
    box-shadow:0 10px 25px rgba(0,0,0,.2);
}

/* =====================================
   HERO MOBILE FIX
====================================== */

@media screen and (max-width:768px){

    .hero-image{
        position:relative;
        width:100%;
        max-width:360px;
        margin:40px auto;
        overflow:visible;
    }

    .hero-image img{
        width:100%;
        height:auto;
        border-radius:20px;
    }

    .floating-card{
        position:absolute;
        z-index:20;
        padding:10px 15px;
        width:150px;
    }

    .card-one{
        top:20px;
        left:10px;
    }

    .card-two{
        bottom:20px;
        right:10px;
    }

    .floating-card h4{
        font-size:12px;
    }

    .floating-card p{
        font-size:11px;
    }

}

/*==================================
SERVICES RESPONSIVE
==================================*/

@media(max-width:992px){

.service-grid{

grid-template-columns:repeat(2,1fr);

gap:25px;

}

}

@media(max-width:768px){

.services{

padding:70px 20px;

}

.section-heading h2{

font-size:32px;

}

.section-heading p{

font-size:15px;

}

.service-grid{

grid-template-columns:1fr;

}

.service-card{

text-align:center;

padding:35px 25px;

}

.service-icon{

margin:0 auto 25px;

}

}

@media(max-width:480px){

.service-card{

padding:30px 20px;

}

.service-icon{

width:65px;

height:65px;

font-size:26px;

}

.service-card h3{

font-size:20px;

}

}


/*==================================================
RESPONSIVE
==================================================*/

@media(max-width:900px){

.top-bar{

    padding:8px 15px;

}

.top-container{

    flex-direction:column;

    gap:8px;

    text-align:center;

}

.top-contact{

    justify-content:center;

    font-size:13px;

}

.top-socials{

    display:flex;

}

.logo img{

    width:25px;

    height:25px;

}

.logo-text h2{

    font-size:8px;

}

.logo-text p{

    font-size:8px;

}

.nav-links{

    display:none;

}

.nav-btn{

    display:none;

}

.menu-btn{

    display:flex;

}

.nav-links.active{

    display:flex;

    position:absolute;

    top:100%;

    left:0;

    width:100%;

    background:#fff;

    flex-direction:column;

    padding:25px;

    box-shadow:0 10px 30px rgba(0,0,0,.1);

}

.hero{

    grid-template-columns:1fr;

    text-align:center;

    padding:60px 20px;

}

.hero-image{

    order:-1;

}

.hero-image img{

    height:auto;

}

.floating-card{

    position:relative;

    top:auto;

    left:auto;

    right:auto;

    bottom:auto;

    width:100%;

    margin-top:15px;

}

}
/*==========================================
            HERO RESPONSIVE
==========================================*/

@media(max-width:992px){

.hero{

overflow:hidden;

}

.hero-image-box{

position:relative;

overflow:hidden;

margin-top:50px;

}

.hero-description{

margin:auto;

}

.hero-features{

justify-content:center;
display:inline-block;
}

.feature{

display:inline-block;

justify-content:center;

}

.hero-buttons{

justify-content:center;

}

.hero-counter{

justify-content:center;

}

.card-one{

left:15px;

top:20px;

}

.card-two{

right:15px;

bottom:20px;

}

}

@media(max-width:768px){

.hero{

overflow:hidden;

padding:60px 20px;

}

.hero::before,
.hero::after{

display:none;

}

.hero h1{

font-size:38px;

}

.hero-description{

font-size:16px;

}

.hero-image-box{

position:relative;

overflow:hidden;

width:100%;

}

.hero-image-box img{

width:100%;

height:500px;

object-fit:cover;

}

.floating-card{

max-width:220px;

padding:12px;

}

.floating-card i{

width:45px;

height:45px;

font-size:18px;

}

.card-one{

left:12px;

top:12px;

}

.card-two{

right:12px;

bottom:12px;

}

.experience-badge{

   left:25%;

    bottom:10px;

    transform:translateX(-50%);

    width:150px;

    padding:10px;

}

.experience-badge h3{

font-size:16px;

}

.experience-badge p{

font-size:12px;

}

.hero-counter{

gap:20px;

}

.hero-counter h2{

font-size:20px;

}

}

@media(max-width:480px){

html,
body{

overflow-x:hidden;

width:100%;

}

.hero{

overflow:hidden;

padding:50px 15px;

}

.hero-image-box{

position:relative;

overflow:hidden;

width:100%;

}

.hero-image-box img{

width:100%;

height:420px;

object-fit:cover;

}

.hero h1{

font-size:30px;

}

.hero-badge{

font-size:12px;

}

.hero-description{

font-size:15px;

}

.card-one{

left:8px;

top:8px;

}

.card-two{

right:8px;

bottom:8px;

}

.floating-card{

width:165px;

padding:10px;

}

.floating-card h4{

font-size:13px;

}

.floating-card p{

font-size:11px;

}

}