/*====================================*/

/*        -EMIRATES GRAPHIC-          */

/*        emiratesgraphic.com         */

/*====================================*/

/*====================*/
/*       FONTS        */
/*====================*/
a {
  text-decoration: none;
  color: inherit;
}

body {
  font-family: 'Inter' !important;
}

button:active {
  outline: none !important;
}

button:focus {
  outline: none !important;
}

input:active {
  outline: none !important;
}

input:focus {
  outline: none !important;
}

.no_padding {
  padding: 0px !important;
}

.small_padding-lr {
  padding: 0px 5px !important;
}

body,
html {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: "Inter", sans-serif;
}

/* NAV */
.navbar-absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: transparent;
  color: white;
}

/* Hamburger icon */
.mobile-menu-toggle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  gap: 5px;
}

.mobile-menu-toggle .bar {
  width: 25px;
  height: 3px;
  background-color: #fff;
  border-radius: 2px;
  transition: all 0.3s ease-in-out;
}

/* Mobile nav with glass effect */
.mobile-nav {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  
  /* Glassmorphism Effect for Mobile */
  background: rgba(17, 17, 17, 0.9);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  
  padding-bottom: 2rem;
  z-index: 999;
}

.mobile-nav .nav-link {
  color: white;
  padding: 0.75rem 0;
  font-size: 1.2rem;
}

.mobile-nav .nav-link:hover {
  color: #f44336;
}

.mobile-nav .quote-btn {
  margin-top: 1rem;
  background: #f44336;
  padding: 0.5rem 1rem;
  color: white;
  border-radius: 25px;
}

@media (min-width: 768px) {
  .mobile-menu-toggle {
    display: none;
  }
}

/* NAV END */

.swiper-button-prev,
.swiper-button-next {
  color: white;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 10px;
  border-radius: 50%;
  z-index: 10;
  transition: background 0.3s ease;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  background-color: rgba(255, 255, 255, 0.7);
  color: black;
}


.default_ran_btn {
  background-color: #F63D3D;
  color: white;
  font-size: 16px;
  border-radius: 10px;
  margin-top: 10px;
  min-width: 145px;
  text-align: center;
  border: none;
  padding: 7px 20px;
}

.default_ran_btn:hover {
  opacity: 0.8;
}

.linecont {
  padding: 1rem 4vw;
  background: #111111;
}

.generalline {
  border: solid 1px white;
  /* margin: 30px 0px; */
  width: 100%;
}

.hero-section {
  position: relative;
  width: 100%;
  height: 100vh;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.15)), url('../img/backimage (22131).png');
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  color: white;
  overflow: hidden;
}

.hero-container {
  position: relative;
  width: 100%;
  padding: 0 4vw;
  z-index: 2;
}

.hero-subtitle {
  font-family: "Inter", sans-serif;
  font-size: 1.7rem;
  position: absolute;
  left: 30vw;
  top: 0%;
  transform: translateY(-150%);
}

.hero-subtitle::before {
  background-image: url('../img/shigjeta.svg');
  background-repeat: no-repeat;
  background-position: center;
  content: '';
  width: 10px;
  height: 400px;
  position: absolute;
  bottom: 80px;

}

.hero-subtitle strong {
  font-weight: 800;
}

.hero-title {
  font-family: "Inter", sans-serif;
  font-size: 6.8vw;
  line-height: 3.1vw;
  font-weight: 700;
  text-align: left;
}

.hero-main {
  padding-top: 14vh;
}

.hero-bottom-actions {
  position: absolute;
  left: 50%;
  bottom: 7vh;
  transform: translateX(-50%);
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: center;
  z-index: 3;
  width: 100%;
}

.hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 18px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.1px;
  transition: transform 0.15s ease, opacity 0.15s ease, background-color 0.2s ease, border-color 0.2s ease;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.hero-btn:hover {
  transform: translateY(-1px);
  opacity: 0.95;
}

