 @import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

/* Show it is fixed to the top */
body {
   font-family: "Manrope", sans-serif;
}
/* Target only the blog content in blogs-info section */
.blogs-info,
.blogs-info p,
.blogs-info span,
.blogs-info h1,
.blogs-info h2,
.blogs-info h3,
.blogs-info h4,
.blogs-info h5,
.blogs-info h6,
.blogs-info a,
.blogs-info li,
.blogs-info strong,
.blogs-info b {
    color: #ffffff !important;
}

/* smooth transition */
.green-rounded svg {
  transition: filter 0.3s ease;
}

/* default state → black icon */
.green-rounded svg path {
  fill: #000;
}

/* hover state */
.nav-link:hover .green-rounded svg {
  filter: brightness(0) invert(1);
}

/* active tab state */
.nav-link.active .green-rounded svg {
  filter: brightness(0) invert(1);
}


/* ================================
   SUPPORT SECTION – GREEN THEME
================================ */
.support-card .icon img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.support-card {
  text-decoration: none;
}

.support-section {
 background: url('../images/Background Image_Tagmark 1.png') no-repeat center center / cover;
  padding: 40px 0;
}

/* Header */
.support-header {
  text-align: center;
  margin-bottom: 55px;
}

.support-header h2 {
 color: #FFFFFF;
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 30px;
}

.support-header p {
  color: white;
    font-weight: 400;
    font-size: 16px;
}

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

/* Card */
.support-card {
  border: 2px solid #48AB77;
   padding: 25px 45px !important;
   background-color: #13251B;
  text-decoration: none;
  transition: all 0.35s ease;
  position: relative;
}

.support-card:hover {
  transform: translateY(-8px);
}

/* Icon */
.support-card .icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: #48AB77;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  margin-bottom: 22px;
}

/* Title */
.support-card h4 {
  font-size: 20px;
  font-weight: 600;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.support-card h4 span {
  font-size: 22px;
  color: #0E7C66;
  transition: transform 0.3s ease;
}

.support-card:hover h4 span {
  transform: translateX(5px);
}

/* Small link */
.support-card .card-link {
  font-size: 14px;
  color: #0E7C66;
  margin-top: 8px;
  display: inline-block;
}

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

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

  .support-header h2 {
    font-size: 34px;
  }
}

.journey-timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  position: relative;
}

.journey-timeline::before {
  content: "";
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  height: 2px;
  background: rgba(255, 255, 255, 0.15);
  z-index: 0;
}

.journey-item {
  position: relative;
  padding-top: 60px;
  z-index: 1;
}

.journey-step {
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #48AB77;
  color: #0b140a;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.journey-item h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
	color: white;
}

.journey-item p {
  font-size: 14.5px;
  line-height: 1.6;
  color: #cfd8d3;
}

.journey-belief {
  max-width: 720px;
  margin: 60px auto 0;
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
  color: #e6f6ef;
}

.journey-belief strong {
  color: #48AB77;
}


.ai-robot-section {
  padding: 40px 0;
  background: #0B140A;
  color: #fff;
  text-align: center;
}
.address p{
	color: #fff;
}

/* HEADER */
.ai-header {
  max-width: 760px;
  margin: 0 auto 40px;
}
.ai-header .tag {
  color: #4cffc0;
  letter-spacing: 2px;
  font-size: 12px;
}
.ai-header h2 {
  color: #FFFFFF;
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 30px;
}
.ai-header p {
  text-align: center;
    max-width: 800px !important;
    margin: 0 auto 40px auto;
    color: #C5C5C5;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
}

/* WRAPPER */
.ai-robot-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 70px;
}

/* STEPS */
.ai-steps {
  display: flex;
  flex-direction: column;
  gap: 28px;
  max-width: 360px;
}

.ai-step {
  position: relative;
  padding: 22px 24px;
  background: #13251B;
  border: 1px solid rgba(76,255,192,0.25);
  border-radius: 14px;
  text-align: left;
  animation: fadeUp 0.8s ease forwards;
}

.ai-step h4 {
  margin-bottom: 6px;
  font-size: 20px;
    font-weight: 600;
    color: #48ab77;
}
.ai-step p {
  font-weight: 400;
    font-size: 14px;
    line-height: 1.7;
    color: #fff;
}

/* CONNECTOR LINE */
.ai-step::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 45px;
  height: 2px;
  background: #4cffc0;
}

.left .ai-step::after {
  right: -45px;
}

.right .ai-step::after {
  left: -45px;
}

/* NUMBER AT LINE END */
.left .ai-step::before {
  content: attr(data-step);
  position: absolute;
  top: 50%;
  right: -73px; /* line + gap */
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background: #4cffc0;
  color: #003f32;
  border-radius: 50%;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 12px rgba(76,255,192,0.6);
}

.right .ai-step::before {
  content: attr(data-step);
  position: absolute;
  top: 50%;
  left: -73px;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background: #4cffc0;
  color: #003f32;
  border-radius: 50%;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 12px rgba(76,255,192,0.6);
}

/* AI ROBOT */
.ai-robot {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: radial-gradient(circle, #4cffc0, #0b2a21);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  animation: pulse 2.5s infinite;
  margin-top: 108px;
}

.ai-robot span {
  font-weight: 700;
  font-size: 28px;
  color: #003f32;
}

/* ROBOT CORE */
.robot-core {
  position: absolute;
  width: 160px;
  height: 160px;
  border: 2px dashed rgba(76,255,192,0.6);
  border-radius: 50%;
  animation: rotate 7s linear infinite;
}

/* ANIMATIONS */
@keyframes pulse {
  0% { box-shadow: 0 0 22px rgba(76,255,192,.4); }
  50% { box-shadow: 0 0 48px rgba(76,255,192,.9); }
  100% { box-shadow: 0 0 22px rgba(76,255,192,.4); }
}

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

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}
.btn-get-start:hover {
    color: #fff !important;
    border: 2px solid #212529 !important;
	background-color: transparent !important;
}

.service-outcome h2{
	color:white;
}
.service-outcome ul li {
    align-items: flex-start;   /* aligns icon with first text line */
    gap: 0px;                 /* space between icon and text */
    margin-bottom: 14px;
    line-height: 1.5;
	 display: flex;
}

.service-outcome ul li div img {
    height: 22px;               /* adjust icon size */
}

.blogg-inner-paragaraph p{
	line-height: 2;
}
.goal-project img{
	height: 500px;
}
.service-short-content{
	    line-height: 2;
}
.service-full-content{
	text-align:justify;
	padding: 30px 0 30px 0;
}
.service-short-content{
	text-align:justify;
}
.service-full-content p{
	line-height: 2;
}
.button-groups-1 {
    display: flex;
    gap: 25px;
    margin-top: 15px;
}
.service-full-content h1{
	color:white;
	text-align: left;
}
.footer-bottom a {
    color: #fff;
    text-decoration: none;
}
.footer-bottom a:hover {
    text-decoration: underline;
}
.location_details .text-white{
	font-size: 16px;
}

.shrink{
  padding-top: 0;
  padding-bottom: 0;
  background-color: #0e1f10;
}
.blogg-image .w-auto {
    
    width: 1261px !important;
}
.g-10{
  gap: 10px;
}
.footer-nav li {
  list-style: none !important;
}

.blogg-footer img {
    width: 60px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    padding-right: 10px;
}

.file-btn:hover {
    border: 1px solid #251A20;
    color: #fff;
    cursor: pointer;
}
.submit-btn:hover {
    border: 1px solid black;
    color: #fff !important;
}

.card-custom .card-custom h6 {
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: capitalize !important;
}

.card-body a:hover{
    color: #44a173 !important;
}

.nav-link.active .green-rounded img,
.nav-link.active .green-rounded svg image {
    filter: brightness(0) invert(1); /* makes icon white */
}
 

.home-demo .event-box{
    min-height: 270px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.small-blogs .card-body a:hover{
    color:#fff !important;
}

.text-white-2{
    color: white;
}

.carrer-details{
    background: url('../images/Background Image_Tagmark 1.png') no-repeat center center / cover;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    position: relative;
    padding: 160px 40px 60px;
}

.hero-section ol li a{
  color: #6c757d;
  text-decoration: none;
}

.ai_pics img{
  height: 237px;
  object-fit: cover;
  width: 375px;
  border-radius: 15px;
}

.robort-pic img{
  height: 370px;
    border-radius: 15px;
    object-fit: cover;
    width: 100%;
}

.carrer-features img{
  width: 276px;
  height: 580px;
  border-radius: 15px;
  object-fit: cover;
  background-repeat: no-repeat;
  border: 2px solid #fff;
}

.site-header .navbar-dark .navbar-nav{
  display: flex;
  align-items: center;
  gap: 40px;
}

.green-borders .post-info  a{
  color: #fff;
  text-decoration: none;
}

navbar-nav .current-menu-item > a,
.navbar-nav .current_page_item > a,
.navbar-nav .current-menu-parent > a,
.navbar-nav .current-menu-ancestor > a,
.navbar-nav .current_page_parent > a {   /* ADD THIS */
    color: #48AB77 !important;
}
 
/* Hover Effect */
.navbar-nav li a:hover {
    color: #48AB77 !important;
}

.posted-box img{
    width: 143px;
    height: 100px;
    object-fit: cover;
}

.site-header ul li a{
  text-decoration: none;
  color: #fff;
}

.top-menu .current-menu-item > a{
    color:#2cb071 !important;
}

.site-header .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show>.nav-link{
    color:#48AB77;
}

.carrer-hero .event-box{
    text-align:center;
}

.social-list ul#pills-tab{
    margin-top:0px !important;
}

.tab-details {
    width: auto;
	line-height: 2;
	text-align: justify;
}
.btn-check:focus+.btn, .btn:focus {
    outline: 0;
     box-shadow: none !Important;
}

.depth-service{
    margin-top:20px;
}

.green-borderd-box {
        margin-bottom: 20px;
    }

.page-link {
    color: #48AB77;
    border-color:#48AB77;
    border-radius:6px;
}

.big-blog .main-title{
    margin-bottom:10px;
}

.page-item.active .page-link {
  background-color: #48AB77;
  border-color: #48AB77;
  color: #fff;
  box-shadow:none;
}

.page-item.active .page-link:hover{
    color:#48AB77;
}

.our-goals .main-title{
    margin-bottom:0px !important;
}

.page-link:hover{
   background-color:#fff !important;
  border-color:#fff !important;
  color:#48AB77 !Important;
}

   .mobile-show{
       margin-left:14% !important;
   }

.pictures-main{
    text-align:right;
}

ol.breadcrumb.d-flex.justify-content-center{
    color: #C5C5C5;
}

.mb-20{
  margin-bottom: 20px;
}


.carrer-hero{
        padding: 40px 0px;
        background: #0B140A;
      }

      .carrer-hero .main-title h2{
        color: #fff;
        font-weight: 500;
      }

       .carrer-hero .main-title p{
        color: #C5C5C5;
        font-size: 16px;
        font-weight: 400;
		line-height: 2;
       }

       .opening .heading h2{
        color: #fff;
       }

       .opening-shades{
            display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 40px 16px;
       }


ul#pills-tab {
    margin-top: 20px;
}

/*p.py-1.text-white {*/
/*    padding: 20px !important;*/
/*}*/

.borderd-green:hover {
    background-color: white;      /* Card becomes white */
}

.pagination,
.page-numbers {
    display: flex;
    gap: 5px;
}

.page-numbers li {
    list-style: none;
}
ul.page-numbers{
  padding: 0px !important;
}
.page-numbers a,
.page-numbers span {
    padding: 8px 12px;
    border: 1px solid #ddd;
    display: block;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition: color .15s 
    ease-in-out, background-color .15s 
    ease-in-out, border-color .15s 
    ease-in-out, box-shadow .15s 
    ease-in-out;
    text-decoration: none;
    color: #48AB77;
}

.page-numbers .current {
    background: #48AB77;
    color: #fff;
    border-color: #48AB77;
}

.card-custom.active{
 border: 2px solid #48AB77;
}

.green-rounded:hover svg {
   filter: brightness(0) invert(1); 
}
 
/* Text becomes black on hover */
.borderd-green:hover p {
    color: black;
}
 
/* Optional: change quote icon to black version */
.borderd-green:hover .profile-demo::after {
    background: url('../images/double-quotes-black.svg');
}
hr:not([size]) {
    height: 0px !important;
}
 
.borderd-green:hover .profile-demo::after {
    background: url('../images/double-arrows.png');
    background-size: cover;
}

.carrer-details .main-title h1{
  font-weight: 600;
  font-size: 28px;
  color: #fff;
}

.carrer-details .main-title p{
  color: #C5C5C5;
  font-weight: 500;
  font-size: 16px;
}

.apply-demo a {
    text-decoration: none;
    color: #251A20;
    font-size: 16px;
    background: #48AB77;
    padding: 8px 30px;
}

.g-20{
  gap: 8px;
}

 .custom-form {
        border: 2px solid #2ecc71;
        border-radius: 12px;
        padding: 35px;
        background: #fff;
    }

    .form-control {
    border: none;
    border: 1px solid #bbb;
    border-radius: 0;
    padding-left: 0;
    background: rgba(255, 255, 255, 0.15) !important;
    color: #fff !important;       /* 👈 User typed text is white */
    box-shadow: none !important;
}

/* Placeholder also white */
.form-control::placeholder {
    color: #ffffffcc !important;   /* Light white */
    opacity: 1;
}

    .form-control:focus {
        border-bottom: 1px solid #2ecc71;
    }
    .submit-btn {
        background: #48AB77;
        color: #251A20;
        padding: 10px 25px;
        border-radius: 8px;
        border: none;
        border: 1px solid #251A20;
    }
    .file-btn {
        border: 2px solid #2ecc71;
        padding: 10px 25px;
        border-radius: 8px;
        background: #48AB77;
        color: #251A20;
        border: 1px solid #251A20;
    }


.green-borders {
    border-top: 1px solid #48AB77;
    border-bottom: 1px solid #48AB77;
    padding: 20px;
    display: flex;
    gap: 40px;
}

.username-details h5{
  color: #9C9C9C;
}

.pop-ai-tem{
  background: #0B140A;
  padding: 40px 0px 30px;
}

.pop-ai-tem .main-title h2{
  color: #fff;
}

.pop-ai-tem .main-title p{
  font-weight: 400;
  font-size: 16px;
  color: #C5C5C5;
}


.location-year .location-details {
    display: flex;
    gap: 20px;
}

