
/* ========================================
   NEW HOMEPAGE SECTIONS
   ======================================== */
/* Hero Slide Section */
.hero-slider {
    width: 100%;
    height: 700px;
}

.heroSwiper,
.swiper-slide {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    position: relative;
    overflow: hidden;
}

/* Background Layer */
.slide-bg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transform: scale(1);
}

/* Dark overlay */
.overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.2);
    z-index: 1;
}

/* Zoom only active slide */
.swiper-slide-active .slide-bg {
    animation: zoomEffect 6s ease forwards;
}

@keyframes zoomEffect {
    from { transform: scale(1); }
    to   { transform: scale(1.1); }
}

/* Text Content */
.slide-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    color: #fff;
    z-index: 2;
    transition: all 1s ease;
    text-align: center;
    width: 80%;
}

/* Fade up animation when active */
/* .swiper-slide-active .slide-content {
    opacity: 1;
    transform: translateY(-50%);
} */

.slide-title {
    font-size: 60px;
    text-transform: uppercase;
}

.slide-subtitle {
    font-size: 18px;
    max-width: 500px;
}

.slide-button {
    display: inline-block;
    padding: 12px 28px;
    margin-top: 30px;
    background: var(--btn-blue);
    box-shadow: var(--btn-shadow);
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    transition: background 0.3s ease;
}

/* Arrows style */
.swiper-button-next,
.swiper-button-prev {
    color: #fff;
}
@media screen and (max-width: 768px) {
    .slide-content {
        width: 90%;
        padding: 0 20px;
    }
    .slide-title {
        font-size: 40px;
    }
    .slide-subtitle {
        font-size: 16px;
        max-width: 300px;
    }
}
/* End of Hero Slide Section */

/* Hero Video Section */
.video-section {
    position: relative;
    height: 500px;
    overflow: hidden;
    margin: 20px 0;
}

.bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: 1;
}

.video-content {
    position: relative;
    z-index: 3;
    color: #fff;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}
/* End of Hero Video Section */

/* Hero Section */
.hero {
    width: 100%;
    height: 550px;
    background-size: cover;
    background-position: center;
}

.hero-content{
    max-width: 50%;
    height: 100%;
    position: relative;
    left: 0;
    text-align: left;
    padding: 50px;
    padding-top: 80px;
    background: rgb(0 74 173 / 40%);
}

.hero-content h1 {
    font-size: 3.5rem;
    margin-bottom: 20px;
    color: #ffffff;
}

.hero-content p {
	font-size: 16px;
    color: #ffffff;
    line-height: 2;
}

.hero-content .btn-hero{
	display: inline-block;
    padding: 12px 28px;
    margin-top: 50px;
    background: var(--btn-blue);
    box-shadow: var(--btn-shadow);
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    transition: background 0.3s ease;
}

/* Button Styles */
.btn {
	display: inline-block;
	padding: 12px 28px;
	background: var(--btn-blue);
    box-shadow: var(--btn-shadow);
	color: #fff;
	text-decoration: none;
	border-radius: 4px;
	font-weight: 600;
	transition: background 0.3s ease;
}

.btn:hover {
	background: #003580;
}

.investment-form button,
.contact-section button {
	width: 100%;
	padding: 12px 25px;
	background: var(--primary-blue);
	color: #fff;
	border: none;
	border-radius: 4px;
	font-size: 1rem;
	font-weight: 600;
	cursor: pointer;
	transition: background 0.3s ease;
}

/* Why Choose Us Section */
.why-us, .special-planning,
.pursate-ez-offers {
	background: var(--primary-blue);
	padding: 40px 50px;
	margin: 20px 0;
    margin-bottom: 0;
}
.why-us h2, .special-planning h2 {
	color: #fff;
	font-size: 2rem;
	margin-bottom: 30px;
}
.pursate-ez-offers{
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}
.pursate-ez-offers p {
    max-width: 800px;
    color: #fff;
    font-size: 1.1rem;
    line-height: 1.8;
    text-align: center;
}
/* End of Why Choose Us Section */

/* News + Announcement Section (2 column layout) */
.news-grid {
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 40px;
}

.news-item {
	padding: 15px 0;
	border-bottom: 1px solid #ddd;
}

.news-item a {
	font-weight: 600;
	color: #333;
	text-decoration: none;
}

.news-item a:hover {
	color: var(--primary-blue);
}
/* End of added styles */

/* Services Section (from template-parts/services.php) */
.pursatez-services {
    width: 100%;
    height: auto;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    background-color: rgb(2 56 127 / 10%);
}
.pursatez-container{
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
    padding: 80px 50px;
}

.pursatez-marquee {
  overflow: hidden;
  position: relative;
}
.pursatez-section-title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 10px;
    padding-left: 10px;
    border-left: 5px solid var(--primary-blue);
}
.pursatez-section-description {
    max-width: 600px;
    color: #777;
    margin-bottom: 30px;
}

