@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
  font-family: "Alverata";
  src: url("../fonts/Alverata.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body,
h1,
h2,
h3,
p,
a {
  font-family: "Alverata", sans-serif;
}


.mil-frame {
  padding: 0;
}

.mil-menu-frame .mil-frame-top,
.mil-frame .mil-frame-top {
  background-color: black;
  padding: 10px 60px !important;
}

.mil-menu-frame .mil-frame-top .mil-logo img,
.mil-frame .mil-frame-top .mil-logo img {
  max-height: 60px;
}

.mil-logo-allied img {
  max-height: 40px;
  padding: 5px;
}

.mil-logo-deco img {
  max-height: 40px;
  padding: 5px;
}

.mil-current-page-logo-allied,
.mil-current-page-logo-deco {
  width: 120px;
  background: #512b2b;
}

.mil-current-page-logo-deco {
  width: 120px;
  background: #512b2b;
  margin-left: 120px
}

.mil-menu-h li {
  float: left;
  padding-right: 15px;
  text-transform: uppercase !important;
}

.mil-menu-h li .mil-light-soft {
  color: rgba(255, 255, 255, 0.4);
  margin-right: 20px;
  text-transform: uppercase;
}

.mil-muted img {
  max-height: 70px;
}

/* imagine */
/* Common card styling */
.mil-bg-imagine,
.mil-bg-create,
.mil-bg-deliver {
  display: block;
  position: relative;
  color: #fff;
  height: 100%;
  padding: 40px;
  overflow: hidden;
}

/* Individual background images */
.mil-bg-imagine {
  background: url(https://theglobalelephant.ocmono.in/assets/img/imagine-1-1.png) center/cover no-repeat;
}

.mil-bg-create {
  background: url(https://theglobalelephant.ocmono.in/assets/img/create-1-1.png) center/cover no-repeat;
}

.mil-bg-deliver {
  background: url(https://theglobalelephant.ocmono.in/assets/img/deliver-1-1.png) center/cover no-repeat;
}

/* deco/allied */

.mil-services-grid-item {
  min-height: 350px;
}

.mil-create-bg {
  background-color: #1C365C !important;
}

.mil-services-grid-item img {
  /* max-width: 200px; */
  /* margin-top: 70px; 
  transform: translateY(35px); 
   transition: transform 0.4s ease;  */
  height: 60px;
}



/*  */

/* Overlay (dark tint) */
.mil-bg-imagine::before,
.mil-bg-create::before,
.mil-bg-deliver::before {
  content: '';
  position: absolute;
  inset: 0;
  /* background: rgba(0, 0, 50, 0.6); */
  /* z-index: 1; */
  transition: background 0.6s ease;
}

/* Duplicate background layer for zoom motion */
.mil-bg-imagine::after,
.mil-bg-create::after,
.mil-bg-deliver::after {
  content: '';
  position: absolute;
  inset: 0;
  background: inherit;
  background-size: cover;
  background-position: center;
  z-index: 0;
  transform: scale(1);
  transition: transform 1s ease-in-out;
}

/* Text layers */
.mil-bg-imagine *,
.mil-bg-create *,
.mil-bg-deliver * {
  position: relative;
  z-index: 2;
}

/* Hover zoom */
.mil-bg-imagine:hover::after,
.mil-bg-create:hover::after,
.mil-bg-deliver:hover::after {
  transform: scale(1.1);
}

/* Overlay darkens slightly on hover */
.mil-bg-imagine:hover::before,
.mil-bg-create:hover::before,
.mil-bg-deliver:hover::before {
  background: rgba(0, 0, 50, 0.75);
}

/* additonal css */

.our_projects_area-1 {
  margin-top: 100px;
}

/* team */

.mil-team-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(70%);
  /* reduces whiteness, darkens image */
  transition: filter 0.4s ease;
}

/*projects detaitls page*/

.hero-section {
  position: relative;
  min-height: 700px;
  background: url('https://images.unsplash.com/photo-1558981359-219d6364c9e5?auto=format&fit=crop&w=1400&q=80') no-repeat center center/cover;
}

.hero-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(20, 24, 28, 0.8);
  z-index: 0;
}

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

.category {
  color: #e84eb4;
  letter-spacing: 2px;
  font-weight: 600;
}

.title {
  color: #a9c5ff;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.location {
  color: #b6b6b6;
  letter-spacing: 3px;
}

.card-box img {
  transition: transform 0.3s ease;
}

.card-box:hover img {
  transform: scale(1.05);
}

.card-box p {
  color: #fff;
  font-size: 0.9rem;
  letter-spacing: 2px;
}


.gallery {
  padding: 0 0 60px 0 !important;
  overflow: hidden;
  /* background-color: #F3F3F3; */
}

.gallery-item {
  overflow: hidden;
  border-right: 3px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
}

.gallery-item img {
  transition: all ease-in-out 0.4s;
  width: 100%;
  height: auto;
}

.gallery-item:hover img {
  transform: scale(1.1);
}

#views-bootstrap-gallery-block-1 .col.col-12.col-sm-12.col-md-2.col-lg-2.col-xl-2.col-xxl-2 {
  padding: 0px !important;
}

/* #views-bootstrap-gallery-block-1 {
    margin-left: 0px;
} */

.imagine-cont {
  margin-top: 100px;
}


/* .mil-portfolio-item-content{
  margin-top: 200px;
} */

#views-bootstrap-project-term-view-block-1 {
  margin-top: 150px;
}