.patti-box {
    display: flex;
    align-items: center;
    gap: 60px;
    justify-content: space-between;
    border: 1px solid #48AB77;
    padding: 30px 50px;
    border-radius: 10px;
    margin-bottom:20px;
    background:#13251B;
}
.patti-box .positon{
     display: flex;
    align-items: center;
    gap: 60px;
}

.know-details a{
  text-decoration: none;
  background: #48AB77;
  color: #251A20;
  padding: 8px 39px;
  border-radius: 6px;
  border: 2px solid #fff;
  font-weight: 600;
}

.patti-box .positon h4{
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  position: relative;
}

.patti-box .positon h4::after {
    content: '';
    position: absolute;
    background: #fff;
    width: 2px;
    height: 50px;
    right: -28px;
    top: -5px;
}

.find-your-role{
  background: #0B140A;
}

.find-your-role .main-title p {
    font-size: 16px;
    font-weight: 500;
    padding: 10px;
    color: white;
}

.find-your-role .main-heading h4 {
    color: #fff;
    margin-bottom: 20px;
}

.location-details p{
  color: #C5C5C5;
  margin-bottom: 0px;
}

.location-year{
    display: flex;
    gap: 40px;
}

.user-profile{
  display: flex;
    gap: 20px;
    padding-top: 30px;
}

.arrows-replay {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #48AB77;
    padding-bottom: 30px;
}

.contact-form {
    margin-top: 25px;
}

.green-box-from {
    background: #48AB77;
    border: 3px solid #FFFFFF;
    box-shadow: 0px 0px 8px 4px #FFFFFF40;
    padding: 18px 16px;
    border-radius: 0px 80px 0px 80px;
}

/* .green-box-from .form-control{
  background: none;
}

.green-box-from .form-control::placeholder{
  color: #fff;
}

.green-box-from h3{
  padding-bottom: 20px;
}

.reserved a {
    text-decoration: none;
    color: #fff;
    background: #0F4F3D;
    padding: 13px 14px;
    border: 2px solid #fff;
    border-radius: 20px;
    border-radius:6px;
}

.contact-form  p{
  padding-top: 0px;
} */

.future-bulding{
  background: #0B140A;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px 0px;
  overflow: hidden;
}

.future-bulding .main-title h3{
  color: #fff;
}

.future-bulding .main-title p {
    color: #C5C5C5;
    font-weight: 400;
    font-size: 16px;
    margin-top: 25px;
    padding-bottom: 12px;
}

.testimonial .owl-nav .owl-prev{
    display:none;
}

.testimonial .owl-nav .owl-next{
    display:none;
}

.location-info{
  display: flex;
  align-items: center;
  gap: 17px;
  padding-bottom: 30px;
}

.location-info .location_details p{
  color: #C5C5C5;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0px;
}

.contact-form .form-control {
    border: 1px solid #48AB77;
    background: none;
    color: #fff;
    padding: 10px;
}

.contact-form .form-control::placeholder{
  color: #C5C5C5;
}

.highr-banner{
  background: #0B140A;
    padding: 40px 0 0 0;
}

.highr-banner .highhlighted-banner{
  text-align: center;
}

.heading-text h2{
  color: #fff;
}

.service-outcome ul li {
    list-style: none;
    color: #fff;
    font-size: 16px;
  line-height: 1.5;
   
}
.challenge-item img{
  height: 22px;
}
.overview-item img{
  height: 22px;
}
.service-outcome ul li img{
  padding-right: 16px;
  height: 22px;
}

.service-outcome ul{
  padding: 0px;
}

.form-check label{
  color: #fff;
}

.arrows-replay a{
  text-decoration: none;
  color:#48AB77;
}

.navbar-expand-lg .navbar-nav .nav-link{
  padding-right: 1.1rem;
  padding-left: 1.1rem;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}


   .modal-container {
      display: inline-block;
      position: relative;
      filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.1));
      }
      /* Animation for the main modal elements */
      .modal-element {
      animation: float 3s ease-in-out infinite;
      }


        .case-studies {
    /* Optional: To position the custom nav relative to the case-studies div */
    position: relative;
}

      .owl-theme .owl-nav [class*=owl-]:hover{
        background: none !important;
      }

      .testimonial-title h2{
        color: #fff;
      }

      .testimonial-title p{
        color: #fff;
      }

      .modal-element:nth-child(2) {
      animation-delay: 0.5s;
      }
      .modal-element:nth-child(3) {
      animation-delay: 1s;
      }
      @keyframes float {
      0%, 100% {
      transform: translateY(0);
      }
      50% {
      transform: translateY(-5px);
      }
      }
      /* Animation for the connecting lines */
      .connector {
      animation: pulse 2s ease-in-out infinite;
      }
      @keyframes pulse {
      0%, 100% {
      opacity: 1;
      }
      50% {
      opacity: 0.7;
      }
      }
      /* Animation for the green modal */
      .green-modal {
      animation: glow 4s ease-in-out infinite;
      }
      @keyframes glow {
      0%, 100% {
      filter: drop-shadow(0 0 5px rgba(72, 171, 117, 0.3));
      }
      50% {
      filter: drop-shadow(0 0 15px rgba(72, 171, 117, 0.7));
      }
      }
      /* Animation for the smaller modals */
      .small-modal {
      animation: bounce 2s ease-in-out infinite;
      }
      .small-modal:nth-child(1) {
      animation-delay: 0.2s;
      }
      .small-modal:nth-child(2) {
      animation-delay: 0.4s;
      }
      .small-modal:nth-child(3) {
      animation-delay: 0.6s;
      }
      @keyframes bounce {
      0%, 100% {
      transform: scale(1);
      }
      50% {
      transform: scale(1.05);
      }
      }
      h1 {
      color: #333;
      margin-bottom: 30px;
      }
      .description {
      margin-top: 20px;
      color: #666;
      max-width: 500px;
      line-height: 1.5;
      }

      .testimonial-section {
      padding: 40px 0 40px;
      background: url("../images/testimonail-section.png") center/cover no-repeat;
      position: relative;
      overflow: hidden;
}

/* Overlay */
.testimonial-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(255 255 255 / 0%);
    z-index: 0;
}

.upcoming-event .owl-theme .owl-nav{
    margin-top:0px;
}

.blogg-image {
    position: relative;
    padding-bottom: 30px !important;
    border-radius: 20px;
}

.blogs-info .blogg-image{
  padding-bottom: 0px !important;
}


.testimonial-section > * {
  position: relative;
  z-index: 1;
}

.tarike {
    position: absolute;
    right: 65px;
    bottom: 28px;
    background: #13251B;
    padding: 0px 20px;
	text-align: center;
    border: 1px solid #48AB77;
}

.tarike span{
  color: #48AB77;
  font-size: 64px;
  font-weight: 600;
}

.tarike p{
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.testimonial-content h4{
  color: #fff;
}

/* Titles */
.testimonial-title {
  text-align: center;
  margin-bottom: 80px;
}

/* Testimonial card */
.testimonial-box {
  background: rgba(0, 40, 24, 0.9);
  border-radius: 125px 10px 10px 125px;
  display: flex;
  align-items: center;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: visible !important;
}

.green-text{
  color: #48AB77;
}

.blogs-info .main-title h3{
  color: #fff;
  margin-top: 20px;
}

.pagination{
  display: flex;
    padding-left: 0;
    list-style: none;
    gap: 10px;
}

.blogs-info .main-title p{
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

/* Image wrapper + outer ring */
.testimonial-img-wrap {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  position: relative;
  margin-left: -90px; /* perfect offset */
  z-index: 3;
  padding: 15px;
}

.testimonial-img-wrap::after {
  content: "";
  position: absolute;
  width: 350px;
  height: 350px;
  border: 1px solid #48AB77;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Image */
.testimonial-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  z-index: 2;
}

/* Text */
.testimonial-content h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 3px;
}
.testimonial-content small { color: #81cfa3; font-size: 14px; }
.testimonial-content p { font-size: 15px; margin-top: 10px; color: #fff; }

/* Progress Bar */
.testimonial-progress {
  width: 200px;
  height: 4px;
  background: rgba(72,171,119,0.2);
  margin: 25px auto 0;
  border-radius: 10px;
}

/* Arrows */
.carousel-control-prev, .carousel-control-next {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  top: calc(100% + 30px);
  transform: translateY(-50%);
  margin-top: -31px;
}

.carousel-control-prev { left: calc(50% - 150px); }
.carousel-control-next { right: calc(50% - 150px); }


@media (min-width: 768px) and (max-width: 991px) {

  /* Main row becomes vertical */
  .our-goals .row.d-flex {
    flex-direction: column !important;
    align-items: center;
    text-align: center;
  }

  /* IMAGE SECTION */
  .our-goals .pictures-main {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
  }

  .our-goals .pictures-main img {
    width: 100%;
    max-width: 450px;
    height: auto;
    border-radius: 8px;
  }
}

/* Mobile Responsive Fix */
@media (max-width: 767px) {
.carousel-inner{
    padding: 20px;
}
.service-outcome{
		padding: 30px 0;
	}
.object-animation-five {
    display: none;
}

.floating-group label{
  background: transparent !important;
}

.wpcf7-form label {
    width: 100%;
}

.res-contact{
  margin-top: 0px;
}

.ai-full-section{
    padding-top:20px !important;
}

.testimonials{
    padding-top:20px !important;
}

.card-header-icon {
    position: absolute;
    top: 13px;
    right: 12px !important;
    width: 40px;
    height: 40px;
    border: 1.5px solid #353535;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carrer-features img {
    width: 100%;
    height: 580px;
    border-radius: 15px;
    object-fit: cover;
    background-repeat: no-repeat;
    border: 2px solid #fff;
}

.testimonial-title {
  margin-bottom: 0px;
}

.robort-pic img{
  width: 100%;
  height: auto;
}

.site-header .navbar-dark .navbar-nav {
    display: flex;
    gap: 22px;
    margin-top: 5px;
    align-items: flex-start;
}

.ai_pics img{
  width: 100%;
  height: auto;
}

.post_botom{
  padding-bottom: 20px;
}

.upcoming-event .owl-theme .owl-nav{
    display:none;
}

.patti-box .positon h4{
    font-size:16px;
}

.blog-details ul li {
    margin-bottom: 15px !important;
}
.carrer-hero .main-title p{
    text-align:justify;
}

.btn-small-learn-more{
    padding-left:10px;
}

.small-blogs .btn-small-learn-more{
    padding-left:0px;
}

.who-we-are .main-title p{
    text-align:center !important;
}

.card-custom{
    width:66% !important;
}

.mobile-show{ margin-left:0% !important;
}

.footer-col {
    margin-top: 15px;
}

.custom-owl-nav {
    margin-top: 0px;
}


.upcoming-event .custom-owl-nav{
    margin-top:0px;
}

.carrer-details{
            padding: 100px 0px 30px;
            height: auto;
          }

          .opening {
          margin-top: 30px;
        }

        .carrer-hero{
          padding: 15px;
        }


.faq-section {
    padding: 25px 2px 40px;
    background: #0B140A;
}

.heading-text h2 {
    padding: 10px 7px;
}

.contact-form .form-control {
 
    padding: 5px 5px;
}

.dates-with-comment p {
    padding: 10px 0px 0;
}

.tag_details{
   gap: 10px !important;
}

.dates-with-comment p {
    text-align: justify;
}


   .find-your-role .main-heading h4 {
    margin-bottom: 20px !important;
}
.find-your-role .main-title p {
   
    padding: 20px 20px 15px;
}

.patti-box {
    display: flow;
}
.patti-box .positon {
    display: flow;
}
.patti-box .positon h4::after {
  display: none;
}
.patti-box {
    padding: 20px 20px;
}
.know-details a {
    padding: 10px 32px;
}
.location-year {
    margin-top:20px;
    margin-bottom: 20px;
}
    .patti-box {
        padding: 20px 20px 20px;
    }

.owl-dots {
    display: none;
}


.site-header{
    background: #0e1f10;
}

.btn-small-learn-more{
  margin-left: 0px !important;
}

.case-studies .owl-nav img{
    width:50px;
}


.tarike {
        position: absolute;
        right: 11px;
        bottom: 9px;
        background: #13251B;
        padding: 0px 13px;
        border: 1px solid #48AB77;
}

.tarike span {
    color: #48AB77;
    font-size: 30px;
    font-weight: 600;
}

.tarike p {
    color: #fff;
    font-size: 10px;
    font-weight: 600;
}

.main-title {
 
    margin-bottom: 45px;
}

.past-events {
    background: #0B140A;
    color: #fff;
    padding: 40px 20px;
}

.event-box {
    border: 2px solid #48AB77;
    padding: 16px 20px;
    background-color: #13251B;
    margin-bottom: 20px;
}


.footer-nav{
  display: inline-block;
  margin-top: 20px;
}

.footer-mid{
  display: block;
  padding: 20px;
}

.tagmark-logo{
  padding-bottom: 20px;
}

.footer-col{
  padding-bottom: 20px;
}

.testimonial-progress {
    width: 130px;
}
  .testimonial-box {
    flex-direction: column;
    text-align: center;
    border-radius: 20px;
    padding: 25px 15px 45px;
    gap: 20px;
    height: 455px;
  }
  .testimonial-img-wrap {
    margin-left: 0;
    margin-bottom: 20px;
    width: 180px;
    height: 180px;
    padding: 10px;
  }

  .testimonial-img-wrap::after {
    width: 220px;
    height: 220px;
  }




  .testimonial-content p { font-size: 14px; }

  /* Arrows centered below card */
  .carousel-control-prev,
  .carousel-control-next {
    top: unset;
    bottom: -19px;
    width: 20px;
    height: 20px;
  }

  .carousel-control-prev { left: calc(50% - 85px); }
  .carousel-control-next { right: calc(50% - 85px); }


  .testimonial-progress {
    margin-top: 25px;
  }
}


.table-responsive{
  margin-bottom: 20px;
}

.past-events{
  background: #0B140A;
  color: #fff;
  padding: 40px 0;
}

.event-slider .owl-theme .owl-nav{
  display: none;
}

.event-slider .owl-dots{
  display: none;
}

.past-events .main-title h3{
  color: #fff;
  margin-botom:30px !important;
}

.events-details {
    padding: 200px 40px 40px;
    background: url('../images/Background\ Image_Tagmark\ 1.png') no-repeat center center / cover;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    position: relative;
}

.img-hover-box{
    position: relative;
    overflow: hidden;
}

.img-hover-box img{
    width: 100%;
    display: block;
    transition: 0.4s ease;
    height: 310px ! IMPORTANT;
    object-fit: cover;
}

.desktop{
    display:none !important;
}

.img-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);   /* dark overlay */
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    opacity: 0;
    transition: 0.4s ease;
}

/* Hover effect */
.img-hover-box:hover .img-text {
    opacity: 1;
}

.img-hover-box:hover img {
    transform: scale(1.1);   /* optional zoom effect */
}

.custom-owl-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px; /* Adjust spacing as needed */
    width: 100%;
}

