/*
Theme Name: Agency 2017 Pro
*/

*{
  box-sizing:border-box;
	
}
@font-face {
  font-family: 'WithoutAltSans';
  src: url('assets/fonts/WithoutAltSans-Light.woff') format('woff');
  font-weight: 50;
  font-style: normal;
  
}

body {
  overflow: auto !important;
}

.blog-wrapper {
  position: relative;
  z-index: 10;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  margin-top: 220px;
  margin-left: 40px;
}

html, body {
  margin:0;
  padding:0;
  width:100%;
  overflow-x:hidden;
  font-family: 'WithoutAltSans', sans-serif !important;
  
}

body p{
	font-size:18px;
	
}

h2{
	font-size:46px;
	color: #118ACB;
	
}

h4{
	font-size:18px;
}
li{
	font-size: 18px;
	Color: #555;
}

/* REMOVE WORDPRESS TOP GAP */
body {
  padding-top:0 !important;
  line-height:26px;
  
}

/* NAV */

.top-header {
  background:#eef2f8;
  width:100%;
  position:sticky;
  top:0;
  z-index:10;
}

.nav-container {
  width:1100px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:15px 0;
}

.logo{
  height:300px;
  width:auto;
  display:block;
} 

.main-nav a {
  margin-left:25px;
  color:#222;
  text-decoration:none;
  font-size:16px;
  position: relative;
  padding-bottom: 4px;
  transition: color 0.3s ease;
}
.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #118ACB;
  transition: width 0.3s ease;
}

.main-nav a:hover {
  color: #118ACB;
}

.main-nav a:hover::after {
  width: 100%;
}
/* HAMBURGER */
.hamburger {
  display:none;
  font-size:28px;
  cursor:pointer;
}

/* HERO */

.hero-main {
  width:100%;
  min-height:80vh;
  background-repeat:no-repeat;
  background-position:center right;
  background-size:cover;
  position:relative;
  color:white;
}

/* dark overlay */
.hero-overlay {
  width:100%;
  min-height:70vh;
	margin-top:40px;
  
  display:flex;
  align-items:center;
  position:relative;
}

.hero-left {
  width:60%;
  padding-left:80px;
  z-index:2;
  align-items: left;
}

.hero-left h1 {
  font-size:52px;
  line-height:1.2;
}

.hero-sub {
  opacity:0.85;
  margin:20px 0 30px;
  text-align: left !important;
  max-width:420px;
}

.cta-btn {
  background:#118ACB;
  padding:14px 36px;
  color:#fff;
  border-radius:6px;
  text-decoration:none;
  display:inline-block;
  font-size:16px;
  font-weight:500;
  transition: all 0.3s ease;
  box-shadow: 0 6px 20px rgba(17, 138, 203, 0.35);
}

/* HOVER EFFECT */
.cta-btn:hover {
  background:#0b6f9f;
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(17, 138, 203, 0.55);
}


/* ===== POPUP MODAL ===== */

.modal-overlay {
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.6);
  display:none;
  justify-content:center;
  align-items:center;
  z-index:999;
}

.modal-box {
  background:#fff;
  width:90%;
  max-width:420px;
  padding:40px;
  border-radius:10px;
  position:relative;
}

.modal-box h2 {
  text-align:center;
  margin-bottom:20px;
}

.modal-form input,
.modal-form textarea {
  width:100%;
  padding:12px;
  margin-bottom:14px;
  border:1px solid #ddd;
  border-radius:6px;
  font-family:inherit;
}

.modal-form textarea {
  height:100px;
  resize:none;
}

.modal-form button {
  width:100%;
  background:#118ACB;
  color:white;
  padding:12px;
  border:none;
  border-radius:6px;
  cursor:pointer;
  font-size:15px;
}

.modal-close {
  position:absolute;
  top:15px;
  right:20px;
  font-size:24px;
  cursor:pointer;
}


.statStatPara{
	margin:0px !important;
}

/* FLOATING STATS – PIXEL PERFECT */

.stat {
  position:absolute;
  background:white;
  opacity:0.8;
  color:black;
  padding:8px 8px;
  border-radius:10px;
  font-size:13px;
  box-shadow:0 10px 30px rgba(0,0,0,0.35);
  z-index:5;
}

.stat strong {
  color:#118ACB;
   font-size:24px;
  font-weight:bold;
}

/* MATCHING YOUR SCREENSHOT */

.flot-num{
	margin:0;
	font-weight:400;
	font-size:24px;
}
/* 15+ → above finger */
.stat1 {
  bottom:45%;
  right:30%;
}

/* 25+ → middle */
.stat2 {
  top:33%;
  right:20%;
}

/* 3500 → above thumb */
.stat3 {
  top:22%;
  right:5%;
}

/* SECTIONS */

.section {
  width:1100px;
  margin:60px auto;
  padding:0px;
}

.two-col .left {
  width:50%;
  text-align:left;
  Color:#555;
}

.two-col .right {
  width:50%;
  margin-left:auto;
  text-align:left;
  Color:#555;
}

/* FOUNDER */

.founder-box {
  background:#118ACB;
  color:white;
  padding:40px 100px;
  border-radius:22px;
  display:flex;
  justify-content:space-between;
  align-items:center;
}

.founder-text{
	font-size:34px;
	margin-top:20px;
}
.founder-para{
	width:450px;
	line-height:26px;
	font-size: 18px;
	padding-top:20px;
}
.found-name{
	font-size:54px;
	font-weight:200;
	margin:0px;
	padding-bottom:20px;
}
.Founder-imag{
	width:auto;
	height:200px;
	padding-right:100px;
	border-radius: 42px;
	margin-top:50px;
	padding-top:100px;
}

/* CAPABILITY CURVE */

.capability-curve {
  width: 100%;
  padding: 50px 0;
  text-align: center;
}

.capability-curve h2 {
  font-size: 46px;
  color: #118ACB;
  margin-bottom: 120px;
}

.capability-curve h3{
	font-size: 26px;
	padding-bottom:10px;
	margin-left:-20px;
}
.curve-wrapper {
  width: 1100px;
  margin: auto;
  padding-top: 40px;
  position: relative;
  height: 400px;
}

