/* RESET */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/* PAGE BACKGROUND */
body {
  min-height: 100vh;
  font-family: 'Merriweather', serif;
  overflow-x: hidden; /* Prevents side-scrolling during animations */
}

html {
  scroll-behavior: smooth;
}

html, body {
  min-height: 100%;
  margin: 0;
}
p{
	font-family: 'Montserrat'
}
nav,
main,
footer {
  position: relative;
  z-index: 1;
}

.video-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: -1;
}
/*SERVICES*/
.services-page1{
	background-color:white;
}
/*ADD BELOW STYLES FOR MOBILE IMAGE*/
/* Hide the mobile image by default 
NEED TO CHECK*/
.mobile-only {
    display: block;
  }

.page-banner {
  position: relative;
  width: 100%;
  min-height: 350px;
  overflow: hidden;
  box-shadow:
    0 20px 40px rgba(0, 0, 0, 0.25),
    inset 0 -80px 120px rgba(0, 0, 0, 0.35);
}

.banner-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1.2s ease-in-out;
}

.banner-slide.active {
  opacity: 1;
}

/* Make images cover the entire banner */
.banner-slide img.banner-img {
  width: 100%;              /* make image wider */
  height: 100%;
 /* object-fit: cover;*/
  
  transform: translateX(0%); /* push image right */
}

/* Overlay panel */
.banner-overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 45%;
  display: flex;
  align-items: center;
  padding-left: 6rem;
  color: #fff;
  clip-path: polygon(0 0, 100% 0, 88% 100%, 0 100%);
}


.banner-overlay h1 {
  font-size: clamp(1.6rem, 3.5vw, 2.8rem);
  font-weight: 600;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  margin: 0;
}



/*ANIMATION FOR services base heading*/
.slide-in-right {
  animation: slideInRight 1.1s ease-out forwards;
}
.slide-in-left{
	animation: slideInLeft 1.1s ease-out forwards;
}



/*BOX FOR SERVICES PAGE CONTENT*/
.content-box {
  background: rgba(0, 70, 120, 0.25);   /* blue with transparency */
  padding: 40px;
  border-radius: 12px;
  color:#96a3b4;
  letter-spacing: 0.10rem;
  backdrop-filter: blur(8px);
}



/*SERVICES PAGE ACCORDION*/
/* Remove focus border & shadow on accordion button */
/* Remove focus border & shadow on accordion button */
.accordion-button.custom-btn:focus { 
  box-shadow: none; 
  border: none; 
}

/* Rounded border for content box */
.accordion-body.content-box {
  border-radius: 10px;
  border: 1px solid #ccc;
  background-color: #FFB74D;
  color:white;
  padding: 15px;
  transition: all 0.3s ease;
}
.color-custom-text
{
	color:#04384b;
}

/*SERVICES PARAGRAPH STYLING*/
.section-description {
  font-size: 1.15rem;      /* ~18.4px */
  font-weight: 500;        /* Medium */
  line-height: 1.7;
  color: #2f3e46;
}
/*SERVICES ACCORDION LINK STYLING*/
.accordion-link {
  all: unset;                 /* remove default button styles */
  cursor: pointer;
  display: inline-flex;
  align-items: center;  

  font-size: 1.05rem;
  font-weight: 600;
  color: #04384b;

  padding: 0.4rem 0;
  letter-spacing: 0.02em;

  position: relative;
  transition: color 0.25s ease;
}

.accordion-button::after {
  display: none !important;
}


.accordion-link .arrow {
  font-size: 1.8rem;
  font-weight: 900;
  margin-left: 0.5rem;
  display: inline-block;
  line-height: 1;  
  
  transition: transform 0.3s ease;
}

/* CLOSED → down */
.accordion-button.collapsed .arrow {
  transform: rotate(90deg);
}

/* OPEN → up */
.accordion-button:not(.collapsed) .arrow {
  transform: rotate(-90deg);
}

/*BACKGROUND FOR ACCORDION LINKS*/

/*SERVICES1 ACCORDION TEXT STYLING*/
.content-box ul {
  list-style: none; /* removes default dots */
  padding-left: 0;  /* remove left padding */
  margin-left: 1rem; /* optional: control spacing */
}

.content-box p,
.content-box li {
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.6;
  color: #04384B; /* use white text for FFB74D background */
}

/* Optional: bullets with contrast */
.content-box li::before {
  content: "▸";
  color: #1B3559; /* dark blue bullet for contrast */
  font-weight: 700;
  padding-right: 0.3rem;
}

/*******SERVICES********/
/*INDEX*/
.bg-video {
  position: fixed;          /* important */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;     /* behind all content */
  inset: 0;
}

.navbar
{
	
	background-color: rgba(255, 255, 255, 0.85);
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);

}



.navbar-nav .nav-link {
  letter-spacing: 0.25rem;
  font-size: 14px;
  font-family: 'Merriweather', serif;
  color: #04384b;   /* ← change this */
  font-weight: 600;  
}

/*NAV LINK UNDERLINE EFFECT*/
.navbar-nav .nav-link {
  position: relative;
  
}

.navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  width: 0;
  height: 2px;
  /*background-color: rgba(255,255,255,0.6);*/
  background-color:#2E2E66;
  transform: translateX(-50%);
  transition: width 0.3s ease;
}

.navbar-nav .nav-link:hover::after {
  width: 100%;
}
/*VPINFORMATICS FONT STYLES*/
.hero-text
{
	font-family: 'Calistoga', serif;
	font-weight: 900;
	/*font-size: 40px;*/
	letter-spacing: 0.05rem;
	color: #ddd;
	font-size: 2.5rem;          /* adjust heading size */
  line-height: 1.2;
  margin-bottom: 1rem;  
	
}