.owl-prev-custom,
.owl-next-custom {
    background: none;
    border: none;
    color: #999; /* Light grey for arrows */
    font-size: 30px;
    cursor: pointer;
    padding: 0 15px;
    outline: none;
}

/* Progress Bar Styling */
.progress-bar-container {
    flex-grow: 1; /* Allows the bar to take up available space */
    height: 8px;
    background-color: #333; /* Dark background color of the bar */
    border-radius: 4px;
    overflow: hidden;
    max-width: 400px; /* Constrain bar width if desired */
}

.progress-bar-fill {
    height: 100%;
    width: 0%; /* Initial width is 0% */
    background-color: #48AB77; /* Green color for the progress fill */
    transition: width 0.3s ease; /* Smooth transition for progress update */
}

.progress-bar-inner {
  width: 33.33%;
  height: 100%;
  background: #48AB77;
  border-radius: 10px;
  transition: .5s;
}


.events-details .main-title h3{
  color: #fff;
  font-size: 20px;
}

.events-details .main-title p{
  color: #fff;
  font-size: 16px;
}

.events-details .main-title a{
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  border: 1px solid #fff;
  padding: 13px 14px;
  border-radius: 10px;
}

.green{
  color: #48AB77;
  font-size: 20px;
}

.gray{
  color: #C5C5C5;
  font-size: 14px;
}

.blogs-info{
  background: #0B140A;
  padding: 40px 0px;
}

.blogs-info .blogg-image{
 position:relative;
}

.green-borderd-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #48AB77;
    padding: 20px 33px;
    margin-top: 24px;
}

.dates-with-comment p {
    color: #C5C5C5;
}

.green-borderd-box .auther-details p{
  color: #fff;
}

.green-bg {
    background: #48AB77;
    padding: 30px 102px;
    margin-bottom: 20px;
    text-align:center;
}

.green-bg p{
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.green-borders .post-info p {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.post-info span{
  color: #9C9C9C;
}

.green-borderd-box .auther-demo{
  display: flex;
  align-items: center;
  gap: 20px;
}

.green-borderd-box .auther-details span{
  color: #9C9C9C;
}

.blogs-details-info{
  background: #0B140A;
  padding: 40px 0px;
}

.tag_details{
     display: flex;
    align-items: center;
    gap: 20px;
}

.tag_details .tag-info a {
    color: #fff;
    text-decoration: none;
    padding: 8px 14px;
    border-radius: 20px;
    border: 2px solid #6D6D6D;
}
.date{
  margin-top: 23px;
}

.dates-with-comment{
  margin-top: 22px;
}

.dates-with-comment .main-title a{
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  position: relative;
}

.dates-with-comment .main-title a::after {
    content: '';
    position: absolute;
    background: url(../images/dual-arrow.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    right: -30px;
    top: 0;
}

.date-info{
  display: flex;
  gap: 30px;
  color: #fff;
}

.date span{
  color: #fff;
}

.upcoming-event{
  background-color: #0B140A;
  padding: 40px 0px;
  position:relative;
  overflow:hidden;
}

.icon-side img{
  visibility: hidden;
}

.custom-card:hover .icon-side img {
  visibility: visible;
}

      .hover-card {
        position: relative;
        width: 380px;
        height: 520px !important;
        border-radius: 24px;
        overflow: hidden;
        box-shadow: 0 20px 50px rgba(0, 0, 0, 0.7);
        transition: all 0.4s ease;
        margin-bottom: 25px;
      }
 
      .hover-card:hover {
        box-shadow: 0 35px 80px rgba(0, 0, 0, 0.9);
        background:none;
      }
      
       .hover-card:hover::before{
        content: "";
        position: absolute;
        width: 155px;
        height: 258px;
        z-index: 3;
        display: block;
        border-radius: 18px;
        transition: all .5s ease-in-out;
        transform: rotateZ(42.33deg);
        background: #48AB77;
        top: -130px;
        left: 5px;
       }

      .hover-card:hover::after {
          content: "";
          position: absolute;
          width: 128px;
          height: 245px;
          z-index: 3;
          display: block;
          border-radius: 18px;
          transition: all .5s 
          ease-in-out;
          transform: rotateZ(42.33deg);
          background: #48AB77;
          top: 265px;
          right: -95px;
      }


      .card-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.9s ease;
      }
 
/*       .hover-card:hover .card-img {
        transform: scale(1.15);
      } */
 
      /* Light transparent green overlay */
      .green-overlay {
            position: absolute;
            inset: 0;
             background: linear-gradient(
          135deg,
          #050C08 0%,
          #48AB77 100%
        );
            transition: opacity 0.7s 
        ease;
            opacity: 60% !important;
     }
 
      .hover-card:hover .green-overlay {
        opacity: 0 !important;
      }

       .hover-card:hover .green-overlay:before{
        top: -200px;
        left: -150px;
        transform: rotateZ(42.33deg);
        background: #48AB77;
        transition: all .5s ease-in-out;
       }
 
      /* Content container */
      .card-content {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        padding: 0 10px;
        text-align: center;
        color: white;
        transition: all 0.7s cubic-bezier(0.34, 1.56, 0.64, 1);
        /* Default: at bottom */
        bottom: -75px;
      }
 
      /* On hover: move to center */
      .hover-card:hover .card-content {
        bottom: 50%;
        transform: translateX(-50%) translateY(50%);
      }
 
      .icon {
        width: 84px;
        height: 84px;
        background: #48AB77;
        border-radius: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 24px;
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4);
        transition: transform 0.5s ease;
      }
 
      .hover-card:hover .icon {
        transform: scale(1.1);
        background-color: #48AB77;
        
      }
    
       .hover-card:hover .icon svg{
          filter: brightness(0) invert(1); 
       }    
    
      .icon svg {
        width: 48px;
        height: 48px;
        fill: #00bf72;
      }
 
      .card-content h3 {
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 16px;
        text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
        min-height: 57px;
      }
 
      /* Paragraph - hidden by default */
      .card-content p {
        font-size: 1.02rem;
        line-height: 1.7;
        max-width: 320px;
        margin: 0 auto;
        opacity: 0;
        transform: translateY(20px);
        transition: all 0.6s ease 0.2s;
        text-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);
      }
 
      /* Show paragraph only on hover */
      .hover-card:hover .card-content p {
        opacity: 0.95;
        transform: translateY(0);
      }


.our-solution {
    background: #0B140A;
    padding: 40px 0px 20px;
}

.service-caption{
  position: absolute;
  bottom: 76px;
  width: 100%;
  margin: 0;
  z-index: 5;
  padding: 0 30px;
  display: block;
  text-align: center;
  background: 0 0;
  transform: translateY(72px);
}  

.image-container {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 12px;
}

.service-image-icon{
   display: flex;
    justify-content: center;
    align-items: center;
}

.service-image-icon .service_icon {
    background: #fff;
    border-radius: 24px;
    padding: 8px 12px;
}

.service-plateform .service-content-loop h3 a{
  text-decoration: none;
  color: #fff;
  font-size: 24px;
  font-weight: 800;
}

.image-container img {
  width: 100%;
  height: 100%;
  display: block;
  transition: transform 0.5s ease;
}