.pursatez-track {
  display: flex;
  gap: 30px;
  animation: pursatez-scroll 10s linear infinite;
}

.pursatez-marquee:hover .pursatez-track {
  animation-play-state: paused;
}

.pursatez-service {
    flex: 0 0 calc((100% - 100px) / 4);
    background: #fff;
    border-radius: 10px;
    transition: 0.3s ease;
    overflow: hidden;
}
.pursatez-service:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}
.pursatez-service-icon {
  width: 60px;
  height: 60px;
  background: var(--primary-blue);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}
.pursatez-service-img img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  margin-bottom: 10px;
}
.pursatez-service-content {
  padding: 20px;
}
.pursatez-service-content h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #1d1d1d;
}
.pursatez-service-content p {
  font-size: 14px;
  line-height: 1.7;
  color: #666;
}

@keyframes pursatez-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media (max-width: 1200px) {
  .pursatez-service {
    flex: 0 0 calc((100% - 60px) / 3);
  }
}

@media (max-width: 992px) {
    .pursatez-container {
        padding: 60px 30px;
    }
    .pursatez-service {
        flex: 0 0 1;
    }
}

@media (max-width: 576px) {
  .pursatez-service {
    flex: 0 0 100%;
  }
}
/* End Services Section */

/* Section Banner Home One */
.parallax-section {
    position: relative;
    height: auto;
    min-height: 600px;
    overflow: hidden;
}

.parallax-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 150%;
    background-size: cover;
    background-position: center;
    will-change: transform;
    z-index: 1;
}

.parallax-content {
    position: relative;
    z-index: 2;
    padding-top: 60px;
    padding-left: 30px;
    color: #fff;
}
.parallax-content h2 {
    max-width: 700px;
    font-size: 3rem;
    line-height: 1.5;
}
/* End of Banner Home One */

/* Section Zones */
.zones-section {
    padding: 20px;
}

.zones-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.zone-item {
    background: var(--primary-blue);
    padding: 60px 50px;
    min-height: 0;
}

.zone-item h3 {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 2;
    color: #fff;
}
.zone-item p {
    color: #fff;
    line-height: 2;
}

/* End of Section Zones */

/* Banner Home Two */
.banner-home-two {
    margin: 10px 0;
}
.banner-home-two img {
    width: 100%;
    height: 450px;
    display: block;
    object-fit: cover;
    background-position: center;
}
@media screen and (max-width: 768px) {
    .banner-home-two img {
        height: 300px;
    }
}
/* End of Banner Home Two */

/* Logo List Section */
.logo-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    flex-wrap: wrap;
    margin: 80px 0;
}

.logo-item img {
    width: 150px;
    max-height: 80px;
}

/* End of Logo List Section */

/* Home Footer */
.site-footer {
    background: var(--primary-blue);
    color: #ffffff;
    position: relative;
}

.footer-container {
    background: rgb(2 56 127 / 75%);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    padding: 100px 50px;
}

.footer-brand p{
    margin-bottom: 10px;
}

.footer-col h4 {
    font-size: 18px;
    margin-bottom: 20px;
}

.footer-logo {
    font-size: 22px;
    margin-bottom: 16px;
}

.footer-col p,
.footer-col li {
    font-size: 14px;
    color: rgba(255,255,255,0.85);
    line-height: 1.6;
}

.footer-col ul {
    list-style: none;
    padding: 0;
}

.footer-col ul li {
    margin-bottom: 10px;
}

.footer-col a {
    color: rgba(255,255,255,0.85);
    text-decoration: none;
    transition: 0.3s;
}

.footer-col a:hover {
    color: #ffffff;
}

