/********** Template CSS **********/
html {
    scroll-behavior: smooth;
}
.back-to-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 999;
    cursor: pointer;
} 
.fw-medium {
    font-weight: 600;
}

.mt-6 {
    margin-top: 5rem;
}

.mb-6 {
    margin-bottom: 5rem;
}

.pt-6 {
    padding-top: 5rem;
}

.pb-6 {
    padding-bottom: 5rem;
}




/* headings */
.headingtag{
    font-size: 2.5rem;
    font-weight: 700;
    color: rgb(206,146,51);
    line-height: 1.2;
    margin-bottom: 1.5rem;
}


/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 600;
    text-transform: uppercase;
}

.btn-primary,
.btn-outline-primary:hover {
    color: var(--bs-light);
}

.btn-secondary,
.btn-outline-secondary:hover {
    color: var(--bs-dark);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-xl-square {
    width: 60px;
    height: 60px;
}

.btn-xxl-square {
    width: 75px;
    height: 75px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square,
.btn-xl-square,
.btn-xxl-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

/*** Navbar ***/
.sticky-top {
    top: -100px;
    transition: .5s;
}
video{
height: 100%;
width: 100%;

}

.navbar .navbar-nav .nav-link {
    margin-right: 35px;
    padding: 25px 0;
    color: var(--bs-dark);
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--bs-primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        margin-top: 15px;
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
    
}
@media (max-width: 991px) {

    .navbar {
        padding: 10px 15px;
    }
    .navbar-toggler {
        margin-left: auto;
    }

    /* Collapse menu style */
    .navbar-collapse {
        background: #fff;
        padding: 15px;
        margin-top: 10px;
        border-radius: 10px;
        box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    }

    .navbar-nav .nav-link {
        padding: 10px;
        border-bottom: 1px solid #eee;
    }

    .dropdown-menu {
        position: static !important;
        border: none;
        box-shadow: none;
    }
}


/*** Header ***/
.carousel .carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    text-align: left;
    background: rgba(0, 0, 0, .7);
    padding: 3rem;
    padding-left: 11rem;
    z-index: 1;
}

.carousel .carousel-indicators {
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
    width: 80px;
    flex-direction: column;
    margin: 0;
    margin-left: 3rem;
}

.carousel .carousel-indicators [data-bs-target] {
    width: 70px;
    height: 70px;
    text-indent: 0;
    margin: 5px 0;
    border: 2px solid #FFFFFF;
    overflow: hidden;
}

.carousel .carousel-indicators [data-bs-target] img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 992px) {
    .carousel .carousel-item {
        position: relative;
        min-height: 600px;
    }
    
    .carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .carousel .carousel-indicators [data-bs-target] {
        width: 60px;
        height: 60px;
    }

    .carousel .carousel-caption {
        padding-left: 10rem;
    }
}

@media (max-width: 768px) {
    .carousel .carousel-item {
        min-height: 500px;
    }

    .carousel .carousel-indicators [data-bs-target] {
        width: 50px;
        height: 50px;
    }

    .carousel .carousel-caption {
        padding-left: 9rem;
    }
}

@media (min-width: 1200px) {
    .carousel .carousel-item .display-1 {
        font-size: 7rem;
    }
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}


/*** About ***/
.about-img {
    position: relative;
    padding-left: 45px;
}
.img-fluid1{
    border: 5px solid var(--bs-primary);
    width: 450px;
    height: 300px;
} 


.logo-table {
    width: 90%;
    border-collapse: collapse;
    table-layout: fixed;
    margin:  auto;
    box-shadow: 0px 0px 20px 20px rgba(145, 143, 143, 0.1);
   
  
}

.logo-table td {
    border: 1px solid #e7e7e7;     /* Golden border */
    height: 100px;                 /* Equal height */
    text-align: center;
    vertical-align: middle;
    background: #fff;
}

.logo-table img {
    max-width: 90%;
    max-height: 100%;
    object-fit: contain;
    padding: 10px;
}
.about-img::before {
    position: absolute;
    content: "";
    width: 200px;
    height: 300px;
    top: 0;
    left: 0;
    border: 5px solid var(--bs-primary);
    animation: animateUpDown 3s ease-in-out infinite;
    z-index: -1;
}

@keyframes animateUpDown { 
    0% { 
        top: -25px;
    }
    50% { 
        top: -45px;
    }
    100% { 
        top: -25px;
    } 
}


/*** Features ***/
.feature {
    background: linear-gradient(to right, rgba(0, 0, 0, .1), rgba(0, 0, 0, 1) 50%), url(../img/carousel-1.jpg) left center no-repeat;
    background-size: cover;
}

.feature-row {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
   
}

.feature-item {
    border: 2px solid black;
    /* border-color: rgba(0, 0, 0, .03) !important; */
}

.feature-icon {
    position: relative;
    transition: .5s;
}

.feature-item:hover .feature-icon {
    margin-left: 3rem;
}

.feature-item a::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: var(--bs-secondary);
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: -1;
}

.feature-item a:hover {
    color: var(--bs-primary) !important;
}

.feature-item a:hover::after {
    background: var(--bs-primary);
}

.experience .progress {
    height: 5px;
}

.experience .progress .progress-bar {
    width: 0px;
    transition: 3s;
}


/*** Service ***/
.service .service-item {
    position: relative;
    margin-top: 45px;
}

.service .service-inner {
    position: relative;
    height: 100%;
    margin-top: 45px;
    background: var(--bs-white);
    box-shadow: 0 0 45px rgba(0, 0, 0, .05);
}

.service .service-inner::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    transition: 1s;
    background: var(--bs-primary);
}

.service .service-inner:hover::before {
    height: 100%;
    top: 0;
}

.service .service-item img {
    margin-top: -45px;
    padding-left: 45px;
}

.service .service-item * {
    position: relative;
    transition: .5s;
    z-index: 1;
 
}
.service .service-item h5 ,.service .service-item a{
   color: rgb(206,146,51);
}

.service .service-item:hover h5,
.service .service-item:hover p {
    color: var(--bs-white);
}