.image-container:hover img {
  transform: scale(1.1); /* zoom effect */
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
background: linear-gradient(180deg, rgba(5, 12, 8, 0.6) 0%, rgba(72, 171, 119, 0.6) 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.4s ease;
}

.image-container:hover .overlay {
  background: rgb(102 103 99 / 74%);
}

.service-content-box{
  visibility: hidden;
    opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -ms-transition: transform .5s ease;
    -o-transition: transform .5s ease;
    -moz-transition: transform .5s ease;
    -webkit-transition: transform .5s 
ease;
    transition: transform .5s 
ease;
    max-width: 256px;
}

.overlay-text {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}


.home-demo .owl-theme .owl-dots .owl-dot{
  display: none;
}.footer-col


.margin-2{
  margin-top: 13px;
}

.footer-mid .images.margin-2 img{
  padding-right: 0px;
}

.footer-mid .footer-col img{
  padding-right: 10px;
}

.blog-details ul li {
  list-style: none;
  font-size: 16px;
  font-weight: 500;
  color: #C5C5C5;
}

.blog-details ul{
  padding: 0px;
  display: flex;
  align-items: center;
  gap: 10px;
}


.who-we-are{
 
  padding: 40px 0px;
  background: url('../images/Background\ Image_Tagmark\ 1.png') no-repeat center center / cover;
}

.blogg-footer  img {
    width: 60px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    padding-right: 10px;
}

.owl-carousel .owl-nav.disabled{
  display: block;
}

.who-we-are .main-title h2{
  font-size: 48px;
  color: #fff;
}

.integration{
  display: grid;
  grid-template-columns: repeat(4,1fr);
  grid-gap: 20px;
  margin-top: 40px;
}

.boxes-demo{
  background: #48AB77;
  border-radius: 15px;
  padding-bottom: 15px;
}

.boxes-demo p{
  margin-bottom: 0px;
  font-size: 20px;
}

.boxes-demo span{
  color: #fff;
  font-size: 36px;
}

.gradeint-text{
  background: linear-gradient(180deg, #48AB77 0%, #91B08F 100%);
   -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gradeint-text1{
   background: linear-gradient(180deg, #D8B4A6 0%, #D6ABB9 100%);
   -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gradeint-text2{
   background: linear-gradient(180deg, #BA9CC9 0%, #B297CE 100%);
   -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.our-goals{
  padding: 40px 0px;
  background: url('../images/goals-demo.png');
  background-size: cover;
  background-repeat: no-repeat;
}  

.our-goals .main-title h2{
  color: #fff;
  font-size: 30px;
} 

.mt-30{
  margin-top: 30px;
}

.profile-demo {
    border-bottom: 1px solid #353535;
    position: relative;
}

.our-goals .main-title p{
    font-size: 16px;
    font-weight: 400;
	line-height: 2;
    color: #fff;
    padding: 20px 0px;
    margin-bottom:0px;
}

.green-rounded{
  background: #48AB77;
  padding: 15px 17px;
  border-radius: 50%;
}

.social-list .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: transparent !important;
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 18px;
    font-weight: 600;
    padding: 0px;
}

.social-list .nav-item {
    padding-right: 30px;
    margin-bottom: 10px;
    margin-top: 10px;
}
 

.social-list .nav-pills .nav-link {
    color: #fff;
    background-color: transparent !important;
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 18px;
    font-weight: 600;
    padding: 0px;
}

.testimonials{
    padding: 40px 0px;
    background: url(../images/goals-demo.png);
    background-size: cover;
    background-repeat: no-repeat;
    position:relative;
    overflow:hidden;
}

.hypher-link a{
  text-decoration: none;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
}

.testimonials .main-title h2{
  color: #fff;
    font-size: 30px;
}

.testimonials .main-title p{
    color: #C5C5C5;
    font-size: 16px;
    font-weight: 600;
    padding: 20px 0px;
}

.borderd-green {
 border: 1px solid #0bff7f;
  border-radius: 50px !important;
padding: 20px 20px 25px 20px;
}

.borderd-green p {
   color: #fff;
    margin-top: 20px;
    position: relative;
}

.profile-demo::after{
   content: '';
  position: absolute;
  background: url('../images/double-quotes.svg');
  background-size: cover;
  width: 40px;
  height: 40px;
  top: 30px;
  right: 0px;
}

.transform{
 padding: 40px 0px 20px;
     /*background: url(../images/goals-demo.png); */
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #0B140A;
}

.blogg-cta{
     padding: 40px 0px 20px;
     background: url(../images/goals-demo.png); 
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    /*background-color: #0B140A;*/
}

.blogg-cta .main-title h2{
    color:#fff;
}

.transform .main-title h2{
  color: #fff;
}

.upcoming-events{
  background: #0B140A;
  padding: 40px 0px 15px;
}

.protect-shild img{
    width: 455px;
    height: 307px;
    object-fit: cover;
}

.event-details{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-top: 15px;
}

.upcoming-events .main-title h2{
  color: #fff;
  font-size: 30px;
  text-transform: capitalize;
}

.upcoming-events .main-title p{
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

/* .borderd-green p{
  content: '';
  position: absolute;
  background: url('../images/double-quotes.svg');
  background-size: cover;
  width: 40px;
  height: 40px;
  right: 0px;
} */

.user-profiled{
  display: flex;
  align-items: center;
  gap: 20px;
}

.owl-carousel .owl-nav.disabled {
    display: block;
}

.username p{
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.username span{
  color: #6D6D6D;
  font-size: 14px;
} 

.story-line {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-bottom: 22px;
}

.case-studies .owl-nav button.owl-prev {
    position: absolute;
    left: -70px;
    top: 40%;
}

.white-boxes{
  background: #fff;
  padding: 40px 20px;
  background: url('../images/white-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.light-greens{
  background: #48AB7799;
  padding: 30px;
}

.light-greens h5{
  font-weight: 600;
}

.our-team{
  padding: 40px 0px;
  background: #0B140A;
}

.our-team .main-title h2{
  color: #fff;
}

.our-team .main-title p{
  color: #fff;
  font-weight: 600;
}

.our-team .main-title p{
  font-weight: 500;
  font-size: 16px;
}

.case-studies .owl-nav button.owl-next{
    position: absolute;
    right: -70px;
    top: 40%;
}


.upcoming-event .main-title h2 {
    color: #fff;
    padding-bottom: 15px;
}

.mt-15{
  margin-top: 15px !important;
}

.green-box {
    background: #48AB77CC;
    padding: 25px;
    border-radius: 8px;
    position: absolute;
    bottom: 2%;
    width: 80%;
    left: 10%;
}

.green-box a{
  text-decoration: none;
  color: #151313;
  font-weight: 700;
  font-size: 18px;
  position: relative;
}

.green-box a:after {
    content: '';
    position: absolute;
    right: -30px;
    background: url(../images/two-arrows-up-to.svg);
    background-size: cover;
    width: 20px;
    height: 20px;
    top: 3px;
}

.home-demo .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
  background: #48ab77;
}

.case-study {
  background: url('../images/hero-banner.png') no-repeat center center/cover;
  background-size: cover;       /* Make image cover the entire area */
  background-position: center;  /* Center the image */
  background-repeat: no-repeat; /* Prevent tiling */
  padding: 40px 0px;
}


.case-study .main-title h3{
  color: #fff;
}

.case-study .main-title p{
  color: #C5C5C5;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
}

.upcoming-event .main-title p{
  color: #C5C5C5;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  padding-bottom: 15px;
}

.event-box {
    border: 2px solid #48AB77;
    padding: 25px 45px !important;
    background-color: #13251B;
} 

.upcoming-events .event-box {
    min-height: 270px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 25px;
}


 
.event-box h5{
  color: #fff;
}

.event-date {
    display: flex;
    align-items: start;
    gap: 20px;
}

.event-date span{
  color: #48AB77;
  font-size: 64px;
  font-weight: 700;
}

.date p{
  margin-bottom: 0px;
}

.object-animation-one {
    position: absolute;
    left: 10%;
    top: 25%;
    animation: moveBall 3s ease-in-out infinite alternate;
}

.object-animation-two {
    position: absolute;
    left: 20%;
    bottom: 15%;
    animation: obliqueMove 3s ease-in-out infinite alternate;
}

.object-anaimation-three {
    position: absolute;
    left: 10%;
    animation: moveBall2 3s ease-in-out infinite alternate;
}

.object-anaimation-four {
    position: absolute;
    right: 10%;
    bottom: 10%;
    animation: moveBall4 3s ease-in-out infinite alternate;
}

.object-animation-five {
    position: absolute;
    right: 20%;
    bottom: 47%;
    animation: fifthball 3s 
ease-in-out infinite alternate;
}

  @keyframes moveBall {
      0% {
        transform: translateY(0);
      }

      100% {
        transform: translateY(400px);
      }
    }


      @keyframes moveBall2 {
      0% {
        transform: translateX(0);
      }

      100% {
        transform: translateX(400px);
      }
    }
    
    
      @keyframes moveBall4 {
         0% {
            transform: translateY(-400px);
            opacity: 1;
          }
          
          50%{
                  transform: translateY(-200px);
                opacity: 1;
          }
          
           100% {
            transform: translateY(0);
            opacity: 1;
          }
    }

    


     @keyframes obliqueMove {
    0% {
      transform: translate(0, 0);
    }
    50% {
      transform: translate(150px, -100px);
    }
    100% {
      transform: translate(300px, 0);
    }
  }
  
  
    @keyframes fifthball {
    0% {
      transform: translate(0, 0);
    }
    50% {
      transform: translate(120px, 260px);
    }
    100% {
      transform: translate(300px, 0);
    }
  }


.sticky-header {
    border-bottom: 1px solid #fff;
    padding: 15px 0px;
}

.card-custom svg{
  width: 124px;
  height: 147px;
}

.contact-details ul li {
    list-style: none;
    color: #fff;
    font-size: 14px;
    font-weight:300;
}

.contact-details ul li img{
 padding-right: 10px;
}

.pt-14{
  padding-top: 12px;
}

.btn-get-start{
  color: #212529;
  border: 2px solid #fff;
  border-radius: 6px;
  padding: 8px 30px;
  background: #48AB77;
  font-weight:600;
}

a.btn.btn-get-start:hover {
    background: none !important;
    transaction: all ease 0.5s !important;
    border: 2px solid #48AB77 !important;
    color: #fff;
}
.btn:hover {
    color: white;
}

.btn-call{
 border: 2px solid #fff;
 background: #48AB77;
 border-radius: 6px;
padding: 8px 32px;
font-weight: 600;
}

.contact-details ul {
  display: flex;
  align-items: center;
  justify-content: left;
  margin-bottom: 0px;
  padding: 0px;
  gap: 30px;

}

.text-green{
  color: #48AB77;
}

.social-info{
  display: flex;
  align-items: center;
  gap: 10px;
}


.header-btn .btn-outline-secondary{
  border-color: #48AB77;
  border: 2px solid #fff;
  background: #48AB77;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  padding: 8px 32px;
  border-radius: 6px;
}

.gap-20{
  gap: 20px;
}

.hero-section {
  background: url('../images/Background Image_Tagmark 1.png') no-repeat center center/cover; /* optional background */
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  position: relative;
  padding:110px 40px 60px;
  overflow: hidden;
}

.social-icons ul{
  display: flex;
  align-items: center;
  gap:20px;
  margin-bottom: 0px;
}

.social-icons ul li{
  list-style: none;
}

.hero-section .main-title h1{
  color: #fff;
  font-size: 75px;
  font-weight: 700;
  font-family: "Manrope", sans-serif;
  margin-bottom: 0px;
  padding-bottom: 30px;
  margin-top: 80px;
}

.bg-center {
  width: 100%;
  height: 100%;
}

.gradient-text{
  background: linear-gradient(90deg, #48AB77 0%, #EAB6AC 46.15%, #B096CF 100%);
    -webkit-background-clip: text;   /* clips gradient to text */
  -webkit-text-fill-color: transparent; /* makes text see-through */
  background-clip: text;
  color: transparent;
}

.hero-section .main-title p {
    color: #919191;
    font-size: 16px;
    font-weight: 500;
}

.button-groups{
    display: flex;
    justify-content: center;
    gap: 25px;
    margin-top: 30px;
}



.card-section {
  background: #fff;
  overflow: hidden;
}

/* ==== Card Layout ==== */
.custom-card {
  background: #fff;
  border: 1px solid #ddd;
  padding: 1rem 1rem 1.5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: all 0.4s ease;
  overflow: hidden;
}

.custom-card:hover {
  background-color: #251A20;
  color: #fff;
  border-color: #251A20;
  cursor: pointer;
}

/* ==== Icon Styling ==== */
.icon-wrapper {
  position: relative;
  width: 60px;
  height: 60px;
  z-index: 5;
}
 .card-custom:hover .card-header-icon{
  background-color: #48AB77;
  border: 2px solid white;
}
.icon-wrapper svg{
  width: 60px;
  height: 60px;
}

.custom-card:hover svg path {
  fill: white !important;
  stroke: white !important;
}


.icon-wrapper img {
  width: 60px;
  height: 60px;
  z-index: 2;
  position: relative;
}

.icon-overlay {
  position: absolute;
  top: 36px;
  right: -34px;
  width: 50px;
  height: 50px;
  background-color: #a6d8b9;
  border-radius: 50%;
  z-index: -1;
  transition: all 0.4s ease;
}

/* Hide the overlay on hover */
.custom-card:hover .icon-overlay {
  display: none;
}

/* ==== Polygon Background (Only on Hover) ==== */
.me-icon {
    position: absolute;
    top: 0px;
    right: 115px;
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.5s 
ease;
    z-index: 0;
}


.custom-card:hover .me-icon {
  opacity: 1;
  transform: scale(1);
}

/* ==== Button Styling ==== */
.button-groups-card {
  display: flex;
  gap: 25px;
  margin-top: auto;
}

.button-groups-card .btn-get-start {
  color: black;
  padding: 5px 20px;
  border-radius: 6px;
  transition: all 0.3s ease;
  font-weight: 500;
  text-decoration: none;
}

/* Button hover itself */
.button-groups-card .btn-get-start:hover {
  color: #251A20;
  background-color: white;
  transform: scale(1.05);
}

/* ==== Auto Button Hover When Card Hovered ==== */
.custom-card:hover .btn-get-start {
  color: white;
  background-color: #251A20;
  border-color: #0BFF7F;
  transform: scale(1.05);
}

/* ==== Text ==== */
.custom-card h5 {
  margin-top: 2.5rem !important;
  font-weight: 600;
  transition: color 0.4s ease;
	height: 36px;
}

.custom-card p {
  font-size: 0.9rem;
  margin: 1.3rem 0 1.5rem;
  transition: color 0.4s ease;
  text-align: justify;
}


/* --------------- */
    .section-title {
      border-radius: 20px;
      padding: 6px 20px;
      display: inline-block;
      color: #FFFFFF;
      font-weight: 600;
      margin-bottom: 8px;
      font-size: 30px;
    }
    .section-subtitle {
      font-size: 0.9rem;
      color: #C7D1BD;
      margin-bottom: 40px;
    }
    .card-custom {
  background-repeat: no-repeat;
  background-size: contain; /* Ensures full image fits inside */
  background-position: center top; /* Keeps it aligned neatly */
  padding: 20px;
  color: #C7D1BD;
  transition: all 0.4s ease;
  min-height: 230px;
  width: 90% !important;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  border-radius: 40px;
}

.card-custom:hover {
  border-color: #4FAA4B;
  transform: translateY(-5px);
  background-image: url('../images/Rectangle.png');
  border: 1px solid #2F4F21;
  border-radius: 40px;
  min-height: 230px;
  width: 90%;
  background-repeat: no-repeat;
  background-size: cover; /* Ensures full image fits inside */
  background-position: center top;
}

/* ===== ICON AREA ===== */
.card-header-icon {
 position: absolute;
    top: 13px;
    right: 31px !important;
    width: 40px;
    height: 40px;
    border: 1.5px solid #353535;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .main-icon-card {
    text-align: left;
    margin-left: 18px;
}
   
    .card-custom h6 {
      font-weight: 600;
      margin-bottom: 15px;
      text-transform: capitalize;
    }
    .card-custom img {
      max-width: 100%;
      height: 110px;
      object-fit: contain;
    }

    /* --------------------------------------- */

   
.vert-tab > div {
  margin-left: 2px;
  margin-right: 2px;
  width: 25%;
  cursor: pointer;
  height: 500px;
  transition: all 0.5s ease 0s;
  overflow: hidden;
}

.recr-content {
    background: #bababa00;
    display: flex;
    align-items: center;
    justify-content: center;
    border-color: #a8aea4 !important;
    padding: 36px 28px;
    margin-top: 36px;
    border-right: 1px solid;
}

.recr-content1 {
  background: #fcfbf9;
  display: flex;
  align-items: center;
  justify-content: center;
  border-color: #a8aea4 !important;
  padding: 36px 28px;
  margin-top: 36px;
  border: 1px solid;
}

.recr-content h3 {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
  color: white;
}
.work_items_content {
  display: none;
}
.vert_tab_image_wrrapeer {
  display: flex;
  align-items: center;
}
.vert-tab-content h2 {
  font-family: "Poppins", sans-serif;
  font-size: 74px;
  font-weight: 700;
  line-height: 81px;
  letter-spacing: 0em;
  text-align: left;
  color: white;
  margin-bottom: 30px;
}
.vert-tab-content h4 {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #251A20;
  margin-bottom: 4px;
}

.vert-tab-content a{
  color: #151313;
  text-decoration: none;
  border-radius: 20px;
  font-weight: 600;
}

.vert-tab-content p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;
  max-width: 96%;
  color: white;
  margin-left: 0px;
  margin-right: auto;
}
.recr-content.active {
  width: 100%;
}
.recr-content.active {
  background: url('../images/pic1.png');
  background-size: cover;
  background-repeat: no-repeat;
  border-color: #a8aea4;
  position: relative;
}

#product-box1.active{
  background: url('../images/creative.png') !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  border-color: #a8aea4;
}

#product-box2.active{
  background: url('../images/real-time-travel.png') !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  border-color: #a8aea4;
}

#product-box3.active{
  background: url('../images/health-mart.webp') !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  border-color: #a8aea4;
}

#product-box4.active{
  background: url('../images/chatboat.jpg') !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  border-color: #a8aea4;
}

.recr-content.active h3 {
  display: none;
}

.recr-content.active .work_items_content {
    display: block;
    background: #48AB77CC;
    padding: 25px;
    border-radius: 8px;
    position: absolute;
    bottom: 2%;
    width: 90%;
}

.recr-content img {
  max-width: 100%;
  height: 426px;
}
.vert-tab {
  display: flex;
}

@media(max-width:991px){
    .object-animation-one{
        display:none;
    }
    
    .object-animation-two{
        display:none;
    }
    
    .object-anaimation-three{
        display:none;
    }
    
    .object-anaimation-four{
        display:none;
    }
    
    .case-studies .owl-nav button.owl-next{
        display:none;
    }
    
    .hero-section .main-title h1{
        font-size:60px;
    }
    
    .contact-details ul li{
        white-space: nowrap;
    }
    
    .tab-details{
        width:auto;
    }
    
    .event-details{
        display:grid;
        grid-template-columns: repeat(2, 1fr);
    }
    
    .platforms{
        width:55%;
    }    
    
}


/* ==== Responsive ==== */

@media (max-width: 575px) {
  .custom-card {
    margin: 23px;
    margin-bottom:0px;
  }
}

/* -------------------------------- */
   
    .blogs{
    background-color: #060D09;
    padding: 40px 0;


    }
    .section-title-blog {
      border-radius: 30px;
      padding: 6px 24px;
      color: white;
      width: max-content;
      margin: 0 auto 20px auto;
      font-weight: 500;
      font-size: 30px;
    }
    .section-subtitle {
      text-align: center;
      max-width: 800px !important;
      margin: 0 auto 50px auto;
      color: #C5C5C5;
      font-weight: 400;
      font-size: 16px;
      line-height: 1.5;
    }

    /* Left Big Blog Card */
    .big-blog {
      background-color: #449e6f;
      color: #092d17;
      padding: 20px;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      height:490px;
    }
    .big-blog img {
      width: 100%;
      margin-bottom: 12px;
      max-height: 220px;
      object-fit: fill;
    }
    .tags {
      margin-bottom: 10px;
    }
    .tag {
      font-size: 12px;
      border: 2px solid #6D6D6D;
      color: white;
      border-radius: 15px;
      padding: 3px 10px;
      margin-right: 8px;
      font-weight: 600;
      display: inline-block;
      cursor: default;
    }
    .post-meta {
      font-size: 12px;
      margin-bottom: 6px;
      color: white;
    }
    .main-title {
      font-weight: 700;
      font-size: 24px;
      margin-bottom: 30px;
      color: #251A20;
    }
    .blog-desc {
      font-size: 13px;
      font-weight: 600;
      margin-bottom: 15px;
      color: white;
    }
    .btn-learn-more {
      border: 1px solid #092d17;
      border-radius: 6px;
      padding: 6px 18px;
      background-color: transparent;
      color: #092d17;
      font-weight: 600;
      font-size: 14px;
      transition: 0.3s;
      align-self: start;
      cursor: pointer;
    }


   .access-more .btn-learn-more {
    border: none;
    font-weight: 600;
    position: relative;
    padding-left:0px;
    text-decoration: none;
   }

   .access-more .btn-learn-more::after{
    content: '';
    position: absolute;
    background: url(../images/black-arrows.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    right: -10px;
   }

.access-more .btn-learn-more:hover{
	color: #092d17;
}

    /* Right smaller blog cards container */
    /* Right smaller blog cards container */
/* Right smaller blog cards container */
.small-blogs .card {
  background: #13251B;
  margin-bottom: 10px;
  color: #d1d7d1;
  overflow: hidden;
}

.small-blogs .card-body {
  padding: 13px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: nowrap; /* ✅ prevents wrapping to next line */
}

/* Add border around image */
.small-blogs img {
    max-width: 180px;
    height: 130px;
    object-fit: cover;
    flex-shrink: 0;
    border: 1px solid #44a173;
	object-position: left;
}
/* Content area */
.small-content {
  flex-grow: 1;
  min-width: 150px;
}

/* Meta info */
.small-post-meta {
  font-size: 12px;
  color: #44a173;
  margin-bottom: 6px;
  display: flex;
  gap: 10px;
  font-weight: 600;
}

/* Title text */
.small-title {
  font-size: 22px;
  font-weight: 600;
  color: #dde3df;
  margin-bottom: 0; /* ✅ remove extra bottom space */
}

/* Right-aligned Learn More button */
.btn-small-learn-more {
  border: 1px solid #44a173;
  border-radius: 6px;
  padding: 5px 14px;
  background-color: transparent;
  color: white;
  font-weight: 600;
  font-size: 13px;
  transition: 0.3s;
  margin-left: auto; /* ✅ pushes button to right end */
  white-space: nowrap; /* ✅ keeps text in single line */
}

/* .btn-small-learn-more:hover {
  background-color: #44a173;
  color: #07110b;
} */

/* See More text */
.see-more {
  color: #fff;
  text-align: right;
  font-weight: 600;
  font-size: 14px;
  margin-top: 8px;
  cursor: pointer;
  user-select: none;
}


/* Content area stays flexible */
.small-content {
  flex-grow: 1;
  min-width: 200px;
}

/* Meta info and title */
.small-post-meta {
  font-size: 12px;
  color: #44a173;
  margin-bottom: 22px;
  display: flex;
  gap: 10px;
  font-weight: 600;
}

.small-title {
  font-size: 22px;
  font-weight: 600;
  color: #dde3df;
  margin-bottom: 10px;
}

/* Right-aligned Learn More button */
.btn-small-learn-more {
  border: none;
  border-radius: 6px;
  padding: 5px 14px;
  background-color: transparent;
  color: white;
  font-weight: 600;
  font-size: 13px;
  transition: 0.3s;
  margin-left: auto; /* pushes it to the right */
  position: relative;
  margin-right: 20px;
  text-decoration:none;
}

.btn-small-learn-more::after{
  content: '';
  position: absolute;
  background: url('../images/dual-arrow.svg');
  background-size: cover;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  right: -10px;
}

   .ai-full-section {
      position: relative;
    padding: 40px 0;
    color: #fff;
}

/* Optional overlay for better contrast */
.ai-full-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: -1;
}

/* Card container with transparent dark background */
.ai-card {
  border-radius: 1.75rem;
  max-width: 1176px;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 2;
}

.ai-card h1 {
    color: white;
    font-weight: 700;
    /* font-size: 2.75rem; */
    margin-bottom: 2rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.2;
    font-size: 64px;
}

.ai-highlight {
  color: #aa8fa3; /* Purple shade */
  font-weight: 600;
}

/* Gradient Button */
.btn-gradient {
  background: #48AB77;
  border: none;
  color: #000;
  font-weight: 600;
  padding: 0.5rem 1.75rem;
  border-radius: 0.375rem;
  transition: background 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  border: 2px solid #fff;
}

@media (max-width: 576px) {
  .ai-card h1 {
    font-size: 1.8rem;
  }
  .ai-card {
    padding: 1.5rem 2rem;
  }
}
    footer {
      background-color: #060D09;
      color: #fff;
      user-select: none;
    }
    
    /* Top section: full width and horizontal flex with padding */
    .footer-top {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 1.75rem 3rem;
    }
    .footer-top h3 {
      font-weight: 700;
      font-size: 1.8rem;
      margin: 0;
    }
    .footer-top h3 .highlight {
      color: #b28893;
      font-weight: 600;
    }
    .footer-top p {
    margin: 0.5rem 0 0;
    color: #cfcfcf;
    font-size: 0.95rem;
    max-width: 576px;
}
    .btn-work-together {
      background: linear-gradient(90deg, #5ae77d 0%, #bf7b93 100%);
      border: none;
      color: #000;
      font-weight: 500;
      padding: 0.5rem 1rem;
      border-radius: 6px;
      border: 2px solid #0BFF7F;
      cursor: pointer;
      white-space: nowrap;
    }
    
    /* Middle info section: space evenly with flex and padding */
    .footer-mid {
      display: flex;
      align-items: flex-start;
      padding: 1.5rem 3rem 1.5rem;
      border-top:  1px solid #727272;
      font-size: 0.9rem;
    }

    /* Tagmark logo styling */
    .tagmark-logo {
      font-size: 1.8rem;
      font-weight: 800;
      color: #2cb071;
      font-family: monospace, sans-serif;
      user-select: none;
      flex: 1;
      width:22%;
    }

    /* Each info column styling */
       .footer-col {
        color: #ccc;
        line-height: 1.4;
        width:21%;
    }
    .footer-col h6 {
    font-weight: 600;
    color: #fff;
    margin-bottom: 0.6rem;
    /* font-size: 1rem; */
    font-size: 24px;
}
    .footer-col p {
      margin: 0.8rem 0;
      font-size:16px;
    }
    .footer-col .star-rating i {
      color: #ffc107;
      font-size: 1.2rem;
      margin-right: 0.2rem;
    }

    /* Platforms column: layout for platforms in two lines */
    .platforms {
      color: #ccc;
      font-size: 0.85rem;
      width:35%;
    }
    .platforms span {
      display: inline-block;
      margin-right: 2rem;
      line-height: 1.3;
    }

    /* Social icons bottom row left side */
    .footer-social a {
      color: #ddd;
      font-size: 1.1rem;
      margin-right: 1rem;
      text-decoration: none;
      transition: color 0.3s ease;
    }
    .footer-social a:hover {
      color: #2cb071;
    }

    /* Navigation links next to social icons */
    .footer-nav {
      flex: 3;
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
      gap: 0.75rem 2rem;
      font-size: 16px;
      margin-left: 309px;
    }
    .footer-nav a {
      color: #2cb071;
      text-decoration: none;
      white-space: nowrap;
      transition: color 0.3s ease;
      text-decoration: none;
    }
    
    
    /* .footer-nav a:hover {
      text-decoration: underline;
      color: #b28893;
    } */

    /* Bottom copyright row */
  .footer-bottom {
    border-top: 1px solid #727272;
    padding: 1rem 3rem;
    text-align: center;
    font-size: 14px;
    color: #777;
    user-select: none;
  }

    /* Responsive adjustments */
    @media (max-width: 992px) {
		 
      .footer-mid {
        flex-wrap: wrap;
        gap: 1.5rem 0;
      }
      .footer-col, .tagmark-logo {
        min-width: 45%;
      }
      .footer-nav {
        justify-content: center;
      }
      .footer-top {
        flex-wrap: wrap;
      }
      .btn-work-together {
        margin-top: 1rem;
      }
    }


    @media (max-width: 576px) {
      .footer-col, .tagmark-logo {
        flex-basis: 100%;
        min-width: 100%;
      }
      .footer-top {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
        padding: 1.5rem;
      }
      .footer-mid {
        padding: 2rem 1.5rem;
      }
      .footer-bottom {
        padding: 1rem 1.5rem;
      }
      .footer-nav {
        justify-content: center;
        gap: 0.5rem;
      }
    }
section.vertical-tabs-section {
    padding: 40px 0;
}


@media(max-width:767px){
	 /* Timeline wrapper */
  .journey-timeline {
    display: flex;
    flex-direction: column;
    gap: 18px;
  }
.custom-card h5 {
    height: 18px;
}
  /* Hide center line on mobile */
  .journey-timeline::before {
    display: none;
  }

  /* Each journey card */
  .journey-item {
    display: flex;
    flex-direction: column;
    gap: 12px;
    background: #13251B;
    border: 1px solid rgba(72, 171, 119, 0.35);
    border-radius: 16px;
    padding: 22px 20px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
    position: relative;
  }

  /* Step / Number */
  .journey-step {
    position: relative;
    width: 36px;
    height: 36px;
    background: #48AB77;
    color: #0b140a;
    font-size: 14px;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 6px;
  }

  /* Heading */
  .journey-item h4 {
    font-size: 17px;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
  }

  /* Content */
  .journey-item p {
    font-size: 14px;
    line-height: 1.6;
    color: #C7D5CC;
    margin: 0;
  }

  /* Final belief text (if used inside timeline) */
  .journey-belief {
    background: rgba(72, 171, 119, 0.08);
    border-left: 4px solid #48AB77;
    padding: 16px;
    border-radius: 12px;
    font-size: 14px;
    color: #ffffff;
  }
	.social-list .nav-item {
    padding-right: 0px;
    
    width: 192px;
}
	  .ai-robot-section {
    padding: 40px 16px;
  }

  /* HEADER */
  .ai-header h2 {
    font-size: 24px;
    line-height: 1.3;
  }

  .ai-header p {
    font-size: 14px;
    margin-bottom: 30px;
  }

  /* WRAPPER → STACK */
  .ai-robot-wrapper {
    flex-direction: column;
    gap: 40px;
    align-items: center;
  }

  /* STEPS */
  .ai-steps {
    max-width: 100%;
    width: 100%;
  }

  .ai-step {
    padding: 18px 18px;
  }

  .ai-step h4 {
    font-size: 18px;
  }

  .ai-step p {
    font-size: 13px;
  }

  /* REMOVE CONNECTOR LINES ON MOBILE */
  .ai-step::after,
  .left .ai-step::before,
  .right .ai-step::before {
    display: none;
  }

  /* AI ROBOT CENTER */
  .ai-robot {
    margin-top: 0;
    width: 110px;
    height: 110px;
  }

  .robot-core {
    width: 135px;
    height: 135px;
  }

  .ai-robot span {
    font-size: 24px;
  }
   .vert-tab{
    display: block;
   }
       .footer-nav {
      
      margin-left: 0px;
    }
   
   .protect-shild img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
   
.blog-details ul{
  display: flow;
  
}

.contact-details ul{
    display:block;
    font-size:16px;
    line-height:30px;
}

.testimonial .owl-theme .owl-nav{
    display:none;
}

.testimonial .owl-theme .owl-dots{
    display:none;
}

   .vert-tab > div{
    width: 100%;
    height: auto;
   }
   
   .big-blog{
       height:auto;
   }

   .site-header ul li a {
    position: relative;
    z-index: 1;
   }

    .site-header ul li a::before {
        content: '';
        position: absolute;
        z-index: -1;
        bottom: -10px;
        border-bottom: 1px solid #fff;
        width: 100vh;
        left: -10px;
    }
   
    .borderd-green p {
    text-align: justify;
    }
    
    p.text-white {
    text-align: justify !important;
    
    }
   
   .blog-desc{
       margin-bottom:5px;
   }
   
   .tab-details{
       width:100% !important;
       text-align:justify;
   }
    
   .footer-mid{
       padding-bottom:10px;
   }        
    
   .hero-section {
    padding: 40px 10px;
}
   
   .hover-card{
       width:100%;
       height:auto;
   }
   
   .footer-mid{
	   width: 100%;
       display:inline-block !important;
   }

   .upcoming-events {
    padding: 40px 0px 20px;
}

   .owl-item{
    padding: 10px;
  }

   .green-borderd-box {
    display: flow;
   }

   .green-bg {
    background: #48AB77;
    padding: 10px 10px;
    }

    .green-borderd-box {
      margin-bottom: 20px;
    }


   .green-borders .post-info p {
      font-size: 14px;
    }

    .green-borders {
     display: flow;
    }

   .green-borderd-box .auther-demo {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 10px;
  }

   .protect-shild {
    margin-top: 30px;
  }

   .events-details {
    padding: 88px 20px 40px;
   }


   .event-details {
    display: flow;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
    margin-top: 15px;
  }

   .small-blogs img {
    
     height: 246px; 
    object-fit: cover;
    flex-shrink: 0;
    border: 2px solid #44a173;
    max-width: max-content;
    width:100%;
}

   .small-blogs .card-body {
    padding: 10px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
  }

   .card-section {
    background: #fff;
    overflow: hidden;
    padding: 40px 0 20px;
  }

   .footer-social{
    flex: 2;
   }

   .footer-nav {
      display: inline-grid;
      padding-bottom:20px;
  }

  .who-we-are .main-title h2{
    font-size: 25px;
  }

   .icon-wrapper svg {
    width: 50px;
    height: 50px;
    z-index: 2;
   }

   .green-box{
    padding: 5px;
    font-size: 16px;
    bottom:7%;
   }

   .green-box p{
    font-size: 14px;
   }

   .green-box a{
    font-size: 14px;
   }

    .hero-section .main-title {
        padding: 80px 0px 0px !important;
        margin-bottom: 0px;
    }

   .custom-card:hover .me-icon{
    left: -50px;
   }
   
   .me-icon{
    position: absolute;
    left: 0;
   }

   .hero-section .main-title h1{
    font-size: 30px !important;
    margin-top: 0px;
    font-weight:bolder;
   }

   .hero-section .main-title p{
    font-size: 16px;
   }

   br{
    display: none;
   }

   .hero-section{
    height: auto;
   }

   .case-studies .owl-nav button.owl-next{
    right: 0px;
   }

   .case-studies .owl-nav button.owl-prev{
    display: none;
   }

   .object-animation-one{
    display: none;
   }

   .object-animation-two{
    display: none;
   }

   .object-anaimation-three{
    display: none;
   }

   .object-anaimation-four{
    display: none;
   }

   .recr-content{
    border-bottom: 1px solid;
    border-right: none;
   }

   .recr-content.active{
    height: 400px;
   }

   .navbar-expand-lg .navbar-nav .nav-link{
      border-bottom: 1px solid #ffffff66;
   }

   .pt-20{
    padding-top: 20px;
   }

}

@media (max-width: 576px) {
  .sticky-header {
    display: none;
}
}

/* Harshit Changes */

.green-box-from .form-control{
  background: none !important;
}

.green-box-from .form-control::placeholder{
  color: #fff;
}

.green-box-from h3{
  padding-bottom: 20px;
}

.reserved a, 
.reserved .btn {
    text-decoration: none;
    color: #fff;
    background: #0F4F3D;
    padding: 13px 14px;
    border: 2px solid #fff;
    border-radius: 6px;
}

.contact-form p{
  padding-top: 0px;
}


.wpcf7-response-output{
  color: white !important;
}

.btn-primary{
  color: #212529;
    border: 2px solid #fff;
    border-radius: 6px;
    padding: 8px 30px;
    background: #48AB77;
    font-weight: 600;
}

.form-control {
    padding: 10px !important;
}

/* FORM WRAPPER */
.cf7-pro-wrapper {
    padding: 15px 5px;
    margin-top: 0px;
}

/* LABELS */
.wpcf7-form label {
    font-weight: 600;
    font-size: 15px;
    color: #ffffff;
    margin-bottom: 0px;
    display: block;
}

/* INPUTS + SELECT */
.cf7-input {
    background: rgba(255, 255, 255, 0.15) !important;
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.30) !important;
    border-radius: 10px !important;
    padding: 12px 14px !important;
    transition: 0.3s ease;
    backdrop-filter: blur(4px);
}

.cf7-input::placeholder {
    color: #ddd !important;
}

.cf7-input:focus {
    border-color: #48AB77 !important;
    box-shadow: 0 0 6px rgba(72, 171, 119, 0.5) !important;
}

/* CAPTCHA BOX */
.cf7-captcha-box img {
    margin-bottom: 10px;
    border-radius: 8px;
}

/* SUBMIT BUTTON */
.cf7-btn {
    background: #48AB77;
    border: 2px solid #48AB77;
    color: #fff;
    padding: 10px 34px;
    font-size: 16px;
    border-radius: 50px;
    font-weight: 600;
    transition: 0.3s;
}

.cf7-btn:hover {
    background: transparent;
    border-color: #48AB77;
    color: #48AB77;
}

/* Remove CF7 spinner alignment issue */
.wpcf7-spinner {
    margin: 10px auto;
}

.cf7-pro-wrapper {
    padding: 15px 5px;
}

.wpcf7-form label {
    font-weight: 600;
    font-size: 15px;
    color: #ffffff;
    margin-bottom: 6px;
    display: block;
}

.cf7-input {
    background: rgba(255, 255, 255, 0.15) !important;
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.30) !important;
    border-radius: 0px !important;
    padding: 12px 14px !important;
    transition: 0.3s ease;
    backdrop-filter: blur(4px);
}

.cf7-input::placeholder {
    color: #ddd !important;
}

.cf7-input:focus {
    border-color: #48AB77 !important;
    box-shadow: 0 0 6px rgba(72, 171, 119, 0.5) !important;
}

.cf7-btn {
    background: #48AB77;
    border: 2px solid #48AB77;
    color: #fff;
    padding: 10px 34px;
    font-size: 16px;
    border-radius: 50px;
    font-weight: 600;
    transition: 0.3s;
}

.cf7-btn:hover {
    background: transparent;
    border-color: #48AB77;
    color: #48AB77;
}

.wpcf7-spinner {
    margin: 10px auto;
}


.wpcf7 textarea,
textarea.wpcf7-form-control {
    display: block !important;
    width: 100% !important;
    min-height: 120px !important;
    padding: 10px 14px !important;
    border-radius: 10px !important;
    border: 1px solid #ddd !important;
    background: #fff !important;
}


.cf7-pro-wrapper {
    padding: 10px 0;
}

.row.g-3 > div {
    margin-top: 0 !important;
}

.wpcf7-form label {
    font-weight: 600;
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 4px;
}

/* Inputs & Textarea unified look */
.cf7-input {
    background: rgba(255, 255, 255, 0.12) !important;
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.25) !important;
    border-radius: 14px !important;
    padding: 10px 14px !important;
    height: auto !important;
    font-size: 14px;
    backdrop-filter: blur(6px);
    transition: 0.25s ease-in-out;
}

.cf7-input::placeholder {
    color: #dddddd !important;
}

.cf7-input:focus {
    border-color: #48AB77 !important;
    box-shadow: 0 0 6px rgba(72, 171, 119, 0.4) !important;
}

/* Smaller textarea height */
.cf7-textarea {
    min-height: 70px !important;
    resize: none !important;
}

/* Submit Button */
.cf7-btn {
    background: #48AB77;
    border: 2px solid #fff;
    color: #fff;
    padding: 9px 30px;
    font-size: 15px;
    border-radius: 5px;
    font-weight: 600;
    transition: 0.3s;
}

.cf7-btn:hover {
    background: transparent;
    color: #48AB77;
}

/* Captcha styling consistent */
.captchar {
    border-radius: 14px !important;
}

/* Make textarea white text on dark bg */
textarea.cf7-input {
    background: rgba(255, 255, 255, 0.12) !important;
    color: #fff !important;
}



/* Event Form ok */

.cf7-pro-wrapper {
    padding: 10px 5px;
}

.wpcf7-form label {
    font-weight: 600;
    font-size: 15px;
    color: #ffffff;
    margin-bottom: 4px;
    display: block;
}

.cf7-input {
    background: rgba(255, 255, 255, 0.15) !important;
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.30) !important;
    border-radius: 20px !important;
    padding: 12px 14px !important;
    width: 100% !important;
    backdrop-filter: blur(4px);
    transition: 0.3s ease;
}

.cf7-input::placeholder {
    color: #eaeaea !important;
}

.cf7-input:focus {
    border-color: #48AB77 !important;
    box-shadow: 0 0 6px rgba(72, 171, 119, 0.5) !important;
}

.cf7-btn {
    background: #48AB77;
    border: 2px solid #fff;
    color: #fff;
    padding: 10px 34px;
    font-size: 16px;
    border-radius: 5px;
    font-weight: 600;
    transition: 0.3s;
}

.cf7-btn:hover {
    background: transparent;
    border-color: #48AB77;
    color: #48AB77;
}

.wpcf7-spinner {
    margin: 10px auto;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea,
.wpcf7 input[type="file"] {
    width: 100% !important;
}


/* // Vipul CSS */

.hero-banner-bg {
    height: 452px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
 
.hero-banner-title {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 10px;
}
 
.hero-two-lines {
   color: #C5C5C5;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4;
}
 
.hero-banner-content{
    color: white;
}
.hero-badge {
    padding: 8px 18px;
    border-radius: 30px;
    margin-bottom: 20px;
    display: inline-flex;
    gap: 8px;
}
.hero-badge-icon {
    width: 18px;
    height: 18px;
    object-fit: contain;
}
.hero-badge span {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}
.client-overview {
    padding: 40px 0;
    background: #0B140A;
}
 
.overview-title {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
}
 
.overview-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
    align-items: center;
}
 
.overview-item {
    color: #fff;
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 12px;
}
 
.overview-icon {
    width: 22px;
    height: 22px;
    object-fit: contain;
}
@media (max-width: 767px) {
  .card-icon{
    gap: 20px;
  }

    .overview-list {
        align-items: flex-start;   /* Left align list items */
        width: 100%;
        gap: 16px;
    }

    .overview-item {
        display: flex;
        align-items: flex-start;   /* Align icon + text from top */
        justify-content: flex-start;
        text-align: left;
        font-size: 18px;
        line-height: 1.5;
        width: 100%;
    }

    .overview-icon {
        width: 20px;
        height: 20px;
        margin-top: 2px;  /* Align icon with first line of text */
    }

    .overview-title {
        text-align: left;
        width: 100%;
        font-size: 22px;
    }
}

.objectives-section {
    padding: 40px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
 
/* Big white border box */
.objectives-box {
   border: 1px solid white;
    border-radius: 20px;
    padding: 35px 40px;
    text-align: center;
}
 
/* Title INSIDE box */
.objectives-title {
    color: white;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
}
 
/* Flex row for items */
.objectives-items {
    display: flex;
    justify-content: center;
    gap: 40px;
}
 
.objective-item {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 30%;
}
 
/* Green badge */
.obj-number {
    background: #4BBF8F;
    color: #fff;
    padding: 6px 10px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    min-width: 30px;
    text-align: center;
}
 
.objective-item p {
    color: #fff;
    font-size: 16px;
    margin: 0;
    line-height: 1.4;
    text-align: start;
}

@media (max-width: 767px) {

    .objectives-box {
        padding: 25px 20px;   /* Smaller padding for mobile */
        text-align: left;     /* Title + items align left */
    }

    .objectives-title {
        font-size: 22px;
        text-align: left;
        margin-bottom: 25px;
    }

    .objectives-items {
        flex-direction: column;    /* Stack items vertically */
        gap: 20px;
        align-items: flex-start;   /* Left alignment */
    }

    .objective-item {
        width: 100%;               /* Full width on mobile */
        display: flex;
        align-items: flex-start;
        gap: 12px;
    }

    .obj-number {
        min-width: 32px;
        font-size: 14px;
        padding: 6px 8px;
        margin-top: 2px;           /* Align number with first text line */
    }

    .objective-item p {
        font-size: 18px;
        line-height: 1.5;
    }
}

 

/* Label */
.cf7-green-label {
    color: #251A20 !important;
    font-weight: 500;
    display: block;
    margin-bottom: 2px !important;
}
 
/* Main Form Box */
.cf7-green-form {
    border: 2px solid #2ecc71;
    border-radius: 12px;
    padding: 30px 30px 20px 30px;
    background: #fff;
}
 
/* Input Fields */
.cf7-green-input {
   border: none;
    border: 1px solid #bbb;
    border-radius: 0;
    padding: 10px !important;
    background: rgba(255, 255, 255, 0.15) !important;
    color: #fff !important;
    box-shadow: none !important;
    color: black;
}
.cf7-green-input:focus {
    border-bottom: 1px solid #2ecc71;
    outline: none;
}
 
/* Textarea */
.cf7-green-textarea {
    resize: none;
    height: 90px !important;
}
 
/* File Upload */
.cf7-green-fileinput {
    display: none;
}
 
/* File button - width fix */
.cf7-green-file {
    padding: 10px 25px;
    background: #48AB77;
    color: #251A20;
    border: 2px solid #251A20;
    border-radius: 8px;
    cursor: pointer;
    width: 25%;
    text-align: center;
}
 
/* Submit button */
.cf7-green-submit {
    background: #48AB77;
    color: #fff;
    padding: 12px 35px;
    border-radius: 8px;
    border: 2px solid #fff;
    cursor: pointer;
    font-weight: 600;
    margin-bottom: 0px;
}
.cf7-green-submit:hover {
    opacity: 0.9;
}
 
/* ===============================
   NEW CAREER FORM – UPDATED CSS
   =============================== */
 
/* Label */
.cf7-green-label {
    color: #251A20 !important;
    font-weight: 500;
    display: block;
    margin-bottom: 1px !important;
}
 

 
/* Input Fields */
.cf7-green-input {
    width: 100%;
    border: 1px solid #bbb;
    border-radius: 6px;
    padding: 10px !important;
    background: #ffffff !important;   /* FIXED */
    color: #000 !important;           /* FIXED */
    box-shadow: none !important;
    transition: 0.3s ease;
}
 
.cf7-green-input:focus {
    border: 1px solid #2ecc71;
    outline: none;
    box-shadow: 0 0 6px rgba(46, 204, 113, 0.3);
}
 
/* Textarea */
.cf7-green-textarea {
    resize: none;
    height: 100px !important;
    background: #ffffff !important;
    color: #000 !important;
}
 
/* File Upload */
.cf7-green-fileinput {
    display: none;
}
 
.cf7-green-file {
    padding: 12px 35px;
    background: #48AB77;
    color: #fff;
    border: 2px solid #251A20;
    border-radius: 8px;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    font-weight: 500;
    width: 200px !important;
    margin-top: -17px;
}
 
/* Submit Button */
.cf7-green-submit {
    background: #48AB77;
    color: black;
    padding: 12px 35px;
    border-radius: 8px;
    border: 2px solid black;
    cursor: pointer;
    font-weight: 600;
    width: auto;
    transition: 0.3s ease;
}
 
.cf7-green-submit:hover {
    border: none;
    color: #fff;
}
 
/* ===============================
   AUTOFILL FIX (IMPORTANT)
   =============================== */
 
input.cf7-green-input:-webkit-autofill,
textarea.cf7-green-input:-webkit-autofill,
select.cf7-green-input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;  
    -webkit-text-fill-color: #000 !important;
    border: 1px solid #48AB77 !important;
}
 
input.cf7-green-input::placeholder,
textarea.cf7-green-textarea::placeholder {
    color: #777 !important;
}
 
/* Safari + Chrome suggestion dropdown fix */
input.cf7-green-input:-internal-autofill-selected {
    background-color: #fff !important;
    color: #000 !important;
}
 
 
.top-popup{
  padding-top: 30px;
}
 
 
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #48AB77;
}
 
 
.cf7-green-input,
.cf7-green-textarea,
.cf7-green-fileinput {
    margin-bottom: 0 !important;
}
 
 
.cf7-green-label {
    margin-bottom: 4px !important; /* default 15-20 hota hai */
    display: block;
}
 
.wpcf7-form-control-wrap {
    margin: 0 !important;
    padding: 0 !important;
}
 
/* // 28-11-2025 my changes */
 
 
.cf7-green-submit:hover{
  border: 2px solid #fff !important;
}
 
 
 
/* Active Menu Item Color */
.navbar-nav .current-menu-item > a,
.navbar-nav .current_page_item > a,
.navbar-nav .menu-item.current-menu-ancestor > a {
    color: #48AB77 !important;
}
 
/* Hover bhi same color chahe to */
.navbar-nav .menu-item a:hover {
    color: #48AB77 !important;
}
 
 
.modal-content .btn-close {
    filter: invert(1) brightness(200%);
}
.photo img {
    width: 80px !important;
    height: 80px;
    object-fit: cover;
    border: 1px solid #fff;
    border-radius: 50%;
}
 
 
/* // Floating Form */
 
 
/* Floating Group Wrapper */
.floating-group {
    position: relative;
    margin-bottom: 12px;
}
 
/* Inputs, Selects, Date, Tel, Email */
.floating-group input,
.floating-group select,
.floating-group textarea {
    width: 100%;
    padding: 14px 15px 8px;
    border: 2px solid #48AB77;
    border-radius: 10px;
    background: transparent;
    font-size: 16px;
    outline: none;
}
 
/* Focus Border */
.floating-group input:focus,
.floating-group select:focus,
.floating-group textarea:focus {
    border-color: #48AB77;
    box-shadow: none;
}
 
/* Labels */
.floating-group label {
    position: absolute;
    left: 18px;
    top: 14px;
    background: white !important;
    color: #48AB77;
    font-size: 17px;
    padding: 0 6px;
    transition: 0.3s ease;
    pointer-events: none;
}
 
/* Float Label When Active */
.floating-group.active label,
.floating-group input:not(:placeholder-shown) + label,
.floating-group select:valid + label,
.floating-group textarea:not(:placeholder-shown) + label {
    top: -10px;
    font-size: 13px;
}
 
/* Right Side Small Submit Button */
.cf7-floating-submit {
   border-radius: 8px !important;
    font-size: 16px !important;
    color: #212529;
    border: 2px solid #fff;
    border-radius: 6px;
    padding: 8px 30px;
    background: #48AB77;
    font-weight: 600;
}
 
 input.wpcf7-submit.cf7-floating-submit:hover {
    color: #212529 !important;
    border: 2px solid #48AB77 !important;
    background: transparent !important;
    cursor: pointer;
}
.wpcf7-form .wpcf7-captchar {
    display: inline-block;
    margin-bottom: 8px; /* Captcha image ke neeche gap */
}
 
.wpcf7-form .wpcf7-captcha {
    margin-top: 5px;  /* Captcha input aur image ke beech thoda gap */
}
 
.wpcf7-form-control.wpcf7-captchar {
    padding: 6px 10px;
    border-radius: 6px;
}
 
 
#g-recaptcha-response {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
}
 
 
/* Make reCAPTCHA responsive */
.g-recaptcha {
    transform: scale(0.90);
    transform-origin: 0 0;
}
 
