
:root{
	--theme-color: #2196f3;
}

html {
  font-size: 100%; /* 16px = 1rem */
}
.quick-links{
	position: relative;
}
.quick-links li{
	display: block;
	margin-bottom: 10px;

}
.quick-links li i{
    color: var(--theme-color);
    font-size: 14px;
    width: 20px;
    display: inline-flex
;
    align-items: center;
    justify-content: center;
}
#about{
	margin-block: 15px;
}

.vision_box{
	position: relative;
	z-index: 1;
	background: #fff;
	overflow: hidden;
	border: 1px solid #ddd;
	border-radius: 20px;
	box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.4) ;
}
.vision_box .image{
	position: relative;
	overflow: hidden;
	height: 300px;
	width: 100%;
}
.vision_box .image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.vision_box .content{
	position: relative;
	padding: 15px 20px;
}
.vision_box .content h3{
	font-size: 27px;
	font-weight: 600;
	margin-bottom: 18px;
}
@media(max-width: 768px){
#header > .container{
	height: 50px;
}
#header{
	min-height: 50px;
}
.btn-responsive-nav{
	top: 43px;
}
}
.text-white{
	color: #fff !important;
}
/* ================================
   About Piccolo Events Section
   Scoped under .about-piccolo
   ================================ */

/* ================================
   Piccolo Vision & Mission Section
   Scoped under .piccolo-vision-mission
   ================================ */

.piccolo-vision-mission {
    padding: 70px 0;
    background: #f4f6f9;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    color: #333;
}

.piccolo-vision-mission .vision-banner img {
    width: 100%;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.piccolo-vision-mission .vision-banner img:hover {
    transform: scale(1.02);
    box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}

.piccolo-vision-mission .vision-content {
    padding: 20px 30px;
}

.piccolo-vision-mission .section-title {
    font-size: 32px;
    font-weight: 700;
    color: #007bff;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.piccolo-vision-mission .sub-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #222;
    border-left: 4px solid #007bff;
    padding-left: 12px;
}

.piccolo-vision-mission p {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 20px;
}

.piccolo-vision-mission .mission-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
}

.piccolo-vision-mission .mission-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    font-size: 15px;
    color: #444;
}

.piccolo-vision-mission .mission-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #007bff;
    font-size: 14px;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .piccolo-vision-mission {
        padding: 50px 15px;
    }
    .piccolo-vision-mission .section-title {
        font-size: 28px;
    }
    .piccolo-vision-mission .sub-title {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .piccolo-vision-mission .section-title {
        font-size: 24px;
    }
    .piccolo-vision-mission .sub-title {
        font-size: 18px;
    }
    .piccolo-vision-mission p,
    .piccolo-vision-mission .mission-list li {
        font-size: 14px;
    }
}
.align-items-center{
	align-items: center;
}
.align-items-center.row{
	display: flex;
	flex-wrap: wrap;
}
.page-default .quote-wrap{
	margin-bottom: 50px;
}
.contact-section{
	padding-block: 20px;
}


.contact-social-links ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-social-links ul li{
    display: inline-block;
    border-radius: 50%;
    margin-right: 10px;
}

.contact-social-links ul li:last-child{
	margin-right: 0;
}
.contact-social-links ul li a{
	background: #007bff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease-in-out;
}

.contact-social-links ul li:hover a{
    background-color: red;
}

.contact-social-links ul li a i{
    color: #fff;
    font-size: 18px;
    transition: all 0.3s ease-in-out;
}

.contact-social-links ul li:hover a i{
    color: #007bff;
}
img{
	max-width: 100%;
	height: auto;
}
#gallery .image-wrapper img{
	width: 100%;
	height: 300px;
	object-fit: cover;
}
@media(max-width: 768px){
    #header{
        padding-block: 0;
        border-top: 0;
    }
    #header .logo img{
        top: 2px !important;
    }
}

.about-section {
  background: #f9fafc;
  padding: 80px 20px;
  position: relative;
}