.service .service-item:hover a {
    padding-left: 45px !important;
}


/*** Appoinment ***/
.appoinment {
    background: linear-gradient(rgba(55, 54, 54, 0.7), rgba(50, 50, 50, 0.7)), url(../img/23515.jpg) left center no-repeat;
    background-size: cover;
}
  

/*** Team ***/
.team .team-item {
    background: var(--bs-white);
    box-shadow: 0 0 45px rgba(0, 0, 0, .05);
}

.team .team-item .team-social {
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    transition: .5s;
    background: var(--bs-primary);
    display: flex;
    align-items: center;
    justify-content: center;
}

.team .team-item:hover .team-social {
    width: 100%;
    left: 0;
}

.team .team-item .team-social .btn {
    opacity: 0;
    transition: .5s;
}

.team .team-item:hover .team-social .btn {
    opacity: 1;
}


/*** Testimonial ***/
.testimonial-img {
    position: relative;
    min-height: 400px;
    overflow: hidden;
}

.testimonial-img div {
    position: absolute;
    width: 100px;
    height: 100px;
    animation-duration: 5s;
}

.testimonial-img div:nth-child(1) {
    top: 10%;
    left: 10%;
    animation-delay: .1s;
}

.testimonial-img div:nth-child(2) {
    top: 60%;
    left: 20%;
    animation-delay: .4s;
}

.testimonial-img div:nth-child(3) {
    top: 20%;
    left: 60%;
    animation-delay: .7s;
}

.testimonial-img div:nth-child(4) {
    bottom: 10%;
    right: 10%;
    animation-delay: 1s;
}

.testimonial-img div::after {
    position: absolute;
    content: "";
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    box-shadow: 0 0 10px 10px var(--bs-white) inset;
    z-index: 1;
}

.testimonial-carousel .owl-item img {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .owl-nav {
    margin-top: 15px;
    display: flex;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin-right: 15px;
    color: var(--bs-primary);
    font-size: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--bs-dark);
}

.testimonial-item{
    background: var(--bs-white);
    height: 400px;
    padding: 50px;
    border-radius: 20px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .05);
}
.testimonial-item p{
    color: black;
    font-size: 17px;
}
/*** Contact ***/
@media (min-width: 992px) {
    .contact-info::after {
        position: absolute;
        content: "";
        width: 0px;
        height: 100%;
        top: 0;
        left: 50%;
        border-left: 1px dashed rgba(255, 255, 255, .2);
    }
}
@media (max-width: 991.98px) {
    .contact-info::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 0px;
        top: 50%;
        left: 0;
        border-top: 1px dashed rgba(255, 255, 255, .2);
    }
}
@media (max-width: 991px) {

  .testimonial-item{
    margin: auto;
  }

  .testimonial-carousel .owl-nav{
    justify-content: center;
  }
}



@media (max-width: 576px) {
  .img-fluid1{
    border: 5px solid var(--bs-primary);
    width: 300px;
    height: 300px;
} 


  .testimonial-item{
    padding: 40px;
    text-align: center;
    height: auto;
  }

  .testimonial-item .d-flex{
    flex-direction: column;
    align-items: center;
  }

  .testimonial-item img{
    margin-bottom: 12px;
  }

  .testimonial-item h5{
    font-size: 16px;
  }

  .testimonial-item span{
    font-size: 13px;
  }

  .testimonial-item p{
    font-size: 13px !important;
    line-height: 1.5;
  }
}


/*** Appoinment ***/
.newsletter {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../img/Untitled\ design.jpg) left center no-repeat;
    background-size: cover;
}


/*** Footer ***/
/* .footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--bs-secondary);
    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(--bs-primary);
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--bs-primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.copyright {
    background: #222222;
}

.copyright a {
    color: var(--bs-white);
} */



/* button */

.button {
  height: 40px;    
  width: 150px;          
  border-radius: 10px;
  border: 2px solid #7e5f1c;
  background: rgb(194, 147, 46);
  color: #fff;
  cursor: pointer;
 
}
.button:hover{
    background: rgb(255, 255, 255);
    color: black;
}