.hero-btn--secondary {
  background: rgba(255, 255, 255, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #fff;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.hero-btn--primary {
  background: #ff3b3f;
  border: 1px solid rgba(255, 255, 255, 0);
  color: #fff;
}

.hero-title span.red {
  color: #ff3b3f;
  transform: translateX(84px) !important;
  display: inline-block;
}

.hero-services {
  position: absolute;
  right: 30vw;
  top: 0%;
  transform: translateY(-50%);
  /* text-align: right; */
}


.hero-services::before {
  background-image: url('../img/shigjeta.svg');
  background-repeat: no-repeat;
  background-position: center;
  content: '';
  width: 10px;
  height: 400px;
  position: absolute;
  bottom: 98px;

}

.hero-services li {
  list-style: none;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

@media (max-width: 768px) {
  .hero-title {
    font-size: 8vw;
  }

  .hero-services {
    position: static;
    text-align: left;
    margin-top: 2rem;
  }
}



/* Section 2 */

.services-section {
  background-color: #F2F2F2;
  padding: 6rem 4vw;
}

.services-section h2 {
  font-size: 3.8rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: black;
}

.services-section h2 span {
  color: #ff3b3f;
}
.scrolling_cards_edited {
    flex-wrap: nowrap;
    overflow: scroll;
    overflow-y: hidden;
    padding-bottom: 20px;
}
.scrolling_cards_edited {
    flex-wrap: nowrap;
    overflow: scroll;
    overflow-y: hidden;
    padding-bottom: 20px;
}

/* Custom Scrollbar for Scrolling Cards */
.scrolling_cards_edited::-webkit-scrollbar {
    height: 8px;
    width: 8px;
}

.scrolling_cards_edited::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin: 0 20px;
}

.scrolling_cards_edited::-webkit-scrollbar-thumb {
    background: linear-gradient(90deg, #ff3b3f, #f44336);
    border-radius: 10px;
    /* box-shadow: 0 2px 8px rgba(255, 59, 63, 0.3); */
    transition: all 0.3s ease;
}

.scrolling_cards_edited::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(90deg, #f44336, #ff1744);
    /* box-shadow: 0 4px 15px rgba(255, 59, 63, 0.6); */
    transform: scaleY(1.2);
}

.scrolling_cards_edited::-webkit-scrollbar-corner {
    background: transparent;
}

/* Firefox Scrollbar Support */
.scrolling_cards_edited {
    scrollbar-width: thin;
    scrollbar-color: #000 rgba(0, 0, 0, 0.1);
}

.services-subtitle {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.8rem;
  letter-spacing: 1px;
  color: #000;
}

.services-description {
  font-size: 1rem;
  color: #999;
  max-width: 400px;
}

.services-highlight {
  font-size: 1.8rem;
  font-weight: 500;
  color: #000;
}

.service-card {
  background-color: #EDEDED;
  padding: 2rem 1rem;
  border-radius: 1rem;
  height: 100%;
  transition: background 0.3s;
}

.service-card:hover {
  background-color: #d8d8d8;
}

.service-card img {
  height: 40px;
  margin-bottom: 1rem;
  margin-right: 10px;
}

.service-card h5 {
  color: #000;
  font-size: 1.1rem;
  /* font-weight: bold; */
}

.service-card p {
  color: #000;
  font-size: 1rem;
}


.yesno {
  background-color: #F2F2F2
}

.yesno .container-fluid {
  padding: 6rem 4vw;
}

.yesno h2 {
  font-size: 4rem;
  color: #000;
  font-weight: bolder;
}

.yesno .services-subtitle {
  font-size: 0.8rem;
  text-transform: inherit;font-weight: 400;
}


.box_transparent {
  background-color: lch(91 0.02 356.63 / 0.14);
  border: solid 1px rgba(255, 255, 255, 0.226);
  border-radius: 20px;
  padding: 30px;
  color: #000;
}

.infoholder {
  display: flex;
  /* justify-content: center; */
  align-items: center;
}

.infoholder h5 {
  font-weight: bolder;
  margin-bottom: 0px;
}

.infoholder img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.infoholder p {
  margin-bottom: 0px;
}

.infoholder div {
  margin: 20px 0px;
}

/* Section 3 carousel */
.our-work-section {
  position: relative;
  background-color: #EDEDED;
  padding: 3rem 4vw 2rem;
  color: #000;
  overflow: hidden;
}
.swiper-button-next,
.swiper-button-prev {
  all: unset;
  position: static;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  background: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none !important;
  content: none !important;
}

.swiper-button-next,
.swiper-button-prev {
  all: unset;
}

.section-title {
  font-size: 3.8rem;
  font-weight: 700;
}

.section-title span {
  color: #ff3b3f;
}

.card_sliderone img {
  width: 100%;
}

.card_sliderone.projects img {
  width: 100%;
  min-height: 50vh;
  max-height: 50vh;
  object-fit: cover;
  border-radius: 20px;
  object-position: center;
}

.card_sliderone h6 {
  font-size: 30px;
  font-weight: bold;
  margin-top: 20px;
}

.carousel-wrapper {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  gap: 2rem;
  padding-bottom: 1rem;
}

.carousel-wrapper::-webkit-scrollbar {
  display: none;
}

.work-card {
  flex: 0 0 300px;
  background-color: #1c1c1c;
  border-radius: 1rem;
  overflow: hidden;
}

.work-card img {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #333;
  display: block;
}

.work-info {
  padding: 1rem;
}

.work-info h5 {
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 0.3rem;
}

.work-info p {
  margin: 0;
  font-size: 0.9rem;
  color: #ccc;
}

.work-year {
  color: #aaa;
  font-size: 0.85rem;
}

.carousel-nav {
  width: 40px;
  height: 40px;
  font-size: 1.2rem;
  padding: 0;
  text-align: center !important;
  background-color: rgba(255, 255, 255, 0.205);
}

.all-projects-link {
  font-weight: 500;
  color: #fff;
  text-decoration: none;
}

.all-projects-link span {
  display: inline-block;
  margin-left: 5px;
  transition: transform 0.2s;
}

.all-projects-link:hover span {
  transform: translateX(4px);
}



/* Timeline Section */
.stats-section {
  background-color: #111;
  padding: 6rem 4vw;
}

.stats-heading {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
}

.stat-block.top_extra {
  padding-top: 100px;
}

.stat-block h2 {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.stat-block h6 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.stat-block p {
  font-size: 0.85rem;
  color: white !important;
}

.meet-button {
  background-color: #fff;
  color: #000;
  font-weight: 500;
  padding: 0.75rem 1.5rem;
  border-radius: 2rem;
  border: none;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.2s;
}

.meet-button .arrow-icon {
  background-color: #ff3b3f;
  color: #fff;
  border-radius: 50%;
  padding: 0.35rem 0.55rem;
  font-size: 0.85rem;
  display: inline-block;
}

.meet-button:hover {
  transform: scale(1.02);
}

.availability {
  display: inline-block;
  margin-left: 1.5rem;
  font-size: 0.9rem;
  color: #aaa;
}

.availability .dot {
  width: 8px;
  height: 8px;
  background-color: #4ade80;
  /* green */
  border-radius: 50%;
  display: inline-block;
  margin-left: 0.4rem;
}


/* Team Members */

.team-section {
  background-color: #F2F2F2;
  padding: 6rem 4vw;
  color: #000;
}

.section-title {
  font-size: 3.8rem;
  font-weight: 700;
}

.section-title span {
  color: #ff3b3f;
}

.team-subtitle {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600;
  color: #000;
  margin-top: 1rem;
}

.team-description {
  font-size: 1rem;
  color: #6d6d6d;
  margin-top: 0.5rem;
  width: 60%;
  font-weight: 400;
}

.team-highlight {
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 1.6;
  color: #000;
}

.team-card {
  /* background-color: #1b1b1b; */
  border-radius: 1rem;
  overflow: hidden;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.team-card img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.text_holder_team {
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding: 10px 25px 5px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.6) 70%, rgba(0, 0, 0, 0.9) 107%);
    width: 100%;
}
.text_holder_team h3 {
    color: #fff;
    font-size: 1.5rem;
    margin: 0;
}
.text_holder_team p {
    color: #FFCCC1;
    font-size: 1rem;
}
/* Section 6 */

.testimonial-section {
  background-color: #EDEDED;
  padding: 6rem 4vw;
  color: #000;
}

.testimonial-subtitle {
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
}

.testimonial-note {
  font-size: 1.5rem;
  color: #bbb;
  margin-top: 0.5rem;
  font-weight: 500;
  width: 70%;
}

.author-img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

.testimonial-quote {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
  position: relative;
  padding-left: 2rem;
}

.testimonial-quote .quote-icon {
  font-size: 4rem;
  color: #555;
  position: absolute;
  top: -10px;
  left: 0;
}

.testimonial-quote p {
  font-size: 2.8rem;
  padding-top: 20px;
}

.client_det img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  object-position: top;
}

.client_det p {
  color: #8F8E8E;
  font-size: 20px;
  font-weight: bold;
}

.client_det h6 {
  margin-top: 20px;
  font-size: 23px;
}

.circle-nav {
  background-color: #222;
  border: none;
  width: 40px;
  height: 40px;
  color: #fff;
  border-radius: 50%;
  font-size: 1.2rem;
  transition: background-color 0.3s;
}

.circle-nav:hover {
  background-color: #333;
}


/* 7 */

.cta-section {
  position: relative;
  height: 100vh;
  background: url('left.jpg') left center/33.33% no-repeat,
    url('center.jpg') center center/33.33% no-repeat,
    url('right.jpg') right center/33.33% no-repeat;
  background-color: #000;
  background-blend-mode: overlay;
  overflow: hidden;
}

.cta-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3));
}

