@charset "utf-8";

* {
  outline: none;
  margin: 0px;
  padding: 0px;
  border: none;
  text-decoration: none;
  font-family: 'InterTight';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  box-sizing: border-box;
}


:root {
  --clr-blue: #1b2971;
  --txt-black: #000;
  --txt-white: #ffffff;
  --txt-white: #ffffff;
  --bg-black: #000;
}

body {
  text-decoration: none;
  background-color: #fff;
  font-family: 'InterTight';
  font-size: 14px;
  color: var(--text-black);
}

html {
  scroll-behavior: smooth;
}

html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.smooth-scroll-wrapper {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  will-change: transform;
}

a {
  text-decoration: none;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

p {
  height: auto;
  font-size: 1em;
  color: var(--txt-black);
  line-height: 1.5;
  font-family: 'InterTight';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  box-sizing: border-box;
  letter-spacing: 0.8px;
}

li {
  font-size: 14px;
  font-weight: normal;
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}



@font-face {
  font-family: 'InterTight';
  src: url('../fonts/InterTight-Light.eot');
  src: url('../fonts/InterTight-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/InterTight-Light.woff2') format('woff2'),
    url('../fonts/InterTight-Light.woff') format('woff'),
    url('../fonts/InterTight-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'InterTight';
  src: url('../fonts/InterTight-Regular.eot');
  src: url('../fonts/InterTight-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/InterTight-Regular.woff2') format('woff2'),
    url('../fonts/InterTight-Regular.woff') format('woff'),
    url('../fonts/InterTight-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica Neue LT Std';
  src: url('../fonts/HelveticaNeueLTStd-HvEx.woff2') format('woff2'),
    url('../fonts/HelveticaNeueLTStd-HvEx.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'InterTight';
  src: url('../fonts/InterTight-Medium.eot');
  src: url('../fonts/InterTight-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/InterTight-Medium.woff2') format('woff2'),
    url('../fonts/InterTight-Medium.woff') format('woff'),
    url('../fonts/InterTight-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter Tight';
  src: url('../fonts/InterTight-MediumItalic.woff2') format('woff2'),
    url('../fonts/InterTight-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Inter Tight';
  src: url('../fonts/InterTight-SemiBoldItalic.woff2') format('woff2'),
    url('../fonts/InterTight-SemiBoldItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Amsterdam One';
  src: url('../fonts/Amsterdam-One.woff2') format('woff2'),
    url('../fonts/Amsterdam-One.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}





/************************************************** MENU **************************************************/

/* .sexy-menu {
  position: fixed;
} */

.sexy-menu.detached .header-contact {
  display: none;
}

video {
  width: 100%;
}

.sexy-menu.detached .tophead {
  display: none;
}

/* .sexy-menu.detached .logo {
  margin-top: 5px;
  width: 70%;
} */

.nav-header {
  /* background-color: #fff;
  border-radius: 50%;
  width: 125px;
  height: 119px;
  align-content: center;*/
  text-align: left;
}


/* .sexy-menu.detached .logo {
} */

.nav-menu>li {
  display: flex;
  align-items: center;
  gap: 5px;
}

.nav-menu>li>a {
  margin: 25px 0;
  display: inline-block;
  position: relative;
  color: var(--text-black);
  font-size: 0.857em;
  font-family: 'InterTight', sans-serif;
  letter-spacing: 1.32px;
  text-align: center;
  text-decoration: none;
  padding-bottom: 5px;
  text-transform: uppercase;
  overflow: hidden;
  height: 1.4em;
  line-height: 1;
}


.nav-menu>li>a .roll-inner span:last-child {
  color: #cdb994;
}

/* ==========================================
   DESKTOP STYLES (Screen > 991px)
   ========================================== */
@media (min-width: 992px) {

  .nav-menu>li>a .roll-inner {
    display: block;
    transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    will-change: transform;
    backface-visibility: hidden;
  }

  .nav-menu>li>a .roll-inner span {
    display: block;
    height: 1.4em;
    line-height: 1.4em;
  }

  /* Desktop Hover & Active Link */
  .nav-menu>li>a:hover .roll-inner,
  .nav-menu>li.has-dropdown:hover>a .roll-inner {
    transform: translateY(-50%);
  }

  .nav-menu>li.has-dropdown:hover>a {
    color: #cdb994;
  }

  .nav-menu>li.has-dropdown:hover>a i {
    color: #cdb994 !important;
  }

  /* Desktop Dropdown Position */
  .nav-menu>li.has-dropdown {
    position: relative;
  }

  .nav-menu .dropdown-menu {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 250px;
    background-color: var(--clr-blue);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    list-style: none;
    padding: 0;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(70px);
    transition: all 0.3s ease;
    z-index: 9999;
    border-radius: 0 0 4px 4px;
  }

  .nav-menu .dropdown-menu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .nav-menu .dropdown-menu li:last-child {
    border-bottom: none;
  }

  .nav-menu .dropdown-menu li a {
    display: block;
    padding: 12px 20px;
    color: #ffffff !important;
    text-transform: none;
    font-size: 1em;
    text-align: left;
    height: auto;
    line-height: normal;
    letter-spacing: .5px;
    transition: background-color 0.2s ease, color 0.2s ease;
  }

  .nav-menu .dropdown-menu li a:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff !important;
  }

  .nav-menu>li.has-dropdown:hover>.dropdown-menu {
    opacity: 1;
    visibility: visible;
    /* transform: translateY(0); */
  }
}

/* ==========================================
   MOBILE STYLES (Screen <= 991px)
   ========================================== */
@media (max-width: 991px) {

  .nav-menu>li>a {
    height: auto;
    overflow: visible;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 12px 0;
    margin: 0;
  }

  .nav-menu .dropdown-menu {
    position: static;
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    overflow: hidden;
    transform: none;
    box-shadow: none;
    background: #fff;
    /* padding-left: 40px; */
    list-style: none;
    width: 100%;
    transition: max-height 0.4s ease-in-out, opacity 0.3s ease, visibility 0.3s ease;
  }

  .nav-menu .dropdown-menu li a {
    display: block;
    padding: 8px 0;
    color: inherit;
    text-transform: none;
  }

  /* Mobile Dropdown Open State */
  .nav-menu>li.has-dropdown.active>.dropdown-menu {
    opacity: 1;
    visibility: visible;
    max-height: 300px;
  }

  .nav-menu>li.has-dropdown.active>a {
    color: #cdb994;
  }

  /* Icon Rotate animation*/
  .nav-menu>li.has-dropdown>a i {
    transition: transform 0.3s ease;
  }

  .nav-menu>li.has-dropdown.active>a i {
    transform: rotate(180deg);
    color: #fff !important;
  }

  .nav-menu>li {
    align-items: flex-start;
    gap: 0;
    flex-direction: column;
  }

  .nav-menu {
    gap: 10px !important;
  }

}


.nav-menu2>li>a {
  margin: 35px 44px 20px;
}

.nav-menu {
  margin-top: 14px;
}

.nav-menu>li {
  position: relative;
}

.sexy-menu.detached .header-phone {
  display: none;
}

.nav-menu>li:last-child a,
ul.header-social li:last-child,
.nav-menu2>li>a:last-child {
  margin-right: 0 !important;
}

.nav-menu>li:first-child a,
.nav-menu2>li:first-child a {
  margin-left: 0 !important;
}

.resp-show {
  display: none !important;
}

.sexy-menu.detached .nav-menu>li>a {
  margin: 25px 5px;
  color: var(--text-color);
}

.sexy-menu.detached .nav-menu {
  border-top: 0;
}

.sexy-menu.detached .header-phone {
  margin: 32px 15px !important;
}

#button {
  display: inline-block;
  background-color: #333;
  line-height: 50px;
  width: 50px;
  color: #fff;
  height: 50px;
  text-align: center;
  border-radius: 100%;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
}

#button i {
  color: #fff;
}

#button:hover {
  cursor: pointer;
  background-color: #333;
}

#button:active {
  background-color: #555;
}

#button.show {
  opacity: 1;
  visibility: visible;
}

.carousel-indicators .active,
.carousel-indicators li {
  width: 15px !important;
  height: 15px !important;
  border: 0 !important;
}

.carousel-indicators .active {
  background: #dfc0f3 !important;
}

.carousel-indicators li {
  background: #655a8e !important;
  margin: 0 3px !important;
}

.carousel-indicators {
  bottom: 5em !important;
  right: 200px !important;
  left: unset !important;
  width: unset !important;
}

/**/
.clear {
  clear: both;
}

audio,
::selection {
  background: #dd2519 !important;
  color: #fff !important;
}

span::selection {
  -webkit-background-clip: unset !important;
  -webkit-text-fill-color: #fff !important;
  background: #dd2519 !important;
}

::-moz-selection {
  color: #fff !important;
}

.grecaptcha-badge {
  display: none !important;
}

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

.img-responsive {
  max-width: 100%;
  height: auto;
}

.logo1 {
  display: none;
}

.sexy-menu.detached .navigation {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 0 !important;
  align-items: center;
}

.navigation {
  padding: 15px 10.5% 5px 10.5%;
}

.nav-brand img {
  width: 100%;
  /* filter: brightness(0) invert(1); */
  transition:
    width 0.5s cubic-bezier(0.4, 0, 0.2, 1),
    filter 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.sexy-menu.detached .nav-brand img {
  filter: none;
}

/* .top-container {
  background-color: #fff;
} */

.desk-view {
  display: block !important;
}

.mob-view {
  display: none !important;
}

.hide-menu {
  display: none;
}



/************************************************** TOP MENU **************************************************/

.nav-menus-wrapper {
  display: flex;
  align-items: center;
}

.banner-contact {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: var(--clr-blue);
  color: var(--txt-white);
  letter-spacing: 0;
  font-family: 'InterTight';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  padding: 10px 27px;
  border-radius: 25px;
  transition: all .35s ease;
  overflow: hidden;
  position: relative;
}

.banner-contact i {
  color: var(--txt-white);
}

.banner-contact::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #cdb994;
  transform: translateY(110%);
  transition: transform .35s ease;
  z-index: 0;
}

.banner-contact span,
.banner-contact i {
  position: relative;
  z-index: 1;
  transition: color .35s ease;
}

.banner-contact:hover::before {
  transform: translateY(0);
}

.banner-contact:hover {
  border-color: var(--clr-blue);
}

.banner-contact:hover span {
  color: var(--txt-white);
}

.banner-contact:hover i {
  color: var(--txt-white);
}


/************************************************** BREDCUM **************************************************/

.bredcum-wraper {
  width: 100%;
  height: auto;
  padding: 10px 0;
  text-align: center;
  display: flex;
  margin: 0 auto;
  align-items: center;
  position: relative;
  z-index: 9;
}

.bredcum-container {
  width: auto;
  height: auto;
}

.bredcum-inner-wraper {
  display: flex;
  justify-content: center;
}

.bred-home {
  width: auto;
  height: auto;
  float: left;
}

.bred-home a,
.bred-home {
  width: auto;
  height: auto;
  float: left;
  font-family: 'InterTight';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  letter-spacing: 1px;
  line-height: 30px;
  text-transform: uppercase;
  color: #151c44;
}

.bred-home a {
  font-size: 0.857em;
  color: #151c44;
}

.bred-home a:hover {
  transform: translateY(-5px);
}

.bred-arrow {
  width: auto;
  height: auto;
  float: left;
  font-size: 0.85em;
  color: #151c44;
  line-height: 30px;
  padding-left: 13px;
  padding-right: 13px;
}

.bred-next {
  width: auto;
  height: auto;
  float: left;
  font-family: 'InterTight';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 0.857em;
  letter-spacing: 1px;
  line-height: 30px;
  text-transform: uppercase;
  color: #151c44;
}



/************************************************** FOOTER **************************************************/

.footer-wraper {
  width: 100%;
  height: auto;
  padding: 50px 0 20px 0;
  background-color: #fff;
}

.footer-container {
  display: flex;
  flex-direction: column;
  position: relative;
}

.footer-content-wraper {
  width: 100%;
  height: auto;
  display: flex;
  gap: 100px;
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 30px;
}

.footer-wraper-contact {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.icon-f {
  display: flex;
  gap: 15px;
  align-items: center;


  p {
    letter-spacing: 0.35px;
    color: #141414;
    font-size: 1.143em;
  }

  a {
    letter-spacing: 0.35px;
    color: #141414;
    font-size: 1.143em;
  }
}

.location-link .icon-f {
  align-items: flex-start;
}

.icon-f span {
  display: flex;
}

.footer-social-links ul {
  display: flex;
  gap: 20px;
  list-style: none;
}

.footer-social-links ul li a {
  color: var(--clr-purple);
  font-size: 1.4em;
}

.footer-wraper-links {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  border-bottom: 1px solid #d4d4d4;
}

.footer-menu {
  display: flex;
  align-items: center;
  gap: 25px;
}

.footer-menu-title {
  border-right: 1px solid #d4d4d4;
  padding-right: 25px;
  font-size: 1.143em;
  letter-spacing: 0.8px;
}

.footer-menu ul {
  display: flex;
  gap: 30px;
  list-style: none;
}

.footer-menu ul li {
  font-size: 0.857em;
}

.footer-menu ul li a {
  color: #141414;
  text-transform: uppercase;
}

.footer-bottom-container {
  display: flex;
  flex-direction: column;
  gap: 5px;
  text-align: right;
  font-size: 0.809em;
}

.copy-right {
  display: flex;
}

.designed a {
  color: var(--text-black);
}

.tc {
  text-align: center;
}

.nav-num {
  display: none !important;
}

.footer-num {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/************************************************** CONTACT FORM **************************************************/

.enquiry-cont {
  align-items: flex-start;
}

.welcome-container {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.enquiry-top {
  width: 100%;
  height: auto;
  padding: 30px 0px 70px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.enquire-pic {
  width: 53%;
  border-radius: 10px;
  overflow: hidden;
}

.enquiry-home {
  width: 44%;
  height: auto;
}

.enquiry-home-title {
  width: 100%;
  height: auto;
}

.title-enquiry {
  width: 100%;
  height: auto;
  font-size: 1.618em;
  color: var(--bg-color);
  font-family: 'InterTight';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  line-height: 1.14;
}

.title-enquiry-sub {
  font-size: 0.938em;
  color: var(--bg-color);
  font-family: 'InterTight';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  line-height: 1.5;
  margin-top: 10px;
}

.enquiry-form-outer {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
  padding-top: 1.5em;
}

.enquiry-form-outer .user-box {
  position: relative;
  margin-right: 2%;
  width: 49%;
  float: left;
  margin-bottom: 15px;
}

.enquiry-form-outer .user-box:nth-child(2n + 2) {
  margin-right: 0%;
}

.enquiry-form-outer .user-box input,
.enquiry-form-outer .user-box select {
  width: 100%;
  padding: 0px 1em;
  font-size: .9em;
  color: var(--text-black);
  border: none;
  border: 1px solid #1b2971;
  outline: none;
  background: transparent;
  border-radius: 10px;
  line-height: 55px;
  height: 55px;
}

.enqry-box input {
  line-height: 50px !important;
  height: 50px !important;
}

.enquiry-form-outer .user-box select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23666' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 18px center;
  background-size: 12px;
  padding-right: 45px;
  cursor: pointer;
}

.enquiry-form-outer .user-box select option {
  font-size: 1em;
  font-family: 'InterTight';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  padding: 20px 0;
}

.enquiry-form-outer .user-box input:focus~label,
.enquiry-form-outer .user-box input:valid~label {
  top: -7px;
  left: 0px;
  color: #fff;
  font-size: 10px;
  background-color: #1b2971;
  padding: 0px 10px;
  line-height: 20px;
  border-radius: 5px;
  bottom: inherit;
}

.enquiry-form-outer .user-box select:focus~label,
.enquiry-form-outer .user-box select:valid~label {
  top: -7px;
  left: 0px;
  color: #fff;
  font-size: 10px;
  background-color: #1b2971;
  padding: 0px 10px;
  line-height: 20px;
  border-radius: 5px;
  bottom: inherit;
}

.enquiry-form-outer .user-box label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0px 1em;
  font-size: 1em;
  color: var(--subtext-color);
  pointer-events: none;
  transition: 0.5s;
  bottom: 0;
  line-height: 55px;
  background-color: transparent;
}

.enquiry-form-outer .enqry-box label {
  line-height: 50px;
}


.full-field {
  width: 100% !important;
  margin-right: 0% !important;
}

textarea:focus~.floating-label,
textarea:not(:placeholder-shown)~.floating-label,
input:not(:focus):valid~.floating-label {
  top: -7px;
  left: 0px;
  color: #fff;
  font-size: 10px;
  background-color: #1b2971;
  padding: 0px 10px;
  line-height: 20px;
  border-radius: 5px;
  bottom: inherit;
}

.scheme-des textarea {
  width: 100%;
  height: 185px;
  resize: none;
  padding: 10px 20px 0 20px;
  border: 1px solid #1b2971;
  font-size: 1em;
  color: #000;
  font-family: inherit;
  font-weight: normal;
  border-radius: 10px;
  background: transparent;
}

.enqry-box textarea {
  height: 100px !important;
}


.floating-label {
  position: absolute;
  pointer-events: none;
  left: 20px;
  top: 10px;
  transition: 0.2s ease all;
  color: #c3c3c3;
  font-size: 1em;
}

/* active state */
.floating-input:focus~.bar:before,
.floating-input:focus~.bar:after,
.floating-select:focus~.bar:before,
.floating-select:focus~.bar:after {
  width: 50%;
}

/* highlighter */
.highlight {
  position: absolute;
  height: 50%;
  width: 100%;
  top: 15%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}

.submit-button {
  color: var(--txt-white);
  text-transform: uppercase;
  font-family: 'InterTight';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 1em;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #1b2971;
  border-radius: 10px;
  padding: 5px 20px;
}

.contact-btn:hover {
  transform: scale(1);
}

/* Wobble Horizontal */
@-webkit-keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.hvr-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-wobble-horizontal:hover,
.hvr-wobble-horizontal:focus,
.hvr-wobble-horizontal:active {
  -webkit-animation-name: hvr-wobble-horizontal;
  animation-name: hvr-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.button-out {
  display: flex;
  flex-direction: column;
  align-items: end;
}

#plus {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 55px;
  height: 55px;
  cursor: pointer;
  background: #1b2971;
  border-radius: 50%;
  font-size: 1.5em;
}

#plus .desk-view {
  /* transform: rotate(90deg); */
  white-space: nowrap;
}

#popUp {
  position: fixed;
  right: 1.5%;
  bottom: 24%;
  width: 320px;
  background: #fff;
  border-radius: 10px;
  padding: 2% 1.2% 1%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transform-origin: bottom right;
  transform: translateY(30px) scale(0.8) rotate(6deg);
  filter: blur(6px);
  transition:
    transform .6s cubic-bezier(.34, 1.56, .64, 1),
    opacity .4s ease,
    filter .4s ease,
    visibility .4s;
  z-index: 10;
}

#popUp.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1) rotate(0deg);
  filter: blur(0);
}

#popUp .close {
  position: absolute;
  top: -5px;
  opacity: 1;
  left: -4%;
  color: #fff;
  font-family: inherit;
  font-weight: normal;
  font-size: 1.5em;
  cursor: pointer;
  background-color: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

#popUp .close i {
  color: #1b2971;
  font-size: .9em;
  transition: transform 0.4s cubic-bezier(.4, 0, .2, 1);
}

#popUp .close:hover i {
  transform: rotate(180deg) scale(1.1);
}

.buttons {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: fixed;
  bottom: 160px;
  right: 25px;
  z-index: 9;
}

/* WhatsApp button */
.whats-app {
  background: #1b2971;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
  animation: float 3s ease-in-out infinite;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

/* Icon color */
.whats-app i {
  color: #fff;
  font-size: 2em;
}

/* Premium Pulse Ring */
.whats-app::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(231, 200, 129, 0.4);
  /* Matching WhatsApp green */
  animation: pulseRing 2.5s infinite;
  z-index: -1;
}

/* Soft glossy shine */
.whats-app::after {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%,
      rgba(255, 255, 255, 0.4),
      transparent 60%);
  pointer-events: none;
}

/* Hover effect */
.whats-app:hover {
  animation-play-state: paused;
  transform: scale(1.1);
  background: #1b2971;
  /* Slightly darker green for hover */
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

/* Floating animation */
@keyframes float {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

/* Pulse ring animation */
@keyframes pulseRing {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }

  70% {
    transform: scale(1.6);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}


#plus::after {
  display: block;
  display: relative;
}

.side-form .form-group {
  margin-bottom: 12px;
}

.side-form-title {
  font-size: 1.7em;
  font-family: 'InterTight';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  color: #1b2971;
  line-height: 1;
  display: block;
}


/************************************************ WRAPER ***********************************************/

.main-wraper {
  width: 100%;
  height: auto;
  padding-top: 100px;
  position: relative;
}

.wraper {
  width: 100%;
  height: auto;
  padding: 70px 0;
  position: relative;
}

.d-container {
  width: 100%;
  padding-left: 10.5%;
  padding-right: 10.5%;
}

.tc {
  text-align: center;
}


/************************************************ BANNER ***********************************************/

.banner-wraper {
  position: relative;
  margin: 0 auto;
}

.banner-inner-wraper {
  position: relative;
  width: 79%;
  margin: 0 auto;
  z-index: 9;
  overflow: hidden;
  border-radius: 10px;
  height: 740px;
  max-height: 100%;
}

.banner-caption-wraper {
  position: absolute;
  left: 5.5%;
  bottom: 11%;
}

.banner-sub-caption {
  font-size: 0.976em;
  letter-spacing: 0.13px;
  color: var(--txt-white);
}

.banner-caption {
  font-size: 2.602em;
  font-family: 'Helvetica Neue LT Std';
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  color: var(--txt-white);
  line-height: 0.9;
  letter-spacing: 0.36px;
}

.banner-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: 1;
}