.curve-line {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

/* ICONS */
.curve-icon {
  width: 66px;
  height: 66px;
  background: #118ACB;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.icon1 { left: 7%; top: 55% }
.icon2 { left: 25%; top: 55% }
.icon3 { left: 45%; top: 55% }
.icon4 { left: 68%; top: 55% }
.icon5 { left: 90%; top: 55% }

/* CONTENT */
.curve-content {
  width: 300px;
  position: absolute;
  text-align: left;
}

.curve-content h3 {
  color: #118ACB;
  margin-bottom: 6px;
}

.curve-content p {
  font-size: 13px;
  line-height: 1.5;
  color: #444;
}

/* POSITIONS */
.c1 { left: 0%; top: 0; }
.c2 { left: 18%; top: 60%; }
.c3 { left: 40%; top: -10%; }
.c4 { left: 62%; bottom: 5%; }
.c5 { left: 82%; top: 0; }



/* ===== PROCESS FLOW (FIXED ALIGNMENT) ===== */

.process-flow {
  width:1100px;
  margin:100px auto;
  display:flex;
  flex-direction:column;
  gap:80px;
}

.process-row {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:80px;
}

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

.process-text {
  width:45%;
}

.phase-tag {
  background:#e8f6ff;
  color:#1b9cff;
  font-size:18px;
  padding:6px 16px;
  border-radius:10px;
  display:inline-block;
  margin-bottom:12px;
}

.process-text h2 {
  font-size:36px;
  margin-top:5px;
  margin-bottom:15px;
  color:#118ACB;
}

.process-text p {
  font-size:18px;
  line-height:1.8;
  color:#555;
  max-width:420px;
}

.process-img {
  width:25%;
  text-align:center;
  margin-right:150px;
}

.process-img img {
  width:100%;
  max-width:420px;
}
.process-h2{
	margin-top:5px;
}


/* ===== OUR WORK ===== */


.work-title {
  text-align:center;
  font-size:46px;
  margin-bottom:60px;
}

.work-wrapper {
  display:flex;
  gap:40px;
}

/* LEFT LIST */
.work-list {
  width:220px;
  padding-top:100px;
}

.work-item {
  padding:12px 0;
  font-size:18px;
  cursor:pointer;
  border-bottom:1px solid #eee;
  color:#444;
}

.work-item.active {
  color:#1b9cff;
  font-weight:600;
}

/* RIGHT */
.work-carousel {
  flex:1;
  position:relative;
}

/* GROUP */
.carousel-group {
  display:none;
}

.carousel-group.active {
  display:block;
}

/* SLIDES */
.carousel-slide {
  display:none;
  gap:40px;
  align-items:center;
}

.carousel-slide.active {
  display:flex;
}

.carousel-slide img {
  width:380px;
  height:450px;
  border-radius:14px;
}

.carousel-content h3 {
  font-size:22px;
  margin-bottom:6px;
}

.carousel-content i {
  color:#777;
  display:block;
  margin-bottom:12px;
  font-style:normal;
  
}

.carousel-content p {
  font-size:18px;
  Color:#555;
  line-height:1.7;
  max-width:360px;
  margin-top:0px;
}
.carousel-nav {
  margin-top:30px;
  display:flex;
  gap:20px;
}

.carousel-nav button {
  margin-left:50px;
  padding:10px 20px;
  border:1px solid #118ACB;
  background:white;
  color:#118ACB;
  cursor:pointer;
  border-radius:4px;
}

.carousel-nav button:hover {
  background:#118ACB;
  color:white;
}

.carousel-content h4 {
  margin-top:12px;
  margin-bottom:0px;
  font-size:14px;
  color:#118ACB;
}

.carousel-content ul {
  padding-left:18px;
  font-size:18px;
  line-height:1.6;
  margin-top:0px;
}

.carousel-nav button:disabled {
  cursor: not-allowed;
  background: #eee;
  color: #999;
  border-color: #ccc;
}


/* CONTACT SECTION */
.contact-section {
  width: 100%;
  background: #f3f3f3;
  padding: 80px 0;
}

.contact-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 40px;
  text-align: center;
}

.contact-inner h2 {
  margin-bottom: 30px;
}

.contact-inner form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size:18px;
}

.contact-inner input,
.contact-inner textarea {
  width: 100%;
  padding: 14px;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 18px;
  font-family:'WithoutAltSans', sans-serif !important;

}


.contact-inner button {
  width: 140px;
  margin: 10px auto 0;
  padding: 10px;
  background: #118ACB;
  color: white;
  border: 1px solid #118ACB;
  border-radius: 4px;
  cursor: pointer;
}
.contact-inner button:hover {
  background:none;
  color:#118ACB;
}
textarea[name="message"] {
  min-height: 120px;
  resize: vertical;
  line-height: 1.6;
}

/* FOOTER */
.site-footer {
  background: #118ACB;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  color: white;
}

/* inner container */
.footer-inner {
  max-width: 1200px;
  margin: 0 160px;
  padding: 70px 90px ;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-col {
  flex: 1;
}

.footer-right{
	margin-left:-40px;
	padding-left:0px;
}

.footer-center{
	margin: 0 150px;
	padding-top:90px;
	color:white;
	display:block;
	text-decoration:none;
	
}

.footer-center a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
}

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

/* bottom bar */
.footer-bottom {
  background: #006C95;
  text-align: center;
  padding: 14px 0;
  font-size: 12px;
  color: white;
}

/* ===== THANK YOU PAGE ===== */

.thank-you-section {
  width:100%;
  min-height:80vh;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#f6f8fc;
  text-align:center;
}

.thank-you-box {
  background:#ffffff;
  padding:60px 50px;
  border-radius:14px;
  box-shadow:0 20px 60px rgba(0,0,0,0.08);
  max-width:520px;
}

.thank-you-box h1 {
  font-size:42px;
  color:#118ACB;
  margin-bottom:16px;
}

.thank-you-box p {
  font-size:16px;
  color:#555;
  line-height:1.6;
  margin-bottom:30px;
}



























/* =========================
   RESPONSIVE (TABLET)
========================= */
@media (max-width: 1024px) {



  .section,
  .process-flow,
  .curve-wrapper {
    width: 90%;
  }

  .hero-left {
    width: 55%;
    padding-left: 60px;
  }

  .hero-left h1 {
    font-size: 44px;
  }

  .founder-box {
    padding: 40px 50px;
  }

  .work-wrapper {
    gap: 40px;
  }

  .footer-inner {
    margin: 0 0px;
    padding: 60px 0px;
  }
}







/* =========================    RESPONSIVE (MOBILE) ========================= */

