﻿
html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  max-width: 100%;
  font-family: 'Poppins', 'sans-serif';
  

  
}




* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;

}

* {
  margin: 0;
  padding: 0;
  text-decoration: none
}


/*--== color ==--*/


.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #212529;
}

hr {
  color: #a2a2a2;
}

:root {
  --bs-primary: #db2c1c !important;
  /* your new color */
  --bs-primary-rgb: #bc1d0f !important;
  --prime-dark: #242424;

}

.primary-clr {
  color: var(--bs-primary) !important;
}

.btn-black {
  background-color: #242424 !important;
  color: #fff;

}

.btn-black:hover {
  background-color: var(--bs-primary) !important;
  color: #fff;
}

.btn-main {
  background-color: var(--bs-primary) !important;

  color: #fff;

}

.btn-main:hover {
  background-color: var(--prime-dark) !important;

  color: #fff;
}





/* # page Header
================================================== */


.page-header {
  color: #fff;
  padding: 220px 0 100px 0;
  text-align: center;
  position: relative;
  z-index: 1;
  
 background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll; /* change to fixed if needed */
  background-color: #000; /* optional fallback */
}

.breadcrumb-item+.breadcrumb-item::before {

  color: #fff !important;
  opacity: .7;

}






/* # Brand page
================================================== */

.brand-link {
  text-decoration: none;
  font-weight: 600;
  color: #2c447b !important;
  padding-top: 20px;

}

.brand-link i {
  margin-right: 6px;
}

.brand-link:hover {
  text-decoration: none !important;
  color: var(--bs-primary) !important;
}



.brand-box {
  border: 2px solid #eee;
  border-radius: 12px;
  padding: 0;
  cursor: pointer;
  background: #fff;
  text-align: center;
  transition: .3s;
}

.brand-box:hover {
  border-color: #ccc;
}

.brand-active {
  border: 2px solid #9aa1ab !important;
}

.brand-logo {
  max-width: 100%;
  object-fit: contain;
}

.brand-page {
  padding-left: 3rem !important;
}


.brand-page img {
  max-width: 100%;
}

.brand-page h4 {
  color: #f5821f;
  color: var(--bs-primary) !important;
}


.brand-side-image {
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fff;
  overflow: hidden;
  display: flex;
  /* keeps the aspect ratio stable */
  align-items: center;
  justify-content: center;
}

.brand-side-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}



@media (max-width: 768px) {
  .brand-page {
    padding: 1rem !important;
  }

}




/*--------------------------Pre----------------------------------*/
.no-js #loader {
  display: block;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  background: url(../images/Home/loader.gif) center no-repeat #f2f1f2;
}






/* # Home page
================================================== */



/* -----------------------------
 Banner
----------------------------- */


.video-banner h1 {
  color: #ffffffec;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 75px;
}

@media(max-width:768px) {


  .video-banner h1 {
    font-weight: 600;
    margin-top: 75px;
    font-size: calc(2rem + 3.9vw) !important;
  }
}

.video-banner .tagline {
  font-size: clamp(1rem, 0.8rem + 2vw, 1.5rem);
  opacity: .8;
}



.video-banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* full viewport width */
  max-width: 100%;
  height: 100vh;
  /* full viewport height */
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url('images/Home/bannerbg.jpg') center/cover no-repeat;
  /* fallback */
  z-index: 1;
  margin: 0;
  padding: 0;
}

.banner-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  transform: translate(-50%, -50%);
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
  z-index: 0;

}

/* Overlay stays same */
.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  z-index: 2;
}

.banner-content {
  position: relative;
  z-index: 3;
  text-align: center;
}

/* Header on top */
header,
.navbar {
  position: relative;
  z-index: 9999;
}



.banner-content {
  position: relative;
  z-index: 3;
  text-align: center;
}



/*--== About sec ==--*/

/* 4:3 aspect ratio */
.ratio-3x4_5 {
  aspect-ratio: 3 / 4.5 !important;
}