.banner-slide.active {
  opacity: 1;
  z-index: 2;
}

.banner-slide img.img-full {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.banner-slide::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0) 65%);
  z-index: 1;
}

.banner-container {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.banner-nav {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 16px 5.5%;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  margin: 0 5.5%;
}

.banner-arrow {
  background: none;
  border: none;
  color: var(--txt-white);
  font-size: 1.3rem;
  cursor: pointer;
  opacity: 0.85;
  flex: 0 0 auto;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.banner-arrow:hover {
  opacity: 1;
  transform: scale(1.15);
}

.banner-nav-tabs {
  display: flex;
  gap: 100px;
  flex-wrap: wrap;
}

.banner-tab {
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.857em;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  transition: color 0.25s ease;
}

.banner-tab::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background: var(--txt-white);
  transition: width 0.3s ease;
}

.banner-tab.active {
  color: var(--txt-white);
}

.banner-tab.active::after {
  width: 100%;
}

@media (max-width:768px) {

  .home .banner-wraper {
    width: 92%;
    /* margin-top: 60px; */
    aspect-ratio: 1 / 1;
  }

  .banner-caption {
    font-size: 1.5em;
  }

  .banner-nav-tabs {
    gap: 20px;
    overflow-x: auto;
  }

  .banner-tab {
    white-space: nowrap;
    font-size: 0.7rem;
  }
}


.banner-bg-shape-left {
  position: absolute;
  left: 0;
  top: 6.5%;
  z-index: -1;
}

.banner-bg-shape-right {
  position: absolute;
  right: 0;
  top: 10%;
  z-index: -1;
}


/************* About Sec *************/

.abt-sec {
  padding: 70px 0;
}

.welcome-inner-wraper {
  text-align: center;
}

.wel-txt {
  font-size: 1em;
  font-family: 'InterTight';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  letter-spacing: 3.29px;
  color: var(--clr-blue);
}

.sec-title {
  font-size: 1.721em;
  font-family: 'Helvetica Neue LT Std';
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  color: var(--clr-blue);
  letter-spacing: 0.5px;
}

.wel-txt-divider {
  background-color: #d6d6d6;
  margin: 25px auto 30px;
  height: 1px;
  width: 40%;
  position: relative;
}

.wel-txt-divider::before,
.wel-txt-divider::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #dac689;
}

.wel-txt-divider::before {
  left: 0;
}

.wel-txt-divider::after {
  right: 0;
}

.welcome-inner-wraper p {
  line-height: 1.8;
  max-width: 74%;
  width: 100%;
  margin: 0 auto 30px;
  color: #222;
}

.abt-btn {
  background-color: var(--clr-blue);
  border: none;
  color: var(--txt-white);
  padding: 10px 40px;
  font-family: 'InterTight';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  border-radius: 20px;
  cursor: pointer;
  transition: all .35s ease;
  overflow: hidden;
  position: relative;

}

.abt-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #cdb994;
  transform: translateY(110%);
  transition: transform .35s ease;
  z-index: 0;
}

.abt-btn span {
  position: relative;
  z-index: 2;
  transition: color .35s ease;
  letter-spacing: 0.8px;
}

.abt-btn:hover::before {
  transform: translateY(0);
}



/************* Service Sec *************/

.service-sec {
  background-color: var(--bg-black);
  padding: 40px 0 80px;
}

.service-sec .sec-title {
  color: #dac689;
}

.service-grid {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 50px;
}

.service-card-left {
  width: 65%;
  height: auto;
  display: flex;
  justify-content: space-between;
}

.service-card-right {
  width: 34%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}


.service-card {
  width: 32%;
  height: auto;
  border-radius: 22px;
  overflow: hidden;
  position: relative;
  isolation: isolate;
}

.service-card-img {
  width: 100%;
  height: 100%;
}

.service-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: blur(0px);
  transition: transform 0.4s ease-in-out, filter 0.4s ease-in-out;
  will-change: transform, filter;
}

.service-card:hover .service-card-img img {
  transform: scale(1.1);
  /* filter: blur(2px); */
}

.service-card-right .service-card {
  width: 100%;
}

.service-card-con {
  position: absolute;
  left: 5%;
  bottom: 3%;
}

.service-card-con h4 {
  font-size: 1.111em;
  color: var(--txt-white);
  font-family: 'Helvetica Neue LT Std';
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  line-height: 0.9;
  letter-spacing: 0.5px;
}

.card-arrow {
  position: absolute;
  right: 2%;
  top: 2%;
}



/************* Logistics Sec *************/

.logistics-sec {
  padding-bottom: 60px;
}

.logistics-inner-wraper {
  display: flex;
  align-items: center;
  gap: 60px;
}

.logistics-sec-left {
  width: 56%;
  height: auto;
  border-top-right-radius: 13px;
  border-bottom-right-radius: 13px;
  overflow: hidden;
}

.logistics-sec-right {
  width: 24%;
  height: auto;
}

.logistics-sub-title {
  font-size: 1.157em;
  font-family: 'Helvetica Neue LT Std';
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  color: #b8b9c5;
  letter-spacing: 0.16px;
}

.logistics-title {
  font-size: 2.156em;
  font-family: 'Helvetica Neue LT Std';
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  color: var(--clr-blue);
  margin-bottom: 8px;
  letter-spacing: 0.30px;
}

.timeline-list {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  margin: 20px 0 50px 0;
}

.timeline-list::before {
  content: "";
  position: absolute;
  top: 15px;
  bottom: 15px;
  left: 5.5px;
  width: 1px;
  background-color: #cbd2e1;
}

.timeline-list li {
  position: relative;
  margin-bottom: 6px;
  padding-left: 35px;
  display: flex;
  align-items: center;
  width: fit-content;
}

.timeline-list li:last-child {
  margin-bottom: 0;
}

.timeline-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #8b92b2;
  z-index: 1;
}

.timeline-box {
  display: inline-block;
  background-color: #f0f2f7;
  color: #2b3044;
  font-size: 1em;
  padding: 10px 20px;
  border-radius: 0 19px 19px 19px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
  transition: background-color 0.3s ease, transform 0.3s ease;
  letter-spacing: 0.7px;
}

.timeline-list li:hover .timeline-box {
  background-color: #e4e8f3;
  transform: translateX(5px);
  cursor: default;
}

.btn-link {
  text-transform: uppercase;
  text-decoration: none;
  color: #000000d7;
  position: relative;
  display: inline-block;
  padding-bottom: 3px;
  letter-spacing: 0.8px;
  transition: transform 0.35s cubic-bezier(0.25, 1, 0.5, 1);
}

.btn-link:hover {
  transform: translateY(-3px);
}

.btn-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000000d7;
  transform: scaleX(1);
  transform-origin: center;
  transition: transform 0.35s cubic-bezier(0.25, 1, 0.5, 1);
}

.btn-link:hover::after {
  transform: scaleX(0);
  transform-origin: center;
}


/************* fiber manufacturing Sec *************/


.fiber-manufacturing-sec {
  padding: 70px 0 10px;
}

.fiber-manufacturing-title {
  font-size: 1.969em;
  font-family: 'Helvetica Neue LT Std';
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  color: var(--clr-blue);
  line-height: .9;
  margin-bottom: 13px;
  letter-spacing: 0.5px;
}

.fiber-manufacturing-sec p {
  font-size: 1.143em;
}

.fiber-manufacturing-sub-txt {
  display: flex;
  align-items: center;
  text-align: center;
  width: 100%;
  letter-spacing: 0.7px;
  margin: 35px 0;
}

.fiber-manufacturing-sub-txt::before,
.fiber-manufacturing-sub-txt::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #cfd2e0;
}

.fiber-manufacturing-sub-txt span {
  padding: 0 20px;
  letter-spacing: 0.8px;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  position: relative;
}

.product-card {
  padding: 40px 30px;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

/* ==========================================
   TRUNCATED LINES (WITH GAPS ON BOTH ENDS)
   ========================================== */

/* 1. Horizontal Lines (Top 3 cards-inte thazhe mathram) */
.product-card:nth-child(1)::after,
.product-card:nth-child(2)::after,
.product-card:nth-child(3)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 10%;
  /* 10% space on left */
  width: 80%;
  /* Line width 80% (10% gap on right) */
  height: 1px;
  background-color: #d0d0d3;
}

/* 2. Vertical Lines (1, 2, 4, 5 cards-inte valathu vashathu) */
.product-card:nth-child(1)::before,
.product-card:nth-child(2)::before,
.product-card:nth-child(4)::before,
.product-card:nth-child(5)::before {
  content: "";
  position: absolute;
  top: 10%;
  /* 10% space on top */
  right: 0;
  height: 100%;
  /* Line height 80% (10% gap on bottom) */
  width: 1px;
  background-color: #d0d0d3;
}

/* Image & Text Styles */
.product-img {
  width: 100%;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.product-img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}

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

.product-title {
  font-size: 1.143em;
  color: #000000d7;
  margin: 0;
  line-height: 1.4;
  letter-spacing: 0.8px;
}

.fiber-manufacturing-sec .btn-link {
  margin: 0 20px;
}

.view-all-btn {
  margin: 100px 0 50px;
}

/* Responsive Styles */
@media (max-width: 991px) {
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  /* Reset desktop pseudo-elements */
  .product-card::after,
  .product-card::before {
    display: none;
  }

  /* 2 Column Mobile/Tablet layout-il lines */
  .product-card:not(:last-child)::after {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 10%;
    width: 80%;
    height: 1px;
    background-color: #eef0f5;
  }

  .product-card:nth-child(odd)::before {
    display: block;
    content: "";
    position: absolute;
    top: 10%;
    right: 0;
    height: 80%;
    width: 1px;
    background-color: #eef0f5;
  }
}

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

  /* Single column-il vertical line thuttaan */
  .product-card::before {
    display: none !important;
  }
}




/************* Rental Sec *************/

.rental-sec {
  display: flex;
  justify-content: center;
}

.rental-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 170px;
  border-radius: 16px;
  background-color: #fff;
  padding: 30px;
  position: relative;
  z-index: 2;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.rental-content {
  width: 40%;
  padding-left: 3%;
}

.rental-title {
  font-size: 1.857em;
  font-family: 'Helvetica Neue LT Std';
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  color: #404566;
  line-height: 1.01;
  letter-spacing: -0.65px;
}

.rental-description {
  font-size: 1.143em;
  color: #000000ce;
  line-height: 1.5;
  margin: 25px 0 20px;
  letter-spacing: 0.8px;
}

