/********** Template CSS **********/
:root {
    --primary: #B78D65;
    --light: #F8F8F8;
    --dark: #252525;
}

h1,
h2,
.h1,
.h2,
.fw-bold {
    font-weight: 600 !important;
}

h3,
h4,
.h3,
.h4,
.fw-medium {
    font-weight: 500 !important;
}

h5,
h6,
.h5,
.h6,
.fw-normal {
    font-weight: 400 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn-outline-body {
    color: var(--primary);
    border-color: #777777;
}

.btn-outline-body:hover {
    color: #FFFFFF;
    background: var(--primary);
    border-color: var(--primary);
}


/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 30px 0;
    color: white;
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: rgb(0, 0, 0);
}

.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.owl-carousel-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.038);
}

@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }

    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item p {
        font-size: 16px !important;
    }
}

.header-carousel .owl-dots {
    position: absolute;
    width: 60px;
    height: 100%;
    top: 0;
    right: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header-carousel .owl-dots .owl-dot {
    position: relative;
    width: 45px;
    height: 45px;
    margin: 5px 0;
    background: var(--dark);
    transition: .5s;
}

.header-carousel .owl-dots .owl-dot.active {
    width: 60px;
    height: 60px;
}

.header-carousel .owl-dots .owl-dot img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 2px;
    transition: .5s;
    opacity: .3;
}

.header-carousel .owl-dots .owl-dot.active img {
    opacity: 1;
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}


/*** Section Title ***/
.section-title {
    color: var(--primary);
    font-weight: 600;
    letter-spacing: 5px;
    text-transform: uppercase;
}


/*** Facts ***/
.fact-item .fact-icon {
    width: 120px;
    height: 120px;
    margin-top: -60px;
    margin-bottom: 1.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border-radius: 120px;
    transition: .5s;
}

.fact-item:hover .fact-icon {
    background: var(--dark);
}

.fact-item .fact-icon i {
    color: var(--primary);
    transition: .5;
}

.fact-item:hover .fact-icon i {
    color: #FFFFFF;
}


/*** About & Feature ***/
.about-img,
.feature-img {
    position: relative;
    height: 100%;
    min-height: 400px;
}

.about-img img,
.feature-img img {
    position: absolute;
    width: 60%;
    height: 80%;
    object-fit: cover;
}

.about-img img:last-child,
.feature-img img:last-child {
    margin: 20% 0 0 40%;
}

.about-img::before,
.feature-img::before {
    position: absolute;
    content: "";
    width: 60%;
    height: 80%;
    top: 10%;
    left: 20%;
    border: 5px solid var(--primary);
    z-index: -1;
}


/*** Service ***/
.service-item .bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.service-item .service-text {
    background: var(--light);
    transition: .5s;
}

.service-item:hover .service-text {
    background: rgba(0, 0, 0, .7);
}

.service-item * {
    transition: .5;
}

.service-item:hover * {
    color: #FFFFFF;
}

.service-item .btn {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    color: var(--dark);
    background: #FFFFFF;
    white-space: nowrap;
    overflow: hidden;
    transition: .5s;
}

.service-item:hover .btn {
    width: 140px;
}


/*** Project ***/
.project .nav .nav-link {
    background: var(--light);
    transition: .5s;
}

.project .nav .nav-link.active {
    background: var(--primary);
}

.project .nav .nav-link.active h3 {
    color: #FFFFFF !important;
}


/*** Team ***/
.team-items {
    margin: -.75rem;
}

.team-item {
    padding: .75rem;
}

.team-item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: #FFFFFF;
    transition: .5s;
    z-index: -1;
}

.team-item:hover::after {
    height: 100%;
    background: var(--primary);
}

.team-item .team-social {
    position: absolute;
    width: 100%;
    bottom: -20px;
    left: 0;
}

.team-item .team-social .btn {
    display: inline-flex;
    margin: 0 2px;
    color: var(--primary);
    background: var(--light);
}

.team-item .team-social .btn:hover {
    color: #FFFFFF;
    background: var(--primary);
}


/*** Appointment ***/
.bootstrap-datetimepicker-widget.bottom {
    top: auto !important;
}

.bootstrap-datetimepicker-widget .table * {
    border-bottom-width: 0px;
}