#views-bootstrap-gallery-block-1 {
  margin-left: 0px;
}

/* 
.create-img,
.imagine-img {
  margin-bottom: 350px;
} */

.create-img img {
  max-width: 700px;
}

/* contact us */

/* .contact-section {
  padding: 60px 0 0 0;
} */

.contact-box {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  padding: 40px;
}

.contact-info h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #0c1a36;
}

.contact-info p {
  color: #6c757d;
}

.contact-info small {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #6c757d;
  font-weight: 500;
}

.contact-info .icon-box {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
  color: #0c1a36;
}

.contact-info .icon-box i {
  font-size: 1.5rem;
  color: #0d6efd;
}

.form-control,
.form-select {
  border-radius: 8px;
  padding: 12px;
}

.btn-custom {
  background-color: #0d6efd;
  color: #fff;
  border-radius: 50px;
  padding: 10px 25px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
}

.btn-custom:hover {
  background-color: #0b5ed7;
}

.contact-wrapper {
  padding: 80px 20px;
  max-width: 700px;
  margin: 0 auto;
}

.subheading {
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 1px;
  color: #888;
  margin-bottom: 10px;
}

.heading {
  font-size: 2.2rem;
  font-weight: 700;
  color: #0c1a36;
  line-height: 1.3;
  margin-bottom: 15px;
}

.heading span {
  color: #0c1a36;
  font-weight: 800;
}

.description {
  color: #6c757d;
  font-size: 1rem;
  margin-bottom: 40px;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 25px;
}

.contact-item i {
  font-size: 1.8rem;
  color: #0d6efd;
  background-color: #000;
  padding: 12px;
  border-radius: 10px;
}

.contact-label {
  font-size: 18px;
  color: #6c757d;
  margin-bottom: 3px;
}

.contact-value {
  font-weight: 500;
  color: #1a1f36;
  font-size: 1rem;
}

.contact-map {
  margin-top: 50px;
}

.philosophy-img img {
  height: 450px;
}

/* 
    .contact-card {
      background-color: #eaeaea;
      padding: 30px;
      border-radius: 8px;
      max-width: 320px;
    } */

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 10px;
}

.icon-circle {
  background-color: rgb(221, 13, 125);
  color: #fff;
  font-size: 1.2rem;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex-shrink: 0;
}

.contact-title {
  font-weight: 600;
  color: #000;
  margin-bottom: 2px;
  font-size: 1rem;
}

.contact-text {
  color: #555;
  font-size: 0.95rem;
  margin: 0;
}

/* parallax */
.parallax-section {
  background-image: url('https://theglobalelephant.ocmono.in/assets/img/Behind-bg-1-1.png');
  background-attachment: fixed;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 500px;
  position: relative;
  z-index: 1;
}

/* Dark overlay for text readability */
/* .parallax-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.9) 40%, rgba(0, 0, 0, 0.3) 100%);
  z-index: 0;
} */

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

.parallax-section .subheading {
  font-weight: 600;
  letter-spacing: 1px;
  /* color: #d4b48a; */
}

.parallax-section .lead {
  color: #e0e0e0;
  font-size: 1.05rem;
  line-height: 1.8;
}

h2.mil-up-h2 {
  color: #0B539466;
  font-size: 82px;
  font-weight: 600;
  line-height: 92px;
  text-align: right;
  margin-right: 50px;
  font-family: "Alverata", sans-serif;
}