.rental-features-grid {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.rental-features-row {
  display: flex;
  align-items: center;
  gap: 40px;
}

.rental-features-row-divider {
  height: 32px;
  width: 1px;
  background-color: #c4c6d2;
}

.rental-features-column-divider {
  height: 1px;
  width: 100%;
  background-color: #c4c6d2;
}

.rental-feature-item {
  padding: 10px 0;
  letter-spacing: 0.7px;
  color: #000000ce;
}

.btn-primary {
  display: inline-block;
  background-color: #1a2250;
  color: #f2e9ca;
  padding: 15px 25px;
  border-radius: 23px;
  text-decoration: none;
  letter-spacing: 0.8px;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.btn-primary:hover {
  background-color: #2e2a72;
  transform: translateY(-2px);
  color: #f2e9ca;
}

.rental-image-wrapper {
  width: 53%;
  height: auto;
  border-radius: 14px;
  overflow: hidden;
}



/************* Construction Sec *************/

.construction-sec {
  background-color: #f7f6e9;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 12%;
  position: relative;
  margin-top: -10%;
  z-index: 1;
}

.construction-container {
  width: 100%;
  display: flex;
  position: relative;
}

/* Connecting SVG Line */
.connecting-line-svg {
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

/* Text Content Positioning */
.content-block-wrpaer {
  position: absolute;
  z-index: 3;
}

.top-left {
  top: 23.5%;
  left: 6%;
  background-color: #f7f6e9;
  padding: 24px 25px;
}

.top-middle {
  top: 10%;
  right: 37%;
}

.top-middle .company-tagline {
  position: relative;
  padding-left: 40px;
  margin-top: 26px;
  font-size: 0.963em;
}

.top-middle .company-tagline::after {
  content: "";
  position: absolute;
  top: -35%;
  left: 0;
  height: 80px;
  width: 11px;
  background-color: #e8e2d4;
  z-index: 2;
}

.section-title,
.company-title {
  font-size: 1.857em;
  font-family: 'Helvetica Neue LT Std';
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  color: #3f4463;
  letter-spacing: 0.5px;
  line-height: 1.02;
}

.section-desc,
.company-tagline {
  margin-top: 15px;
  font-size: 1.143em;
  color: #000;
  line-height: 1.4;
  letter-spacing: 0.8px;
}

.engineer-image-wrapper {
  z-index: 4;
  padding-left: 27%;
}

.engineer-image {
  /* height: 520px; */
  width: auto;
  display: block;
}

.right-content {
  display: flex;
  align-items: center;
  gap: 80px;
  z-index: 3;
  position: absolute;
  right: 6.5%;
  bottom: 25%;
}

.services-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.service-item {
  display: flex;
  align-items: center;
  gap: 15px;
}

.icon-circle {
  width: 78px;
  height: 78px;
  background-color: #e6e1d5;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.service-text {
  font-size: 1.143em;
  color: #2a2e3d;
  line-height: 1.3;
  letter-spacing: 0.8px;
}

/* Button*/
.btn-know-more {
  background-color: var(--clr-blue);
  color: #f2e9ca;
  padding: 15px 28px;
  border-radius: 25px;
  text-decoration: none;
  font-size: 1em;
  transition: background-color 0.3s ease, transform 0.2s ease;
  white-space: nowrap;
  position: relative;
  z-index: 2;
  letter-spacing: 0.7px;
}

.btn-know-more:hover {
  /* transform: translateY(-2px); */
  color: #f2e9ca;
}

.btn-know-more::before {
  content: "";
  height: 1px;
  width: 330px;
  background-color: #e4dfcd;
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translateY(-50%);
  z-index: -1;
  pointer-events: none;
}

.bg-shape {
  border: 14px solid #e8e2d4;
  position: absolute;
  top: 33%;
  left: 14%;
  /* transform: translate(-50%); */
  width: 750px;
  height: 324px;
  border-radius: 60px;
  z-index: 1;
}


/************* Global Presence Sec *************/

.global_presence-sec {
  background-color: var(--bg-black);
  padding: 50px 0 70px;
}

.global_presence-sec .fiber-manufacturing-title {
  color: #f2e9ca;
}

.location-cards-container {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 40px;
}

.location-card {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.3s ease;
}

.location-card:hover {
  transform: translateY(-6px);
}

.location-card-content {
  position: absolute;
  bottom: 3%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.card-india .location-card-content {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  inset: 0;
  padding: 35px 0 20px;
  transform: none;
  text-align: center;
}

.location-card-footer {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
}

.location-title {
  color: #ffffff;
  font-size: 1.469em;
  font-family: 'Helvetica Neue LT Std';
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  line-height: 1.2;
  letter-spacing: 0.5px;
}

.location-title span {
  font-size: 0.966em;
  font-family: 'Helvetica Neue LT Std';
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.btn-explore {
  background-color: #1a2250;
  color: #ffffff;
  padding: 13px 32px;
  border-radius: 20px;
  text-decoration: none;
  letter-spacing: 1px;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.btn-explore:hover {
  transform: scale(1.05);
  color: #ffffff;
}

/* Responsive Layout */
@media (max-width: 768px) {
  .cards-container {
    flex-direction: column;
  }

}



/************* Home CTA Sec *************/

.cta-section {
  width: 100%;
  /* background: radial-gradient(circle at 60% 50%, #2b2875 0%, #171638 70%, #111029 100%); */
  background: radial-gradient(circle at 50% 80%, #2a3b99 0%, #1a2250 30%, #1a2250 75%, #1a2250 100%);
  padding: 60px 0 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cta-inner-wraper {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cta-heading {
  color: #ffffff;
  font-size: 1.969em;
  font-family: 'Helvetica Neue LT Std';
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  line-height: 1.1;
  letter-spacing: 0.5px;
}

.highlight-text {
  color: #efd469;
  font-family: 'Helvetica Neue LT Std';
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

.cta-description {
  color: #fff;
  font-size: 1.143em;
  line-height: 1.4;
  margin: 20px 0;
  letter-spacing: 0.8px;
}

.btn-contact {
  display: inline-block;
  background-color: #efd469;
  color: #171638;
  padding: 15px 20px;
  border-radius: 23px;
  text-decoration: none;
  letter-spacing: 0.8px;
  transition: transform 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease;
}

.btn-contact:hover {
  transform: translateY(-2px);
}








/********************************************** Service Pages *********************************************/


/* ----------------- Event Management ------------------- */

.innerpage-banner-cap-wraper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}


.innerpage-banner-sub-cap {
  font-size: 0.857em;
  /* background: #AF8F45;
  background: linear-gradient(90deg, rgba(175, 143, 69, 1) 0%, rgba(216, 185, 95, 1) 50%, rgba(186, 158, 89, 1) 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; */
  color: #886e31;
}

.innerpage-banner-cap {
  font-size: 2.264em;
  font-family: 'Helvetica Neue LT Std';
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  background: #AF8F45;
  background: linear-gradient(90deg, rgba(175, 143, 69, 1) 0%, rgba(216, 185, 95, 1) 50%, rgba(186, 158, 89, 1) 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.event-management-sec {
  padding: 40px 0 20px;
}

.event-management-title {
  font-size: 1.721em;
  font-family: 'Helvetica Neue LT Std';
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  color: var(--clr-blue);
  letter-spacing: 0.2px;
}

.event-management-subtitle {
  font-size: 1em;
  font-family: 'InterTight';
  font-weight: 500;
  color: var(--clr-blue);
  margin-top: 5px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.event-management .event-management-subtitle {
  letter-spacing: 3.29px;
}

.event-management-desc {
  text-align: center;
  line-height: 1.8;
  max-width: 60%;
  width: 100%;
  margin: 20px auto 30px;
  color: #222;
}

.event-management-features {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin: 40px 0 60px;
}

.event-management-features-item {
  display: flex;
  gap: 10px;
  align-items: center;
}

.event-fea-item-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #dac689;
  align-content: center;
  text-align: center;
}

.event-fea-item-txt {
  line-height: 1.07;
  letter-spacing: 0.7px;
}


.event-management-list-wraper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 12px;
  row-gap: 20px;
  margin-top: 50px;
  padding: 0 4%;
}

.event-management-items {
  width: 19%;
  height: auto;
}

.event-management-item-img {
  border-radius: 17px;
  overflow: hidden;
  margin-bottom: 10px;
}

.event-management-item-con h4 {
  font-size: 1.143em;
  margin-bottom: 6px;
  font-family: 'Inter Tight';
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

.event-management-item-con p {
  margin-bottom: 10px;
  color: #000000e5;
}

.whychoose-sec {
  margin-top: 40px;
}

.whychoose-sec-inner {
  background-color: #ede5d1;
  border-radius: 21px;
  overflow: hidden;
  padding: 50px;
}

.whychoose-sec-inner p {
  margin-top: 20px;
  line-height: 1.7;
  color: #000000e5;
}


/* ----------------- Logistics ------------------- */

.logistics-sec .event-management-subtitle {
  margin-top: 8px;
}

.logistics-sec .event-management-desc {
  max-width: 66%;
}

.logistics-sec .wel-txt-divider {
  margin: 40px auto 30px;
  width: 35%;
}

.logistic-wraper-title {
  line-height: 1.05;
}

.logistic-list-wraper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 60px;
  row-gap: 20px;
  margin-top: 50px;
}

.logistics-card {
  width: 30.5%;
  height: auto;
}

.logistics-card-img {
  border-radius: 22px;
  overflow: hidden;
  margin-bottom: 10px;
}

.industries-section {
  background-color: #ede5d1;
  padding: 50px 20px;
  text-align: center;
  margin: 40px 0 60px;
}

.pills-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 4px;
  row-gap: 6px;
  max-width: 1060px;
  margin: 30px auto 0;
}

.pill {
  background-color: #ffffff;
  color: #000000de;
  padding: 7px 20px;
  border-radius: 50px;
  font-size: 1.143em;
  white-space: nowrap;
  letter-spacing: 0.7px;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .pill {
    font-size: 13px;
    padding: 8px 16px;
    white-space: normal;
  }
}

.support-sec {
  padding-bottom: 40px;
}

.support-sec-inner {
  display: flex;
  align-items: center;
  gap: 40px;
}

.support-sec-left {
  width: 40%;
  height: auto;
  border-radius: 19px;
  overflow: hidden;
}

.support-sec-right {
  width: 54%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.support-sec-con h3 {
  font-size: 1.417em;
  font-family: 'Helvetica Neue LT Std';
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  color: var(--clr-blue);
  letter-spacing: 0.2px;
}

.support-sec-con p {
  line-height: 1.7;
  color: #000000e5;
  margin: 6px 0 2px;
}

.tagline {
  font-family: 'Inter Tight';
  font-weight: 600;
  font-style: italic;
  font-display: swap;
  color: #000000e5;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .support-sec-inner {
    flex-direction: column;
    gap: 30px;
  }

}



/* ----------------- Fiber Composite Manufacturing ------------------- */

.fiber-composite .innerpage-banner-cap {
  line-height: 1.02;
  height: 70px;
  margin-top: 5px;
}

.fiber_composites-list-wraper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 45px;
  row-gap: 20px;
  margin-top: 50px;
  padding: 0 4%;
}

.fiber_composites-list-wraper .logistics-card {
  width: 23%;
}

.ccf-composite-section {
  background-color: #ffffff;
  padding: 40px 0;
  text-align: center;
}

.ccf-content-block {
  padding: 30px 0;
}

.ccf-border-bottom {
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
}

.ccf-section-title {
  font-size: 1.492em;
  font-family: 'InterTight';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  margin: 0 0 10px 0;
  color: #1a1a1a;
  letter-spacing: 1.04px;
}

.ccf-section-subtitle {
  line-height: 1.5;
  letter-spacing: 0.7px;
  color: #000000e5;
}

.ccf-badge-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 3px;
  row-gap: 6px;
  max-width: 54%;
  width: 100%;
  margin: 20px auto 0;
}

.ccf-badge-item {
  background-color: #e9e2d0;
  color: #000000e5;
  padding: 10px 20px;
  border-radius: 50px;
  white-space: nowrap;
}

.maintenance_fiber-title {
  margin-bottom: 20px;
}

.maintenance-sec-fiber_composite-img {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  border-radius: 26px;
  overflow: hidden;
}

/* ----------------- Engineering & Construction ------------------- */

.engineering-service-wraper {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.Industrial-list-wraper,
.commercial-list-wraper {
  width: 81%;
  margin: auto;
  height: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.Industrial-list-wraper {
  margin-bottom: 50px;
}

.Industrial-card {
  width: 18%;
  height: auto;
  border-radius: 21px;
  overflow: hidden;
  position: relative;
}

.Industrial-item-con {
  position: absolute;
  bottom: 4%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}

.Industrial-item-con h4 {
  color: #fff;
  letter-spacing: 0.7px;
}

.engineering .event-management-desc {
  margin: 5px auto 25px;
}

.commercial-wraper .event-management-desc {
  margin: 5px auto 8px;
}

.commercial-sub-txt {
  margin-bottom: 25px;
  letter-spacing: 0.7px;
}

.engineering .industries-section {
  background-color: transparent;
  padding: 50px 20px;
  margin: 0 0 30px;
}

.engineering .pills-container {
  max-width: 1000px;
  column-gap: 6px;
  row-gap: 8px;
}

.engineering .pill {
  background-color: #ede5d1;
  font-size: 1em;
  padding: 10px 25px;
}


.whychoose-jems-sion-inner {
  display: flex;
  align-items: center;
  gap: 50px;
}

.whychoose-jems-sion-left {
  width: 51%;
  height: auto;
  border-radius: 18px;
  overflow: hidden;
}

.whychoose-jems-sion-right {
  width: 37%;
  height: auto;
}

.whychoose-jems-sion-right ul {
  list-style: none;
  margin: 30px 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.whychoose-jems-sion-right ul li {
  display: flex;
  gap: 15px;
  letter-spacing: 0.7px;
}

.whychoose-jems-sion-right ul li span {
  padding-top: 1px;
}

.whychoose-jems-sion-right p {
  line-height: 1.7;
}

.whychoose-jems-sion-right p span {
  color: #a2894b;
  font-family: 'Inter Tight';
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

.whychoose-jems-sion-categories {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
  letter-spacing: 0.7px;
}

.whychoose-jems-sion-categories span {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #000;
  margin-top: 3px;
}

.project-management-sec {
  padding-top: 40px;
}

.services-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 24px;
}

.services-card {
  background-color: #ede5d1;
  border-radius: 19px;
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
}

.services-desc {
  font-size: 14px;
  line-height: 1.4;
  margin: 10px 0 20px;
}

.services-badge-list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 5px;
  row-gap: 7px;
  align-items: center;
}

.services-badge {
  background-color: #ffffff;
  color: #2d2d2d;
  padding: 10px 18px;
  border-radius: 50px;
  display: inline-block;
  letter-spacing: 0.7px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.services-badge:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
}



/* ----------------- Vehicles and equipment rental solutions ------------------- */


.vechicle-rental .innerpage-banner-cap {
  line-height: 1;
  margin-top: 5px;
}

.vechicle-rental .innerpage-banner-cap {
  background: none;
  -webkit-text-fill-color: unset;
  color: #1b2971;
}

.vechicle-rental .rental-title-top {
  text-transform: uppercase;
}

.vechicle-rental .rental-title-btm {
  text-transform: capitalize;
}

.vechicle-rental-sec {
  padding: 70px 0 40px;
}

.vechicle-rental-wel-txt {
  font-size: 1.125em;
  line-height: 1.4;
}

.vechicle-rental-features {
  display: flex;
  justify-content: center;
  gap: 90px;
  margin-top: 60px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 60px;
}

.vechicle-rental-features-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}

.vechicle-rental-item-txt {
  line-height: 1.2;
  letter-spacing: 0.7px;
  text-align: center;
}


.vechicle-rental-sec .wel-txt-divider {
  width: 35%;
}

.rental_service-inner-wraper {
  margin-top: 50px;
}

.rental_service-title {
  font-size: 1.458em;
  font-family: 'Helvetica Neue LT Std';
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  color: var(--clr-blue);
  letter-spacing: 0.2px;
}

.rental_service-subtitle {
  margin-top: 5px;
  letter-spacing: 0.7px;
}

.rental_service-wraper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 25px;
  row-gap: 20px;
  margin-top: 50px;
}

.rental_service-card {
  width: 32%;
  height: auto;
}

.eq-vechicle-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-top: 30px;
}

.eq-vechicle-card {
  width: 15%;
  height: auto;
  border-radius: 21px;
  overflow: hidden;
  position: relative;
}

.eq-vechicle-card-con {
  position: absolute;
  bottom: 3%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}

.eq-vechicle-card-con h4 {
  color: #fff;
  letter-spacing: 0.7px;
}




.fs-section {
  width: 100%;
  padding: 50px 0;
}

.fs-section-bg {
  background-color: #ede5d1;
}

.fs-title {
  font-size: 1.458em;
  font-family: 'Helvetica Neue LT Std';
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  color: var(--clr-blue);
  letter-spacing: 0.2px;
  margin-bottom: 6px;
  line-height: 1.7;
}

.fs-subtitle {
  margin: 22px 0;
}

.fs-section-bg .fs-title {
  margin-bottom: 0;
  line-height: 1;
}

.fs-section-bg .fs-subtitle {
  margin: 14px 0 18px;
}

.fs-pills-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.fs-pills-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
}

.fs-pill {
  padding: 13px 24px;
  border-radius: 50px;
  display: inline-block;
  color: #2d2d2d;
  white-space: nowrap;
  letter-spacing: 0.7px;
}

.fs-pill-beige {
  background-color: #ede5d1;
}

.fs-pill-white {
  background-color: #ffffff;
}

.iws-card {
  background-color: #002547;
  padding: 20px;
  display: flex;
  gap: 60px;
  align-items: center;
  border-radius: 24px;
  overflow: hidden;
  width: 86%;
  margin: auto;
}

.iws-image {
  width: 66%;
  height: auto;
  border-radius: 27px;
  overflow: hidden;
}

.iws-con {
  width: 22%;
  height: auto;
}

.iws-con-title {
  font-size: 1.458em;
  font-family: 'Helvetica Neue LT Std';
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  color: #ede5d1;
  letter-spacing: 0.2px;
}

.iws-industry-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 25px;
}

.iws-industry-list li {
  display: flex;
  gap: 20px;
  color: #fff;
  letter-spacing: 0.7px;
}

.iws-section-title {
  font-size: 1.458em;
  font-family: 'Helvetica Neue LT Std';
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  color: var(--clr-blue);
  letter-spacing: 0.2px;
}

.iws-features-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* gap: 18px; */
  width: 100%;
  border-top: 1px solid #d4dae0;
  border-bottom: 1px solid #d4dae0;
  padding: 20px 0;
  margin: 20px 0 30px;
}

.iws-feature-item {
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.7px;
  width: 10%;
  padding-top: 8px;
}

.iws-features-grid span {
  width: 4px;
  height: 100px;
  border-radius: 2px;
  background-color: #ede5d1;
}


.iws-callout {
  background-color: #ede5d1;
  border-radius: 88px;
  padding: 32px 48px;
  max-width: 750px;
  width: 100%;
  margin: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.iws-callout p {
  color: #2d2d2d;
  font-size: 1.174em;
  line-height: 1.3;
  font-family: 'InterTight';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  letter-spacing: 0.8px;
}


/********************************************** Global Presence Pages *********************************************/


/* ----------------- Jems Dubai ------------------- */


.jems_dubai-top-sec {
  padding: 40px 0;
}

.global-presence .innerpage-banner-cap {
  line-height: 1.02;
  height: 70px;
  margin-top: 10px;
}

.jems_dubai-wel-wraper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 90px;
}

.jems_dubai-wel-img {
  width: 33%;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
}

.jems_dubai-wel-content {
  width: 39%;
  height: auto;
  display: flex;
  flex-direction: column;
}

.jems_dubai-logo-wrapper {
  text-align: center;
}

.jems_dubai-city-title {
  font-size: 1.857em;
  font-family: 'Helvetica Neue LT Std';
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  color: var(--clr-blue);
  text-align: center;
  margin: 15px 0 20px;
}

.jems_dubai-description {
  text-align: center;
  line-height: 1.5;
  font-size: 1.143em;
}

.jems_dubai-location-badge {
  background-color: #ede5d1;
  padding: 10px 25px;
  border-radius: 21px;
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.8px;
  font-size: 1.143em;
  width: fit-content;
  margin: 20px auto 25px;
}

.jems_dubai-network-title {
  letter-spacing: 0.8px;
  font-size: 1.143em;
  text-align: center;
}

.jems_dubai-logistics-group {
  display: flex;
  justify-content: center;
  gap: 65px;
  align-items: center;
  margin: 30px 0 35px;
}

.jems_dubai-logistics-item {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.jems_dubai-logistics-label {
  margin-top: 10px;
  font-size: 1.143em;
}

.jems_dubai-logistics-note {
  font-size: 1.143em;
  text-align: center;
}

.jems_dubai-item-divider {
  width: 1px;
  height: 55px;
  background-color: #002547;
}


.jems_dubai-trade-sec {
  margin-top: 100px;
}

.jems_dubai-sec-heading {
  font-size: 1.969em;
  font-family: 'Helvetica Neue LT Std';
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  color: var(--clr-blue);
  letter-spacing: 0.2px;
}

.portfolio-subtitle {
  margin-top: 5px;
  font-size: 1.143em;
  color: #000000e5;
}

.jems_dubai-trade-details {
  font-size: 1.143em;
  margin-top: 10px;
}

.portfolio-sec {
  background-color: #ede5d1;
  padding: 40px 0;
}

.portfolio-header {
  margin-bottom: 40px;
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.portfolio-card {
  background-color: #fff;
  border-radius: 18px;
  overflow: hidden;
  padding: 20px 20px 40px;
  text-align: center;
}

.portfolio-card__img {
  border-radius: 14px;
  overflow: hidden;
}

.portfolio-card__heading {
  font-family: 'InterTight';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  font-size: 1.143em;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin-top: 25px;
}

.portfolio-card__tagline {
  font-family: 'Inter Tight';
  font-weight: 600;
  font-style: italic;
  font-display: swap;
  color: #a98836;
  line-height: 1.7;
  letter-spacing: 0.7px;
  margin: 8px 0 5px;
}

.portfolio-card__details {
  line-height: 1.7;
  letter-spacing: 0.7px;
  color: #000000e5;
  padding: 0 20px;
}


.jems_dubai-services {
  padding: 50px 0 80px;
}

.jems_dubai-services__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.jems_dubai-services__card {
  background-color: #f4efe3;
  border-radius: 18px;
  padding: 35px 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.jems_dubai-services__title {
  font-size: 1.143em;
  font-family: 'InterTight';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  color: var(--txt-black);
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.jems_dubai-services__divider {
  width: 40px;
  height: 8px;
  background-color: #002547;
  border-radius: 4px;
  margin: 14px 0;
}

.jems_dubai-services__subtitle {
  color: #a98836;
  font-family: 'Inter Tight';
  font-weight: 600;
  font-style: italic;
  font-display: swap;
  letter-spacing: 0.7px;
  margin-bottom: 5px;
  line-height: 1.7;
}

.jems_dubai-services__details {
  line-height: 1.7;
  color: #000000e5;
}

.jems-why-us__slogan {
  color: #a2894b;
  font-family: 'Inter Tight';
  font-weight: 600;
  font-style: italic;
  font-display: swap;
  margin-bottom: 30px;
}

.jems-why-us__description {
  line-height: 1.6;
  letter-spacing: 0.7px;
  color: #000000e5;
}

.jems-dubai .whychoose-jems-sion {
  padding-bottom: 40px;
}


/* ----------------- Jems India ------------------- */

.jems_india-intro__text {
  font-size: 1.286em;
  line-height: 1.5;
  letter-spacing: 0.9px;
}

.jems_india-sectors {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin: 50px 0 70px;
}

.jems_india-sectors__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 5px;
}

.jems_india-sectors__title {
  letter-spacing: 0.7px;
  margin-top: 10px;
}

.jems_india-sectors__desc {
  color: #545454;
  letter-spacing: 0.7px;
}

.jems_india-hospitality-header {
  margin-bottom: 40px;
}

.jems_india-hospitality-header p {
  margin-top: 5px;
  font-family: 'InterTight';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  color: #000000e5;
  letter-spacing: 0.7px;
  line-height: 1.6;
}

.jems_india-hospitality-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
  row-gap: 40px;
}

.jems_india-hospitality-card__img {
  border-radius: 16px;
  overflow: hidden;
}

.jems_india-hospitality-card__title {
  letter-spacing: 0.7px;
  margin: 15px 0 5px;
  font-family: 'InterTight';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  font-size: 1em;
}

.jems_india-hospitality-card__desc {
  line-height: 1.6;
  letter-spacing: 0.7px;
  /* font-family: 'InterTight';
  font-weight: 500;
  font-style: normal;
  font-display: swap; */
  font-size: 1em;
  color: #000000e5;
}


.jems_india-logistics {
  background-color: #000;
  padding: 40px 0;
  margin-top: 40px;
}

.jems_india-logistics-grid {
  display: flex;
  justify-content: center;
  gap: 80px;
  align-items: center;
}

.jems_india-logistics-img {
  width: 54%;
  height: auto;
  border-radius: 16px;
  overflow: hidden;
}

.jems_india-logistics-con {
  width: 38%;
  height: auto;
  color: #fff;
}

.jems_india-logistics .jems_dubai-sec-heading {
  color: var(--txt-white);
}

.jems_india-logistics-con p {
  margin-top: 10px;
  line-height: 1.7;
  color: #fff;
}

.jems_india-realestate__grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.jems_india-realestate__content {
  width: 38%;
  height: auto;
}

.jems_india-realestate__img {
  width: 54%;
  height: auto;
  border-radius: 18px;
  overflow: hidden;
}

.jems_india-realestate__desc {
  font-size: 1em;
  font-family: 'InterTight';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  margin-top: 10px;
}

.jems_india-realestate {
  padding: 50px 0;
}

.jems_india-realestate__categories {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 20px 0;
}

.jems_india-realestate__block {
  background-color: #1c3c68;
  border-radius: 8px;
  display: grid;
  grid-template-columns: 120px 1fr;
  overflow: hidden;
  min-height: 85px;
}

.jems_india-realestate__block-label {
  font-size: 1em;
  font-family: 'InterTight';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  color: #ffffff;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  padding: 12px 16px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  line-height: 1.6;
  letter-spacing: 0.7px;
}

.jems_india-realestate__block-value {
  font-size: 1em;
  font-family: 'InterTight';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  color: #ffffff;
  display: flex;
  align-items: center;
  padding: 12px 26px;
  line-height: 1.6;
  letter-spacing: 0.7px;
}

.jems_india-realestate__footer-note {
  font-size: 12px;
  color: var(--jems-text-dark);
  line-height: 1.5;
}


.jems_india-whychoose__pills {
  display: flex;
  justify-content: center;
  column-gap: 5px;
  row-gap: 7px;
  flex-wrap: wrap;
  width: 85%;
  margin: 30px auto 20px;
}

.jems_india-whychoose__pill {
  background-color: #ebe3cc;
  color: #323232;
  font-size: 1em;
  font-family: 'InterTight';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  padding: 12px 24px;
  border-radius: 23px;
  letter-spacing: 0.7px;
}



/* ----------------- Jems Canada ------------------- */

.jems_canada-sec-top {
  padding: 40px 0;
}

.jems-canada .innerpage-banner-cap-wraper {
  display: flex;
  gap: 40px;
  align-items: center;
  text-align: left;
}

.jems_canada-sec-inner {
  display: flex;
  justify-content: space-between;
}

.jems_canada-sec-img {
  width: 49.5%;
  height: auto;
  border-radius: 16px;
  overflow: hidden;
}

.jems_canada-sec-con {
  width: 49.5%;
  height: auto;
  border-radius: 17px;
  overflow: hidden;
  padding: 0 40px;
  background-color: #ede5d1;
  align-content: center;
}

.jems_canada-card-title {
  font-size: 1.715em;
  font-family: 'Helvetica Neue LT Std';
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  letter-spacing: 0.2px;
  color: #141f55;
}

.jems_canada-card-subtitle {
  font-size: 1.143em;
  font-family: 'InterTight';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  margin: 10px 0 22px;
  letter-spacing: 0.8px;
}

.jems_canada-card-desc {
  line-height: 1.7;
  letter-spacing: 0.7px;
}

.jems_canada-pills {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.jems_canada-pill-row {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}

.jems_canada-pill {
  background-color: #ffffff;
  color: #000;
  font-size: 1em;
  padding: 8px 18px;
  border-radius: 20px;
  letter-spacing: 0.7px;
}

.jems_canada-import-export-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.jems_canada-import-export-con {
  width: 31%;
  height: auto;
}

.jems_canada-import-export-img {
  width: 62%;
  height: auto;
  border-radius: 16px;
  overflow: hidden;
}

.jems_canada-list {
  list-style: none;
  margin: 20px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.jems_canada-list-item {
  display: flex;
  gap: 15px;
  letter-spacing: 0.7px;
}

.jems_canada-intl-logistics__header {
  margin-bottom: 40px;
}

.jems_canada-intl-logistics__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.jems_canada-intl-logistics__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.jems_canada-intl-logistics-img {
  border-radius: 10px;
  overflow: hidden;
}

.jems_canada-intl-logistics__card-title {
  font-size: 1.714em;
  font-family: 'InterTight';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  letter-spacing: 1.2px;
  margin: 20px 0 8px;
}

.jems_canada-intl-logistics__card-desc {
  line-height: 1.7;
  letter-spacing: 0.7px;
}


.jems-canada .portfolio-grid {
  gap: 25px;
}

.jems_canada-portfolio-card .portfolio-card__heading {
  margin-top: 18px;
  text-transform: capitalize;
}

.jems_canada-portfolio-card p {
  line-height: 1.7;
  letter-spacing: 0.7px;
  color: #000000e5;
  margin-top: 10px;
}


.jems_canada-services-sec {
  padding-bottom: 30px;
  border-bottom: 1px solid #c9d0db;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 79%;
  margin: 0 auto 30px;
}

.jems_canada-services-sec:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.jems_canada-services-subtitle {
  font-size: 1.286em;
  letter-spacing: 0.9px;
}

.jems_canada-services-details {
  line-height: 1.7;
}

.whychoose-jems-canada {
  padding: 40px 0;
}

.whychoose-jems-canada .whychoose-jems-sion-list-icon img {
  filter: brightness(0) invert(0);
}

.whychoose-jems-canada .whychoose-jems-sion-left {
  width: 49%;
  border-radius: 16px;
}

.whychoose-jems-canada .whychoose-jems-sion-right {
  width: 41%;
}




/********************************************** About Page *********************************************/

.abt-wraper {
  padding: 40px 0;
}

.abt-inner-wraper {
  display: flex;
  justify-content: space-between;
}

.abt-img {
  width: 52%;
  height: auto;
  border-radius: 37px;
  overflow: hidden;
}

.abt-con {
  width: 46.5%;
  height: auto;
  border-radius: 37px;
  overflow: hidden;
  background-color: #faf8f2;
  padding: 50px;
  align-content: center;
}

.abt-title {
  line-height: 1;
}

.abt-con p {
  margin-top: 20px;
  line-height: 1.7;
  color: #000000de;
}

.mision-vision-wraper {
  padding: 20px 0;
}

.mv-table {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.mv-row {
  background-color: var(--clr-blue);
  border-radius: 26px;
  overflow: hidden;
  padding: 30px 40px;
}

.mv-title {
  font-size: 1.506em;
  font-family: 'Helvetica Neue LT Std';
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  color: var(--txt-white);
  letter-spacing: 0.2px;
  margin-bottom: 10px;
}

.mv-content {
  font-size: 1em;
  line-height: 1.7;
  letter-spacing: 0.7px;
  color: #fff;
}

.vision-pillar-inner {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  align-items: center;
  background-color: #ede5d1;
  border-radius: 26px;
  padding: 40px 40px 40px 100px;
}

.pillars-content {
  width: 18%;
  height: auto;
}

.pillars-image {
  width: 77%;
  height: auto;
  border-radius: 25px;
  overflow: hidden;
  display: flex;
  gap: 8px;
}

.pillars-img-left,
.pillars-img-right {
  width: 50%;
}

.pillars-content h3 {
  color: #c2a75e;
}

.pillars-content ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 30px;
}

.pillars-content ul li {
  display: flex;
  gap: 15px;
  color: #000;
  font-size: 1em;
  letter-spacing: 0.7px;
}

.leadership-content {
  background-color: #faf8f2;
  width: 70%;
  margin: auto;
  padding: 30px;
  border-radius: 26px;
}

.leadership-content h4 {
  font-size: 1.2em;
  font-family: 'Helvetica Neue LT Std';
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  color: var(--clr-blue);
  letter-spacing: 0.5px;
  margin-bottom: 8px;
  position: relative;
}

.chairmanNote-content {
  margin-top: 20px;
  text-align: center;
}

.chairmanNote-content p {
  margin-bottom: 10px;
}

.chairman-name {
  font-family: 'Amsterdam One';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  margin-bottom: 3px;
}

.chairman-title {
  font-family: 'Inter Tight';
  font-weight: 500;
  font-style: italic;
  font-display: swap;
  margin-bottom: 3px;
}

/********************************************** Contact Page *********************************************/

.contact-deatails-wraper {
  display: flex;
  justify-content: center;
}

.contact-deatails-box {
  width: 30%;
  text-align: center;
}

.contact-deatails-box:nth-child(2) {
  border-left: 1px solid #d4d4d4;
  border-right: 1px solid #d4d4d4;
}

.contact-icon {
  width: 49px;
  height: 49px;
  border-radius: 50%;
  background: #AF8F45;
  background: linear-gradient(120deg, rgba(175, 143, 69, 1) 0%, rgba(216, 185, 95, 1) 50%, rgba(186, 158, 89, 1) 100%);
  align-content: center;
  margin: 0 auto 15px;
}

.contact-icon img {
  filter: brightness(0) invert(1);
}

.contact-deatails-box a,
.contact-deatails-box p {
  color: #000;
  letter-spacing: 0.8px;
  font-size: 1.143em;
}

.contact-deatails-box p {
  padding: 0 50px;
}

.location-btn-wraper {
  width: 53%;
  margin: 20px auto;
  display: flex;
  justify-content: center;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  padding: 20px 0;
}

.locaton-btn {
  padding: 15px 45px;
  border-radius: 23px;
  font-size: 1.143em;
  letter-spacing: 0.8px;
  color: #fff;
  background: #AF8F45;
  background: linear-gradient(90deg, rgba(175, 143, 69, 1) 0%, rgba(216, 185, 95, 1) 50%, rgba(186, 158, 89, 1) 100%);
  cursor: pointer;
  transition: background 0.25s ease, transform 0.15s ease, box-shadow 0.25s ease;
}

.locaton-btn:hover {
  transform: translateY(-2px);
}

.contact-wraper {
  padding-bottom: 40px;
}

.form-wraper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 48px;
}

.form-photo-wrap {
  width: 42%;
  height: auto;
  border-radius: 17px;
  overflow: hidden;
}

.form-container {
  width: 41%;
  height: auto;
}

.form-title {
  font-size: 1.857em;
  font-family: 'Helvetica Neue LT Std';
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  color: var(--clr-blue);
  margin: 0 0 10px 0;
  line-height: 1.01;
  letter-spacing: -0.65px;
}

.form-row {
  display: flex;
  gap: 6px;
}

.field {
  position: relative;
  margin-bottom: 15px;
  flex: 1;
}

.field label {
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 1em;
  color: #000c;
  background: transparent;
  padding: 0 4px;
  pointer-events: none;
  transform-origin: left top;
  transition: transform 0.22s cubic-bezier(0.4, 0, 0.2, 1),
    color 0.22s ease,
    background 0.22s ease;
}

.field textarea+label {
  top: 15px;
}

.field input,
.field textarea {
  width: 100%;
  border-radius: 24px;
  padding: 15px 14px 15px 14px;
  font-size: 1em;
  font-family: inherit;
  background: #ede5d1;
  color: var(--txt-black);
  outline: none;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.15s ease;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.field textarea {
  resize: vertical;
  min-height: 160px;
  font-family: inherit;
  padding-top: 22px;
}

.field input:hover,
.field textarea:hover {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}

.field input:focus,
.field textarea:focus {
  border-color: var(--clr-blue);
  box-shadow: 0 0 0 4px rgba(74, 31, 184, 0.12);
  transform: translateY(-1px);
}

/* float label up when focused, or when the field already has a value */
.field input:focus~label,
.field input:not(:placeholder-shown)~label,
.field textarea:focus~label,
.field textarea:not(:placeholder-shown)~label {
  transform: translateY(-25px) scale(0.82);
  color: var(--txt-white);
  background: var(--clr-blue);
}

.field input:not(:focus):not(:placeholder-shown)~label,
.field textarea:not(:focus):not(:placeholder-shown)~label {
  color: var(--txt-white);
}

/* underline sweep effect */
.field-underline {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: -1px;
  height: 2px;
  background: var(--clr-blue);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
  pointer-events: none;
}

.field input:focus~.field-underline,
.field textarea:focus~.field-underline {
  transform: scaleX(1);
}

.submit-btn {
  background: #AF8F45;
  background: linear-gradient(90deg, rgba(175, 143, 69, 1) 0%, rgba(216, 185, 95, 1) 50%, rgba(186, 158, 89, 1) 100%);
  color: #fff;
  font-size: 1.143em;
  letter-spacing: 0.8px;
  border: none;
  border-radius: 23px;
  padding: 12px 35px;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: background 0.25s ease, transform 0.15s ease, box-shadow 0.25s ease;
  margin-top: 10px;
}

.submit-btn:hover {
  transform: translateY(-2px);
}

.submit-btn:active {
  transform: translateY(0);
}

.field-error input,
.field-error textarea {
  animation: shake 0.4s ease;
  /* border-color: #d33 !important; */
}

.contact_form {
  margin-top: 30px;
}

.submit-btn.loading {
  pointer-events: none;
  color: transparent;
}

.submit-btn.loading::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  top: 50%;
  left: 50%;
  margin: -9px 0 0 -9px;
  border: 2.5px solid rgba(255, 255, 255, 0.35);
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin 0.7s linear infinite;
}

/* .submit-btn.success {
  background: #1f9d55;
} */


@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.field-error input,
.field-error textarea {
  animation: shake 0.4s ease;
  /* border-color: #d33 !important; */
}

@keyframes shake {

  0%,
  100% {
    transform: translateX(0);
  }

  20% {
    transform: translateX(-6px);
  }

  40% {
    transform: translateX(6px);
  }

  60% {
    transform: translateX(-4px);
  }

  80% {
    transform: translateX(4px);
  }
}


@media (max-width: 480px) {
  .form-row {
    flex-direction: column;
    gap: 0;
  }
}

.other-details {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin: 60px 0 30px 0;
}

.other-details-card {
  background-color: #f7f6e9;
  padding: 20px;
  border-radius: 12px;
  width: 25%;
  text-align: center;
}

.other-details-card h4 {
  font-size: 1.2em;
  font-family: 'Helvetica Neue LT Std';
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  color: var(--clr-blue);
  letter-spacing: 0.5px;
  margin-bottom: 17px;
  position: relative;
}

.other-details-card h4::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 1px;
  background-color: var(--clr-blue);
  border-radius: 5px;
}

.other-details-card p {
  margin-top: 10px;
}

.other-details-card a {
  color: #000;
}

.other-details-card a,
.other-details-card p {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.other-details-card a:hover {
  letter-spacing: 0.5px;
  color: #000000ad;
}

.phn-num{
  margin-bottom: 10px;
}

/********************************************** Gallery page********************************************/


.gallerypage-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.gallerypage-tabcontent {
  margin-top: 35px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
}

.gallery-tablinks {
  cursor: pointer;
  transition: all 0.3s;
  padding: 10px 40px;
  width: 25%;
  background-color: transparent;
  border: 1px solid #ede5d1;
  color: var(--text-black);
  font-size: 1.125em;
  letter-spacing: 3px;
  text-align: center;
  border-radius: 10px;
}

.gallery-tablinks.tabnav-active {
  background-color: #ede5d1;
  color: var(--txt-black);
}

.gallerypage-item {
  float: left;
  height: auto;
  position: relative;
  cursor: pointer;
  border-radius: 14px;
  overflow: hidden;
}

.box-group {
  text-align: center;
  overflow: hidden;
  position: relative;
}

.box-group img {
  transform: scale3d(1, 1, 1);
  transition: all 0.3s ease 0s;
  display: block;
  width: 100%;
  object-fit: cover;
}

.box-group:hover img {
  transform: scale3d(1.15, 1.15, 1);
}

.box-group .box-content {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  padding-top: 35%;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
  transition: all 0.3s ease 0s;
}

.box-group:hover .box-content {
  opacity: 1;
}

.box-group .box-content:before,
.box-group .box-content:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  bottom: 15px;
  right: 15px;
  opacity: 0;
  z-index: -1;
  transform: scale(1.5);
  transition: all 0.6s ease 0.2s;
}

.box-group .box-content:before {
  border-top: none;
  border-bottom: none;
  left: 30px;
  right: 30px;
}

.box-group .box-content:after {
  border-left: none;
  border-right: none;
  top: 30px;
  bottom: 30px;
}

.box-group:hover .box-content:before,
.box-group:hover .box-content:after {
  opacity: 1;
  transform: scale(1);
}

.box-group .content-inner {
  opacity: 0;
  transform: scale(0);
  transition: all 0.3s ease 0s;
}

.box-group:hover .content-inner {
  opacity: 1;
  transform: scale(1);
}

.group-link {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.fancybox-button,
.fancybox-navigation .fancybox-button {
  display: block !important;
  opacity: 1 !important;
}


/*video*/
.rs-video {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.rs-video .animate-border a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.animate-border a i {
  color: #ede5d1;
}

.rs-video .animate-border .video-vemo-icon {
  background: rgba(255, 255, 255, 0.4);
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
}

.rs-video .animate-border .video-vemo-icon:before {
  content: "";
  border: 2px solid rgba(255, 255, 255, 0.4);
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  animation: zoomBig 3.25s linear infinite;
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.rs-video .animate-border .video-vemo-icon:after {
  content: "";
  border: 2px solid rgba(255, 255, 255, 0.4);
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  animation: zoomBig 3.25s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

@keyframes zoomBig {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px;
  }

  40% {
    opacity: 0.5;
    border-width: 2px;
  }

  65% {
    border-width: 1px;
  }

  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}

@keyframes zoomBig {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px;
  }

  40% {
    opacity: 0.5;
    border-width: 2px;
  }

  65% {
    border-width: 1px;
  }

  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}

.rs-video .animate-border .video-vemo-icon {
  background: rgba(255, 255, 255, 0.4);
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 1.75em;
}


.jems-saudi .service-sec {
  background-color: #fff;
}


















@media (min-width: 1023px) and (max-width: 1279px) {

  body,
  li {
    font-size: 13px;
  }

  .d-container {
    width: 100%;
    padding-left: 4%;
    padding-right: 4%;
  }

  .whats-app {
    width: 40px;
    height: 40px;
  }

  #plus {
    width: 45px;
    height: 45px;
  }

  #popUp {
    padding: 3.5% 3% 2%;
  }

  .side-form-title {
    margin-bottom: 10px;
  }

  .enquiry-form-outer {
    padding-top: .5em;
  }

  .wraper {
    padding: 40px 0;
  }

  /********************** Home *************************/

  .navigation {
    padding: 15px 4% 5px 4%;
  }

  .nav-header {
    width: 18%;
  }

  .banner-contact {
    gap: 6px;
    padding: 9px 15px;
    font-size: 0.9em;
  }

  .nav-menu {
    gap: 20px !important;
  }

  .banner-inner-wraper {
    width: 92%;
    height: 460px;
  }

  .banner-nav-tabs {
    gap: 50px;
  }

  .banner-caption-wraper {
    bottom: 17%;
  }

  .banner-caption {
    font-size: 2em;
  }

  .banner-bg-shape-left img,
  .banner-bg-shape-right img {
    width: 350px;
  }

  .service-card-con {
    left: 7%;
    bottom: 4%;
  }

  .service-card-con h4 {
    font-size: 1em;
  }

  .fiber-manufacturing-title {
    font-size: 1.7em;
  }

  .logistics-sec-right {
    width: 35%;
  }

  .logistics-title {
    font-size: 1.8em;
  }

  .logistics-sub-title {
    font-size: .9em;
  }

  .timeline-list {
    margin: 12px 0 22px 0;
  }

  .rental-description br {
    display: none;
  }

  .rental-content {
    width: 37%;
    padding-left: 0;
  }

  .rental-container {
    gap: 20px;
    padding: 20px;
  }

  .rental-features-row {
    gap: 25px;
  }

  .rental-description {
    font-size: 1em;
    margin: 15px 0 15px;
  }

  .rental-image-wrapper {
    width: 60%;
  }

  .rental-features-grid {
    margin-bottom: 10px;
    gap: 6px;
  }

  .btn-primary {
    padding: 10px 22px;
  }

  .rental-title {
    font-size: 1.6em;
  }

  .engineer-image-wrapper {
    padding-left: 21%;
  }

  .section-title,
  .company-title {
    font-size: 1.4em;
  }

  .section-desc,
  .company-tagline {
    margin-top: 6px;
    font-size: 0.95em;
  }

  .top-left {
    padding: 15px;
    top: 25.5%;
    left: 0%;
  }

  .top-middle {
    top: 14%;
    right: 25%;
  }

  .top-middle .company-tagline {
    padding-left: 25px;
    margin-top: 28px;
    font-size: 0.95em;
  }

  .right-content {
    gap: 0;
    right: 1%;
    bottom: 29.5%;
  }

  .service-item {
    gap: 10px;
  }

  .icon-circle {
    width: 58px;
    height: 58px;
  }

  .icon-circle img {
    width: 28px;
  }

  .service-text {
    font-size: 1em;
  }

  .btn-know-more {
    padding: 10px 18px;
    font-size: 1em;
  }

  .btn-know-more::before {
    width: 204px;
  }

  .bg-shape {
    border: 12px solid #e8e2d4;
    top: 33%;
    left: 7%;
    width: 562px;
    height: 322px;
  }

  .top-middle .company-tagline::after {
    height: 65px;
    width: 9px;
  }

  .location-title {
    font-size: 1.2em;
    line-height: 1.1;
  }

  .btn-explore {
    padding: 10px 30px;
    font-size: .9em;
  }

  .cta-heading {
    font-size: 1.6em;
  }

  .cta-description {
    font-size: 1em;
  }

  .btn-contact {
    padding: 10px 20px;
  }

  /* footer */

  .footer-logo-wraper {
    width: 17%;
  }

  .footer-logo img {
    width: 100%;
  }

  .icon-f {
    gap: 8px;
  }

  .icon-f p,
  .icon-f a {
    font-size: 1em;
  }

  .footer-social-links ul {
    gap: 15px;
  }

  .footer-social-links ul li a {
    font-size: 1.2em;
  }

  .footer-menu-title {
    font-size: 1em;
  }

  .footer-menu ul li {
    font-size: .9em;
  }


  /********************** About Page *************************/

  .abt-inner-wraper {
    align-items: center;
  }

  .abt-img {
    width: 49%;
  }

  .abt-con {
    width: 49%;
    padding: 25px;
  }

  .wel-txt {
    font-size: .9em;
    letter-spacing: 2px;
  }

  .abt-title {
    margin-top: 3px;
  }

  .abt-con p {
    margin-top: 8px;
    line-height: 1.5;
  }

  .sec-title {
    font-size: 1.5em;
  }

  .vision-pillar-inner {
    gap: 0;
    padding: 30px;
  }

  .pillars-content ul {
    gap: 9px;
    margin-top: 15px;
  }

  .pillars-content {
    width: 28%;
  }

  .pillars-image {
    width: 70%;
  }


  /* Contact Page */

  .innerpage-banner-cap {
    font-size: 1.5em;
  }

  .contact-deatails-box {
    width: 25%;
  }

  .contact-deatails-box:nth-child(2) {
    width: 39%;
  }

  .other-details-card {
    width: 32%;
  }

  .form-wraper {
    gap: 25px;
  }

  .form-photo-wrap {
    width: 50%;
  }

  .form-container {
    width: 50%;
  }

  .field textarea {
    min-height: 130px;
  }

  .form-title {
    font-size: 1.5em;
  }

  .contact_form {
    margin-top: 15px;
  }

  .submit-btn {
    margin-top: 0;
  }

  .locaton-btn {
    padding: 12px 35px;
  }


  /* service page */

  .fiber_composites-list-wraper {
    column-gap: 30px;
    margin-top: 20px;
  }

  .fiber_composites-list-wraper .logistics-card {
    width: 31%;
  }

  .maintenance-sec-fiber_composite-img {
    max-width: 730px;
  }

  .ccf-badge-grid {
    max-width: 70%;
  }

  .ccf-composite-section {
    padding: 40px 0 0 0;
  }

  /******************/

  .logistics-sec .event-management-desc {
    max-width: 70%;
  }

  .logistic-list-wraper {
    column-gap: 15px;
    row-gap: 10px;
    margin-top: 30px;
  }

  .logistics-card {
    width: 32%;
  }

  .event-management-item-con p br {
    display: none;
  }

  .event-management-item-con h4 {
    margin-bottom: 2px;
  }

  .pills-container {
    max-width: 900px;
    margin: 15px auto 0;
  }

  .pill {
    font-size: 1em;
  }

  .industries-section {
    padding: 40px 20px;
    margin: 30px 0 40px;
  }

  .support-sec-left,
  .support-sec-right {
    width: 50%;
  }

  .support-sec-right {
    gap: 8px;
  }

  .support-sec-con h3 {
    font-size: 1.2em;
  }

  .support-sec-con p {
    line-height: 1.5;
  }


  /**************/

  .event-management-title {
    font-size: 1.5em;
  }

  .Industrial-list-wraper,
  .commercial-list-wraper {
    width: 85%;
  }

  .Industrial-card {
    width: 23%;
  }

  .Industrial-item-con h4 {
    font-size: 0.9em;
  }

  .engineering-service-wraper {
    gap: 20px;
  }

  .whychoose-jems-sion-categories {
    column-gap: 24px;
    margin-top: 20px;
    flex-wrap: wrap;
  }

  .whychoose-jems-sion-right ul {
    margin: 20px 0;
  }

  /*****************/

  .vechicle-rental-wel-txt {
    font-size: 1em;
  }

  .vechicle-rental-wel-txt br {
    display: none;
  }

  .vechicle-rental-features {
    margin-top: 45px;
    padding-bottom: 45px;
  }

  .rental_service-inner-wraper {
    margin-top: 40px;
  }

  .rental_service-wraper {
    column-gap: 15px;
    margin-top: 20px;
  }

  .fs-title {
    font-size: 1.4em;
    line-height: 1.5;
  }

  .iws-card {
    gap: 20px;
    flex-direction: column;
  }

  .iws-image {
    width: 100%;
  }

  .iws-con {
    width: 100%;
  }

  .iws-con-title {
    font-size: 1.4em;
    text-align: center;
  }

  .iws-industry-list {
    display: flex;
    flex-direction: row;
    gap: 15px;
    margin-top: 15px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .iws-industry-list li {
    gap: 8px;
  }

  .iws-features-grid {
    justify-content: center;
    gap: 25px;
  }

  .iws-feature-item {
    width: 24%;
  }

  .iws-features-grid span {
    width: 2px;
    height: 70px;
  }

  .iws-features-grid>span:nth-of-type(3n) {
    display: none;
  }

  .eq-vechicle-card {
    width: 18%;
  }

  /***************/

  .event-management-items {
    width: 24%;
  }

  .event-management-list-wraper {
    margin-top: 27px;
  }

  .event-management-desc {
    max-width: 75%;
  }

  .whychoose-sec-inner p br {
    display: none;
  }

  .whychoose-sec-inner {
    padding: 30px;
  }

  .whychoose-sec-inner p {
    margin-top: 12px;
  }


  /* Global Presence */

  .jems_dubai-wel-wraper {
    gap: 35px;
  }

  .jems_dubai-wel-img,
  .jems_dubai-wel-content {
    width: 48%;
  }

  .jems_dubai-description {
    font-size: 1em;
  }

  .jems_dubai-location-badge {
    font-size: 1em;
  }

  .jems_dubai-logistics-item img {
    width: 38px;
  }

  .jems_dubai-logistics-group {
    gap: 50px;
    margin: 25px 0 25px;
  }

  .jems_dubai-item-divider {
    height: 38px;
  }

  .jems_dubai-trade-sec {
    margin-top: 50px;
  }

  .jems_dubai-sec-heading {
    font-size: 1.5em;
  }

  .jems_dubai-trade-details {
    font-size: 1em;
  }

  .jems_dubai-trade-details br {
    display: none;
  }

  .portfolio-header {
    margin-bottom: 20px;
  }

  .portfolio-card__tagline br {
    display: none;
  }

  .portfolio-card {
    padding: 15px 15px 22px;
  }

  .whychoose-jems-sion-left {
    width: 50%;
  }

  .whychoose-jems-sion-right {
    width: 45%;
  }

  .whychoose-jems-sion-right ul {
    gap: 8px;
  }

  .jems-why-us__slogan br {
    display: none;
  }

  .jems-why-us__slogan {
    margin-bottom: 8px;
  }

  /*************/

  .jems_india-intro__text {
    font-size: 1.1em;
  }

  .jems_india-intro__text br {
    display: none;
  }

  .jems_india-logistics-grid {
    gap: 40px;
  }

  .jems_india-logistics-img {
    width: 58%;
  }

  .jems_india-realestate__desc br {
    display: none;
  }

  .jems_india-realestate__content {
    width: 45%;
  }

  .jems_india-realestate__img {
    width: 50%;
  }

  /*************/

  .innerpage-banner-cap-wraper img {
    width: 75px;
  }

  .global-presence .innerpage-banner-cap {
    height: auto;
    margin-top: 5px;
  }


  /*************/

  .jems-saudi .service-sec {
    padding-bottom: 20px;
  }

  .jems-saudi .service-grid {
    margin-top: 25px;
  }

  .jems-canada .innerpage-banner-cap-wraper {
    gap: 25px;
  }

  .jems_canada-sec-con {
    padding: 25px;
  }

  .jems_canada-card-title {
    font-size: 1.5em;
  }

  .jems_canada-card-subtitle {
    margin: 5px 0;
  }

  .jems_canada-pills {
    margin-top: 10px;
  }

  .jems_canada-sec-inner {
    align-items: flex-start;
  }

  .jems_canada-import-export-inner {
    flex-direction: column-reverse;
    gap: 20px;
  }

  .jems_canada-import-export-img {
    width: 100%;
  }

  .jems_canada-import-export-con {
    width: 100%;
    text-align: center;
  }

  .jems_canada-list {
    flex-direction: row;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    margin: 12px 0 0 0;
  }

  .jems_canada-intl-logistics__header {
    margin-bottom: 22px;
  }

  .jems_canada-intl-logistics__card-desc br {
    display: none;
  }

  .jems_canada-portfolio-card p br {
    display: none;
  }

  .jems_canada-portfolio-card .portfolio-card__heading {
    margin-top: 11px;
  }

  .jems_canada-portfolio-card p {
    margin-top: 3px;
  }

  .jems_canada-intl-logistics__card-title {
    font-size: 1.4em;
    margin: 12px 0 8px;
  }







}

@media (min-width: 1280px) and (max-width: 1359px) {

  body,
  li {
    font-size: 14px !important;
  }

  .d-container {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .whats-app {
    width: 50px;
    height: 50px;
  }

  #plus {
    font-size: 1.5em;
    width: 50px;
    height: 50px;
  }

  #popUp {
    padding: 3% 2% 1.5%;
  }

  .enquiry-form-outer {
    padding-top: 1em;
  }

  /*********************** Home page ****************************/

  .navigation {
    padding: 15px 4% 5px 4%;
  }


  .banner-contact {
    gap: 6px;
    padding: 9px 15px;
    font-size: 0.9em;
  }

  .nav-menu {
    gap: 32px !important;
  }

  .banner-inner-wraper {
    width: 92%;
    height: 575px;
  }

  .banner-nav-tabs {
    gap: 70px;
  }

  .banner-caption-wraper {
    bottom: 14%;
  }

  .banner-caption {
    font-size: 2em;
  }

  .banner-bg-shape-left img,
  .banner-bg-shape-right img {
    width: 415px;
  }

  .service-card-con {
    left: 7%;
    bottom: 4%;
  }

  .service-card-con h4 {
    font-size: 1em;
  }

  .fiber-manufacturing-title {
    font-size: 1.7em;
  }

  .logistics-sec-right {
    width: 35%;
  }

  .logistics-title {
    font-size: 1.8em;
  }

  .logistics-sub-title {
    font-size: .9em;
  }

  .timeline-list {
    margin: 12px 0 22px 0;
  }

  .rental-description br {
    display: none;
  }

  .rental-content {
    width: 37%;
    padding-left: 0;
  }

  .rental-container {
    gap: 20px;
  }

  .rental-features-row {
    gap: 25px;
  }

  .rental-description {
    font-size: 1em;
    margin: 15px 0 15px;
  }

  .rental-image-wrapper {
    width: 60%;
  }

  .rental-features-grid {
    margin-bottom: 10px;
    gap: 6px;
  }

  .btn-primary {
    padding: 10px 22px;
  }

  .rental-title {
    font-size: 1.6em;
  }

  .section-title,
  .company-title {
    font-size: 1.4em;
  }

  .section-desc,
  .company-tagline {
    margin-top: 6px;
    font-size: 0.95em;
  }

  .top-middle {
    top: 13%;
    right: 25%;
  }

  .top-middle .company-tagline {
    padding-left: 25px;
    margin-top: 28px;
    font-size: 0.95em;
  }

  .service-text {
    font-size: 1em;
  }

  .icon-circle {
    width: 64px;
    height: 64px;
  }

  .icon-circle img {
    width: 30px;
  }

  .service-item {
    gap: 10px;
  }

  .right-content {
    gap: 25px;
    right: 0;
    bottom: 28%;
  }

  .btn-know-more {
    padding: 12px 25px;
    font-size: .9em;
  }

  .btn-know-more::before {
    width: 240px;
  }

  .bg-shape {
    border: 14px solid #e8e2d4;
    width: 637px;
  }



  .location-title {
    font-size: 1.2em;
    line-height: 1.1;
  }

  .btn-explore {
    padding: 10px 30px;
    font-size: .9em;
  }

  .cta-heading {
    font-size: 1.6em;
  }

  .cta-description {
    font-size: 1em;
  }

  .btn-contact {
    padding: 10px 20px;
  }

  /* footer */

  .footer-logo-wraper {
    width: 17%;
  }

  .footer-logo img {
    width: 100%;
  }

  .icon-f {
    gap: 8px;
  }

  .icon-f p,
  .icon-f a {
    font-size: 1em;
  }

  .footer-social-links ul {
    gap: 15px;
  }

  .footer-social-links ul li a {
    font-size: 1.2em;
  }

  .footer-menu-title {
    font-size: 1em;
  }

  .footer-menu ul li {
    font-size: .9em;
  }


  /********************** About Page *************************/

  .abt-inner-wraper {
    align-items: center;
  }

  .abt-img {
    width: 49%;
  }

  .abt-con {
    width: 49%;
    padding: 25px;
  }

  .wel-txt {
    font-size: .9em;
    letter-spacing: 2px;
  }

  .abt-title {
    margin-top: 3px;
  }

  .abt-con p {
    margin-top: 8px;
    line-height: 1.5;
  }

  .sec-title {
    font-size: 1.5em;
  }

  .vision-pillar-inner {
    gap: 0;
    padding: 30px;
  }

  .pillars-content ul {
    gap: 9px;
    margin-top: 15px;
  }

  .pillars-content {
    width: 28%;
  }

  .pillars-image {
    width: 70%;
  }


  /********************** Contact Page *************************/

  .innerpage-banner-cap {
    font-size: 1.5em;
  }

  .contact-deatails-box {
    width: 25%;
  }

  .contact-deatails-box:nth-child(2) {
    width: 39%;
  }

  .contact-deatails-box a,
  .contact-deatails-box p {
    font-size: 1em;
  }

  .other-details-card {
    width: 32%;
  }

  .form-wraper {
    gap: 25px;
  }

  .form-photo-wrap {
    width: 50%;
  }

  .form-container {
    width: 50%;
  }

  .field textarea {
    min-height: 130px;
  }

  .form-title {
    font-size: 1.5em;
  }

  .contact_form {
    margin-top: 25px;
  }

  .submit-btn {
    margin-top: 0;
    padding: 9px 30px;
  }

  .locaton-btn {
    padding: 12px 35px;
  }


  /********************** service Page *************************/

  .fiber_composites-list-wraper {
    column-gap: 30px;
    margin-top: 20px;
  }

  .fiber_composites-list-wraper .logistics-card {
    width: 31%;
  }

  .ccf-badge-grid {
    max-width: 70%;
  }

  .ccf-composite-section {
    padding: 40px 0 0 0;
  }

  /******************/

  .logistics-sec .event-management-desc {
    max-width: 70%;
  }

  .logistic-list-wraper {
    column-gap: 15px;
    row-gap: 10px;
    margin-top: 30px;
  }

  .logistics-card {
    width: 32%;
  }

  .event-management-item-con p br {
    display: none;
  }

  .event-management-item-con h4 {
    margin-bottom: 2px;
  }

  .pills-container {
    max-width: 900px;
    margin: 15px auto 0;
  }

  .pill {
    font-size: 1em;
  }

  .industries-section {
    padding: 40px 20px;
    margin: 30px 0 40px;
  }

  .support-sec-left,
  .support-sec-right {
    width: 50%;
  }

  .support-sec-right {
    gap: 8px;
  }

  .support-sec-con h3 {
    font-size: 1.2em;
  }

  .support-sec-con p {
    line-height: 1.5;
  }


  /**************/

  .event-management-title {
    font-size: 1.4em;
  }

  .Industrial-list-wraper,
  .commercial-list-wraper {
    width: 85%;
  }

  .Industrial-item-con h4 {
    font-size: 0.9em;
  }

  .engineering-service-wraper {
    gap: 20px;
  }

  .whychoose-jems-sion-categories {
    column-gap: 16px;
    margin-top: 20px;
    flex-wrap: wrap;
  }

  .whychoose-jems-sion-right ul {
    margin: 20px 0;
  }

  /*****************/

  .vechicle-rental-wel-txt br {
    display: none;
  }

  .vechicle-rental-features {
    margin-top: 45px;
    padding-bottom: 45px;
  }

  .rental_service-inner-wraper {
    margin-top: 40px;
  }

  .rental_service-wraper {
    column-gap: 15px;
    margin-top: 20px;
  }

  .fs-title {
    font-size: 1.4em;
    line-height: 1.5;
  }

  .iws-card {
    align-items: flex-start;
    gap: 35px;
  }

  .iws-con {
    width: 28%;
  }

  .iws-con-title {
    font-size: 1.4em;
  }

  .iws-industry-list {
    margin-top: 10px;
  }

  .iws-industry-list li {
    gap: 8px;
  }

  .iws-features-grid {
    justify-content: center;
    gap: 25px;
  }

  .iws-feature-item {
    width: 24%;
  }

  .iws-features-grid span {
    width: 2px;
    height: 70px;
  }

  .iws-features-grid>span:nth-of-type(3n) {
    display: none;
  }

  .eq-vechicle-card {
    width: 18%;
  }

  /***************/

  .event-management-items {
    width: 24%;
  }

  .event-management-list-wraper {
    margin-top: 27px;
  }

  .event-management-desc {
    max-width: 75%;
  }

  .whychoose-sec-inner p br {
    display: none;
  }

  .whychoose-sec-inner {
    padding: 30px;
  }

  .whychoose-sec-inner p {
    margin-top: 12px;
  }



  /********************** Global Presence *************************/


  .jems_dubai-wel-img,
  .jems_dubai-wel-content {
    width: 40%;
  }

  .jems_dubai-description {
    font-size: 1em;
  }

  .jems_dubai-location-badge {
    font-size: 1em;
  }

  .jems_dubai-logistics-item img {
    width: 38px;
  }

  .jems_dubai-logistics-group {
    gap: 50px;
    margin: 25px 0 25px;
  }

  .jems_dubai-item-divider {
    height: 38px;
  }

  .jems_dubai-trade-sec {
    margin-top: 80px;
  }

  .jems_dubai-sec-heading {
    font-size: 1.5em;
  }

  .jems_dubai-trade-details {
    font-size: 1em;
  }

  .jems_dubai-trade-details br {
    display: none;
  }

  .portfolio-header {
    margin-bottom: 20px;
  }

  .portfolio-card__tagline br {
    display: none;
  }

  .portfolio-card {
    padding: 15px 15px 22px;
  }

  .whychoose-jems-sion-left {
    width: 50%;
  }

  .whychoose-jems-sion-right {
    width: 45%;
  }

  .whychoose-jems-sion-right ul {
    gap: 8px;
  }

  .jems-why-us__slogan br {
    display: none;
  }

  .jems-why-us__slogan {
    margin-bottom: 8px;
  }

  /*************/

  .jems_india-intro__text {
    font-size: 1.1em;
  }

  .jems_india-intro__text br {
    display: none;
  }

  .jems_india-logistics-grid {
    gap: 40px;
  }

  .jems_india-logistics-img {
    width: 58%;
  }

  .jems_india-realestate__desc br {
    display: none;
  }

  .jems_india-realestate__content {
    width: 45%;
  }

  .jems_india-realestate__img {
    width: 50%;
  }

  /*************/

  .innerpage-banner-cap-wraper img {
    width: 75px;
  }

  .global-presence .innerpage-banner-cap {
    height: auto;
    margin-top: 5px;
  }


  /*************/

  .jems-saudi .service-sec {
    padding-bottom: 20px;
  }

  .jems-saudi .service-grid {
    margin-top: 25px;
  }

  .jems-canada .innerpage-banner-cap-wraper {
    gap: 25px;
  }

  .jems_canada-sec-con {
    padding: 25px;
  }

  .jems_canada-card-title {
    font-size: 1.5em;
  }

  .jems_canada-card-subtitle {
    margin: 5px 0;
  }

  .jems_canada-pills {
    margin-top: 10px;
  }

  .jems_canada-pill {
    font-size: 0.9em;
  }

  .jems_canada-sec-inner {
    align-items: flex-start;
  }

  .jems_canada-import-export-con {
    width: 34%;
  }

  .jems_canada-intl-logistics__header {
    margin-bottom: 22px;
  }

  .jems_canada-intl-logistics__card-desc br {
    display: none;
  }

  .jems_canada-portfolio-card p br {
    display: none;
  }

  .jems_canada-portfolio-card .portfolio-card__heading {
    margin-top: 11px;
  }

  .jems_canada-portfolio-card p {
    margin-top: 3px;
  }

  .jems_canada-intl-logistics__card-title {
    font-size: 1.4em;
    margin: 12px 0 8px;
  }

}



@media (min-width: 1360px) and (max-width: 1399px) {

  body,
  li {
    font-size: 14px !important;
  }

  .d-container {
    width: 100%;
    padding-left: 7%;
    padding-right: 7%;
  }

  .whats-app {
    width: 55px;
    height: 55px;
  }

  #plus {
    width: 55px;
    height: 55px;
    font-size: 1.6em;
  }

  #popUp {
    padding: 2.5% 2% 1.5%;
  }

  .enquiry-form-outer {
    padding-top: 1em;
  }


  /*********************** Home page ****************************/

  .navigation {
    padding: 15px 4% 5px 4%;
  }


  .banner-contact {
    gap: 6px;
    padding: 9px 15px;
    font-size: 0.9em;
  }

  .nav-menu {
    gap: 32px !important;
  }

  .banner-inner-wraper {
    width: 92%;
    height: 612px;
  }

  .banner-nav-tabs {
    gap: 70px;
  }

  .banner-caption-wraper {
    bottom: 14%;
  }

  .banner-caption {
    font-size: 2em;
  }

  .banner-bg-shape-left img,
  .banner-bg-shape-right img {
    width: 415px;
  }

  .service-card-con {
    left: 7%;
    bottom: 4%;
  }

  .service-card-con h4 {
    font-size: 1em;
  }

  .fiber-manufacturing-title {
    font-size: 1.7em;
  }

  .logistics-sec-right {
    width: 35%;
  }

  .logistics-title {
    font-size: 1.8em;
  }

  .logistics-sub-title {
    font-size: .9em;
  }

  .timeline-list {
    margin: 12px 0 22px 0;
  }

  .rental-description br {
    display: none;
  }

  .rental-content {
    width: 37%;
    padding-left: 0;
  }

  .rental-container {
    gap: 20px;
  }

  .rental-features-row {
    gap: 25px;
  }

  .rental-description {
    font-size: 1em;
    margin: 15px 0 15px;
  }

  .rental-image-wrapper {
    width: 60%;
  }

  .rental-features-grid {
    margin-bottom: 10px;
    gap: 6px;
  }

  .btn-primary {
    padding: 10px 22px;
  }

  .rental-title {
    font-size: 1.6em;
  }

  .section-title,
  .company-title {
    font-size: 1.4em;
  }

  .section-desc,
  .company-tagline {
    margin-top: 6px;
    font-size: 0.95em;
  }

  .top-middle {
    top: 13%;
    right: 25%;
  }

  .top-middle .company-tagline {
    padding-left: 25px;
    margin-top: 28px;
    font-size: 0.95em;
  }

  .service-text {
    font-size: 1em;
  }

  .icon-circle {
    width: 64px;
    height: 64px;
  }

  .icon-circle img {
    width: 30px;
  }

  .service-item {
    gap: 10px;
  }

  .right-content {
    gap: 25px;
    right: 1.25%;
    bottom: 28%;
  }

  .btn-know-more {
    padding: 12px 25px;
    font-size: .9em;
  }

  .btn-know-more::before {
    width: 240px;
  }

  .bg-shape {
    border: 14px solid #e8e2d4;
    width: 637px;
  }

  .location-title {
    line-height: 1.1;
  }

  .btn-explore {
    padding: 10px 30px;
    font-size: .9em;
  }

  .cta-heading {
    font-size: 1.6em;
  }

  .cta-description {
    font-size: 1em;
  }

  .btn-contact {
    padding: 10px 20px;
  }

  /* footer */

  .footer-logo-wraper {
    width: 17%;
  }

  .footer-logo img {
    width: 100%;
  }

  .icon-f {
    gap: 8px;
  }

  .icon-f p,
  .icon-f a {
    font-size: 1em;
  }

  .footer-social-links ul {
    gap: 15px;
  }

  .footer-social-links ul li a {
    font-size: 1.2em;
  }

  .footer-menu-title {
    font-size: 1em;
  }

  .footer-menu ul li {
    font-size: .9em;
  }


  /********************** About Page *************************/

  .abt-inner-wraper {
    align-items: center;
  }

  .abt-con {
    padding: 25px;
  }

  .abt-con p {
    margin-top: 10px;
  }

  .sec-title {
    font-size: 1.5em;
  }

  .vision-pillar-inner {
    gap: 0;
    padding: 30px 30px 30px 60px;
  }

  .pillars-content ul {
    gap: 9px;
    margin-top: 15px;
  }

  .pillars-content {
    width: 28%;
  }

  .pillars-image {
    width: 70%;
  }


  /********************** Contact Page *************************/

  .innerpage-banner-cap {
    font-size: 1.5em;
  }

  .contact-deatails-box {
    width: 25%;
  }

  .contact-deatails-box:nth-child(2) {
    width: 39%;
  }

  .contact-deatails-box a,
  .contact-deatails-box p {
    font-size: 1em;
  }

  .other-details-card {
    width: 32%;
  }

  .form-title {
    font-size: 1.5em;
  }

  .contact_form {
    margin-top: 20px;
  }

  .form-photo-wrap {
    width: 48%;
  }

  .field textarea {
    min-height: 140px;
  }

  .submit-btn {
    margin-top: 0;
    padding: 12px 35px;
  }

  .locaton-btn {
    padding: 12px 35px;
  }


  /********************** service Page *************************/

  .fiber_composites-list-wraper {
    column-gap: 30px;
    margin-top: 20px;
  }

  .ccf-badge-grid {
    max-width: 80%;
  }

  /******************/

  .logistics-sec .event-management-desc {
    max-width: 70%;
  }

  .logistic-list-wraper {
    column-gap: 15px;
    row-gap: 10px;
    margin-top: 30px;
  }

  .logistics-card {
    width: 32%;
  }

  .event-management-item-con p br {
    display: none;
  }

  .event-management-item-con h4 {
    margin-bottom: 2px;
  }

  .pills-container {
    margin: 15px auto 0;
  }

  .pill {
    font-size: 1em;
  }

  .industries-section {
    padding: 40px 20px;
    margin: 30px 0 40px;
  }

  .support-sec-left,
  .support-sec-right {
    width: 50%;
  }

  .support-sec-right {
    gap: 8px;
  }

  .support-sec-con h3 {
    font-size: 1.2em;
  }

  .support-sec-con p {
    line-height: 1.5;
  }


  /**************/

  .event-management-title {
    font-size: 1.4em;
  }

  .Industrial-list-wraper,
  .commercial-list-wraper {
    width: 85%;
  }

  .Industrial-item-con h4 {
    font-size: 0.9em;
  }

  .engineering-service-wraper {
    gap: 20px;
  }

  .whychoose-jems-sion-categories {
    column-gap: 7px;
    margin-top: 20px;
    flex-wrap: wrap;
  }

  .whychoose-jems-sion-right ul {
    margin: 20px 0;
  }

  /*****************/

  .vechicle-rental-wel-txt br {
    display: none;
  }

  .vechicle-rental-features {
    margin-top: 45px;
    padding-bottom: 45px;
  }

  .rental_service-inner-wraper {
    margin-top: 40px;
  }

  .rental_service-wraper {
    column-gap: 15px;
    margin-top: 20px;
  }

  .fs-title {
    font-size: 1.4em;
    line-height: 1.5;
  }

  .iws-con {
    width: 28%;
  }

  .iws-con-title {
    font-size: 1.4em;
  }

  .iws-industry-list {
    margin-top: 10px;
  }

  .iws-industry-list li {
    gap: 8px;
  }

  .iws-features-grid {
    justify-content: center;
    gap: 22px;
  }

  .iws-feature-item {
    width: 22%;
  }

  .iws-features-grid span {
    width: 2px;
    height: 70px;
  }

  .iws-features-grid>span:nth-of-type(4n) {
    display: none;
  }

  .eq-vechicle-card {
    width: 18%;
  }

  /***************/

  .event-management-items {
    width: 24%;
  }

  .event-management-list-wraper {
    margin-top: 27px;
  }

  .event-management-desc {
    max-width: 75%;
  }

  .whychoose-sec-inner p br {
    display: none;
  }

  .whychoose-sec-inner {
    padding: 30px;
  }

  .whychoose-sec-inner p {
    margin-top: 12px;
  }



  /********************** Global Presence *************************/


  .jems_dubai-wel-img,
  .jems_dubai-wel-content {
    width: 40%;
  }

  .jems_dubai-description {
    font-size: 1em;
  }

  .jems_dubai-location-badge {
    font-size: 1em;
  }

  .jems_dubai-logistics-item img {
    width: 38px;
  }

  .jems_dubai-logistics-group {
    gap: 50px;
    margin: 25px 0 25px;
  }

  .jems_dubai-item-divider {
    height: 38px;
  }

  .jems_dubai-trade-sec {
    margin-top: 80px;
  }

  .jems_dubai-sec-heading {
    font-size: 1.5em;
  }

  .jems_dubai-trade-details {
    font-size: 1em;
  }

  .jems_dubai-trade-details br {
    display: none;
  }

  .portfolio-header {
    margin-bottom: 20px;
  }

  .portfolio-card__tagline br {
    display: none;
  }

  .portfolio-card {
    padding: 15px 15px 22px;
  }

  .whychoose-jems-sion-left {
    width: 50%;
  }

  .whychoose-jems-sion-right {
    width: 45%;
  }

  .whychoose-jems-sion-right ul {
    gap: 8px;
  }

  .jems-why-us__slogan br {
    display: none;
  }

  .jems-why-us__slogan {
    margin-bottom: 8px;
  }

  /*************/

  .jems_india-intro__text {
    font-size: 1.1em;
  }

  .jems_india-intro__text br {
    display: none;
  }

  .jems_india-logistics-grid {
    gap: 40px;
  }

  .jems_india-logistics-img {
    width: 58%;
  }

  .jems_india-realestate__desc br {
    display: none;
  }

  .jems_india-realestate__content {
    width: 45%;
  }

  .jems_india-realestate__img {
    width: 50%;
  }

  /*************/

  .innerpage-banner-cap-wraper img {
    width: 100px;
  }

  .global-presence .innerpage-banner-cap {
    height: auto;
    margin-top: 5px;
  }


  /*************/

  .jems-saudi .service-sec {
    padding-bottom: 20px;
  }

  .jems-saudi .service-grid {
    margin-top: 25px;
  }

  .jems-canada .innerpage-banner-cap-wraper {
    gap: 25px;
  }

  .jems_canada-sec-con {
    padding: 25px;
  }

  .jems_canada-card-title {
    font-size: 1.5em;
  }

  .jems_canada-card-subtitle {
    margin: 5px 0;
  }

  .jems_canada-pills {
    margin-top: 10px;
  }

  .jems_canada-pill {
    font-size: 0.9em;
  }

  .jems_canada-sec-inner {
    align-items: flex-start;
  }

  .jems_canada-import-export-con {
    width: 34%;
  }

  .jems_canada-intl-logistics__header {
    margin-bottom: 22px;
  }

  .jems_canada-intl-logistics__card-desc br {
    display: none;
  }

  .jems_canada-portfolio-card p br {
    display: none;
  }

  .jems_canada-portfolio-card .portfolio-card__heading {
    margin-top: 11px;
  }

  .jems_canada-portfolio-card p {
    margin-top: 3px;
  }

  .jems_canada-intl-logistics__card-title {
    font-size: 1.4em;
    margin: 12px 0 8px;
  }


}

@media (min-width: 1400px) and (max-width: 1441px) {
  body {
    font-size: 14px !important;
  }

  li {
    font-size: 14px !important;
  }

  .d-container {
    width: 100%;
    padding-left: 6%;
    padding-right: 6%;
  }

  #popUp {
    padding: 2.5% 2% 1.5%;
  }

  .enquiry-form-outer {
    padding-top: 1em;
  }


  /*********************** Home page ****************************/

  .navigation {
    padding: 15px 6% 5px 6%;
  }

  .banner-inner-wraper {
    width: 88%;
    height: 600px;
  }

  .nav-menu {
    gap: 35px !important;
  }

  .banner-contact {
    padding: 9px 15px;
  }

  .banner-nav-tabs {
    gap: 75px;
  }

  .banner-caption {
    font-size: 2.2em;
  }

  .banner-caption-wraper {
    bottom: 14%;
  }

  .banner-bg-shape-left img,
  .banner-bg-shape-right img {
    width: 420px;
  }

  .service-card-con h4 {
    font-size: 1em;
  }

  .logistics-sub-title {
    font-size: 1em;
  }

  .timeline-list {
    margin: 20px 0 25px 0;
  }

  .timeline-box {
    font-size: .9em;
  }

  .rental-container {
    gap: 70px;
  }

  .rental-title {
    font-size: 1.5em;
  }

  .rental-description {
    font-size: 1em;
    margin: 10px 0 10px;
  }

  .rental-features-grid {
    margin-bottom: 10px;
    gap: 7px;
  }

  .rental-features-row {
    gap: 35px;
  }

  .btn-primary {
    padding: 10px 25px;
  }

  .section-title,
  .company-title {
    font-size: 1.4em;
  }

  .section-desc,
  .company-tagline {
    margin-top: 6px;
    font-size: 0.95em;
  }

  .top-middle {
    top: 13%;
    right: 29%;
  }

  .top-middle .company-tagline {
    padding-left: 25px;
    margin-top: 28px;
    font-size: 0.95em;
  }

  .service-text {
    font-size: 1em;
  }

  .icon-circle {
    width: 64px;
    height: 64px;
  }

  .icon-circle img {
    width: 30px;
  }

  .service-item {
    gap: 10px;
  }

  .right-content {
    right: 3%;
    bottom: 28%;
    gap: 40px;
  }

  .btn-know-more {
    padding: 12px 25px;
    font-size: .9em;
  }

  .btn-know-more::before {
    width: 270px;
  }

  .bg-shape {
    border: 14px solid #e8e2d4;
    width: 637px;
  }

  .location-title {
    line-height: 1.1;
    font-size: 1.3em;
  }

  .btn-explore {
    padding: 10px 30px;
    font-size: .9em;
  }

  .cta-heading {
    font-size: 1.6em;
  }

  .cta-description {
    font-size: 1em;
  }

  .btn-contact {
    padding: 10px 20px;
  }

  /* footer */

  .footer-logo-wraper {
    width: 17%;
  }

  .footer-logo img {
    width: 100%;
  }

  .icon-f {
    gap: 8px;
  }

  .icon-f p,
  .icon-f a {
    font-size: 1em;
  }

  .footer-social-links ul {
    gap: 15px;
  }

  .footer-social-links ul li a {
    font-size: 1.2em;
  }

  .footer-menu-title {
    font-size: 1em;
  }

  .footer-menu ul li {
    font-size: .9em;
  }


  /********************** About Page *************************/


  .abt-con {
    padding: 30px;
  }

  .wel-txt {
    font-size: .9em;
    letter-spacing: 2px;
  }

  .abt-con p {
    margin-top: 10px;
    line-height: 1.5;
  }

  .vision-pillar-inner {
    padding: 30px 30px 30px 70px;
  }

  .pillars-content {
    width: 23%;
  }

  .pillars-content ul {
    gap: 10px;
    margin-top: 15px;
  }


  /********************** Contact Page *************************/

  .innerpage-banner-cap {
    font-size: 1.5em;
  }

  .contact-deatails-box {
    width: 25%;
  }

  .contact-deatails-box:nth-child(2) {
    width: 39%;
  }

  .contact-deatails-box a,
  .contact-deatails-box p {
    font-size: 1em;
  }

  .other-details-card {
    width: 32%;
  }

  .form-title {
    font-size: 1.5em;
  }

  .contact_form {
    margin-top: 20px;
  }

  .form-photo-wrap {
    width: 48%;
  }

  .field textarea {
    min-height: 140px;
  }

  .submit-btn {
    margin-top: 0;
    padding: 10px 30px;
  }

  .locaton-btn {
    padding: 12px 35px;
  }


  /********************** Service Page *************************/

  .fiber-composite .innerpage-banner-cap {
    height: auto;
  }


  .fiber_composites-list-wraper {
    column-gap: 33px;
    row-gap: 10px;
    margin-top: 30px;
  }

  .ccf-badge-grid {
    max-width: 70%;
  }

  /*************/


  .logistic-list-wraper {
    column-gap: 50px;
    row-gap: 10px;
    margin-top: 30px;
  }

  .pill {
    font-size: 1em;
  }

  .support-sec-right {
    gap: 8px;
    width: 51%;
  }

  .support-sec-con h3 {
    font-size: 1.2em;
  }

  .support-sec-left {
    width: 45%;
  }

  .support-sec-con p {
    line-height: 1.5;
  }


  /*************/

  .Industrial-list-wraper,
  .commercial-list-wraper {
    width: 95%;
  }

  .whychoose-jems-sion-right ul {
    margin: 15px 0;
    gap: 10px;
  }

  .whychoose-jems-sion-right {
    width: 48%;
  }

  .whychoose-jems-sion-categories {
    margin-top: 17px;
  }


  /******************/

  .vechicle-rental .innerpage-banner-cap {
    height: auto;
  }

  .rental_service-wraper {
    column-gap: 22px;
    row-gap: 12px;
    margin-top: 30px;
  }

  .iws-card {
    gap: 40px;
    width: 97%;
  }

  .iws-con {
    width: 28%;
  }

  .iws-industry-list {
    gap: 8px;
    margin-top: 10px;
  }

  .iws-features-grid {
    row-gap: 25px;
  }

  .iws-feature-item {
    width: 20%;
  }

  .iws-features-grid span {
    width: 2px;
    height: 70px;
  }

  .iws-features-grid>span:nth-of-type(4n) {
    display: none;
  }

  /*******************/

  .event-management-item-con p br,
  .whychoose-sec-inner p br {
    display: none;
  }

  .event-management-list-wraper {
    margin-top: 30px;
  }

  .event-management-desc {
    max-width: 70%;
  }


  /*********************** Global Presence ****************************/

  .global-presence .innerpage-banner-cap {
    height: auto;
    margin-top: 5px;
  }

  .jems_dubai-description,
  .jems_dubai-network-title,
  .jems_dubai-logistics-note,
  .jems_dubai-trade-details {
    font-size: 1em;
  }

  .jems_dubai-city-title {
    margin: 10px 0 10px;
  }

  .jems_dubai-logistics-item img {
    width: 48px;
  }

  .jems_dubai-trade-sec {
    margin-top: 65px;
  }

  .jems_dubai-sec-heading {
    font-size: 1.7em;
  }

  .jems_dubai-trade-details br {
    display: none;
  }

  .jems-why-us__slogan {
    margin-bottom: 12px;
  }


  /********/

  .jems_india-whychoose__pills {
    width: 100%;
  }

  .jems_india-hospitality-card__desc br {
    display: none;
  }

  .jems_india-intro__text {
    font-size: 1.1em;
  }

  .jems_canada-card-subtitle {
    font-size: 1em;
    margin: 6px 0 8px;
  }

  .jems_canada-card-desc {
    line-height: 1.5;
  }

  .jems_canada-pill {
    font-size: .9em;
  }

  .jems_canada-card-title {
    font-size: 1.5em;
  }

  .jems_canada-list {
    margin: 14px 0;
    gap: 9px;
  }

  .jems_canada-import-export-con {
    width: 35%;
  }

  .jems_canada-intl-logistics__header {
    margin-bottom: 22px;
  }

  .jems_canada-intl-logistics__card-desc br {
    display: none;
  }

  .jems_canada-intl-logistics__card-title {
    font-size: 1.5em;
  }

  .portfolio-header {
    margin-bottom: 22px;
  }

  .jems_canada-portfolio-card p br,
  .jems_canada-services-details br {
    display: none;
  }

  .jems_canada-portfolio-card p {
    margin-top: 5px;
  }

  .event-management-title {
    font-size: 1.5em;
  }

  .jems-canada .innerpage-banner-cap-wraper img {
    width: 100px;
  }

  /***********/
  .jems-saudi .service-grid {
    margin-top: 30px;
  }

}

@media (min-width: 1441px) and (max-width: 1599px) {

  li,
  body {
    font-size: 14px !important;
  }

  .d-container {
    width: 100%;
    padding-left: 9%;
    padding-right: 9%;
  }

  /*********************** Home page ****************************/

  .navigation {
    padding: 15px 9% 5px 9%;
  }

  .banner-inner-wraper {
    width: 82%;
    height: 603px;
  }

  .nav-menu {
    gap: 35px !important;
  }

  .banner-contact {
    padding: 9px 15px;
  }

  .banner-nav-tabs {
    gap: 75px;
  }

  .banner-caption {
    font-size: 2.2em;
  }

  .banner-caption-wraper {
    bottom: 14%;
  }


  .banner-bg-shape-left img,
  .banner-bg-shape-right img {
    width: 420px;
  }

  .service-card-con h4 {
    font-size: 1em;
  }

  .logistics-sub-title {
    font-size: 1em;
  }

  .timeline-list {
    margin: 20px 0 25px 0;
  }

  .timeline-box {
    font-size: .9em;
  }

  .rental-container {
    gap: 70px;
  }

  .rental-title {
    font-size: 1.5em;
  }

  .rental-description {
    font-size: 1em;
    margin: 10px 0 10px;
  }

  .rental-features-grid {
    margin-bottom: 10px;
    gap: 7px;
  }

  .rental-features-row {
    gap: 35px;
  }

  .btn-primary {
    padding: 10px 25px;
  }

  .section-title,
  .company-title {
    font-size: 1.4em;
  }

  .section-desc,
  .company-tagline {
    margin-top: 6px;
    font-size: 0.95em;
  }

  .top-middle {
    top: 13%;
    right: 29%;
  }

  .top-middle .company-tagline {
    padding-left: 25px;
    margin-top: 28px;
    font-size: 0.95em;
  }

  .service-text {
    font-size: 1em;
  }

  .icon-circle {
    width: 64px;
    height: 64px;
  }

  .icon-circle img {
    width: 30px;
  }

  .service-item {
    gap: 10px;
  }

  .right-content {
    right: 3.5%;
    bottom: 28%;
    gap: 40px;
  }

  .btn-know-more {
    padding: 12px 25px;
    font-size: .9em;
  }

  .btn-know-more::before {
    width: 270px;
  }

  .bg-shape {
    border: 14px solid #e8e2d4;
    width: 637px;
  }

  .location-title {
    line-height: 1.1;
    font-size: 1.3em;
  }

  .btn-explore {
    padding: 10px 30px;
    font-size: .9em;
  }

  .cta-heading {
    font-size: 1.6em;
  }

  .cta-description {
    font-size: 1em;
  }

  .btn-contact {
    padding: 10px 20px;
  }

  /* footer */

  .footer-logo-wraper {
    width: 17%;
  }

  .footer-logo img {
    width: 100%;
  }

  .icon-f {
    gap: 8px;
  }

  .icon-f p,
  .icon-f a {
    font-size: 1em;
  }

  .footer-social-links ul {
    gap: 15px;
  }

  .footer-social-links ul li a {
    font-size: 1.2em;
  }

  .footer-menu-title {
    font-size: 1em;
  }

  .footer-menu ul li {
    font-size: .9em;
  }


  /********************** About Page *************************/


  .abt-con {
    padding: 30px;
  }

  .wel-txt {
    font-size: .9em;
    letter-spacing: 2px;
  }

  .abt-con p {
    margin-top: 10px;
    line-height: 1.5;
  }

  .vision-pillar-inner {
    padding: 30px 30px 30px 70px;
  }

  .pillars-content {
    width: 23%;
  }

  .pillars-content ul {
    gap: 10px;
    margin-top: 15px;
  }


  /********************** Contact Page *************************/

  .innerpage-banner-cap {
    font-size: 1.5em;
  }

  .contact-deatails-box a,
  .contact-deatails-box p {
    font-size: 1em;
  }

  .other-details-card {
    width: 32%;
  }

  .form-title {
    font-size: 1.5em;
  }

  .contact_form {
    margin-top: 20px;
  }

  .form-photo-wrap {
    width: 48%;
  }

  .field textarea {
    min-height: 140px;
  }

  .submit-btn {
    margin-top: 0;
    padding: 10px 30px;
  }

  .locaton-btn {
    padding: 12px 35px;
  }


  /********************** Service Page *************************/

  .fiber-composite .innerpage-banner-cap {
    height: auto;
  }


  .fiber_composites-list-wraper {
    column-gap: 33px;
    row-gap: 10px;
    margin-top: 30px;
  }

  .ccf-badge-grid {
    max-width: 70%;
  }

  /*************/


  .logistic-list-wraper {
    column-gap: 50px;
    row-gap: 10px;
    margin-top: 30px;
  }

  .pill {
    font-size: 1em;
  }

  .support-sec-right {
    gap: 8px;
    width: 51%;
  }

  .support-sec-con h3 {
    font-size: 1.2em;
  }

  .support-sec-left {
    width: 45%;
  }

  .support-sec-con p {
    line-height: 1.5;
  }


  /*************/

  .Industrial-list-wraper,
  .commercial-list-wraper {
    width: 95%;
  }

  .whychoose-jems-sion-right ul {
    margin: 15px 0;
    gap: 10px;
  }

  .whychoose-jems-sion-right {
    width: 48%;
  }

  .whychoose-jems-sion-categories {
    margin-top: 17px;
  }


  /******************/

  .vechicle-rental .innerpage-banner-cap {
    height: auto;
  }

  .rental_service-wraper {
    column-gap: 22px;
    row-gap: 12px;
    margin-top: 30px;
  }

  .iws-card {
    gap: 40px;
    width: 97%;
  }

  .iws-con {
    width: 28%;
  }

  .iws-industry-list {
    gap: 8px;
    margin-top: 10px;
  }

  .iws-features-grid {
    row-gap: 25px;
  }

  .iws-feature-item {
    width: 20%;
  }

  .iws-features-grid span {
    width: 2px;
    height: 70px;
  }

  .iws-features-grid>span:nth-of-type(4n) {
    display: none;
  }

  /*******************/

  .event-management-item-con p br,
  .whychoose-sec-inner p br {
    display: none;
  }

  .event-management-list-wraper {
    margin-top: 30px;
  }

  .event-management-desc {
    max-width: 70%;
  }


  /*********************** Global Presence ****************************/

  .global-presence .innerpage-banner-cap {
    height: auto;
    margin-top: 5px;
  }

  .jems_dubai-description,
  .jems_dubai-network-title,
  .jems_dubai-logistics-note,
  .jems_dubai-trade-details {
    font-size: 1em;
  }

  .jems_dubai-city-title {
    margin: 10px 0 10px;
  }

  .jems_dubai-logistics-item img {
    width: 48px;
  }

  .jems_dubai-trade-sec {
    margin-top: 65px;
  }

  .jems_dubai-sec-heading {
    font-size: 1.7em;
  }

  .jems_dubai-trade-details br {
    display: none;
  }

  .jems-why-us__slogan {
    margin-bottom: 12px;
  }


  /********/

  .jems_india-whychoose__pills {
    width: 100%;
  }

  .jems_india-hospitality-card__desc br {
    display: none;
  }

  .jems_canada-card-subtitle {
    font-size: 1em;
    margin: 6px 0 8px;
  }

  .jems_canada-card-desc {
    line-height: 1.5;
  }

  .jems_canada-pill {
    font-size: .9em;
  }

  .jems_canada-card-title {
    font-size: 1.5em;
  }

  .jems_canada-list {
    margin: 14px 0;
    gap: 9px;
  }

  .jems_canada-import-export-con {
    width: 35%;
  }

  .jems_canada-intl-logistics__header {
    margin-bottom: 22px;
  }

  .jems_canada-intl-logistics__card-desc br {
    display: none;
  }

  .jems_canada-intl-logistics__card-title {
    font-size: 1.5em;
  }

  .portfolio-header {
    margin-bottom: 22px;
  }

  .jems_canada-portfolio-card p br,
  .jems_canada-services-details br {
    display: none;
  }

  .jems_canada-portfolio-card p {
    margin-top: 5px;
  }

  .event-management-title {
    font-size: 1.5em;
  }

  .jems-canada .innerpage-banner-cap-wraper img {
    width: 100px;
  }

  /***********/
  .jems-saudi .service-grid {
    margin-top: 30px;
  }



}

@media (min-width:1600px) and (max-width:1680px) {
  body {
    font-size: 15px !important;
  }

  li {
    font-size: 14px !important;
  }

  .d-container {
    width: 100%;
    padding-left: 8%;
    padding-right: 8%;
  }


  /*********************** Home page ****************************/

  .navigation {
    padding: 15px 8% 5px 8%;
  }

  .banner-inner-wraper {
    width: 84%;
    height: 660px;
  }

  .nav-menu {
    gap: 40px !important;
  }

  .banner-caption {
    font-size: 2em;
  }


  .banner-bg-shape-left img,
  .banner-bg-shape-right img {
    width: 480px;
  }

  .timeline-list {
    margin: 15px 0 30px 0;
  }

  .logistics-sec-right {
    width: 31%;
  }

  .logistics-sub-title {
    font-size: 1em;
  }

  .rental-title {
    font-size: 1.5em;
  }

  .rental-description br {
    display: none;
  }

  .rental-description {
    font-size: 1em;
    margin: 15px 0 15px;
  }

  .rental-content {
    width: 44%;
  }

  .btn-primary {
    padding: 10px 25px;
  }

  .rental-container {
    gap: 80px;
  }

  .right-content {
    gap: 40px;
    right: 0%;
  }

  .service-text {
    font-size: 1em;
  }

  .btn-know-more::before {
    width: 277px;
  }

  .section-title,
  .company-title {
    font-size: 1.5em;
  }

  .section-desc,
  .company-tagline {
    margin-top: 10px;
    font-size: 1em;
  }

  .top-middle {
    top: 11%;
    right: 32%;
  }

  .bg-shape {
    width: 745px;
  }

  .location-title {
    font-size: 1.3em;
  }

  .btn-explore {
    padding: 11px 32px;
  }

  .cta-heading {
    font-size: 1.8em;
  }

  .btn-contact {
    padding: 12px 20px;
  }


  /****************************** About Page ***********************************/

  .abt-con {
    padding: 30px;
  }

  .pillars-content {
    width: 21%;
  }


  /****************************** Contact Page ***********************************/

  .form-title {
    font-size: 1.5em;
  }

  .contact_form {
    margin-top: 20px;
  }

  .field textarea {
    min-height: 145px;
  }

  .submit-btn {
    margin-top: 3px;
  }


  /****************************** Service Pages ***********************************/

  .innerpage-banner-cap {
    font-size: 2em;
  }

  .fiber-composite .innerpage-banner-cap {
    height: auto;
  }

  .fiber_composites-list-wraper {
    display: flex;
    column-gap: 38px;
    row-gap: 10px;
    margin-top: 35px;
  }

  .ccf-badge-grid {
    max-width: 65%;
  }


  /*********/

  .logistic-list-wraper {
    column-gap: 50px;
    row-gap: 10px;
    margin-top: 35px;
  }

  .event-management-item-con p br {
    display: none;
  }

  .pill {
    font-size: 1em;
  }

  .support-sec-right {
    gap: 5px;
  }

  .support-sec-left {
    width: 48%;
  }

  .support-sec-con h3 {
    font-size: 1.2em;
  }

  /***********/

  .Industrial-list-wraper,
  .commercial-list-wraper {
    width: 88%;
  }

  .engineering .pills-container {
    max-width: 1060px;
  }

  .whychoose-jems-sion-right ul {
    margin: 15px 0;
  }

  .whychoose-jems-sion-categories {
    margin-top: 18px;
    gap: 12px;
  }

  .whychoose-jems-sion-right {
    width: 45%;
  }


  /************/

  .iws-con {
    width: 26%;
  }

  .iws-industry-list {
    gap: 8px;
    margin-top: 15px;
  }

  .iws-features-grid span {
    width: 2px;
  }

  /*************/

  .whychoose-sec-inner p br {
    display: none;
  }


  /****************************** Global Presence ***********************************/

  .global-presence .innerpage-banner-cap {
    height: auto;
  }

  .jems-canada .innerpage-banner-cap-wraper img {
    width: 110px;
  }

  .jems_dubai-description,
  .jems_dubai-network-title,
  .jems_dubai-logistics-note {
    font-size: 1em;
  }

  .jems_dubai-logistics-item img {
    width: 52px;
  }

  .jems_dubai-trade-details br {
    display: none;
  }

  .jems_dubai-trade-sec {
    margin-top: 70px;
  }

  .jems_dubai-sec-heading {
    font-size: 1.7em;
  }

  .jems-why-us__slogan {
    margin-bottom: 15px;
  }

  .jems_india-whychoose__pills {
    width: 100%;
    margin: 20px auto 20px;
  }

  .jems_india-whychoose__pill {
    font-size: .9em;
  }

  .jems_canada-card-subtitle {
    margin: 5px 0 10px;
  }

  .jems_canada-card-title {
    font-size: 1.5em;
  }

  .jems_canada-import-export-con {
    width: 36%;
  }

  .jems_canada-intl-logistics__header {
    margin-bottom: 25px;
  }

  .jems_canada-intl-logistics__card-desc br {
    display: none;
  }

  .portfolio-header {
    margin-bottom: 25px;
  }

  .jems_canada-portfolio-card p br,
  .jems_canada-services-details br {
    display: none;
  }

  .event-management-title {
    font-size: 1.5em;
  }



}


@media (min-width: 1681px) {}


@media (min-width: 1700px) and (max-width: 1800px) {

  .timeline-list {
    margin: 15px 0 25px 0;
  }

  .right-content {
    gap: 44px;
    right: 0;
  }

  .btn-know-more::before {
    width: 298px;
  }

  .top-middle {
    top: 11%;
    right: 32%;
  }

  .section-title,
  .company-title {
    font-size: 1.5em;
  }

  .pillars-content {
    width: 20%;
  }

  .fiber_composites-list-wraper {
    column-gap: 40px;
  }

  .ccf-badge-grid {
    max-width: 56%;
  }

  .logistic-list-wraper {
    column-gap: 55px;
  }

  .support-sec-right {
    gap: 15px;
  }

  .whychoose-jems-sion-right {
    width: 42%;
  }

  .whychoose-jems-sion-categories {
    gap: 12px;
    margin-top: 18px;
  }

  .iws-con {
    width: 25%;
  }

  .iws-industry-list {
    margin-top: 12px;
  }

  /********* Global Presence *********/

  .jems_dubai-trade-details br {
    display: none;
  }

  .jems-why-us__slogan {
    margin-bottom: 15px;
  }

  .whychoose-jems-sion-right ul {
    margin: 20px 0;
  }

  .jems_india-whychoose__pills {
    width: 100%;
  }

  .jems_canada-import-export-con {
    width: 33%;
  }

  .jems_canada-portfolio-card p br,
  .jems_canada-services-details br {
    display: none;
  }

  .whychoose-jems-canada .whychoose-jems-sion-right {
    width: 43%;
  }

}



@media (max-width: 768px) {

  .header-contact {
    display: none;
  }

  .submenu-indicator-chevron {
    border-color: transparent #fff #fff transparent !important;
  }

  .nav-dropdown {
    min-width: 100% !important;
  }

  .sexy-menu.detached {
    opacity: 1 !important;
    position: unset !important;
  }

  .navigation-portrait li {
    font-size: 18px !important;
  }

  .nav-brand img {
    display: flex;
    align-items: center;
  }

  .navigation-portrait .nav-brand {
    /* font-size: 18px; */
    line-height: 0 !important;
  }

  .navigation {
    padding: 0 16%;
  }

  .nav-header {
    width: 100%;
    text-align: center;
    /* margin-top: 15px; */
  }

  .nav-header p {
    color: #394a44;
  }

  .logo img {
    width: 100%;
    /* max-width: 180px; */
    display: block;
    margin: 0 auto;
    transition: width 0.4s ease;
  }

  .desk-view {
    display: none !important;
  }

  .mob-view {
    display: block !important;
  }

  .nav-menu>li>a {
    color: #fff !important;
    text-align: left;
  }

  .nav-toggle,
  .navigation-hidden .nav-header {
    display: block !important;
  }

  .nav-menus-wrapper {
    align-items: flex-end;
    flex-direction: column;
  }

  .banner-contact {
    display: none;
  }

  .nav-num {
    display: block !important;
  }


  /******************** Mobile NavBar *********************/

  .hide-menu {
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 95%;
    background: var(--clr-blue);
    /* border: 1px solid var(--bg-color); */
    border-bottom: none;
    border-radius: 12px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    z-index: 99999;
    padding: 12px 0;
  }

  .hide-menu a {
    width: 25%;
    line-height: 1;
    font-size: .9em;
    display: inline-block;
    float: left;
    text-align: center;
    font-family: 'Poppins';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    /* color: rgba(0, 0, 0, 0.822); */
    color: var(--txt-white);
  }

  .hide-menu a i {
    display: block;
    justify-content: center;
    /* background-color: #394a44; */
    -webkit-background-clip: text;
    /* -webkit-text-fill-color: transparent; */
    margin: 0 auto 5px;
    font-size: 1.5em;
  }

  .hide-menu a:hover {
    color: #cdb994;
  }


  /******************** Mobile NavBar *********************/


  .sexy-menu.detached .header-phone a {
    margin: 12px 20px !important;
  }

  .sexy-menu.detached {
    position: fixed !important;
    top: 0px !important;
    /* top: inherit !important; */
    /* height: 100vh; */
    background-color: transparent !important;
    backdrop-filter: unset !important;
  }

  #button.show {
    display: none;
  }

  .buttons {
    right: 20px;
    flex-direction: column;
    gap: 12px;
  }

  .nav-menu {
    flex-direction: column;
  }

  #popUp {
    padding: 3% 4% 3%;
  }

  .sexy-menu.detached .logo {
    /* width: 100%; */
    margin-top: 0;
  }

  .sexy-menu.detached .navigation {
    padding-top: 0;
    padding-bottom: 10px;
  }

  .sexy-menu.detached .nav-header {
    width: 100%;
    display: none;
  }

  .top-container {
    padding: 8px;
  }

  /* .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open .nav-toggle {
    opacity: 0;
  } */

  .nav-menus-wrapper-close-button {
    margin: 0 10px 0 0 !important;
  }

  .main-wraper {
    padding-top: 40px;
  }

  .wraper {
    padding: 40px 0;
  }

  .smooth-scroll-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    will-change: transform;
  }

  .enquiry-form-outer {
    padding-top: 1em;
  }

  .nav-menu .dropdown-menu li a {
    font-size: .8em;
  }

  .nav-menu .dropdown-menu li {
    padding: 5px 0 5px 40px;
  }

  .nav-menu .dropdown-menu li {
    transition: background-color 0.3s ease;
  }

  .nav-menu .dropdown-menu li:hover,
  .nav-menu .dropdown-menu li:focus,
  .nav-menu .dropdown-menu li:active {
    background-color: #f7f6e9;
  }



  /***************** Home Page *******************/

  .banner-inner-wraper {
    width: 100%;
    height: 100vh;
  }

  .banner-nav {
    display: none;
  }

  .abt-sec {
    padding: 40px 0;
  }

  .welcome-inner-wraper p {
    max-width: 100%;
  }

  .banner-bg-shape-right,
  .banner-bg-shape-left {
    display: none;
  }

  .service-sec {
    padding: 40px 0 40px;
  }

  .service-grid {
    margin-top: 20px;
    flex-direction: column;
  }

  .service-card-left {
    width: 100%;
    flex-direction: column;
    gap: 15px;
  }

  .service-card-right {
    width: 100%;
    gap: 10px;
  }

  .service-card {
    width: 100%;
    height: 450px;
  }

  .service-card-right .service-card {
    width: 100%;
    height: auto;
  }

  .service-card-con h4 {
    font-size: 1em;
  }

  .service-card-right .service-card-con {
    bottom: 6%;
  }

  .fiber-manufacturing-sec {
    padding: 40px 0 10px;
  }

  .view-all-btn {
    margin: 20px 0 50px;
  }

  .logistics-inner-wraper {
    gap: 20px;
    flex-direction: column;
  }

  .logistics-sec-left {
    width: 100%;
    padding-right: 5%;
  }

  .logistics-sec-left img {
    border-top-right-radius: 13px;
    border-bottom-right-radius: 13px;
  }

  .logistics-sec-right {
    width: 100%;
    padding: 0 5%;
    text-align: center;
  }

  .sec-title {
    font-size: 1.5em;
  }

  .fiber-manufacturing-title {
    font-size: 1.5em;
  }

  .fiber-manufacturing-sec p {
    font-size: 1em;
  }

  .fiber-manufacturing-sec p br {
    display: none;
  }

  .logistics-sub-title {
    font-size: .9em;
  }

  .logistics-title {
    font-size: 1.5em;
    margin-bottom: 5px;
  }

  .rental-image-wrapper {
    width: 100%;
  }

  .rental-content {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }

  .rental-container {
    flex-direction: column-reverse;
    gap: 20px;
    padding: 20px;
  }

  .rental-title {
    font-size: 1.3em;
  }

  .rental-description {
    font-size: 1em;
  }

  .rental-description br {
    display: none;
  }

  .btn-primary {
    padding: 9px 25px;
  }

  .rental-features-grid {
    margin-bottom: 35px;
  }

  .rental-features-row {
    gap: 35px;
  }

  .construction-container {
    flex-direction: column;
    gap: 30px;
    margin-top: 30px;
  }

  .content-block-wrpaer {
    position: unset;
  }

  .top-left {
    display: none;
  }

  .top-middle {
    text-align: center;
    order: 1;
  }

  .company-title {
    font-size: 1.5em;
  }

  .top-middle .company-tagline {
    padding-left: 0;
    margin-top: 9px;
  }

  .top-middle .company-tagline br {
    display: none;
  }

  .top-middle .company-tagline::after {
    display: none;
  }

  .engineer-image-wrapper {
    order: 3;
    padding-left: 0;
    width: 60%;
    margin: auto;
  }

  .engineer-image-wrapper img {
    width: 100%;
  }

  .right-content {
    gap: 20px;
    position: unset;
    flex-direction: column;
    order: 2;
  }

  .bg-shape {
    top: 50%;
    left: 0%;
    width: 360px;
    height: 378px;
    display: none;
  }

  .service-item {
    gap: 10px;
    flex-direction: column;
    text-align: center;
  }

  .icon-circle {
    width: 60px;
    height: 60px;
  }

  .icon-circle img {
    width: 32px;
  }

  .service-text {
    font-size: 1em;
  }

  .btn-know-more::before {
    display: none;
  }

  .btn-know-more {
    padding: 10px 28px;
  }

  .location-cards-container {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 25px;
  }

  .btn-explore {
    padding: 10px 32px;
  }

  .cta-section {
    width: 100%;
    padding: 40px 0 50px;
  }

  .cta-heading {
    font-size: 1.4em;
  }

  .desktop-br {
    display: none;
  }

  .cta-description {
    font-size: 1em;
  }

  .btn-contact {
    padding: 9px 20px;
  }


  /*********** Footer **********/

  .footer-logo-wraper {
    display: none;
  }

  .btm-link,
  .footer-menu {
    display: none;
  }

  .footer-icons {
    display: block;
  }

  .footer-wraper-contact {
    justify-content: center;
  }

  .footer-wraper {
    padding: 20px 0 80px 0;
  }

  .footer-content-wraper {
    padding-bottom: 20px;
  }

  .footer-social-links ul li a {
    font-size: 1.2em;
  }

  .footer-wraper-links {
    padding: 10px 0;
  }

  .footer-wraper-links {
    display: unset;
  }

  .footer-bottom-container {
    flex-direction: row;
    justify-content: space-between;
  }

  .copy-right {
    align-items: center;
  }


  /************************ About Page *****************************/

  .innerpage-banner-cap {
    font-size: 1.5em;
  }

  .abt-inner-wraper {
    flex-direction: column;
    gap: 20px;
  }

  .abt-img {
    width: 100%;
  }

  .abt-con {
    width: 100%;
    padding: 20px;
    text-align: center;
  }

  .abt-con p {
    margin-top: 10px;
  }

  .mision-vision-wraper {
    padding: 0 0 40px 0;
  }

  .mv-table {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }

  .mv-row {
    padding: 25px;
    text-align: center;
  }

  .leadership-content {
    width: 100%;
    padding: 25px;
    text-align: center;
  }

  .vision-pillar-inner {
    gap: 20px;
    padding: 25px;
    flex-direction: column;
  }

  .pillars-content {
    width: 100%;
  }

  .pillars-image {
    width: 100%;
    flex-direction: column;
  }

  .pillars-content ul {
    margin-top: 15px;
  }

  .chairmanNote-content {
    margin-top: 0;
  }

  .pillars-img-left,
  .pillars-img-right {
    width: 100%;
  }


  /*************************** Gallery Page *******************************/

  .gallerypage-buttons {
    gap: 10px;
  }

  .gallery-tablinks {
    width: 50%;
  }

  .gallerypage-tabcontent {
    margin-top: 25px;
    grid-template-columns: repeat(2, 1fr);
  }


  /*************************** Contact Page *******************************/

  .contact-deatails-wraper {
    flex-direction: column;
    gap: 35px;
  }

  .contact-deatails-box {
    width: 100%;
  }

  .contact-deatails-box:nth-child(2) {
    border: none;
    order: 1;
  }

  .contact-deatails-box:nth-child(1) {
    order: 3;
  }

  .contact-deatails-box:nth-child(3) {
    order: 2;
  }

  .other-details {
    gap: 15px;
    margin: 35px 0 30px 0;
    flex-direction: column;
  }

  .other-details-card {
    width: 100%;
  }

  .contact-deatails-box a,
  .contact-deatails-box p {
    font-size: 1em;
  }

  .location-btn-wraper {
    width: 100%;
    margin: 0;
    border: none;
    padding: 0;
  }

  .locaton-btn {
    padding: 12px 32px;
    font-size: 1em;
  }

  .form-wraper {
    gap: 25px;
    flex-direction: column;
  }

  .form-photo-wrap {
    width: 100%;
  }

  .form-container {
    width: 100%;
    text-align: center;
  }

  .form-title {
    font-size: 1.5em;
    margin: 0;
  }

  .submit-btn {
    margin-top: 0;
    font-size: 1em;
  }


  /*************************** Service Page *******************************/

  /* Manufacturing */

  .fiber-composite .innerpage-banner-cap {
    height: auto;
  }

  .event-management-title {
    font-size: 1.3em;
    line-height: 1.2;
  }

  .event-management-subtitle {
    margin-top: 12px;
    font-size: 0.9em;
  }

  .event-management-desc {
    max-width: 100%;
    margin: 15px auto 20px;
  }

  .event-management-container {
    padding: 0 5%;
  }

  .fiber_composites-list-wraper {
    column-gap: 16px;
    row-gap: 15px;
    margin-top: 0;
    padding: 0;
  }

  .fiber_composites-list-wraper .logistics-card {
    width: 100%;
    text-align: center;
  }

  .ccf-composite-section {
    padding: 40px 5% 0;
  }

  .ccf-content-block {
    padding: 20px 0;
  }

  .ccf-badge-grid {
    max-width: 100%;
  }


  /* Logistics */

  .logistics-sec .event-management-desc {
    max-width: 100%;
  }

  .logistic-list-wraper {
    column-gap: 16px;
    row-gap: 10px;
    margin-top: 30px;
  }

  .logistics-card {
    width: 100%;
    text-align: center;
  }

  .event-management-item-con p br {
    display: none;
  }

  .industries-section {
    padding: 30px 0;
    margin: 20px 0 40px;
  }

  .support-sec-left {
    width: 100%;
  }

  .support-sec-con h3 {
    font-size: 1.3em;
  }

  .support-sec-right {
    width: 100%;
    gap: 15px;
    text-align: center;
  }

  /* Construction */

  .Industrial-list-wraper,
  .commercial-list-wraper {
    width: 100%;
    gap: 12px;
  }

  .Industrial-card {
    width: 48%;
  }

  .Industrial-item-con h4 {
    font-size: 0.85em;
  }

  .engineering-service-wraper {
    gap: 0;
  }

  .services-card {
    padding: 30px 20px;
    text-align: center;
  }

  .services-badge-list {
    justify-content: center;
  }

  .services-badge {
    padding: 8px 10px;
    font-size: 0.9em;
  }

  .services-wrapper {
    gap: 10px;
  }

  .engineering .industries-section {
    padding: 40px 0;
    margin: 0;
  }

  .engineering .pill {
    font-size: .9em;
    padding: 10px 12px;
  }

  .whychoose-jems-sion-inner {
    gap: 30px;
    flex-direction: column;
  }

  .whychoose-jems-sion-left {
    width: 100%;
  }

  .whychoose-jems-sion-right {
    width: 100%;
  }

  .whychoose-jems-sion-right ul {
    margin: 20px 0 30px 0;
  }

  .whychoose-jems-sion-categories {
    column-gap: 27px;
    row-gap: 12px;
    margin-top: 30px;
    letter-spacing: 0.7px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .whychoose-jems-sion {
    padding-bottom: 40px;
  }

  .vechicle-rental-sec {
    padding: 40px 0 0 0;
  }

  .vechicle-rental-wel-txt {
    font-size: 1em;
  }

  .vechicle-rental-wel-txt br {
    display: none;
  }

  .vechicle-rental-sec .wel-txt-divider {
    width: 70%;
  }

  .vechicle-rental-features {
    gap: 40px;
    margin-top: 40px;
    padding-bottom: 40px;
    flex-wrap: wrap;
  }

  .vechicle-rental-features-item {
    width: 40%;
  }

  .rental_service-inner-wraper {
    margin-top: 40px;
  }

  .rental_service-title {
    font-size: 1.3em;
  }

  .rental_service-wraper {
    column-gap: 25px;
    row-gap: 20px;
    margin-top: 30px;
  }

  .rental_service-card {
    width: 100%;
    text-align: center;
  }

  .rental_service-title br,
  .fs-title br {
    display: none;
  }

  .eq-vechicle-grid {
    gap: 10px;
  }

  .eq-vechicle-card {
    width: 48%;
  }

  .fs-title {
    font-size: 1.3em;
    line-height: 1.3;
  }

  .fs-subtitle {
    margin: 14px 0;
  }

  .fs-pill {
    padding: 10px 17px;
    letter-spacing: 0.5px;
    font-size: 0.9em;
  }

  .fs-section {
    padding: 40px 0;
  }

  .iws-card {
    padding: 20px;
    gap: 25px;
    width: 100%;
    flex-direction: column;
  }

  .iws-image,
  .iws-con {
    width: 100%;
  }

  .iws-industry-list {
    margin-top: 15px;
  }

  .iws-features-grid {
    row-gap: 25px;
  }

  .iws-feature-item {
    letter-spacing: 0.5px;
    width: 48%;
    font-size: 0.9em;
  }

  .iws-features-grid span {
    width: 2px;
    height: 75px;
  }

  .iws-callout p {
    font-size: 1em;
  }

  .iws-callout p br {
    display: none;
  }

  /* Hide the span divider after every 2nd column item */
  .iws-features-grid>span:nth-of-type(2n) {
    display: none;
  }

  .event-management-features {
    column-gap: 40px;
    row-gap: 20px;
    flex-wrap: wrap;
  }

  .event-management-list-wraper {
    margin-top: 30px;
    padding: 0;
  }

  .event-management-items {
    width: 100%;
    text-align: center;
  }

  .whychoose-sec-inner {
    padding: 28px;
  }

  .whychoose-sec-inner p {
    margin-top: 10px;
  }

  .whychoose-sec-inner p br {
    display: none;
  }

  .vechicle-rental .innerpage-banner-cap {
    height: auto;
  }

  .innerpage-banner-cap-wraper {
    width: 100%;
  }


  /*************************** Global Page *******************************/

  /* Dubai */

  .jems_dubai-city-title {
    font-size: 1.5em;
  }

  .jems_dubai-wel-wraper {
    gap: 20px;
    flex-direction: column-reverse;
  }

  .jems_dubai-wel-img {
    width: 100%;
  }

  .jems_dubai-wel-content {
    width: 100%;
  }

  .jems_dubai-description,
  .jems_dubai-network-title,
  .jems_dubai-logistics-note {
    font-size: 1em;
  }

  .jems_dubai-location-badge {
    padding: 10px 15px;
    gap: 6px;
    letter-spacing: 0.5px;
    font-size: 1em;
  }

  .jems_dubai-logistics-group {
    gap: 40px;
  }

  .jems_dubai-logistics-item img {
    width: 42px;
  }

  .jems_dubai-logistics-label {
    font-size: 1em;
  }

  .jems_dubai-trade-sec {
    margin-top: 30px;
  }

  .jems_dubai-sec-heading {
    font-size: 1.3em;
  }

  .jems_dubai-trade-details {
    font-size: 1em;
  }

  .jems_dubai-trade-details br {
    display: none;
  }

  .portfolio-header {
    margin-bottom: 20px;
  }

  .portfolio-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

  .portfolio-card__tagline br {
    display: none;
  }

  .portfolio-card__tagline {
    line-height: 1.5;
  }

  .jems_dubai-services {
    padding: 40px 0 40px;
  }

  .jems_dubai-services__grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .jems-why-us__slogan {
    margin-bottom: 15px;
  }

  .whychoose-jems-sion-right p br {
    display: none;
  }

  /* India */

  .jems_india-intro__text {
    font-size: 1em;
  }

  .jems_india-intro__text br {
    display: none;
  }

  .jems_india-sectors {
    column-gap: 40px;
    row-gap: 20px;
    margin: 40px 0;
    flex-wrap: wrap;
  }

  .jems_india-hospitality-header p br {
    display: none;
  }

  .jems_india-sectors__title {
    font-size: 1em;
  }

  .jems_india-sectors__desc {
    font-size: 0.9em;
  }

  .jems_india-sectors__item img {
    width: 42px;
  }

  .jems_india-hospitality-grid {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 30px;
  }

  .jems_india-hospitality-card {
    text-align: center;
  }

  .jems_india-hospitality-card__desc br {
    display: none;
  }

  .jems_india-logistics-grid {
    gap: 20px;
    flex-direction: column;
  }

  .jems_india-logistics-img {
    width: 100%;
  }

  .jems_india-logistics-con {
    width: 100%;
    text-align: center;
  }

  .jems_india-logistics-con p br {
    display: none;
  }

  .jems_india-logistics {
    margin-top: 0;
  }

  .jems_india-realestate {
    padding: 40px 0 0 0;
  }

  .jems_india-realestate__grid {
    flex-direction: column-reverse;
    gap: 20px;
  }

  .jems_india-realestate__img {
    width: 100%;
  }

  .jems_india-realestate__content {
    width: 100%;
  }

  .jems_india-realestate__content .jems_dubai-sec-heading {
    text-align: center;
  }

  .jems_india-realestate__desc {
    text-align: center;
  }

  .jems_india-realestate__desc br {
    display: none;
  }

  .jems_india-whychoose__pills {
    width: 100%;
    row-gap: 11px;
  }

  .jems_india-whychoose__pill {
    padding: 12px 14px;
    letter-spacing: 0;
    text-align: center;
  }

  /* Canada */

  .jems_canada-sec-inner {
    flex-direction: column;
    gap: 20px;
  }

  .jems_canada-sec-img {
    width: 100%;
  }

  .jems_canada-sec-con {
    width: 100%;
    padding: 20px;
  }

  .jems_canada-card-title {
    font-size: 1.3em;
  }

  .jems_canada-card-subtitle {
    font-size: 1em;
    margin: 10px 0;
  }

  .jems_canada-import-export-inner {
    flex-direction: column-reverse;
    gap: 20px;
  }

  .jems_canada-import-export-con,
  .jems_canada-import-export-img {
    width: 100%;
  }

  .jems_canada-sec-top {
    padding-bottom: 0;
  }

  .jems_canada-intl-logistics__header {
    margin-bottom: 20px;
  }

  .jems_canada-intl-logistics__grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }

  .jems_canada-intl-logistics__card-desc br {
    display: none;
  }

  .jems_canada-intl-logistics__card-title {
    font-size: 1.5em;
    margin: 15px 0 8px;
  }

  .jems_canada-intl-logistics {
    padding-bottom: 40px;
  }

  .portfolio-subtitle {
    font-size: 1em;
  }

  .jems_canada-portfolio-card {
    text-align: center;
  }

  .jems_canada-portfolio-card p br {
    display: none;
  }

  .jems_canada-services-sec {
    width: 100%;
  }

  .whychoose-jems-canada .whychoose-jems-sion-left {
    width: 100%;
  }

  .whychoose-jems-canada .whychoose-jems-sion-right {
    width: 100%;
  }

  .jems-canada .innerpage-banner-cap-wraper img {
    display: none;
  }

  .jems-canada .innerpage-banner-cap-wraper {
    gap: 0;
    text-align: center;
    justify-content: center;
  }

  .global-presence .innerpage-banner-cap {
    height: auto;
  }


}