.cta-content {
  max-width: 600px;
}

.cta-line-white {
  font-size: 3.5rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
}

.cta-line-red {
  font-size: 3.5rem;
  font-weight: 700;
  color: #ff3b3f;
  line-height: 1.2;
}

.cta-button {
  padding: 0.75rem 1.5rem;
  border-radius: 2rem;
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  font-weight: 500;
  font-size: 0.95rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.cta-icon {
  background-color: #ff3b3f;
  padding: 0.35rem 0.55rem;
  border-radius: 50%;
  color: #fff;
  font-size: 0.85rem;
}

@media (max-width: 768px) {

  .cta-line-white,
  .cta-line-red {
    font-size: 2.4rem;
  }

  .cta-content {
    text-align: center;
  }
}


/* Navigationbar with Blur Glass Effect */
.navbar-absolute {
  padding: .3rem 4vw;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  
  /* Glassmorphism Effect */
  background: rgba(17, 17, 17, 0.72);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(15px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  
  color: white;
  transition: all 0.3s ease;
}

/* Enhanced glass effect on scroll (optional) */
.navbar-absolute.scrolled {
  background: rgba(17, 17, 17, 0.84);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.28);
}

/* .navbar-absolute .logo {
  width: 300px;
} */
.navbar-absolute .logo img {
  width: 120px;
}

body.has-hero-logo .navbar-logo {
  opacity: 0;
  transform: translateY(-8px) scale(0.9);
  transition: opacity 0.35s ease, transform 0.35s ease;
}

body.has-hero-logo.nav-logo-stuck .navbar-logo {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.hero-logo-center {
  position: fixed;
  left: 50%;
  top: 30%;
  transform: translate(-50%, -50%) scale(1);
  /* z-index: 1001; */
  opacity: 1;
  pointer-events: none;
  transition: opacity 0.4s ease, transform 0.4s ease;
  /* filter: grayscale(1) invert(1) brightness(2.5);  */
  /* opacity: 0.3; */
}

.hero-logo-placeholder {
  width: min(32vw, 760px);
  aspect-ratio: 760 / 220;
  display: block;
  border-radius: 18px;
  border: 1px dashed rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.06);
}

.hero-logo-img {
  width: min(32vw, 760px);
  height: auto;
  display: block;
}

body.has-hero-logo.nav-logo-stuck .hero-logo-center {
  opacity: 0;
  transform: translate(-50%, -62%) scale(0.42);
}

.nav-link {
  color: #fff;
  font-weight: 500;
  padding: 0;
  position: relative;
  text-decoration: none;
  transition: color 0.2s ease;
}

.nav-link:hover,
.nav-link.active {
  color: #fff;
  text-decoration: none;
}

.nav-link.is-active {
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}

.nav-link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 0;
  height: 2px;
  background-color: #ff3b3f;
  transition: width 0.25s ease;
}