.footer-form form input,
.footer-form form textarea {
    width: 100%;
    padding: 10px 14px;
    margin-bottom: 12px;
    border-radius: 6px;
    border: none;
}

.footer-form input[type="submit"] {
    background: var(--btn-blue);
    box-shadow: var(--btn-shadow);
    color: #fff;
    border: none;
    padding: 12px;
    cursor: pointer;
    transition: 0.3s;
}

.footer-form input[type="submit"]:hover {
    background: #163B6B;
}

.footer-bottom {
    text-align: center;
    background: var(--secondiry-blue);
    border-top: 1px solid rgba(255,255,255,0.2);
    padding: 20px 0;
    font-size: 13px;
}

.contact-popup {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 380px;
    background: var(--primary-blue);
    border-radius: 12px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.15);
    z-index: 9999;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.4s ease;
    pointer-events: none;
}

.contact-popup.show {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.contact-popup-content {
    padding: 24px;
}

.popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.popup-header h3 {
    margin: 0;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
}

.popup-close {
    cursor: pointer;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}

.popup-close:hover {
    color: #000;
}

/* Form styling */
.contact-popup input,
.contact-popup textarea {
    width: 100%;
    padding: 10px 12px;
    margin-bottom: 12px;
    border-radius: 6px;
    border: 1px solid #E5EAF0;
    font-size: 14px;
}

.contact-popup input[type="submit"] {
    background: var(--btn-blue);
    box-shadow: var(--btn-shadow);
    color: #fff;
    border: none;
    padding: 12px;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
}

.contact-popup input[type="submit"]:hover {
    background: #163B6B;
}
.wpcf7-spinner{
    display: none;
}
@media screen and (max-width: 768px) {
    .footer-container {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 40px;
        padding: 50px 20px 20px 20px;
    }
}
/* End of Home Footer */

/* Why Pursatez Page */
/* =========================
   HERO SECTION
========================= */

.banner-why-one{
  position:relative;
  height: 400px;;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  overflow:hidden;
}

.banner-why-one img{
  position:absolute;
  width:100%;
  height:100%;
  object-fit:cover;
  top:0;
  left:0;
  z-index:-2;
}

.banner-why-one::after{
  content:"";
  position:absolute;
  width:100%;
  height:100%;
  background: linear-gradient(to right, rgba(15,23,42,0.85), rgba(15,23,42,0.4));
  top:0;
  left:0;
  z-index:-1;
}

.banner-content{
  max-width:800px;
  color:#fff;
}

.banner-content h1{
  font-size:48px;
  color:#fff;
}

.banner-content p{
  color:#e2e8f0;
  margin-bottom:30px;
}
/* =========================
   STRATEGIC LOCATION
========================= */
.strategic-location{
    padding:40px 0;
  background: linear-gradient(to bottom,#f8fafc,#e2e8f0);
}

.location-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:70px;
  align-items:center;
}

.location-content{
  padding-right:40px;
}

.location-points{
  list-style:none;
  padding:0;
  margin:30px 0;
}

.location-points li{
  position:relative;
  padding-left:24px;
  margin-bottom:14px;
  color:#475569;
}

.location-points li::before{
  content:"";
  position:absolute;
  left:0;
  top:8px;
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--primary-blue);
}

.location-image img{
  width:100%;
  border-radius:24px;
  box-shadow:0 40px 80px rgba(15,23,42,0.15);
}

/* ================================
   ADVANTAGES SECTION
================================ */

.advantages {
    padding: 40px 0;
    background: linear-gradient(135deg, #eef3f9 0%, #dbe7f5 100%);
    position: relative;
    overflow: hidden;
}

.advantages-list {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.advantages-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 14px;
    font-size: 15px;
    color: #4f5d75;
}

.advantages-list li::before{
  content:"";
  position:absolute;
  left:0;
  top:8px;
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--primary-blue);
}

/* Container */
.advantages-container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

/* LEFT SIDE */
.advantages-left {
    flex: 1;
}

.advantages-left h2 {
    font-size: 38px;
    font-weight: 700;
    color: #1b2b48;
    margin-bottom: 25px;
    line-height: 1.3;
}

.advantages-left p {
    font-size: 16px;
    line-height: 1.7;
    color: #5f6f81;
    margin-bottom: 30px;
}