@media (max-width: 320px) {}

@media (max-width: 380px) {

  .jems_dubai-location-badge {
    font-size: .9em;
  }

  .sec-title,
  .fiber-manufacturing-title,
  .logistics-title,
  .company-title,
  .cta-heading {
    font-size: 1.3em;
  }

  .location-title {
    font-size: 1.3em;
  }

  .wel-txt {
    font-size: .9em;
    letter-spacing: 2px;
    margin-bottom: 5px;
  }

  .mv-title,
  .form-title {
    font-size: 1.3em;
  }

  .gallery-tablinks {
    /* width: 35%; */
    padding: 8px;
    font-size: 1em;
  }

  .contact_form {
    margin-top: 20px;
  }

  .event-management-title,
  .ccf-section-title,
  .support-sec-con h3,
  .rental_service-title,
  .fs-title,
  .iws-con-title {
    font-size: 1.2em;
  }

  .whychoose-jems-sion-categories {
    column-gap: 16px;
  }

  .bred-home a,
  .bred-home,
  .bred-next {
    letter-spacing: 0 !important;
  }

  .rental_service-subtitle {
    letter-spacing: 0.5px;
  }

  .rental_service-title {
    line-height: 1.2;
  }

  .eq-vechicle-card-con h4 {
    letter-spacing: 0.2px;
    font-size: .85em;
  }

  .iws-industry-list li {
    font-size: 0.9em;
  }

  .iws-section-title {
    font-size: 1.2em;
    padding: 0 20px;
  }

  .jems_dubai-city-title {
    font-size: 1.3em;
  }

  .jems_dubai-sec-heading,
  .jems_canada-card-title {
    font-size: 1.2em;
  }

  .jems_canada-intl-logistics__card-title {
    font-size: 1.3em;
  }

}