.bootstrap-datetimepicker-widget .table th {
    font-weight: 500;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    padding: 10px;
    border-radius: 2px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background: var(--primary);
}

.bootstrap-datetimepicker-widget table td.today::before {
    border-bottom-color: var(--primary);
}


/*** Testimonial ***/
.testimonial-carousel {
    display: flex !important;
    flex-direction: column-reverse;
    max-width: 700px;
    margin: 0 auto;
}

.testimonial-carousel .owl-dots {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.testimonial-carousel .owl-dots .owl-dot {
    position: relative;
    width: 60px;
    height: 60px;
    margin: 0 5px;
    transition: .5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .owl-dots .owl-dot::after {
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--primary);
    background: #FFFFFF;
    border-radius: 40px;
    transition: .5s;
    opacity: 0;
}

.testimonial-carousel .owl-dots .owl-dot.active::after {
    opacity: 1;
}

.testimonial-carousel .owl-dots .owl-dot img {
    opacity: .4;
    transition: .5s;
}

.testimonial-carousel .owl-dots .owl-dot.active img {
    opacity: 1;
}


/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #777777;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--primary);
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .form-control {
    border-color: #777777;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}

/* slider section */
.slider_section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
  color: #3b3a3a;
  padding-bottom: 90px;
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section .detail_box {
  color: #000000;
}

.slider_section .detail_box h1 {
  text-transform: uppercase;
  font-weight: bold;
}

.slider_section .detail_box p {
  margin-top: 20px;
}

.slider_section .detail_box a {
  display: inline-block;
  padding: 10px 40px;
  background-color: #4b208c;
  color: #ffffff;
  border-radius: 35px;
  margin-top: 35px;
}

.slider_section .detail_box a:hover {
  background-color: #5625a1;
}

.slider_section .img_container {
  border: 7px solid #7b57b2;
  border-radius: 100%;
  overflow: hidden;
}

.slider_section .img_container div#carouselExampleContarols {
  width: 100%;
  position: unset;
}

.slider_section .img_container .img-box img {
  width: 100%;
  
}

.slider_section .carousel-control-prev,
.slider_section .carousel-control-next {
  top: initial;
  left: initial;
  bottom: 5%;
  right: 10%;
  width: 45px;
  height: 45px;
  border: none;
  border-radius: 100%;
  opacity: 1;
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: center;
}

.slider_section .carousel-control-prev {
  background-image: url(../images/prev.png);
  background-color: #ffffff;
  -webkit-transform: translate(-85px, 30px);
          transform: translate(-85px, 30px);
}

.slider_section .carousel-control-next {
  background-image: url(../images/next.png);
  background-color: #4b208c;
  -webkit-transform: translate(-45px, 0);
          transform: translate(-45px, 0);
}

  .hbout-section {
        width: 100%;
        display: flex;
        justify-content: center;
        padding: 60px 40px;
        box-sizing: border-box;
    }

    .hbout-container {
        max-width: 1400px;
        width: 100%;
        display: flex;
        align-items: flex-start;
        gap: 50px;
    }

    /* LEFT CONTENT */
    .hbout-left {
        flex: 1;
    }

    .hbout-left h2 {
        font-size: 36px;
        font-weight: 700;
        margin-bottom: 20px;
        color: #000;
    }

    .hbout-left p {
        font-size: 18px;
        line-height: 1.7;
        color: #333;
        margin-bottom: 25px;
    }

    .know-more {
        display: flex;
        align-items: center;
        font-size: 18px;
        margin-top: 20px;
        font-weight: 600;
        cursor: pointer;
    }

    .know-more i {
        font-size: 22px;
        margin-right: 10px;
    }

    /* RIGHT IMAGE */
    .hbout-right img {
        width: 600px;
        height: 380px;
        object-fit: cover;
        border-radius: 6px;
        margin-top: 100px;
    }

    /* RESPONSIVE */
    @media (max-width: 992px) {
        .hbout-container {
            flex-direction: column;
        }

        .hbout-right img {
        width: 100%;
        height: 222px;
        margin-top: 0px;
        }
    }

    /* -------- Team Section Styling ------- */
.team-section{
    text-align: center;
    padding: 50px 20px;
}

.team-section h5{
    display: inline-block;
    background: #00c897;
    color: #fff;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 14px;
}
.team-section h2{
    font-size: 32px;
    margin-top: 15px;
}
.team-section p{
    color: #666;
    max-width: 600px;
    margin: 10px auto 40px;
    line-height: 1.6;
}

/* -------- Grid Styling ------- */
.team-container{
    max-width: 1100px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.team-box{
    text-align: center;
}
.team-box img{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 10px;
}
.team-box h3{
    margin: 5px 0;
}

/* -------- MOBILE: Show Only 3 Profiles ------- */
@media (max-width: 600px){
    .team-box{
        display: none;
    }
    .team-box:nth-child(-n+3){
        display: block;
    }
}

/* See More button */
#seeMoreBtn{
    margin-top: 25px;
    padding: 12px 25px;
    background: #ff9100;
    border: none;
    color: #fff;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    display: none;
}

/* Show button only on mobile */
@media (max-width: 600px){
    #seeMoreBtn{
        display: inline-block;
    }
}