/* DROPDOWN ITEM HOVER PROPERTIES */

.dropdown-menu .dropdown-item
{
	font-family: 'Merriweather', serif;  /* same as nav-link */
  font-size: 14px;                  /* match size */
  letter-spacing: 0.15rem;
	color:#2E2E66;
}
/*HIDE ARROW COMING AFTER DROPDOWN FOR CLIENT AND OUR TEAM*/
.dropdown-toggle::after {
  display: none;
}

/*TO ADD BACKGROUND COLOR FOR DROPDOWN ITEMS FOR CLIENT AND OUR TEAM*/
.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:active,
.dropdown-menu .dropdown-item:focus-visible {
  /*background-color: #A9A9C7;*/
 /* background-color: #A9A9C7;*/
 background-color:#2E2E66;
  
 background-color: rgba(27, 53, 89,0.9);
  color: #F2F2FA;
}

/*ADD FOOTER BACKGROUND*/
.footer-copyright
{
	/*background-color:rgba(4, 56, 75, 0.9);*/
	background-color: rgba(255, 255, 255, 0.85);
	padding: 1rem 0;
	/*color: #ddd;*/
	color:#2E2E66;
}
.footer-contact
{
	
	/*background-color:rgba(4, 56, 75, 0.9);*/
	background-color: rgba(255, 255, 255, 0.85);
	color:#2E2E66;
	position: relative;
  z-index: 1;
	
	/*color: #ddd;*/
	margin-top: auto;
	 box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.15);
	
	
	
}
.footer-left
{
	color:#2E2E66;
}
.footer-text
{
	color:#2E2E66;
}

/*SLIDE FROM TOP*/
.hero-animate-top {
  /*opacity: 0;
  transform: translateY(-40px);   
  filter: brightness(0.6);*/
  animation: slideDown 2.2s ease-out forwards;

  display: flex;
  flex-direction: column;        /* stack h1 and p vertically */
  justify-content: center;       /* vertical centering */
  align-items: center;           /* horizontal centering */
  text-align: center;            /* center text */
  min-height: 60vh;              /* take ~60% of viewport height */
  padding: 2rem;
}

/* Logo animation */
.logo-animate {
  opacity: 0;
  transform: translateX(-40px);
  animation: logoSlideIn 1.2s ease-out forwards;
}

/* ===== FOOTER ICON HOVER (FORCE WORK) ===== */
.footer-contact .footer-right a i {
  display: inline-block;
  transition: transform 0.25s ease, text-shadow 0.25s ease;
}

/* Hover emboss effect */
.footer-contact .footer-right a:hover i {
  text-shadow:
    2px 2px 3px rgba(255,255,255,0.5),
   -2px -2px 3px rgba(0,0,0,0.7);
  transform: translateY(1px);
}
/*CTA LINKS*/
/* Section wrapper */

.cta-separator {
  /* margin-top: 1rem;*/
  margin-bottom: 1rem; /* optional gap from footer */
}


/* Thin horizontal line */
.cta-divider {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.25);
}

/* CTA links */

/*UNDERLINE EFFECT FOR CTA*/
/* CTA link underline effect */
.cta-link {
  position: relative;           /* needed for pseudo-element */
  color: rgba(255, 255, 255, 0.85);
  font-family: 'Merriweather', serif;
  font-size: 14px;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
  text-decoration: none;        /* remove default underline */
  transition: color 0.3s ease;
}

.cta-link:hover {
  color: #ffffff;
}


/* Pseudo-element for animated underline */
.cta-link::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -8px;                 /* space below text */
  width: 0;
  height: 1px;                  /* thickness of underline */
  background-color: #ffffff;    /* underline color */
  transform: translateX(-50%);
  transition: width 0.3s ease;
}

/* On hover, expand underline */
.cta-link:hover::after {
  width: 100%;
}
/* When hovered */
.hover-dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
/* Keep dropdown in DOM but hidden */
.navbar .dropdown-menu {
  display: block;              /* REQUIRED for animation */
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity 0.35s ease, 
              transform 0.35s ease,
              visibility 0.35s;
}

/* Show on hover */
.navbar .dropdown:hover > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

}
/********INDEX***********/
/*ABOUT PAGE STYLES*/
/*css for About page*/
/* HERO BACKGROUND */
.special-text{
	color:#2E2E66;
	/*color:#8080c6;*/
}
.hero {
	position: relative; 
  min-height: calc(100vh - 80px); /* navbar height */
  /*min-height: 100vh;*/
   max-height: 85vh;
  background-image: url("Images/About/About_bg_latest.jpeg");
  background-size: cover;
  background-position:bottom center;
  background-repeat: no-repeat;
  display: flex;                 
  align-items: center; 
  
}

.hero .container {
  position: relative;
  z-index: 2;
}

/* LEFT TEXT */
.hero-text h1 {
  font-size: 1.8rem;
  font-weight: 700;
}

.hero-text p {
  max-width: 480px;
   font-size: 1.8rem;
  line-height: 1.7;
  margin: 1.5rem 0;
}