.nav-link.is-active::after,
.nav-link.active::after {
  width: 100%;
}

.quote-btn {
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 2rem;
  padding: 0.5rem 1.25rem;
  font-weight: 500;
  font-size: 0.95rem;
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  transition: background 0.3s, border-color 0.3s;
  gap: 0.5rem;
}

.quote-btn .arrow-icon {
  background-color: #ff3b3f;
  color: #000;
  border-radius: 50%;
  padding: 0.25rem 0.5rem;
  font-size: 0.85rem;
}

.quote-btn:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.quote-btn.is-active {
  border-color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 992px) {
  .hero-logo-placeholder {
    width: min(46vw, 220px);
    border-radius: 14px;
  }

  .hero-logo-img {
    width: min(46vw, 220px);
  }

  .hero-bottom-actions {
    bottom: 5vh;
    width: calc(100% - 8vw);
    justify-content: space-between;
    gap: 12px;
  }

  .hero-btn {
    flex: 1;
    font-size: 0.95rem;
    padding: 10px 14px;
  }
}

/* Footer */

.footer-section {
  background-image: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url('../img/footerbg.png');
  color: #fff;
  padding: 12rem 7vw 6rem;
  background-size: cover;
  background-position: center;
}

.footer-slogan {
  font-size: 1.6rem;
  color: #fff;
  line-height: 1.4;
  font-weight: 600;
}