.about-heading h2 {
  font-size: 2.5rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #222;
  position: relative;
  display: inline-block;
}

.about-heading h2::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: #2196f3;
  margin: 12px auto 0;
  border-radius: 2px;
}

.about-text p {
  font-size: 16px;
  line-height: 1.7;
  color: #444;
  margin-bottom: 1rem;
}

.about-text .highlight-text {
  font-size: 18px;
  font-weight: 600;
  color: #111;
}

.about-text .brand-text {
  color: #2196f3;
  font-weight: 700;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.stat-card {
  background: #fff;
  padding: 28px 20px;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.stat-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 24px rgba(0,0,0,0.12);
}

.stat-card h3 {
  font-size: 35px;
  font-weight: 700;
  color: #2196f3;
  margin-bottom: 8px;
}

.stat-card p {
  font-size: 16px;
  color: #666;
}

.speakers-box {
  background: #fff;
  padding: 22px 20px;
  border-left: 5px solid #2196f3;
  border-radius: 10px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.06);
}

.speakers-box h4 {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #222;
}

.speakers-box p {
  font-size: 1rem;
  color: #555;
}
/* Section Base */
.what-we {
  background: #f9fafe;
  padding: 80px 20px;
}

/* Heading Styles */
.section-title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #222;
  position: relative;
  display: inline-block;
}

.section-title::after {
  content: "";
  display: block;
  width: 90px;
  height: 4px;
  background: #2196f3;
  margin: 12px auto 0;
  border-radius: 2px;
}

.section-subtitle {
  font-size: 1.05rem;
  color: #555;
  margin-top: 10px;
}

/* Section Base */
.what-we {
  background: #f9fafe;
  padding: 80px 20px;
}

/* Heading Styles */
.section-title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #222;
  position: relative;
  display: inline-block;
}

.section-title::after {
  content: "";
  display: block;
  width: 90px;
  height: 4px;
  background: #2196f3;
  margin: 12px auto 0;
  border-radius: 2px;
}
.section-title.text-left{
    display: block;
}
.section-title.text-left::after{
    margin: 12px 0 0;
}
.section-subtitle {
  font-size: 1.05rem;
  color: #555;
  margin-top: 10px;
}

.tp-bgimg{
    filter: brightness(0.8);
}
/* Card Styles */

.intro-text {
  font-size: 1.1rem;
  margin-inline: auto;
  text-align: left;
  color: #444;
  line-height: 1.7;
}
.what-card {
  background: #fff;
  border-radius: 16px;
  padding: 25px 20px;
  text-align: center;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

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

/* Image */
.what-img {
  width: 140px;
  height: 140px;
  margin: 0 auto 18px;
  display: flex;
  border-radius: 50%;
  overflow: hidden;
  align-items: center;
  justify-content: center;
}

.what-img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* Content */
.what-content h4 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 12px;
  color: #2196f3;
}

.what-content p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #444;
}


.bg-dark {
    background-color: #252525 !important;
}

/* Section */
.earth-section {
  background: #f1f1f1;
  position: relative;
  overflow: hidden;
}

/* Earth Box */
.earth-box {
  position: relative;
  text-align: center;
  padding: 0;
}

.earth-img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.15);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}


/* Kids Box */
.kids-box {
    position: relative;
    text-align: center;
    padding: 0;
    width: 150%;
}

.kids-img {    
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    width: 150%;
    margin-left: -43%;
    height: 360px;
    border: 5px solid;
    border-radius: 54%;
    object-fit: cover;
    border-color: #f1f1f1;
}



/* Responsive Fixes */
@media (max-width: 991px) {
  .earth-img,
  .kids-img {
    max-width: 100%;
  }
}