/* BUTTON */
.hero-btn {
 /* background-color: #2E2E66;*/
   background-color:#3A3A7A;
  color: #fff;
  padding: 16px 52px;
  border-radius: 6px;
  border: none;
  letter-spacing: 0.08em;
  transition: background-color 0.3s ease, transform 0.2s ease;
  margin-bottom:20px;
}
.hero-btn:hover {
  /*background-color: #3A3A7A; /* one shade lighter */
  background-color:#4A4A96;
  transform: translateY(-2px); /* tiny lift */
}
/* Active (click) */
.hero-btn:active {
  background-color: #2E2E66; /* keep color */
  transform: translateY(0);
  box-shadow: 0 5px 12px rgba(46, 46, 102, 0.3);
}

/* RIGHT IMAGE */
.hero-right-img {
  max-width: 420px;
  width: 100%;
  height: auto;
  /*box-shadow: 0 20px 40px rgba(0,0,0,0.35);
  border-radius: 8px;*/
}

/* AFTER HERO */

.gradient-section {
  background: linear-gradient(
    180deg,
    #eef5ff 0%,
    #ffffff 60%
  );
}
.fade-up {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}

.slide-in-down {
  opacity: 0;
  /*animation: slideInDown 0.9s ease-out forwards;*/
  animation: slideInDown 1.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.delay-1 { animation-delay: 0.3s; }
.delay-2 { animation-delay: 0.45s; }
.delay-3 { animation-delay: 0.7s; }
.delay-4 { animation-delay: 0.95s; }

.text-centre{
	text-align:center;
}


/* hide mobile images on desktop */
.hero-bottom-image {
  display: none;
}
.hero-about {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

/* Square dots */
.about-dots {
  display: flex;
  gap: 6px;
}

.about-dots span {
  width: 8px;
  height: 8px;
  background: linear-gradient(
    135deg,
    #2E2E66,
    #5a6fdc
  );
  border-radius: 2px; /* slight rounding, still square */
  opacity: 0.7;
}
/* darkest */
.about-dots span:nth-child(3) {
  background: linear-gradient(135deg, #6f7cff, #8f9cff);
  opacity: 0.8;
}

/* lighter */
.about-dots span:nth-child(2) {
  background: linear-gradient(135deg, #aab4ff, #c7d2ff);
  opacity: 0.75;
}

/* lightest / almost white */
.about-dots span:nth-child(1) {
  background: linear-gradient(135deg, #eef1ff, #ffffff);
  opacity: 0.9;
}

/* About text */
.about-text {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #cfd6ff; /* soft contrast on hero bg */
}


.custom-about-text
{
	font-size:1rem;
	line-height:2rem;
}
.custom-margin
{
	margin-bottom:30px;
}
.custom-margin-1
{
	margin-bottom:20px;
}
/*ABOUT PAGE TEAM PICS STYLES*/
.pic-wrap{
	width:100%;
	margin:50px auto;
}
.pic-wrap h2, .pic-wrap p{
	text-align:center;
	line-height:32px;
}
.pic-wrap img{
	height:auto;
	width:80%;
margin:0 auto;
display:block;
 transition: transform 0.4s ease;

}
.img-block{
	position:relative;
	overflow:hidden;
}
.text-block{
	position:absolute;
	top:80%;
	left:5%;
	width:95%;
	
	
}
.text-block p{
	text-align:left;
	font-weight:bold;
	color:#fff;
	transition: transform 0.8s ease;
	
}
.zoom-block{
	overflow:hidden;
	max-width:100%;
	position: relative;
}
.zoom-block::after {
  content: "";
  position: absolute;
  inset: 0;   /* Covers entire image */

  background: linear-gradient(
    45deg,
    rgba(0, 0, 0, 0.75) 0%,
    rgba(0, 0, 0, 0.4) 30%,
    rgba(0, 0, 0, 0.15) 55%,
    rgba(0, 0, 0, 0) 75%
  );

  z-index: 1;
  pointer-events: none;
}
.text-block {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: white;
}
.reveal {
  opacity: 0;
  transform: translateY(60px);
  transition: all 0.8s ease;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}
.zoom-block img{
	width:100%;
}
.zoom-block:hover img {
  transform: scale(1.1);   /* Zoom in */

max-width:100%;}
.img-block:hover p{
	  transform: translateY(-20px);  /* Moves text up */

}

.second-pic{
	padding-top:60px;
}
/* darkest */
.team-dots span:nth-child(3) {
 background: linear-gradient(
  135deg,
  #3B3B7A,
  #2E2E66,
  #23234F
);
  opacity: 0.9;
}

/* lighter */
.team-dots span:nth-child(2) {
  background: linear-gradient(
  135deg,
  #3B3B7A,
  #2E2E66,
  #23234F
);
  opacity: 0.7;
}

/* lightest / almost white */
.team-dots span:nth-child(1) {
  background: linear-gradient(
  135deg,
  #3B3B7A,
  #2E2E66,
  #23234F
);
  opacity: 0.5;
}
.team-dots span{
	width:8px;
	height:8px;
	opacity: 0.7;
   background: linear-gradient(
  135deg,
  #3B3B7A,
  #2E2E66,
  #23234F
);
    border-radius: 2px;
}

.team-text{
	display:inline-block;
	color: #2E2E66;
}
.team-p{
	color:#2E2E66;
	text-align:left!important;
	font-weight:400;
	margin-bottom:30px;
	font-size:2rem;
}
.team_pics{
	background: linear-gradient(
  to bottom,
  #ffffff 0%,
  #e6f0ff 50%,
  #cfe0ff 100%
);
width:100%;
height:auto;
}
.page-content {
  padding: 4rem 0;
  background: #fff;
  color: #2E2E66;
}


/************ABOUT PAGE****************/
/*CASE_STUDIES*/
.case-studies-section {
  position: relative;
  background: url("Images/Case_studies/case_studies_bg.jpeg") center/cover no-repeat;
  min-height: 90vh;   /* 👈 This is important */
  overflow: hidden;
}

/* Overlay */
.case-studies-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.40); /* adjust darkness */
}
.case-studies-text-custom{
	font-weight: 400;   
    font-size: 1.7rem; 
    line-height: 1.4;
	position: relative;
  z-index: 1;
}
/* Scroll Down Arrow */
.scroll-down-case-studies {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 2rem;
  color: white;
  z-index: 2;
  animation: bounce 2s infinite;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.scroll-down-case-studies:hover {
  transform: translateX(-50%) scale(1.2);
  opacity: 0.8;
}
.case-studies-wrapper {
  background: #f4f4f4;
}

.case-card {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}

.case-card img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  display: block;
}



.case-overlay {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  background: rgba(255, 255, 255, 0.9);
  padding: 30px;
  color: #04384b;
  overflow: hidden;   /* IMPORTANT */
  z-index: 1;
}

.case-overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(4, 56, 75, 0.95),
    rgba(4, 56, 75, 0.6),
    transparent
  );

  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.4s ease;
  z-index: -1;
}


.case-overlay:hover::before {
  transform: scaleY(1);          /* grow upward */
}

.case-overlay h3 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.case-overlay p {
  font-size: 1rem;
  margin-bottom: 15px;
  color: #444;
}

/* Tags */

/* Hover Effect */
.case-card:hover img {
  transform: scale(1.05);
  transition: 0.6s ease;
}

/* Arrow styling */
.case-arrow {
  position: absolute;
  bottom: 20px;
  right: 20px;

  width: 40px;
  height: 40px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;
  background: #04384b;
  color: #fff;

  font-size: 18px;
  cursor: pointer;

  transition: all 0.3s ease;
}

/* Hover effect */
.case-arrow:hover {
  background: #13607a;
  transform: translateX(4px);
}

/* Optional: smooth press effect */
.case-arrow:active {
  transform: scale(0.9);
}
.section-title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  margin-bottom: 2rem;
  letter-spacing: 0.5px;
  position: relative;
}