.footer-slogan .highlight {
  color: #ff3b3f;
  font-weight: 600;
}

.footer-nav li {
  margin-bottom: 0.4rem;
}

.footer-nav a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  transition: color 0.2s;
  font-size: 1.7rem;
  text-align: left;
}

.footer-nav a:hover {
  color: #ff3b3f;
}

.footer-phone {
  font-size: 1.2rem;
  color: #ccc;
}

.footer-email {
  font-size: 3.8rem;
  font-weight: 700;
  margin-top: 0.5rem;
}

.contact_ss {
  margin-top: 40px;
}

.footer-socials a {
  color: #ccc;
  text-decoration: none;
  font-size: 0.9rem;
}

.footer-socials a:hover {
  color: #ff3b3f;
}

.footer-address {
  font-size: 0.9rem;
  color: #fff;
  line-height: 1.5;
  padding-left: 30px;
}

.footer-bottom {
  margin-top: 2rem;
}

/* Footer v2 (new design, keeps old footer intact) */
.footer-v2 {
  position: relative;
  color: #fff;
  padding: 7rem 4vw 5rem;
  overflow: hidden;
  background-image: url('../img/footerone.png');
  background-size: cover;
  background-position: bottom;
}

.footer-v2::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.25));
  pointer-events: none;
}

.footer-v2__inner {
  position: relative;
  z-index: 1;
}

.footer-v2__panel {
  height: 100%;
  border-radius: 18px;
  padding: 45px 26px 40px;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.55);
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  color: rgba(0, 0, 0, 0.88);
}