/* Founder Section */
.founder-section {
  background: linear-gradient(135deg, #f9fafe 0%, #eaf3ff 100%);
  border-top: 5px solid #2196f3;
  position: relative;
}

/* Founder Image */
.founder-img img {
  max-width: 320px;
  border-radius: 20px;
  box-shadow: 0 12px 28px rgba(0,0,0,0.15);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.founder-img img:hover {
  transform: scale(1.05);
  box-shadow: 0 18px 40px rgba(0,0,0,0.2);
}

/* Content Area */
.founder-content {
  background: #fff;
  border-radius: 20px;
  padding: 15px 35px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}

.founder-content .section-title {
  font-size: 2rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 10px;
  position: relative;
}

.founder-content .section-title::after {
  content: "";
  display: block;
  width: 70px;
  height: 3px;
  background: #2196f3;
  margin-top: 8px;
  border-radius: 2px;
}

.founder-names {
  font-size: 1.15rem;
  font-weight: 600;
  color: #2196f3;
  margin-bottom: 18px;
}

.founder-content p {
  font-size: 1rem;
  line-height: 1.7;
  color: #444;
  margin-bottom: 1rem;
}

.founder-content .sub-heading {
  font-size: 1.25rem;
  font-weight: 600;
  color: #222;
  position: relative;
}

.founder-content .sub-heading::before {
  content: "▸";
  color: #2196f3;
  margin-right: 8px;
}

/* Responsive */
@media (max-width: 991px) {
  .founder-content {
    padding: 25px;
  }
  .founder-img img {
    max-width: 260px;
  }
}
/* Section */
.speakers-section {
  background: #f9fafe;
  position: relative;
}

.section-title {
  font-size: 2rem;
  font-weight: 700;
  color: #222;
  position: relative;
}

.section-title::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: #2196f3;
  margin: 12px auto 0;
  border-radius: 2px;
}

/* Speaker Card */
.speaker-card {
  background: #fff;
  border-radius: 16px;
  padding: 25px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.speaker-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.15);
}

.speaker-img img {
    width: 220px;
    height: 150px;
  border-radius: 16px !important;
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
  object-fit: cover;
}

.speaker-content {
  flex: 1;
}

.speaker-content h5 {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 6px;
  color: #2196f3;
}

.speaker-content .role {
  font-size: 0.95rem;
  color: #666;
  margin-bottom: 12px;
}

.speaker-content .quote {
  font-size: 1rem;
  line-height: 1.6;
  font-style: italic;
  color: #444;
}

/* More Link */
.more-link {
  font-weight: 600;
  font-size: 1rem;
  color: #2196f3;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: all 0.3s ease;
}

.more-link:hover {
  border-color: #2196f3;
  color: #1769aa;
}

/* Responsive */
@media (max-width: 991px) {
  .speaker-card {
    text-align: center;
  }
  .speaker-img img {
    margin-bottom: 20px;
    width: 180px;
  }
}
.d-flex{
    display: flex;
}
/* Section */
.future-section {
  position: relative;
  background: #171927;
  overflow: hidden;
  padding: 100px 20px;
}

/* Quote Box */
.quote-box {
  position: relative;
  z-index: 5;
}

.future-depends {
    font-size: 79px;
    font-family: "Playball", cursive;
    font-weight: 400;
    color: #fff;

    margin-bottom: 40px;
    line-height: 1;
}

.mahatma-text {
  font-size: 1.2rem;
  color: #1976d2;
  font-weight: 600;
}

/* Bubble Background */
.bubbles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.bubbles span {
  position: absolute;
  display: block;
  border-radius: 50%;
  opacity: 0.5; /* higher visibility */
  filter: blur(18px); /* less blur so sharper */
  animation: float 18s infinite ease-in-out;
  background: radial-gradient(circle at center, rgba(255,255,255,0.8) 0%, transparent 70%);
  box-shadow: 0 0 25px rgba(255,255,255,0.4); /* soft glow */
}