@media (max-width:420px) {
  body {
    font-size: 14px !important;
  }

  p {
    font-size: 1em;
  }

  .d-container {
    padding-left: 5%;
    padding-right: 5%
  }

  /* .nav-brand img {
        width: 50%;
    } */

  .sexy-menu {
    height: 75px;
  }

  .whats-app {
    width: 40px;
    height: 40px;
  }

  .whats-app i {
    font-size: 1.8em;
  }

  #popUp {
    z-index: 9999
  }

  .side-form .form-group {
    margin-bottom: 8px;
  }

  #popUp {
    width: 280px;
    padding: 6% 7% 5% 7%;
    bottom: 14%;
  }

  #plus {
    width: 40px;
    height: 40px;
    font-size: 1.2em;
  }


  /*************** Home Page *****************/

  .banner-caption-wraper {
    left: 5%;
    bottom: 6%;
  }

  .banner-sub-caption {
    font-size: 0.85em;
  }

  .banner-caption {
    font-size: 1.2em;
  }

  .bred-arrow {
    padding-left: 6px;
    padding-right: 6px;
  }

  .bred-home a,
  .bred-home {
    letter-spacing: 0.5px;
    text-transform: capitalize;
  }

  .bred-next {
    text-transform: capitalize;
    letter-spacing: 0.5px;
  }


  .innerpage-banner-cap {
    font-size: 1.2em;
  }


  .rs-video .animate-border .video-vemo-icon::before {
    width: 70px;
    height: 70px;
  }

  .rs-video .animate-border .video-vemo-icon::after {
    width: 70px;
    height: 70px;
  }

  .iws-feature-item {
    letter-spacing: 0.7px;
    width: 100%;
    font-size: 1em;
  }

  .iws-features-grid span {
    width: 100%;
    height: 1px;
  }

  .iws-features-grid>span:nth-of-type(2n) {
    display: block;
  }

  .iws-callout {
    padding: 32px;
  }

}

