
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

/* NAVBAR */
.main-header {
    background: linear-gradient(135deg, #0b1fa8, #0f4ccf);
}

.nav-container {
    max-width: 1300px;
    margin: auto;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo img {
    height: 45px;
}

/* NAV LINKS */
.nav-links {
    list-style: none;
    display: flex;
    gap: 28px;
}

.nav-links li a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    opacity: 0.9;
}

.nav-links li a:hover {
    opacity: 1;
}

/* NAV ICONS */
.nav-icons {
    color: #fff;
    font-size: 18px;
    display: flex;
    gap: 18px;
    cursor: pointer;
}

/* HERO */
.hero {
    min-height: 100vh;
    position: relative;
    background: linear-gradient(to right, #0b2a8a, #1f5eff);
    display: flex;
    align-items: center;
    padding-left: 100px;
    overflow: hidden;
}

.hero-container {
    max-width: 1400px;
    margin: auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* LEFT */
.hero-left {
    max-width: 540px;
    color: #fff;
}

.hero-left h1 {
    font-size: 46px;
    line-height: 1.25;
    margin-bottom: 20px;
}

.hero-left p {
    font-size: 16px;
    line-height: 1.7;
    color: #e0e6ff;
    margin-bottom: 30px;
}

/* BUTTON */
.btn-primary {
    padding: 14px 36px;
    background: #f15a29;
    color: #fff;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    transition: 0.3s;
}

.btn-primary:hover {
    background: #d94e22;
    transform: translateY(-2px);
}

/* RIGHT IMAGE */
.hero-right img {
    max-width: 540px;
    width: 100%;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .nav-links {
        display: none;
    }

    .hero-container {
        flex-direction: column;
        text-align: center;
    }

    .hero-right {
        margin-top: 40px;
    }
}
.btn {
    display: inline-block;
    padding: 12px 30px;
    background: #00bcd4;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}

.services {
    padding: 60px 0;
    text-align: center;
}

.services h2 {
    font-size: 32px;
    margin-bottom: 40px;
}

.service-box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    width: 90%;
    margin: auto;
}

.card {
    background: #f4f4f4;
    padding: 30px;
    border-radius: 10px;
    font-weight: bold;
}


/* ================= RS FOOTER ================= */
.rs-footer {
    font-family: 'Poppins', sans-serif;
    background: linear-gradient(180deg, #eef4fb, #f9fbff);
    color: #2c2c2c;
    font-size: 14px;
}

/* TOP SECTION */
.footer-top {
    padding: 80px 0 60px;
}

.footer-logo {
    width: 160px;
    margin-bottom: 20px;
}

.footer-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 22px;
}

.footer-text {
    font-size: 14px;
    line-height: 1.8;
    color: #555;
}

/* LINKS */
.footer-links {
    list-style: none;
    padding: 0;
    margin:0;
}

.footer-links li {
    margin-bottom: 12px;
}
.footer-links li a {
    color: #000;
    text-decoration: none;
    font-size: 14px;
}

.footer-links li a:hover {
    color: #106eea;
}
/* SOCIAL */
.footer-social {
    margin-top: 18px;
}

.footer-social i {
    margin-right: 14px;
    font-size: 15px;
    color: #555;
    cursor: pointer;
}

/* CONTACT */
.footer-contact {
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
}
.footer-contact span a{
 color:#000;
 text-decoration: none;
 font-size: 14px;
}
.footer-contact span a:hover{
    color:#106eea;
}

.footer-contact i {
    color: #1a3fa3;
    font-size: 16px;
    margin-top: 4px;
}

/* NEWSLETTER */
.newsletter-box {
    display: flex;
    margin-top: 12px;
}

.newsletter-box input {
    flex: 1;
    padding: 8px 10px;
    border: 1px solid #aaa;
    outline: none;
}

.newsletter-box button {
    padding: 8px 16px;
    border: 1px solid #000;
    background: transparent;
    cursor: pointer;
}
.footer .newsletter p {
    font-size: 13px;
    line-height: 22px;
}


/* FOOTER BOTTOM */
.footer-bottom {
    border-top: 1px solid #cdd9ef;
    padding: 20px 0;
    font-size: 13px;
}

.footer-bottom-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-bottom-links li {
    display: inline-block;
    margin: 0 6px;
    position: relative;
}

/* BLUE DOTS */
.footer-bottom-links li::after {
    content: "•";
    color: #1a3fa3;
    margin-left: 8px;
}
.footer-bottom a {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #6b7280;
}

.footer-bottom-links li:last-child::after {
    content: "";
}

.rs-footer {
    background: #f8f9fc;
    padding-top: 70px;
}

.rs-footer .textwidget p {
    font-size: 14px;
    line-height: 26px;
    color: #555;
}

.rs-footer .widget-title {
    font-size: 18px;
    font-weight: 600;
    color: #0a0a0a;
    margin-bottom: 20px;
}

.rs-footer .site-map li a {
    font-size: 14px;
    color: #555;
    line-height: 32px;
    text-decoration: none;
}

.rs-footer .site-map li a:hover {
    color: #106eea;
}

.rs-footer .address-widget .desc {
    font-size: 14px;
    color: #555;
    line-height: 26px;
}

.rs-footer .widget-desc {
    font-size: 14px;
    line-height: 24px;
    color: #555;
}

.footer-bottom p {
    font-size: 13px;
    color: #777;
}

p {
    margin-bottom: 1rem;
}

.rs-footer p {
    margin-bottom: 10px;
}

/* Footer paragraph text */
.footer p,
.footer li,
.footer a {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    color: #6b7280;
}

/* Footer headings */
.footer h3,
.footer h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #1e3a8a;
}


/* RESPONSIVE */
@media (max-width: 768px) {
    .newsletter-box {
        flex-direction: column;
    }

    .newsletter-box button {
        margin-top: 8px;
    }
}

/* Testimonials */

.testimonials-section {
  background: #f9f9f9;
}

.testimonial-image {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  max-width: 450px;
}

.testimonial-image img {
  border-radius: 50%;
}

.orange-curve {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 100%;
  height: 100%;
  border: 12px solid #f37021;
  border-radius: 50%;
  z-index: -1;
}

.section-tag {
  color: #f37021;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
  margin-bottom: 10px;
}

.testimonial-content h2 {
  font-size: 36px;
  font-weight: 700;
  color: #0a1f44;
  margin-bottom: 15px;
}

.sub-text {
  color: #666;
  margin-bottom: 30px;
}

.quote-box {
  position: relative;
  padding-left: 40px;
}

.quote-icon {
  font-size: 60px;
  color: #1e73be;
  position: absolute;
  left: 0;
  top: -10px;
}

.quote-box p {
  color: #555;
  line-height: 28px;
}

.author img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.author h6 {
  margin: 0;
  font-weight: 600;
}

.author span {
  font-size: 14px;
  color: #777;
}

/* ------======product card=======--------*/

.product-card {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  overflow: hidden;
  text-decoration: none;
}

.product-card img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  max-width: none;
}

/* White popup box */
.info-box {
  position: absolute;
  left: 50%;
  bottom: -150px;
  transform: translateX(-50%);
  width: 85%;
  background: #fff;
  padding: 10px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  transition: 0.3s ease;
  
}

/* Hover effect */
.product-card:hover .info-box {
  bottom: 15px;
}

.small-text {
  font-size: 13px;
  color: #555;
  margin-bottom: 5px;
}

.info-box h3 {
  font-size: 16px;
  color: #000;
  margin: 0;
}

.small-text{
    color:#5faee3;
}

/* contact section*/
.contact-section {
  background: #f8f9fb;
}

.section-tag {
  color: #ff6a00;
  font-weight: 600;
  letter-spacing: 2px;
  display: inline-block;
  margin-bottom: 10px;
}

.section-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 15px;
}