/* Individual bubble tweaks */
.bubbles span:nth-child(1) {
  top: 10%;
  left: 15%;
  width: 160px;
  height: 160px;
  background: rgba(33,150,243,0.6);
  animation-delay: 0s;
}
.bubbles span:nth-child(2) {
  top: 70%;
  left: 10%;
  width: 120px;
  height: 120px;
  background: rgba(255,64,129,0.6);
  animation-delay: 3s;
}
.bubbles span:nth-child(3) {
  top: 40%;
  right: 20%;
  width: 180px;
  height: 180px;
  background: rgba(66,165,245,0.6);
  animation-delay: 6s;
}
.bubbles span:nth-child(4) {
  bottom: 15%;
  right: 10%;
  width: 140px;
  height: 140px;
  background: rgba(126,87,194,0.6);
  animation-delay: 9s;
}
.bubbles span:nth-child(5) {
  top: 25%;
  left: 60%;
  width: 150px;
  height: 150px;
  background: rgba(76,175,80,0.6);
  animation-delay: 12s;
}

/* Floating animation */
@keyframes float {
  0% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-50px) scale(1.05);
  }
  100% {
    transform: translateY(0) scale(1);
  }
}

/* Responsive */
@media (max-width: 768px) {
  .future-depends {
    font-size: 1.8rem;
  }
  .mahatma-text {
    font-size: 1rem;
  }
}
/* Floating animations */
@keyframes float1 {
  0%   { transform: translateY(0) translateX(0) scale(1); }
  50%  { transform: translateY(-60px) translateX(-20px) scale(1.1); }
  100% { transform: translateY(0) translateX(0) scale(1); }
}

@keyframes float2 {
  0%   { transform: translateY(0) scale(1); }
  50%  { transform: translateY(-40px) translateX(15px) rotate(3deg) scale(0.95); }
  100% { transform: translateY(0) scale(1); }
}

@keyframes float3 {
  0%   { transform: translateY(0) translateX(0) scale(1); }
  50%  { transform: translateY(-70px) translateX(-10px) rotate(-5deg) scale(1.08); }
  100% { transform: translateY(0) translateX(0) scale(1); }
}

@keyframes float4 {
  0%   { transform: translateY(0) scale(1); }
  50%  { transform: translateY(-55px) translateX(25px) rotate(6deg) scale(1.03); }
  100% { transform: translateY(0) scale(1); }
}

@keyframes float5 {
  0%   { transform: translateY(0) scale(1); }
  50%  { transform: translateY(-65px) translateX(-30px) rotate(-4deg) scale(1.07); }
  100% { transform: translateY(0) scale(1); }
}

/* Assign animations */
.bubbles span:nth-child(1) {
  animation: float1 16s ease-in-out infinite;
}
.bubbles span:nth-child(2) {
  animation: float2 20s ease-in-out infinite;
}
.bubbles span:nth-child(3) {
  animation: float3 18s ease-in-out infinite;
}
.bubbles span:nth-child(4) {
  animation: float4 22s ease-in-out infinite;
}
.bubbles span:nth-child(5) {
  animation: float5 19s ease-in-out infinite;
}
.board-advisory {
  padding: 70px 0;
  background: #f9f9f9;
  text-align: center;
  position: relative;
}

.boa-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 40px;
  color: #222;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  display: inline-block;
}

.boa-title::after {
  content: "";
  width: 60px;
  height: 4px;
  background: #2196f3;
  display: block;
  margin: 10px auto 0;
  border-radius: 2px;
}