.orgs-case-details {
  padding: 100px 20px 20px 20px;
  background: linear-gradient(
    135deg,
    #ffffff 0%,
    #f4f9ff 40%,
    #e3f0ff 100%
  );
}

.orgs-case-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
/* ===============================
   TOP ROW (Image + Heading)
================================= */

.orgs-case-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  margin-bottom: 100px;
}

.orgs-case-image {
  flex: 1;
}

.orgs-case-image img {
  width: 100%;
  height: auto;
  display: block;
}

.orgs-case-text {
  flex: 1;
}

.orgs-case-text h2 {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 700;
  color: #0a2a3a;
  line-height: 1.4;
}

.orgs-case-extra {
  text-align: left;    /* optional if inner box inherits */
  max-width: 1200px;   /* same as top row container width */
  margin: 0 auto;       /* center horizontally */
  position: relative;
  border-radius: 24px;
  padding: 20px;  
  overflow: hidden;
 /* background: url("abstract2.jpeg");*/
  background-size: cover;
  background-position: center;
}


/* Slide heading */

.orgs-slide-heading {
  font-size: 1.5rem;
  font-weight: 600;
  color: #04384b;
  display: inline-block;
  position: relative;

  /*transform: translateX(-50px);
  opacity: 0;*/
  transition: all 0.8s ease;
}

.orgs-heading-underline {
  display: block;
  height: 2px;
  width: 0;
  background: #0a5f7a;
  margin-top: 8px;
  transition: width 0.8s ease 0.5s;
}

/* Frame */