@media (max-width: 768px) {


  .main-nav a {
    margin: 0 10px;
    font-size: 14px;
  }

  /* HERO */
  
  .hero-main {
  width:100vw;
  max-height:40vh;
  background-repeat:no-repeat;
  background-position:center right;
  background-size:cover;
  position:relative;
  color:white;
}
  .hero-overlay {
    flex-direction: column;
    text-align: center;
    padding: 40px 20px;
  }

  .hero-left {
    width: 100%;
    padding-left: 0;
  }

  .hero-left h1 {
    font-size: 36px;
  }

  .stat {
    display: none; /* hide floating stats on mobile */
  }

  /* TWO COL */
  .two-col .left,
  .two-col .right {
    width: 100%;
    text-align: center;
  }

  /* FOUNDER */
  .founder-box {
    flex-direction: column;
    text-align: center;
    gap: 30px;
    padding: 40px 20px;
  }

  .Founder-imag {
    padding-right: 0;
  }

  /* CAPABILITY CURVE */
  .curve-wrapper {
    height: auto;
  }

  .curve-line,
  .curve-icon {
    display: none; /* hide curve graphic on mobile */
  }

  .curve-content {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
  }
.curve-content ui{
	font-size:18px;
}
  /* PROCESS */
  .process-row {
    flex-direction: column;
    gap: 2	0px;
    text-align: center;
  }

  .process-row.reverse {
    flex-direction: column;
  }

  .process-text,
  .process-img {
    width: 100%;
    margin-right: 0;
  }

  /* WORK */
  .work-wrapper {
    flex-direction: column;
  }

  .work-list {
    width: 100%;
    display: flex;
    gap: 20px;
    overflow-x: auto;
    padding-top: 0;
  }

  .work-item {
    white-space: nowrap;
    border-bottom: none;
    border-right: 1px solid #eee;
    padding-right: 20px;
	
  }

  .carousel-slide {
    flex-direction: column;
    text-align: center;
  }

  .carousel-slide img {
    width: 100%;
    height: auto;
  }

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

  /* CONTACT */
  .contact-inner {
    padding: 0 20px;
	font-family:
  }

  /* FOOTER */
  .footer-inner {
    flex-direction: column;
    text-align: center;
    gap: 20px;
    margin: 0;
    padding: 50px 00px;
  }

  .footer-right {
    margin-left: 0;
	padding-top:70px;
  }

  .footer-center {
    margin: 0;
  }
}




/*------------------------------------------------------------------------- Mobile view --------------------------------------------------------------------*/

}
@media (max-width:768px) {
  .footer-social img {
    width:18px;
  }
}

@media (max-width:768px) {
  .hero-overlay {
    background: linear-gradient(
      rgba(0,20,60,0.75),
      rgba(0,20,60,0.75)
    );
  }
}

@media (max-width:768px) {
  .cap-grid div {
    display:flex;
    align-items:center;
    gap:12px;
    text-align:left;
  }

  .cap-grid img {
    width:22px;
    height:22px;
  }
}
}
/* ===== MOBILE HERO CENTER ===== */
@media (max-width: 768px) {
	.hero-main{
		height:50%;
		width:auto;
		
	}

  .hero-left {
    width: 100%;
    padding: 0 0px;
    text-align: center;
  }

  .hero-left h1 {
    font-size: 34px;
    line-height: 1.2;
  }

 

}
@media (max-width: 768px) {
  .cta-btn {
    margin: 0 auto;
    display: inline-block;
  }
}



/* ===== HEADER BASE ===== */
.top-header {
  background:#eef2f8;
  width:100%;
  position:fixed !important;
  top:0;
  z-index:100;
}

.nav-container {
  max-width:1100px;
  width:100%;
  margin:0 auto;              /* THIS centers it */
  display:flex;
  justify-content:space-between;
  align-items:center;         /* FIXED */
  padding:15px 0;
}


.logo { 
  height:32px; 
}

.hamburger {
  display: none;
  cursor: pointer;
}

@media (max-width: 768px) {
  .hamburger {
    display: block;
    font-size: 28px;
    margin-right: 26px; /* clean right spacing */
  }
}