.footer {
  background: linear-gradient(180deg, #0c1422, #050a14);
  color: #d1d5db;
  padding: 60px 40px 20px;
  font-family: Arial, sans-serif;
}

.footer-container {
  display: grid;
  grid-template-columns: 2fr repeat(4, 1fr);
  gap: 40px;
}

.footer-col h4 {
  color: #fbbf24;
  margin-bottom: 15px;
  font-size: 16px;
}

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

.footer-col ul li {
  margin-bottom: 10px;
  font-size: 14px;
}

.footer-col ul li a {
  color: #d1d5db;
  text-decoration: none;
}

.footer-col ul li a:hover {
  color: #fbbf24;
}

.logo{
    padding-top: 10px;
    padding-bottom: 10px;
    height: auto;
    margin-right: 170px;
    width: 100px;
    margin-bottom: 15px;
}


.brand {
  margin-left: 100px;
}

.tagline {
  font-size: 20px;
  margin-bottom: 15px;
  width: 290px  ;
}

.contact li {
  margin-bottom: 8px;
  font-size: 14px;
}
.animated-social a {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #0f172a;
  color: #ffffff;
  margin-right: 12px;
  font-size: 17px;
  transition: all 0.35s ease;
}

/* Hover – background color change */
.animated-social a.facebook:hover {
  background: #1877f2;
  color: #fff;
}

.animated-social a.instagram:hover {
  background: radial-gradient(circle at 30% 107%, 
    #fdf497 0%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
  color: #fff;
}

.animated-social a.whatsapp:hover {
  background: #25D366;
  color: #fff;
}


.animated-social a.youtube:hover {
  background: #ff0000;
  color: #fff;
}

/* Hover animation */
.animated-social a:hover {
  transform: translateY(-6px) scale(1.1);
  box-shadow: 0 8px 25px rgba(0,0,0,0.4);
}

.footer-bottom {
  border-top: 1px solid #1f2933;
  margin-top: 40px;
  padding-top: 20px;
  text-align: center;
  font-size: 14px;
}

.footer-bottom .links a {
  color: #9ca3af;
  text-decoration: none;
}

.footer-bottom .links a:hover {
  color: #fbbf24;
}

/* Responsive */
@media (max-width: 992px) {
  .footer-container {
    grid-template-columns: 1fr 1fr;
  }

  .brand {
  margin-left: 0px;
}

}

@media (max-width: 576px) {
  .footer-container {
    grid-template-columns: 1fr;
  }
  
  .brand {
  margin-left: 0px;
}
.logo{
    padding-top: 0px;
    padding-bottom:0px;
    height: auto;
    margin-right: 0px;
    width: 80px;
    margin-bottom: 15px;
}


}
.why-cards {
  max-width: 1200px;
  margin: 70px auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
}

.why-card {
  background: #0b1324;
  color: #fff;
  padding: 35px 30px;
  border-radius: 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0,0,0,.25);
  transition: all .4s ease;
}

/* Floating animation */
.why-card {
  animation: floatCard 5s ease-in-out infinite;
}
.why-card:nth-child(2){animation-delay:.3s}
.why-card:nth-child(3){animation-delay:.6s}
.why-card:nth-child(4){animation-delay:.9s}
.why-card:nth-child(5){animation-delay:1.2s}
.why-card:nth-child(6){animation-delay:1.5s}

@keyframes floatCard {
  0% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
  100% { transform: translateY(0); }
}

/* Icon box */
.icon-box {
  width: 65px;
  height: 65px;
  margin: auto;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #d29a2a, #f0b84b);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: #000;
  transition: transform .4s ease;
}

/* Text */
.why-card h5 {
  font-size: 18px;
  margin-bottom: 10px;
}
.why-card p {
  font-size: 14px;
  line-height: 1.6;
  color: #cbd5e1;
}

/* Hover effect */
.why-card:hover {
  transform: translateY(-15px) scale(1.03);
  box-shadow: 0 30px 70px rgba(210,154,42,.35);
}

.why-card:hover .icon-box {
  transform: rotate(360deg) scale(1.1);
}
.stats-container {
  display: flex;
  gap: 24px;
  justify-content: center;
  align-items: stretch;
  padding: 40px 20px;
  flex-wrap: wrap;
}

.stat {
  background:rgb(206,146,51); /* yellow card */
  color: #000;
  width: 280px;        /* 👈 all boxes same size */
  height: 180px;       /* 👈 equal height */
  padding: 30px 20px;
  text-align: center;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 10px 25px rgba(0,0,0,0.25);
  transition: transform 0.3s ease;
}

.stat:hover {
  transform: translateY(-6px);
}

.odometer {
  font-size: 48px;
  font-weight: 800;
  color: #ffffff; /* black number */
  margin-bottom: 8px;
}

.type {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #111; /* dark text */
}
.mv-section {
  padding: 60px 20px;
  background: #f8f8f8;
}

.mv-container {
  max-width: 1100px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
}

.mv-card {
  background: #ffffff;
  padding: 35px 30px;
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.mv-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(0,0,0,0.15);
}

.mv-card h2 {
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 15px;
  color: #111;
}

.mv-card p {
  font-size: 16px;
  line-height: 1.7;
  color: #555;
}
.services-section {
  padding: 70px 20px;
  background: #ffffff;
}

.services-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

.services-image img {
  width: 80%;
  border-radius: 18px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.services-content h3 {
  font-size: 28px;
  font-weight: 800;
  color: #dda115; /* red heading like screenshot */
  margin-bottom: 20px;
  text-transform: uppercase;
}

.services-content p {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 15px;
}

.btn-contact {
  display: inline-block;
  margin-top: 20px;
  padding: 14px 32px;
  background: rgb(206,146,51);
  color: #fff;
  font-weight: 600;
  border-radius: 30px;
  text-decoration: none;
  transition: background 0.3s ease, transform 0.3s ease;
}

.btn-contact:hover {
  background: #cbab0b;
  color: black;
  transform: translateY(-3px);
}
@media (max-width: 768px) {
  .services-container {
    grid-template-columns: 1fr;
  }

  .services-content h3 {
    font-size: 24px;
  }
}
.courses-section {
  padding: 70px 20px;
  background: #f9f9f9;
  text-align: center;
}

.section-title {
  font-size: 35px;
  font-weight: 800;
  margin-bottom: 15px;
  color: rgb(221,163,53);
}

.section-desc {
  max-width: 1000px;
  margin: 0 auto 50px;
  font-size: 16px;
  line-height: 1.8;
  color: #555;
}

.courses-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: auto;
}

/* Flip Card */
.course-card {
  perspective: 1000px;
}

.card-inner {
  position: relative;
  width: 100%;
  height: 200px;
  transform-style: preserve-3d;
  transition: transform 0.6s ease;
}

.course-card:hover .card-inner {
  transform: rotateY(180deg);
}

.card-front,
.card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px;
  backface-visibility: hidden;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

/* Front */
.card-front {
  background:rgb(206,146,51);
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
}

/* Back */
.card-back {
  background: #111;
  color: #fff;
  font-size: 13px;
  line-height: 1.7;
  transform: rotateY(180deg);
}

/* service industry */

.industries {
  padding: 60px 8%;
}

.industries h2 {
  text-align: center;
  font-size: 35px;
  margin-bottom: 40px;
  color:rgb(221,163,53);
  font-family:poppins;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.industry-card {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.industry-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 35px rgba(0,0,0,0.12);
}

.industry-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.card-content {
  padding: 22px;
}

.card-content h4 {
  font-size: 18px;
  margin-bottom: 12px;
  color: rgb(221,163,53);
}

.card-content p {
  font-size: 15px;
  line-height: 1.7;
  color: #555;
}
.tittles{
    text-align: center;
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 60px;
    color: rgb(221,163,53);
    font-family:poppins; 
   text-transform: uppercase;
   
   
}

/* google ads */
.google-ads-section {
  padding: 60px 8%;
  background: #ffffff;
}

.google-ads-wrap {
  max-width: 1400px;
  margin: auto;
  text-align: justify;
}

.google-ads-wrap h1 {
  font-size: 30px;
  font-weight: 700;
  color:rgb(221,163,53);
  margin-bottom: 20px;
}

.google-ads-wrap p {
  font-size: 16px;
  line-height: 1.8;
  color: #444;
}

@media (max-width: 768px) {
  .google-ads-wrap h1 {
    font-size: 28px;
  }

  .google-ads-wrap p {
    font-size: 15px;
  }
}
.google-ads-info {
  padding: 40px 12%;
  /* background: #eeeaea; */
}

.info-row {
  display: flex;
  align-items: center;
  gap: 40px;
  /* margin-bottom: 70px; */
}

.info-row.reverse {
  flex-direction: row-reverse;
}

.info-text {
  flex: 1;
}

.info-text h2 {
  margin-top: 30px;
  font-size: 26px;
  color:rgb(221,163,53);
  margin-bottom: 18px;
  font-family: poppins;
}

.info-text p {
  font-size: 16px;
  line-height: 1.8;
  color: #444;
  margin-bottom: 18px;
  text-align: justify;
}

.info-text ul {
  padding-left: 20px;
}

.info-text ul li {
  font-size: 16px;
  color: #444;
  margin-bottom: 10px;
  list-style: disc;
}

.info-image {
  flex: 1;
}

.info-image img {
  width: 100%;
  max-width: 420px;
  display: block;
  margin: auto;
  border-radius: 15px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.18);
}

.info-image img:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.18);
}


