/*--------------------------------------------------------------
# Font & Color Variables
# Help: https://bootstrapmade.com/color-system/
--------------------------------------------------------------*/
/* Fonts */
:root {
  --default-font: "Roboto", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --heading-font: "Nunito", sans-serif;
  --nav-font: "Poppins", sans-serif;
}

@font-face {
  font-family: 'ClashGrotesk-Extralight';
  src: url('../fonts/ClashGrotesk/Fonts/WEB/fonts/ClashGrotesk-Extralight.woff2') format('woff2'),
    url('../fonts/ClashGrotesk/Fonts/WEB/fonts/ClashGrotesk-Extralight.woff') format('woff'),
    url('../fonts/ClashGrotesk/Fonts/WEB/fonts/ClashGrotesk-Extralight.ttf') format('truetype');

  font-weight: 200;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'ClashGrotesk-Light';
  src: url('../fonts/ClashGrotesk/Fonts/WEB/fonts/ClashGrotesk-Light.woff2') format('woff2'),
    url('./fonts/ClashGrotesk/Fonts/WEB/fonts/ClashGrotesk-Light.woff') format('woff'),
    url('../fonts/ClashGrotesk/Fonts/WEB/fonts/ClashGrotesk-Light.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'ClashGrotesk-Regular';
  src: url('../fonts/ClashGrotesk/Fonts/WEB/fonts/ClashGrotesk-Regular.woff2') format('woff2'),
    url('../fonts/ClashGrotesk/Fonts/WEB/fonts/ClashGrotesk-Regular.woff') format('woff'),
    url('../fonts/ClashGrotesk/Fonts/WEB/fonts/ClashGrotesk-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'ClashGrotesk-Medium';
  src: url('../fonts/ClashGrotesk/Fonts/WEB/fonts/ClashGrotesk-Medium.woff2') format('woff2'),
    url('../fonts/ClashGrotesk/Fonts/WEB/fonts/ClashGrotesk-Medium.woff') format('woff'),
    url('../fonts/ClashGrotesk/Fonts/WEB/fonts/ClashGrotesk-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'ClashGrotesk-Semibold';
  src: url('../fonts/ClashGrotesk/Fonts/WEB/fonts/ClashGrotesk-Semibold.woff2') format('woff2'),
    url('../fonts/ClashGrotesk/Fonts/WEB/fonts/ClashGrotesk-Semibold.woff') format('woff'),
    url('../fonts/ClashGrotesk/Fonts/WEB/fonts/ClashGrotesk-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'ClashGrotesk-Bold';
  src: url('../fonts/ClashGrotesk/Fonts/WEB/fonts/ClashGrotesk-Bold.woff2') format('woff2'),
    url('../fonts/ClashGrotesk/Fonts/WEB/fonts/ClashGrotesk-Bold.woff') format('woff'),
    url('../fonts/ClashGrotesk/Fonts/WEB/fonts/ClashGrotesk-Bold.ttf') format('truetype');
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'ClashGrotesk-Variable';
  src: url('../fonts/ClashGrotesk-Variable.woff2') format('woff2'),
    url('../fonts/ClashGrotesk-Variable.woff') format('woff'),
    url('../fonts/ClashGrotesk-Variable.ttf') format('truetype');
  font-weight: 200 700;
  font-display: swap;
  font-style: normal;
}

/* yellow: background: linear-gradient(180deg, rgba(254,171,47,1) 0%, rgba(255,153,0,1) 100%);
background: rgb(254,171,47);
#ff9900 */

/* blue : background: linear-gradient(180deg, rgba(49,106,251,1) 0%, rgba(2,29,226,1) 100%);
background: rgb(49,106,251);
#021de2 */

/* blue1: background: linear-gradient(180deg, rgba(49,106,251,1) 0%, rgba(2,29,226,1) 100%);
background: rgb(49,106,251);
#316afb */


/* Global Colors - The following color variables are used throughout the website. Updating them here will change the color scheme of the entire website */
:root {
  --background-color: #ECFDF3;
  /* Background color for the entire website, including individual sections */
  --default-color: #444444;
  /* Default color used for the majority of the text content across the entire website */
  --heading-color: #0D1513;
  /* Color for headings, subheadings and title throughout the website */
  --accent-color: #011C13;
  /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
  --surface-color: #ffffff;
  /* The surface color is used as a background of boxed elements within sections, such as cards, icon boxes, or other elements that require a visual separation from the global background. */
  --contrast-color: #ffffff;
  /* Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. */
}

/* Nav Menu Colors - The following color variables are used specifically for the navigation menu. They are separate from the global colors to allow for more customization options */
:root {
  --nav-color: #ffffff;
  /* The default color of the main navmenu links */
  --nav-hover-color: #4154f1;
  /* Applied to main navmenu links when they are hovered over or active */
  --nav-mobile-background-color: #ffffff;
  /* Used as the background color for mobile navigation menu */
  --nav-dropdown-background-color: #ffffff;
  /* Used as the background color for dropdown items that appear when hovering over primary navigation items */
  --nav-dropdown-color: #212529;
  /* Used for navigation links of the dropdown items in the navigation menu. */
  --nav-dropdown-hover-color: #4154f1;
  /* Similar to --nav-hover-color, this color is applied to dropdown navigation links when they are hovered over. */
  --nav-dropdown-colorone: #ffffff;
  --nav-dropdown-hover-colorone: #c2c2ca;
}

/* Color Presets - These classes override global colors when applied to any section or element, providing reuse of the sam color scheme. */

.light-background {
  --background-color: #f9f9f9;
  --surface-color: #ffffff;
}

.dark-background {
  --background-color: #060606;
  --default-color: #ffffff;
  --heading-color: #ffffff;
  --surface-color: #252525;
  --contrast-color: #ffffff;
}

/* Smooth scroll */
:root {
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General Styling & Shared Classes
--------------------------------------------------------------*/
body {
  color: var(--default-color);
  /* background-color: var(--background-color); */
  font-family: var(--default-font);
}

a {
  color: var(--accent-color);
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: color-mix(in srgb, var(--accent-color), transparent 25%);
  text-decoration: none;
}

h1,
h2,
h5,
h6 {

  color: #060606;
  font-family: 'lora';
  font-weight: bold;
}

h3,
h4 {
  font-family: 'lora';
  color: #060606;

}

.para {
  font-family: "Montserrat";
  font-size: 17px;
  color: #565656;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  max-width: 1224px;
}

/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
.header {
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 20px 0 5px 0;
  transition: all 0.5s;
  z-index: 997;
}

.header-one {
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 32px 0 32px 0;
  transition: all 0.5s;
  z-index: 997;
}

.header .logo,
.header-one .logo {
  line-height: 1;
}

.header .logo img,
.header-one .logo img {
  width: 95px;
  max-height: 60.63px;
  margin-right: 8px;
}

.header .logo h1,
.header-one .logo h1 {
  font-size: 30px;
  margin: 0;
  font-weight: 700;
  color: var(--heading-color);
}

.header .btn-getstarted,
.header-one .btn-getstarted,
.header .btn-getstarted:focus,
.header-one .btn-getstarted:focus {
  color: var(--contrast-color);
  background: var(--accent-color);
  font-size: 15px;
  padding: 8px 25px;
  margin: 0 0 0 30px;
  border-radius: 4px;
  transition: 0.3s;
  font-weight: 500;
}

.header .btn-getstarted:hover,
.header-one .btn-getstarted:hover,
.header .btn-getstarted:focus:hover,
.header-one .btn-getstarted:focus:hover {
  color: var(--contrast-color);
  background: color-mix(in srgb, var(--accent-color), transparent 15%);
}

@media (max-width: 1200px) {

  .header .logo,
  .header-one .logo {
    order: 1;
  }

  .header .btn-getstarted,
  .header-one .btn-getstarted {
    order: 2;
    margin: 0 15px 0 0;
    padding: 6px 15px;
  }

  .header .navmenu,
  .header-one .navmenu {
    order: 3;
  }
}

.scrolled .header,
.scrolled .header-one {
  box-shadow: 0px 0 18px rgba(0, 0, 0, 0.1);
}

/* Index Page Header
------------------------------*/
.index-page .header {
  --background-color: rgba(255, 255, 255, 0);
}

.index-page .header-one {
  background-color: rgb(54 118 241 / 80%);
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

/* Index Page Header on Scroll
------------------------------*/
.index-page.scrolled .header {
  background: rgba(54, 118, 241, 0.5);
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.index-page.scrolled .header-one {
  background: rgba(54, 118, 241, 0.5);
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Navmenu - Desktop */


@media (min-width: 1200px) {

  .navmenu li.custom-button a{
    position: relative;
    display: inline-block;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 16px;
    padding-right: 26px;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
    background: linear-gradient(180deg, rgba(49, 106, 251, 1) 0%, rgba(2, 29, 226, 1) 100%);
    border: none;
    border-radius: 2px;
    overflow: hidden;
    clip-path: polygon(0 0, 100% 0, 100% 36%, 80% 100%, 0% 100%);
  }

  .navmenu li.custom-button a:hover {
    color: #021DE2 !important;
    background: linear-gradient(180deg, rgba(254, 171, 47, 1) 0%, rgba(255, 153, 0, 1) 100%);
    text-decoration: none;
  }

  .navmenu {
    margin-bottom: 2px;
  }

  .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navmenu li {
    position: relative;
    padding: 0px;

  }

  .navmenu a,
  .navmenu a:focus {
    color: #FFFFFF;
    padding: 12px 24px;
    font-size: 16px;
    font-family: "ClashGrotesk-Regular";
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;

  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    transition: 0.3s;
  }

  .navmenu li:last-child a {
    /* padding-right: 0; */
  }

  .navmenu li:hover>a,
  .navmenu .active,
  .navmenu .active:focus {
    color: #ff9900;
  }

  .navmenu .dropdown ul {
    margin: 0;
    /* padding: 10px 0; */
    background-color: rgba(177, 177, 177, 0.45);
    display: block;
    position: absolute;
    visibility: hidden;
    left: 14px;
    top: 130%;
    opacity: 0;
    transition: 0.3s;
    border-radius: 4px;
    border: solid 1px rgba(255, 255, 255, 0.17);
    z-index: 99;
    box-shadow: 3px 4px 7.6px rgba(0, 0, 0, 0.65);
    backdrop-filter: blur(26.3px);
    -webkit-backdrop-filter: blur(26.3px);
  }

  .navmenu .dropdown ul li {
    min-width: 200px;
  }

  .navmenu .dropdown ul a {
    /* padding: 12px 16px; */
    /* font-size: 16px; */
    text-transform: none;
    color: #FFFFFF;
  }

  .navmenu .dropdown ul a i {
    font-size: 12px;
  }

  .navmenu .dropdown ul a:hover,
  .navmenu .dropdown ul .active:hover,
  .navmenu .dropdown ul .active,
  .navmenu .dropdown ul li:hover>a {
    /* color: var(--nav-dropdown-hover-color); */
    color: #ff9900;
  }

  .navmenu .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navmenu .dropdown .dropdown ul {
    top: 0;
    left: -90%;
    visibility: hidden;
  }

  .navmenu .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: -100%;
    visibility: visible;
  }
}



/* Navmenu - Mobile */
@media (max-width: 1199px) {
  .mobile-nav-toggle {
    color: var(--nav-color);
    font-size: 28px;
    line-height: 0;
    margin-right: 10px;
    cursor: pointer;
    transition: color 0.3s;
  }

  .navmenu {
    padding: 0;
    z-index: 9997;
  }

  .navmenu ul {
    display: none;
    list-style: none;
    position: absolute;
    inset: 60px 20px 20px 20px;
    padding: 10px 0;
    margin: 0;
    border-radius: 6px;
    background-color: var(--nav-mbile-background-color);
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-dropdown-colorone);
    padding: 10px 20px;
    font-family: var(--nav-font);
    font-size: 17px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  }

  .navmenu a i:hover,
  .navmenu a:focus i:hover {
    background-color: var(--accent-color);
    color: var(--contrast-color);
  }

  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-dropdown-hover-colorone);
  }

  .navmenu .active i,
  .navmenu .active:focus i {
    background-color: var(--accent-color);
    color: var(--contrast-color);
    transform: rotate(180deg);
  }

  .navmenu .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0;
    margin: 10px 20px;
    background-color: var(--nav-dropdown-background-color);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    box-shadow: none;
    transition: all 0.5s ease-in-out;
  }

  .navmenu .dropdown ul ul {
    background-color: rgba(33, 37, 41, 0.1);
  }

  .navmenu .dropdown>.dropdown-active {
    display: block;
    background-color: rgba(33, 37, 41, 0.03);
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .mobile-nav-toggle {
    color: #fff;
    position: absolute;
    font-size: 32px;
    top: 15px;
    right: 15px;
    margin-right: 0;
    z-index: 9999;
  }

  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(33, 37, 41, 0.8);
    transition: 0.3s;
  }

  .mobile-nav-active .navmenu>ul {
    display: block;
  }
}

/* Listing Dropdown - Desktop */
@media (min-width: 1200px) {
  .navmenu .listing-dropdown {
    position: static;
  }

  .navmenu .listing-dropdown ul {
    margin: 0;
    padding: 10px;
    background: var(--nav-dropdown-background-color);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 130%;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    display: flex;
    transition: 0.3s;
    border-radius: 4px;
    z-index: 99;
  }

  .navmenu .listing-dropdown ul li {
    flex: 1;
  }

  .navmenu .listing-dropdown ul li a,
  .navmenu .listing-dropdown ul li:hover>a {
    padding: 10px 20px;
    font-size: 15px;
    color: var(--nav-dropdown-color);
    background-color: var(--nav-dropdown-background-color);
  }

  .navmenu .listing-dropdown ul li a:hover,
  .navmenu .listing-dropdown ul li .active,
  .navmenu .listing-dropdown ul li .active:hover {
    color: var(--nav-dropdown-hover-color);
    background-color: var(--nav-dropdown-background-color);
  }

  .navmenu .listing-dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }
}

/* Listing Dropdown - Mobile */
@media (max-width: 1199px) {
  .navmenu .listing-dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0;
    margin: 10px 20px;
    background-color: var(--nav-dropdown-background-color);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    box-shadow: none;
    transition: all 0.5s ease-in-out;
  }

  .navmenu .listing-dropdown ul ul {
    background-color: rgba(33, 37, 41, 0.1);
  }

  .navmenu .listing-dropdown>.dropdown-active {
    display: block;
    background-color: rgba(33, 37, 41, 0.03);
  }
}



/*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/
.footer {
  font-size: 14px;
  position: relative;
  background: linear-gradient(180deg, rgba(0, 53, 186, 1) 0%, rgba(0, 8, 68, 1) 100%);
}

.footer-top .footer-top-logo {
  width: 1141px;
  height: 192.86px;
  align-items: center;
}

.footer .footer-newsletter {
  background-color: color-mix(in srgb, var(--accent-color), transparent 97%);
  border-top: 1px solid color-mix(in srgb, var(--accent-color), transparent 85%);
  border-bottom: 1px solid color-mix(in srgb, var(--accent-color), transparent 85%);
  padding: 50px 0;
}

.footer .footer-newsletter h4 {
  font-size: 24px;
}

.footer .footer-newsletter .newsletter-form {
  margin-top: 30px;
  margin-bottom: 15px;
  padding: 6px 8px;
  position: relative;
  background-color: color-mix(in srgb, var(--background-color), transparent 50%);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
  display: flex;
  transition: 0.3s;
  border-radius: 4px;
}

.footer .footer-newsletter .newsletter-form:focus-within {
  border-color: var(--accent-color);
}

.footer .footer-newsletter .newsletter-form input[type=email] {
  border: 0;
  padding: 4px;
  width: 100%;
  background-color: color-mix(in srgb, var(--background-color), transparent 50%);
  color: var(--default-color);
}

.footer .footer-newsletter .newsletter-form input[type=email]:focus-visible {
  outline: none;
}

.footer .footer-newsletter .newsletter-form input[type=submit] {
  border: 0;
  font-size: 16px;
  padding: 0 20px;
  margin: -7px -8px -7px 0;
  background: var(--accent-color);
  color: var(--contrast-color);
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}



.footer .footer-top {
  padding-top: 50px;
}

.footer .social-links {
  padding-top: 30px;
  padding-bottom: 30px;

}

.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 41px;
  height: 41px;
  border-radius: 20px;
  background-color: #FFFFFF;
  border: 1px solid color-mix(in srgb, var(--accent-color), transparent 85%);
  font-size: 17px;
  color: #171717;
  margin-left: 10px;
  transition: 0.3s;
}

.footer .social-links a:hover {
  color: #021DE2;
  background: linear-gradient(180deg, rgba(254, 171, 47, 1) 0%, rgba(255, 153, 0, 1) 100%);
}

.footer h4 {
  color: #FFFFFF;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  position: relative;
  padding-bottom: 20px;
  text-align: left;
}

.footer .footer-links {
  margin-top: 80px;
  margin-bottom: 80px;
}

.footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-links ul i {
  margin-right: 3px;
  font-size: 12px;
  line-height: 0;
  color: var(--accent-color);
}

.footer .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  color: #BEBEBE;
}

.footer .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-links ul a {
  display: inline-block;
  color: #BEBEBE;
  line-height: 1;
}

.footer .footer-links ul a p {
  display: inline-block;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  line-height: 1;
}

.footer .footer-links ul a:hover {
  color: #ff9900;
}

.footer .footer-about a {
  color: var(--heading-color);
  font-size: 24px;
  font-weight: 600;
  font-family: var(--heading-font);
}

.footer .footer-contact p {
  margin-bottom: 5px;
}

.footer .copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 28px;
  padding-bottom: 40px;

}

.footer .credits {
  margin-top: 6px;
  font-size: 13px;
}

.footer-logo img {
  width: 92.19px;
  height: 58.84px;
}

.footer-bottom h1 {
  margin-top: 50px;
  margin-bottom: 100px;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 282px;
  line-height: 282px;
  text-align: center;
  color: #FFFFFF;
}

.copyright .copy {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16x;
  line-height: 24x;
  text-align: left;
  color: #C9C9C9;
}

.toc .toc-menu {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  color: #C9C9C9;
}

.toc .toc-menu-right {
  margin-left: 40px;
}

@media screen and (max-width: 992px) {
  .footer .footer-bottom h1 {
    font-size: 70px;
    line-height: 80px;
  }
}

@media (max-width: 786px) {
  .footer-links {
    text-align: center;
    display: block !important;
  }

  .footer .footer-links ul li {
    text-align: center;
    display: list-item;
  }

  .footer-logo {
    justify-content: center;
    text-align: center;
  }

  .footer .footer-top {
    padding-top: 10px;
  }

  .footer .footer-bottom h1 {
    font-size: 70px;
    line-height: 80px;
  }

  .footer .footer-bottom h3 {
    font-size: 42px;
    line-height: 80px;
  }
}

/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  /* background-color: var(--accent-color); */
  background-color: #0F0F0F;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: var(--contrast-color);
  line-height: 0;
}