/* Desktop menu */
.main-nav a {
  margin-left:25px;
  color:#222;
  text-decoration:none;
  font-size:16px;
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {

  .nav-container {
    width:100%;
    margin:0;
    padding:12px 16px;
  }

  .hamburger {
    display:block;
    font-size:28px;
  }

  .main-nav {
    position:absolute;
    top:60px;
    left:0;
    width:100%;
    background:white;
    display:none;
    flex-direction:column;
    text-align:center;
    padding:20px 0;
  }

  .main-nav a {
    margin:12px 0;
    display:block;
  }

  .main-nav.active {
    display:flex;
  }
}
/* ============================= */
/* MOBILE VIEW – CAPABILITY FIX */
/* ============================= */

@media (max-width: 768px) {

  .capability-curve {
    padding: 40px 20px;
    text-align: left;
  }

  .capability-curve h2 {
    font-size: 30px;
    margin-bottom: 40px;
    text-align: center;
  }

  .curve-wrapper {
    width: 100%;
    height: auto;
    position: static;
  }

  /* Hide curve graphic */
  .curve-line {
    display: none;
  }

  /* Remove absolute positioning from icons */
  .curve-icon {
    position: static;
    transform: none;
    margin-bottom: 15px;
  }

  /* Remove icon position classes */
  .icon1,
  .icon2,
  .icon3,
  .icon4,
  .icon5 {
    position: static;
  }

  /* Remove absolute positioning from content */
  .curve-content {
    position: static;
    width: 100%;
    margin-bottom: 40px;
	margin-left:20px;
  }

  .curve-content h3 {
    text-align: left;
  }

  .curve-content ul {
    padding-left: 18px;
  }

.capability-curve {
  padding: 40px 2%;
}

.curve-wrapper {
  width: 96%;
  margin: 0 auto;
}

}
/* Hide on desktop */
.mobile-stats {
  display: none;
}

/* Show only on mobile */
@media (max-width:768px) {

  .mobile-stats {
    display: flex;
	Color:black;
    justify-content: space-between;
    background: #f3f3f3;
    padding: 25px 10px;
  }

  .mobile-stat {
    flex: 1;
    text-align: center;
  }

  .mobile-stat:not(:last-child) {
    border-right: 1px solid #ddd;
  }

  .mobile-stat p {
    font-size: 14px;
    margin-bottom: 6px;
  }

  .mobile-stat h3 {
    color: #118ACB;
    font-size: 22px;
    margin: 0;
  }

}


/* ===== MOBILE WORK SECTION ===== */
@media (max-width:768px){

  .work-wrapper{
    flex-direction:column;
    gap:30px;
  }

  /* Tabs Grid 2x2 */
  .work-list{
    width:100%;
    display:grid;
    grid-template-columns: 1fr 1fr;
    gap:10px;
    padding:0 15px;
  }

  .work-item{
    text-align:center;
    font-size:13px;
    padding:10px 5px;
    border:1px solid #ddd;
    border-radius:6px;
  }

  .work-item.active{
    background:#118ACB;
    color:white;
    border-color:#118ACB;
    font-weight:600;
  }
  /* Reduce image height */
  .carousel-slide img{
    width:100%;
    height:220px;   /* 50% of 450px */
    object-fit:cover;
  }

  .carousel-slide{
    flex-direction:column;
    text-align:center;
  }

  .carousel-content{
    padding:15px;
  }

  .carousel-content p,
  .carousel-content ul{
    font-size:14px;
	 font-style:normal;
  }
  .carousel-content h3 i{
	  font-style:normal;
  }

  .carousel-nav{
    justify-content:center;
    margin-top:20px;
  }

/* Make tabs sticky inside Our Work section */
.work-list{
  position: sticky;
  top: 70px; /* height of header */
  background: #fff;
  z-index: 20;
  padding: 10px 15px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.work-item{
  text-align:center;
  padding:10px;
  border:1px solid #eee;
  border-radius:6px;
}

.work-item.active{
  background:#118ACB;
  color:#fff;
}

}

@media (max-width:768px){

  .hero-overlay{
    min-height: 100vh/*
Theme Name: Agency 2017 Pro
*/

*{
  box-sizing:border-box;
}
@font-face {
  font-family: 'WithoutAltSans';
  src: url('Assets/fonts/WithoutAltSans-Light.woff') format('woff');
  font-weight: 50;
  font-style: normal;
  
}



html, body {
  margin:0;
  padding:0;
  width:100%;
  overflow-x:hidden;
  font-family: 'WithoutAltSans', sans-serif !important;
  
}

body p{
	font-size:18px;
	
}

h2{
	font-size:46px;
	color: #118ACB;
	
}

h4{
	font-size:18px;
}
li{
	font-size: 18px;
	Color: #555;
}

/* REMOVE WORDPRESS TOP GAP */
body {
  padding-top:0 !important;
  line-height:26px;
  
}

/* NAV */

.top-header {
  background:#eef2f8;
  width:100%;
  position:sticky;
  top:0;
  z-index:10;
}

.nav-container {
  width:1100px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:15px 0;
}

.logo { height:32px; }

.main-nav a {
  margin-left:25px;
  color:#222;
  text-decoration:none;
  font-size:16px;
  position: relative;
  padding-bottom: 4px;
  transition: color 0.3s ease;
}
.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #118ACB;
  transition: width 0.3s ease;
}

.main-nav a:hover {
  color: #118ACB;
}

.main-nav a:hover::after {
  width: 100%;
}
/* HAMBURGER */
.hamburger {
  display:none;
  font-size:28px;
  cursor:pointer;
}

/* HERO */

.hero-main {
  width:100%;
  min-height:80vh;
  background-repeat:no-repeat;
  background-position:center right;
  background-size:cover;
  position:relative;
  color:white;
}

/* dark overlay */
.hero-overlay {
  width:100%;
  min-height:100vh;
  
  display:flex;
  align-items:center;
  position:relative;
}

.hero-left {
  width:40%;
  padding-left:80px;
  z-index:2;
}

.hero-left h1 {
  font-size:52px;
  line-height:1.15;
}

.hero-sub {
  opacity:0.85;
  margin:20px 0 30px;
  max-width:420px;
  text-align: Left;
}

.cta-btn {
  background:#118ACB;
  padding:14px 36px;
  color:#fff;
  border-radius:6px;
  text-decoration:none;
  display:inline-block;
  font-size:16px;
  font-weight:500;
  transition: all 0.3s ease;
  box-shadow: 0 6px 20px rgba(17, 138, 203, 0.35);
}

/* HOVER EFFECT */
.cta-btn:hover {
  background:#0b6f9f;
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(17, 138, 203, 0.55);
}


/* ===== POPUP MODAL ===== */

.modal-overlay {
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.6);
  display:none;
  justify-content:center;
  align-items:center;
  z-index:999;
}

.modal-box {
  background:#fff;
  width:90%;
  max-width:420px;
  padding:40px;
  border-radius:10px;
  position:relative;
}

.modal-box h2 {
  text-align:center;
  margin-bottom:20px;
}

.modal-form input,
.modal-form textarea {
  width:100%;
  padding:12px;
  margin-bottom:14px;
  border:1px solid #ddd;
  border-radius:6px;
  font-family:inherit;
}

.modal-form textarea {
  height:100px;
  resize:none;
}

.modal-form button {
  width:100%;
  background:#118ACB;
  color:white;
  padding:12px;
  border:none;
  border-radius:6px;
  cursor:pointer;
  font-size:15px;
}

.modal-close {
  position:absolute;
  top:15px;
  right:20px;
  font-size:24px;
  cursor:pointer;
}


.statStatPara{
	margin:0px !important;
}

/* FLOATING STATS – PIXEL PERFECT */

.stat {
  position:absolute;
  background:white;
  opacity:0.8;
  color:black;
  padding:8px 8px;
  border-radius:10px;
  font-size:13px;
  box-shadow:0 10px 30px rgba(0,0,0,0.35);
  z-index:5;
}

.stat strong {
  color:#118ACB;
   font-size:24px;
  font-weight:bold;
}

/* MATCHING YOUR SCREENSHOT */

.flot-num{
	margin:0;
	font-weight:400;
	font-size:24px;
}
/* 15+ → above finger */
.stat1 {
  bottom:45%;
  right:30%;
}

/* 25+ → middle */
.stat2 {
  top:33%;
  right:20%;
}

/* 3500 → above thumb */
.stat3 {
  top:22%;
  right:5%;
}

/* SECTIONS */

.section {
  width:1100px;
  margin:0px auto;
  padding:0px;
}

.two-col .left {
  width:50%;
  text-align:left;
  Color:#555;
}

.two-col .right {
  width:50%;
  margin-left:auto;
  text-align:left;
  Color:#555;
}

/* FOUNDER */

.founder-box {
  background:#118ACB;
  color:white;
  padding:40px 100px;
  border-radius:22px;
  display:flex;
  justify-content:space-between;
  align-items:center;
}

.founder-text{
	font-size:34px;
	margin-top:20px;
}
.founder-para{
	width:450px;
	line-height:26px;
	font-size: 18px;
	padding-top:20px;
}
.found-name{
	font-size:54px;
	font-weight:200;
	margin:0px;
	padding-bottom:20px;
}
.Founder-imag{
	width:auto;
	height:200px;
	padding-right:100px;
	border-radius: 42px;
	margin-top:50px;
	padding-top:100px;
}

/* CAPABILITY CURVE */

.capability-curve {
  width: 100%;
  padding: 50px 0;
  text-align: center;
}

.capability-curve h2 {
  font-size: 46px;
  color: #118ACB;
  margin-bottom: 120px;
}

.capability-curve h3{
	font-size: 26px;
	padding-bottom:10px;
	margin-left:-20px;
}
.curve-wrapper {
  width: 1100px;
  margin: auto;
  padding-top: 40px;
  position: relative;
  height: 400px;
}

.curve-line {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

/* ICONS */
.curve-icon {
  width: 66px;
  height: 66px;
  background: #118ACB;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.icon1 { left: 7%; top: 55% }
.icon2 { left: 25%; top: 55% }
.icon3 { left: 45%; top: 55% }
.icon4 { left: 68%; top: 55% }
.icon5 { left: 90%; top: 55% }

/* CONTENT */
.curve-content {
  width: 300px;
  position: absolute;
  text-align: left;
}

.curve-content h3 {
  color: #118ACB;
  margin-bottom: 6px;
}

.curve-content p {
  font-size: 13px;
  line-height: 1.5;
  color: #444;
}

/* POSITIONS */
.c1 { left: 0%; top: 0; }
.c2 { left: 18%; top: 60%; }
.c3 { left: 40%; top: -10%; }
.c4 { left: 62%; top: 70%; }
.c5 { left: 82%; top: 0; }



/* ===== PROCESS FLOW (FIXED ALIGNMENT) ===== */

.process-flow {
  width:1100px;
  margin:100px auto;
  display:flex;
  flex-direction:column;
  gap:80px;
}

.process-row {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:80px;
}

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

.process-text {
  width:45%;
}

.phase-tag {
  background:#e8f6ff;
  color:#1b9cff;
  font-size:18px;
  padding:6px 16px;
  border-radius:10px;
  display:inline-block;
  margin-bottom:12px;
}

.process-text h2 {
  font-size:36px;
  margin-top:5px;
  margin-bottom:15px;
  color:#118ACB;
}

.process-text p {
  font-size:18px;
  line-height:1.8;
  color:#555;
  max-width:420px;
}

.process-img {
  width:25%;
  text-align:center;
  margin-right:150px;
}

.process-img img {
  width:100%;
  max-width:420px;
}
.process-h2{
	margin-top:5px;
}


/* ===== OUR WORK ===== */

.work-title {
  text-align:center;
  font-size:46px;
  margin-bottom:60px;
}

.work-wrapper {
  display:flex;
  gap:40px;
}

/* LEFT LIST */
.work-list {
  width:220px;
  padding-top:100px;
}

.work-item {
  padding:12px 0;
  font-size:18px;
  cursor:pointer;
  border-bottom:1px solid #eee;
  color:#444;
}

.work-item.active {
  color:#1b9cff;
  font-weight:600;
}

/* RIGHT */
.work-carousel {
  flex:1;
  position:relative;
}

/* GROUP */
.carousel-group {
  display:none;
}

.carousel-group.active {
  display:block;
}

/* SLIDES */
.carousel-slide {
  display:none;
  gap:40px;
  align-items:center;
}

.carousel-slide.active {
  display:flex;
}

.carousel-slide img {
  width:380px;
  height:450px;
  border-radius:14px;
}

.carousel-content h3 {
  font-size:22px;
  margin-bottom:6px;
}

.carousel-content i {
  color:#777;
  display:block;
  margin-bottom:12px;
  font-style:normal;
}

.carousel-content p {
  font-size:18px;
  Color:#555;
  line-height:1.7;
  max-width:360px;
}
.carousel-nav {
  margin-top:30px;
  display:flex;
  gap:20px;
}

.carousel-nav button {
  margin-left:50px;
  padding:10px 20px;
  border:1px solid #118ACB;
  background:white;
  color:#118ACB;
  cursor:pointer;
  border-radius:4px;
}

.carousel-nav button:hover {
  background:#118ACB;
  color:white;
}

.carousel-content h4 {
  margin-top:12px;
  font-size:14px;
  color:#118ACB;
}

.carousel-content ul {
  padding-left:18px;
  font-size:18px;
  line-height:1.6;
}

.carousel-nav button:disabled {
  cursor: not-allowed;
  background: #eee;
  color: #999;
  border-color: #ccc;
}


/* CONTACT SECTION */
.contact-section {
  width: 100%;
  background: #f3f3f3;
  padding: 80px 0;
}

.contact-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 40px;
  text-align: center;
}

.contact-inner h2 {
  margin-bottom: 30px;
}

.contact-inner form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size:18px;
}

.contact-inner input,
.contact-inner textarea {
  width: 100%;
  padding: 14px;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 18px;
  font-family:'WithoutAltSans', sans-serif !important;

}


.contact-inner button {
  width: 140px;
  margin: 10px auto 0;
  padding: 10px;
  background: #118ACB;
  color: white;
  border: 1px solid #118ACB;
  border-radius: 4px;
  cursor: pointer;
}
.contact-inner button:hover {
  background:none;
  color:#118ACB;
}
textarea[name="message"] {
  min-height: 120px;
  resize: vertical;
  line-height: 1.6;
}

/* FOOTER */
.site-footer {
  background: #118ACB;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  color: white;
}

/* inner container */
.footer-inner {
  max-width: 1200px;
  margin: 0 160px;
  padding: 70px 90px ;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-col {
  flex: 1;
}

.footer-right{
	margin-left:-40px;
	padding-left:0px;
}

.footer-center{
	margin: 0 150px;
	padding-top:90px;
	color:white;
	display:block;
	text-decoration:none;
	
}

.footer-center a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
}

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

/* bottom bar */
.footer-bottom {
  background: #006C95;
  text-align: center;
  padding: 14px 0;
  font-size: 12px;
  color: white;
}

/* ===== THANK YOU PAGE ===== */

.thank-you-section {
  width:100%;
  min-height:80vh;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#f6f8fc;
  text-align:center;
}

.thank-you-box {
  background:#ffffff;
  padding:60px 50px;
  border-radius:14px;
  box-shadow:0 20px 60px rgba(0,0,0,0.08);
  max-width:520px;
}

.thank-you-box h1 {
  font-size:42px;
  color:#118ACB;
  margin-bottom:16px;
}

.thank-you-box p {
  font-size:16px;
  color:#555;
  line-height:1.6;
  margin-bottom:30px;
}



























/* =========================
   RESPONSIVE (TABLET)
========================= */
@media (max-width: 1024px) {



  .section,
  .process-flow,
  .curve-wrapper {
    width: 90%;
  }

  .hero-left {
    width: 55%;
    padding-left: 60px;
  }

  .hero-left h1 {
    font-size: 44px;
  }

  .founder-box {
    padding: 40px 50px;
  }

  .work-wrapper {
    gap: 40px;
  }

  .footer-inner {
    margin: 0 0px;
    padding: 60px 0px;
  }
}







/* =========================    RESPONSIVE (MOBILE) ========================= */

@media (max-width: 768px) {


  .main-nav a {
    margin: 0 10px;
    font-size: 14px;
  }

  /* HERO */
  
  .hero-main {
  width:100vw;
  max-height:40vh;
  background-repeat:no-repeat;
  background-position:center right;
  background-size:cover;
  position:relative;
  color:white;
}
  .hero-overlay {
    flex-direction: column;
    text-align: center;
    padding: 40px 20px;
  }

  .hero-left {
    width: 100%;
    padding-left: 0;
  }

  .hero-left h1 {
    font-size: 36px;
  }

  .stat {
    display: none; /* hide floating stats on mobile */
  }

  /* TWO COL */
  .two-col .left,
  .two-col .right {
    width: 100%;
    text-align: center;
  }

  /* FOUNDER */
  .founder-box {
    flex-direction: column;
    text-align: center;
    gap: 30px;
    padding: 40px 20px;
  }

  .Founder-imag {
    padding-right: 0;
  }

  /* CAPABILITY CURVE */
  .curve-wrapper {
    height: auto;
  }

  .curve-line,
  .curve-icon {
    display: none; /* hide curve graphic on mobile */
  }

  .curve-content {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
  }
.curve-content ui{
	font-size:18px;
}
  /* PROCESS */
  .process-row {
    flex-direction: column;
    gap: 30px;
    text-align: center;
  }

  .process-row.reverse {
    flex-direction: column;
  }

  .process-text,
  .process-img {
    width: 100%;
    margin-right: 0;
  }

  /* WORK */
  .work-wrapper {
    flex-direction: column;
  }

  .work-list {
    width: 100%;
    display: flex;
    gap: 20px;
    overflow-x: auto;
    padding-top: 0;
  }

  .work-item {
    white-space: nowrap;
    border-bottom: none;
    border-right: 1px solid #eee;
    padding-right: 20px;
	
  }

  .carousel-slide {
    flex-direction: column;
    text-align: center;
  }

  .carousel-slide img {
    width: 100%;
    height: auto;
  }

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

  /* CONTACT */
  .contact-inner {
    padding: 0 20px;
	font-family:
  }

  /* FOOTER */
  .footer-inner {
    flex-direction: column;
    text-align: center;
    gap: 20px;
    margin: 0;
    padding: 50px 00px;
  }

  .footer-right {
    margin-left: 0;
	padding-top:70px;
  }

  .footer-center {
    margin: 0;
  }
}




/*------------------------------------------------------------------------- Mobile view --------------------------------------------------------------------*/

}
@media (max-width:768px) {
  .footer-social img {
    width:18px;
  }
}

@media (max-width:768px) {
  .hero-overlay {
    background: linear-gradient(
      rgba(0,20,60,0.75),
      rgba(0,20,60,0.75)
    );
  }
}

@media (max-width:768px) {
  .cap-grid div {
    display:flex;
    align-items:center;
    gap:12px;
    text-align:left;
  }

  .cap-grid img {
    width:22px;
    height:22px;
  }
}
}
/* ===== MOBILE HERO CENTER ===== */
@media (max-width: 768px) {
	.hero-main{
		height:50%;
		width:auto;
		
	}

  .hero-left {
    width: 100%;
    padding: 0 0px;
    text-align: center;
  }

  .hero-left h1 {
    font-size: 34px;
    line-height: 1.2;
  }

 

}
@media (max-width: 768px) {
  .cta-btn {
    margin: 0 auto;
    display: inline-block;
  }
}