@media (max-width: 450px) {
    .g-recaptcha {
        transform: scale(0.78);
        transform-origin: 0 0;
    }
}
 
@media (max-width: 360px) {
    .g-recaptcha {
        transform: scale(0.70);
        transform-origin: 0 0;
    }
}
 
/* CF7 error message spacing fix */
.wpcf7-not-valid-tip {
    margin-top: 2px !important;
    margin-bottom: 0px !important;
    line-height: 1.2 !important;
    font-size: 13px !important;
}
 
/* Input ke niche extra gap hatao error ke time */
.wpcf7-form-control-wrap {
    margin-bottom: 4px !important;
}
 
/* Jab field invalid hoti hai to CF7 class add karta hai */
.wpcf7-form-control.wpcf7-not-valid {
    margin-bottom: 0px !important;
    border-color: #ff0000 !important; /* optional */
}
 
 
/* CF7 loader space remove */
.wpcf7 .ajax-loader {
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
    display: inline-block !important;
}
 


 
/* Input Fields */
.cf7-green-input {
   border: none;
    border: 1px solid #bbb;
    border-radius: 0;
    padding: 10px !important;
    background: rgba(255, 255, 255, 0.15) !important;
    color: #fff !important;
    box-shadow: none !important;
    color: black;
}
.cf7-green-input:focus {
    border-bottom: 1px solid #2ecc71;
    outline: none;
}
 