/* Mobile Responsive */
@media (max-width: 768px) {
  .info-row,
  .info-row.reverse {
    flex-direction: column-reverse;
  }

  .info-text h2 {
    font-size: 24px;
  }

  .info-image img {
    max-width: 100%;
  }
}
.google-ads-box-section {
  padding: 70px 8%;
  
}

.google-ads-box-section h3 {
  text-align: center;
  color:rgb(221,163,53);
  font-size: 28px;
  margin-bottom: 45px;
}

.google-ads-box-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.ads-box {
  background: #ffffff;
  border-radius: 16px;
  padding: 30px 22px;
  text-align: center;
  box-shadow: 0 12px 30px rgba(0,0,0,0.18);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ads-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0,0,0,0.25);
}

.ads-box img {
  width: 100px;
  height: auto;
  margin-bottom: 18px;
}

.ads-box h4 {
  font-size: 16px;
  font-weight: 600;
  color: rgb(221,163,53);
  margin-bottom: 10px;
  line-height: 1.4;
}

.ads-box p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

/* Tablet */
@media (max-width: 992px) {
  .google-ads-box-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 576px) {
  .google-ads-box-grid {
    grid-template-columns: 1fr;
  }

  .google-ads-box-section h3 {
    font-size: 24px;
  }
}
  .faq-section {
  padding: 60px 20px;
  background: #fff;
  font-family: 'Segoe UI', sans-serif;
}

.faq-title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 40px;
  color: rgb(221,163,53);
}

.faq-grid {
  max-width: 1100px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.faq-item {
  background: #fff;
  border-radius: 30px;
  padding: 14px 22px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
  cursor: pointer;
  transition: 0.3s;
}

.faq-item summary {
  list-style: none;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: poppins;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "›";
  font-size: 20px;
  transition: 0.3s;
}

/* ACTIVE / ANSWER TAB */
.faq-item[open] {
  background: rgb(221,163,53);
}

.faq-item[open] summary {
  color: #fff;
}

.faq-item[open] summary::after {
  transform: rotate(90deg);
  color: #fff;
}

.faq-item p {
  margin-top: 12px;
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
  font-family: poppins;
}

/* Mobile */
@media (max-width: 768px) {
  .faq-grid {
    grid-template-columns: 1fr;
  }
}
.cart-banner {
  width: 100%;
  min-height: 260px;
  /* border-radius: 18px; */
  background-image: url("/img/banner.png"); 
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px 20px;
  font-family: 'Segoe UI', sans-serif;
}

.banner-text h1 {
  font-size: 42px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 10px;
  text-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.banner-text p {
  font-size: 20px;
  color: #f6fdff;
 font-family: poppins;
}

/* Mobile responsive */
@media (max-width: 768px) {
  .cart-banner {
    min-height: 200px;
  }

  .banner-text h1 {
    font-size: 30px;
  }
}

.seo-cards-section {
  padding: 60px 20px;
  font-family: Arial, sans-serif;
  background: #fff;
}

.seo-cards-section h3 {
  text-align: center;
  font-size: 26px;
  margin-bottom: 40px;
  color:rgb(221,163,53);
}

.seo-cards {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.seo-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 25px 22px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  transition: 0.3s;
  border-top: 5px solid rgb(221,163,53);
}

.seo-card:hover {
  transform: translateY(-6px);
}

.seo-card i {
  font-size: 32px;
  color: rgb(221,163,53);
  margin-bottom: 15px;
}

.seo-card h4 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #333;
}

.seo-card p {
  font-size: 14px;
  line-height: 1.7;
  color: #555;
   font-family: poppins;
}

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

@media (max-width: 600px) {
  .seo-cards {
    grid-template-columns: 1fr;
  }
}
.seo-work-section {
  padding: 60px 20px;
 font-family: poppins;
}

.seo-work-wrapper {
  max-width: 1200px;
  margin: auto;
  display: flex;
  gap: 40px;
  align-items: center;
}

.seo-work-content {
  flex: 1.2;
}

.seo-work-content h4 {
  font-size: 25px;
  color: rgb(221,163,53);
  margin-bottom: 20px;
}

.seo-points {
  list-style: none;
  padding: 0;
}

.seo-points li {
  margin-bottom: 18px;
  font-size: 14px;
  line-height: 1.7;
  color: #333;
  position: relative;
  padding-left: 22px;
   font-family: poppins;
}

.seo-points li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 4px;
  color: rgb(221,163,53);
  font-size: 12px;
  font-family: poppins;
}

.seo-points strong {
  color: rgb(221,163,53);
  font-size: 20px;
}

.seo-work-image {
  flex: 1;
  text-align: center;
}