.section-desc {
  color: #666;
  max-width: 480px;
  margin-bottom: 35px;
}

.contact-info .info-item {
  display: flex;
  gap: 15px;
  margin-bottom: 25px;
}

.contact-info h6 {
  font-weight: 600;
  margin-bottom: 5px;
}

.contact-info p {
  color: #555;
  margin: 0;
}

/* Icons */
.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 26px;
}

.contact-icon {
  width: 34px;          
  height: 34px;
  object-fit: contain;
  margin-top: 4px;
}

.text h4 {
  margin: 0;
  font-size: 17px;
  font-weight: 600;
  color: #1f2a44;
}

.text p {
  margin: 6px 0 0;
  font-size: 14.5px;
  line-height: 1.7;
  color: #6b7280;
}
/* Right box */
.appointment-box {
  background: #fff;
  padding: 35px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.appointment-box h5 {
  font-weight: 700;
  margin-bottom: 5px;
}

.appointment-box p {
  color: #777;
  margin-bottom: 25px;
}

.appointment-box .form-control {
  height: 48px;
}

.submit-btn {
  width: 100%;
  background: #ff6a00;
  border: none;
  color: #fff;
  padding: 12px;
  font-weight: 600;
}

/* why choose us */
.why-choose-us {
  padding: 80px 0;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 60px;
}

/* LEFT */
.image-section {
  position: relative;
  flex: 1;
}

.circle {
  width: 420px;
  height: 420px;
  border-radius: 50%;
  overflow: hidden;
}

.circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* DOTS */
.dots {
  position: absolute;
  bottom: -20px;
  left: 60px;
  display: grid;
  grid-template-columns: repeat(5, 10px);
  gap: 8px;
}

.dots span {
  width: 8px;
  height: 8px;
  background: #2f80ed;
  border-radius: 50%;
}

/* RIGHT */
.content-section {
  flex: 1;
}

.small-title {
  color: #2f80ed;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.content-section h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}

.description {
  color: #666;
  line-height: 1.7;
  margin-bottom: 30px;
}

/* FEATURES */
.feature {
  display: flex;
  gap: 18px;
  margin-bottom: 25px;
}

.icon-img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  flex-shrink: 0;
}

.feature h4 {
  font-size: 18px;
  margin-bottom: 6px;
}

.feature p {
  color: #666;
  font-size: 15px;
  line-height: 1.6;
}

/* services section */
.services {
  padding: 90px 80px;
  background: #f6f8fc;
}
/* HEADER */
.services-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}
.section-tag {
  color: #6c63ff;
  font-weight: 600;
  letter-spacing: 1px;
}