/* Textarea */
.cf7-green-textarea {
    resize: none;
    height: 90px !important;
}
 
/* File Upload */
.cf7-green-fileinput {
    display: none;
}
 
/* File button - width fix */
.cf7-green-file {
    padding: 10px 25px;
    background: #48AB77;
    color: #251A20;
    border: 2px solid #251A20;
    border-radius: 8px;
    cursor: pointer;
    width: 25%;
    text-align: center;
}
 
/* Submit button */
.cf7-green-submit {
    background: #48AB77;
    color: #fff;
    padding: 12px 35px;
    border-radius: 8px;
    border: 2px solid #fff;
    cursor: pointer;
    font-weight: 600;
    margin-bottom: 0px;
}
.cf7-green-submit:hover {
    opacity: 0.9;
}
 
/* ===============================
   NEW CAREER FORM – UPDATED CSS
   =============================== */
 
/* Label */
.cf7-green-label {
    color: #251A20 !important;
    font-weight: 500;
    display: block;
    margin-bottom: 1px !important;
}
 

 
/* Input Fields */
.cf7-green-input {
    width: 100%;
    border: 1px solid #bbb;
    border-radius: 6px;
    padding: 10px !important;
    background: #ffffff !important;   /* FIXED */
    color: #000 !important;           /* FIXED */
    box-shadow: none !important;
    transition: 0.3s ease;
}
 