@media (max-width:460px) {

  .jems_india-realestate__block {
    grid-template-columns: 1fr;
  }

  .jems_india-realestate__block-label {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .jems_india-realestate__block-value {
    text-align: center;
  }

  .jems_india-realestate__block-label br {
    display: none;
  }

  .products-grid>.product-card:nth-of-type(5) {
    display: none;
  }

  .products-grid>.product-card:nth-of-type(6) {
    display: none;
  }

  .products-grid>.product-card:nth-of-type(4)::after {
    display: none;
  }

}


@media (min-width:421px) and (max-width:460px) {

  body {
    font-size: 14px !important;
  }

  p {
    font-size: 1em
  }

  .d-container {
    padding-left: 5%;
    padding-right: 5%
  }

  .sexy-menu {
    height: 75px;
  }

  #plus {
    width: 45px;
    height: 45px;
    font-size: 1.4em;
  }

  .whats-app {
    width: 45px;
    height: 45px;
  }

  #popUp {
    z-index: 9999
  }

  .side-form .form-group {
    margin-bottom: 8px;
  }

  #popUp {
    width: 320px;
    padding: 8% 6% 4%;
    bottom: 14%;
  }


  /********************** Home Page *************************/

  .bred-arrow {
    padding-left: 10px;
    padding-right: 10px;
  }

  .bred-home a,
  .bred-home {
    letter-spacing: 0.5px;
    text-transform: capitalize;
  }

  .bred-next {
    text-transform: capitalize;
    letter-spacing: 0.5px;
  }

  /* .home .banner-wraper {
    margin-top: 105px;
  } */

  /* .banner-wraper {
    margin: 105px auto 0;
  } */

  .banner-caption {
    font-size: 1.8em;
  }

  .rental-features-row {
    gap: 40px;
  }

  .construction-container {
    gap: 40px;
  }

  .services-list {
    flex-direction: row;
    gap: 60px;
  }

  .right-content {
    gap: 41px;
  }

  .bg-shape {
    left: 11%;
  }

  .rs-video .animate-border .video-vemo-icon::before {
    width: 90px;
    height: 90px;
  }

  .rs-video .animate-border .video-vemo-icon::after {
    width: 90px;
    height: 90px;
  }

  .event-management-container {
    padding: 0 5%;
  }

  .fiber_composites-list-wraper {
    padding: 0;
  }

  .pills-container {
    max-width: 410px;
    margin: 20px auto 0;
  }

  .Industrial-item-con h4 {
    font-size: 0.9em;
  }

  .event-management-sec {
    padding: 40px 0 0;
  }

  .event-management-desc {
    max-width: 100%;
  }

  .jems_canada-sec-con {
    padding: 25px;
  }


}