.seo-work-image img {
  max-width: 100%;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

/* Responsive */
@media (max-width: 900px) {
  .seo-work-wrapper {
    flex-direction: column;
  }

  .seo-work-content h4 {
    text-align: center;
  }
}
/* Section */
.seo-benefits {
  padding: 60px 20px;
  background: #f5f7fb;
  display: flex;
  justify-content: center;
}

/* Grid layout */
.benefit-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px;
  max-width: 1100px;
  width: 100%;
}

/* Card base */
.benefit-card {
  grid-column: span 2;
  background: #fff;
  border-radius: 16px;
  padding: 30px 20px;
  text-align: center;
  color: #fff;
  box-shadow: 0 12px 25px rgba(0,0,0,0.15);
  cursor: pointer;
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
}

/* Bottom 2 cards center */
.benefit-card:nth-child(4) {
  grid-column: 2 / span 2;
}
.benefit-card:nth-child(5) {
  grid-column: 4 / span 2;
}

/* Icon */
.benefit-card i {
  font-size: 38px;
  margin-bottom: 14px;
  transition: transform 0.35s ease;
}

/* Text */
.benefit-card h4 {
  font-size: 18px;
  margin-bottom: 6px;
}

.benefit-card p {
  font-size: 14px;
  opacity: 0.9;
}

/* Hover effects */
.benefit-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.18);
  opacity: 0;
  transition: 0.35s;
}

.benefit-card:hover::before {
  opacity: 1;
}

.benefit-card:hover {
  transform: translateY(-10px) scale(1.04);
  box-shadow: 0 22px 40px rgba(0,0,0,0.3);
}

.benefit-card:hover i {
  transform: scale(1.2) rotate(8deg);
}