/* Scroll Animation */
.team-box {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.6s ease;
}

.team-box.show {
    opacity: 1;
    transform: translateY(0);
}



/* -------- Team Section Styling ------- */
.team-section{
    text-align: center;
    padding: 50px 20px;
}

.team-section h5{
    display: inline-block;
    background: #00c897;
    color: #fff;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 14px;
}
.team-section h2{
    font-size: 32px;
    margin-top: 15px;
}
.team-section p{
    color: #666;
    max-width: 600px;
    margin: 10px auto 40px;
    line-height: 1.6;
}

/* -------- Grid Styling ------- */
.team-container{
    max-width: 1100px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 30px;
}

.team-box{
    text-align: center;
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.6s ease;
}

.team-box.show{
    opacity: 1;
    transform: translateY(0);
}

.team-box img{
    width: 100px;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 10px;
}
.team-box h3{
    margin: 5px 0;
}
.team-box span{
    color: #000000;
    font-size: 13px;
}

.team-box:hover {
    transform: translateY(-10px) scale(1.05);
    transition: all 0.3s ease;
}

.team-box:hover img {
    transform: scale(1.1);
    transition: all 0.3s ease;
}

.team-box:hover h3 {
    color: #ff9100;
    transition: 0.3s ease;
}


/* -------- MOBILE: Show Only First 4 in 2x2 Grid ------- */
@media (max-width: 600px){

    .team-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .team-box{
        display: none;
    }

    .team-box:nth-child(-n+4){
        display: block;
    }

    #seeMoreBtn{
        display: inline-block;
    }
}