/* ===== HEADER BASE ===== */
.top-header {
  background:#eef2f8;
  width:100%;
  position:sticky;
  top:0;
  z-index:100;
}

.nav-container {
  max-width:1100px;
  width:100%;
  margin:0 auto;              /* THIS centers it */
  display:flex;
  justify-content:space-between;
  align-items:center;         /* FIXED */
  padding:15px 0;
}


.logo { 
  height:32px; 
}

.hamburger {
  display: none;
  cursor: pointer;
}

@media (max-width: 768px) {
  .hamburger {
    display: block;
    font-size: 28px;
    margin-right: 26px; /* clean right spacing */
  }
}

/* Desktop menu */
.main-nav a {
  margin-left:25px;
  color:#222;
  text-decoration:none;
  font-size:16px;
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {

  .nav-container {
    width:100%;
    margin:0;
    padding:12px 16px;
  }

  .hamburger {
    display:block;
    font-size:28px;
  }

  .main-nav {
    position:absolute;
    top:60px;
    left:0;
    width:100%;
    background:white;
    display:none;
    flex-direction:column;
    text-align:center;
    padding:20px 0;
  }

  .main-nav a {
    margin:12px 0;
    display:block;
  }

  .main-nav.active {
    display:flex;
  }
}
/* ============================= */
/* MOBILE VIEW – CAPABILITY FIX */
/* ============================= */

@media (max-width: 768px) {

  .capability-curve {
    padding: 20px 20px;
    text-align: left;
  }

  .capability-curve h2 {
    font-size: 30px;
    margin-bottom: 40px;
    text-align: center;
  }

  .curve-wrapper {
    width: 100%;
    height: auto;
    position: static;
  }

  /* Hide curve graphic */
  .curve-line {
    display: none;
  }

  /* Remove absolute positioning from icons */
  .curve-icon {
    position: static;
    transform: none;
    margin-bottom: 15px;
  }

  /* Remove icon position classes */
  .icon1,
  .icon2,
  .icon3,
  .icon4,
  .icon5 {
    position: static;
  }

  /* Remove absolute positioning from content */
  .curve-content {
    position: static;
    width: 100%;
    margin-bottom: 20px;
	margin-left:20px;
  }

  .curve-content h3 {
    text-align: left;
  }

  .curve-content ul {
    padding-left: 18px;
  }

.capability-curve {
  padding: 40px 2%;
}

.curve-wrapper {
  width: 96%;
  margin: 0 auto;
}

}
/* Hide on desktop */
.mobile-stats {
  display: none;
}

/* Show only on mobile */
@media (max-width:768px) {

  .mobile-stats {
    display: flex;
	Color:black;
    justify-content: space-between;
    background: #f3f3f3;
    padding: 25px 10px;
  }

  .mobile-stat {
    flex: 1;
    text-align: center;
  }

  .mobile-stat:not(:last-child) {
    border-right: 1px solid #ddd;
  }

  .mobile-stat p {
    font-size: 14px;
    margin-bottom: 6px;
  }

  .mobile-stat h3 {
    color: #118ACB;
    font-size: 22px;
    margin: 0;
  }

}


/* ===== MOBILE WORK SECTION ===== */
@media (max-width:768px){

  .work-wrapper{
    flex-direction:column;
    gap:30px;
  }

  /* Tabs Grid 2x2 */
  .work-list{
    width:100%;
    display:grid;
    grid-template-columns: 1fr 1fr;
    gap:10px;
    padding:0 15px;
  }

  .work-item{
    text-align:center;
    font-size:13px;
    padding:10px 5px;
    border:1px solid #ddd;
    border-radius:6px;
  }

  .work-item.active{
    background:#118ACB;
    color:white;
    border-color:#118ACB;
    font-weight:600;
  }
  /* Reduce image height */
  .carousel-slide img{
    width:100%;
    height:220px;   /* 50% of 450px */
    object-fit:cover;
  }

  .carousel-slide{
    flex-direction:column;
    text-align:center;
  }

  .carousel-content{
    padding:15px;
  }

  .carousel-content p,
  .carousel-content ul{
    font-size:14px;
	 font-style:normal;
  }
  .carousel-content h3 i{
	  font-style:normal;
  }

  .carousel-nav{
    justify-content:center;
    margin-top:20px;
  }

/* Make tabs sticky inside Our Work section */
.work-list{
  position: sticky;
  top: 70px; /* height of header */
  background: #fff;
  z-index: 20;
  padding: 10px 15px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.work-item{
  text-align:center;
  padding:10px;
  border:1px solid #eee;
  border-radius:6px;
}

.work-item.active{
  background:#118ACB;
  color:#fff;
}

}

@media (max-width:768px){

  .hero-overlay{
    min-height: 80vh;
    justify-content: center;
  }

  .hero-left{
    text-align:center;
    padding:0 20px;
  }

  .hero-sub{
    max-width:100%;
    margin:20px auto 30px;
    text-align:center !important;
  }

}
@media (max-width:768px){

  .section{
    width:100%;
    max-width:100%;
    padding:20px 20px;
    box-sizing:border-box;   /* VERY IMPORTANT */
  }

}

@media (max-width:768px){

  .contact-section{
    padding:20px 20px;
  }

  .contact-inner{
    padding:0;
    width:100%;
  }

}

@media (max-width:768px){

  .contact-inner input,
  .contact-inner textarea{
    font-size:16px;
    padding:16px;
  }

  .contact-inner button{
    width:100%;
    max-width:200px;
  }

}

/* =============================
   CONTACT SECTION FIX – MOBILE
============================= */

@media (max-width:768px){

  .contact-section{
    padding:60px 20px;
  }

  .contact-inner{
    max-width:100%;
    width:100%;
    padding:0;
    margin:0;
  }

  .contact-inner form{
    width:100%;
  }

  .contact-inner input,
  .contact-inner textarea{
    width:100%;
    box-sizing:border-box;
  }

}


/* =========================
   MOBILE FOOTER FIX
========================= */

@media (max-width:768px){

  .footer-inner{
    padding:40px 20px;     /* reduce overall space */
    gap:15px;              /* reduce vertical gap */
  }

  .footer-col{
    margin-bottom:10px;
  }

  /* Reduce space between Gurgaon & About */
  .footer-right{
    padding-top:20px !important;
    margin-top:0 !important;
  }

  .footer-center{
    margin:10px 0 !important;
    padding-top:0 !important;
  }

  /* Reduce space between Contact & Follow */
  .footer-center a{
    margin-bottom:6px;
  }

  /* Follow Us text spacing */
  .footer-col h3,
  .footer-col h4{
    margin-bottom:10px;
  }

  /* Reduce social icon size */
  .footer-social img{
    width:35px !important;     /* reduce from large size */
    height:auto;
  }

  /* Reduce space around icons */
  .footer-social{
    gap:15px;
    margin-top:10px;
  }

}

/* =========================
   MOBILE FOUNDER FIX
========================= */

@media (max-width:768px){

  .founder-box{
    flex-direction:column;
    padding:40px 5px;   /* smaller side padding */
    border-radius:20px;
    margin:0 0px;       /* equal left-right spacing */
    text-align:center;
  }

  .found-name{
    font-size:32px;      /* reduce large name */
    line-height:1.2;
  }

  .founder-text{
    font-size:22px;
text-align:left;	/* reduce founder title */
  }

  .founder-para{
    width:100%;          /* remove fixed width */
    max-width:100%;
    font-size:16px;
    line-height:1.6;
    padding-top:15px;
	text-align:left;
  }

}

@media (max-width:768px){

  .carousel-slide img{
    width:100%;
    height:180px;   /* reduce height */
    object-fit:cover;
    border-radius:18px;
  }

}
@media (max-width:768px){

  .carousel-slide{
    gap:15px;   /* reduce space between image & content */
  }

  .carousel-content{
    padding:10px 15px;
  }

  .carousel-content h3{
    margin-top:10px;
    margin-bottom:6px;
  }

}
/* =========================
   MOBILE WORK TEXT ALIGN FIX
========================= */

@media (max-width:768px){

  /* Left align headings */
  .carousel-content h4,
  .carousel-content .approach,
  .carousel-content .results{
    text-align:left;
  }

  /* Left align paragraph */
  .carousel-content p{
    text-align:left;
  }

  /* Left align bullet list */
  .carousel-content ul{
    text-align:left;
    padding-left:20px;
  }

  .carousel-content li{
    text-align:left;
  }

}

@media (max-width:768px){

  .process-row{
    flex-direction:column;
    gap:30px;
    text-align:left;   /* changed from center to left */
  }

  .process-text{
    width:100%;
    text-align:left;
    padding:0 20px;   /* optional for better spacing */
  }

}

/* =========================
   MOBILE TEXT ALIGN FIX
========================= */

@media (max-width:768px){

  .section p{
    text-align:left;
  }

}vh;
    justify-content: center;
	
  }

  .hero-left{
    text-align:center;
    padding:0 20px;
  }

  .hero-sub{
    max-width:100%;
    margin:20px auto 30px;
    text-align:center;
  }

}
@media (max-width:768px){

  .section{
    width:100%;
    max-width:100%;
    padding:20px 20px;
    box-sizing:border-box;   /* VERY IMPORTANT */
  }

}

