@import url('./variables.css');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
  --poly-shape: polygon(
    0 18%,
    100% 0,
    100% 82%,
    0 100%
  );
}

body {
  font-family: 'Poppins', sans-serif  !important;
  font-size: 1rem;
  max-width: 1920px;
  margin: auto;
}

.text-brand{
	color: var(--brand);
}
.text-brand-grey{
	color: var(--brand-gray);
}

.bg-brand-light{
  background: var(--brand-light);
}
.btn-brand{
  background: var(--brand);
  color: var(--brand-white) !important;
  border: 1px solid var(--brand) !important;
  transition: 0.3s ease;
}
.btn-brand:hover{
  background: var(--brand-white);
  color: var(--brand) !important;
  border: 1px solid var(--brand) !important;
}

.info-fw-bold {
	font-weight: 700;
	font-size: 48px;
	line-height: 100%;
	letter-spacing: -4%;
}

.info-fw-semibold{
  font-weight: 500;
}



/* --------------
   --- HEADER ---
   -------------- */

#mainHeader {
	width: 100%;
	background-color: #FFFFFF57;
	transition: background-color .3s;
	font-size: small
}
#mainHeader.bg {
	background-color: var(--brand-white) !important;
	box-shadow: 0 2px 15px rgba(0, 0, 0, .1) !important
}
#mainHeader.bg .navbar-brand{
	filter: brightness(0) saturate(100%) invert(11%) sepia(54%) saturate(3448%) hue-rotate(346deg) brightness(96%) contrast(119%);
}
#mainHeader.bg .navbar-nav .nav-link {
	color: #000
}
.navbar-bg{
	background: #FFFFFF57;
}
.navbar-nav li a {
	color: var(--brand-white);
	font-size: 16px;
	font-weight: 500;
}
.nav-link:focus,
.nav-link:hover,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show,
.navbar-nav li a:hover {
	color: var(--brand) !important
}
.navbar-nav li:not(:last-child) {
	margin-right: 25px;
	margin-bottom: 0
}

.navbar-nav .nav-item.current_page_item .nav-link,
.navbar-nav .nav-item.current_page_item .nav-link:hover{
  color: var(--brand) !important
}


/* --------------
    --- HERO ---
   -------------- */

.hero-video-bg {
  position: relative;
  overflow: hidden;
}
.hero-video-wrapper  {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}
.hero-video-wrapper  video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffffb8;
}
.content-overlay {
  position: relative;
  z-index: 999;
  color: var(--brand-white);
  padding: 4rem 2rem;
}
.hero-video-overlay{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000A6;
}
.info-hero-overlay{
  position: relative;
}
.info-hero-overlay::before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000A6;
}