.philosophy-content {
  font-size: 16px;
  color: #818285 !important;
  font-family: "Alverata", sans-serif;
  font-weight: 400;
  line-height: 1.7em;
}

h3.mil-up-white {
  color: #fff;
}

/* allied */

.allied-section {
  background-color: #eaeaea;
  padding: 30px 0;
}

.allied-logo img {
  /* height: 40px; */
  max-width: 70%;
}

.allied-tagline {
  color: #434343;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 2px;
  word-spacing: 5px;
  font-weight: 400;
}

.btn-learn {
  background-color: #e5007d;
  color: #fff;
  border: none;
  padding: 10px 25px;
  font-size: 0.8rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 0;
  transition: background 0.3s ease;
}

.btn-learn:hover {
  background-color: #c20068;
  color: #fff;
}

.contact-item-icon i {
  background-color: #000 !important;
  width: 25px;
  height: 25px;
  line-height: 25px;
}

/* social media */

.social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: rgb(221, 13, 125);
  /* orange background */
  color: #fff;
  font-size: 1.2rem;
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.3s ease;
}

.social-link:hover {
  background-color: #d95a00;
  /* darker orange on hover */
  transform: translateY(-3px);
  color: #fff;
}

/* philosophy */

.philosophy {
  margin-top: 50px;
}

.philosophy {
  margin-top: 50px;
}

.philosophy h4 {
  padding: 20px 0;
}

h5.mil-muted-h5 {
  font-size: 40px;
  margin-top: 70px;
  transform: translateY(80px);
  transition: transform 0.4s ease;
}