/* Button */
.advantages-btn {
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    background: linear-gradient(to bottom, rgb(216 216 216 / 20%), rgb(255 255 255 / 10%));
    color: #333;
}

.advantages-btn:hover {
    background: #1d4ed8;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(47, 109, 246, 0.3);
}

/* RIGHT SIDE */
.advantages-right {
    flex: 1.2;
}

/* Image Card */
.advantages .image-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
}

.advantages .image-card img {
    width: 100%;
    height: auto;
    display: block;
}

/* Overlay */
.advantages .image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 40px;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.75) 0%,
        rgba(0, 0, 0, 0.4) 40%,
        rgba(0, 0, 0, 0.05) 80%,
        transparent 100%
    );
    color: #ffffff;
}

.advantages .image-overlay h3 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 15px;
}

.advantages .image-overlay p {
    font-size: 14px;
    line-height: 1.6;
    opacity: 0.9;
}

/* Responsive */
@media (max-width: 992px) {

    .advantages-container {
        flex-direction: column;
        gap: 40px;
    }

    .advantages-left h2 {
        font-size: 28px;
    }

    .advantages .image-overlay {
        padding: 25px;
    }
}

@media (max-width: 576px) {

    .advantages {
        padding: 70px 0;
    }

    .advantages-left p {
        font-size: 15px;
    }

    .advantages-btn {
        padding: 12px 24px;
        font-size: 13px;
    }
}

.infrastructure-services{
    padding:40px 0;
  background:linear-gradient(to bottom,#f8fafc,#e2e8f0);
}

.infrastructure-services h2{
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
}

.infra-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:40px;
}

.infra-card{
  background:rgba(255,255,255,0.7);
  backdrop-filter:blur(12px);
  border-radius:24px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,0.4);
  box-shadow:0 30px 70px rgba(15,23,42,0.08);
  transition:all .35s ease;
}

.infra-card:hover{
  transform:translateY(-12px);
  box-shadow:0 40px 100px rgba(15,23,42,0.15);
}

.infra-card img{
  width:100%;
  height:230px;
  object-fit:cover;
}

.infra-card h3{
  padding:25px 25px 10px;
  font-size:20px;
}

.infra-card p{
  padding:0 25px 20px;
  font-size:15px;
}

.read-more{
  padding:0 25px 30px;
  display:inline-block;
  font-weight:500;
  text-decoration: none;
  color: var(--primary-blue);
}
.read-more:hover{
  text-decoration:underline;
  color: var(--secondiry-blue);
}

.zone-statistics{
  background:linear-gradient(to bottom,var(--secondiry-blue),var(--primary-blue));
  color:#fff;
  text-align:center;
  padding:120px 0;
  border-bottom: 1px solid rgba(255,255,255,0.2);
}

.stats-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:60px;
}

.stat-item h2{
  font-size:48px;
  font-weight:600;
  margin-bottom:12px;
}

.stat-item p{
  color:#94a3b8;
  letter-spacing:1px;
}

@media(max-width:1024px){

  .location-grid{
    grid-template-columns:1fr;
  }

  .advantages-grid,
  .infra-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .stats-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:768px){
  .advantages-grid,
  .infra-grid,
  .stats-grid{
    grid-template-columns:1fr;
  }

  .banner-content h1{
    font-size:34px;
  }
}

/* Features Section */
.features {
	padding: 40px 50px;
}

.features h2{
	text-align: center;
	margin-bottom: 20px;
	font-size: 2rem;
	color: #333;
}

/* Grid Layouts */
.features-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr); /* default 3 columns */
	gap: 50px;
}