.footer-v2__brand {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 18px;
}

.footer-v2__logo {
  width: 230px;
  height: auto;
  display: block;
  flex: 0 0 auto;
  margin-bottom: 0px;
}

.footer-v2__tagline {
  margin: 0;
  font-weight: 700;
  line-height: 1.2;
  color: rgba(0, 0, 0, 0.85);
}

.footer-v2__taglineAccent {
  color: #ff3b3f;
}

.footer-v2__content {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 24px;
  align-items: center;
}

.footer-v2__nav {
  display: grid;
  gap: 10px;
}

.footer-v2__link {
  color: rgba(0, 0, 0, 0.92);
  text-decoration: none;
  font-weight: 700;
  font-size: 0.98rem;
  transition: color 0.2s ease, transform 0.2s ease;
}

.footer-v2__link:hover {
  color: #ff3b3f;
  transform: translateX(2px);
}

.footer-v2__copyright {
  margin-top: 14px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 0.85rem;
}

.footer-v2__contact {
  padding: 0;
}

.footer-v2__email {
  display: inline-block;
  text-decoration: none;
  color: #f44336;
  font-weight: 800;
  font-size: clamp(2rem, 3.4vw, 3.2rem);
  line-height: 1.05;
  letter-spacing: -0.6px;
}

.footer-v2__email:hover {
  color: #fff;
}

.footer-v2__contactRow {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
}

.footer-v2__contactItem {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.75);
  font-weight: 700;
  font-size: 0.95rem;
}

.footer-v2__contactItem:hover {
  color: rgba(0, 0, 0, 0.9);
}

.footer-v2__contactItem--static {
  pointer-events: none;
}

.footer-v2__icon {
  width: 35px;
  height: 35px;
  border-radius: 10px;
  background: #ff3b3f;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.footer-v2__iconImg {
  width: 18px;
  height: 18px;
  object-fit: contain;
  display: block;
}

.footer-v2__contactText {
  line-height: 1.25;
}

.footer-v2__statement {
  margin: 0;
  text-align: right;
  font-weight: 800;
  font-size: 1.35rem;
  line-height: 1.15;
  color: rgba(255, 255, 255, 0.9);
}

.footer-v2__statementAccent {
  color: #ff3b3f;
}


.ctaaction {
  background-image: url('../img/adv.png');
}

.ctaaction h1 {
  font-family: "Inter", sans-serif;
  font-size: 6.4vw;
  /* line-height: 1.1; */
  font-weight: 700;
  text-align: left;
}

.ctaaction span.red {
  text-align: center;
  width: 100%;
  transform: translateX(0px) !important;
}


/* End Footer */

/* Articles */

.articles_section_car .card_uni img {
  /* width: 85%; */
  border-radius: 10px;
  height: 500px;
  object-fit: cover;
}

.articles_section_car .card_uni {
  padding: 0px 50px;
  text-align: right;
}

.articles_section_car .card_uni div {
  text-align: left;
}

.date p {
  position: absolute;
  top: 57px;
  transform: rotate(-90deg);
  left: -40px;
  margin: 0px;
  padding: 8px 14px;
  border-radius: 10px 10px 0px 0px;
  background: #252525;
  width: 155px;
  text-align: center;
}

.art_detail h6 {
  font-size: 24px;
  font-weight: bold;
  margin-top: 10px;
}

.art_detail p {
  margin-top: 20px;
}



/* Projects Page */

.slim_cover {
  background-color: #EDEDED;
  min-height: 80vh;
  background-size: cover;
  background-position: center;
  padding-top: 30vh;
  text-align: center;
}

.slim_cover h4 {
  font-size: 5.1rem;
  color: #fff;
  font-weight: 700;
}

.slim_cover span {
  color: #F63D3D;
}

.card_sliderone.extra img {
  width: 100%;
  height: 50vh;
  border-radius: 20px;
  object-fit: cover;
}