.cf7-green-input:focus {
    border: 1px solid #2ecc71;
    outline: none;
    box-shadow: 0 0 6px rgba(46, 204, 113, 0.3);
}
 
/* Textarea */
.cf7-green-textarea {
    resize: none;
    height: 100px !important;
    background: #ffffff !important;
    color: #000 !important;
}
 
/* File Upload */
.cf7-green-fileinput {
    display: none;
}
 
.cf7-green-file {
    padding: 12px 35px;
    background: #48AB77;
    color: #fff;
    border: 2px solid #251A20;
    border-radius: 8px;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    font-weight: 500;
    width: 200px !important;
    margin-top: -17px;
}
 
/* Submit Button */
.cf7-green-submit {
    background: #48AB77;
    color: black;
    padding: 12px 35px;
    border-radius: 8px;
    border: 2px solid black;
    cursor: pointer;
    font-weight: 600;
    width: auto;
    transition: 0.3s ease;
}
 
.cf7-green-submit:hover {
    border: none;
    color: #fff;
}
 
/* ===============================
   AUTOFILL FIX (IMPORTANT)
   =============================== */
 
input.cf7-green-input:-webkit-autofill,
textarea.cf7-green-input:-webkit-autofill,
select.cf7-green-input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;  
    -webkit-text-fill-color: #000 !important;
    border: 1px solid #48AB77 !important;
}
 
input.cf7-green-input::placeholder,
textarea.cf7-green-textarea::placeholder {
    color: #777 !important;
}
 
/* Safari + Chrome suggestion dropdown fix */
input.cf7-green-input:-internal-autofill-selected {
    background-color: #fff !important;
    color: #000 !important;
}
 
 
.top-popup{
  padding-top: 30px;
}
 
 
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #48AB77;
}
 
 
.cf7-green-input,
.cf7-green-textarea,
.cf7-green-fileinput {
    margin-bottom: 0 !important;
}
 
 
.cf7-green-label {
    margin-bottom: 4px !important; /* default 15-20 hota hai */
    display: block;
}
 
.wpcf7-form-control-wrap {
    margin: 0 !important;
    padding: 0 !important;
}
 
/* // 28-11-2025 my changes */
 
 
.cf7-green-submit:hover{
  border: 2px solid #fff !important;
}
 
 
 
/* Active Menu Item Color */
.navbar-nav .current-menu-item > a,
.navbar-nav .current_page_item > a,
.navbar-nav .menu-item.current-menu-ancestor > a {
    color: #48AB77 !important;
}
 
/* Hover bhi same color chahe to */
.navbar-nav .menu-item a:hover {
    color: #48AB77 !important;
}
 
 
.modal-content .btn-close {
    filter: invert(1) brightness(200%);
}
.photo img {
    width: 80px !important;
    height: 80px;
    object-fit: cover;
    border: 1px solid #fff;
    border-radius: 50%;
}
 
 
/* // Floating Form */
 
 
/* Floating Group Wrapper */
.floating-group {
    position: relative;
    margin-bottom: 12px;
}
 
/* Inputs, Selects, Date, Tel, Email */
.floating-group input,
.floating-group select,
.floating-group textarea {
    width: 100%;
    padding: 14px 15px 8px;
    border: 2px solid #48AB77;
    border-radius: 10px;
    background: transparent;
    font-size: 16px;
    outline: none;
}
 
/* Focus Border */
.floating-group input:focus,
.floating-group select:focus,
.floating-group textarea:focus {
    border-color: #48AB77;
    box-shadow: none;
}
 
/* Labels */
.floating-group label {
    position: absolute;
    left: 18px;
    top: 14px;
    background: white !important;
    color: #48AB77;
    font-size: 17px;
    padding: 0 6px;
    transition: 0.3s ease;
    pointer-events: none;
}
 
/* Float Label When Active */
.floating-group.active label,
.floating-group input:not(:placeholder-shown) + label,
.floating-group select:valid + label,
.floating-group textarea:not(:placeholder-shown) + label {
    top: -10px;
    font-size: 13px;
}
 
/* Right Side Small Submit Button */
.cf7-floating-submit {
    background: #48AB77 !important;
    color: #fff !important;
    border: none !important;
    padding: 8px 25px !important;
    border-radius: 8px !important;
    font-size: 16px !important;
}
 
 
.wpcf7-form .wpcf7-captchar {
    display: inline-block;
    margin-bottom: 8px; /* Captcha image ke neeche gap */
}
 
.wpcf7-form .wpcf7-captcha {
    margin-top: 5px;  /* Captcha input aur image ke beech thoda gap */
}
 
.wpcf7-form-control.wpcf7-captchar {
    padding: 6px 10px;
    border-radius: 6px;
}
 
 
#g-recaptcha-response {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
}
 
 
/* Make reCAPTCHA responsive */
.g-recaptcha {
    transform: scale(0.90);
    transform-origin: 0 0;
}
 
@media (max-width: 450px) {
    .g-recaptcha {
        transform: scale(0.78);
        transform-origin: 0 0;
    }
}
 
@media (max-width: 360px) {
    .g-recaptcha {
        transform: scale(0.70);
        transform-origin: 0 0;
    }
}
 
/* CF7 error message spacing fix */
.wpcf7-not-valid-tip {
    margin-top: 2px !important;
    margin-bottom: 0px !important;
    line-height: 1.2 !important;
    font-size: 13px !important;
}
 
/* Input ke niche extra gap hatao error ke time */
.wpcf7-form-control-wrap {
    margin-bottom: 4px !important;
}
 
/* Jab field invalid hoti hai to CF7 class add karta hai */
.wpcf7-form-control.wpcf7-not-valid {
    margin-bottom: 0px !important;
    border-color: #ff0000 !important; /* optional */
}
 
 
/* CF7 loader space remove */
.wpcf7 .ajax-loader {
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
    display: inline-block !important;
}
 
/* Arthav bhavsar css start */
@media(min-width:1024px) and (max-width:1280px){
   .site-header .navbar-dark .navbar-nav{
       display:flex;
       gap:25px;
   }
   
   .navbar-brand img{
        width: 100px !important;
   }
   
   .contact-details ul{
       display:block;
   }
   
   .btn-get-start{
       padding:8px 10px;
   }
   
   .contact-details ul{
       display:flex;
       gap:10px !important;
   }
   
   .phone-number img{
       width:25px;
       height:25px;
   }
   
   .hover-card{
       width:100%;
       height:auto;
   }
   
}

@media(min-width:975px) and (max-width:991px){
    .navbar-brand img{
        width:100px;
    }
}

@media(min-width:769px) and (max-width:991px){
    .contact-details ul{
         display: block;
        font-size: 16px;
        line-height: 30px;
    }
}

@media(max-width:991px){
    .small-title{
      font-size:18px !important;
    }
}

@media(max-width:768px){
    .contact-details ul{
        display:block;
    }
    
    .hover-card{
        width:100%;
        height:520px;
    }
    
}

@media(max-width:620px){
    .custom-card{
        width:92%;
        margin:0 auto;
    }
}

@media(max-width:320px){
        .card-custom {
         width: 90% !important;
         }
}

.footer-nav .current-menu-item > a {
    color: #fff;
}

/* Arthav bhavsar css end */

.photo img {
    width: 80px !important;
    height: 80px;
    object-fit: cover;
    border: 1px solid #fff;
    border-radius: 50%;
}

@media (max-width: 767px) {
	 .floating-group label {
    width: auto !important;
  }
     .card-content h3 {
        min-height: 0px;
      }
 
  .owl-nav{
display: None;
}
.form-care{
  width: 100% !important;
}
}
.form-care{
  width: 75%;
  padding: 0px;
}
@media(min-width:572px) and (max-width:998px){
   
.green-box .text-white {
    font-size: 12px;
}
.white-repos .img-fluid {
    max-width: 100%;
    height: 210px !important;
}
.green-box {
        padding: 9px;
    }
}
@media(min-width:768px) and (max-width:1022px){
.fixed-top {
	position: relative;
    background: #0e1f10 !important;
}
	.site-header .navbar-dark .navbar-nav {
    display: flex;
    align-items: flex-start !important;
    gap: 20px;
    margin-bottom: 20px;
}
}
@media(min-width:1068px) and (max-width:1132px){
.home-demo .event-box {
    min-height: 309px;
}
}
@media(min-width:768px) and (max-width:1023px){
.hover-card {
   
    width: 228px;
}
	.card-content h3 {
    min-height: 87px;
}
}

@media(min-width:1281px) and (max-width:1400px){
.hover-card {
   
    width: 371px;
}
}

@media(min-width:320px) and (max-width:768px){
.goal-project {
  text-align: center;
}
}

@media(min-width:768px) and (max-width:991px){
 .location-details img{
  height: 35px !important;
}
.patti-box {
    gap: 30px;
    
}
.patti-box .positon h4 {
    
    font-size: 17px;
}
}

@media(min-width:577px) and (max-width:766px){

      .hero-section .main-title {
        padding: 166px 0px 0px !important;
       
    }
}

@media(min-width:577px) and (max-width:767px){

    .card-section {
        padding: 50px 80px 40px 80px;
       
    }
}


@media (min-width: 921px) and (max-width: 1300px) {
    .card-section .col-lg-2 {
        flex: 0 0 auto;
        width: 33%;
    } 
  }
@media (min-width: 992px) and (max-width: 1399px) {
   .text-center .col-lg-3 {
        flex: 0 0 auto;
        width: 31%;
    }
  }
.custom-modal-width {
    max-width: 500px !important; /* popup width */
}


@media (max-width: 767px) {
    .custom-modal-width {
        max-width: 90% !important; /* mobile responsive */
    }
}

/* model- enqury */

.modal-box-style {
    border: 2px solid rgba(255, 255, 255, 0.7);   /* White soft border */
    border-radius: 15px;                          /* Rounded edges */
    box-shadow: 0px 10px 40px rgba(0,0,0,0.6);    /* Deep popup shadow */
    backdrop-filter: blur(4px);                   /* Smooth frost look */
    overflow: hidden;                             /* For rounded corners */
}

/* Button to right side */
.wpcf7 form .btn-get-start {
    float: right;
    display: inline-block;
    margin-top: 5px !important; /* upar ka space kam */
    margin-bottom: 0;
}

