@charset "utf-8";


*,
*::before,
*::after {
  box-sizing: border-box;
}

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video,
a {
  margin: 0;
  padding: 0;

  font-family: 'plus_jakarta_sansregular';

  line-height: normal;

  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

ul,
li {
  list-style: none;
}

body {
  text-decoration: none;
  font-family: 'plus_jakarta_sansregular';
}


.container {
  max-width: 1296px;
  margin: 0 auto;
  width: 95%;
}

@font-face {
    font-family: 'intertight-variablefont_wght-webfont';
    src: url('../fonts/intertight-variablefont_wght-webfont.woff2') format('woff2');
}
@font-face {
    font-family: 'intertight-variablefont_wght-webfont';
    src: url('../fonts/intertight-variablefont_wght-webfont.woff') format('woff');
}

@font-face {
  font-family: 'plus_jakarta_sansregular';
  src: url('../fonts/plusjakartasans-variablefont_wght-webfont.woff2') format('woff2'),
    url('../fonts/plusjakartasans-variablefont_wght-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}
@font-face {
    font-family: 'plusjakartasans-variablefont_wght-webfont';
    src: url('../fonts/plusjakartasans-variablefont_wght-webfont.woff2') format('woff2');
}
@font-face {
    font-family: 'plusjakartasans-variablefont_wght-webfont';
    src: url('../fonts/plusjakartasans-variablefont_wght-webfont.woff') format('woff');
}
p {
  font-family: 'plus_jakarta_sansregular';
}



html,
body {
  width: 100%;
  overflow-x: hidden;
  font-family: 'plus_jakarta_sansregular';
  scroll-behavior: smooth;
}

.image {
    background: url('../images/popup-banner.jpg') no-repeat center center;
}




html,
body {
    overflow-x: hidden;
}


.about,
.serv,
.bcp,
.train,
.customer,
.technology,
.footer,
.holding,
.map,
.banner {
  overflow-x: hidden;
}

.about .rgt:after {
  right: 0;
  bottom: 29px;
}



@media (max-width: 700px) {
  .bcp ul li {
    width: 100%;
  }
}




















.btn {
  display: flex !important;
  padding: 5px 5px;
  background-color: #c33f33;
  border-radius: 108px;
  transition: 0.3s ease;
  width: 152px;
  color: #fff;
  align-items: center;
  font-size: 15px;
  padding-left: 14px;
}

.btn:hover {
  background-color: #a21508;
  transition: 0.3s ease;
}

.circ {
  display: flex;
  background-color: #fff;
  border-radius: 80px;
  width: 38px;
  height: 38px;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
}

.over {
    overflow-x: hidden !important;
    width: 100%;
    position: absolute;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: transparent;
    backdrop-filter: blur(7px);
    padding-top: 10px;
    padding-bottom: 10px;
}

header .main .rgt ul li a {
  color: #fff;
}

header .main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .main .lft {
  display: block;
}

header .main .rgt {
  display: flex;
}

header .main .rgt ul {
  display: block;
}

header .main .rgt ul .btn {
  animation: bubbleLight 1s infinite alternate;
  transition: background-color 0.3s ease;
  
}

@keyframes bubbleLight {
  0%   { background-color: #bf2525; }   
  50%  { background-color: #c72c1e; } 
  100% { background-color: #8c1f15; } 
}
header .main .rgt ul li:hover{color:#fff;}
header .main .rgt ul li {
  display: block;
  cursor: pointer;
  position: relative;
}

header .main .rgt ul li a {
  display: flex;
  font-size: 15px;
  font-weight: 300;
  justify-content: center;
  align-items: center;
  padding-left: 11px;
  color: #000;
}

header .main .rgt ul {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: center;
}

header .main .rgt ul .btn a {
  color: #fff;
  font-size: 15px;
}
:root {
  scrollbar-gutter: stable;
}header .main .rgt ul .btn .circ {
  display: flex;
  background-color: #fff;
  border-radius: 80px;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  margin-left: 8px;

  /* Animation */
  animation: circRotate 3s linear infinite;
}

/* Keyframes */
@keyframes circRotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}




.banner {
    position: relative;
    width: 100%;
    /* removed height:100vh */
    /* removed background */
    /* removed flex */
  
    color: #fff;
    overflow: hidden; /* important for slider */
}
.bxslider li {
    position: relative;
    height: 100vh !important;
    background-size: cover !important;
    background-position: center !important;
}

.banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: linear-gradient(180deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.7) 100%); */
  z-index: 1;
}


.banner-content {
    position: absolute;
    bottom: 40px;
    z-index: 2;
    padding: 6px 0 8px 0;
    max-width: 1040px;
    border-left: 4px solid #fff;
    padding-left: 23px;
}
.banner-content h1 {
  font-size: 36.52px;
  font-weight: 900;
  line-height: normal;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: "Inter Tight", sans-serif;
}

.banner-content p {
  font-size: 17px;
  font-weight: 300;
  margin-bottom: 13px;
  color: #fff;
  line-height: 25px;
  font-family: 'plus_jakarta_sansregular';
}

.banner-content .btn {
  width: fit-content;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 17px;
}


/* Remove default text */
.bx-wrapper .bx-prev,
.bx-wrapper .bx-next {
    text-indent: -9999px;
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s ease;
}

/* Hover effect */
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-next:hover {
    background: rgba(255, 255, 255, 0.55);
}

/* Left arrow */
.bx-wrapper .bx-prev::after {
    content: "‹";
    position: absolute;
    left: 17px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 28px;
    color: #fff;
    font-weight: bold;
}

/* Right arrow */
.bx-wrapper .bx-next::after {
    content: "›";
    position: absolute;
    right: 17px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 28px;
    color: #fff;
    font-weight: bold;
}

/* Positioning */
.bx-wrapper .bx-prev {
    /* left: 25px !important; */
}

.bx-wrapper .bx-next {
    right: 25px !important;
}

/* Remove background/shadow from bx-wrapper */
.bx-wrapper {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}




.banner .bx-pager {
    display: none;
}



/* === ADDED RESPONSIVE MENU (ONLY ADDITION) === */
.hamburger {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 22px;
    height: 16px;
    cursor: pointer;
    z-index: 999;
}

.hamburger span {
  display: block;
  height: 3px;
  background: #ffffff;
  border-radius: 3px;
  transition: all 0.3s ease;
}

/* Show hamburger below 1134px */
@media (max-width: 1134px) {
  .circle{
         display: flex;
         background-color: #c33f33;
         border-radius: 92px;
         width: 39px;
         height: 39px;
         justify-content: center;
         align-items: center;
         }
  .hamburger {
    display: flex;
  }

  header .main .rgt {
    position: fixed;
    top: 0;
    right: 0;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    width: 70%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.95);

    display: flex;
    padding-left: 22px;
    overflow-x: hidden;
  }


  header .main .rgt.active {
    transform: translateX(0);
  }

  header .main .rgt ul {
    flex-direction: column;
    gap: 32px;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 57px;
  }

  header .main .rgt ul {
    /* border-bottom: 1px dashed #f2f2f2; */
  }

  header .main .rgt ul li a {
    font-size: 18px;
    color: #fff;
  }
}

body.menu-open {
  overflow: hidden;
  height: 100vh;
}



@media (max-width: 760px) {
  .banner-content h1 {
    font-size: 23px;
  }
}

@media (max-width: 428px) {
  .banner-content h1 {
    font-size: 20px;
  }

  .btn {
    /* padding: 5px 5px; */
  }

  .circ {
    width: 28px;
    height: 28px;
  }

  .banner-content {
    padding-left: 10px;
  }
}

@media (max-width: 330px) {
  .banner-content h1 {
    font-size: 20px;
  }

  .btn {
    padding: 5px 5px
  }

  .circ {
    width: 28px;
    height: 28px;
  }

  .banner-content {
    padding-left: 9px;
  }

  .banner-content .btn {
    padding-left: 9px;
    font-size: 13px;
  }
}

/* Hamburger animation */
.hamburger.open span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.hamburger.open span:nth-child(2) {
  opacity: 0;
}

.hamburger.open span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

h1 {
  color: #c33f33;
  font-size: 42.45px;
  line-height: 50px;
  font-weight: 900;
  margin-bottom: 31px;
  font-family: "Inter Tight", sans-serif;
}


h1 span {
  color: #282826;
  font-size: 42.45px;
  line-height: 50px;
  font-weight: 900;
  margin-bottom: 31px;
  font-family: "Inter Tight", sans-serif;
}



.about {
  display: block;
  margin-top: 8%;
  background: url(../images/map-bg.png) no-repeat;
  background-size: 100%;
}

.about .lft {
  display: block;
  width: 60.5%;
}



.about .lft h1 {
  display: block;
}

.about .lft ul {
  display: block;
  float: left;
  width: 38%;
  margin-right: 3%;
}

.about .lft ul li.item br {
  display: none;
}

.about .lft ul li.item {
  display: block;
}
.about .lft ul li.item img {
  display: block;
  max-width: 100%;
  width: fit-content;
  margin-bottom: 7px;

  /* Animation added */
  animation: imgRotate 6s linear infinite;
}

/* Keyframes */
@keyframes imgRotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.about .lft ul li.item h2 {
  display: block;
  font-size: 24px;
  color: #c33f34;
  margin-bottom: 2px;
}

.about .flx {
  display: flex;
  justify-content: space-between;
}

.about .lft ul li.item p {
  display: block;
}

.about .lft .abt {
  display: block;
  float: left;
  width: 59%;
}

.about .lft .abt p {
  display: block;
  margin-bottom: 13px;
}

.about p {
  display: block;
  font-size: 15px;
  font-weight: 400;
  color: #9b9b9b;
  line-height: 1.5em;
}

.about p b {
  display: block;
  font-size: 100%;
  font-weight: 700;
  color: #565656;
  line-height: inherit;
  margin-bottom: 7px;
}

.about .rgt {
  position: relative;
  z-index: 999;
}

.about .rgt:after {
  content: '';
  display: block;
  width: 228px;
  height: 205px;
  background: #c33f33;
  position: absolute;
  right: -35px;
  bottom: 29px;
  z-index: -1;
}



@media (max-width: 1098px) {
  .about .rgt:after {
    bottom: 159px;
  }
}

@media (max-width: 990px) {
  .about .flx {
    display: block;
  }

  .about .lft {
    width: 100%;
  }

  .about .rgt:after {
    display: none;
  }
}

@media (max-width: 698px) {
  .about .lft ul {
    width: 100%;
    margin-bottom: 12px;
  }

  .about .lft .abt {
    width: 100%
  }
}

@media (max-width: 484px) {
  h1 {
    font-size: 28.45px;
    line-height: normal;
    margin-bottom: 43px;
  }

  h1 br {
    display: none;
  }

  h1 span {
    font-size: 28.45px;
    line-height: normal;
  }

  .about {
    margin-top: 50px;
  }

}






.serv {
  display: block;
  margin-top: 8%;
  background-color: #f8f8f8;
  padding-top: 70px;
  padding-bottom: 70px;
}

.serv {
  display: block;
}

.servflx {
  display: flex;
  justify-content: space-between;
}

.servflx .lft {
  display: block;
  width: 52%;
}

.servflx .lft h1 {
  margin-bottom: 10px;
}

.servflx .lft p {
  display: block;
  font-size: 15px;
  font-weight: 400;
  color: #6a6a6a;
  line-height: 28px;
  margin-bottom: 10px;
}

.servflx .rgt {
  display: block;
}

.servflx .rgt img {
  display: block;
  border-radius: 19px;
}



@media (max-width: 976px) {
  .servflx {
    flex-wrap: wrap;
  }

  .servflx .lft {
    width: 100%;
  }

}

@media (max-width: 520px) {
  .serv {
    margin-top: 80px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}










.bcp {
  display: block;
  margin-top: 8%;
}

.bcp h1 {
  margin-bottom: 10px;
}

.bcp p {
  display: block;
  font-size: 15px;
  font-weight: 400;
  color: #6a6a6a;
  line-height: 21px;
  margin-bottom: 10px;
  max-width: 51%;
}

.bcp .flx {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bcp ul {
  display: flex;
  margin-top: 27px;
  flex-wrap: wrap;
}

.bcp ul li {
  transition: 0.3s ease;
  display: flex;
  background-color: #c33f33;
  width: 50%;
  border-right: 1px solid #f1f1f15e;
  padding: 19px 20px 19px;
  border-bottom: 1px solid #f1f1f15e;
  justify-content: center;
  align-items: center;
}

.bcp ul li h1 {
  display: block;
  font-size: 21px;
  color: #ffffff;
  margin-bottom: 2px;
  line-height: normal;
}

.bcp ul li p {
  display: block;
  color: #fff;
  max-width: fit-content;
  margin-bottom: 0px;
  font-size: 13px;
}

.bcp ul li h2 {
  transition: 0.3s ease;
  display: block;
  font-size: 25px;
  color: #ffffff7a;
  margin-bottom: 2px;
  line-height: normal;
  font-weight: 900;
}

.bcp ul li .main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bcp ul li .main .lft {
  display: block;
}

.bcp ul li .main .rgt {
  display: block;
  width: 52%;
}

.bcp ul li:hover {
  background-color: #292927;
  transition: 0.3s ease;
}


.bcp.opr {
  display: block;
}

.bcp.opr ul li {
  background-color: #121212;
  transition: 0.3s ease;
  padding: 15px 20px 15px;
}

.bcp.opr ul li:hover {
  background-color: #F44336;
  transition: 0.3s ease;
}


@media (max-width: 990px) {
  .bcp ul li h1 {
    font-size: 18px;
  }

  .bcp ul li p {
    line-height: 20px;
  }

  .bcp ul li h2 {
    font-size: 50px;
  }
}

@media (max-width: 892px) {
  .bcp ul li .main .rgt {
    width: 64%;
  }
}

@media (max-width: 750px) {
  .bcp .flx {
    display: block;
  }

  .bcp p {
    max-width: fit-content;
  }

  .bcp h1 br {
    display: none;
  }
}

@media (max-width: 650px) {
  .bcp ul li h2 {
    font-size: 30px;
  }

  .bcp ul li h1 {
    font-size: 15px;
  }

  .bcp ul li .main .rgt {
    width: 78%;
  }
}

@media (max-width: 544px) {
  .bcp ul li h1 {
    font-size: 14px;
  }

  .bcp ul li {
    padding: 19px 4px 19px;
  }

  .bcp ul li .main {
    display: block;
  }

  .bcp {
    margin-top: 50px;
  }

  .bcp ul li .main .rgt {
    width: 100%;
    margin-top: 7px;
  }

  .bcp.opr {
    margin-top: 50px;
  }

  .bcp ul li p {
    font-size: 12px;
  }

  .bcp ul li p {
    line-height: 18px !important;
  }

  .bcp ul li h2 {
    margin-bottom: 22px;
  }

}







.holding {
  padding: 80px 0;
}

.holding .container {
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-areas:
    "lft rgt"
    "lft1 rgt2";
  gap: 31px;
}


.holding .lft {
  grid-area: lft;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.holding .lft h1 {
  margin-bottom: 6px;
}

.holding .lft p {
  margin-bottom: 10px;
  color: #6a6a6a;
  font-size: 15px;
  line-height: 28px;
}

.holding .rgt {
  grid-area: rgt;
  /* width: 520px; */
}

.holding .rgt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}


.holding .lft1 {
  grid-area: lft1;
  /* width: 520px; */
}

.holding .lft1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}


.holding .rgt2 {
  grid-area: rgt2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.holding .rgt2 a {
  color: #fff;
  width: fit-content;
  display: flex !important;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
}

.holding .rgt2 p {
  margin-bottom: 10px;
  font-size: 15px;
  color: #6a6a6a;
  line-height: 28px;
}

.map {
  display: block;
  /* background-color: #f8f8f8; */
  /* padding-top: 70px; */
  /* padding-bottom: 70px; */
  margin-top: 70px;
}

.map h1 {
  text-align: center;
}

.map .flxs .rgt {
  display: block;
  position: relative;
  overflow: hidden;
}

.map .flxs .rgt .maps iframe {
  display: block;
}

.map-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: #f8f8f8;
  z-index: 10;
}







.train {
  display: block;
  margin-top: 8%;
}

.train h1 {
  margin-bottom: 10px;
}

.train p {
  display: block;
  font-size: 15px;
  font-weight: 400;
  color: #6a6a6a;
  line-height: 26px;
  margin-bottom: 10px;
  max-width: 51%;
}

.train .flx {
  display: flex;
  justify-content: space-between;
  align-items: center;
}



.train .frst {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  align-items: center;
}

.train .frst .imgs {
  display: block;
}

.train .frst .imgs img {
  display: block;
}

.train .scnd {
  display: block;
  width: 47%;
}

.train .scnd h2 {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #c33f33;
}

.train .scnd ul {
  display: block;
  margin-top: 19px;
}

.train .scnd ul li {
  transition: 0.3s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
  border-bottom: 1px dashed#dbdbdb;
  padding-bottom: 14px;
}

.train .scnd ul li span {
  display: inline;
  font-size: 15px;
  color: #959595;
  font-weight: 900;
  margin-right: 20px;
}

.train .scnd ul li h4 {
  display: block;
  font-size: 16px;
  color: #484848;
  font-weight: 400;
  transition: 0.3s ease;
}

.train .scnd ul li img {
  display: block;
}

.train .scnd ul li:hover span {
  color: #c33f33;
  transition: 0.3s ease;
}

.train .scnd ul li:hover h4 {
  color: #c33f33;
  transition: 0.3s ease;
}

.train .scnd ul li:hover {
  border-bottom: 1px dashed #c33f33;
  transition: 0.3s ease;
  padding-left: 15px;
}





@media (max-width: 1270px) {
  .train .frst .imgs {
    width: 47%;
  }
}

@media (max-width: 948px) {
  .train .frst .imgs {
    width: 49%;
  }
}

@media (max-width: 870px) {
  .train .frst {
    display: block;
  }

  .train .frst .imgs {
    width: 100%;
  }

  .train .scnd {
    width: 100%;
    margin-top: 22px;
  }
}

@media (max-width: 712px) {
  .train .flx {
    display: block;
  }

  .train p {
    max-width: fit-content;
  }

  .train .rgt {
    width: 100%;
  }

  .train h1 br {
    display: none;
  }

  .train .frst {
    margin-top: 20px;
  }
}

@media (max-width: 580px) {
  .train {
    margin-top: 50px;
  }
}

@media (max-width: 342px) {
  h1 {
    font-size: 26.45px;
  }

  h1 span {
    font-size: 26.45px;
  }

  .train .scnd ul li h4 {
    font-size: 13px;
    margin-right: 8px;
  }

  .train .scnd ul li span {
    margin-right: 9px;
    font-size: 13px;
  }
}







.customer {
  display: block;
  margin-top: 8%;
  background-color: #f8f8f8;
  padding-top: 70px;
  padding-bottom: 70px;
}

.customer h1 {
  text-align: center;
  margin-bottom: 17px;
}

.customer ul {
  display: flex;
}

.customer ul li {
  display: flex;
  background-color: #ffffff;
  padding: 22px 23px;
  border-radius: 12px;
  border: 2px dashed #e5e5e5;
  justify-content: center;
  align-items: center;
  height: 85px;
}

@media (max-width: 808px) {
  .customer ul li {
    height: 74px;
  }
}

@media (max-width: 580px) {
  .customer {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 50px;
  }
}







.technology {
  display: block;
  margin-top: 8%;
}

.technology h1 {
  margin-bottom: 10px;
}

.technology p {
  display: block;
  font-size: 15px;
  font-weight: 400;
  color: #6a6a6a;
  line-height: 26px;
  margin-bottom: 10px;
}

.technology .flx {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.technology .flx .rgt {
  width: 45%;
}

.train.tech .scnd ul li .tw {
  display: block;
  padding-left: 38px;
  font-size: 14px;
  font-weight: 300;
  margin-top: 3px;
}


@media (max-width: 342px) {
  .train.tech .scnd ul li .tw {
    padding-left: 27px;
  }

  .train.tech .scnd ul li .tw {
    font-size: 12px;
  }
}





/* FOOTER DESIGN */
.footer {
    background: linear-gradient(135deg, #8d2218, #e1513d, #8f2319);
    padding: 60px 10% 20px;
    color: #fff;
    margin-top: 8%;
}

/* MAIN GRID */
.footer-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

/* 1200px - 3 columns */
@media (max-width: 1200px) {
    .footer-container {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* 900px - 2 columns */
@media (max-width: 900px) {
    .footer-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* 600px - 1 column */
@media (max-width: 600px) {
    .footer-container {
        grid-template-columns: 1fr;
        text-align: left;
    }

    .social-icons {
        justify-content: flex-start;
        display: flex;
    }
}

/* HEADINGS */
.footer-about h3,
.footer-links h3,
.footer-services h3,
.footer-contact h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

/* ABOUT TEXT */
.footer-about p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* ISO SECTION */
.footer-about .iso {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

    .footer-about .iso ul li a {
        font-size: 13px;
        margin-bottom: 3px;
        color: #fff;
        font-weight: 600;
    }

/* LISTS */
.footer-links ul,
.footer-services ul {
    list-style: none;
    padding: 0;
}

.footer-links li,
.footer-services li {
    margin-bottom: 10px;
}

.footer-links a,
.footer-services a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}

/* CONTACT */
.footer-contact p {
    font-size: 14px;
}

.footer-contact a {
    color: #fff;
    text-decoration: none;
}

/* SOCIAL ICONS */
.social-icons a {
    font-size: 18px;
    margin-right: 12px;
    color: #fff;
    transition: 0.3s;
}

    .social-icons a:hover {
        color: #ffded6;
    }

/* BOTTOM SECTION */
.footer-bottom {
    border-top: 1px solid #ffffff3b;
    margin-top: 40px;
    padding-top: 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 14px;
}

.policy-links a {
    color: #fff;
    text-decoration: none;
    margin-left: 10px;
}
.social-icons{margin-top:12px;}
/* MOBILE BOTTOM FIX */
@media (max-width: 600px) {
    .footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
}



.enquire {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0;
    background: #000000b3;
    position: fixed;
    width: 100%;
    z-index: 9999999999;
    height: 100vh;
}

    .enquire .container {
        width: 100%;
        max-width: 991px;
    }

   
    .enquire .base-popup {
        display: flex;
        background: #fff;
        box-shadow: 0 0 25px rgba(0,0,0,0.1);
        border-radius: 12px;
        overflow: hidden;
    }
 .enquire .imgs .lgs{display:flex;background-color: transparent;width: 220px;height: 220px;justify-content: center;align-items: center;border-radius: 370px;backdrop-filter: blur(3px);}
   
    .enquire .imgs {
        width: 53%;
        background: url('../images/popup-banner.jpg') no-repeat center;
        background-size: cover;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .enquire .imgs .circle {
            position: absolute;
            top: 20px;
            left: 20px;
        }

            .enquire .imgs .circle img {
                width: 100px;
                height: auto;
            }

  
    .enquire .form {
        width: 47%;
        padding: 40px 30px;
        position: relative;
        background: #fff;
    }

        .enquire .form img {
            display: block;
            margin: 0 auto -4px;
            width: 60px;
        }

        .enquire .form h2 {
            text-align: center;
            font-size: 20px;
            margin-bottom: 18px;
            color: #222;
        }

        
        .enquire .form .baselist {
            width: 100%;
            margin-bottom: 15px;
        }

            .enquire .form .baselist input,
            .enquire .form .baselist textarea {
                width: 100%;
                padding: 12px 15px;
                border: 1px solid #e7e7e7;
                border-radius: 6px;
                font-size: 15px;
                transition: border-color 0.3s ease;
                background-color: #f2f2f2;
                color: #000;
            }

                .enquire .form .baselist input:focus,
                .enquire .form .baselist textarea:focus {
                    border-color: snow;
                    outline: none;
                }

            .enquire .form .baselist:nth-child(4),
            .enquire .form .baselist:nth-child(5) {
                display: flex;
                gap: 15px;
            }

                .enquire .form .baselist:nth-child(4) input,
                .enquire .form .baselist:nth-child(5) input {
                    width: 100%;
                }

          
            .enquire .form .baselist textarea {
                resize: none;
                height: 100px;
            }

            .enquire .form .baselist:last-child input[type="submit"],
            .enquire .form .baselist:last-child button {
                background: #c33f33;
                color: #fff;
                border: none;
                cursor: pointer;
                border-radius: 6px;
                font-size: 15px;
                font-weight: 600;
                transition: 0.3s;
            }

                .enquire .form .baselist:last-child input[type="submit"]:hover {
                    background: #F44336;
                }

       
        .enquire .form #closesec {
            position: absolute;
            top: 15px;
            right: 20px;
            background: transparent;
            border: none;
            font-size: 20px;
            cursor: pointer;
        }


@media (max-width: 768px) {

    .footer-bottom{display:flex;justify-content:center;gap:7px}

    .enquire .base-popup {
        flex-direction: column;
        display: flex;
        align-items: center;
    }
  .enquire{padding:19px}

    .enquire .imgs {
        display: none;
    }

    .enquire .form {
        width: 100%;
        padding: 30px 20px;
    }

        .enquire .form .baselist:nth-child(4),
        .enquire .form .baselist:nth-child(5) {
            flex-direction: column;
        }

        .enquire .form .baselist input {
            width: 100%;
        }
}
body.no-scroll {
    overflow: hidden;
}









@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.95);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
        transform: scale(1);
    }

    to {
        opacity: 0;
        transform: scale(0.95);
    }
}

.team {
    background: #f8f8f8;
    font-family: 'Inter', sans-serif;
    padding: 70px 0;
}

    .team h1 {
        text-align: center;
    }

.team-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    justify-items: center;
}

.leader {
    background: #f9fafc;
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px dashed #e5e5e5;
    box-shadow: 0 2px 6px rgba(0,0,0,0.06);
}

    .leader:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 16px rgba(0,0,0,0.08);
    }

    .leader img {
        width: 100%;
        height: 250px;
        object-fit: cover;
    }

    .leader h2 {
        font-size: 18px;
        font-weight: 600;
        color: #111;
        margin: 15px 15px 0;
    }

    .leader p {
        font-size: 14px;
        color: #666;
        margin: 4px 15px 15px;
    }


.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    inset: 0;
    background: rgba(0,0,0,0.6);
    justify-content: center;
    align-items: center;
    padding: 20px;
}

    .modal.show .modal-content {
        animation: fadeIn 0.3s ease;
    }

.modal-content {
    background: #fff;
    max-width: 1181px;
    width: 100%;
    border-radius: 15px;
    position: relative;
    padding: 30px;
    animation: fadeIn 0.3s ease;
    z-index: 10;
}

.modal-body {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

    .modal-body img {
        width: 250px;
        height: 250px;
        object-fit: cover;
        border-radius: 10px;
    }

    .modal-body h2 {
        margin: 0;
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 7px;
    }

    .modal-body p {
        font-size: 14px;
        color: #6c6c6c;
        line-height: 26px;
    }

.close {
    position: absolute;
    top: 15px;
    right: 25px;
    font-size: 28px;
    color: #333;
    cursor: pointer;
    transition: 0.3s;
    z-index: 1001;
    pointer-events: auto;
}

    .close:hover {
        color: #c33f33;
    }

@media (max-width: 992px) {
    .team-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .modal-body {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 576px) {
    .team-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .modal-body {
        flex-direction: column;
        align-items: center;
        max-height: 85vh;
        overflow: hidden;
    }

        .modal-body p:last-child {
            max-height: 250px;
            overflow-y: auto;
            padding-right: 10px;
            width: 100%;
            scrollbar-width: thin;
            scrollbar-color: #c33f33 #f5f5f5;
        }

        .modal-body p::-webkit-scrollbar {
            width: 6px;
        }

        .modal-body p::-webkit-scrollbar-thumb {
            background-color: #c33f33;
            border-radius: 10px;
        }

        .modal-body p::-webkit-scrollbar-track {
            background-color: #f5f5f5;
        }
}





@media (max-width: 992px) {
    .holding .container {
    grid-template-columns: 1fr;
    grid-template-areas:
      "lft"
      "rgt"
      "lft1"
      "rgt2";
  }

  .holding {
    padding: 50px 0;
  }

  .holding .lft h1 {
    font-size: 1.8rem;
  }

  .holding .lft p,
  .holding .rgt2 p {
    font-size: 0.95rem;
  }

  .holding .rgt img,
  .holding .lft1 img {
    height: auto;
  }
}

@media (max-width: 600px) {
  .holding {
    padding: 50px 0;
  }

  .holding .lft h1 {
    font-size: 22px;
  }

  .holding .lft h1 span {
    font-size: 22px;
  }

  .holding .lft h1 br {
    display: none;
  }

  .holding .lft p,
  .holding .rgt2 p {
    font-size: 0.9rem;
  }
}

#btnEnq {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  color: #fff !important;
  font-weight: 400;
  font-size: 15px;
  cursor: pointer;
  padding-left: 12px;
  outline: none;
  position: absolute;
  /* width: 100%; */
  left: 0px;
  top: 0px;
  height: 100%;
  color: #fff;
}



@media (max-width: 548px){
    .footer-bottom{display:flex;justify-content:center;}
}