.mil-services-grid-item:hover h5.mil-muted-h5 {
  transform: translateY(5px);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.bg-light-gray {
  background-color: #c1bebf;
  /* same tone as your sample banner */
}

.tracking-wide {
  color: #FFFFFF;
  font-size: 28px;
  text-transform: uppercase;
  letter-spacing: 10px;
  word-spacing: 5px;
  font-family: "Alverata", sans-serif;

}

.company {
  padding: 25px 0;
}

.magic-content {
  text-align: right;
  padding-left: 20px;
}

.magic-content h3 {
  color: #88ADCE;
  font-size: 48px;
  font-weight: 400;
  line-height: 62px;
  font-family: "Alverata", sans-serif;
}

.magic-content p {
  color: #fff !important;
  font-size: 16px;
  font-weight: 400;
  font-family: "Alverata", sans-serif;
  font-style: italic;
}

/* menu */
/* Burger */
/* #burger-wrap {
  position: absolute;
  top: 0;
  right: 15px;
  margin: 0;
  padding: 0;
  width: 60px;
  height: 80px;
}

.burger {
  position: absolute;
  top: 30px;
  right: 30px;
  overflow: hidden;
  cursor: pointer;
  margin: 0;
  padding: 0;

  border: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  background-color: transparent;
}

.game-board:hover .box {
  width: 9px;
  height: 9px;
  transform: rotate(45deg);
}

.game-board {
  display: grid;
  grid-template-rows: 13px 13px 13px;
  grid-template-columns: 13px 13px 13px;
  background: transparent;
}

.box {

  display: flex;
  align-items: center;
  justify-content: center;
  color: #AAA;
  margin: 2px;
}

.ele-logo {
  position: absolute;
  background: linear-gradient(#020202, #02020200);
  text-align: center;
  margin: 0 auto;
  width: 100%;
  height: 400px;
}



.ele-logo img {
  text-align: center;
  margin: 0 auto;
  width: 275px;
  margin-top: 15px;
}



@media only screen and (max-width: 600px) {
  .ele-logo {
    position: absolute;
    text-align: left;
    margin: 0;
    width: 100%;
    height: 250px;

  }

  .ele-logo img {
    text-align: center;
    margin: 0 auto;
    width: 180px;
    margin-top: 30px;
    margin-left: 20px;
  }
} */

/* .mill-para{
  color: #fff;
} */

.mil-landmark {
  color: #0B539466;
  font-size: 47px;
  line-height: 57px;
  font-weight: 600;
  font-family: "Alverata", sans-serif;
}

.contact-info {
  display: flex;
  flex-direction: column;
  /* gap: 10px; */
  color: rgba(255, 255, 255, 0.8);
  font-family: "Alverata", sans-serif;
  font-size: 16px;
  /* line-height: 1.6; */
}

.contact-item {
  display: flex;
  align-items: center;
}

.contact-item i {
  color: #ffffff;
  font-size: 20px;
  margin-right: 10px;
}

/* .contact-item a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-item a:hover {
  color: #00bcd4;
  
} */

/* allied */
/* Hero Section */
.hero-section {
  position: relative;
  background: url('https://theglobalelephant.ocmono.in/assets/img/Allied-bg.jpg') center center/cover no-repeat;
  height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  /* text-align: center; */
}

/* Dark overlay */
/* .hero-section::before {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.55);
      z-index: 0;
    } */

.hero-content {
  position: relative;
  z-index: 1;
  padding: 0 15px;
  /* max-width: 800px; */
  margin-right: 800px;
}

.hero-content h1 {
  color: #FFFFFF;
  font-size: 50px !important;
  font-weight: 500;
  text-transform: none;
  font-style: normal;
  text-decoration: none;
  line-height: 64px;
  letter-spacing: -2px;
  word-spacing: 0em;
  font-family: "Alverata", sans-serif;
}

@media (min-width: 768px) {
  .hero-content h1 {
    font-size: 3rem;
  }
}

.shaping-section {
  position: relative;
  background: url('https://theglobalelephant.ocmono.in/assets/img/Shaping-Iconi.jpg') center center/cover no-repeat;
  /* removed parallax effect */
  color: #222;
  overflow: hidden;
  padding: 100px 100px;
}

.shaping-section::before {
  content: "";
  position: absolute;
  inset: 0;
  /* background: rgba(255, 255, 255, 0.85);  */
  z-index: 0;
}

.shaping-section .container {
  position: relative;
  z-index: 1;
}


.shaping-headline {
  color: #307abe;
  font-size: 50px;
  font-weight: 400;
  text-transform: none;
  font-style: normal;
  text-decoration: none;
  line-height: 1.1em;
  letter-spacing: -2px;
  word-spacing: 0em;
  font-family: "Alverata", sans-serif;
  /* padding: 50px 0px 0px 50px; */
}

.shaping-headline-content {
  color: #7a7a7a;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5em;
  font-family: "Alverata", sans-serif;
}

.deliver-content {
  max-width: 1500px;
}

.We-content {
  text-align: left;
  padding: 0px 0px 50px 50px;
}

.We-content h3 {

  font-size: 22px;
  font-weight: 500;
  text-transform: capitalize;
  font-style: normal;
  text-decoration: none;
  line-height: 1.1em;
  letter-spacing: 0px;
  color: #307ABE;
  font-family: "Alverata", sans-serif;
}

/* .We-content p {

  color: #7a7a7a;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
  letter-spacing: 0px;
  word-spacing: 0em;
  font-family: "Alverata", sans-serif;
} */


h3 {
  color: #d63384;
  /* accent pink tone */
}

.allied-hero {
  position: relative;
  background: url("https://theglobalelephant.ocmono.in/assets/img/Behind-bg-1-1.png") center center / cover no-repeat;
  background-attachment: fixed;
  /* Enables parallax effect */
  color: #fff;
  text-align: center;
  padding: 120px 20px;
  overflow: hidden;
}

.allied-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 0;
}

.allied-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
  text-align: right;
}

.allied-title {
  color: #88ADCE;
  font-size: 70px;
  font-weight: 500;
  line-height: 69px;
  font-family: "Alverata", sans-serif;
}


.allied-word span {
  font-size: 70px;
  font-weight: 900;
  line-height: 69px;
  font-family: "Alverata", sans-serif;
  letter-spacing: -12px;
}

/* Color for each letter of ALLIED */
.a {
  color: #d9048e;
}

.l1,
.l2 {
  color: #48038c;
}

.i {
  color: #849b67;
}

.e {
  color: #f263b2;
}

.d {
  color: #77b3d9;
}

.allied-desc {
  font-size: 1.1rem;
  color: #ddd;
  margin-top: 20px;
  line-height: 1.8;
}

/* ===== Colored Feature Boxes ===== */
.allied-features {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
}

.feature-box {
  flex: 1 1 16.6%;
  padding: 40px 20px;
  color: #fff;
  background-color: #ffffffb3;
}

.feature-box h4 {
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #FFFFFF;
  font-family: "Alverata", sans-serif;
}

.feature-box p {
  font-size: 0.95rem;
  margin-bottom: 25px;
  color: #FFFFFF;
  font-size: 15px;
  line-height: 18px;
  font-family: "Alverata", sans-serif;
}