/* Recaptcha ke neeche space thoda kam */
.wpcf7 form p {
    margin-bottom: 10px;
}

/* Submit container ko full width rakhna */
.wpcf7 form .wpcf7-form-control-wrap {
    width: 100%;
}


/* 
Vipul CSS 2-12-2025 */

.challenge-list {
  margin-top: 15px;
}
 
.challenge-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 18px;
}
 
.challenge-icon {
  width: 22px;
  height: 22px;
  margin-top: 2px;
}
 
.challenge-item p {
  margin: 0;
  font-size: 16px;
  color: white;
  line-height: 1.4;
}
 
.challenge-item p strong {
  color: #ffffff;
  font-weight: 600;
   font-size: 18px;
}
 
.case-study-section {
  background-color: #0B140A;
  padding: 40px 0;
  color: #d2e4d1;
  position: relative;
}
 
 
.case-study-section .container {
  position: relative;
  z-index: 5;
}
 
/* Layout for titles + content */
.solution-row {
  display: flex;
  align-items: flex-start;
  gap: 25px;
  margin-bottom: 12px;
}
 
/* Green small left title */
.solution-title {
  min-width: 170px;
  font-size: 18px;
  font-weight: 600;
  color: #48AB77;
  margin-top: 5px;
}
 
/* Tag styling */
.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
 
.tag-row span {
  background: #13251B;
  padding: 5px 14px;
  border-radius: 20px;
  border: 1px solid #1f3a28;
  font-size: 16px;
  color: white;
}
 
/* Deliverables two-column list */
.deliverables-list {
  display: flex;
  gap: 50px;
}
 
.deliverables-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
 
/* Green dot bullets */
.deliverables-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 10px;
  color:white;
  font-size: 16px;
}
 
.deliverables-list li::before {
  content: "";
  width: 12px;
  height: 12px;
  background: #48AB77;
  border-radius: 50%;
  margin-top: 6px;
}
/* ========= MOBILE RESPONSIVE FIX ========= */
@media (max-width: 767px) {
 
  /* Title moves on top */
  .solution-row {
    flex-direction: column;
    gap: 10px;
  }
 
  /* Center the small left title on mobile */
  .solution-title {
    min-width: 100%;
    font-size: 15px;
    margin-bottom: 5px;
  }
 
  /* Tags fit full width & wrap clean */
  .tag-row {
    width: 100%;
    gap: 8px;
  }
 
  .tag-row span {
    font-size: 12px;
    padding: 5px 12px;
 
  }
 
  /* Deliverables become single column */
  .deliverables-list {
    flex-direction: column;
    gap: 0px;
  }
 
  .deliverables-list ul li {
    font-size: 14px;
    line-height: 1.4;
  }
 
  /* Adjust bullet dot for mobile */
  .deliverables-list li::before {
    width: 10px;
    height: 10px;
    margin-top: 4px;
  }
  .results-section {
    margin-top: 30px;
}
}
 
/* Whole grid spacing */
.implementation-grid {
  margin-top: 0px;
}
 
/* Box design EXACTLY as screenshot */
.process-box {
  background: #13251B;   /* greenish transparent background */
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 14px;
  padding: 28px 28px;
  height: 100%;
  transition: all 0.3s ease;
}
 
/* Green numbers */
.process-box h3 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #48AB77;
}
 
/* Title under number */
.process-box h4 {
  font-size: 18px;
  font-weight: 600;
  color: #48AB77;
  margin-bottom: 10px;
}
 
/* Description text */
.process-box p {
  color: white;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}
 
 
 
/* RESULTS TITLE */
.results-title {
  font-size: 30px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 18px;
  text-align: center;
}
 
/* RESULT BLOCK */
.results-section .result-item {
  margin-bottom: 36px;
}
 
.result-number {
  font-size: 42px;
  font-weight: 700;
  color: #48AB77;
  line-height: 1;
  text-align: center;
}
 
.result-item p {
  font-size: 16px;
  color:white;
  margin: 6px 0 0;
  text-align: center;
}
 
/* TAKEAWAYS */
.takeaway-list {
  list-style: none;
 
  margin-top: 20px;
}
 
.takeaway-list li {
 display: flex;
   display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 20px;
    color:white;
    font-size: 16px;
}
 
.takeaway-list li::before {
  content: "";
    width: 20px;
    height: 12px;
    background: #48AB77;
    border-radius: 50%;
    margin-top: 6px;
 
}
.results-section {
  margin-bottom: 3rem !important;
    border: 2px solid #ffffff40;
    padding: 20px;
    border-radius: 14px;
    background-color: #13251B;
}
/* Wrapper */
.cs-testimonial-wrap {
  padding: 40px 0;
  color: #dce8dc;
  position: relative;
  background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}
 
/* Title */
.cs-testimonial-heading {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 35px;
  color: #ffffff;
}
/* Wrapper with rounded border */
.cs-testimonial-border {
  max-width: 1100px;
  margin: 0 auto;
  padding: 50px 60px;
  border: 1px solid rgba(72, 171, 119, 0.4); /* soft neon green */
  border-radius: 50px;
  position: relative;
}
 
/* Quote icon positions */
.cs-testimonial-content {
  position: relative;
}
 
.cs-quote-left-1,
.cs-quote-right-1 {
  font-size: 60px;
  color: #ffffff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
 
.cs-quote-left-1 {
  left: -10px;
}
 
.cs-quote-right-1 {
  right: -10px;
}
 
/* Testimonial text */
.cs-testimonial-text {
  font-size: 16px;
  color: white !important;
  max-width: 850px;
  margin: 0 auto;
  line-height: 1.7;
}
 
.cs-testimonial-author {
  color: white;
 
}
 
/* Mobile Responsive */
@media (max-width: 767px) {
 
  .cs-testimonial-border {
    padding: 8px 20px;
  }
 
  .cs-quote-left-1,
  .cs-quote-right-1 {
    position: relative;
    display: block;
    font-size: 48px;
    transform: none;
  }
 .cs-quote-left-1 {
  left: -132px;
}
 
.cs-quote-right-1 {
  right: -132px;
}
}
/* Section */
.pro-before-after {
  padding: 40px 200px;
  color: #d6e8d6;
  background: #0B140A;
}
 
.pro-ba-title {
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 50px;
}
 
/* Main List */
.pro-ba-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
 
/* Each Row */
.pro-ba-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
 
/* Left & Right Columns */
.pro-ba-left,
.pro-ba-right {
  width: 40%;
}
 
/* Labels */
.pro-ba-label {
  font-size: 12px;
  padding: 4px 12px;
  border-radius: 6px;
  font-weight: 700;
  letter-spacing: 1px;
}
 
.pro-ba-label.before {
  background: rgba(255, 80, 80, 0.15);
  border: 1px solid rgba(255, 80, 80, 0.4);
  color: #ff5a5a;
}
 
.pro-ba-label.after {
  background: rgba(72, 171, 119, 0.15);
  border: 1px solid rgba(72, 171, 119, 0.4);
  color: #48AB77;
}
 
/* Text */
.pro-ba-left p,
.pro-ba-right p {
  font-size: 16px;
  margin-top: 10px;
  line-height: 1.55;
  display: flex;
  align-items: flex-start;
  text-align:justify;
  gap: 8px;
  color: white;
}
 
/* Icons */
.pro-ba-icon {
  font-style: normal;
  font-size: 20px;
  margin-top: -3px;
}
 
.pro-ba-icon.before {
  color: #ff5a5a;
}
 
.pro-ba-icon.after {
  color: #48AB77;
}
 
/* Center Connecting Line */
.pro-ba-center-line {
  width: 1px;
  height: 85px;
  background: rgba(255, 255, 255, 0.15);
  margin: 0 40px;
}
 
/* Mobile Responsive */
@media (max-width: 768px) {
  .pro-ba-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
  }
 
  .pro-ba-center-line {
    display: none;
  }
.pro-before-after {
    padding: 34px 20px;
}
  .pro-ba-left,
  .pro-ba-right {
    width: 100%;
  }
}
 .owl-theme .owl-nav {
    display: none;
}
.owl-theme .owl-dots, .owl-theme .owl-nav {
   
    display: none;
}

@media(min-width:992px) and (max-width:1199px){
	.upcoming-events .event-box {
     height: 320px;
    }
}
@media(min-width:768px) and (max-width:991px){
	.events-box .col-md-4 {
        flex: 0 0 auto;
        width: 49.33333333%;
    }
	.upcoming-events .event-box {
		min-height: 300px;align-content
	}
}
@media(min-width:599px) and (max-width:727px){
	.home-demo .event-box {
		height: 340px;
	}
}
@media(min-width:922px) and (max-width:1385px){
	.home-demo .event-box {
		height: 334px !important;
	}
}

}
.blogg-image .w-auto {
    
    width: 1261px !important;
}
}
/* ================================
   TABLET VIEW FIX (768px–991px)
=================================*/


/* MAIN SECTION */
.milestone-section {
  padding-top: 70px;
  padding-bottom: 70px;
}

section.milestone-section,
.milestone-section,
.milestone-section * {
    background: #0B140A !important;
    background-color: #0B140A !important;
}


/* CARD */
.milestone-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.15);
  padding: 25px;
  border-radius: 16px;
  backdrop-filter: blur(12px);
  transition: 0.3s ease;
  height: 100%;
}

/* HOVER EFFECT */
.milestone-card:hover {
  border-color: #48AB77;
  box-shadow: 0 6px 22px rgba(72,171,119,0.35);
  transform: translateY(-5px);
}

/* YEAR TITLE */
.milestone-year {
  font-size: 22px;
  font-weight: 700;
  color: #48AB77;
  margin-bottom: 12px;
}

/* TEXT */
.milestone-card p {
  color: white;
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}

/* MOBILE FIX */
@media (max-width: 576px) {
  .milestone-card {
    padding: 20px;
  }
  .milestone-year {
    font-size: 20px;
  }
}


.main-titles {
    color: white;
    margin-bottom: 30px;
}

/* MAIN WRAPPER */
.horizontal-timeline {
  position: relative;
  padding: 20px 0;
  overflow-x: auto;
  white-space: nowrap;
}

/* LINE (DESKTOP) */
.timeline-track {
  position: absolute;
  top: 30px;
  left: 0;
  height: 3px;
  width: 100%;
  background: #48AB77;
  opacity: 0.4;
}

/* STEPS WRAPPER */
.timeline-wrapper {
  display: flex;
  gap: 70px;
  padding: 0 20px;
}

/* EACH STEP */
.timeline-step {
  position: relative;
  text-align: center;
  width: 240px;
  display: inline-block;
  white-space: normal;
}

/* DOT */
.step-dot {
  width: 20px;
  height: 20px;
  background: #48AB77;
  border-radius: 50%;
  border: 4px solid #0B140A;
  margin: 0 auto 20px auto;
}

/* TEXT */
.timeline-step h4 {
  font-size: 20px;
  font-weight: 700;
  color: #48AB77;
  margin-bottom: 10px;
}

.timeline-step p {
  color: #e8e8e8;
  font-size: 15px;
  line-height: 1.6;
}

/* ------------------------------------------------ */
/*                MOBILE RESPONSIVE                 */
/* ------------------------------------------------ */

@media (max-width: 768px) {

  /* Remove horizontal scroll */
  .horizontal-timeline {
    overflow-x: visible !important;
    white-space: normal !important;
    padding-left: 10px;
  }

  /* LINE becomes vertical */
  .timeline-track {
    top: 0;
    left: 28px;
    width: 3px;
    height: 100%;
    background: #48AB77;
    opacity: 0.4;
  }

  /* Wrapper becomes vertical */
  .timeline-wrapper {
    display: block;
    padding-left: 20px;
  }

  /* Each step full width */
  .timeline-step {
    width: 100%;
    display: block;
    text-align: left;
    margin-bottom: 40px;
    padding-left: 18px;
    position: relative;
  }

  /* Dot aligned to vertical line */
  .step-dot {
    width: 18px;
    height: 18px;
    position: absolute;
    left: -10px;
    top: 0;
    margin: 0;
  }

  /* Heading + text adjust */
  .timeline-step h4 {
    font-size: 18px;
    margin-bottom: 6px;
  }

  .timeline-step p {
    font-size: 14px;
  }
}


/* // Timeline css */

/* STEP ANIMATION (LEFT → RIGHT) */
.timeline-step {
  opacity: 0;
  transform: translateX(-50px);   /* Now from LEFT */
  transition: all 0.7s ease-out;
}

/* When visible */
.timeline-step.show {
  opacity: 1;
  transform: translateX(0);
}

/* TRACK ANIMATION */
.timeline-track {
  position: absolute;
  top: 30px;
  left: 0;
  height: 3px;
  width: 0;                     /* Start with 0 width */
  background: #48AB77;
  opacity: 0.4;
  animation: growLine 4s ease-out forwards;
}

/* Line growing animation */
@keyframes growLine {
  from { width: 0; }
  to { width: 100%; }
}


/* MOBILE (VERTICAL) */
@media (max-width: 768px) {
  .timeline-track {
    top: 0;
    left: 28px;
    width: 3px;
    height: 0;                /* Start with 0 height */
    animation: growLineVert 4s ease-out forwards;
  }

  @keyframes growLineVert {
    from { height: 0; }
    to { height: 100%; }
  }

  .timeline-step {
    transform: translateY(40px);
  }

  .timeline-step.show {
    transform: translateY(0);
  }
}


.footer-col a {
  color: #fff;
  text-decoration: none;
}

.footer-col a:hover {
  opacity: 0.8;
}


.blog-card {
    position: relative;
    cursor: pointer;
}

.full-card-link {
    position: absolute;
    inset: 0;
    z-index: 5;
}


.big-blog-link-wrapper,
.small-blog-link-wrapper {
    text-decoration: none !important;
    color: inherit !important;
    display: block;
    outline: none !important;
    border: none !important;
}

.big-blog-link-wrapper:focus,
.small-blog-link-wrapper:focus,
.big-blog-link-wrapper:active,
.small-blog-link-wrapper:active {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

.big-blog-link-wrapper *,
.small-blog-link-wrapper * {
    text-decoration: none !important;
    box-shadow: none !important;
}


.call-link {
    color: inherit !important;
    text-decoration: none !important;
}

.call-link:hover {
    color: inherit !important;
    text-decoration: none !important;
}


.mail-link {
    color: inherit !important;
    text-decoration: none !important;
    display: flex;
    align-items: center;
    gap: 6px;
}

.mail-link:hover {
    color: inherit !important;
    text-decoration: none !important;
}