@media (max-width:768px){

  .contact-section{
    padding:60px 20px;
  }

  .contact-inner{
    padding:0;
    width:100%;
  }

}

@media (max-width:768px){

  .contact-inner input,
  .contact-inner textarea{
    font-size:16px;
    padding:16px;
  }

  .contact-inner button{
    width:100%;
    max-width:200px;
  }

}

/* =============================
   CONTACT SECTION FIX – MOBILE
============================= */

@media (max-width:768px){

  .contact-section{
    padding:60px 20px;
  }

  .contact-inner{
    max-width:100%;
    width:100%;
    padding:0;
    margin:0;
  }

  .contact-inner form{
    width:100%;
  }

  .contact-inner input,
  .contact-inner textarea{
    width:100%;
    box-sizing:border-box;
  }

}


/* =========================
   MOBILE FOOTER FIX
========================= */

@media (max-width:768px){

  .footer-inner{
    padding:40px 20px;     /* reduce overall space */
    gap:15px;              /* reduce vertical gap */
  }

  .footer-col{
    margin-bottom:10px;
  }

  /* Reduce space between Gurgaon & About */
  .footer-right{
    padding-top:20px !important;
    margin-top:0 !important;
  }

  .footer-center{
    margin:10px 0 !important;
    padding-top:0 !important;
  }

  /* Reduce space between Contact & Follow */
  .footer-center a{
    margin-bottom:6px;
  }

  /* Follow Us text spacing */
  .footer-col h3,
  .footer-col h4{
    margin-bottom:10px;
  }

  /* Reduce social icon size */
  .footer-social img{
    width:35px !important;     /* reduce from large size */
    height:auto;
  }

  /* Reduce space around icons */
  .footer-social{
    gap:15px;
    margin-top:10px;
  }

}