/* Colors */
.red    { background: #e53935; }
.blue   { background: #1e88e5; }
.green  { background: #43a047; }
.yellow { background: #f9a825; }
.purple { background: #8e24aa; }

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

  .benefit-card {
    grid-column: auto !important;
  }
}

@media (max-width: 480px) {
  .benefit-grid {
    grid-template-columns: 1fr;
  }
}
.web-services {
  padding: 100px;
  background: #f8fafc;
  font-family: "Segoe UI", sans-serif;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 columns */
  gap: 24px;
}

.service-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 26px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.06);
  border-top: 5px solid #e6a125;
  transition: all 0.3s ease;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 14px 35px rgba(0,0,0,0.1);
}

.service-card .icon {
  font-size: 34px;
  margin-bottom: 12px;
}

.service-card h4 {
  font-size: 17px;
  margin-bottom: 8px;
  color: #111827;
}

.service-card p {
  font-size: 14px;
  color: #4b5563;
  line-height: 1.6;
}

/* Tablet */
@media (max-width: 1024px) {
  .service-grid {
    grid-template-columns: repeat(2, 1fr);
   
  }
}

/* Mobile */
@media (max-width: 600px) {
 
  .service-grid {
    grid-template-columns: 1fr;
  }
}
.section-title{
  text-align:center;
  font-size:28px;
  margin-bottom:25px;
}

/* Grid setup */
.benefits-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}

/* Tablet – 3 columns */
@media(max-width:992px){
  .benefits-grid{
    grid-template-columns:repeat(3,1fr);
  }
}

/* Mobile */
@media(max-width:576px){
  .benefits-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

.benefit-box{
  background:#fff;
  padding:22px 18px;
  border-radius:14px;
  font-weight:600;
  text-align:center;
  box-shadow:0 8px 25px rgba(0,0,0,0.08);
  position:relative;
  overflow:hidden;
  cursor:pointer;
  transition:0.4s ease;
}

/* Yellow hover panel */
.benefit-box::before{
  content:"";
  position:absolute;
  inset:0;
  background:#ffcc00;
  transform:translateY(100%);
  transition:0.4s ease;
  z-index:0;
}

.benefit-box:hover::before{
  transform:translateY(0);
}

.benefit-box:hover{
  transform:translateY(-8px);
}

.benefit-box{
  z-index:1;
}

.benefit-box:hover{
  color:#000;
}
.social-services{
  max-width:1200px;
  margin:0 auto;
  padding:50px 20px;
}

.main-title{
  text-align:center;
  font-size:32px;
  font-weight:700;
  margin-bottom:45px;
  color:rgb(221,163,53);
}

.services-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:40px;
}
/* BOX STYLE – BORDER */
.service-box{
  background:#fff;
  padding:30px 28px;
  border-radius:14px;
  border:1.5px solid #e0e0e0;   /* clean border */
   border-color:#ffb400;  
}



/* Titles */
.sub-title{
  font-size:30px;
  font-weight:700;
  color:rgb(26, 25, 24);
  margin-bottom:25px;
}

/* Items */
.item{
  margin-bottom:22px;
}

.item h4{
  font-size:17px;
  font-weight:700;
  color:rgb(221,163,53);
  margin-bottom:6px;
}

.item p{
  font-size:15px;
  line-height:1.6;
  color:#000;
  margin:0;
}


/* Responsive */
@media(max-width:768px){
  .services-grid{
    grid-template-columns:1fr;
  }
}

.social-stats{
  background:#f3f0fa;
  padding:60px 20px;
  text-align:center;
}

.top-note{
  font-size:14px;
  margin-bottom:45px;
  color:#555;
}

.stats-grid{
  max-width:1100px;
  margin:0 auto;
  display:flex;
  flex-wrap:wrap;
  justify-content:center;   /* 🔥 center magic */
  gap:40px;
}

/* Card width */
.stat-card{
  width:calc(33.33% - 40px);  /* 3 per row */
}

/* Tablet */
@media(max-width:992px){
  .stat-card{
    width:calc(50% - 40px);
  }
}

/* Mobile */
@media(max-width:576px){
  .stat-card{
    width:100%;
  }
}

/* Card */
.stat-card{
  background:#fff;
  border:1px solid #e4e4e4;
  border-radius:10px;
  padding:40px 22px 28px;
  position:relative;
}

/* Icon Circle */
.icon{
  width:55px;
  height:55px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:24px;
  font-weight:700;
  position:absolute;
  top:-28px;
  left:50%;
  transform:translateX(-50%);
  background:#fff;
}

/* Individual borders */
.fb{ border:2px solid #4267B2; color:#4267B2; }
.insta{ border:2px solid #E1306C; color:#E1306C; }
.twitter{ border:2px solid #1DA1F2; color:#1DA1F2; }
.yt{ border:2px solid #FF0000; color:#FF0000; }
.linkedin{ border:2px solid #0077B5; color:#0077B5; }

.stat-card p{
  font-size:14px;
  line-height:1.6;
  color:#000;
  margin:0;
}

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

@media(max-width:576px){
  .stats-grid{
    grid-template-columns:1fr;
  }
}
.gallery-section {
  max-width: 1200px;
  margin: auto;
  padding: 40px 20px;
}

.tabs {
  display: flex;
  gap: 15px;
  margin-bottom: 30px;
  justify-content: center;
}

.tab {
  padding: 8px 22px;
  border-radius: 25px;
  border: none;
  cursor: pointer;
  background: #fff;
  color: #555;
  box-shadow: 0 3px 8px rgba(0,0,0,0.1);
  transition: 0.3s;
}

.tab.active {
  background: rgb(221,163,53);
  color: #fff;
}

.tab:hover {
  transform: translateY(-2px);
}

.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 25px;
}

.card {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
  transition: 0.4s;
}

.card img {
  width: 100%;
  display: block;
}

.card:hover {
  transform: translateY(-8px) scale(1.03);
}
.uiuxgx-wrap {
  padding: 80px 20px;
  /* background: radial-gradient(circle at top, #f5f7ff, #eef1ff); */
}

.uiuxgx-title {
  text-align: center;
  font-size: 30px;
  margin-bottom: 55px;
  font-weight: 600;
  color: #111;
}

.uiuxgx-grid {
  max-width: 1450px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
}

/* Card Base */
.uiuxgx-card {
  position: relative;
  padding: 34px 26px;
  background: rgba(255,255,255,0.85);
  backdrop-filter: blur(12px);
  border-radius: 20px;
  border: 0.5px solid rgba(220, 219, 219, 0.6);
  overflow: hidden;
  transition: transform 0.5s ease, box-shadow 0.5s ease;
}

/* Animated Glow Ring */
.uiuxgx-card::before {
  content: "";
  position: absolute;
  inset: -2px;
  background: conic-gradient(
    from 0deg,
    #d9bc2b,
    #e7cf1a,
    #f3dc2f,
    #ffe762
  );
  opacity: 0;
  filter: blur(12px);
  transition: 0.6s;
}

/* Inner Layer */
.uiuxgx-card::after {
  content: "";
  position: absolute;
  inset: 2px;
  background: white;
  border-radius: 18px;
  z-index: 0;
}

/* Hover */
.uiuxgx-card:hover {
  transform: translateY(-16px) scale(1.03);
  /* box-shadow: 0 30px 70px rgba(98,90,255,0.35); */
}

.uiuxgx-card:hover::before {
  opacity: 1;
  animation: spinGlow 4s linear infinite;
}

@keyframes spinGlow {
  to { transform: rotate(360deg); }
}

/* Content */
.uiuxgx-icon {
  font-size: 34px;
  margin-bottom: 16px;
  display: inline-block;
  transition: transform 0.4s ease;
  position: relative;
  z-index: 1;
}

.uiuxgx-card:hover .uiuxgx-icon {
  transform: scale(1.25) rotate(6deg);
}

.uiuxgx-card h4 {
  font-size: 18px;
  margin-bottom: 12px;
  position: relative;
  z-index: 1;
  color: #111;
}

.uiuxgx-card p {
  font-size: 14px;
  line-height: 1.7;
  color: #555;
  position: relative;
  z-index: 1;
}

/* 2nd row – 4 cards center */
.uiuxgx-card:nth-child(n+6) {
  justify-self: center;
}

/* Responsive */
@media (max-width: 1200px) {
  .uiuxgx-grid { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 900px) {
  .uiuxgx-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .uiuxgx-grid { grid-template-columns: 1fr; }
}
.video-benefits-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    padding: 40px 8%;
   
}

.video-benefit-box {
    background: #ffffff;
    padding: 30px 20px;
    text-align: center;
    border-radius: 12px;
    border: 1px solid #eee;
    transition: 0.3s ease;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.video-icon {
    width: 55px;
    height: 55px;
    margin: 0 auto 18px;
    background: #eef2ff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f7bb06;
    font-size: 22px;
    transition: 0.3s ease;
}

.video-benefit-box h4 {
    font-size: 16px;
    font-weight: 500;
    color: #333;
}

.video-benefit-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.video-benefit-box:hover .video-icon {
    background: #ebb025;
    color: #fff;
}

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

@media (max-width: 576px) {
    .video-benefits-wrapper {
        grid-template-columns: 1fr;
    }
}
.meta-ads-benefits-sec {
    padding: 60px 8%;
    background: #f4f7fb;
}

.meta-ads-heading {
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    color: rgb(221,163,57);
    margin-bottom: 60px;
}

/* 2 Column Layout */
.meta-ads-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 35px;
}

/* Card Design */
.meta-ads-card {
    background: #ffffff;
    padding: 35px 30px;
    border-radius: 14px;
    border: 1px solid #e5e7eb;
    transition: 0.3s ease;
    position: relative;
}

.meta-ads-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    border-color: #eb9925;
}

/* Icon */
.meta-ads-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #ffb700, #bc8102);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    margin-bottom: 20px;
}

/* Title */
.meta-ads-card h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #bc8102;
}

/* Description */
.meta-ads-card p {
    font-size: 15px;
    line-height: 1.6;
    color: #4b5563;
}

/* Responsive */
@media (max-width: 992px) {
    .meta-ads-grid {
        grid-template-columns: 1fr;
    }
}


/* table metaads */
.meta-work-section {
    padding: 80px 8%;
    /* background: #fffdf5; */
}

.meta-work-heading {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 50px;
    color:rgb(221,163,57);
}

/* Wrapper */
.meta-table-wrapper {
    overflow-x: auto;
}

/* Table */
.meta-service-table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
    border-radius: 14px;
    overflow: hidden;
    
    /* Strong Premium Shadow */
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

/* Header */
.meta-service-table thead {
    background: rgb(221,163,57);
   
}

.meta-service-table th {
    padding: 20px;
    font-size: 17px;
    font-weight: 700;
    text-align: center; /* Center heading */
    color: #222;
     border: 1px solid rgb(221,163,57);
}

/* Center Vertical Yellow Line */
.meta-service-table th:first-child,
.meta-service-table td:first-child {
    border-right: 3px solid rgb(221,163,57);
     border: 1px solid rgb(221,163,57);
}

/* Body */
.meta-service-table td {
    padding: 20px;
    font-size: 15px;
    color: #333;
    border-bottom: 1px solid #f2f2f2;
     border: 1px solid rgb(221,163,57);
}

/* Row Hover */
.meta-service-table tbody tr:hover {
    background: #fff9e6;
    transition: 0.3s ease;
     border: 1px solid rgb(221,163,57);
}

.meta-service-table tbody tr:last-child td {
  
     border: 1px solid rgb(221,163,57);
}


/* course section */
.course-features-sec {
    padding: 80px 8%;
    background: #f8fafc;
}

.course-features-title {
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 60px;
    color: rgb(221,163,57);
}

/* 4 Columns */
.course-features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

/* Card */
.course-feature-card {
    background: #ffffff;
    padding: 30px 20px;
    text-align: center;
    border-radius: 14px;
    border: 1px solid #e5e7eb;
    transition: 0.3s ease;
    position: relative;
}

.course-feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
    border-color: #f59e0b;
}

/* Icon */
.course-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 18px;
    background: linear-gradient(135deg, #f59e0b, #fbbf24);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    transition: 0.3s ease;
}

.course-feature-card:hover .course-icon {
    transform: scale(1.1);
}

/* Text */
.course-feature-card h4 {
    font-size: 15px;
    font-weight: 600;
    color: #334155;
    line-height: 1.4;
}

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

@media (max-width: 576px) {
    .course-features-grid {
        grid-template-columns: 1fr;
    }
}

/* tools */
/* GRID */
.tools-section {
  max-width: 1200px;
  margin: auto;
  padding: 5  0px 20px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 40px;
  text-align: center;
}

/* CARD */
.tool-card {
  animation: float 5s ease-in-out infinite;
}

/* CIRCLE ICON */
.icon-circle {
  width: 90px;
  height: 90px;
  margin: auto;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
  transition: 0.3s ease;
}

.icon-circle img {
  width: 45px;
  height: 45px;
}

/* Hover */
.icon-circle:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.12);
}