.scroll-top:hover {
  /* background-color: color-mix(in srgb, var(--accent-color), transparent 20%); */
  background-color: #0F0F0F;
  color: var(--contrast-color);
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Global Page Titles & Breadcrumbs
--------------------------------------------------------------*/
/* .page-title {
  color: var(--default-color);
  background-color: var(--background-color);
  position: relative;
}

.page-title .heading {
  padding: 80px 0;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.page-title .heading h1 {
  font-size: 38px;
  font-weight: 700;
} */


.page-title {
  font-family: 'ClashGrotesk-Light';
  font-weight: 300;
  font-size: 64px;
  line-height: 76px;
  text-align: left;
  color: #FFFFFF;
  margin-top: 185px;
}

.page-title span {
  font-family: 'ClashGrotesk-Medium';
  font-weight: 500;
  font-size: 64px;
  line-height: 76px;
  text-align: left;
  color: #FFFFFF;
  transition-delay: 0.2s;
}

.page-para {
  font-family: 'ClashGrotesk-Regular';
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
  color: #EAEAEA;
}

.btn-get-started {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 16px;
  padding-right: 28px;
  font-family: 'ClashGrotesk-Regular';
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  text-align: left;
  position: relative;
  display: inline-block;
  margin-top: 32px;
  text-decoration: none;
  background: linear-gradient(180deg, rgba(49, 106, 251, 1) 0%, rgba(2, 29, 226, 1) 100%);
  border: none;
  border-radius: 2px;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% 46%, 81% 100%, 0% 100%);
}

.btn-get-started:hover {
  color: #021DE2;
  background: linear-gradient(180deg, rgba(254, 171, 47, 1) 0%, rgba(255, 153, 0, 1) 100%);
  text-decoration: none;
}

.page-card {
  width: 360px;
  height: 142px;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  position: relative;
  padding: 16px;
  transition: all 0.3s ease;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% 65%, 87% 100%, 0% 100%);
  margin-top: 58px;
}

.page-thumbnail-text {
  font-family: 'ClashGrotesk-Regular';
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  color: #FFFFFF;
  margin-bottom: 0;
}

.page-scroll-btn {
  /* position: relative; */
  margin-top: 151px;
}

.scroll-btn {
  /* position: absolute; */
  left: 15px;
  bottom: 48px;
  z-index: 99999;
  width: 48px;
  height: 48px;
  border-radius: 50px;
  border: 2px solid #FEA621;
}

.scroll-btn i {
  font-size: 25px;
  color: #FEA621;
}

.bouncing-link {
  animation: bounce 1s infinite;
}