.boa-carousel .item {
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.boa-carousel .item img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.boa-carousel .item:hover img {
  transform: scale(1.05);
}

/* Navigation arrows */
.owl-nav {
  position: absolute;
  top: 45%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  z-index: 10;
  pointer-events: none;
}

.owl-nav button {
  background: #2196f3 !important;
  color: #fff !important;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 22px !important;
  line-height: 50px;
  text-align: center;
  pointer-events: all;
  transition: all 0.3s ease;
}

.owl-nav button:hover {
  background: #e85b4e !important;
  transform: scale(1.1);
}

/* Dots */
.owl-dots {
  margin-top: 25px;
}

.owl-dot span {
  width: 12px;
  height: 12px;
  background: #ccc !important;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.3s ease;
}

.owl-dot.active span {
  background: #2196f3 !important;
  transform: scale(1.2);
}
.events_img{
    border-radius: 20px;
}
.isotope-filters{
    margin-bottom: 30px;
}
@media(max-width: 992px){
    .about-section{
        padding-inline: 0;
    }
    .about-heading h2{
        font-size: 30px;
        line-height: 1.2;
    }
    .about-heading h2{
        margin-bottom: 0;
    }
    .what-we{
        padding-inline: 0;
    }
    .kids-box{
        width: 100%;
    }
    .kids-img{
    width: 100%;
    height: auto;
    border-radius: 20px;
    margin-left: 0;
}
.future-depends{
    font-size: 33px;
}
.boa-title{
    font-size: 30px;
    line-height: 1.2;
}
.isotope-filters .nav-pills li{
    margin-right: 10px;
}
.isotope-filters .nav-pills li a{
    padding: 9px 8px;
    min-width: auto;
}
.testimonials .quote-wrap{
    margin-bottom: 0;

}

}

.about_section{
    /* GENERAL */
.section-title {
  font-size: 2.8rem;
  font-weight: 700;
  color: #222;
  position: relative;
  margin-bottom: 25px;
}

.section-title::after {
  content: '';
  width: 70px;
  height: 4px;
  background: #2196f3;
  display: block;
  margin: 10px auto 0;
  border-radius: 2px;
}

.section-subtitle {
  font-size: 1.1rem;
  color: #555;
  max-width: 800px;
  margin: 0 auto 30px;
  line-height: 1.6;
}

/* WHAT WE DO HERO */
.wwd-section {
  background: #f9f9f9;
}

.wwd-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.wwd-text {
  font-size: 1.1rem;
  color: #444;
  margin-bottom: 15px;
  line-height: 1.7;
}

.wwd-img {
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

/* METHODOLOGY */
.methodology-section {
  background: linear-gradient(135deg, #2196f3, #21cbf3);
  color: #fff;
}

.method-card {
  background: rgba(255,255,255,0.1);
  padding: 25px 15px;
  border-radius: 15px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.method-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.2);
}

.method-card img {
  max-width: 80px;
  margin-bottom: 15px;
}

.method-card h4 {
  margin-bottom: 10px;
}

.method-card ul {
  text-align: left;
  padding-left: 20px;
  font-size: 0.95rem;
  line-height: 1.5;
}

/* WHY WE'RE DIFFERENT */
.why-different {
  background: #f9f9f9;
}

.diff-card {
  background: #fff;
  padding: 20px;
  border-radius: 15px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.diff-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.15);
}

.diff-card img {
  max-width: 70px;
  margin-bottom: 15px;
}

.diff-card h5 {
  margin-bottom: 10px;
  font-weight: 600;
}

.diff-card p {
  font-size: 0.95rem;
  color: #555;
}

}
.methodology {
  padding: 80px 20px;
  background: linear-gradient(135deg, #f5f7fa, #e8f0fe);
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #333;
}

.methodology-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 60px auto;
}

.methodology-header h2 {
  font-size: 2.8rem;
  margin-bottom: 20px;
  color: #1a1a1a;
  font-weight: 700;
}

.methodology-header p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #555;
}

/* Grid Layout */
.methodology-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

/* Card Styling */
.methodology-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.methodology-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

/* Card Image */
.card-image img {
  width: 100%;
  object-fit: cover;
  display: block;
}

/* Card Content */
.card-content {
  padding: 25px 20px;
  flex-grow: 1;
}

.card-content h3 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #0d3b66;
    line-height: 1;
    font-weight: 600;
    letter-spacing: -0.02em;
}

.card-content ul {
  list-style-type: disc;
  padding-left: 20px;
  color: #555;
}

.card-content ul li {
  margin-bottom: 8px;
  line-height: 1.6;
}