.card_sliderone.extra .project-card {
  position: relative;
  display: block;
  border-radius: 20px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transform: translateZ(0);
}

.card_sliderone.extra .project-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.68),
    rgba(0, 0, 0, 0.22) 45%,
    rgba(0, 0, 0, 0) 72%
  );
  z-index: 1;
  transition: opacity 0.3s ease;
  opacity: 1;
}

.card_sliderone.extra .project-card__img {
  width: 100%;
  height: 50vh;
  object-fit: cover;
  border-radius: 20px;
  transition: transform 0.45s ease;
  will-change: transform;
  display: block;
}

.card_sliderone.extra .project-card__overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 18px 18px 16px;
  z-index: 2;
  color: #fff;
  transform: translateY(0);
  transition: transform 0.35s ease;
}

.card_sliderone.extra .project-card__title {
  margin: 0;
  font-weight: 800;
  font-size: 1.15rem;
  line-height: 1.15;
  letter-spacing: 0.1px;
}

.card_sliderone.extra .project-card__meta {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 600;
  font-size: 0.95rem;
}

.card_sliderone.extra .project-card:hover .project-card__img {
  transform: scale(1.04);
}

.card_sliderone.extra .project-card:hover .project-card__overlay {
  transform: translateY(-6px);
}

.card_sliderone.extra .project-card:focus-visible {
  outline: 2px solid rgba(246, 61, 61, 0.9);
  outline-offset: 4px;
}

/* News */

.articles_section_car.general_page .card_uni {
  position: relative;
  margin: 20px 0px;
  display: block;
}

/* Services */
.give_sim_pad {
  padding: 2rem 4vw;
  text-align: left;
}


/* Contact */

.contact_cover {
  background-image: url('../img/backimage (1).png');
}

.form_cont {
  padding: 6rem 4vw;
  background-color: #EDEDED;
}

.form_cont form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.form_cont form input {
  border: none;
  border-bottom: solid 1px rgba(0, 0, 0, 0.658);
  background-color: #EDEDED;
  width: 32%;
  margin: 10px 0px;
  padding-bottom: 10px;
}

.form_cont input::placeholder {
  color: #999;
}

.form_cont form textarea {
  padding-bottom: 10px;
  width: 100%;
  border: none;
  border-bottom: solid 1px rgba(0, 0, 0, 0.658);
  background-color: #EDEDED;
  margin: 10px 0px 30px;
}

.form_cont .message h6 {
  color: #000;
  font-weight: 600;
  font-size: 20px;
}


.form_cont .message p {
  color: #8F8E8E;
}

.cont_details {
  text-align: left;
  color: white;
}

.contact_cover h4 {
  margin-bottom: 30px;
}

.cont_details.one p {
  color: white;
  margin-bottom: 3px;
}

.cont_details.one h3 {
  font-weight: bolder;
  font-size: 2.9rem;
  color: white;
}

/* About Us */

.about_cover .about-highlight {
  color: #8F8E8E;
  font-size: 20px;
  font-weight: bold;
}

.about_cover h5 {
  color: #000;
  font-size: 35px;
  font-weight: bold;

}
.about_cover p {
  color: #8F8E8E;
  font-size: 22px;

}
.give_sim_pad .flexed {
  display: flex;
}

.give_sim_pad .flexed img {
  width: 70px;
  height: 70px;
  margin-right: 10px;
}

.give_sim_pad .flexed h6 {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0px;
  margin-top: 10px;
}

.give_sim_pad .flexed p {
  color: #8F8E8E;
  font-size: 18px;
  font-weight: bold;

}

.big_img img {
  width: 100%;
}

.wide_gird {
  padding: 2rem 4vw;
  background-color: #F2F2F2;

}

.hostory_sect {
  padding: 2rem 4vw;
  background-color: #F2F2F2;
}

.hostory_sect h6 {
  color: #000;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 10px;
}

.hostory_sect p {
  color: #8F8E8E;
  font-size: 16px;
}