@keyframes bounce {

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

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

.contect-title {
  font-family: 'ClashGrotesk-Light';
  font-weight: 300;
  font-size: 48px;
  line-height: 60px;
  color: #0F0F0F;
  text-align: left;
  margin-bottom: 0px;
}

.contect-title span {
  font-family: 'ClashGrotesk-Medium';
  font-weight: 500;
  font-size: 48px;
  line-height: 60px;
  background: linear-gradient(180deg, rgba(254, 171, 47, 1) 0%, rgba(255, 153, 0, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.page-title nav {
  background-color: color-mix(in srgb, var(--default-color), transparent 95%);
  padding: 20px 0;
}

.page-title nav ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.page-title nav ol li+li {
  padding-left: 10px;
}

.page-title nav ol li+li::before {
  content: "/";
  display: inline-block;
  padding-right: 10px;
  color: color-mix(in srgb, var(--default-color), transparent 70%);
}

@media screen and (max-width: 768px) {
  .product-scroll-btn .scroll-btn {
    display: none;
  }

  .page-card {
    width: 340px;
  }

  .contect-title span,
  .contect-title {
    font-size: 40px;
    line-height: 52px;
  }

}

/*--------------------------------------------------------------
# Global Sections
--------------------------------------------------------------*/
/* section,
.section {
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 0px 0;
  scroll-margin-top: 98px;
  overflow: clip;
} */

@media (max-width: 1199px) {

  section,
  .section {
    scroll-margin-top: 56px;
  }
}

@media (max-width: 640px) {
  .btn-get-started {
    font-size: 10px;
    line-height: 12px;
  }
}

/*--------------------------------------------------------------
# Global Section Titles
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  max-width: 100%;
  min-height: 832px;
  position: relative;
  background-color: #0a192f;
  overflow: hidden;

}

.carousel-item {
  height: 100%;
}

/* .carousel-item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
} */

.carousel-item video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.carousel-caption {
  left: 80px;
  right: auto;
  top: 50%;
  transform: translateY(-50%);
  text-align: left;
  bottom: auto;
  max-width: 600px;
}

.caption-animate {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.8s ease;
}

.carousel-item.active .caption-animate {
  opacity: 1;
  transform: translateY(0);
}

.carousel-container {
  width: 100%;
  padding: 40px 0;
}

.owl-carousel .item {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid;
  border-image-source: linear-gradient(180deg, rgba(254, 171, 47, 1) 0%, rgba(255, 153, 0, 1) 100%);
  border-image-slice: 1;
  background: #fff;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

.owl-carousel .item img {
  width: 212px;
  height: 98px;
  object-fit: contain;
}


.hero-title {
  font-family: 'ClashGrotesk-Light';
  font-weight: 300;
  font-size: 64px;
  line-height: 76px;
  text-align: left;
  color: #FFFFFF;
}

.hero-title span {
  font-family: 'ClashGrotesk-Medium';
  font-weight: 500;
  font-size: 64px;
  line-height: 76px;
  text-align: left;
  color: #FFFFFF;
  transition-delay: 0.2s;
}

.hero-description {
  font-family: 'ClashGrotesk-Regular';
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
  color: #EAEAEA;
  margin-top: 16px;
  margin-bottom: 48px;
  transition-delay: 0.4s;
}

.home-scroll-btn {
  position: absolute;
  bottom: 49px;
  left: 70px;
  z-index: 2;
}

.carousel-controls {
  position: absolute;
  bottom: 50px;
  right: 0px;
  z-index: 2;
  width: 590px;
  /* Width to show 1.5 cards */
}

.thumbnails-container {
  overflow: hidden;
  margin-bottom: 20px;
  margin-top: 16px;
}

.thumbnails-track {
  display: flex;
  transition: transform 0.6s ease;
  gap: 16px;
}

.thumbnail-card {
  flex: 0 0 360px;
  display: inline-block;
  /* Fixed width for each card */
  height: 142px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  position: relative;
  /* border: 1px solid #FFFFFF; */
  padding: 12px;
  transition: all 0.3s ease;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% 65%, 87% 100%, 0% 100%);
}


.thumbnail-card.active .thumbnail-img {
  position: relative;
  display: inline-block;
  padding: 1px;
  /* Creates space for the border */
  background: linear-gradient(180deg, rgba(254, 171, 47, 1) 0%, rgba(255, 153, 0, 1) 100%);
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.4));
}

.thumbnail-card-cont {
  margin-left: 16px;
}

.thumbnail-card img {
  width: 118px;
  height: 118px;
  object-fit: cover;
  border-radius: 2px;
}

.thumbnail-title {
  font-family: 'ClashGrotesk-Medium';
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  color: #FFFFFF;
  margin-bottom: 4px;
}

.thumbnail-text {
  font-family: 'ClashGrotesk-Light';
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  color: #FFFFFF;
  margin-bottom: 0;
}

.progress-container {
  width: 495px;
  display: flex;
}

.progress-label {
  font-family: 'ClashGrotesk-Semibold';
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  color: #FFFFFF;
}

.carousel-progress {
  width: 450px;
  height: 3px;
  background: rgba(255, 255, 255, 0.2);
  position: relative;
  margin-bottom: 5px;
  overflow: hidden;
  margin-left: 12px;
  margin-right: 12px;
  margin-top: 8px;
}

.progress-bar {
  position: absolute;
  height: 100%;
  background: rgb(254, 171, 47);
  transition: transform 0.6s ease;
}

.progress-numbers {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}

.progress-numbers span {
  font-family: 'ClashGrotesk-Semibold';
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  color: #FFFFFF;
}

.progress-numbers span {
  transition: opacity 0.3s ease;
}

.progress-numbers span.active {
  opacity: 1;
}

.progress-numbers span:not(.active) {
  opacity: 0.5;
}

.hero .btn-get-started {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 16px;
  padding-right: 28px;
  font-family: 'ClashGrotesk-Regular';
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  text-align: left;
  position: relative;
  display: inline-block;
  text-decoration: none;
  background: linear-gradient(180deg, rgba(49, 106, 251, 1) 0%, rgba(2, 29, 226, 1) 100%);
  border: none;
  border-radius: 2px;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% 46%, 81% 100%, 0% 100%);
  transition: all 0.3s ease;
  transition-delay: 0.8s;
}

.hero .btn-get-started:hover {
  color: #021DE2;
  background: linear-gradient(180deg, rgba(254, 171, 47, 1) 0%, rgba(255, 153, 0, 1) 100%);
  text-decoration: none;
}

/*hide a horizontal scroll bar*/
::-webkit-scrollbar {
  width: 0px;
}

/*track*/
::-webkit-scrollbar-track {
  background: transparent;
}

/*thumb*/
::-webkit-scrollbar-thumb {
  background: transparent;
}


.hero h1 {
  margin: 0;
  font-size: 72px;
  font-weight: 400;
  line-height: 80px;
  font-family: 'Mogent', sans-serif;
  margin-top: 18rem;
  color: #ECFDF3;
}

.progress-numbers {
  display: none;
}


.hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (max-width: 640px) {

  .hero,
  .carousel-item video {
    min-height: 832px;
  }

  .hero-title,
  .hero-title span {
    font-size: 32px;
    line-height: 38px;
  }

  .hero-description {
    font-size: 9px;
    line-height: 12px;
    margin-bottom: 16px;
  }

  .home-scroll-btn,
  .carousel-controls {
    display: none;
  }

  .hero .btn-get-started {
    font-size: 10px;
    line-height: 12px;
  }

  .btn2-get-started {
    width: 40%;
  }

  .carousel-caption {
    left: 25px;

  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/

.about {
  color: #FFFFFF;
  margin-top: 48px;
  padding-bottom: 55px;
  overflow-x: hidden;
}

.about .section-title p {
  font-family: 'ClashGrotesk-Light';
  font-size: 12px;
  line-height: 16px;
  color: #323232;
  margin-bottom: 48px;
  text-transform: uppercase;
  text-decoration: underline;
  text-decoration-color: #a4a1a1;
}


.clm-border {
  border-bottom: 1px solid rgba(217, 217, 217, 0.2);
}

.clm-border2 {
  border-top: 1px solid rgba(217, 217, 217, 0.2);
}

.clm-border3 {
  border-top: 1px solid rgba(20, 36, 19, 0.2);
  padding-top: 40px;
}

.about .about-top-border {
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
}

.about .about-bottom-border {
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 64px;
}

.about .about-right-border {
  border-right: 1px solid #D9D9D9;
}

.about .about-top-content,
.about .about-top-content-title {
  padding-top: 48px;
  padding-bottom: 48px;
}

.about-top-content .purecounter,
.about-top-content .countersign {
  font-family: 'ClashGrotesk-Medium';
  font-size: 64px;
  line-height: 76px;
  letter-spacing: -4%;
  background: linear-gradient(180deg, rgba(49, 106, 251, 1) 0%, rgba(2, 29, 226, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about-top-content p {
  font-family: 'ClashGrotesk-Light';
  font-size: 16px;
  line-height: 24px;
  color: #2D2D2D;
  margin-top: 12px;
  margin-right: 12px;
  margin-bottom: 0px;
}

.about-top-content-title h2 {
  font-family: 'ClashGrotesk-Light';
  font-weight: 300;
  font-size: 48px;
  line-height: 64px;
  color: #0F0F0F;
  margin-left: 93px;
}

.about-top-content-title h2 span {
  font-family: 'ClashGrotesk-Medium';
  font-weight: 500;
  font-size: 48px;
  line-height: 64px;
  background: linear-gradient(180deg, rgba(254, 171, 47, 1) 0%, rgba(255, 153, 0, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.sec-about-img {
  margin-top: 64px;
  margin-bottom: 100px;
}


.about-bottom-content h3 {
  font-family: 'ClashGrotesk-Light';
  font-weight: 300;
  font-size: 28px;
  line-height: 40px;
  text-align: left;
  color: #0F0F0F;
  margin-right: 56px;
}

.about-bottom-content p {
  font-family: 'ClashGrotesk-Light';
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  color: #2D2D2D;
  margin-left: 100px;
}

.about .btn-get-started {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 16px;
  padding-right: 28px;
  font-family: 'ClashGrotesk-Regular';
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  text-align: left;
  position: relative;
  display: inline-block;
  margin-top: 32px;
  text-decoration: none;
  background: linear-gradient(180deg, rgba(49, 106, 251, 1) 0%, rgba(2, 29, 226, 1) 100%);
  border: none;
  border-radius: 2px;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% 46%, 81% 100%, 0% 100%);
}

.about .btn-get-started:hover {
  color: #021DE2;
  background: linear-gradient(180deg, rgba(254, 171, 47, 1) 0%, rgba(255, 153, 0, 1) 100%);
  text-decoration: none;
}


@media screen and (max-width: 768px) {

  /* .story-bottom-one .purecounter,
  .story-bottom-one .countersign {
    font-size: 60px;
    line-height: 64px;
  } */
  .about .container-fluid,
  .partners .container-fluid {
    width: 90%;
  }

  .about .content h2 {
    font-size: 52px;
    line-height: 72px;
  }

  /* .about-top-content p {
    font-size: 10px;
    line-height: 12px;
  } */

  .about-title-para {
    text-align: center;
    padding-left: 0px;
  }

  .about-top-content-title h2,
  .about-top-content-title h2 span {
    /* font-size: 24px;
    line-height: 32px; */
    margin-left: 0px;
  }

  .about-bottom-content h3 {
    font-size: 14px;
    line-height: 20px;
  }

  .about .btn-get-started {
    font-size: 10px;
    line-height: 12px;
  }

  .about-bottom-content p {
    /* font-size: 10px;
    line-height: 12px; */
    margin-left: 0px;
    margin-top: 10px;
  }
}

/*--------------------------------------------------------------
# Products Section
--------------------------------------------------------------*/
.products {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #F6F6F6;
}

.products .content h2 {
  font-family: 'ClashGrotesk-Light';
  font-weight: 300;
  font-size: 48px;
  line-height: 64px;
  color: #0F0F0F;
  text-align: left;
  margin-right: 45px;
}

.products .content h2 span {
  font-family: 'ClashGrotesk-Medium';
  font-weight: 500;
  background: linear-gradient(180deg, rgba(254, 171, 47, 1) 0%, rgba(255, 153, 0, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}

.product-title-para {
  font-family: 'ClashGrotesk-Light';
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #2D2D2D;
  text-align: left;
  margin-bottom: 0px;
  margin-right: 27px;
}

.products-content {
  margin-top: 80px;
}

.products-content-l {
  position: relative;
}

.products-content-l p {
  font-family: 'ClashGrotesk-Light';
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  color: #2D2D2D;
  margin-right: 10px;
  margin-bottom: 0px;
  margin-top: 1015px;
}

.products-content-rt {
  margin-bottom: 48px;
}

.products .vertical {
  -ms-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -ms-transform-origin: right top 0;
  -moz-transform-origin: right top 0;
  -webkit-transform-origin: right top 0;
  transform-origin: right top 0;
  font-family: 'ClashGrotesk-Bold';
  font-weight: 700;
  right: 48%;
  color: #E1E1E1;
  font-size: 151px;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: vertical-text;
  position: absolute;
  display: block;
  height: auto;
  direction: rtl;
  z-index: 11;
}

.products-cols .products-img {
  width: 273px;
  height: 360px;
  margin-bottom: 12px;
}

.products-cols h4 {
  font-family: 'ClashGrotesk-Medium';
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  text-align: left;
  color: #0F0F0F;
  margin-bottom: 0px;
}

.products-cols p {
  font-family: 'ClashGrotesk-Light';
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  color: #2D2D2D;
  margin-top: 4px;
  margin-bottom: 0px;
}

.products .btn-get-started {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 16px;
  padding-right: 28px;
  font-family: 'ClashGrotesk-Regular';
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  text-align: left;
  position: relative;
  display: inline-block;
  margin-top: 16px;
  text-decoration: none;
  background: linear-gradient(180deg, rgba(49, 106, 251, 1) 0%, rgba(2, 29, 226, 1) 100%);
  border: none;
  border-radius: 2px;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% 46%, 81% 100%, 0% 100%);
}

.products .btn-get-started:hover {
  color: #021DE2;
  background: linear-gradient(180deg, rgba(254, 171, 47, 1) 0%, rgba(255, 153, 0, 1) 100%);
  text-decoration: none;
}


@media screen and (max-width: 768px) {
  .products .vertical {
    right: 90%;
    font-size: 130px;
  }

  .products-content-rt {
    display: block !important;
  }

  .products .content h2,
  .products .content h2 span {
    margin-right: 0px;
  }

  .product-title-para {
    margin-right: 0px;
  }

  .products-cols {
    margin-top: 15px;
  }

  .products-content-title,
  .products-content {
    width: 95%;
  }
}


/*--------------------------------------------------------------
# Partners Section
--------------------------------------------------------------*/
.partners {
  background-color: #FFFFFF;
  margin-bottom: 120px;
}

.clm-border-2 {
  border-top: 1px solid #D9D9D9;
}

.partners .section-title p {
  font-family: 'ClashGrotesk-Light';
  font-size: 12px;
  line-height: 16px;
  color: #323232;
  margin-top: 48px;
  margin-bottom: 48px;
  text-transform: uppercase;
  text-decoration: underline;
  text-decoration-color: #a4a1a1;
}

.carousel-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  padding: 20px 0;
}

.carousel-top {
  padding-top: 64px;
}

.carousel-track {
  display: flex;
  align-items: center;
  gap: 20px;
  animation: scroll 15s linear infinite;
}

/* .carousel-item {
  display: inline-block;
  min-width: 180px;
  height: 100px;
  border: 2px solid orange;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background-color: #fff;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
} */

@keyframes scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

/* Clone elements for smooth infinite scrolling */
.carousel-track:hover {
  animation-play-state: paused;
}

.partners-overlay {
  max-width: 100%;
  min-height: 510px;
  position: relative;
  background: url(../img/partners-bg.png) top center no-repeat;
  background-size: cover;
  margin-top: 80px;
}

.partners-text-content h2 {
  font-family: 'ClashGrotesk-Light';
  font-weight: 300;
  font-size: 48px;
  line-height: 64px;
  color: #FFFFFF;
  text-align: left;
  margin-left: 32px;
  margin-top: 115px;
}

.partners-text-content h2 span {
  font-family: 'ClashGrotesk-Medium';
  font-weight: 500;
  background: linear-gradient(180deg, rgba(254, 171, 47, 1) 0%, rgba(255, 153, 0, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}

.partners-text-content p {
  font-family: 'ClashGrotesk-Regular';
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  color: #EAEAEA;
  margin-top: 16px;
  margin-left: 32px;
}

@media screen and (max-width: 768px) {
  .partners-overlay {
    background-position: calc(50% + -230px) calc(50% - 10px);
  }

  .partners-text-content h2 {
    margin-left: 10px;
    font-size: 38px;
    line-height: 54px;
  }

  .partners-text-content p {
    margin-left: 10px;
  }
}

/*--------------------------------------------------------------
# Insights Section
--------------------------------------------------------------*/

.insights {
  padding-top: 100px;
  padding-bottom: 196px;
  background-color: #F6F6F6;
}

.insights-title h2 {
  font-family: 'ClashGrotesk-Light';
  font-weight: 300;
  font-size: 48px;
  line-height: 64px;
  color: #0F0F0F;
  text-align: left;
}

.insights-title h2 span {
  font-family: 'ClashGrotesk-Medium';
  font-weight: 500;
  background: linear-gradient(180deg, rgba(254, 171, 47, 1) 0%, rgba(255, 153, 0, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.insights .section-title {
  margin-bottom: 90px;
}

.insights .section-title p {
  font-family: 'ClashGrotesk-Light';
  font-size: 12px;
  line-height: 16px;
  color: #323232;
  margin-bottom: 48px;
  text-transform: uppercase;
  text-decoration: underline;
  text-decoration-color: #a4a1a1;
}

.insights-link {
  text-align: right;
}

.insights-link a {
  font-family: 'ClashGrotesk-Medium';
  font-weight: 500;
  font-size: 17px;
  line-height: 24px;
  background: linear-gradient(180deg, rgba(49, 106, 251, 1) 0%, rgba(2, 29, 226, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  display: inline-block;
  position: relative;
}

.insights-blog .blogs-cols {
  width: 273px;
  border-radius: 4px;
  background-color: #FFFFFF;
  padding: 16px;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
}

.insights-link a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 3px;
  /* Adjust the space between text and underline */
  width: 100%;
  height: 2px;
  /* Underline thickness */
  background: linear-gradient(180deg, rgba(49, 106, 251, 1) 0%, rgba(2, 29, 226, 1) 100%);
}

.blogs-cols .insights-img {
  width: 241px;
  height: 148px;
  border-radius: 2px;
}

.blogs-cols h4 {
  font-family: 'ClashGrotesk-Medium';
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  color: #0F0F0F;
  margin-top: 12px;
}

.blogs-cols .insights-para {
  font-family: 'ClashGrotesk-Regular';
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: left;
  color: #2D2D2D;
  margin-top: 8px;
  margin-bottom: 0px;
}

.insights-blogs-link {
  margin-top: 32px;
}

.insights-read-link a {
  font-family: 'ClashGrotesk-Medium';
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  text-align: left;
  color: #021DE2;
  text-decoration: none;
  /* Remove default underline */
  position: relative;
  display: inline-block;
}

.insights-read-link a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  /* Adjust spacing below text */
  width: 100%;
  height: 1px;
  /* Thickness of the underline */
  background-color: #021DE2;
  /* Match the text color */
}

.insights-blogs-link .insights-date {
  font-family: 'ClashGrotesk-Regular';
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: right;
  color: #7C7C7C;
}

.insights-blog {
  margin-top: 72px;
}

@media screen and (max-width: 768px) {
  .insights-blog {
    display: block !important;
  }

  .insights-title h2,
  .insights-title h2 span {}
}

/*--------------------------------------------------------------
# Values Section
--------------------------------------------------------------*/
/* .values .card {
  background-color: var(--surface-color);
  color: var(--default-color);
  padding: 30px;
  box-shadow: 0px 0 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: 0.3s;
  height: 100%;
  border: 0;
}

.values .card img {
  padding: 30px 50px;
  transition: 0.5s;
  transform: scale(1.1);
}

.values .card h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 18px;
}

.values .card:hover {
  box-shadow: 0px 0 30px rgba(0, 0, 0, 0.1);
}

.values .card:hover img {
  transform: scale(1);
} */

/*--------------------------------------------------------------
# Stats Section
--------------------------------------------------------------*/
.stats .stats-item {
  background-color: var(--surface-color);
  padding: 0px 0px 30px;
}

.stats .stats-item i {
  color: var(--accent-color);
  font-size: 42px;
  line-height: 0;
  margin-right: 20px;
}

.stats .stats-item span {
  color: var(--heading-color);
  font-size: 36px;
  display: block;
  font-weight: 600;
  font-family: Montserrat;
}

.stats .stats-item p {
  padding: 0;
  margin: 0;
  font-family: var(--heading-font);
  font-size: 16px;
}

/*--------------------------------------------------------------
# Features Section
--------------------------------------------------------------*/
.features .feature-box {
  padding: 24px 20px;
  box-shadow: 0px 0 30px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  height: 100%;
}

.features .feature-box h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}

.features .feature-box i {
  background: color-mix(in srgb, var(--accent-color), transparent 92%);
  color: var(--accent-color);
  line-height: 0;
  padding: 4px;
  margin-right: 10px;
  font-size: 24px;
  border-radius: 3px;
  transition: 0.3s;
}

.features .feature-box:hover i {
  background: var(--accent-color);
  color: var(--contrast-color);
}

/*--------------------------------------------------------------
# Alt Features Section
--------------------------------------------------------------*/
.alt-features .icon-box {
  display: flex;
}

.alt-features .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px 0;
}

.alt-features .icon-box i {
  font-size: 44px;
  line-height: 44px;
  color: var(--accent-color);
  margin-right: 15px;
}

.alt-features .icon-box p {
  font-size: 15px;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
.services {
  margin-top: 80px;
  margin-bottom: 120px;
  background-color: #FFFFFF;
}

.services-content-title {
  margin-bottom: 80px;
}

.service-border {
  padding-bottom: 60px;
}

.services .content h2 {
  font-family: 'ClashGrotesk-Light';
  font-weight: 300;
  font-size: 48px;
  line-height: 64px;
  color: #0F0F0F;
  text-align: left;
}

.services .content h2 span {
  font-family: 'ClashGrotesk-Medium';
  font-weight: 500;
  background: linear-gradient(180deg, rgba(254, 171, 47, 1) 0%, rgba(255, 153, 0, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.service-title-para {
  font-family: 'ClashGrotesk-Light';
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #2D2D2D;
  text-align: left;
  margin-bottom: 0px;
  margin-right: 27px;
}

.service-content {
  background-color: #D9D9D9;
  border-radius: 6px;
  box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.2);
  padding: 20px;
}

.custom-card {
  display: flex;
  background-color: #F6F6F6;
  padding: 12px 16px;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  height: 470px;
  /* outline: 1px solid black; 
  outline-offset: -1px; */
  clip-path: polygon(0 0, 100% 0, 100% 77%, 81% 100%, 0% 100%);
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
}

.card-content {
  flex: 1;
  padding-right: 20px;
  padding-left: 4px;
  padding-top: 8px;
}

.card-content h3 {
  font-family: 'ClashGrotesk-Medium';
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
  color: #0F0F0F;
}

.card-content p {
  font-family: 'ClashGrotesk-Light';
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  text-align: left;
  color: #2D2D2D;
  margin-right: 26px;
  margin-bottom: 0px;
}


.custom-card-one {
  display: flex;
  background-color: #F6F6F6;
  padding: 12px 20px;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  height: 470px;
  clip-path: polygon(0 0, 100% 0, 100% 69%, 88% 100%, 0% 100%);
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
}

.card-content-one {
  flex: 1;
  padding-right: 53.8px;
  padding-left: 24px;
}

.card-content-one h3 {
  font-family: 'ClashGrotesk-Medium';
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
  color: #0F0F0F;
}

.card-content-one p {
  font-family: 'ClashGrotesk-Light';
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  text-align: left;
  color: #2D2D2D;
  margin-right: 52px;
  margin-bottom: 0px;
}

.card-image .service-img {
  width: 283px;
  height: 445.46px;
}

.card-image-one .service-img-one {
  width: 574.06px;
  height: 432.91px;
}



@media (max-width: 768px) {


  .custom-card-one,
  .custom-card {
    display: block !important;
    height: auto;
    padding: 15px;
  }

  .card-content-one {
    margin-bottom: 10px;
  }

  .card-content p,
  .card-content-one p {
    margin-right: 0px;
  }

  .service-title-para {
    margin-right: 0px;
    overflow: hidden;
  }

  .card-content,
  .card-content-one {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 15px;
  }

  .services .content h2 {
    font-size: 36px;
    line-height: 48px;
  }

  .services-content-title {
    margin-bottom: 40px;
  }

  .row {
    margin-right: 0;
    margin-left: 0;
  }

  .container {
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
  }

}





/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/

.in_touch .intouch_content .intouch_intro {
  padding-bottom: 30px;
  margin-bottom: 0;
  position: relative;
}

.in_touch .intouch_content .intouch_intro:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  width: 100%;
  background-color: #FFFFFF;
}

.in_touch .intouch_content .intouch_allparts {
  margin-top: 40px;
}

.in_touch .intouch_content .intouch_allparts .intouch_single_part:not(:last-child) {
  margin-bottom: 36px;
}

.in_touch .intouch_content .intouch_allparts .intouch_single_part h4 {
  font-weight: 600;
  font-family: Montserrat;
  font-size: 24px;
  color: #FFFFFF;
}

.in_touch .intouch_content .intouch_allparts .intouch_single_part h5 a {
  color: inherit;
  text-decoration: none;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: lighter;
  color: #ffffff
}

.in_touch .intouch_content .intouch_allparts .intouch_single_part * {
  font-family: var(--paragraph);
  text-transform: none;
}

.intouch_intro h3 {
  font-family: lora;
}

.white {
  color: #FFFFFF;
}

.white1 {
  color: #FFFFFF;
  font-family: lora;
  font-size: 58px;
  font-weight: lighter;
}

.in_touch img {
  margin-bottom: -146px;
}

.con-img {
  max-width: 100%;
  min-height: 882px;
  position: relative;
  padding: 0px 0 60px 0;
  display: flex;
  align-items: center;
  background: url(../img/in_touch_bg2.png) top center no-repeat;
  background-size: cover;
  border-radius: 0px 0px 0px 0px;
  margin-bottom: 70px;
}

.in_touch .contact-l h2 {
  font-family: 'Mogent', sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 54px;
  color: #ECFDF3;
  margin-bottom: 40px;
  margin-top: 7rem;
}

.in_touch .contact-l p {
  font-family: "Montserrat", serif;
  font-weight: 400;
  line-height: 24px;
  font-size: 16px;
  color: #C2D4CA;
  margin-top: 24px;
  margin-bottom: 0px;
}

.contact-details {
  margin-top: 75px;
  padding: 10px 20px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.3);
  /* Fill with 20% opacity */
  border: 1px solid rgba(203, 218, 224, 0.25);
  /* Stroke with 25% opacity */
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
  /* Drop shadow */
  backdrop-filter: blur(20px);
  /* Background blur */
}

.contact-details p {
  font-family: "Montserrat", serif;
  font-weight: 200;
  line-height: 24px;
  font-size: 16px;
  color: #C2D4CA;
}

.contact-details h4 {
  font-family: "Montserrat", serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 36px;
  color: #ECFDF3;
}

.in_touch .contact-img {
  width: 725px;
  height: 852px;
}

@media screen and (max-width: 768px) {
  .con-img {
    background-position: right center;
    background-attachment: scroll;
  }

  .in_touch .contact-l h2 {
    font-size: 38px;
    line-height: 42px;
  }
}


/*--------------------------------------------------------------
# About Page
--------------------------------------------------------------*/


.about-hero {
  max-width: 100%;
  min-height: 832px;
  position: relative;
  padding: 0px 0px;
  display: flex;
  align-items: center;
  background: url(../img/about-hero.png) center no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .page-scroll-btn {
    display: none;
  }

  .about-hero .page-card {
    width: 325px;
  }
}

/*--------------------------------------------------------------
# Section Story
--------------------------------------------------------------*/
.story-sect {
  margin-top: 120px;
  margin-bottom: 104px;
  margin-right: 70px;
}

.story-right {
  width: 755px;
  margin-left: 61px;
}

.story-cont-para {
  font-family: 'ClashGrotesk-Regular';
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #2D2D2D;
  text-align: left;
  margin-bottom: 0px;
  margin-top: 20px;
}

.story-bottom {
  margin-top: 40px;
}

.story-bottom-one {
  margin-bottom: 40px;
}

.story-bottom-one,
.story-bottom-two {
  padding-top: 41px;
}

.story-bottom-one .purecounter,
.story-bottom-one .countersign,
.story-bottom-two .purecounter,
.story-bottom-two .countersign {
  font-family: 'ClashGrotesk-Regular';
  font-weight: 400;
  font-size: 80px;
  line-height: 84px;
  background: linear-gradient(180deg, rgba(49, 106, 251, 1) 0%, rgba(2, 29, 226, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: left;
}

.story-bottom-one p,
.story-bottom-two p {
  font-family: 'ClashGrotesk-Light';
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  color: #767676;
  margin-right: 14px;
}

.story-bottom-one p span,
.story-bottom-two p span {
  font-family: 'ClashGrotesk-Medium';
  font-weight: 500;
  color: #0F0F0F;
}

.story-counter {
  margin-right: 16px;
}

.story-left {
  position: relative;
}

.story-sec-img {
  width: 394px;
  height: 521px;
}

.story-sec-img2 {
  width: 394px;
  height: 298px;
  margin-top: 18.75px;
}

.story-sec-img3 {
  width: 364px;
  height: 290px;
  position: absolute;
  bottom: 0px;
  left: 50px;
}

@media screen and (max-width: 768px) {

  .story-bottom-one .purecounter,
  .story-bottom-one .countersign,
  .story-bottom-two .purecounter,
  .story-bottom-two .countersign {
    font-size: 60px;
    line-height: 64px;
  }

  .story-right {
    width: 100%;
    margin-left: 0px;
  }

  .story-left {
    width: 100%;
    text-align: center;
  }

  .story-sec-img,
  .story-sec-img2,
  .story-sec-img3 {
    max-width: 100%;
    height: auto;
  }

  .story-bottom-one,
  .story-bottom-two {
    display: block !important;
    text-align: center;
  }

  .story-sect {
    margin: 0 auto;
    padding: 20px;
  }

  .story-sec-img3 {
    position: relative;
    width: 50%;
    height: auto;
    left: 0;
  }

  .about-story .container-fluid {
    width: 100%;
  }
}

/*--------------------------------------------------------------
# Section Missions
--------------------------------------------------------------*/

.missions {
  padding-top: 140px;
  padding-bottom: 140px;
  background-color: #F6F6F6;
}

.mission-img1 {
  width: 698px;
  height: 395px;
}

.mission-img2 {
  width: 422px;
  height: 262px;
}

/* .rate-bottom {
  margin-top: 15px;
} */
.mision-rate {
  width: 273px;
  height: 230px;
  border-radius: 8px;
  padding: 24px 21px 28px 24px;
  background: linear-gradient(180deg, rgba(0, 53, 186, 1) 0%, rgba(0, 8, 68, 1) 100%);

}

.mision-rate .purecounter,
.mision-rate .countersign {
  font-family: 'ClashGrotesk-Regular';
  font-weight: 400;
  font-size: 48px;
  line-height: 64px;
  background: linear-gradient(180deg, rgba(254, 171, 47, 1) 0%, rgba(255, 153, 0, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: left;
}

.mision-rate-title {
  font-family: 'ClashGrotesk-Regular';
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  color: #FFFFFF;
}

.mision-rate-para {
  font-family: 'ClashGrotesk-Light';
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  color: #DBDBDB;
  margin-top: 12px;
  margin-bottom: 0px;
}

.missions-content {
  border-radius: 8px;
  background-color: #FFFFFF;
  padding: 28px 28px 64px 28px;
  outline: 1px solid #D4D4D4;
  outline-offset: -1px;
}

.vision-content {
  border-radius: 8px;
  background-color: #FFFFFF;
  padding: 28px 28px 112px 28px;
  outline: 1px solid #D4D4D4;
  outline-offset: -1px;
}

.missions-content-title {
  font-family: 'ClashGrotesk-Light';
  font-weight: 300;
  font-size: 32px;
  line-height: 46px;
  text-align: left;
  color: #0F0F0F;
}

.missions-content-title span {
  font-family: 'ClashGrotesk-Medium';
  font-weight: 500;
  background: linear-gradient(180deg, rgba(254, 171, 47, 1) 0%, rgba(255, 153, 0, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.missions-content-para {
  font-family: 'ClashGrotesk-Regular';
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  color: #4A4A4A;
  margin-top: 12px;
  margin-bottom: 0px;
  margin-right: 35px;
}

@media screen and (max-width: 768px) {

  .mission-img1,
  .mission-img2 {
    max-width: 100%;
    height: auto;
  }

  .missions {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .mision-rate {
    width: 100%;
    max-width: 273px;
    height: auto;
    padding: 5%;
  }

  .missions-left,
  .missions-right {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .rate-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
}

/*--------------------------------------------------------------
# Section Values
--------------------------------------------------------------*/
.ourvalues {
  margin-top: 142px;
  margin-bottom: 140px;
  background-color: #FFFFFF;
}

.values-content-para {
  font-family: 'ClashGrotesk-Regular';
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #2D2D2D;
  text-align: left;
  margin-bottom: 0px;
  margin-top: 4px;
  margin-right: 210px;
}

.ourvalues .values-name {
  position: relative;
  margin-top: 84px;
}

.ourvalues .value-title {
  -ms-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -ms-transform-origin: right top 0;
  -moz-transform-origin: right top 0;
  -webkit-transform-origin: right top 0;
  transform-origin: right top 0;
  font-family: "Montserrat";
  font-weight: 600;
  right: 117%;
  color: #F5F2F2;
  font-size: 250px;
  letter-spacing: 5px;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: vertical-text;
  position: absolute;
  display: block;
  height: auto;
  direction: rtl;
  z-index: 11;
}

.value-img {
  width: 495.86px;
  height: 607px;
  position: absolute;
  left: 0px;
  top: 590px;
  z-index: 22;
}

.col-value {
  margin-bottom: 32px;
}

.clm-border4 {
  border-bottom: 2px solid #DDDDDD;
}

.values-right .value-icons {
  width: 60px;
  height: 60px;
}

.value-right-title {
  font-family: 'ClashGrotesk-Semibold';
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  text-align: left;
  color: #0D0D0D;
  margin-top: 8px;
}

.value-right-para {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  color: #525252;
  margin-top: 20px;
  padding-bottom: 32px;
}

@media screen and (max-width: 768px) {

  .ourvalues {
    margin-top: 80px;
    margin-bottom: 80px;
    overflow: hidden;
    /* Prevent horizontal scrolling */
  }

  .container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
    overflow: hidden;
  }

  .row {
    margin-left: 0;
    margin-right: 0;
  }

  .col-xl-6,
  .col-lg-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .values-content-para {
    margin-right: 10px;
    font-size: 14px;
    line-height: 22px;
  }

  .ourvalues .values-name {
    margin-top: 40px;
    text-align: center;
  }

  .ourvalues .value-title {
    font-size: 60px;
    /* Reduce text size */
    right: auto;
    left: 0;
    position: relative;
    text-align: center;
    transform: none;
    /* Remove rotation */
    display: block;
    white-space: normal;
  }

  .value-img {
    width: 100%;
    max-width: 300px;
    /* Adjust for smaller screens */
    height: auto;
    position: relative;
    top: auto;
    margin: 0 auto;
  }

  .values-right {
    margin-top: 20px;
  }

  .col-value {
    padding: 10px;
    text-align: center;
  }

  .values-right .value-icons {
    width: 40px;
    height: 40px;
  }


}

/*--------------------------------------------------------------
# Section Facility
--------------------------------------------------------------*/
.facility {
  margin-top: 115px;
  margin-bottom: 115px;
  background-color: #FFFFFF;
}

.facility-main {
  border-radius: 8px;
  background-color: #F2F2F2;
  padding: 20px;
  border: 1px solid #E1E1E1;
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.1);
}

.facility-content {
  min-height: 575px;
  background: url(../img/facility-img.png) top center no-repeat;
  background-size: cover;
  clip-path: polygon(0 0, 100% 0, 100% 84%, 92% 100%, 0% 100%);
  padding: 40px 32px;
}

.facility .logo-img {
  width: 91.66px;
  height: 58.5px;
}

.facility-overview h2 {
  font-family: 'ClashGrotesk-Light';
  font-weight: 300;
  font-size: 46.32px;
  line-height: 61.8px;
  color: #FFFFFF;
  text-align: left;
  margin-bottom: 0px;
}

.facility-overview h2 span {
  font-family: 'ClashGrotesk-Medium';
  font-weight: 500;
  font-size: 46.32px;
  line-height: 61.8px;
  background: linear-gradient(180deg, rgba(254, 171, 47, 1) 0%, rgba(255, 153, 0, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.facility-overview p {
  font-family: 'ClashGrotesk-Regular';
  font-weight: 400;
  font-size: 15.44px;
  line-height: 23.2px;
  text-align: left;
  color: #EAEAEA;
  margin-top: 15.44px;
  margin-bottom: 0px;
  margin-right: 130px;
}

.facility-overview-list {
  margin-top: 224.67px;
}

.overview-list {
  padding: 12px 18.9px;
  border-radius: 7.72px;
  background: linear-gradient(180deg, rgba(49, 106, 251, 1) 0%, rgba(2, 29, 226, 1) 100%);
  box-shadow: 0px 5.79px 4.63px rgba(0, 0, 0, 0.25);
  margin-top: 11.58px;
  align-items: center;
  margin-right: 30px;
}

.overview-list p {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 15.44px;
  line-height: 23.2px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 0px;
}

@media screen and (max-width: 768px) {
  .facility-main {
    width: 95%;
  }

  .facility-overview p {
    margin-right: 10px;
  }

  .facility .logo-img {
    width: 45.66px;
    height: 28.5px;
  }

  .facility-overview-list {
    margin-top: 74.67px;
  }

  .overview-list {
    margin-right: 0px;
  }
}

/*--------------------------------------------------------------
# Section Globally Contact
--------------------------------------------------------------*/
.globally-contact {
  padding-top: 150px;
  margin-bottom: 140px;
}

@media screen and (max-width: 768px) {}

/* .meet-minds {
  margin-top: 120px;
  margin-bottom: 120px;
  background-color: #FFFFFF;
}

.meet-title {
  margin-bottom: 60px;
}

.meet-title-para {
  font-family: 'ClashGrotesk-Regular';
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  color: #2D2D2D;
}

.minds-img {
  width: 100%;
  height: 440px;
}

.minds-two {
  margin-top: 32px;
}

.minds-one,
.minds-two {
  position: relative;
}

.minds-one-content {
  width: 464px;
  height: 376px;
  padding: 28px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(36.1px);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.29);
  border: 1px solid rgba(255, 255, 255, 0.34);
  position: absolute;
  top: 32px;
  left: 42px;
}

.minds-two-content {
  width: 464px;
  height: 376px;
  padding: 28px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(36.1px);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.29);
  border: 1px solid rgba(255, 255, 255, 0.34);
  position: absolute;
  top: 32px;
  right: 42px;
}

.minds-content-title {
  font-family: 'ClashGrotesk-Regular';
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  text-align: left;
  color: #FFFFFF;
}

.minds-content-desig {
  font-family: 'ClashGrotesk-Medium';
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  background: linear-gradient(180deg, rgba(254, 171, 47, 1) 0%, rgba(255, 153, 0, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0px;
  margin-top: 4px;
}

.minds-content-paragra {
  font-family: 'ClashGrotesk-Regular';
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #E6E6E6;
  margin-top: 28px;
  margin-bottom: 0px;
} */

/*--------------------------------------------------------------
# Products Page
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Section Product-Hero
--------------------------------------------------------------*/

.product-hero {
  max-width: 100%;
  min-height: 832px;
  /* position: relative; */
  padding: 0px 0px;
  display: flex;
  align-items: center;
}

.refractory-product {
  background: url(../img/product-refractory.png) center no-repeat;
  background-size: cover;
}

.product-components {
  background: url(../img/product-components.png) center no-repeat;
  background-size: cover;
}

.product-stainless {
  background: url(../img/product-stainless.png) center no-repeat;
  background-size: cover;
}

.product-hero-main {
  position: relative;
  width: 100%;
  height: 832px;
}

.product-hero-content {
  position: absolute;
  bottom: 46px;
  /* Start from the bottom */
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  /* Align text and card side by side */
  justify-content: space-between;
  align-items: flex-end;
}

.product-page-title {
  font-family: 'ClashGrotesk-Light';
  font-weight: 300;
  font-size: 64px;
  line-height: 76px;
  text-align: left;
  color: #FFFFFF;
}

.product-page-title span {
  font-family: 'ClashGrotesk-Medium';
  font-weight: 500;
  font-size: 64px;
  line-height: 76px;
  text-align: left;
  color: #FFFFFF;
  transition-delay: 0.2s;
}

.page-card-product {
  width: 360px;
  height: 142px;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  position: relative;
  padding: 16px;
  transition: all 0.3s ease;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% 65%, 87% 100%, 0% 100%);
  margin-top: 16px;
}

.product-scroll-btn {
  margin-top: 16px;
}

@media screen and (max-width: 768px) {
  .page-card-product {
    width: 355px;
  }

  .product-hero.product-scroll-btn {
    display: none;
  }

  .product-hero-content {
    display: block !important;
  }

  .product-page-title,
  .product-page-title span {
    font-size: 50px;
    line-height: 62px;
  }
}

/*--------------------------------------------------------------
# Section Product-performance
--------------------------------------------------------------*/
.product-performance {
  margin-bottom: 140px;
  background-color: #FFFFFF;
}

.product-performance-bg {
  max-width: 100%;
  background: url(../img/story-bg-1.png) no-repeat;
  background-size: 60% auto;
  background-position: right top;
  margin-bottom: 140px;
}

.product-performance-main {
  margin-top: 140px;
}

.performance-para {
  font-family: 'ClashGrotesk-Regular';
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  color: #2D2D2D;
  margin-bottom: 0px;
  margin-right: 221px;
}

.product-performance-cards {
  margin-top: 140px;
}

.performance-card-cont {
  width: 369px;
  height: 277px;
  border-radius: 4px;
  padding: 48px 70px;
  background: linear-gradient(180deg, rgba(0, 53, 186, 1) 0%, rgba(0, 8, 68, 1) 100%);
  clip-path: polygon(0 0, 100% 0, 100% 75%, 82% 100%, 0% 100%);
}

.performance-card-cont .performance-card-sp {
  padding: 10px 12px;
  border-radius: 4px;
  background-color: #FFFFFF;
  font-family: 'ClashGrotesk-Medium';
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  text-align: left;
  color: #0F0F0F;
}

.performance-card-cont h3 {
  font-family: 'ClashGrotesk-Light';
  font-weight: 300;
  font-size: 48px;
  line-height: 48px;
  text-align: left;
  background: linear-gradient(180deg, rgba(254, 171, 47, 1) 0%, rgba(255, 153, 0, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0px;
  padding-top: 18px;
}

.performance-card-cont p {
  font-family: 'ClashGrotesk-Light';
  font-weight: 300;
  font-size: 16px;
  line-height: 25px;
  text-align: left;
  color: #DBDBDB;
  margin-top: 12px;
  margin-bottom: 0px;
}

@media screen and (max-width: 768px) {
  .product-performance-main {
    display: block !important;
  }

  .product-performance-content .contect-title {
    margin-top: 20px;
  }

  .performance-para {
    margin-right: 0px;
  }

  .product-performance-cards {
    display: block !important;
  }

  .performance-card-cont {
    width: 100%;
  }
}

/*--------------------------------------------------------------
# Section Product-Solutions
--------------------------------------------------------------*/
.product-solutions {
  padding-top: 140px;
  padding-bottom: 140px;
  background-color: #F5F5F5;
}

.product-solution-top {
  padding-bottom: 32px;
  border-bottom: 1px solid #C6C6C6;
  margin-bottom: 64px;
}

.product-solutions-para {
  font-family: 'ClashGrotesk-Regular';
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  color: #2D2D2D;
  margin-bottom: 0px;
  margin-right: 25px;
}

.product-solution-right {
  width: 100%;
  height: 400px;
  border: 1px solid #FFFFFF;
  margin-bottom: 32px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.11);
  box-sizing: border-box;
}

.product-solution-col-r {
  width: 100%;
  height: 400px;
  padding: 24px;
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(0, 53, 186, 1) 0%, rgba(0, 8, 68, 1) 100%);
  clip-path: polygon(0 0, 100% 0, 100% 75%, 90% 100%, 0% 100%);
  margin-bottom: 32px;
  border: 1px solid #D7D7D7;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.11);
  box-sizing: border-box;
}

.product-solution-col-l {
  width: 100%;
  height: 400px;
  padding: 24px;
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(0, 53, 186, 1) 0%, rgba(0, 8, 68, 1) 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%, 0% 75%);
  margin-bottom: 32px;
}

.kin-products-img {
  width: 100%;
  height: 100%;
}

.product-solution-col-r .col-lg-6,
.product-solution-col-l .col-lg-6 {
  display: flex;
  align-items: center;
}

.product-solution-col-details {
  width: 369px;
  margin-left: 36px;
}

.product-solution-col-details-l {
  width: 369px;
  margin-left: 100px;
}

.products-solution-nm {
  font-family: 'ClashGrotesk-Bold';
  font-weight: 700;
  font-size: 173px;
  line-height: 141px;
  letter-spacing: -6.92px;
  text-align: left;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 153, 0, 1);
  margin-bottom: 12px;
}

.products-solution-content {
  font-family: 'ClashGrotesk-Regular';
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  text-align: left;
  color: #FFFFFF;
  margin-bottom: 24px;
}

.products-solution-contpara {
  font-family: 'ClashGrotesk-Light';
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  color: #CDCDCD;
  margin-bottom: 0px;
  /* text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.35); */
}

.products-solutions-main {
  padding-top: 80px;
  padding-left: 24px;
  padding-right: 25px;
  padding-bottom: 80px;
  border-radius: 4px;
  background-color: #FFFFFF;
}

.product-solution-main-col {
  width: 100%;
  border: 1px solid #FFFFFF;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.11);
  box-sizing: border-box;
}

.product-solution-col {
  width: 100%;
  padding: 80px 51px 120px 48px;
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(0, 53, 186, 1) 0%, rgba(0, 8, 68, 1) 100%);
  clip-path: polygon(0 0, 100% 0, 100% 90%, 90% 100%, 0% 100%);
  border: 1px solid #D7D7D7;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.11);
  box-sizing: border-box;
}

.product-solution-col-title {
  border-bottom: 1px solid #687597;
  padding-bottom: 16px;
  margin-bottom: 64px;
}

.products-solution-col-nm {
  font-family: 'ClashGrotesk-Bold';
  font-weight: 700;
  font-size: 173px;
  line-height: 141px;
  letter-spacing: -6.92px;
  text-align: left;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 153, 0, 1);
  margin-bottom: 23px;
}

.products-solution-col-content {
  font-family: 'ClashGrotesk-Regular';
  font-weight: 400;
  font-size: 48px;
  line-height: 65px;
  text-align: left;
  color: #D9D9D9;
  margin-bottom: 0px;
}

.products-solution-col-contpara {
  font-family: 'ClashGrotesk-Light';
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  color: #D6D6D6;
  margin-bottom: 0px;
  margin-left: 45px;
}

.products-rows-cols {
  width: 350px;
  height: 355px;
  border-radius: 8px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.products-md-cols {
  border: 2px solid;
  border-image: linear-gradient(180deg, rgba(254, 171, 47, 1) 0%, rgba(255, 153, 0, 1) 100%) 1;
  border-radius: 8px;
  padding: 16px;
}

.steel-products-img {
  width: 289px;
  height: 235px;
}

.products-md-cols-titles {
  font-family: 'ClashGrotesk-Medium';
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  text-align: left;
  color: #FFFFFF;
  margin-top: 12px;
  margin-bottom: 4px;
}

.products-md-cols-paras {
  font-family: 'ClashGrotesk-Light';
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  color: #CDCDCD;
  margin-bottom: 0px;
}

@media screen and (max-width: 768px) {
  .product-solution-right {
    width: 100%;
    overflow: hidden;
  }

  .product-solution-col-r,
  .product-solution-col-l {
    padding: 15px;
  }

  .product-solution-col-title {
    display: block !important;
  }

  .product-solution-col {
    width: 100%;
    padding: 80px 51px 120px 48px;
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(0, 53, 186, 1) 0%, rgba(0, 8, 68, 1) 100%);
    clip-path: none;
    border: 1px solid #D7D7D7;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.11);
    box-sizing: border-box;
  }

  .products-solution-col-content {
    font-size: 40px;
  }

  .products-solution-col-nm {
    font-size: 150px;
  }
}


@media (max-width: 1199px) {

  .product-solution-col-details,
  .product-solution-col-details-l {
    width: 100%;
    margin-left: 20px;
  }

  .products-solution-nm {
    font-size: 140px;
    line-height: 120px;
  }
}

@media (max-width: 991px) {
  .product-solutions {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .product-solution-right {
    height: auto;
  }

  .product-solution-col-r,
  .product-solution-col-l {
    flex-direction: column;
    height: auto;
    clip-path: none;
  }

  .product-solution-col-r .col-lg-6,
  .product-solution-col-l .col-lg-6 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }

  .product-solution-col-details,
  .product-solution-col-details-l {
    width: 100%;
    margin: 20px 0 0 0;
    padding: 0 15px;
  }

  .products-solution-nm {
    font-size: 120px;
    line-height: 100px;
  }
}

@media (max-width: 767px) {
  .product-solutions {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .products-solution-nm {
    font-size: 100px;
    line-height: 80px;
  }

  .products-solution-content {
    font-size: 18px;
    line-height: 28px;
  }
}

@media (max-width: 575px) {
  .products-solution-nm {
    font-size: 80px;
    line-height: 70px;
  }

  .product-solution-top {
    margin-bottom: 30px;
  }
}

/*--------------------------------------------------------------
# Section Product-Engineering
--------------------------------------------------------------*/
.product-engineering {
  margin-top: 140px;
  margin-bottom: 140px;
}

.product-engineering-main-title {
  height: 100%;
  margin: 0;
  display: grid;
  place-items: center;
  margin-bottom: 170px;
}

.product-engineering-col {
  width: 100%;
  max-width: 1138px;
  margin: 0 auto;
}

.product-engineering-title {
  font-family: 'ClashGrotesk-Light';
  font-weight: 300;
  font-size: 48px;
  line-height: 64px;
  text-align: center;
  color: #0F0F0F;
}

.product-engineering-icon-1 {
  width: 65.8px;
  height: 59.47px;
}

.product-engineering-icon-2 {
  width: 62.79px;
  height: 56.55px;
}

.product-engineering-icon-3 {
  width: 64.8px;
  height: 54.4px;
}

.product-engineering-icon-4 {
  width: 62px;
  height: 51.51px;
}

.product-components-icon-1 {
  width: 74px;
  height: 74px;
}

.product-components-icon-2 {
  width: 54px;
  height: 54px;
}

.product-components-icon-3 {
  width: 72px;
  height: 72px;
}

.product-components-icon-4 {
  width: 64px;
  height: 64px;
}

.product-stainless-icon-1 {
  width: 57px;
  height: 55.42px;
}

.product-stainless-icon-2 {
  width: 64px;
  height: 64px;
}

.product-stainless-icon-3 {
  width: 64px;
  height: 64px;
}

.product-stainless-icon-4 {
  width: 58px;
  height: 58px;
}

@media (max-width: 767px) {
  .product-engineering-col {
    width: 100%;
  }
}

/*--------------------------------------------------------------
# Section Call To Action
--------------------------------------------------------------*/
.call-to-action-details {
  width: 100%;
  height: 488px;
  border-radius: 8px;
  background-color: #F6F6F6;
  box-shadow:
    inset 0px 0px 0px 1px #D2D2D2,
    /* Inside border stroke */
    0px 4px 4px rgba(0, 0, 0, 0.1);
}

.contact-action-details {
  margin-top: 32.5px;
  margin-bottom: 31.5px;
  margin-left: 40px;
}

/* .contact-action-image {
  margin-top: 20px;
  margin-bottom: 26px;
  margin-right: 20px;
} */

.call-action-callus,
.call-action-mailus {
  border-bottom: 1px solid #D9D8D8;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.call-to-action-title {
  font-family: 'ClashGrotesk-Regular';
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  text-align: left;
  color: #0F0F0F;
  margin-bottom: 0px;
}

.call-to-action-content {
  font-family: 'ClashGrotesk-Regular';
  font-weight: 400;
  font-size: 28px;
  line-height: 36px;
  text-align: left;
  color: #FF9901;
  margin-top: 2px;
  margin-bottom: 0px;
  margin-right: 150px;
}

.contact-action-image {
  position: relative;
}

.call-action-img {
  width: 596px;
  height: 536px;
  position: absolute;
  bottom: 26px;
  right: 62px;
}

@media screen and (max-width: 768px) {
  .call-to-action-details {
    height: auto;
    flex-direction: column;
  }

  .call-to-action-content {
    margin-right: 15px;
    font-size: 18px;
    line-height: 26px;
  }

  .call-action-img {
    width: 300px;
    height: 250px;
    bottom: 18px;
    right: 35px;
    position: relative;
    margin-left: 35px;
  }

  .product-engineering .call-to-action {
    margin-top: 80px;
  }

  .product-engineering {
    overflow-x: hidden;
  }
}

/*--------------------------------------------------------------
# Our-Policy Page
--------------------------------------------------------------*/
.our-policy-main section {
  background-color: #FFFFFF;
}

.policy-content-title {
  margin-top: 190px;
}

.policy-title-paragraph {
  font-family: 'ClashGrotesk-Regular';
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  color: #2D2D2D;
  margin-bottom: 0px;
  margin-top: 59px;
}

.policy-content-img {
  margin-top: 42px;
  margin-bottom: 100px;
}

.our-policy-img-one {
  width: 100%;
  height: 655px;
}

@media screen and (max-width: 768px) {
  .policy-content-title {
    display: block !important;
  }

  .our-policy-img-one {
    height: 230px;
  }

}

/*--------------------------------------------------------------
# Section Policy Safety
--------------------------------------------------------------*/
.policy-safety {
  background-color: #F5F5F5;
}

.policy-safety-bg {
  max-width: 100%;
  background: url(../img/story-bg-1.png) no-repeat;
  background-size: 55% auto;
  background-position: left top;
}

.our-policy-img-two {
  width: 465.22px;
  height: 607px;
}

.policy-safety-content {
  margin-top: 109px;
}

.policy-safety-title {
  font-family: 'ClashGrotesk-Light';
  font-weight: 300;
  font-size: 64px;
  line-height: 83px;
  text-align: left;
  color: #0F0F0F;
}

.policy-safety-title span {
  font-family: 'ClashGrotesk-Medium';
  font-weight: 500;
  font-size: 64px;
  line-height: 83px;
  text-align: left;
  background: linear-gradient(180deg, rgba(254, 171, 47, 1) 0%, rgba(255, 153, 0, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.policy-carousel-bottom {
  margin-bottom: 96px;
}

@media screen and (max-width: 768px) {

  .policy-safety-title,
  .policy-safety-title span {
    font-size: 48px;
    line-height: 68px;
  }

  .policy-safety-content,
  .policy-trust-col {
    display: block !important;
  }
}

/*--------------------------------------------------------------
# Section Policy Solutions
--------------------------------------------------------------*/
.policy-solutions {
  margin-top: 120px;
  margin-bottom: 120px;
}

.policy-solution-col {
  padding-bottom: 36px;
  margin-bottom: 36px;
}

.policy-clm {
  border-bottom: 2px solid #DDDDDD;
}

.policy-solution-nm {
  font-family: 'ClashGrotesk-Bold';
  font-weight: 700;
  font-size: 173px;
  line-height: 174px;
  letter-spacing: -6.92px;
  text-align: left;
  color: #FFFFFF;
  -webkit-text-stroke: 1px #DEDEDE;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}

.policy-solution-content {
  font-family: 'ClashGrotesk-Regular';
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  text-align: left;
  color: #0F0F0F;
  margin-bottom: 0px;
  margin-top: 12px;
}

.policy-icon {
  width: 52px;
  height: 52px;
}

.policy-solution-contpara {
  font-family: 'ClashGrotesk-Regular';
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  color: #4A4A4A;
  margin-bottom: 0px;
  margin-left: 17px;
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .policy-solution-col {
    display: block !important;
  }
}

/*--------------------------------------------------------------
# Section Policy Trust
--------------------------------------------------------------*/
.policy-trust {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #F5F5F5;
}

.policy-trust-title {
  font-family: 'ClashGrotesk-Light';
  font-weight: 300;
  font-size: 48px;
  line-height: 64px;
  text-align: left;
  color: #0F0F0F;
}

.policy-trust-title span {
  font-family: 'ClashGrotesk-Medium';
  font-weight: 500;
  background: linear-gradient(180deg, rgba(254, 171, 47, 1) 0%, rgba(255, 153, 0, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.policy-trust-para {
  font-family: 'ClashGrotesk-Regular';
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  color: #2D2D2D;
  margin-bottom: 0px;
  margin-right: 35px;
}

/*--------------------------------------------------------------
# Blog Page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Section Blog-Main
--------------------------------------------------------------*/
.blog-main {
  margin-bottom: 140px;
  background-color: #FFFFFF;
}

.blog-content-main {
  margin-top: 190px;
}

.blog-news {
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 53, 186, 1) 0%, rgba(0, 8, 68, 1) 100%);
  padding: 20px;
}

.blog-news p {
  font-family: 'ClashGrotesk-Regular';
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 0px;
}

.blog-news p span {
  background: linear-gradient(180deg, rgba(254, 171, 47, 1) 0%, rgba(255, 153, 0, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.blog-news-content {
  margin-top: 48px;
}

.blog-content-one {
  margin-top: 20px;
}

.blog-content-one-img {
  width: 658px;
  height: 400px;
}

.blog-content-two-img {
  width: 179px;
  height: 167px;
}

.blog-content-three-img {
  width: 369px;
  height: 248px;
}

.blog-icons {
  width: 13px;
  height: 13px;
  margin-right: 4px;
  margin-top: 2.2px;
}

.blog-main-title-one {
  font-family: 'ClashGrotesk-Medium';
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  text-align: left;
  color: #0F0F0F;
}

.blog-main-title-two {
  font-family: 'ClashGrotesk-Medium';
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  color: #0F0F0F;
}

.blog-main-para-one {
  font-family: 'ClashGrotesk-Regular';
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  color: #2D2D2D;
  margin-top: 12px;
  margin-bottom: 0px;
  margin-right: 182px;
}

.blog-main-para-two {
  font-family: 'ClashGrotesk-Regular';
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  text-align: left;
  color: #2D2D2D;
  margin-bottom: 0px;
  margin-right: 28px;
}

.blog-main-date {
  font-family: 'ClashGrotesk-Regular';
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  text-align: left;
  color: #8E8E8E;
  margin-bottom: 0px;
}

.read-link {
  font-family: 'ClashGrotesk-Medium';
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-align: right;
  color: #021DE2;
  text-decoration: none;
  position: relative;
  display: inline-block;
}

.read-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  /* Adjust spacing below text */
  width: 100%;
  height: 1px;
  /* Thickness of the underline */
  background-color: #021DE2;
  /* Match the text color */
}

.blog-date-dn {
  margin-top: 16px;
}

.blog-main-content {
  margin-bottom: 16px;
}

.blog-content-two {
  margin-left: 16px;
}

.blog-content-link-date {
  margin-top: 20px;
}

.blogs-overlay {
  max-width: 100%;
  min-height: 472px;
  position: relative;
  background: url(../img/blog-overlay-bg.png) top center no-repeat;
  background-size: cover;
  margin-top: 100px;
}

.blog-logo {
  width: 80px;
  height: 51.6px;
  margin-top: 60px;
  margin-right: 40px;
}

.blogs-overlay-title {
  font-family: 'ClashGrotesk-Light';
  font-weight: 300;
  font-size: 64px;
  line-height: 76px;
  color: #FFFFFF;
  text-align: left;
  margin-left: 40px;
  margin-top: 68px;
}

.blogs-overlay-title span {
  font-family: 'ClashGrotesk-Medium';
  font-weight: 500;
  background: linear-gradient(180deg, rgba(254, 171, 47, 1) 0%, rgba(255, 153, 0, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.blog-news-content-dn {
  margin-top: 96px;
}

.blog-news-cards-dn {
  width: 369px;
}

.blog-main-title-three {
  font-family: 'ClashGrotesk-Medium';
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  color: #0F0F0F;
  margin-top: 12px;
}

.blog-main-para-three {
  font-family: 'ClashGrotesk-Regular';
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  color: #2D2D2D;
  margin-top: 8px;
  margin-bottom: 0px;
  margin-right: 1px;
}

.blog-news-link-date {
  margin-top: 24px;
}

@media screen and (max-width: 768px) {

  .blog-news-content,
  .blog-news-content-dn {
    display: block !important;
  }

  .blog-news-cards-dn {
    width: 338px;
    margin-bottom: 35px;
  }

  .blogs-overlay-title {
    font-size: 44px;
    line-height: 56px;
  }

  .blog-main-content {
    margin-top: 60px;
    display: block !important;
  }

  .blog-content-two-img {
    width: 100%;
    height: 100%;
  }
}

/*--------------------------------------------------------------
# Blog Details Page
--------------------------------------------------------------*/
.blog-page-main {
  background-color: #FFFFFF;
  margin-bottom: 32px;
}

.blog-page-img {
  width: 100%;
  height: 580px;
}

.blog-page-hero {
  position: relative;
}

.blog-page-col {
  position: absolute;
  padding: 10px;
  left: 34px;
  bottom: 34px;
  border-radius: 4px;
  background: linear-gradient(180deg, rgba(49, 106, 251, 1) 0%, rgba(2, 29, 226, 1) 100%);
}

.blog-page-date {
  font-family: 'ClashGrotesk-Regular';
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  text-align: right;
  color: #FFFFFF;
  margin-bottom: 0px;
}

.blog-page-icons {
  width: 13px;
  height: 13px;
  margin-right: 4px;
  margin-top: 2.2px;
}

.blog-page-content {
  margin-bottom: 140px;
}

.blog-title {
  font-family: 'ClashGrotesk-Light';
  font-weight: 300;
  font-size: 48px;
  line-height: 64px;
  color: #0F0F0F;
  text-align: left;
  margin-bottom: 0px;
}

.blog-page-content-title {
  padding-bottom: 33px;
  border-bottom: 1px solid #DDDDDD;
}

.blog-title span {
  font-family: 'ClashGrotesk-Medium';
  font-weight: 500;
  font-size: 48px;
  line-height: 64px;
  background: linear-gradient(180deg, rgba(254, 171, 47, 1) 0%, rgba(255, 153, 0, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.blog-paragraph {
  font-family: 'ClashGrotesk-Light';
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  color: #2D2D2D;
  margin-bottom: 0px;
  margin-left: 42px;
}

.blog-page-content-details {
  margin-top: 48px;
}

.blog-page-details-hd {
  font-family: 'ClashGrotesk-Semibold';
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  color: #2D2D2D;
}

.blog-page-paragraph {
  font-family: 'ClashGrotesk-Regular';
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  color: #2D2D2D;
  margin-bottom: 0px;
  margin-right: 60px;
}

@media screen and (max-width: 768px) {
  .blog-page-content-title {
    display: block !important;
    width: 90%;
  }

  .blog-paragraph {
    margin-left: 0px;
  }
}

/*--------------------------------------------------------------
# Contacts Page
--------------------------------------------------------------*/
.contact-page-main {
  background-color: #FFFFFF;
}

.contact-content-main {
  margin-top: 190px;
}

.contact-page-hero {
  position: relative;
}

.contact-page-col {
  position: absolute;
  top: 111px;
  left: 32px;
}

.contact-page-img {
  width: 100%;
  height: 320px;
}

.contact-logo {
  width: 14.07px;
  height: 18.63px;
}

.contact-hero-title {
  font-family: 'ClashGrotesk-Light';
  font-weight: 300;
  font-size: 64px;
  line-height: 80px;
  text-align: left;
  color: #FFFFFF;
}

.contact-page-content {
  margin-top: 80px;
}

.contact-section-title {
  font-family: 'ClashGrotesk-Regular';
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  color: #000000;
  margin-bottom: 12px;
  text-decoration: underline;
  text-decoration-color: #a4a1a1;
}

.contact-section-para {
  font-family: 'ClashGrotesk-Regular';
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  color: #535353;
  margin-top: 12px;
  margin-bottom: 0px;
}

.page-contacts-mail-details {
  margin-top: 48px;
}

.contacts-mail-social {
  margin-top: 28px;
}

.contact-page-call-title {
  font-family: 'ClashGrotesk-Medium';
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  color: #0F0F0F;
  margin-bottom: 4px;
}

.contact-page-call-para {
  font-family: 'ClashGrotesk-Regular';
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  color: #535353;
  text-transform: uppercase;
  margin-right: 35px;
  margin-bottom: 0px;
}

.contact-page-mail a {
  font-family: 'ClashGrotesk-Regular';
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  color: #080808;
}

.contact-logo-social-links {
  padding-top: 4px;
}

.contact-logo-social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(49, 106, 251, 1) 0%, rgba(2, 29, 226, 1) 100%);
  border: 1px solid color-mix(in srgb, var(--accent-color), transparent 85%);
  font-size: 10px;
  color: #FFFFFF;
  margin-right: 8px;
  transition: 0.3s;
}

.contact-logo-social-links a:hover {
  color: #021DE2;
  background: linear-gradient(180deg, rgba(254, 171, 47, 1) 0%, rgba(255, 153, 0, 1) 100%);
}

.page-contacts-form {
  padding: 40px;
  border-radius: 8px;
  background-color: #F1F2F4;
  border: 1px solid #D8D8D8;
}

.form-control {
  border: 0.5px solid #FFFFFF;
  border-radius: 8px;
  background-color: #FFFFFF;
}

.form-control:focus {
  border: 0.5px solid;
  border-color: #FF9900;
  box-shadow: none;
}

.contact-lable {
  font-family: 'ClashGrotesk-Regular';
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  color: #0F0F0F;
  margin-bottom: 8px;
}

.contact-text {
  padding: 14px;
  font-family: 'ClashGrotesk-Light';
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
}

.form-control input {
  color: #363636;
}

.form-control input::placeholder {
  color: #888888;
}

.btn-get-started-submit {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 41px;
  padding-right: 54px;
  font-family: 'ClashGrotesk-Regular';
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  text-align: left;
  position: relative;
  display: inline-block;
  margin-top: 48px;
  text-decoration: none;
  background: linear-gradient(180deg, rgba(49, 106, 251, 1) 0%, rgba(2, 29, 226, 1) 100%);
  border: none;
  border-radius: 2px;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% 46%, 81% 100%, 0% 100%);
}

.btn-get-started-submit:hover {
  color: #021DE2;
  background: linear-gradient(180deg, rgba(254, 171, 47, 1) 0%, rgba(255, 153, 0, 1) 100%);
  text-decoration: none;
}

.mar-down {
  margin-bottom: 24px;
}

.contact-page-map {
  margin-top: 120px;
  margin-bottom: 80px;
}

.map-container {
  position: relative;
  width: 100%;
  height: 543px;
  /* Full viewport height */
  overflow: hidden;
}

.static-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../img/contact-map.png') center/cover no-repeat;
  transition: opacity 1s ease-in-out;
}

.google-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  /* Hidden initially */
  transition: opacity 1s ease-in-out;
}

.page-contacts-form .error-message {
  font-family: 'ClashGrotesk-Light';
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  color: #ff9900;
  display: block;
}

@media screen and (max-width: 768px) {
  .contact-page-contacts-details {
    display: block !important;
  }

  .page-contacts-form {
    margin-top: 70px;
  }
}