/* Name */
.tool-card h3 {
  margin-top: 18px;
  font-size: 15px;
  font-weight: 600;
  color: #111827;
}

/* FLOAT */
@keyframes float {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-12px); }
  100% { transform: translateY(0px); }
}

/* Natural stagger */
.tool-card:nth-child(2) { animation-delay: .5s; }
.tool-card:nth-child(3) { animation-delay: 1s; }
.tool-card:nth-child(4) { animation-delay: 1.5s; }
.tool-card:nth-child(5) { animation-delay: 2s; }
.tool-card:nth-child(6) { animation-delay: 2.5s; }
.tool-card:nth-child(7) { animation-delay: 3s; }
.tool-card:nth-child(8) { animation-delay: 3.5s; }
.tool-card:nth-child(9) { animation-delay: 4s; }
.tool-card:nth-child(10){ animation-delay: 4.5s; }

/* Responsive */
@media (max-width: 600px) {
  .icon-circle {
    width: 75px;
    height: 75px;
  }

  .icon-circle img {
    width: 38px;
    height: 38px;
  }
}


  /* Outer wrapper */
  .main-wrapper {
    max-width: 1250px;
    margin: 0 auto;
    padding: 40px;
    /* border: 2px solid #4c51bf; subtle purple-blue */
    border-radius: 14px;
    /* background-color: #ffffff; */
    box-shadow: 0 8px 28px rgba(76, 81, 191, 0.15);
    margin-top: 120px;
  }

  /* Flex container */
  .flex-layout {
    display: flex;
    gap: 48px;
  }

  /* Left form block */
  .form-block {
    flex: 1;
    background: #fffdf7;
    border: 2px solid #cca700;
    border-radius: 12px;
    padding: 32px 28px;
  }

  .form-block h4 {
    font-weight: 700;
    font-size: 1.25rem;
    color: rgb(221,163,57);
    margin-bottom: 26px;
    border-bottom: 2px solid #cfb004;
    padding-bottom: 12px;
  }

  .form-block label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #4b506d;
  }

  .form-block input,
  .form-block select {
    width: 100%;
    padding: 11px 14px;
    margin-bottom: 22px;
    border: 1.7px solid #cd9600;
    border-radius: 8px;
    font-size: 1rem;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
  }

  .form-block input:focus,
  .form-block select:focus {
    outline: none;
    border-color: #cea500;
    box-shadow: 0 0 8px rgba(181, 139, 0, 0.6);
  }

  /* Right info block */
  .info-block {
    flex: 2;
    color: #3a3f58;
  }

  .info-block h3 {
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 22px;
    color:rgb(221,163,57);
  }

  .info-block p {
    line-height: 1.7;
    font-size: 1.08rem;
    text-align: justify;
      font-family: poppins;
  }
.info-block img{
  width: 100%;
  border-radius: 12px;
  margin-top: 30px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}
  /* Responsive */
  @media (max-width: 820px) {
    .flex-layout {
      flex-direction: column;
    }

    .form-block {
      margin-bottom: 40px;
    }
  }

  /* Main Wrapper */
.offer-wrapper{
    width:90%;
    max-width:1100px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:50px;
    margin-top: 80px;
}

/* Side Content */
.side-block{
    width:30%;
}

.side-title{
    font-size:20px;
    color:#cf8300;
    margin-bottom:20px;
}