/* See More Button */
#seeMoreBtn{
    margin-top: 25px;
    padding: 12px 25px;
    background: #00c897;
    border: none;
    color: #fff;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    /*display: none;*/
}

     .full-rect {
            width: 100%;
            height: 300px; /* change height if needed */
            background-image: url(https://savree-storage.s3.amazonaws.com/Articles/optimised/Transmission%20Towers.png);
            background-size: cover;
            background-position: bottom;
        }

.clients-section {
    width: 100%;
    overflow: hidden;
    padding: 50px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.clients-track {
    display: flex;
    gap: 90px;
    width: max-content;
    animation: scroll 80s linear infinite;
    align-items: center;
}

.client-card img {
    width: 220px;      /* ✅ Same width for all */
    height: 220px;     /* ✅ Same height for all */
    object-fit: fill;  /* ❌ no aspect ratio priority, full fill */
    background: white;
    transition: transform 0.4s ease-in-out;
}

/* Hover Zoom */
.client-card img:hover {
    transform: scale(1.4);
}

@keyframes scroll {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

 #services {
    padding: 70px 0;
    background: #ffffff;
    text-align: center;
    font-family: Poppins, sans-serif;
  }

  .container {
    width: 90%;
    margin: auto;
  }

  #services h2 {
    font-size: 36px;
    font-weight: 600;
    background: linear-gradient(45deg, #000000, #ff9100);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 10px;
  }

  .services-box {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
    margin-top: 40px;
  }

  .service {
    background: #f8fafc;
    padding: 20px;
    border-radius: 16px;
    border: 2px solid #e2e8f0;
    opacity: 0;
    transform: translateY(45px);
    transition: 0.4s ease, opacity 0.7s, transform 0.7s;
  }

  /* Card hover */
  .service:hover {
    transform: translateY(-12px) scale(1.04);
    box-shadow: 0 4px 30px rgba(59,130,246,0.3);
    border-color: #bf6727;
  }

  /* Image styling */
  .service img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 15px;
    transition: 0.4s ease;
    border: 2px solid #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.06);
  }

  /* Image hover motion */
  .service:hover img {
    transform: scale(1.07);
    box-shadow: 0 0 18px rgba(59,130,246,0.4);
  }

  .service h3 {
    font-size: 22px;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 6px;
  }

  .service p {
    color: #64748b;
    font-size: 14.6px;
    line-height: 1.5;
  }

  /* Bottom button */
  .bottom-more {
    margin-top: 45px;
  }

  .bottom-btn {
    text-decoration: none;
    background: #ff963a;
    color: #ffffff;
    padding: 12px 26px;
    border-radius: 5.25rem;
    font-size: 15px;
    font-weight: 600;
    transition: 0.3s;
  }

  .bottom-btn:hover {
    background: #ff771d;
    color:black;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  }

  /* Scroll animation active */
  .service.show, .fade-in.show {
    opacity: 1;
    transform: translateY(0);
  }

  .fade-in {
    opacity: 0;
    transform: translateY(-18px);
    transition: 0.7s ease-out;
  }



  *,
*::before,
*::after {
  box-sizing: border-box;
}

.main {
  max-width: 1200px;
  margin: 0 auto;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.cards_item {
  display: flex;
  padding: 1rem;
}

.card_image {
  position: relative;
  max-height: 250px;
}

.card_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card_price {
  position: absolute;
  bottom: 8px;
  right: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 0.25rem;
  background-color: #c89b3f;
  font-size: 18px;
  font-weight: 700;
}

.card_price span {
  font-size: 12px;
  margin-top: -2px;
}

.note {
  position: absolute;
  top: 8px;
  left: 8px;
  padding: 4px 8px;
  border-radius: 0.25rem;
  background-color: #c89b3f;
  font-size: 14px;
  font-weight: 700;
}

@media (min-width: 40rem) {
  .cards_item {
    width: 50%;
  }
}

@media (min-width: 56rem) {
  .cards_item {
    width: 33.3333%;
  }
}

.card {
  background-color: white;
  border-radius: 0.25rem;
  box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.card_content {
  position: relative;
  padding: 16px 12px 32px 24px;
  margin: 16px 8px 8px 0;
  max-height: 290px;
  overflow-y: scroll;
}

.card_content::-webkit-scrollbar {
  width: 8px;
}

.card_content::-webkit-scrollbar-track {
  box-shadow: 0;
  border-radius: 0;
}

.card_content::-webkit-scrollbar-thumb {
  background: #c89b3f;
  border-radius: 15px;
}

.card_title {
  position: relative;
  margin: 0 0 24px;
  padding-bottom: 10px;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
}

.card_title::after {
  position: absolute;
  display: block;
  width: 50px;
  height: 2px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #c89b3f;
  content: "";
}

hr {
  margin: 24px auto;
  width: 50px;
  border-top: 2px solid #c89b3f;
}

.card_text p {
  margin: 0 0 24px;
  font-size: 14px;
  line-height: 1.5;
}

.card_text p:last-child {
  margin: 0;
}

.card_button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding-bottom: 10px;
}

.see_more {
  background-color: #ff963a;
  border: none;
  color: white;
  padding: 10px 22px;
  font-size: 15px;
  font-weight: 700;
  border-radius: 5.25rem;
  cursor: pointer;
  transition: 0.3s;
}

.see_more:hover {
   background: #ff771d;
    color:black;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  
}



  .sectionVM {
    padding: 90px 20px;
  }

  .headerVM {
    text-align: center;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 70px;
  }

  .vmWrapper {
    display: flex;
    justify-content: center;
    gap: 50px;
    flex-wrap: wrap;
    padding: 10px;
  }

  .vmBox {
    width: 705px;
    background: #ffe8d5;
    border-radius: 0 20px 20px 0;
    box-shadow: 0 8px 22px rgba(0,0,0,0.05);
    padding: 35px;
    display: flex;
    align-items: center;
    gap: 22px;
    opacity: 0;
    transform: translateY(50px);
    transition: 0.9s ease-out;
    border-left: 6px solid;
    border-image: linear-gradient(180deg, orange, red) 1;
    cursor: pointer;
  }

  .vmBox.visible {
    opacity: 1;
    transform: translateY(0);
  }

  /* 🔥 Hover Animation */
  .vmBox:hover {
    transform: translateY(-8px) scale(1.01);
    box-shadow: 0 12px 30px rgba(255,69,0,0.22);
    transition: 0.3s ease-in-out;
  }

  .vmBox:hover .circleIcon {
    transform: scale(1.12) rotate(6deg);
    box-shadow: 0 0 20px rgba(255,0,0,0.35);
    transition: 0.3s;
  }

  .circleIcon {
    min-width: 90px;
    height: 90px;
    background: linear-gradient(135deg, orange, red);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    color: white;
    transition: 0.3s ease;
  }

  .vmContent h3 {
    font-size: 26px;
    font-weight: 600;
    margin: 0 0 8px 0;
  }

  .vmContent p {
    font-size: 16px;
    opacity: 1;
    line-height: 1.7;
    margin: 0;
    color:black;
  }

  .scrollLine {
    position: fixed;
    top: 0;
    left: 0;
    height: 5px;
    width: 0%;
    background: linear-gradient(90deg, orange, red);
    transition: width 0.2s;
    z-index: 100;
    border-radius: 0 6px 6px 0;
  }

  /* 📱 Mobile Responsive */
  @media (max-width: 768px) {
    .vmWrapper {
      gap: 60px;
    }
    .vmBox {
      width: 100%;
      max-width: 340px;
      padding: 22px;
      flex-direction: column;
      text-align: center;
      gap: 14px;
      border-left: none;
      border-top: 6px solid;
      border-image: linear-gradient(90deg, orange, red) 1;
    }
    .circleIcon {
      min-width: 82px;
      height: 82px;
      font-size: 36px;
    }
    .headerVM {
      font-size: 34px;
      margin-bottom: 50px;
    }
  }
  .about-section {
  max-width: 1000px;
  margin: 60px auto;
  background: #ffffff;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  position: relative;
  opacity: 0;
  transform: translateY(40px);
  transition: 1s ease;
}

.about-section.show {
  opacity: 1;
  transform: translateY(0);
}

h2 {
  text-align: center;
  color: #222;
  font-size: 32px;
  font-weight: 700;
}


@keyframes typing {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

@keyframes blink {
  50% {
    border-color: transparent;
  }
}

  .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}

.emeg-box img {
  width: 300px;
  height: auto;
  border-radius: 18px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  transition: .4s;
}

.img-box img:hover {
  transform: scale(1.05);
}

.info {
  flex: 1;
  font-size: 16px;
  line-height: 1.7;
  color: #444;
  animation: fadeIn 1.3s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateX(40px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.stats {
  display: flex;
  justify-content: center;
  margin-top: 25px;
  gap: 60px;
  flex-wrap: wrap;
}

.stat-box {
  text-align: center;
  transition: .3s;
  font-weight: 600;
  font-size: 20px;
}

.stat-box:hover {
  transform: scale(1.1);
}

.stat-box h3 {
  font-size: 40px;
  margin: 0;
  color: #ff963a;
  font-weight: 700;
  display: inline-block;
}

.plus-icon {
  font-size: 28px;
  color: #050505;
  vertical-align: top;
  margin-left: 2px;
}

.stat-box p {
  margin: 5px 0 0;
  font-size: 15px;
  color: #555;
}

.floating-seo {
  position: absolute;
  right: -40px;
  top: -40px;
  width: 120px;
  opacity: 0.7;
  animation: float 3s infinite ease-in-out;
}

@keyframes float {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12px);
  }

  100% {
    transform: translateY(0);
  }
}

/* Responsive */
@media (max-width: 900px) {
  .wrapper {
    flex-direction: column;
    align-items: center;
  }

  .img-box img {
    width: 80%;
    max-width: 350px;
  }
}

@media (max-width: 500px) {
  h2 {
    font-size: 28px;
  }

  .tagline {
    font-size: 16px;
  }

  .stat-box h3 {
    font-size: 32px;
  }

  .plus-icon {
    font-size: 24px;
  }

  .stat-box p {
    font-size: 14px;
  }
}