/* Center image visually */
.img-center {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.Home-abt {
  width: 100%;
  height: auto;
  padding: 60px 0 40px 0;
  /* 
  background-image: url("../images/SectionBG.png"); */
  background-attachment: fixed;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;

}


.Home-abt-image img {
  padding: 0 40px;
  width: 100%;
}

.Home-abt h3 {
  /* font-size: 65px;
  line-height: 74px; */
  font-weight: 500;
  color: #242424;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
}

.Home-abt h3 span {
  color: #242424;
}

.Home-abt p {
  padding: 10px 20px 00px 0;
  font-size: 15px;
  line-height: 22px;
  color: #363945;
}


@media(max-width:768px) {
  .Home-abt-image img {
    padding: 0 15px;
    width: 100%;
  }
}



/*--== Services Icon section ==--*/



.services-section {
  position: relative;
  font-family: "Manrope", sans-serif;
    padding: 120px 0 280px 0;

    background-image: url("../images/Other/115604.jpg"); 
  background-attachment: fixed;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;


}

.services-section:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #0e162ae1;
  opacity: 70%;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.services-content {
  position: relative;


  z-index: 2;
}
.services-content p-rem{

  background: rgba(0, 0, 0, 0.364);
  /* border: 1px solid rgba(255,255,255,0.35); */
  backdrop-filter: blur(8px) saturate(180%);
  -webkit-backdrop-filter: blur(18px) saturate(180%);
  border-radius: 2px;
  color: #fff;
  padding: 25px;
  transition: 0.3s ease;
  /* box-shadow: 0 6px 25px rgba(0,0,0,0.25); */

}


.services-box {
  margin-top: -140px;
  margin-bottom: 60px;
  position: relative;
  z-index: 2;

}

.icon:hover h5{
 
  transition:all 0.4s ease-in-out;
  
}

.icon:hover h5{
  color: var(--bs-primary) !important;
  transition:all 0.4s ease-in-out;
  
}

.icon img {
  max-width: 90px;

  transition: 0.70s;
  -webkit-transition: 0.70s;
  -moz-transition: 0.70s;
  -ms-transition: 0.70s;
  -o-transition: 0.70s;
}

.icon:hover img {
  transition: 0.70s;
  -webkit-transition: 0.70s;
  -moz-transition: 0.70s;
  -ms-transition: 0.70s;
  -o-transition: 0.70s;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.services-box h5 {

  font-weight: 500;
  /* font-family: "Manrope", sans-serif; */

}

.service-icon-box {
  border: 1px solid #f5f5f5;
  border-radius: 40px;
  padding: 60px;
  box-shadow: 0px 4px 30px 0px #0000000A;

}

.service-btn {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.separator {
  fill: none;
  stroke: #bdbdbdff;
  stroke-width: 1.7;
  stroke-miterlimit: 10;
}

/* Mobile fix */
/* @media (max-width: 992px) {
  .services-box {
    position: relative;
    bottom: 0;
    margin-top: 40px;
  }
} */

@media (max-width: 768px) {

  .services-section {
    position: relative;
    padding: 89px 0 200px 0;
}
  .services-box .border-end {
    border-right: 0px solid transparent !important;
  }

  .service-icon-box {
    border: 1px solid #f5f5f5;
    border-radius: 20px;
  }

}


/*--== Global partners ==--*/

.global-partners .partner-item {
    border: 1px solid #ddd;
    padding: 25px;
    filter: grayscale(100%);
    background: #fff;
    transition: all 0.4s ease;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .global-partners h2 {
    font-family: "Oswald", sans-serif;
  }

  .global-partners .partner-item:hover {
    filter: grayscale(0%);
    transform: translateY(-6px);
  }

  .partner-logo {
    max-height: 70px;
    object-fit: contain;
  }





/* # About page
================================================== */

.section-title {
  font-weight: 700;
  margin-bottom: 25px;
  text-align: center;      /* center aligned */
  position: relative;
  display: block;          /* ensures centered underline */
}

.section-title::after {
  content: "";
  width: 70px;
  height: 3px;
  background:var(--bs-primary) !important;
;
  display: block;
  margin: 8px auto 0;
  border-radius: 3px;
}

/* -----------------------------
 ABOUT SECTION
----------------------------- */
.about-intro {
  max-width: 850px;
}

.about-box {
  padding: 25px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  transition: 0.3s ease;
}

.about-box:hover {
  transform: translateY(-8px);
}

.about-head {
  color: #FF9800;
  color: var(--bs-primary) !important;

  font-weight: 600;
}

/* -----------------------------
 VISION SECTION (GLASSMORPHISM)
----------------------------- */
.vision-section {
  position: relative;
  background: rgba(255, 255, 255, 0.05); /* transparent layer */
  overflow: hidden;


  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-attachment: fixed;

}

/* Glass blur background */
.vision-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.12); /* frosty tint */
  backdrop-filter: blur(3px) saturate(100%);
  -webkit-backdrop-filter: blur(8px) saturate(180%);
  z-index: 0;
}

/* Keep content above blur */
.vision-section .container {
  position: relative;
  z-index: 2;
}

/* Vision cards with glass UI */
.vision-card {
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255,255,255,0.35);
  backdrop-filter: blur(18px) saturate(180%);
  -webkit-backdrop-filter: blur(18px) saturate(180%);
  border-radius: 14px;
  color: #fff;
  padding: 25px;
  transition: 0.3s ease;
  box-shadow: 0 6px 25px rgba(0,0,0,0.25);
}

.vision-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 35px rgba(0,0,0,0.35);
}