.orgs-info-frame {
  margin-top: 5px;
  padding: 8px;
  border-radius: 18px;
 /* background: linear-gradient(145deg, #051f2b, #08394d);*/
  background: linear-gradient(145deg, #f5f7fa, #e4e9f0);
  background: linear-gradient(145deg, #065370, #04384b);
  background: linear-gradient(145deg, #1d82a6, #146987);

  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease 0.6s;
   max-width: 100%;  /* take full width inside parent */
  margin-left: 0;   /* align left with parent */
}

.orgs-info-box {
  position: relative;   /* REQUIRED */
  
  background: linear-gradient(145deg, #ffffff, #f5f7fa);
  border-radius: 14px;
  padding: 35px;
  
  color: #2b4c5a;
  text-align: left;    /* force text to left */
}



.orgs-info-box p {
  margin: 0;
  line-height: 1.7;
}
/* ===============================
   ABSTRACT FULL BACKGROUND
================================= */
.orgs-case-extra-inner {
  display: flex;
  /*align-items: flex-start;*/
  justify-content:center;
  flex-direction:column;
  gap: 30px;
}


.orgs-case-extra .orgs-info-frame {
  flex: 1;  /* take remaining space */
}
/*NEED TO CHECK EXTRA CLOSING BRACKET HERE*/
  .orgs-case-image,
  .orgs-case-text {
    flex: 1 1 100%;
  }
}
/* ===============================
   ACTIVE STATES
================================= */

.orgs-case-extra.active .orgs-slide-heading {
  transform: translateX(0);
  opacity: 1;
}

.orgs-case-extra.active .orgs-heading-underline {
  width: 100%;
}

.orgs-case-extra.active .orgs-info-frame {
  opacity: 1;
  transform: translateY(0);
}


/* ===============================
   EXTRA SECTION
================================= */


.orgs-info-box::before {
  content: "";
  position: absolute;
  inset: 0;
  /*border: 2px solid #ffffff;*/
  border: 2px solid #04384b;
  border-radius: 14px;

  width: 0;
  height: 0;

  transition: width 0.7s ease 1.2s,
              height 0.7s ease 1.2s;
}

/* Animate on active */
.orgs-case-extra.active .orgs-info-box::before {
  width: 100%;
  height: 100%;
}
/* ===============================
   EXTENDED SECTION
================================= */

.orgs-extended-section {
  margin-top: 100px;
}

.orgs-extended-heading {
  font-size: 1.8rem;
  font-weight: 700;
  color: #0a2a3a;
  margin-bottom: 60px;
  position: relative;
  display: inline-block;
}

/* Alternating Rows */

.orgs-alt-row {
  display: flex;
  align-items: center;
  gap: 70px;
  margin-bottom: 100px;
}

.orgs-alt-row.reverse {
  flex-direction: row-reverse;
}

.orgs-alt-image {
  flex: 1;
}

.orgs-alt-image img {
  width: 100%;
  border-radius: 18px;
  display: block;
}

.orgs-alt-text {
  flex: 1;
}

.orgs-alt-text h4 {
  font-size: 1.4rem;
  font-weight: 600;
  color: #04384b;
  margin-bottom: 20px;
}

.orgs-alt-text p {
  line-height: 1.8;
  color: #2b4c5a;
}




/*ORGSYN CSS*/
/* Container & Base Styles */
.org1-container {
    padding: 60px 20px;
    background: linear-gradient(145deg, #1d82a6, #146987);
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    display: flex;
    justify-content: center;
}

.org1-card {
    background: #ffffff;
    max-width: 900px;
    border-radius: 16px;
    padding: 50px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}

/* Headings */
.org1-main-heading {
    color: #04384b;
    font-size: 2.2rem;
    margin-bottom: 30px;
    text-align: center;
    border-bottom: 2px solid #f0f4f8;
    padding-bottom: 15px;
}

.org1-sub-heading {
    color: #0a6b8f;
    font-size: 1.5rem;
    margin: 40px 0 20px 0;
}

/* Image Wrapper */
.org1-image-wrapper {
    width: 100%;
    margin-bottom: 30px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 16px rgba(0,0,0,0.1);
}

.org1-featured-image {
    width: 100%;
    height: auto;
    display: block;
}

/* Grid Layout for Testing Facets */
.org1-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}

.org1-grid-item {
    background: #f8fafc;
    padding: 20px;
    border-radius: 8px;
    border-left: 4px solid #1d82a6;
}

.org1-grid-item h3 {
    margin-top: 0;
    font-size: 1.1rem;
    color: #04384b;
}

.org1-grid-item p {
    font-size: 0.95rem;
    color: #4a5568;
    line-height: 1.5;
    margin-bottom: 0;
}

/* Typography */
.org1-intro p {
    font-size: 1.15rem;
    line-height: 1.8;
    color: #2d3748;
}

.org1-section-block {
    background: #eff6f9;
    padding: 25px;
    border-radius: 12px;
    margin-top: 20px;
}

.org1-section-block p {
    line-height: 1.7;
    color: #334e5a;
    margin-bottom: 0;
}
.org1-featured-image {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

.org1-featured-image:hover {
    transform: scale(1.02);
}
/* Summary Box - "In a Nutshell" */
.org1-summary-box {
    background: #04384b; /* Your dark blue for a high-contrast "callout" */
    color: #ffffff;
    padding: 30px;
    border-radius: 12px;
    margin-top: 40px;
    position: relative;
    overflow: hidden;
}

/* Subtle accent for the summary box */
.org1-summary-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    background: #1d82a6; /* The vibrant teal */
}

.org1-summary-heading {
    margin-top: 0;
    font-size: 1.4rem;
    color: #5fb2d0; /* A lighter teal for the heading inside the dark box */
    text-transform: uppercase;
    letter-spacing: 1px;
}

.org1-summary-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.org1-summary-list li {
    margin-bottom: 15px;
    padding-left: 25px;
    position: relative;
    line-height: 1.6;
}

/* Custom checkmark for the list */
.org1-summary-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #5fb2d0;
    font-weight: bold;
}

/* Final Closing Statement */
.org1-closing {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #e2e8f0;
}

.org1-closing p {
    font-style: italic;
    color: #4a5568;
    line-height: 1.8;
    text-align: center;
    max-width: 90% ;
    margin: 0 auto;
}
/* Contact Section Styling */
.org1-contact-section {
    margin-top: 50px;
    padding: 40px 20px;
    background-color: #f8fafc; /* Light background to separate from the white card */
    border-radius: 12px;
    text-align: center;
    border: 1px solid #e2e8f0;
}

.org1-contact-heading {
    color: #04384b; /* Your anchor dark blue */
    font-size: 1.4rem;
    margin-bottom: 25px;
    line-height: 1.4;
    font-weight: 600;
}

/* The Button */
.org1-contact-button {
    display: inline-flex;
    align-items: center;
    background-color: #1d82a6; /* Your vibrant teal base color */
    color: #ffffff;
    padding: 14px 28px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(29, 130, 166, 0.3);
}

.org1-contact-button:hover {
    background-color: #146987; /* Darker teal on hover */
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(20, 105, 135, 0.4);
}

.org1-email-icon {
    margin-right: 10px;
    font-size: 1.2rem;
}
/* Apply this to any section that is targeted by a scroll link */
section[id] {
  scroll-margin-top: 90px; /* Adjust this value to match your header height */
}

/* Specifically for your reveal sections if they have IDs */
.orgs-case-details, 
#next-section, 
#caseDetails {
  scroll-margin-top: 100px;
}


/* Container and Section */
.cs2-middle-section { padding: 60px 20px; background-color: #f9f9f9; }
.cs2-container { max-width: 1100px; margin: 0 auto; }

.cs2-hero-placeholder img { 
    width: 100%; 
    height: auto; 
    margin-bottom: 40px; 
    border-radius: 12px; 
    /*overflow: hidden; /* Keeps the zoom effect inside the rounded corners */
    background-color: #f0f0f0;
}

/* Grid Layout */
.cs2-features-grid { 
  display: grid; 
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); 
  gap: 30px; 
}

/* Feature Cards */
.cs2-feature-card { 
  background: white; 
  padding: 25px; 
  border-top: 5px solid #04384b; 
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
}
.cs2-feature-card:hover { transform: translateY(-5px); }
/*.cs2-img-placeholder { width: 100%; height: 180px; background: #eee; margin-bottom: 20px; border-radius: 4px; }*/
.cs2-img-placeholder img{
	width: 100%; 
    height: 180px; 
    margin-bottom: 20px; 
    border-radius: 4px; 
    /*overflow: hidden; /* Keeps the zoom effect inside the rounded corners */
    background-color: #f0f0f0;
}
.cs2-feature-title { color: #04384b; margin-bottom: 10px; }
/* In a Nutshell Styles */
.cs2-nutshell-container { 
  margin-top: 60px; 
  padding: 40px; 
  background-color: #ffffff; 
  border-left: 8px solid #04384b; 
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.cs2-nutshell-title { color: #04384b; margin-top: 0; }
.cs2-nutshell-text { line-height: 1.6; color: #333; font-size: 1.1rem; }

/* Call to Action Styles */
.cs2-cta-area { margin-top: 30px; text-align: center; }
.cs2-cta-text { font-weight: bold; margin-bottom: 15px; }
.cs2-cta-button { 
  display: inline-block; 
  padding: 12px 25px; 
  background-color: #04384b; 
  color: white; 
  text-decoration: none; 
  border-radius: 5px; 
  font-weight: 600;
  transition: background 0.3s ease;
}
.cs2-cta-button:hover { background-color: #065470; }
.cs2-content-container { 
  max-width: 800px; 
  margin: 0 auto 60px auto; 
  padding: 0 20px; 
  line-height: 1.8; 
  color: #333; 
}

.cs2-section-title { 
  color: #04384b; 
  margin-top: 40px; 
  border-bottom: 2px solid #04384b; 
  display: inline-block;
  padding-bottom: 5px;
}

.cs2-text { 
  font-size: 1.1rem; 
  margin-bottom: 20px; 
}
.cs2-spotlight-box { 
  background-color: #eaf2f5; 
  padding: 30px; 
  border-left: 5px solid #04384b; 
  margin: 30px 0; 
  border-radius: 0 8px 8px 0;
}

.cs2-spotlight-box h3 { 
  color: #04384b; 
  margin-top: 0; 
}

/* Adjusting the Image Container for Side-by-Side */
.cs2-hero-placeholder {
    flex: 1; /* Allows the image to take up proportional space */
    min-width: 300px; /* Prevents it from getting too small */
    height: 400px;
    border-radius: 12px;
    overflow: hidden;
}

.cs2-hero-placeholder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/*CONTACT NEW STYLES */

#testimonials {
  scroll-margin-top: 80px; /* adjust if you have fixed header */
}

/* Reset and Base */
.main-middle-contact {
  margin: 0;
  padding: 0;
  width: 100%;
}

.split-screen-contact {
  display: flex;
  height: 85vh; /* Covers entire viewport */
  width: 100%;
  overflow: hidden;
  background:linear-gradient(rgba(4, 56, 75, 0.9), rgba(4, 56, 75, 0.9)),url('Images/Contact/contact.jpg') no-repeat center center/cover;
}

/* LEFT SIDE: Full Cover Image */
.left-side-contact {
  flex: 1; /* Takes exactly 50% */
  /*flex: 0 0 40%;*/
  position: relative;
  height: 100%;
}

/****************************************/
.image-slider-contact {
  position: relative;
  width: 100%; /* The container fills the 50% column */
  height: 100%; /* Fills the 85vh */
  overflow: hidden;
}

.slide-contact {
  position: absolute;
  /* 4. Your 80% Width Choice */
  width: 80%; 
  height: 100%;
  
  /* 5. The "No-Cut" Rule */
 /* object-fit: contain; */
  
  /* 6. Centering the 80% image inside the 100% container */
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
}

.slide-contact.active {
  opacity: 1;
}
/********************/
/* RIGHT SIDE: Form with Background Image */
.right-side-contact {
  flex: 1; /* Takes other 50% */
  /*flex: 0 0 40%;*/
  background: linear-gradient(rgba(4, 56, 75, 0.9), rgba(4, 56, 75, 0.9))/*, 
              url('contact.jpg');  Your contact background image */
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
}

.form-container-contact {
  width: 100%;
  max-width: 500px;
  color: white;
}

.form-title-contact {
  font-size: 2.5rem;
  margin-bottom: 20px;
  border-bottom: 2px solid #00d4ff;
  display: inline-block;
}

/* Form Styling */
.form-row-contact { display: flex; gap: 20px; margin-bottom: 15px; }
.input-group-contact { margin-bottom: 20px; flex: 1; }
.input-group-contact label { display: block; margin-bottom: 8px; font-weight: bold; font-size: 1rem; }
.input-group-contact input, .input-group-contact textarea {
  width: 100%; padding: 12px; border-radius: 4px; border: 1px solid rgba(255,255,255,0.3);
  background: rgba(255,255,255,0.1); color: white;
}
.input-group-contact textarea { height: 100px; resize: none; }

.submit-btn-contact {
  width: 100%; padding: 15px; background: #00d4ff; color: #04384b;
  border: none; border-radius: 4px; font-weight: bold; cursor: pointer; transition: 0.3s;
}

.submit-btn-contact:hover { background: white; }

/* THE FLICKERING JUMP BUTTON */
.jump-btn-contact {
  margin-top: 30px; width: 100%; padding: 12px; background: transparent;
  color: white; border: 1px solid #00d4ff; border-radius: 4px; cursor: pointer;
  text-transform: uppercase; letter-spacing: 1px;
}

.flicker-animation-contact {
  animation: flicker-glow 3s infinite;
}



/* Testimonials */
/* Testimonials Section Styling */
.testimonials-section-contact {
  padding: 100px 0;
  background-color: #f8fafc;
  border-top: 1px solid #e2e8f0;
}

.testi-header-wrapper-contact {
  text-align: center;
  margin-bottom: 60px;
}

.testi-header-contact {
  color: #04384b; /* Your primary color */
  font-size: 2.5rem;
  margin-bottom: 10px;
}

.testi-subheader-contact {
  color: #64748b;
  font-size: 1.1rem;
}

/* FLEXIBLE GRID: This handles adding more items automatically */
.testi-grid-contact {
  width: 90%; /* Default width for small screens */
  display: grid;
  /* This line says: create columns at least 350px wide, but fill the space */
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); 
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

/* Modern Card Design */
.testi-card-contact {
  background: white;
  padding: 40px;
  border-radius: 20px;
  position: relative;
  box-shadow: 0 10px 25px rgba(0,0,0,0.03);
  transition: all 0.3s ease;
  border: 1px solid #edf2f7;
}

.testi-card-contact:hover {
  transform: translateY(-10px); /* Lifts the card on hover */
  box-shadow: 0 20px 40px rgba(4, 56, 75, 0.1);
  border-color: #04384b;
}

.testi-icon-contact {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 4rem;
  color: #04384b;
  opacity: 0.1;
  font-family: serif;
}

.testi-rating-contact {
  color: #fbbf24; /* Gold stars */
  margin-bottom: 15px;
  font-size: 0.9rem;
}

.testi-text-contact {
  color: #334155;
  line-height: 1.8;
  font-size: 1.1rem;
  margin-bottom: 30px;
  font-style: italic;
}

.testi-footer-contact {
  display: flex;
  align-items: center;
  gap: 15px;
}

.testi-avatar-contact {
  width: 45px;
  height: 45px;
  background: #04384b;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: bold;
  font-size: 0.8rem;
}

.testi-cite-contact {
  font-weight: 700;
  color: #04384b;
  font-style: normal;
}

/*MEDIA QUERIES*/
/*INDEX PAGE*/
/*TO ADD A BACKGROUND TO THE MOBILE NAV MENU ITEMS*/

@media (max-width: 991.98px) {
	/* Prevent closed dropdowns from reserving height/space in mobile menu */
  .navbar-nav .dropdown-menu:not(.show) {
    display: none !important;
  }
  .navbar-collapse.show {
    /*background-color: rgba(255, 255, 255, 0.18);*/
	/*background-color: #04384b; */
	background-color: rgba(4, 56, 75, 0.2);
    backdrop-filter: blur(8px);
    border-radius: 8px;
    padding: 1rem;
  }
   /*TO ADD BACKGROUND TO DROPDOWNS OF CLIENT AND OUR TEAM*/
  .navbar .dropdown  .dropdown-menu.show {
   
	/*background-color:#C8C8E0;*/
	
    
    margin-top: 0;
  }
  
}

/***********INDEX***********/
/*SERVICES*/
  /* On screens smaller than 768px FOR services page*/
@media (max-width: 767px) {
  .desktop-only {
    display: none;
  }
  .mobile-only {
    display: block;
  }
  .banner-slide img.banner-img {
	 width: 100%;              /* make image wider */
  height: 100%; 
  
  }
  .page-banner {
    min-height: 50vh;
  }
}

/*MEDIA QUERY FOR SERVICES PAGE  BANNER FOR MOBILE*/
@media (max-width: 768px) {
  .banner-overlay {
    width: 100%;
    clip-path: none;
    padding: 2.5rem;
    justify-content: center;
  }

  .banner-overlay h1 {
    font-size: 2.2rem;
    text-align: center;
  }
}
/**********SERVICES************/
/*ABOUT*/
/* MOBILE ONLY */
@media (max-width: 991px) {

  .hero {
    min-height: auto;
    max-height: none;

    background-image: url("Images/About/about_bg_mobile.png");
    background-position: center top;
    background-size: cover;

    /*padding: 120px 0 0;*/
	padding: 60px 0 0;
	align-items: flex-start;
    display: block;          /* important */
  }

}
/*MEDIA QUERY FOR MOBILE TEAM PICS*/
@media (max-width: 770px) {

  .text-block p {
    font-weight: 500;   /* Was probably 600 or 700 */
    font-size: 0.65rem; /* Slightly smaller */
    line-height: 1.4;
  }

}


/**********ABOUT************/



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

@media (max-width: 992px) {
  .orgs-case-top {
    flex-direction: column;
    gap: 50px;
	text-align: center;
  }
  
  .orgs-case-extra {
    max-width: 100%;
  }
}

@media (max-width: 992px) {

  .orgs-alt-row,
  .orgs-alt-row.reverse {
    flex-direction: column;
    gap: 40px;
    text-align: center;
  }

}
/* MOBILE FIXES */
@media (max-width: 768px) {
  .case-card img {
    height: 350px; /* Shorter image on mobile */
  }

  .case-overlay {
    position: relative; /* Move overlay below image */
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
    background: #fff;
    padding: 25px 15px;
  }

  .case-overlay h3 {
    font-size: 1.4rem; /* Smaller text */
  }

  .case-studies-text-custom {
    font-size: 1.2rem; /* Hero text adjustment */
  }
  
  .scroll-down-case-studies {
    bottom: 10px;
  }
}
@media (max-width: 768px) {
  .orgs-case-extra {
    padding: 30px 15px; /* Significant reduction for mobile */
    border-radius: 0; /* Remove radius to maximize space */
  }

  .orgs-info-box {
    padding: 20px; /* Less padding inside the blue box */
  }
  
  .orgs-case-top {
    gap: 20px; /* Tighter gap between image and text */
	margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .org1-container {
    padding: 20px 10px; /* Less outer padding */
  }

  .org1-card {
    padding: 25px 15px; /* Less inner padding */
    border-radius: 10px;
  }

  .org1-main-heading {
    font-size: 1.6rem;
  }

  .org1-sub-heading {
    font-size: 1.3rem;
    margin: 25px 0 15px 0;
  }
}
@media (max-width: 768px) {
	.orgs-case-details {
  padding: 100px 20px 20px 20px;
  
}
.orgs-alt-row {
  
  margin-bottom: 50px;
}
}
@media (max-width: 768px) {
  .orgs-slide-heading, .slide-heading {
    transform: translateX(-20px); /* Smaller movement for small screens */
  }
}

/**********CASE_STUDIES*****************/
/*CONTACT*/

/* Responsive adjustments */
@media (max-width: 768px) {
  .testi-grid-contact {
    grid-template-columns: 1fr; /* One column on phones */
  }
}
@media screen and (max-width: 1100px) {
	.slide-contact {
	
  position: absolute;
  /* 4. Your 80% Width Choice */
  width: 100%; 
  height: 100%;
  
  /* 5. The "No-Cut" Rule */
 /* object-fit: contain; */
  
  /* 6. Centering the 80% image inside the 100% container */
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
}
	
}
/* --- RESPONSIVE LOGIC (900px and below) --- */
@media screen and (max-width: 700px) {
  
  /* 1. Stack the Hero Sections */
  .split-screen-contact {
    flex-direction: column;
    height: auto; /* Allow the page to grow vertically */
    overflow: visible;
  }

  .left-side-contact, 
  .right-side-contact {
    flex: none;
    width: 100%;
  }

  /* 2. Fix the Image Slider for Mobile */
  .left-side-contact {
	 
    height: 60vh; /* Don't take full screen on mobile, just enough for impact */
    min-height: 400px;
	
  }
  

  .image-slider-contact {
    height: 100%;
    width: 100%;
  }
  
/* Optional: Intensify glow on hover */
.image-slider-contact:hover {
  box-shadow: 0 0 20px 5px rgba(255, 255, 255, 0.8);
}
.slide-contact {
	
  position: absolute;
  /* 4. Your 80% Width Choice */
  width: 100%; 
  height: 100%;
  
  /* 5. The "No-Cut" Rule */
 /* object-fit: contain; */
  
  /* 6. Centering the 80% image inside the 100% container */
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
}

  /* 3. Adjust the Form Section */
  .right-side-contact {
    padding: 60px 20px;
    height: auto;
  }

  .form-container-contact {
    max-width: 100%;
  }

  .form-title-contact {
    font-size: 2rem;
    text-align: center;
    display: block;
    margin: 0 auto 30px;
  }

  /* 4. Handle Form Row (Stack Name/Email) */
  .form-row-contact {
    flex-direction: column;
    gap: 0;
  }

  /* 5. Testimonial Grid Adjustments */
  .testi-grid-contact {
    grid-template-columns: 1fr; /* Strictly one column on smaller screens */
    padding: 0 10px;
  }
  
  .testi-header-contact {
    font-size: 1.8rem;
  }
}

/* Specific fix for very small phones */
@media screen and (max-width: 480px) {
  .left-side-contact {
    height: 40vh; /* Smaller image on small phones */
  }
  
  .submit-btn-contact, .jump-btn-contact {
    font-size: 0.9rem;
    padding: 12px;
  }
}
/************CONTACT****************/
 /*KEY FRAMES*/
/*SERVICES*/
@keyframes slideInRight {
  from {
    transform: translateX(300px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideInLeft {
  from {
    transform: translateX(-100px); /* left */
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
  
/*********SERVICES*********/
/*ABOUT*/
@keyframes slideInDown {
  from {
    opacity: 0;
    transform: translateY(-60px); /*  comes from top */
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/***********ABOUT*******************/
/*CASE_STUDIES*/
/* Bounce animation */
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translate(-50%, 0);
  }
  40% {
    transform: translate(-50%, -10px);
  }
  60% {
    transform: translate(-50%, -5px);
  }
}
/********CASE_STUDIES*************/
/*CONTACT*/
@keyframes flicker-glow {
  0%, 100% { box-shadow: 0 0 5px rgba(0, 212, 255, 0.2); }
  50% { box-shadow: 0 0 20px rgba(0, 212, 255, 0.7); border-color: #00d4ff; }
}
/***********CONTACT***************/