.services h2 {
  font-size: 40px;
  margin: 15px 0 60px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* CARD */
.service-card {
  position: relative;
  background: #ffffff;
  padding: 45px 35px;
  border-radius: 16px;
  transition: all 0.4s ease;
  overflow: hidden;
}

.service-card h3 {
  margin: 22px 0 12px;
  font-size: 20px;
}

.service-card p {
  color: #6b7280;
  line-height: 1.7;
}

/* ICON */
.icon {
  width: 55px;
  height: 55px;
  transition: all 0.4s ease;
  color: #007bff;
}

/* NUMBER */
.count {
  position: absolute;
  top: 25px;
  right: 30px;
  font-size: 60px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.08);
}

/* TEXT WHITE ON HOVER */


/* ICON COLOR CHANGE (KEY PART) */
.service-card:hover .icon img {
  filter: brightness(0) invert(1);
}

/* HOVER COLORS */
.hover-orange:hover { background: #f2994a; }
.hover-pink:hover   { background: #e83e8c; }
.hover-blue:hover   { background: #2f80ed; }
.hover-green:hover  { background: #1abc9c; }
.hover-purple:hover { background: #9b51e0; }
.hover-darkblue:hover { background: #34495e; }

/* ACTIVE CARD (02 like screenshot) */
.active {
  background: #e83e8c;
}
.active h3,
.active p {
  color: #fff;
}
.active .icon {
  filter: brightness(0) invert(1);
}
.active .count {
  color: rgba(255,255,255,0.35);
}

.service-card .icon{
  position: obsolute;
  left: 25px;
  top: 30px;
  width: 40px;
  height: auto;
  display: block;
  opacity: 1;
  visibility: visible;
  z-index: 10;
}

/* about-us  */
/* SECTION */
/* ============================= */
/* ABOUT SECTION */
/* ============================= */

.about-section {
    padding: 80px 0;
    background: #ffffff;
}

.about-container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

/* ============================= */
/* LEFT SIDE */
/* ============================= */

.col-md-6 {
    width: 50%;
    padding: 15px;
}

.about-tag {
    color: #e63946;
    font-size: 14px;
    font-weight: 600;
    display: block;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.about-left h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
    color: #101010;
}

.about-left p {
    font-size: 18px;
    font-weight: 400;
    margin: 0;
}

/* ============================= */
/* RIGHT SIDE GRID */
/* ============================= */

.about-right {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

/* ============================= */
/* FEATURE BOX */
/* ============================= */

.feature {
    background: #f7f9fc;
    padding: 30px;
    border-radius: 12px;
    transition: all 0.4s ease;
}

/* Inner Flex Layout */
.feature-inner {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

/* Icon */
.feature img {
    width: 60px;
    flex-shrink: 0;
    transition: all 0.4s ease;
}

/* Title */
.feature h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #111;
    transition: all 0.4s ease;
}

/* Paragraph */
.feature p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    transition: all 0.4s ease;
}

/* ============================= */
/* HOVER EFFECT */
/* ============================= */

/* RED */
.feature.red:hover {
    background: #e63946;
}

/* BLUE */
.feature.blue:hover {
    background: #1d4ed8;
}

/* TEAL */
.feature.teal:hover {
    background: #0f766e;
}

/* PURPLE */
.feature.purple:hover {
    background: #6d28d9;
}

/* Text White on Hover */
.feature:hover h4,
.feature:hover p {
    color: #ffffff;
}

/* Icon White on Hover */
.feature:hover img {
    filter: brightness(0) invert(1);
}

/* Slight Lift Effect */
.feature:hover {
    transform: translateY(-5px);
}

/* ============================= */
/* RESPONSIVE */
/* ============================= */

@media (max-width: 992px) {

    .col-md-6 {
        width: 100%;
    }

    .about-right {
        grid-template-columns: 1fr;
        margin-top: 40px;
    }
}
/* RIGHT ICON CONTAINER */
.nav-icons {
    display: flex;
    align-items: center;
    gap: 22px;
    margin-left: 25px;
}

/* SEARCH ICON */
.nav-search {
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    position: relative;
    top: 1px; 
}

/* 3 DOTS ICON */
.nav-dots {
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
}

/* HOVER */
.nav-search:hover,
.nav-dots:hover {
    opacity: 0.8;
}


nav {
  position: relative;
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 25px;
  padding: 0;
  margin: 0;
}

.nav-links li {
  position: relative;
}

.nav-links a {
  text-decoration: none;
  color: #000;
  font-weight: 500;
}

/* HIDE DROPDOWN */
.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  min-width: 220px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  padding: 10px 0;
  z-index: 999;
}

/* SHOW ON HOVER */
.nav-item:hover .dropdown-menu {
  display: block;
}

.dropdown-menu li {
  padding: 8px 20px;
}

.dropdown-menu li a {
  color: #000;
  display: block;
}

.dropdown-menu li a:hover {
  background: #f2f2f2;
}

.nav-icons {
    display: flex;
    align-items: center;
    gap: 22px;
}

.nav-search i {
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}

/* DOTS STYLE */
.menu-dots {
    display: grid;
    grid-template-columns: repeat(3, 6px);
    gap: 5px;
    cursor: pointer;
}

.menu-dots span {
    width: 6px;
    height: 6px;
    background-color: #fff;   /* white dots */
    border-radius: 50%;
}

/* BLUE DOTS (middle of each side) */
.menu-dots span:nth-child(2),
.menu-dots span:nth-child(4),
.menu-dots span:nth-child(6),
.menu-dots span:nth-child(8) {
background-color: #4aa3ff; /* blue like your image */
}
/* SIDEBAR */
.sidebar {
    position: fixed;
    top: 0;
    right: -400px;   /* hidden */
    width: 350px;
    height: 100%;
    background: white;
    box-shadow: -5px 0 20px rgba(0,0,0,0.2);
    transition: 0.4s ease;
    z-index: 9999;
    padding: 40px 30px;
    overflow-y: auto;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
    z-index: 999;
}

.overlay.active {
    opacity: 1;
    visibility: visible;
}
.sidebar.active {
    right: 0;
}

.sidebar-content h3 {
    margin-bottom: 20px;
}

.sidebar-content p {
    font-size: 14px;
    line-height: 1.6;
    color: #444;
}

.sidebar-info p {
    margin-top: 15px;
}
.sidebar-logo {
    font-size: 22px;
    margin-bottom: 15px;
}

.sidebar-text {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 25px;
    color: #555;
}

.sidebar-contact {
    margin-top: 20px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
}

.contact-item i {
    font-size: 18px;
    color: #007bff;
    margin-top: 5px;
}

.contact-item h4 {
    font-size: 15px;
    margin: 0;
    font-weight: 600;
}

.contact-item p {
    margin: 3px 0 0;
    font-size: 14px;
    color: #555;
}

/* CLOSE BUTTON */
.close-btn {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 28px;
    cursor: pointer;
}


/* aboutus page css starts here */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

.container {
    width: 90%;
    margin: auto;
}

/* HEADER */
.header {
    background: #fff;
    border-bottom: 1px solid #eee;
}

.nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}

nav a {
    margin: 0 10px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
}

nav a.active {
    color: #1e6fff;
}

/* STATS */
.stats {
    display: flex;
    gap: 50px;
}

.stats h3 {
    font-size: 40px;
}

.stats span {
    font-size: 18px;
    font-weight: 600;
    color: #101010
}

.red {
    color: #dd4c23;
}

.blue {
    color: #1e73be;
}
/* ABOUT */
.about {
    display: flex;
    gap: 40px;
    padding: 60px 0;
}

.about-img {
    flex: 1;
    background: #ddd;
    height: 350px;
    border-radius: 12px;
}

.about-text {
    flex: 1;
}

.tag {
    background: #e6f0ff;
    color: #1e6fff;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
}

.about-text h2 {
    margin: 15px 0;
}

/* FEATURES */
.features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding: 40px 0;
}

.feature {
    background: #f8f9fb;
    padding: 25px;
    border-radius: 12px;
}

/* PROCESS */
.process {
    text-align: center;
    padding: 60px 0;
}

.process-steps {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 30px;
}


.step {
    width: 160px;
    height: 160px;
    border: 2px dashed #1e6fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* CTA */
.cta {
    background: linear-gradient(90deg, #0d2fa3, #1e6fff);
    color: #fff;
    text-align: center;
    padding: 50px 0;
}

/* CONTACT */
.contact {
    display: flex;
    gap: 40px;
    padding: 60px 0;
}

.contact-img {
    flex: 1;
    background: #ddd;
    border-radius: 12px;
}

form {
    flex: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

form textarea,
form select,
form input {
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
}

textarea {
    grid-column: span 2;
}

/*button {
    grid-column: span 2;
    background: #1e6fff;
    color: #fff;
    border: none;
    padding: 14px;
    border-radius: 30px;
    cursor: pointer;
} */


/* ===== LOADER ===== */
#loader {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
}

.spinner {
  width: 50px;
  height: 50px;
  border: 5px solid #eee;
  border-top: 5px solid #1e6fff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}


.lines {
  position: absolute;
  left: 80px;   /* adjust position */
  top: 0;
  height: 100%;
}

.linesmiddle {
  position: absolute;
  left: 700px;   /* adjust position */
  top: 0;
  height: 100%;
}

.lineslast {
  position: absolute;
  left: 1200px;   /* adjust position */
  top: 0;
  height: 100%;
}

.lines span {
  position: absolute;
  width: 3px;
  height: 80px;
  background: white;
  opacity: 0.6;
  animation: moveDown 3s linear infinite;
}

.linesmiddle span {
  position: absolute;
  width: 3px;
  height: 80px;
  background: white;
  opacity: 0.6;
  animation: moveDown 3s linear infinite;
}

.lineslast span {
  position: absolute;
  width: 3px;
  height: 80px;
  background: white;
  opacity: 0.6;
  animation: moveDown 3s linear infinite;
}

.lines span:nth-child(2) {
  left: 20px;
  animation-delay: 1.5s;   /* second line delay */
}

@keyframes moveDown {
  0% {
    top: -100px;
    opacity: 0;
  }
  30% {
    opacity: 0.6;
  }
  100% {
    top: 100%;
    opacity: 0;
  }
}

.video-play {
    position: absolute;
    top: 35%;
    left: 120px;
    transform: translate(-50%, -50%);
    width: 120px;
    height: 120px;
    background: #ffff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
/* Play icon triangle */
.video-play::after {
    content: "";
    border-left: 25px solid #1f5eff;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    margin-left: 8px;
}

/* Ripple Effect */
.video-play::before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    animation: ripple 2s infinite;
}
.video-play span {
    position: absolute;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    animation: ripple 2s infinite;
}

.video-play span:nth-child(1) {
    animation-delay: 0.5s;
}

@keyframes ripple {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }
    100% {
        transform: scale(1.6);
        opacity: 0;
    }
}

.video-play i {
    color:white;
    font-size: 40px;
}

.video-modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.8);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.video-content {
    position: relative;
}

.close {
    position: absolute;
    top: -40px;
    right: 0;
    font-size: 35px;
    color: white;
    cursor: pointer;
}



/*  */

/* service section css */
.services-section {
    padding: 100px 0;
    background: #f8fbff;
}



.section-title {
    text-align: center;
    margin-bottom: 60px;
}

.section-title span {
    color: #4c5bfd;
    font-weight: 600;
    letter-spacing: 1px;
}

.section-title h2 {
    font-size: 36px;
    font-weight: 700;
    margin-top: 10px;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.service-card {
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    position: relative;
    transition: 0.4s ease;
    
}

.icon-number {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.icon-number img {
    width: 50px;
    height: auto;
    display: block;
}

.number {
    font-size: 60px;
    font-weight: 700;
    color: rgba(0,0,0,0.05);
}

.service-card h3 {
    margin-bottom: 15px;
    font-size: 20px;
}

.service-card p {
    font-size: 15px;
    line-height: 1.7;
    color: #555;
}

/* HOVER EFFECTS DIFFERENT */

.card1:hover {
    background: #ff4b5c;
    color: #fff;
}

.card2:hover {
    background: #ff3f87;
    color: #fff;
}

.card3:hover {
    background: #4c5bfd;
    color: #fff;
}

.card4:hover {
    background: #5b2cff;
    color: #fff;
}

.card5:hover {
    background: linear-gradient(#3700ff42);
    color: #fff;
}

.card6:hover {
    background: #00c2ff;
    color: #fff;
}

.service-card:hover p,
.service-card:hover h3 {
    color: #fff;
}

.service-card:hover .number {
    color: rgba(255,255,255,0.15);
}
.service-card:hover img {
    filter:brightness(0) invert(1);
}

.icon-number {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.icon-number img {
    width: 50px;
    filter:brightness(0);
    transition: 0.3s ease;
}
.service-card{
    position: relative;
}
.number {
    font-size: 60px;
    font-weight: 700;
    color: rgba(0,0,0,0.05);
    position: absolute;
    right: 20px;   /* move slightly inside */
    top: 20px;
    position: relative;
}

.card1 .icon-number img {
    filter: brightness(0) saturate(100%) invert(32%) sepia(98%) saturate(2476%) hue-rotate(340deg);
}

.card2 .icon-number img {
    filter: brightness(0) saturate(100%) invert(49%) sepia(88%) saturate(2390%) hue-rotate(310deg);
}

.card3 .icon-number img {
    filter: brightness(0) saturate(100%) invert(32%) sepia(93%) saturate(1400%) hue-rotate(220deg);
}

.card4 .icon-number img {
    filter: brightness(0) saturate(100%) invert(20%) sepia(90%) saturate(3000%) hue-rotate(260deg);
}

.card5 .icon-number img {
    filter: brightness(0) saturate(100%) invert(55%) sepia(80%) saturate(500%) hue-rotate(190deg);
}

.card6 .icon-number img {
    filter: brightness(0) saturate(100%) invert(60%) sepia(80%) saturate(600%) hue-rotate(160deg);
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
}

.section-left {
    max-width: 600px;
}

.section-left span {
    color: #4c5bfd;
    font-weight: 600;
    letter-spacing: 1px;
}

.section-left h2 {
    font-size: 36px;
    font-weight: 700;
    margin-top: 10px;
}

/* BUTTON STYLE */
.get-btn {
    padding: 12px 28px;
    background: #ff6a4d;
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 600;
    transition: 0.3s ease;
}

.get-btn:hover {
    background: #e4573c;
}