.vision-text {
  max-width: 850px;
}

/* -----------------------------
 BEYOND SUPPLY SECTION
----------------------------- */
.beyond-section {
  background: #f6f6f6;
}

.beyond-card {
  padding: 25px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  transition: 0.3s ease;
}

.beyond-card:hover {
  transform: translateY(-8px);
}

.highlight {
  color: #FF9800;
  color: var(--bs-primary) !important;

  font-weight: 600;
}

.beyond-text {
  max-width: 850px;
}






/* -----------------------------
 Popup Brochure
----------------------------- */

/* Popup Overlay */
.popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.55);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

/* Glassmorphic Popup Box */
.popup-box {
    position: relative;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(18px) saturate(180%);
    -webkit-backdrop-filter: blur(18px) saturate(180%);
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,0.25);
    padding: 40px 35px;
    width: 90%;
    max-width: 450px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.35);
    animation: popupIn .4s ease;
}

/* Popup Title */
.popup-box h3 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 25px;
    text-align: center;
}

/* Form Inputs (Glass Style) */
/* Form Inputs (Glass Style) */
.popup-box input {
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255,255,255,0.28);
    color: #fff !important;
    border-radius: 10px;
    height: 55px; /* Increased height */
    padding: 0 15px;
    font-size: 16px;
    transition: border .3s, background .3s;
}

/* Keep blending on focus */
.popup-box input:focus {
    background: rgba(255, 255, 255, 0.22) !important;
    border: 1px solid rgba(255,255,255,0.45);
    outline: none;
    box-shadow: none;
    color: #fff !important;
}

/* Placeholder */
.popup-box input::placeholder {
    color: rgba(255,255,255,0.75);
}

/* Primary Button */
.popup-box button {
    background: var(--bs-primary) !important;
    border: none;
    padding: 14px 20px;
    width: 100%;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
    color: #fff;
    font-size: 17px;
}

/* Hover state using same Bootstrap variable */
.popup-box button:hover {
    background: var(--bs-primary) !important;
    opacity: 0.85;
}


/* Close Button */
.close-btn {
    position: absolute;
    top: 12px;
    right: 16px;
    cursor: pointer;
    font-size: 22px;
    color: #fff;
    transition: .3s;
}

.close-btn:hover {
    color: var(--bs-primary) !important;
}

/* Popup Animation */
@keyframes popupIn {
    from { opacity: 0; transform: scale(0.85); }
    to   { opacity: 1; transform: scale(1); }
}


 #thankYouMessage p {
    font-weight: 500;
  }

  #closeThankYou {
    background: var(--bs-primary);
    color: #fff;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
  }

  #closeThankYou:hover {
    opacity: 0.85;
  }