/* Responsive Typography */
@media (max-width: 768px) {
  .methodology-header h2 {
    font-size: 2.2rem;
  }
  .card-content h3 {
    font-size: 1.3rem;
  }
}
.why-different {
  padding: 80px 20px;
  background: #f8f9fa;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #333;
  text-align: center;
}

.wd-header h2 {
  font-size: 2.5rem;
  margin-bottom: 60px;
  color: #1a1a1a;
  font-weight: 700;
}

/* Grid Layout */
.wd-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

/* Card Styling */
.wd-card {
  background: #fff;
  border-radius: 20px;
  padding: 40px 25px;
  width: 300px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.wd-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

/* Card Icon */
.wd-card-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e1f0ff;
  border-radius: 50%;
  transition: background 0.3s ease;
}

.wd-card-icon img {
  width: 50%;
  height: 50%;
  object-fit: contain;
}

.wd-card:hover .wd-card-icon {
  background: #0d3b66;
}

.wd-card h4 {
  font-size: 20px;
  margin-bottom: 15px;
  color: #0d3b66;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.wd-card p {
  font-size: 1rem;
  line-height: 1.6;
  color: #555;
}

/* Responsive */
@media (max-width: 992px) {
  .wd-grid {
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .wd-card {
    width: 100%;
    max-width: 400px;
  }

  .wd-header h2 {
    font-size: 2rem;
    margin-bottom: 40px;
  }
  .sticky-menu-active {
    #header .logo img {
        top: 2px !important;
    }
}
}
.title-wrap{
  padding-bottom: 30px;
}


.th-social{
    padding: 2px 0;
}
.th-social a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: transparent;
    border: 1px solid #fff;
    font-size: 15px;
    text-align: center;
    margin-right: 0px;
    border-radius: 50%;
    color: #fff;
}

.th-social a.facebook {
    background-color: #3b5998;
    /* Facebook blue */
    color: white;
}

.th-social a.twitter {
    background-color: #1da1f2;
    /* Twitter blue */
    color: white;
}

.th-social a.youtube {
    background-color: #ff0000;
    /* YouTube red */
    color: white;
}

.th-social a.instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    /* Instagram pink */
    color: white;
}

.th-social a:last-child {
    margin-right: 0;
}

.th-social a:hover {
    background: #fff !important;
    border: 1px solid #000 !important;
    color: var(--theme-color) !important;
}
.col-lg-4 .quote-wrap .quote-footer{
  text-align: center;
}
.col-lg-4 .quote-wrap > blockquote {
  border-radius: 15px;
}
.col-lg-4:nth-child(1) .quote-wrap > blockquote {
  background: #ffe5ec; /* light pink */
}

.col-lg-4:nth-child(2) .quote-wrap > blockquote {
  background: #e0f7fa; /* light aqua */
}

.col-lg-4:nth-child(3) .quote-wrap > blockquote {
  background: #fff3e0; /* light orange/peach */
}

.col-lg-4:nth-child(4) .quote-wrap > blockquote {
  background: #e8f5e9; /* light green */
}

.col-lg-4:nth-child(5) .quote-wrap > blockquote {
  background: #ede7f6; /* light lavender */
}

.col-lg-4:nth-child(6) .quote-wrap > blockquote {
  background: #f1f8e9; /* light lime */
}

.col-lg-4:nth-child(7) .quote-wrap > blockquote {
  background: #e3f2fd; /* light sky blue */
}

.col-lg-4:nth-child(8) .quote-wrap > blockquote {
  background: #fce4ec; /* light rose */
}

.col-lg-4:nth-child(9) .quote-wrap > blockquote {
  background: #fff9c4; /* light yellow */
}

.col-lg-4:nth-child(10) .quote-wrap > blockquote {
  background: #f3e5f5; /* light purple */
}

.gal_image{
  height: 150px;
  overflow: hidden;
  border-radius: 12px;
}
.gal_image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.8s;
}
.gal_image:hover img{
  transform: scale(1.2);
  transition: 0.4s;
}
@media(max-width: 768px){
  .page-default .quote-wrap{
    margin-bottom: 20px;
  }
}