.feature-box h5 {
  margin-bottom: 0px;
  color: #307abe;
  font-size: 23px;
  font-weight: 600;
  font-family: "Alverata", sans-serif;
}

.feature-letter {
  color: #D9048E;
  font-size: 115px;
  -webkit-text-stroke-width: 0.011rem;
  stroke-width: 0.011rem;
  -webkit-text-stroke-color: #000;
  stroke: #000;
  font-family: "Alverata", sans-serif;
  padding-top: 100px;
  font-weight: 400;
}

/* Individual colors for each section */
.feature-architecture {
  background: linear-gradient(to bottom, #b30074 0%, #d82a87 35%, #e6e6e6 100%);
}

.feature-landscape {
  background-image: linear-gradient(180deg, #48038C 33%, #e6e6e6 100%);
}

.feature-lighting {
  background-image: linear-gradient(180deg, #0487D9 33%, #e6e6e6 100%);
}

.feature-interior {
  background-image: linear-gradient(180deg, #849B67 33%, #e6e6e6 100%);
}

.feature-engineering {
  background-image: linear-gradient(180deg, #F263B2 33%, #e6e6e6 100%);
}

.feature-delivery {
  background-image: linear-gradient(180deg, #77B3D9 33%, #e6e6e6 100%);
}

/* ===== Responsive Adjustments ===== */
@media (max-width: 992px) {
  .allied-title {
    font-size: 2.3rem;
  }

  .feature-box {
    flex: 1 1 50%;
  }
}

@media (max-width: 576px) {
  .feature-box {
    flex: 1 1 100%;
  }
}

.feature-box {
  /* border-radius: 8px; */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

.feature-icon {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

h2 {
  font-size: 2.2rem;
}

/*  */

.beyond {
  color: #DD0D7D;
  font-size: 13px;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 3px;
  font-family: "Barlow", sans-serif;
}


.project-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 15px;
  margin-top: 1.5rem;
}

.project-gallery-item img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.project-gallery-item img:hover {
  transform: scale(1.03);
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
}

.para-content {
  color: #7a7a7a;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
  letter-spacing: 0px;
  word-spacing: 0em;
  font-family: "Alverata", sans-serif;
}

/* deco */

.deco-headline {
  color: #000;
  font-size: 47px;
  line-height: 57px;
  font-weight: 400;
  font-family: "Alverata", sans-serif;
  line-height: 80px;
}

span.deco-type {
  color: #0B539466;
}



.deco-hero-section {
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url('deco-bg.jpg') center/cover no-repeat;
}

.section-title {
  font-weight: 700;
  text-transform: uppercase;
  border-left: 5px solid #000;
  padding-left: 10px;
}

.material-card:hover {
  transform: translateY(-5px);
  transition: 0.3s;
}

.finish-card {
  border-left: 5px solid #000;
}

.cta-section {
  background: #000;
  color: #fff;
}

.cta-section .btn-light {
  font-weight: 600;
}

footer {
  background: #fff;
  border-top: 1px solid #ccc;
}

/* deco */
.sub-intro-text {
  font-family: 'Alverata', sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  color: var(--accent-taupe);
  margin-bottom: 50px;
  letter-spacing: 5px;
  text-transform: uppercase;
}

span.deco-span {
  color: #8F6CBC;
}

h1.deco-headline {
  font-size: 50px;
}

/* .mil-services-grid .mil-services-grid-item-bg:last-child .mil-service-card-sm {
  background-color: #941156;
} */


.mil-service-card-sm:hover {
  color: #fff;
}

.mil-service-card-sm:hover .allied-header {
  transform: translateY(5px);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.mil-service-card-sm:hover .allied-header .allied-content {
  opacity: 0;
}




.mil-service-card-sm:hover h5 {
  /* transform: translateY(0px); */
}



/* ====== Base Card Styling ====== */
.mil-jali-card {
  position: relative;
  color: #fff;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
  border-radius: 0;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

/* ====== Black Overlay Layer ====== */
.mil-jali-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,
      rgba(0, 0, 0, 0.85) 0%,
      rgba(0, 0, 0, 0.5) 50%,
      rgba(0, 0, 0, 0.15) 100%);
  opacity: 0.8;
  z-index: 1;
  transition: all 0.4s ease;
}

/* ====== Text above overlay ====== */
.mil-jali-card h5,
.mil-jali-card p,
.mil-jali-card .mil-button {
  position: relative;
  z-index: 2;
}


/* ====== Hover Interaction ====== */
.mil-jali-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.45);
}

.mil-jali-card:hover::after {
  opacity: 1;
  background: linear-gradient(to top,
      rgba(0, 0, 0, 0.95) 0%,
      rgba(0, 0, 0, 0.6) 50%,
      rgba(0, 0, 0, 0.25) 100%);
}

/* ====== Individual Background Images ====== */
.deco-jali {
  background-image: url("https://theglobalelephant.ocmono.in/assets/img/jalis-1.png");
}

.deco-grating {
  background-image: url("https://theglobalelephant.ocmono.in/assets/img/planters1.png");
}

.deco-fins {
  background-image: url("https://theglobalelephant.ocmono.in/assets/img/planters1.png");
}

.deco-planter {
  background-image: url("https://theglobalelephant.ocmono.in/assets/img/planters1.png");
}

.deco-seating {
  background-image: url("https://theglobalelephant.ocmono.in/assets/img/planters1.png");
}

.deco-railing {
  background-image: url("https://theglobalelephant.ocmono.in/assets/img/planters1.png");
}

.deco-lamp {
  background-image: url("https://theglobalelephant.ocmono.in/assets/img/planters1.png");
}

.deco-all {
  background-image: url("https://theglobalelephant.ocmono.in/assets/img/planters1.png");
}

/* deco, allied */
/* Common card styling */
.mil-bg-deco,
.mil-bg-allied,
.mil-bg-project {
  display: block;
  position: relative;
  color: #fff;
  height: 100%;
  padding: 40px;
  overflow: hidden;
}

/* Individual background images */
.mil-bg-deco {
  /* background: url(https://theglobalelephant.ocmono.in/assets/img/deco-1.png) center/cover no-repeat; */
  background-color: #532c84;
}

.mil-bg-allied {
  /* background: url(https://theglobalelephant.ocmono.in/assets/img/allied1.png) center/cover no-repeat; */
  background-color: #307abf;
}

.mil-bg-project {
  /* background: url(https://theglobalelephant.ocmono.in/assets/img/allied-2.png) center/cover no-repeat; */
  background-color: #de0d7d;
}

/* Overlay (dark tint) */
.mil-bg-deco::before,
.mil-bg-allied::before,
.mil-bg-project::before {
  content: '';
  position: absolute;
  inset: 0;
  /* background: rgba(0, 0, 50, 0.6); */
  z-index: 1;
  /* transition: background 0.6s ease; */
}

/* Duplicate background layer for zoom effect */
.mil-bg-deco::after,
.mil-bg-allied::after,
.mil-bg-project::after {
  content: '';
  position: absolute;
  inset: 0;
  background: inherit;
  background-size: cover;
  background-position: center;
  z-index: 0;
  transform: scale(1);
  transition: transform 1s ease-in-out;
}

/* Text layers */
.mil-bg-deco *,
.mil-bg-allied *,
.mil-bg-project * {
  position: relative;
  z-index: 2;
}

/* Hover zoom */
.mil-bg-deco:hover::after,
.mil-bg-allied:hover::after,
.mil-bg-project:hover::after {
  transform: scale(1.1);
}

/* Overlay darkens slightly on hover */
/* .mil-bg-deco:hover::before,
.mil-bg-allied:hover::before,
.mil-bg-project:hover::before {
  background: rgba(0, 0, 50, 0.75);
} */

/* banner */
/* Gradient overlay for better text contrast */
.mil-gradient {
  position: absolute;
  inset: 0;
  /* background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.8)); */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
  z-index: 1;
}

/* Centered overlay text */
.mi-invert-fix .mil-banner-content {
  position: absolute;
  top: 96%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
  max-width: 100%;
  padding: 0 20px;
  background-color: #C0BDBE;
  bottom: 0;
}

/* Text styling */
.mi-invert-fix .mil-banner-content h1 {
  font-size: 3rem;
  letter-spacing: 1px;
}

.mi-invert-fix .mil-banner-content h5 {
  color: #FFFFFF;
  font-size: 28px;
  text-transform: uppercase;
  letter-spacing: 10px;
  word-spacing: 5px;
  margin-bottom: 0 !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .mi-invert-fix .mil-banner-content h1 {
    font-size: 2rem;
  }

  .mi-invert-fix .mil-banner-content h5 {
    font-size: 0.9rem;
  }
}

/* sign */
.signature-wrapper {
  max-width: 950px;
  margin: 40px auto;
  padding: 20px;
}

.name {
  font-weight: 700;
  color: #6b3fa0;
  font-size: 38px;
  margin-bottom: 2px;
}

.designation {
  font-size: 20px;
  color: #333;
  margin-top: 20px;
}

.divider {
  width: 1px;
  height: 80px;
  background: #ccc;
  margin: 0 20px;
}

.logo img {
  width: 100%;
}

.mil-banner,
.mil-video-bg,
#heroVideo {
  background: #000 !important;
  transition: opacity 1s ease-in-out;
  opacity: 1;
}

/* .contact-info {

     border-left: 3px solid #d2d2d2;
 } */

.contact-info img {
  height: 18px;
  margin-right: 8px;
  vertical-align: middle;
  margin-left: 28px;
}

/* 
.contact-info a {
  text-decoration: none;
  font-size: 18px;
} */

.anniversary img {
  height: 90px;
}

/* .anniversary{
  margin-top: 100px;
 } */

@media (max-width: 768px) {
  .divider {
    display: none;
  }

  .anniversary {
    text-align: left;
    margin-top: 20px;
  }
}

.gray-divider {
  border: none;
  /* Remove default border */
  border-top: 1px solid #ccc;
  /* Add a 1px solid gray line */
  margin: 20px 0;
  /* Add some vertical spacing */
}

.signature-wrapper {
  margin-top: 100px;
}

.contact-img {
  margin-top: 50px;
}

.contact-info {
  margin-top: 30px;
}

/*  */
.img-001 img {
  max-width: 700px;
}

/* .mil-banner .ocmono-01 {
  margin-top: 40px;
} */

.mil-banner .imagine-content {
  margin-top: 150px;
}

.ocmono-01 .imagine-content h1 {
  color: #fff;
}

.ocmono-01 .imagine-content p {
  color: #fff;
  font-size: 18px;
}

/* Centering all words */
.word-block {
  position: absolute;
  inset: 0;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  opacity: 0;
  transition: opacity 1.5s ease;
  overflow-x: hidden;
  transform: translateY(-50px);
}

/* First word starts visible */
.word-block.visible {
  opacity: 1;
}

.imagine-letter {
  font-size: 20vw;
  font-weight: 800;
  font-family: "Montserrat", sans-serif;
  opacity: 0.6;
  mix-blend-mode: screen;
  display: inline-block;

  animation: groupTogether 6s ease-in-out infinite;
}

/* rainbow colors */
.imagine-letter:nth-child(1) {
  color: rgba(255, 60, 60, 0.8);
}

.imagine-letter:nth-child(2) {
  color: rgba(60, 200, 120, 0.8);
}

.imagine-letter:nth-child(3) {
  color: rgba(220, 80, 200, 0.8);
}

.imagine-letter:nth-child(4) {
  color: rgba(230, 160, 50, 0.8);
}

.imagine-letter:nth-child(5) {
  color: rgba(50, 180, 240, 0.8);
}

.imagine-letter:nth-child(6) {
  color: rgba(90, 240, 150, 0.8);
}

.imagine-letter:nth-child(7) {
  color: rgba(240, 70, 150, 0.8);
}


/* "Friends coming together" animation */
@keyframes groupTogether {
  0% {
    transform: translateX(30px);
    letter-spacing: 20px;
  }

  60% {
    transform: translateX(-40px);
    letter-spacing: -70px;
  }

  100% {
    transform: translateX(-20px);
    letter-spacing: -50px;
  }
}

/* imagine */
.imagine {
  animation: showWord1 22s infinite;
}

@keyframes showWord1 {

  0%,
  33% {
    opacity: 1;
  }

  34%,
  100% {
    opacity: 0;
  }
}

/* create */
.create {
  animation: showWord2 22s infinite;
}

@keyframes showWord2 {

  0%,
  33% {
    opacity: 0;
  }

  34%,
  66% {
    opacity: 1;
  }

  67%,
  100% {
    opacity: 0;
  }
}

/* deliver */
.deliver {
  animation: showWord3 22s infinite;
}

@keyframes showWord3 {

  0%,
  66% {
    opacity: 0;
  }

  67%,
  100% {
    opacity: 1;
  }
}

/*  */
/* CSS */
.button-48 {
  appearance: none;
  background-color: #dd0d7d;
  /*! border: 1px solid #dd0d7d; */
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: Clarkson, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1em;
  margin: 0;
  opacity: 1;
  outline: 0;
  padding: 18px 35px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-rendering: geometricprecision;
  text-transform: capitalize;
  transition: opacity 300ms cubic-bezier(.694, 0, 0.335, 1), background-color 100ms cubic-bezier(.694, 0, 0.335, 1), color 100ms cubic-bezier(.694, 0, 0.335, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  white-space: nowrap;
  border-width: 0;
}

.button-48:before {
  animation: opacityFallbackOut .5s step-end forwards;
  backface-visibility: hidden;
  background-color: #307abe;
  clip-path: polygon(-1% 0, 0 0, -25% 100%, -1% 100%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateZ(0);
  transition: clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1), -webkit-clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1);
  width: 100%;
}

.button-48:hover:before {
  animation: opacityFallbackIn 0s step-start forwards;
  clip-path: polygon(0 0, 101% 0, 101% 101%, 0 101%);
}

.button-48:after {
  background-color: #FFFFFF;
}

.button-48 span {
  z-index: 1;
  position: relative;
}



/* Pritam's CSS */

.mil-dark-bg ul {
  padding-left: 0px;
  font-size: 14px;
}

/* turnkey */

.node__content {
  margin-top: 0px !important;
}


.container-xl {
  width: 100%;
  margin: auto 120px;
}


.mil-menu-list {
  padding-left: 0px;
}




.oc-products .mil-muted {
  color: rgba(0, 0, 0);
}

.oc-products .mil-light-soft {
  color: rgba(0, 0, 0, 0.4);
}

.oc-product-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.oc-product-img:hover {
  transform: scale(1.05);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}

.oc-allied-img {
  width: 70px;
  height: auto;
  object-fit: cover;
  transition: all 0.3s ease;
  filter: brightness(0) invert(0.7);
}

.oc-allied-img:hover {
  filter: brightness(0) invert(0);
  transform: scale(1.05);
  /* box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2); */
}


.about .mil-service-card-lg .mil-offset {
  margin-bottom: 0 !important;
}

.mil-hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 177.78%;
  height: 177.78%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  transition: opacity 0.7s ease-in-out;
  background: transparent !important;
}



.mil-frame .mil-frame-top {
  /* background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.7) 30%, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0.1) 80%, rgba(0, 0, 0, 0) 100%); */
  padding: 10px 60px !important;
  transition: background 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: background;
}

/* Full black background on scroll */
body.scrolled .mil-frame .mil-frame-top {
  background: rgba(0, 0, 0, 1);
  transition: background 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.mil-logo-large img {
  height: 80px;
  width: auto;
  object-fit: contain;
  object-position: center;
  display: block;
  transition: height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: height;
}

/* Logo height on scroll */
body.scrolled .mil-logo-large img {
  height: 60px;
}

/* Override black background with gradient for banner section */
.mil-banner {
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%) !important;
}

/* Override video background with gradient fallback */
.mil-video-bg {
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%) !important;
}

/* Ensure hero video background is transparent */
#heroVideo {
  background: transparent !important;
}


.bef-exposed-form .form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: .125rem;
  float: left;
  background: #333;
  margin-right: 10px;
  border-radius: 50px;
  padding: 6px 21px 6px 39px;
  color: #fff;
}

.bef-exposed-form .form-check .form-check-input {
  float: left;
  margin-left: -30px;
  width: 25px;
  height: 25px;
  margin-top: 0;
}



.bef-exposed-form .form-check-input:checked {
  background-color: #dd0d7d;
  border-color: #dd0d7d;
}


.bef-exposed-form input {
  padding: 0 !important;
  margin-bottom: 0 !important;
}

.oc-product-img-one img {
  width: 100%;
  max-width: 450px;
  height: auto;
  object-fit: cover;
  transition: all 0.3s ease;
}

.oc-product-img-one img:hover {
  transform: scale(1.05);
}

.contact-info .contact-item a:hover {
  color: #fff !important;
}


.sub-logo .region-header-sub-logo .content .field--name-body img{
  filter: brightness(0) invert(1);
}

.sub-logo .region-header-sub-logo .content .field--name-body{
text-align: center;
}

.mil-content .mil-inner-banner .mil-banner-content .project-gallery-grid{
  margin-bottom: 100px;
}

.flex-control-nav{
  display: none;
}

.oc-cover-section .mil-breadcrumbs-deco-3 {
  right: 260px;
}

.oc-cover-section .oc-cover-content-deco-3{
  /* right: 322px; */
  left: -232px;

}