@media (max-width:560px) {}


@media (min-width:461px) and (max-width:560px) {

  body {
    font-size: 14px !important;
  }

  p {
    font-size: 1em
  }

  .d-container {
    padding-left: 3%;
    padding-right: 3%
  }

  .sexy-menu {
    height: 75px;
  }

  #popUp {
    padding: 5% 5% 3%;
  }

  #plus {
    width: 48px;
    height: 48px;
    font-size: 1.5em;
  }

  .whats-app {
    width: 48px;
    height: 48px;
  }

  .footer-address-container {
    display: none;
  }

  #popUp {
    z-index: 9999
  }

  .side-form .form-group {
    margin-bottom: 8px;
  }


  /******************* Home page **********************/

  /* .logo img {
    width: 65%;
  } */

  /* .home .banner-wraper {
    margin-top: 120px;
  } */

  /* .banner-wraper {
    margin: 120px auto 0;
  } */

  .banner-caption-wraper {
    bottom: 6%;
  }

  .banner-caption {
    font-size: 2em;
  }

  .rental-features-row {
    justify-content: center;
  }

  .services-list {
    flex-direction: row;
    gap: 100px;
  }

  .right-content {
    gap: 35px;
  }

  .construction-container {
    gap: 50px;
  }

  .engineer-image-wrapper {
    width: 45%;
  }

  .bg-shape {
    left: 14%;
  }

  .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .product-title {
    font-size: 1em;
  }

  /* service */

  .fiber_composites-list-wraper .logistics-card {
    width: 48%;
    text-align: left;
  }

  .event-management-sec {
    padding: 40px 0 40px;
  }

  .logistics-card {
    width: 48%;
    text-align: left;
  }

  .pills-container {
    max-width: 520px;
  }

  .Industrial-card {
    width: 31%;
  }

  .Industrial-item-con h4 {
    font-size: 0.8em;
  }

  .rental_service-wraper {
    column-gap: 9px;
    row-gap: 7px;
  }

  .rental_service-card {
    width: 49%;
    text-align: left;
  }

  .event-management-item-con p {
    font-size: 0.9em;
  }

  .eq-vechicle-grid {
    gap: 10px;
  }

  .eq-vechicle-card {
    width: 32%;
  }

  .eq-vechicle-card-con h4 {
    font-size: 0.9em;
  }

  .event-management-items {
    width: 48%;
    text-align: left;
  }

  .project-management-sec {
    padding-top: 0;
  }

  /* Global Presence */

  .jems_dubai-logistics-group {
    gap: 65px;
  }

  .jems_india-hospitality-grid {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 18px;
    column-gap: 13px;
  }

  .jems_india-hospitality-card {
    text-align: left;
  }

  .service-card-con h4 {
    font-size: 1.2em;
  }

}