/* =========================
   MOBILE FOUNDER FIX
========================= */

@media (max-width:768px){

  .founder-box{
    flex-direction:column;
    padding:40px 5px;   /* smaller side padding */
    border-radius:20px;
    margin:0 0px;       /* equal left-right spacing */
    text-align:left;
  }

  .found-name{
    font-size:32px;      /* reduce large name */
    line-height:1.2;
	font-weight:bold;
  }

  .founder-text{
    font-size:22px;
text-align:left !important;	/* reduce founder title */
  }

  .founder-para{
    width:100%;          /* remove fixed width */
    max-width:100%;
    font-size:16px;
    line-height:1.6;
    padding-top:15px;
	text-align:left;
  }

}

@media (max-width:768px){

  .carousel-slide img{
    width:100%;
    height:180px;   /* reduce height */
    object-fit:cover;
    border-radius:18px;
  }

}
@media (max-width:768px){

  .carousel-slide{
    gap:15px;   /* reduce space between image & content */
  }

  .carousel-content{
    padding:10px 15px;
  }

  .carousel-content h3{
    margin-top:10px;
    margin-bottom:6px;
  }

}
/* =========================
   MOBILE WORK TEXT ALIGN FIX
========================= */

@media (max-width:768px){

  /* Left align headings */
  .carousel-content h4{
	  margin-bottom:0px;
  }
  .carousel-content .approach,
  .carousel-content .results{
    text-align:left;
  }

  /* Left align paragraph */
  .carousel-content p{
    text-align:left;
	font-size:18px;
  }

  /* Left align bullet list */
  .carousel-content ul{
    text-align:left;
    padding-left:20px;
  }

  .carousel-content li{
    text-align:left;
  }

}