.dateholder {
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding: 30px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.53);
}

.dateholder h5 {
  color: #F63D3D;
  font-size: 3.9rem;
  font-weight: bolder;
}

.dateholder.nx h5 {
  color: #F63D3D;
  font-size: 1.9rem;
  font-weight: bolder;
}

.dateholder h3 {
  color: #000;
  width: 30%;
}

.nx_holder {
  width: 60%;
  text-align: left;
}
.dateholder p {
  color: #000;
  width: 70%;
}


/* Innerpage for Projects */
.prjects_cover .container-fluid{
    padding: 0rem 4vw 0rem;
}
.filters_projects ul {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}
.prjects_cover h4 {
  color: #000;
  text-align: left;
}

.prjects_cover .give_sim_pads h4 {
  font-size: 4.5rem;
  font-weight: 700;
}

.prjects_cover .give_sim_pads p {
  font-size: 22px;
  text-align: left;
  padding-top: 20px;
}

.titlegall h4 {
  width: 50%;
  text-align: left;
  color: #000;
  font-weight: bold;
  font-size: 2.5rem;
  margin-bottom: 30px;
}

.gallery_innerpage .container-fluid {
  padding: 6rem 4vw;
  background-color: #EDEDED;
}

.gallery_innerpage img {
  width: 100%;
  margin: 10px 0px;
}

.gallery_innerpage {
  background-color: #111;
}

.gallery_innerpage .col-md-12 img {
  max-height: 40vh;
  object-fit: cover;
}

.galleryicon {
  width: 50px !important;
  height: 50px;
  object-fit: contain;
  margin-left: 30px !important;
}



/* Gallery */

.gallery-section {
  padding: 4rem 4vw;
  background-color: #EDEDED;
}

.gallery-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.gallery-grid img {
  width: 100%;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: transform 0.3s;
}

.gallery-grid img:nth-child(1),
.gallery-grid img:nth-child(2),
.gallery-grid img:nth-child(n+3) {
  width: 100%;
  max-height: 40vh;
  object-fit: cover;
}

/* .gallery-grid img:nth-child(n+3) {
  width: 49%;
  object-fit: cover;
} */

.gallery-grid img:hover {
  transform: scale(1.03);
}

.lightbox {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 5vh;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  text-align: center;
}

.lightbox-content {
  max-width: 90%;
  max-height: 80vh;
  border-radius: 10px;
}

.close {
  position: absolute;
  top: 30px;
  right: 50px;
  color: #fff;
  font-size: 2rem;
  cursor: pointer;
}

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  font-size: 2.5rem;
  color: #fff;
  padding: 0 1rem;
  user-select: none;
  transform: translateY(-50%);
}

.prev {
  left: 20px;
}

.next {
  right: 20px;
}

.inner_edition .col-md-7 {
  text-align: left;
}

.inner_edition .col-md-7 h6 {
  color: white;
  font-weight: bolder;
  font-size: 25px;
}
.inner_edition .col-md-7 h5 img {
  margin-right: 10px;
}
.datetime {
  color: white;
  font-size: 25px;
  font-weight: bold;
}
.inner_edition .col-md-7 h5 {
  color: white;
  margin-bottom: 40px;
}

.member_section_all {
  padding: 2% 0px 0px;
  background-color: #EDEDED;
  color: white;
}

.middle_one {
  display: flex;
}

.middle_one h4 {
  font-size: 50px;
  margin: 0px;
  margin-right: 5px;
  font-weight: bolder;
  color: #000;
}

.oneone h4 {
  color: #000;
  font-size: 24px;
}

.middle_one p {
  color: #000 !important;
  margin-top: 5px;
}

.middle_last {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}


.middle_last img {
  border-radius: 50px;
  width: 50px;
  height: 50px;
  object-fit: cover;
  margin: 0px 10px;
}

.middle_last h4 {
  color: #8F8E8E;
}

.middle_last p {
  margin-top: 15px;
}