.feature-item{
	padding: 25px;
	border-radius: 8px;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-item:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.feature-item h2{
	font-size: 1.25rem;
    text-align: left;
    margin: 10px 0;
}

.feature-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.feature-item p {
	line-height: 1.5;
}

/* Responsive: wrap to 2 columns on medium screens */
@media (max-width: 900px) {
	.features-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

/* Responsive: wrap to 1 column on small screens */
@media (max-width: 600px) {
	.features-grid {
		grid-template-columns: 1fr;
	}
}

/* End of Why Pursatez Page */

/* About Page */

/* ===============================
   ABOUT ONE - STATS
================================= */
.about-one {
    padding: 80px 20px;
    text-align: center;
    background: #f4f7fb;
}

.about-one h2 {
    font-size: 36px;
    margin-bottom: 15px;
}

.section-desc {
    max-width: 700px;
    margin: 0 auto 50px;
    color: #666;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.stat-card {
    background: #fff;
    padding: 35px 20px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: all 0.4s ease;
}

.stat-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

.stat-card h3 {
    font-size: 42px;
    color: #0d3c91;
    margin-bottom: 10px;
}

.stat-card p {
    font-weight: 500;
}

/* ===============================
   TIMELINE
================================= */
.about-two {
    padding: 80px 20px;
    text-align: center;
}

.timeline {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    flex-wrap: wrap;
}

.timeline::before {
    content: '';
    position: absolute;
    top: 45px;
    left: 0;
    width: 100%;
    height: 4px;
    background: #e5e5e5;
    z-index: 0;
}

.timeline-item {
    width: 18%;
    position: relative;
    z-index: 2;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.timeline-item img {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
    background: #ffffff;
    box-shadow: var(--btn-shadow);
    border-radius: 100%;
}

.timeline-item h4 {
    color: #0d3c91;
    font-size: 20px;
    margin-bottom: 5px;
}

.timeline-item p {
    font-size: 14px;
    color: #666;
}

/* =========================
   ABOUT THREE - VISION & MISSION
========================= */
.about-three {
    padding: 100px 20px;
    background: #f4f7fb;
    text-align: center;
}

.section-title {
    font-size: 36px;
    margin-bottom: 60px;
    color: #0d3c91;
}

.vm-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
}

.vm-box {
    background: linear-gradient(180deg, #dcecff 0%, #cfe5ff 100%);
    border-radius: 18px;
    padding: 60px 30px 40px;
    position: relative;
    box-shadow: 0 15px 40px rgba(13,60,145,0.08);
    transition: 0.4s ease;
}

.vm-box:hover {
    transform: translateY(-10px);
}

.vm-icon {
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    background: #0d3c91;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 25px rgba(13,60,145,0.3);
}

.vm-icon img {
    width: 35px;
    height: 35px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.vm-inner {
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 14px;
}

.vm-inner h3 {
    color: #0d3c91;
    margin-bottom: 15px;
}

.vm-divider {
    width: 100%;
    height: 1px;
    background: #d0d0d0;
    margin: 0 auto 20px;
}

.vm-inner p {
    color: #555;
    line-height: 1.6;
}
@media (max-width: 992px) {
    .vm-wrapper {
        grid-template-columns: 1fr;
        gap: 80px;
    }

    .section-title {
        font-size: 28px;
    }
}

/* ===============================
   PARTNERS
================================= */
.about-four {
    padding: 80px 20px;
    text-align: center;
}

.partners-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    margin-top: 50px;
}

.partner-item {
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.05);
    transition: 0.3s ease;
}

.partner-item:hover {
    transform: scale(1.05);
}

.partner-item img {
    max-width: 120px;
    max-height: 60px;
    object-fit: contain;
}

/* ===============================
   RESPONSIVE
================================= */

@media (max-width: 992px) {

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .timeline-item {
        width: 30%;
        margin-bottom: 40px;
    }

    .vm-grid {
        grid-template-columns: 1fr;
    }

    .partners-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 600px) {

    .stats-grid {
        grid-template-columns: 1fr;
    }

    .timeline {
        flex-direction: column;
        align-items: center;
    }

    .timeline::before {
        display: none;
    }

    .timeline-item {
        width: 100%;
        margin-bottom: 40px;
    }

    .partners-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .about-one h2,
    .about-two h2,
    .about-three h2,
    .about-three h2 {
        font-size: 26px;
    }
}

/* End of About Page */

/* Responsive adjustments */
@media (max-width: 1200px) {
    .hero-content { max-width: 60%; padding: 40px; }
    .parallax-content { padding-left: 24px; }
}

@media (max-width: 900px) {
    .hero-content { max-width: 80%; padding: 30px; padding-top: 60px; }
    .hero-content p { margin-bottom: 40px; }
    .footer-content { grid-template-columns: 1fr; gap: 30px; }
    .news-grid { grid-template-columns: 1fr; }
    .zones-wrapper { grid-template-columns: 1fr; }
    .logo-row { gap: 30px; margin: 40px 0; }
}

@media (max-width: 768px) {
    .hero-content { max-width: 100%; padding: 20px; padding-top: 40px; }
    .hero-content h1 { font-size: 1.9rem; }
    .parallax-content h2 { font-size: 1.8rem; max-width: 100%; }
    .pursatez-services-grid{grid-template-columns:1fr}
    .pursatez-service{flex-direction:column;align-items:flex-start}
}

@media (max-width: 480px) {
    .hero-content { padding: 18px; padding-top: 34px; }
    .hero-content h1 { font-size: 1.6rem; }
    .hero-content p { font-size: 0.95rem; margin-bottom: 24px; }
    .logo-item img { width: 120px; max-height: 60px; }
}


/* ========================================
   Services Page
   ======================================== */

   .services-hero-banner {
        position: relative;
        height: 400px;
        overflow: hidden;
    }
    .services-hero-banner .hero-img {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
    }
    .services-hero-content {
        position: absolute;
        z-index: 2;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .banner-light-white{
        background: linear-gradient(to right, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.8) 20%, rgba(255, 255, 255, 0.2) 100%);
        box-shadow: 0px 10px 30px rgba(255, 255, 255, 0.5);
    }
    .banner-light-blue{
        background: linear-gradient(to bottom, rgb(0 22 64 / 80%), rgb(127 166 229 / 50%) 30%, rgba(0, 98, 255, 0.05) 100%);
        box-shadow: 0px 10px 30px rgba(0, 98, 255, 0.1);
    }
    .banner-light-blue h1,
    .banner-light-blue p{
        color: #fff;
    }
    .services-hero-content h1 {
        font-size: 48px;
        font-weight: 700;
        margin-bottom: 20px;
    }
    .services-hero-content p {
        font-size: 18px;
        line-height: 1.8;
    }
    .services-hero-content .btn {
        margin-top: 30px;
    }

    .page-services h2 {
        font-size: 32px;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .page-services p {
        color: #777;
    }

    /* Section spacing */
    .page-services {
    padding: 80px 0;
    background: #f9faf9;
    }

    /* Container */
    .page-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    }

    /* Grid layout */
    .page-services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 50px;
    }

    /* Card */
    .page-service {
    background: #ffffff;
    border-radius: 18px;
    padding: 40px 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    position: relative;
    border-bottom: 4px solid transparent;
    }

    /* Hover effect (green bottom highlight like screenshot) */
    .page-service:hover {
    transform: translateY(-6px);
    border-bottom: 4px solid var(--primary-blue);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    }

    /* Icon circle */
     .page-service-icon {
    width: 70px;
    height: 70px;
    background: var(--primary-blue);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    }

    .page-service-icon img {
    width: 36px;
    height: 36px;
    object-fit: contain;
    }

    /* Title */
    .page-service-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #1d1d1d;
    }

    /* Description */
    .page-service-desc {
    font-size: 15px;
    line-height: 1.7;
    color: #666;
    }

    /* Responsive */
    @media (max-width: 1024px) {
     .page-services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    }

    @media (max-width: 640px) {
    .page-services-grid {
        grid-template-columns: 1fr;
    }
    }

    /* Services Block One */
    .services-block-one {
    padding: 80px 50px;
    background: #f7f8fa;
    }

    .services-block-one-container h2 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 40px;
    }

    .services-block-one-container {
    display: grid;
    grid-template-columns: 350px 1fr;
    gap: 40px;
    align-items: start;
    }
    .services-block-one-left {
    padding: 30px 0;
    }

    .services-block-one-service {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 5px 0;
    }

    .services-block-one-service-icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    }

    .services-block-one-title {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    }
    .services-block-one-right {
    position: relative;
    }

    .services-block-one-right img {
    width: 100%;
    border-radius: 16px;
    display: block;
    }

    .services-block-one-right .btn {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(90deg, #1f8f6b, #1fa67a);
    color: #fff;
    padding: 14px 28px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 500;
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
    transition: 0.3s ease;
    }

    .services-block-one-right .btn:hover {
    transform: translateX(-50%) translateY(-3px);
    }
    /* End of Services Block One */

/* ========================================
   End Services Page
   ======================================== */

/* ========================================
   Contact Page
   ======================================== */
   /* Section spacing */
    .page-contact {
    padding: 40px 50px;
    background: #f4f6f9;
    }

    .contact-divider {
    width: 100%;
    height: 1px;
    margin: 30px 0;
    border: 1px solid rgba(0, 0, 0, 0.03)
    }

    /* Grid layout */
    .page-contact-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    overflow-wrap: anywhere;
    }

    /* Card */
    .page-contact-grid article, .container-form {
    background: #ffffff;
    border-radius: 10px;
    padding: 30px 10px;
    text-align: center;
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    }

    /* Hover effect */
    .page-contact-grid article:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.08);
    }

    /* Icon wrapper */
    .page-contact-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f0f6ff;
    border-radius: 50%;
    }

    /* Icon image */
    .page-contact-icon img {
    max-width: 40px;
    height: auto;
    }

    /* Title */
    .page-contact-title {
    font-size: 18px;
    font-weight: 600;
    color: #1e2a3a;
    margin-bottom: 6px;
    }

    /* Description */
    .page-contact-desc {
    font-size: 14px;
    color: #6c7a89;
    margin: 0;
    }

    /* Responsive */
    @media (max-width: 992px) {
    .page-contact-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    }

    @media (max-width: 576px) {
    .page-contact-grid {
        grid-template-columns: 1fr;
    }
    }

    .wrapper-form h2 {
        margin-bottom: 20px;
    }

    .wrapper-form p {
        margin-bottom: 30px;
    }
    .container-form {
        margin-bottom: 50px;
        display: flex;
    }
    .contact-info {
        width: 50%;
    }
    .contact-info .contact-info-image{
        width: 100%;
        height: 290px;
        background-size: cover;
        background-position: center;
    }
    .contact-form {
        width: 50%;
        padding-right: 20px;
    }

    .contact-form p{
        margin-bottom: 0;
    }

    .contact-form input,
    .contact-form textarea {
        width: 100%;
        padding: 12px;
        margin-bottom: 15px;
        border: 1px solid #ddd;
    }

    .contact-form input[type="submit"] {
        background: var(--btn-blue);
        color: #fff;
        border: none;
        padding: 12px 30px;
        margin-bottom: 0;
        cursor: pointer;
        float: right;
    }
    .map-wrapper {
        position: relative;
        width: 100%;
        height: 450px;
    }

    .map-wrapper iframe {
        width: 100%;
        height: 100%;
    }