@media (max-width:768px){

  .process-row{
    flex-direction:column;
    gap:30px;
    text-align:left;   /* changed from center to left */
  }

  .process-text{
    width:100%;
    text-align:left;
    padding:0 20px;   /* optional for better spacing */
  }

}

/* =========================
   MOBILE TEXT ALIGN FIX
========================= */

@media (max-width:768px){

  .section p{
    text-align:left;
  }

}
/* ------------------------------------ Blog --------------------------- *%
/* ===== BLOG PAGE ===== */

.blog-wrapper {
  max-width: 1100px;
  margin: 120px auto 80px;
  padding: 0 20px;
}

/* HEADER */
.blog-header {
  text-align: center;
  margin-bottom: 60px;
}

.blog-header h1 {
  font-size: 48px;
  margin-bottom: 10px;
}

.blog-header p {
  color: #777;
  font-size: 18px;
}

/* GRID */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* CARD */
.blog-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
}
.blog-card a {
  text-decoration: none;
  color: inherit;
}
.blog-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}

/* IMAGE */
.blog-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

/* CONTENT */
.blog-content {
  padding: 15px 18px;
}

.blog-meta {
  font-size: 12px;
  color: #888;
  display: block;
  margin-bottom: 6px;
}

.blog-content h3 {
  font-size: 16px;
  color: #111;
  margin: 0;
}

/* PAGINATION */
.blog-pagination {
  margin-top: 40px;
  text-align: center;
}

.blog-pagination a,
.blog-pagination span {
  display: inline-block;
  margin: 0 6px;
  padding: 8px 12px;
  border: 1px solid #ddd;
  color: #333;
  border-radius: 4px;
  text-decoration: none;
}

.blog-pagination .current {
  background: #118ACB;
  color: #fff;
  border-color: #118ACB;
}

/* ===== RESPONSIVE ===== */

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

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

  .blog-header h1 {
    font-size: 32px;
	 line-height:1.5;
  }
}

.single-post-wrapper {

  max-width: 800px;
  margin: 120px 40px;
  padding: 20px;
}

.post-title {
  font-size: 36px;
  line-height:1.5;
  margin-bottom: 10px;
}

.post-meta {
  color: #777;
  margin-bottom: 20px;
}

.post-image img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 20px;
}

.post-content {
  font-size: 18px;
  line-height: 1.7;
}
.single-post {
  max-width: 900px;
  margin: 120px auto 80px auto;  /* top | auto center | bottom | auto */
  padding: 0 20px;               /* left & right spacing */
}

/* ===== BLOG HERO ===== */
.blog-hero {
  height: 280px;
  background: linear-gradient(135deg, #118ACB, #0d6ea8);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  
}

.blog-hero-content h1 {
  font-size: 48px;
	line-height:1.5;
  color: #fff;
  margin-bottom: 10px;
}

.blog-hero-content p {
  color: #e0e0e0;
  font-size: 18px;
}

/* ===== BLOG WRAPPER ===== */
.blog-wrapper {
  max-width: 1200px;
  margin: 60px auto;
  padding: 0 40px; 
}

/* ===== GRID ===== */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* ===== CARD ===== */
.blog-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
}

.blog-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}

/* IMAGE */
.blog-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

/* CONTENT */
.blog-content {
  padding: 15px 18px;
}

.blog-meta {
  font-size: 12px;
  color: #888;
  display: block;
  margin-bottom: 6px;
}

.blog-content h3 {
  font-size: 18px;
  margin-bottom: 8px;
  color: #111;
}

.blog-content p {
  font-size: 14px;
  color: #666;
}

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

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

  .blog-hero-content h1 {
    font-size: 32px;
	  line-height:1.5;
  }
}
.share-post {
  margin: 40px 0px;
  padding-top: 20px;
  border-top: 1px solid #eee;
	text-align:left;
}

.share-post h4 {
  margin-bottom: 10px;
  text-align:left;
  
}

.share-buttons a {
  display: inline-block;
  margin-right: 10px;
  padding: 8px 14px;
  background: #eef2f8;
  color: #555555;
  border-radius: 6px;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s;
}

.share-buttons a:hover {
  background: #0d6ea8;
  color:white;
}
/* ===== LAYOUT ===== */
.single-layout {
  max-width: 1200px;
  margin: 120px auto 80px;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
}

/* LEFT */
.post-title {
  font-size: 36px;
  margin-bottom: 10px;
}

.post-meta {
  color: #777;
  margin-bottom: 20px;
}

.post-image img {
  width: 100%;
  border-radius: 12px;
  margin: 20px 0;
}

.post-content {
  line-height: 1.8;
}



/* SIDEBAR */
.blog-sidebar {
  position: sticky;
  top: 120px;
}

.blog-sidebar h3 {
  margin-bottom: 20px;
}

/* RECENT POSTS */
.recent-card {
  margin-bottom: 15px;
}

.recent-card a {
  display: flex;
  gap: 10px;
  text-decoration: none;
  color: #111;
}

.recent-img img {
  width: 80px;
  height: 60px;
  object-fit: cover;
  border-radius: 6px;
}

.recent-content h4 {
  font-size: 14px;
  margin: 0;
}

.recent-content span {
  font-size: 12px;
  color: #888;
}

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

  .blog-sidebar {
    position: relative;
  }
}
/* ===== SLIDE WRAPPER ===== */
.slide-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* IMAGE */
.slide-img {
  position: relative;
  z-index: 2;
}

.slide-img img {
  width: 420px;
  height: 300px;
  object-fit: cover;
  border-radius: 20px;
}

/* CONTENT BOX */
.slide-content {
  background: #2c7fb8;
  color: #fff;
  padding: 40px;
  border-radius: 20px;
  width: 450px;

  position: relative;
  left: -60px; /* 🔥 overlap effect */
  z-index: 1;
}

/* TEXT */
.slide-date {
  font-size: 12px;
  opacity: 0.8;
}

.slide-content h3 {
  margin: 10px 0;
  font-size: 22px;
}

.slide-content p {
  font-size: 14px;
  line-height: 1.6;
}

/* BUTTON */
.read-more-btn {
  display: inline-block;
  margin-top: 15px;
  color: #fff;
  text-decoration: none;
}