.feature-list{
    list-style:none;
}

.feature-item{
    margin-bottom:15px;
    padding-left:18px;
    position:relative;
    font-size:14px;
    color:#555;
}

.feature-item::before{
    
    position:absolute;
    left:0;
    color:#ffb400;
    font-size:18px;
}

/* Center Image */
.center-visual{
    width:40%;
    text-align:center;
}

.center-visual img{
    width:100%;
    max-width:350px;
}

/* Responsive */
@media(max-width:900px){
    .offer-wrapper{
        flex-direction:column;
        text-align:center;
    }

    .side-block,
    .center-visual{
        width:100%;
    }
}

/* Section */
.career-wrapper{
    max-width:1200px;
    margin:auto;
    margin-top: 80px;
}

.career-heading{
    text-align:center;
    font-size:34px;
    font-weight:700;
    color:#cf8300;
    margin-bottom:15px;
}

.career-sub{
    text-align:center;
    font-size:16px;
    color:#64748b;
    margin-bottom:60px;
}

/* Grid */
.career-list{
    display:grid;
    grid-template-columns:repeat(auto-fit, minmax(260px, 1fr));
    gap:25px;
}

/* Card */
.career-box{
    background:#ffffff;
    padding:30px 25px;
    border-radius:14px;
    border:1px solid #e2e8f0;
    transition:0.35s ease;
    display:flex;
    align-items:center;
    gap:18px;
}

.career-box:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 35px rgba(0,0,0,0.08);
    border-color:#ffb516;
}

/* Icon Circle */
.icon-circle{
    width:50px;
    height:50px;
    border-radius:50%;
    background:#eef2ff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
    color:#6366f1;
    transition:0.3s;
}

.career-box:hover .icon-circle{
    background:rgb(221,163,57);
    color:#fff;
}

/* Text */
.career-text{
    font-size:16px;
    font-weight:600;
    color:#1e293b;
}

/* Responsive */
@media(max-width:600px){
    .career-heading{
        font-size:26px;
    }
    .career-box{
    background:#ffffff;
    padding:30px 25px;
    border-radius:14px;
    border:1px solid #e2e8f0;
    transition:0.35s ease;
    display:flex;
    align-items:center;
    gap:18px;
}
}

.features-section {
    padding: 60px 40px;
    text-align: center;
    width: 1400px;

}

.section-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 50px;
    color: #333;
}

.features-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.feature-card {
    background: #fff;
    padding: 40px 20px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.1);
}

.icon-box {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #f9b233, #f39c12);
    border-radius: 15px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-box i {
    font-size: 28px;
    color: #fff;
}

.feature-card h3 {
    font-size: 16px;
    font-weight: 600;
    color: #222;
}

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

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

.smm-course-features{
    padding:40px 20px;
    /* background:#f9fbff; */
    font-family:Arial, sans-serif;
}

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

.smm-feature-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(230px,1fr));
    gap:25px;
    max-width:1100px;
    margin:auto;
}

.smm-feature-card{
    background:#fff;
    padding:25px;
    border-radius:14px;
    text-align:center;
    box-shadow:0 8px 20px rgba(0,0,0,0.08);
    transition:all 0.3s ease;
    border:1px solid #c8a000;
}

.smm-feature-card:hover{
    transform:translateY(-8px);
    box-shadow:0 12px 28px rgba(0,0,0,0.15);
}

.smm-icon{
    font-size:38px;
    display:block;
    margin-bottom:12px;
}

.smm-feature-card p{
    font-size:16px;
    font-weight:500;
    color:#333;
    margin:0;
}

/* job smm */
.smm-job-sec{
padding:60px 20px;
/* background:#f9f9f9; */
font-family:Arial;
margin-top: 60px;
}

.smm-job-title{
text-align:center;
font-size:30px;
font-weight:700;
margin-bottom:40px;
}

.smm-job-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
gap:22px;
max-width:1100px;
margin:auto;
}

.smm-job-card{
display:flex;
align-items:center;
gap:15px;
background:#fff;
padding:18px 20px;
border-left:5px solid rgb(221,163,57);
border-radius:10px;
box-shadow:0 5px 15px rgba(0,0,0,0.08);
transition:0.3s;
}

.smm-job-card:hover{
transform:translateY(-6px);
box-shadow:0 10px 25px rgba(0,0,0,0.15);
}

.smm-job-icon{
font-size:26px;
}

.smm-job-card p{
margin:0;
font-size:16px;
font-weight:500;
color:#333;
}


.whatsapp-float {
  position: fixed;
  bottom: 90px; 
  right: 20px;

 
  z-index: 1000;

  transition: 0.3s;
}

.whatsapp-float:hover {

  transform: scale(1.1);
}


.rvk-privacy-container {
    max-width: 1100px;
    margin: 50px auto;
    padding: 40px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.rvk-privacy-title {
    text-align: center;
    font-size: 34px;
    color: #0d6efd;
    margin-bottom: 10px;
}

.rvk-privacy-subtitle {
    text-align: center;
    font-size: 15px;
    color: #666;
    margin-bottom: 25px;
}

.rvk-privacy-text {
    line-height: 1.8;
    color: #444;
    margin-bottom: 12px;
}

.rvk-privacy-heading {
    margin-top: 30px;
    font-size: 21px;
    color: #111;
    border-left: 4px solid #fdd10d;
    padding-left: 10px;
}

.rvk-privacy-list {
    padding-left: 20px;
    margin-top: 10px;
}

.rvk-privacy-list li {
    margin-bottom: 8px;
}

.rvk-privacy-contact-box {
    background: #eef4ff;
    padding: 18px;
    border-radius: 10px;
    margin-top: 15px;
}

.rvk-privacy-note {
    margin-top: 20px;
    font-size: 13px;
    color: #666;
}

@media(max-width:768px){
    .rvk-privacy-container {
        margin: 20px;
        padding: 20px;
    }

    .rvk-privacy-title {
        font-size: 26px;
    }
}
.formbutton{
  border-radius: 20px;
  width: 150px;
  border: 2px solid #ae6d05;
}