/* ========================================
   End Contact Page
   ======================================== */

/* ========================================
    News Page
   ======================================== */
   #page-news .hero-banner {
        width: 100%;
        height: 400px;
        background-size: cover;
        background-position: center;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    #page-news .hero-banner h1 {
        color: #fff;
        font-size: 36px;
        font-weight: 700;
        text-shadow: 0 4px 10px rgba(0,0,0,0.3);
        text-transform: uppercase;
    }
    .custom-news-wrapper {
        max-width: 1200px;
        margin: 0 auto;
        padding: 60px 10px;
    }
    .news-date {
        font-size: 14px;
        color: #999;
        margin-bottom: 8px;
    }
    .news-hr{
        width: 100%;
        height: 1px;
        background: rgba(0,0,0,0.05);
        border: none;
        margin: 50px 0;
    }

    /* ================= LARGE ================= */
    .news-large {
        display: grid;
        grid-template-columns: 1fr 1.5fr;
        background: #fff;
        color: #000;
        border-radius: 14px;
        overflow: hidden;
    }

    .news-large img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 14px;
    }

    .news-large-content {
        padding: 40px;
    }

    .news-large-meta{
        border-bottom: 1px solid rgba(0,0,0,0.05);
        margin-bottom: 20px;
    }

    .news-large-content h2 {
        font-size: 28px;
        margin-bottom: 15px;
    }

    .news-large-content p {
        margin-bottom: 20px;
    }

    /* ================= MEDIUM ================= */
    .news-row-2 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
        margin-bottom: 50px;
    }

    .news-row-2 a{
        text-decoration: none;
    }
    .overly-medium {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to bottom, rgba(0,0,0,0.6), rgba(0,0,0,0.2) 60%, transparent);
    }

    .news-medium {
        width: 100%;
        height: 220px;
        position: relative;
        border-radius: 14px;
        overflow: hidden;
        box-shadow: 0 8px 25px rgba(0,0,0,0.06);
    }

    .news-medium img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .news-medium .news-medium-content {
        position: relative;
        padding: 20px;
        display: flex;
        flex-direction: column;
        gap: 15px;
        color: #fff;
    }
    .news-medium .news-medium-content a{
        text-decoration: none;
    }
    .news-medium .news-medium-content a:hover{
        text-decoration: underline;
    }
    .news-medium .news-medium-content h3 {
        font-size: 18px;
        font-weight: 600;
        font-size: 18px;
    }
    .news-medium .news-medium-content .news-date {
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        color: rgba(255,255,255,0.8);
    }

    /* ================= SMALL ================= */
    .news-row-3 {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
        margin-top: 40px;
    }

    .news-small {
        background: #ffffff;
        border-radius: 16px;
        overflow: hidden;
        transition: all 0.3s ease;
        position: relative;
        box-shadow: var(--btn-shadow);
    }

    .news-small:hover {
        transform: translateY(-6px);
        box-shadow: 0 12px 30px rgba(0,0,0,0.08);
    }

    /* Image */
    .news-small img {
        width: 100%;
        height: 200px;
        object-fit: cover;
        display: block;
    }

    /* Category Badge */
    .news-small .news-category {
        position: absolute;
        top: 180px;
        left: 40px;
        background: #0b2c5f;
        color: #fff;
        padding: 8px 18px;
        border-radius: 30px;
        font-size: 12px;
        font-weight: 600;
        max-width: 200px;
    }

    /* Content Area */
    .news-small a {
        text-decoration: none;
        color: #1f2937;
        display: block;
    }
    .news-small-content{
        padding: 20px;
    }

    .news-small h4 {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 10px;
        line-height: 1.4;
    }

    .news-small .news-date {
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        color: #6b7280;
        margin-bottom: 10px;
    }

    .news-small p {
        font-size: 14px;
        color: #4b5563;
        line-height: 1.6;
    }

    /* ================= RESPONSIVE ================= */
    @media (max-width: 992px) {
        .news-large {
            grid-template-columns: 1fr;
        }

        .news-row-2 {
            grid-template-columns: 1fr;
        }

        .news-row-3 {
            grid-template-columns: 1fr;
        }
    }