.hero-skew-box{
  padding: 70px 0;
	max-width: 330px;
  min-height: 550px;
  background: #d9d9d9e6;
  box-sizing: border-box;
  -webkit-clip-path: polygon(0% 0%, 100% 17.425%, 100% 100%, 0% 83.133%);
  clip-path: polygon(0% 0%, 100% 17.425%, 100% 100%, 0% 83.133%);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-skew-content{
  padding: 30px;
}


/* --------------
    --- INFO ---
   -------------- */

.info {
	padding: 50px 0
}
.info-img-wrapper-right{
  -webkit-clip-path: polygon(0 20.425%, 100% 0, 100% 80.133%, 0% 100%);
  clip-path: polygon(0 20.425%, 100% 0, 100% 80.133%, 0% 100%);
}
.info-img-wrapper-left{
 -webkit-clip-path: polygon(0% 0%, 100% 17.425%, 100% 100%, 0% 83.133%);
  clip-path: polygon(0% 0%, 100% 17.425%, 100% 100%, 0% 83.133%);
}
.info-wrapper-overlay{
  position: relative;
}
.info-wrapper-overlay::before{
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  max-width: 420px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.info-img-overlay-right{
	position: relative;
}
.info-img-overlay-right::before{
  position: absolute;
  content: '';
  height: calc(100% - 45%);
  width: 2560px;
  top: 25%;
  bottom: 0;
  margin: auto;
  left: -600px;
  background: #d9d9d9;
  transform: rotate(165deg);
  z-index: -1;
}

.info-img-overlay-left{
	position: relative;
}
.info-img-overlay-left::before{
  position: absolute;
  content: '';
  height: calc(100% - 45%);
  width: 2560px;
  top: 20%;
  bottom: 0;
  margin: auto;
  left: -600px;
  background: #d9d9d9;
  transform: rotate(195deg);
  z-index: -1;
}

/* .info-bg-overlay{
  position: relative;
  overflow: hidden;
}
.info-bg-overlay::before{
  position: absolute;
  content: '';
  background: #d9d9d9;
  z-index: -1;
  width: 2560px;
  height: 400px;
  transform: rotate(160deg);
  opacity: 1;
  top: 35%;
  left: -10%;
} */

.info-ul-list li{
  position: relative;
  padding-left: 90px;
}
.info-ul-list li .info-icon-left{
  position: absolute;
  top: 0;
  left: 0;
}
.info-list-li li{
  position: relative;
}
.info-list-li li:not(:last-child)::after{
  position: absolute;
  content: '';
  height: 100%;
  width: 1px;
  background: var(--brand);
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.info-number-bg{
  position: relative;
  width: 30px;
  height: 30px;
  background: var(--brand);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  font-size: 1rem;
}

.info-model-content{
  padding: 20px;
}

.info-model-list li:not(:last-child){
  margin-bottom: 30px;
}


.info-gcc-bg{
  display: flex;
  align-items: center;
  justify-content: center;
}

.info-gcc-bg .info-img-overlay-right::before {
  top: 15%;
}

.info-brand-content .info-img-overlay-left::before{
  position: absolute;
  content: '';
  height: calc(100% - 30%);
  width: 2560px;
  top: 110%;
  bottom: 0;
  margin: auto;
  left: -600px;
  background: #d9d9d9;
  transform: rotate(190deg);
  z-index: -1;
}

.info-form {
	background-color: #fff !important;
	padding: 30px 20px;
	border-radius: 50px;
  border: 1px solid #000000;
  box-shadow: 4px 4px 48px 0px #0000000D;
}
.info-form .form-control,  .info-form .form-select{
	color: #000 !important;
	background-color: #fff;
  border: 0;
	border-bottom: 1px solid #d9d9d9 !important;
	border-radius: 0;
}
.info-form .form-control::placeholder {
	color: #000000 !important
}

.info-footer-bg{
  background: #000000;
}
.social-icons {
  display: flex;
}
.social-icons li a {
  margin-right: 20px;
  color: #fff !important;
  font-size: 1.8rem;
}

.info-footer-bg .small {
  font-size: 0.8em !important;
}


.info-quick-links li{
  line-height: 1.5;
}
.info-quick-links li a{
  color: #ffffff;
  text-decoration: none;
  font-size: 1.2rem;
}
.info-quick-links li:not(:last-child){
  margin-bottom: 10px;
}

.info-contact-content ul li{
  position: relative;
  padding-left: 25px;
  color: #ffffff !important;
}
.info-icon-left{
  position: absolute;
  left: 0;
  top: 5px;
}
.info-contact-content ul li:not(:last-child){
  margin-bottom: 10px !important;
}
.info-contact-content ul li a{
  text-decoration: none;
  color: #ffffff !important;
}


.logo-element{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.footer-element{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}



/* Contact page css */
.contact-bg{
  background: #ffffff;
  position: relative;
}
.contact-bg::before{
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 65%;
  width: 100%;
  background: #ececec;
  z-index: 0;
}
.info-content-card ul li a{
  color: #000 !important;
}
.contact-bg ul li:not(:last-child){
  margin-bottom: 30px;
}
.li-dashed{
  position: relative;
}
.li-dashed:not(:last-child)::after{
  position: absolute;
  content: '';
  height: 1px;
  width: 90%;
  border: 1px dashed #000;
  left: 0;
  bottom: -18px;
}


@media (max-width:1199px) {
  .info-img-overlay-right::before{
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .info-img-overlay-left::before{
    top: 35%;
  }
  .info-brand-content .info-img-overlay-left::before {
    height: calc(100% - 20%);
    top: 122%;
    transform: rotate(192deg);
  }
}
@media (max-width:991px) {
  .navbar-nav li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .info-img-overlay-right::before {
    /* height: calc(100% - 70%);
    top: 190px;
    transform: rotate(158deg);
    z-index: -1; */
    height: calc(100% - 65%);
    top: initial;
    bottom: 22%;
    transform: rotate(166deg);
    z-index: -1;
  }
  .info-img-overlay-left::before{
    height: calc(100% - 60%);
    top: initial;
    transform: rotate(195deg);
    z-index: -1;
    bottom: 8%;
  }
  .info-gcc-bg .info-img-overlay-right::before {
    top: initial;
  }
  .info-brand-content .info-img-overlay-left::before {
    height: calc(100% - -25%);
    top: 160%;
    transform: rotate(196deg);
  }
}
@media (max-width:767px) {
	.info {
		padding: 30px 15px
	}
	.navbar-brand {
		max-width: 120px
	}
  .info-img-overlay-right::before {
    height: calc(100% - 75%);
    top: initial;
    transform: rotate(158deg);
    z-index: -1;
    bottom: 27%;
  }
  .info-img-overlay-left::before{
    height: calc(100% - 65%);
    top: initial;
    transform: rotate(195deg);
    z-index: -1;
    bottom: 0;
  }
  .info-ul-list li {
    padding-left: 100px;
  }
  .info-ul-list .info-icon-content h2{
    font-size: 2.2rem;
    font-weight: bold !important;
  }
  .info-list-li li h2{
    font-size: 2.2rem !important;
    font-weight: bold !important;
  }
  .info-list-li li:not(:last-child){
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .info-list-li li:not(:last-child)::after{
    position: absolute;
    content: '';
    height: 1px;
    width: 80%;
    background: var(--brand);
    right: 0;
    left: 0;
    bottom: 0;
    top: initial;
    margin: auto;
  }
  .info-brand-content .text-start{
    text-align: center !important;
  }
  .info-brand-content .info-img-overlay-left::before {
    height: calc(100% - 60%);
    top: 96%;
    transform: rotate(186deg);
  }
  .info-form{
    border-radius: 25px;
  }
}
.parsley-errors-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.parsley-errors-list li {
  font-size: .8rem;
  color: #e10d0d;
}


/* SLICK CSS */
.slick-dots{
  display: block;
  left: 0;
  right: 0;
  margin: auto;
  padding-top: 20px;
  list-style: none;
  text-align: center !important;
}
.slick-dots li{
  display: inline-block;
  margin-right: 10px;
}
.slick-dots li button {
  width: 12px;
  height: 12px;
  border: 0;
  border-radius: 50rem;
  background-color: #797979;
  text-indent: -999999px;
}
.slick-dots li.slick-active button{
  background-color:  var(--brand);
}
.info-business-slider .slick-list, .info-vision-slider .slick-list{
  padding-right: 0;
}


.info-polygon-mask {
  position: relative;
  overflow: hidden;
  padding: 30px 0;

  clip-path: polygon(
    0 12%,
    100% 0,
    100% 88%,
    0 100%
  );
}


.info-polygon-slider {
  transform: rotate(-10deg);
  margin: 80px 0;
}

.info-polygon-slider .slick-slide {
  transform: rotate(10deg);
  padding: 0 12px;
}

/* REQUIRED */
.info-polygon-slider .slick-list {
  overflow: visible;
}

.info-polygon-slider .slick-track {
  display: flex;
  align-items: stretch;
}


.polygon-card {
  position: relative;
  width: 100%;
  height: 450px;              /* ✅ SINGLE HEIGHT SOURCE */
  overflow: hidden;

  clip-path: var(--poly-shape);
  -webkit-clip-path: var(--poly-shape);
}

.polygon-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


.polygon-card-overlay::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0,0,0,0) 0%,
    rgba(0,0,0,0.75) 100%
  );
  z-index: 1;
}

.polygon-card-content {
  position: absolute;
  left: 0;
  bottom: 40px;
  z-index: 2;
  width: 100%;
  padding: 20px 16px;
  color: #fff;
}


.info-brand-container .info-img-overlay-right::before {
  position: absolute;
  content: '';
  height: calc(100% - 55%);
  width: 2560px;
  top: 22%;
  bottom: 0;
  margin: auto;
  left: -600px;
  background: #d9d9d9;
  transform: rotate(161.5deg);
  z-index: -1;
}

.info-brand-row {
  height: 840px;
}

@media (max-width: 1399px) {
  .info-brand-row {
    height: 720px;
  }
}
@media (max-width: 1199px) {
  .info-brand-row {
    height: 600px;
  }
}
@media (max-width: 991px) {
  /* .info-brand-row {
    height: 450px;
  } */
   .info-brand-row {
    height: auto;
  }
  .info-brand-card-mobile-slider .info-brand-card{
    margin-right: 15px;
  }
  .info-header-top {
    position: initial !important;
  }
}
@media (max-width: 767px) {
  .info-brand-row {
    height: auto;
  }
}

.info-card-bottom{
  position: absolute;
  bottom: 10%;
}
.info-brand-card-content{
  position: relative;
  z-index: 1;
  padding: 30px 20px;
}
.info-brand-card-content::before{
  position: absolute;
  content: '';
  height: 258px;
  width: 900px;
  background: #797979;
  /* top: 0; */
  left: -100px;
  z-index: -1;
  transform: rotate(162deg);
  bottom: 0;
}


.info-header-top{
  position: absolute;
  left: 0;
  top: 5%;
  right: 0;
}


footer .info-brand-logo img.custom-logo {
  width: 180px;   /* change as needed */
  height: auto;
}

/* Upload box */
.upload-box {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  border-radius: 16px;
  background: #fdeeee;
  border: 1px solid #f7dada;
  cursor: pointer;
  width: 100%;
  min-height: 88px;
  position: relative;
}

/* Hide default file field */
.upload-input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

/* Upload icon */
.upload-icon {
  font-size: 32px;
  color: #7a0000;
}

/* Text */
.upload-text {
  color: #7a0000;
  font-size: 14px;
  line-height: 1.4;
}

.upload-text small {
  color: #a55;
  font-size: 12px;
}


/* Checkbox styling */
.privacy-check input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  accent-color: #7a0000; /* brand color */
}

.privacy-check {
  font-size: 14px;
}

.privacy-check a {
  color: #7a0000;
  text-decoration: underline;
}


/* Buttons spacing fix */
.wpcf7-submit {
  margin-top: 10px;
}


.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    color: var(--bs-white) !important;
    pointer-events: none;
    background-color: var(--brand) !important;
    border-color: var(--bs-btn-disabled-border-color);
    opacity: var(--bs-btn-disabled-opacity);
}


.info-brand-content{
  padding: 20px;
}

.info-brand-list li:not(:last-child){
  margin-bottom: 60px;
}

@media (max-width:767px) {
  .info-polygon-mask {
    padding: 70px 0;
  }
}