@media (min-width:561px) and (max-width:680px) {

  body {
    font-size: 14px !important;
  }

  p {
    font-size: 1em
  }

  .d-container {
    padding-left: 3%;
    padding-right: 3%
  }

  .sexy-menu {
    height: 75px;
  }

  .footer-address-container {
    display: none;
  }

  #popUp {
    z-index: 9999
  }

  .side-form .form-group {
    margin-bottom: 8px;
  }

  #popUp {
    padding: 4% 5% 4%;
    bottom: 13%;
  }

  #plus {
    width: 50px;
    height: 50px;
    font-size: 1.4em;
  }

  .whats-app {
    width: 50px;
    height: 50px;
  }

  /**************** Home Page ******************/

  /* .logo img {
    width: 54%;
  } */

  .banner-caption-wraper {
    bottom: 7%;
  }

  .banner-caption {
    font-size: 2em;
  }

  .service-card-left {
    flex-direction: row;
    gap: 15px;
  }

  .service-card {
    height: auto;
  }

  .service-card-right {
    flex-direction: row;
  }

  .service-card-con h4 {
    line-height: 1;
  }

  .logistics-sec-right {
    text-align: left;
  }

  .rental-features-row {
    justify-content: center;
  }

  .services-list {
    flex-direction: row;
    gap: 130px;
  }

  .right-content {
    gap: 40px;
  }

  .engineer-image-wrapper {
    width: 38%;
  }

  .bg-shape {
    left: 12%;
    width: 480px;
    height: 400px;
  }

  .location-cards-container {
    gap: 15px;
    grid-template-columns: repeat(3, 1fr);
  }

  .location-card-content {
    width: 100%;
  }

  .btn-explore {
    padding: 7px 22px;
    font-size: 0.8em;
  }

  .location-title {
    font-size: 1em;
  }

  .vision-pillar-inner {
    flex-direction: row;
  }

  .other-details {
    flex-direction: row;
  }

  .fiber_composites-list-wraper .logistics-card {
    width: 48%;
    text-align: left;
  }

  .logistics-card {
    width: 48%;
    text-align: left;
  }

  .event-management-item-con p {
    font-size: 0.9em;
  }

  .Industrial-card {
    width: 31%;
  }

  .Industrial-item-con h4 {
    font-size: 0.9em;
  }

  .whychoose-jems-sion-categories {
    column-gap: 12px;
  }

  .vechicle-rental-features-item {
    width: 19%;
  }

  .vechicle-rental-item-icon img {
    width: 42px;
  }

  .rental_service-wraper {
    column-gap: 12px;
    row-gap: 12px;
  }

  .rental_service-card {
    width: 48%;
    text-align: left;
  }

  .eq-vechicle-grid {
    gap: 12px;
  }

  .eq-vechicle-card {
    width: 31%;
  }

  .iws-feature-item {
    letter-spacing: 0.7px;
    font-size: 1em;
  }

  .event-management-features {
    column-gap: 60px;
  }

  .event-management-items {
    width: 48%;
    text-align: left;
  }

  .jems_dubai-logistics-group {
    gap: 65px;
  }

  .jems_dubai-services__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .jems_india-hospitality-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .jems_india-hospitality-card {
    text-align: left;
  }

  .jems_canada-services-details br {
    display: none;
  }

}

@media (min-width:681px) and (max-width: 768px) {

  body {
    font-size: 14px !important;
  }

  .d-container {
    padding-left: 3%;
    padding-right: 3%
  }

  .nav-brand img {
    width: 100%;
    margin: 0 auto;
  }

  .sexy-menu {
    height: 75px;
  }

  .footer-address-container {
    display: none;
  }

  #popUp {
    z-index: 9999
  }

  #plus {
    width: 50px;
    height: 50px;
    font-size: 1.4em;
  }

  .whats-app {
    width: 50px;
    height: 50px;
  }

  .side-form .form-group {
    margin-bottom: 8px;
  }

  #popUp {
    width: 320px;
    padding: 4% 3.5% 4%;
    bottom: 13%;
  }


  /**************** Home Page ******************/

  /* .logo img {
    width: 52%;
  } */

  .banner-caption {
    font-size: 2.2em;
  }

  .banner-caption-wraper {
    bottom: 7%;
  }

  .home .banner-wraper {
    aspect-ratio: unset;
  }

  .service-card-left {
    flex-direction: row;
  }

  .service-card-right {
    flex-direction: row;
  }

  .logistics-sec-right {
    text-align: left;
  }

  .logistics-sub-title {
    font-size: 1em;
  }

  .logistics-title {
    font-size: 2em;
  }

  .rental-title {
    font-size: 1.6em;
  }

  .rental-features-row {
    justify-content: center;
  }

  .rental-features-grid {
    width: 75%;
    margin: 0 auto 35px;
  }

  .services-list {
    flex-direction: row;
    gap: 88px;
  }

  .right-content {
    gap: 50px;
  }

  .service-item {
    gap: 15px;
    flex-direction: row;
    text-align: left;
  }

  .engineer-image-wrapper {
    width: 35%;
  }

  .bg-shape {
    left: 23%;
    width: 390px;
  }

  .location-cards-container {
    gap: 12px;
    grid-template-columns: repeat(3, 1fr);
  }

  .location-card-content {
    width: 100%;
  }

  .location-title {
    font-size: 1em;
  }

  .btn-explore {
    padding: 8px 25px;
    font-size: 0.8em;
  }

  .Industrial-card {
    width: 31%;
  }

  .products-grid>.product-card:nth-of-type(5)::after {
    display: none;
  }

  .vision-pillar-inner {
    flex-direction: row;
  }


}



@media (min-width:769px) and (max-width:991px) {

  body {
    font-size: 14px !important;
  }

  .d-container {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%
  }

  .navigation {
    padding: 10px 3% 5px 3%;
  }

  .nav-menu>li>a {
    font-size: .8em
  }

  .sexy-menu.detached .nav-brand img {
    margin-top: 0px;
    width: 100%;
  }

  .sexy-menu.detached .nav-menu>li>a {
    margin: 21px 10px;
  }

  .side-btn {
    font-size: .9em;
    right: -50px;
    line-height: 20px;
    letter-spacing: 1px;
  }

  #button {
    height: 40px;
    width: 40px;
    line-height: 40px;
    right: 15px;
  }

  #plus {
    width: 50px;
    height: 50px;
    font-size: 1.5em;
  }

  .whats-app {
    width: 50px;
    height: 50px;
  }

  #popUp {
    padding: 5% 3% 3%;
  }


  /**************************** Home Page ***************************/

  .banner-inner-wraper {
    width: 90%;
  }


}

@media (min-width:992px) and (max-width:1022px) {
  body {
    font-size: 14px !important;
  }

  .d-container {
    width: 100%;
    padding-left: 4%;
    padding-right: 4%
  }

  .nav-brand img {
    width: 70%;
    margin-top: 12px;
  }

  .navigation {
    padding: 0 5.5% 2px 5.5%;
  }

  .nav-menu>li>a {
    margin: 10px 12px;
    font-size: .9em;
  }

  .sexy-menu.detached .nav-brand img {
    margin-top: 0px;
    width: 60%;
  }

  .header-phone {
    padding: 5px 10px;
    border-radius: 10px;
    margin: 10px 7px !important;
    margin-bottom: 0 !important;
  }

  .sexy-menu.detached .nav-menu>li>a {
    margin: 21px 10px;
  }

  .sexy-menu.detached .header-phone {
    margin: 16px 18px !important;
  }


  #button {
    height: 40px;
    width: 40px;
    line-height: 40px;
    right: 15px;
  }

  #plus {
    bottom: 57%;
  }

  #popUp {
    padding: 4% 2.5% 3%;
  }

  /********************** Home *************************/

}




@media (max-width:992px) {
  #button {
    display: none;
  }
}