/* ========================================
   End News Page
   ======================================== */

/* ========================================
    Single Post Page
    ======================================== */
    .single-content{
        padding: 30px 0;
    }

/* ========================================
    End Single Post Page
    ======================================== */

/* ========================================
    Events & Gallery Page
    ======================================== */

/* FEATURED EVENTS */

.featured-events {
    padding: 40px 20px;
}

.events-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

.event-card {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.event-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.event-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px;
    background: linear-gradient(transparent, rgba(0,0,0,0.8));
    color: white;
}

/* GALLERY */

.image-gallery {
    padding: 40px 20px;
}

.image-gallery h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.gallery-item img {
    width: 100%;
    border-radius: 8px;
    height: 140px;
    object-fit: cover;
}

/* VIDEO */

.video-section {
    padding: 80px 20px;
    background: linear-gradient(135deg, #0d3c91, #1c5ed6);
}

.custom-video-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0 auto;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(0,0,0,0.4);
}

.custom-video-wrapper video {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 14px;
}

/* Overlay */

.video-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.4s ease;
}

/* Play Button */

.play-button {
    width: 80px;
    height: 80px;
    background: rgba(255,255,255,0.9);
    color: #0d3c91;
    font-size: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
}

.play-button:hover {
    transform: scale(1.1);
    background: #ffffff;
}

/* Hide overlay when playing */

.video-overlay.hidden {
    opacity: 0;
    visibility: hidden;
}

/* UPCOMING */

.upcoming-events {
    padding: 60px 20px;
}

.upcoming-events ul {
    list-style: none;
    padding: 0;
}

.upcoming-events li {
    padding: 12px 0;
    border-bottom: 1px solid #eee;
}

/* RESPONSIVE */

@media(max-width:992px){
    .events-grid { grid-template-columns: 1fr; }
    .gallery-grid { grid-template-columns: repeat(2,1fr); }
}

@media(max-width:600px){
    .gallery-grid { grid-template-columns: 1fr; }
}
/* ========================================
   End Events & Gallery Page
   ======================================== */