@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");

/* Bizmo fonts import */
@font-face {
  font-family: Bizmo-Black;
  src: url("https://hrsaluglaze.florapreview.com/wp-content/themes/HRSAluglaze/fonts/Bizmo-Black.woff")
    format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: Bizmo-BlackOblique;
  src: url("https://hrsaluglaze.florapreview.com/wp-content/themes/HRSAluglaze/fonts/Bizmo-BlackOblique.woff")
    format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: Bizmo-Bold;
  src: url("https://hrsaluglaze.florapreview.com/wp-content/themes/HRSAluglaze/fonts/Bizmo-Bold.woff")
    format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: Bizmo-BoldOblique;
  src: url("https://hrsaluglaze.florapreview.com/wp-content/themes/HRSAluglaze/fonts/Bizmo-BoldOblique.woff")
    format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: Bizmo-ExtraBold;
  src: url("https://hrsaluglaze.florapreview.com/wp-content/themes/HRSAluglaze/fonts/Bizmo-ExtraBold.woff")
    format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: Bizmo-ExtraBoldOblique;
  src: url("https://hrsaluglaze.florapreview.com/wp-content/themes/HRSAluglaze/fonts/Bizmo-ExtraBoldOblique.woff")
    format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: Bizmo-ExtraLight;
  src: url("https://hrsaluglaze.florapreview.com/wp-content/themes/HRSAluglaze/fonts/Bizmo-ExtraLight.woff")
    format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: Bizmo-ExtraLightOblique;
  src: url("https://hrsaluglaze.florapreview.com/wp-content/themes/HRSAluglaze/fonts/Bizmo-ExtraLightOblique.woff")
    format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: Bizmo-Light;
  src: url("https://hrsaluglaze.florapreview.com/wp-content/themes/HRSAluglaze/fonts/Bizmo-Light.woff")
    format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: Bizmo-LightOblique;
  src: url("https://hrsaluglaze.florapreview.com/wp-content/themes/HRSAluglaze/fonts/Bizmo-LightOblique.woff")
    format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: Bizmo-Medium;
  src: url("https://hrsaluglaze.florapreview.com/wp-content/themes/HRSAluglaze/fonts/Bizmo-Medium.woff")
    format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: Bizmo-MediumOblique;
  src: url("https://hrsaluglaze.florapreview.com/wp-content/themes/HRSAluglaze/fonts/Bizmo-MediumOblique.woff")
    format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: Bizmo-Oblique;
  src: url("https://hrsaluglaze.florapreview.com/wp-content/themes/HRSAluglaze/fonts/Bizmo-Oblique.woff")
    format("truetype");
  font-weight: normal;
  font-style: normal;
}


:root {
  --primary-orange: #ef4405;
  --secondary-orange: #f05c05;
  --light-orange: #f3801f;
  --navy-blue: #13203b;
  --blue: #113382;
  --light-blue: #0847a9;
  --bg-black: #000000;
  --bg-gray: #0f0f0f;
  --main-white: #f7f3e1;
  --footer-white: #123382;
  --footer-white: #123382;
  --footer-input-white: #164593;
  --body-fonts: "Plus Jakarta Sans", sans-serif;
  --line-thickness: 2px;
  --spacing-between-lines: 20px; /* Adjust spacing between the two lines */
  --button-size: 80px;
  --button-color: #f7f3e1;
  --button-bg: #000000;
  --Bizmo-Black: "Bizmo-Black", sans-serif;
  --Bizmo-BlackOblique: "Bizmo-BlackOblique", sans-serif;
  --Bizmo-Bold: "Bizmo-Bold", sans-serif;
  --Bizmo-BoldOblique: "Bizmo-BoldOblique", sans-serif;
  --Bizmo-ExtraBold: "Bizmo-ExtraBold", sans-serif;
  --Bizmo-ExtraBoldOblique: "Bizmo-ExtraBoldOblique", sans-serif;
  --Bizmo-ExtraLight: "Bizmo-ExtraLight", sans-serif;
  --Bizmo-ExtraLightOblique: "Bizmo-ExtraLightOblique", sans-serif;
  --Bizmo-Light: "Bizmo-Light", sans-serif;
  --Bizmo-LightOblique: "Bizmo-LightOblique", sans-serif;
  --Bizmo-Medium: "Bizmo-Medium", sans-serif;
  --Bizmo-MediumOblique: "Bizmo-MediumOblique", sans-serif;
  --Bizmo-Oblique: "Bizmo-Oblique", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body {
  background-color: var(--bg-black);
  font-family: var(--body-fonts), sans-serif;
  color: var(--main-white);
  overflow-x: hidden;
  overflow-y: scroll; /* Still allows scroll */
}

/* For Chrome, Edge, Safari */
body::-webkit-scrollbar {
  display: none;
}
p {
  font-size: 18px;
}
a {
  text-decoration: none;
}


/* common style start  */
.text-noeffect {
  font-size: inherit !important;
  margin: 0 !important;
  padding: 0 !important;
  color: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  text-align: inherit !important;
  text-transform: inherit !important;
  width: inherit !important;
  float: inherit !important;
  border: 0 !important;
}
.default-section {
  padding: 60px 0;
}
.default-section-1 {
  padding: 60px 0 20px 0;
}

.page-heading {
  font-family: "Bizmo-Bold", sans-serif;
  color: var(--main-white);
  font-size: 60px;
  line-height: 1;
}
.page-heading-orange {
  font-family: "Bizmo-Black", sans-serif;
  color: var(--primary-orange);
  font-size: 60px;
}
.white-small-text {
  font-size: 34px;
  font-weight: var(--Bizmo-Medium);
}
.page-heading .orange-text {
  color: var(--primary-orange);
  font-family: "Bizmo-Black", sans-serif;
  text-transform: uppercase;
}

.section-heading {
  font-family: var(--Bizmo-Bold);
  color: var(--main-white);
  font-size: 48px;
  line-height: 1.1;
}
.orange-section{
  background-color: var(--primary-orange);
}
.section-heading .orange-text {
  color: var(--primary-orange);
  font-family: var(--Bizmo-Black);
  text-transform: uppercase;
}
.section-heading .blue-text{
  font-family: var(--Bizmo-Black);
  color: var(--blue);
  text-transform: uppercase;
}
.section-heading .black-text{
  font-family: var(--Bizmo-Black);
  color: var(--bg-black);
  text-transform: uppercase;
}
.content-para {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
.white-text {
  font-size: 32px;
}
.blug-bg{
  background-color: var(--footer-white);
}
.section-sub-heading{
  font-size: 36px;
  font-family: var(--Bizmo-Bold);
  text-transform: uppercase;
}
.section-sub-heading .orange-text {
  color: var(--primary-orange);
}
.blue-text-h3{
  color: var(--light-blue);
}
/* common style end */



/* header style start */

img{
  width: 100%;
}
.banner-image-part svg{
  max-width: 100%;
}

.navbar-head #menu-header-menu {
  list-style-type: none;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 30px;
}

.navbar-head #menu-header-menu li{
  list-style-type: none;
}
.navbar-head #menu-header-menu li ul.sub-menu{
  display: none;
}
.navbar-head #menu-header-menu li a {
  text-decoration: none;
  color: var(--main-white);
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1.4px;
}
.navbar-head #menu-header-menu li a:hover{
  text-decoration: none;
  color: var(--primary-orange);
  font-size: 16px;
  text-transform: uppercase;
}


.navbar-head #menu-header-menu li a:hover ul.sub-menu{
  display: block;
}
.navbar-head #menu-header-menu li#menu-item-362 a:hover ul.sub-menu{
  display: block;
}

/* Hide sub-menu by default */
.navbar-head #menu-header-menu #menu-item-362 ul.sub-menu {
  display: none;
  position: absolute;
  background: var(--light-blue);
  padding: 10px 0;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  z-index: 999;
}

.menu-item-has-children a::after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 24.7889L10 37L29 20.5017L10 4V16.2181L15.1636 20.5017L10 24.7889Z' fill='%23EF4405'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 5px;
  vertical-align: middle;
  transform: rotateZ(90deg);
}
.menu-item-has-children ul.sub-menu a::after {
  display: none;
}

/* Show sub-menu on hover */
.navbar-head #menu-header-menu #menu-item-362:hover .sub-menu {
  display: block;
}

/* Optional: style sub-menu items */
.sub-menu li {
  padding: 5px 20px;
  white-space: nowrap;
}

.sub-menu li a {
  color: var(--main-white);
  text-decoration: none;
}

/* Ensure the parent menu item has position: relative */
.menu-item-has-children {
  position: relative;
}



/* Navigation Bar */
.navbar {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  padding: 20px 60px;
  color: white;
}
.navbar .left {
  display: flex;
  align-items: center;
  gap: 20px;
}



.navbar .left a,
.navbar .left button {
  color: white;
  text-decoration: none;
  background: none;
  border: 1px solid white;
  padding: 5px 10px;
  cursor: pointer;
}
.hamburger {
  display: none;
  cursor: pointer;
  font-size: 28px;
}

.navbar .left .brand-logo a{
    border: none;
    padding: 0;
}

.links-desk {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
}

/* Floating Menu */
.floating-menu {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-color: var(--primary-orange);
  color: var(--main-white);
  padding: 20px;
  z-index: 1000;
}
.floating-menu a,
.floating-menu p {
  color: white;
  text-decoration: none;
  display: block;
  margin: 10px 0;
}
.floating-menu .close-btn {
  text-align: right;
  font-size: 36px;
  cursor: pointer;
}
.menu-contact p{
    font-size: 18px;
    margin: 15px 0;
    line-height: 0.8;
}
/* Social Icons */
/* .social-icons-menu {
  display: flex;
  gap: 10px;
} */
.social-icons-menu ul{
    display: flex;
    padding-left: 0;
    gap: 20px;
}
.social-icons-menu ul li{
    list-style-type: none;
}
.social-icons-menu a {
  color: white;
  font-size: 20px;
}
.links-desk a.link-nav {
  color: var(--main-white);
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
}
.links-desk a.link-nav:hover {
  color: var(--primary-orange);
}
/* Responsive */
@media (max-width: 768px) {
  .navbar .links-desk {
    display: none;
  }
  .hamburger {
    display: inline-block;
  }
}

/* header style end */





/* header style start  */
header {
  padding: 25px 0;
}
header .navigation-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand-logo img {
  width: 30%;
}
/* header style end */




.banner-para {
  font-size: 18px;
}

.contact-form-section {
  background-color: var(--footer-white);
}
.footer-part {
  background-color: var(--footer-white);
}

.footer-section {
  background-color: var(--footer-white);
  background-image: url(https://hrsaluglaze.florapreview.com/wp-content/uploads/2025/07/Subtract-footer.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 500px auto;
}
.contact-left h1 {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.contact-left h1 .touch-text {
  color: var(--primary-orange); /* Orange color for 'TOUCH' */
}
.contact-left p {
  font-size: 1.1rem;
  line-height: 1.6;
  max-width: 500px;
}
.form-control::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.form-control:focus {
  background-color: #2c387e;
  color: var(--main-white);
  box-shadow: none; /* Orange focus glow */
}

.footer-logo {
  max-width: 150px;
  margin-bottom: 20px;
}
.footer-logo-text {
  font-size: 2rem;
  font-weight: 700;
  color: var(--main-white)fff;
  margin-bottom: 10px;
}

.footer-links ul {
  list-style: none;
  padding: 0;
}
.footer-links ul li {
  margin-bottom: 10px;
}
.footer-links ul li a {
  color: var(--main-white)fff;
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer-links ul li a:hover {
  color: var(--primary-orange);
}
.contact-info p {
  margin-bottom: 10px;
}
.contact-info .social-icons a {
  color: var(--main-white)fff;
  font-size: 1.5rem;
  margin-right: 15px;
  transition: color 0.3s ease;
}
.contact-info .social-icons a:hover {
  color: var(--primary-orange);
}

ul.footer-nav-menu{
  list-style: none;
  padding: 0;
}


ul.footer-nav-menu li a{
  color: var(--main-white);
  font-size: 18px;
}
ul.footer-nav-menu  li a:hover{
  color: var(--primary-orange);
}

/* Banner style start  */
.banner-image-part img {
  width: 100%;
}

/* Banner style end */

/* button style start */
.btn-custom {
  padding: 10px 25px;
  text-align: center;
  outline: none;
  border: none;
  /* border: 3px solid var(--light-blue); */
  border-radius: 4px;
  color: var(--main-white);
  background-color: var(--light-blue);
  transition: 0.3 ease-in-out;
  font-size: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
}
.btn-custom-head {
  padding: 10px 25px;
  text-align: center;
  /* border: 3px solid var(--light-blue); */
  border-radius: 4px;
  color: var(--main-white);
  background-color: var(--light-blue);
  transition: 0.3 ease-in-out;
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
}
.btn-send-message {
  padding: 10px 25px;
  text-align: center;
  /* border: 3px solid var(--primary-orange); */
  background-color: var(--primary-orange);
  border-radius: 4px;
  color: var(--main-white);
  transition: 0.3 ease-in-out;
  font-size: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
}
.awsm-application-submit-btn{
  padding: 10px 25px;
  text-align: center;
  border: none;
  background-color: var(--primary-orange);
  border-radius: 4px;
  color: var(--main-white);
  transition: 0.3 ease-in-out;
  font-size: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
}
.btn-custom:hover {
  color: var(--main-white);
  box-shadow: 0px 10px 0px var(--light-blue);
}
.btn-custom-head:hover {
  color: var(--main-white);
  box-shadow: 0px 10px 0px var(--light-blue);
}
.btn-send-message:hover {
  color: var(--main-white);
  box-shadow: 0px 10px 0px var(--primary-orange);
}
/* button style end */

/* slide style start  */
.product-title {
  font-family: var(--Bizmo-Bold);
  font-size: 32px;
  color: var(--primary-orange);
  text-transform: uppercase;
  line-height: 1;
  margin-top: 20px;
  margin-bottom: -5px;
}

.designation {
  font-style: italic;
  color: var(--main-white)fffd4;
  margin-bottom: 5px;
  font-size: 16px;
}

.swiper-slide {
  display: flex;
  height: auto; /* or set a fixed height if needed */
}

.product-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  box-sizing: border-box;
}

.product-item {
  border: 3px solid var(--main-white);
}
.heading-part {
  padding: 0px 10px;
  padding-bottom: 16px;
}

.footer-logo-text img {
  width: 50%;
}

.footer-line {
  background-color: var(--main-white);
  height: 5px !important;
}

/* slide style end   */

/* footer form section  */
.form-control {
  background-color: var(--footer-input-white);
  border: none;
  outline: none;
  color: var(--main-white);
  padding: 15px 20px;
  border-radius: 4px;
  margin-bottom: 20px;
}
.contact-form-sec .form-control {
  background-color: var(--footer-input-white);
  border: none;
  outline: none;
  color: var(--main-white);
  padding: 18px 20px;
  border-radius: 4px;
  margin-bottom: 10px;
}
/* footer form section  */

.copyright {
  text-align: center;
}

.footer-heading {
  font-family: var(--Bizmo-Medium);
  font-size: 24px;
}
.footer-section p {
  margin-bottom: 12px;
}
.footer-section p a {
  color: var(--main-white);
  /* font-weight: 500; */
}
.footer-section p a:hover {
  color: var(--primary-orange);
}
.social-icons ul {
  display: flex;
  padding-left: 0;
}
.social-icons ul li {
  list-style: none;
}
.social-icons ul li a {
  margin: 0 5px;
  height: 50px;
  width: 50px;
  color: var(--main-white);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  transition: all ease 0.3s;
}

.social-icons ul li a:hover {
  color: var(--primary-orange);
  cursor: pointer;
}

.clientOwlTop {
  margin-top: 40px;
}

.copyright {
  margin-top: 40px;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
}
.copyright a {
  color: rgba(255, 255, 255, 0.7);
}

/* Responsive adjustments */

/* banner investor  */
.about-us-banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80vh;
}
.about-overlay {
  height: 100%;
  width: 100%;
  background-color: #00000082;
  display: flex;
  align-items: center;
  justify-content: center;
}

.investor-page-link {
  /* border: 3px solid var(--main-white); */
  background-color: var(--light-blue);
  padding: 15px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  color: var(--main-white)fff;
  height: 100%;
}
.investor-page-link:hover {
  text-decoration: none;
  color: var(--primary-orange);
  /* border: 3px solid var(--primary-orange); */
}
.link-button SVG{
  width: 40px;
  height: 40px;
}
.investor-page-link h3 {
  margin: 0;
  font-family: var(--Bizmo-Medium);
}

.investor-page-link .link-button i {
  font-size: 24px;
}
.link-button-inner svg{
  fill: var(--primary-orange);
  width: 50px;
  height: 50px;
}


.pdf-file-section {
  /* border: 3px solid var(--main-white); */
  border: none;
  outline: none;
  background-color: var(--light-blue);
  padding: 15px 18px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: var(--main-white);
  height: 100%;
  border-radius: 8px;
}

.pdf-file-section:hover{
  color: var(--primary-orange);
  /* border: 3px solid var(--primary-orange); */
}
.pdf-file-section h3 {
  margin: 10px 0 0 0;
  font-family: var(--Bizmo-Medium);
}
.pdf-file-section .link-button i {
  font-size: 24px;
  margin-bottom: 10px;
}


.video-section {
  width: 100%; /* Max width for your video section */
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-wrapper {
  position: relative;
  width: 100%;
  /* The padding here creates the space where the inner border will be visible */
  padding: calc(var(--line-thickness) + var(--spacing-between-lines));
  background-color: transparent; /* No background for the wrapper itself */
  z-index: 0; /* Ensure this is below the video content */
}

/* Outer border line 
.video-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: var(--line-thickness) solid var(--border-color);
  z-index: -1; 
}*/

/* Inner border line 
.video-wrapper::after {
  content: '';
  position: absolute;
  top: var(--spacing-between-lines);
  left: var(--spacing-between-lines);
  width: calc(100% - (2 * var(--spacing-between-lines)));
  height: calc(100% - (2 * var(--spacing-between-lines)));
  border: var(--line-thickness) solid var(--border-color);
  z-index: -1; 
}*/

.video-container {
  position: relative;
  width: 100%;
  /* 16:9 Aspect Ratio (9 / 16 = 0.5625) */
  /* padding-bottom: 56.25%; */
  height: auto;
  overflow: hidden;
  background-color: #000; /* Fallback background for video */
  z-index: 1; /* Ensure video is above the borders */
}
.video-container video{
  width: 100%;
  height: 100%;
} 


.controls {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2; /* Ensure controls are above the video */
}

.play-pause-btn {
  width: var(--button-size);
  height: var(--button-size);
  border-radius: 50%;
  background-color: var(--button-bg);
  border: 2px solid var(--button-color); /* Button outline */
  cursor: pointer;
  position: relative;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s ease;
}

.play-pause-btn:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

/* Pause icon - two vertical lines */
.play-pause-btn::before,
.play-pause-btn::after {
  content: '';
  position: absolute;
  width: 12px; /* Width of the pause lines */
  height: 30px; /* Height of the pause lines */
  background-color: var(--button-color);
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.play-pause-btn::before {
  transform: translateX(-8px); /* Position for left line */
}

.play-pause-btn::after {
  transform: translateX(8px); /* Position for right line */
}

/* Play state (when video is paused, button shows play icon) */
.paused .play-pause-btn::before {
  height: 0; /* Shrink height for play icon */
  transform: translateX(0) rotate(45deg); /* Rotate for play icon */
}

.paused .play-pause-btn::after {
  width: 0; /* Shrink width for play icon */
  transform: translateX(0) rotate(-45deg); /* Rotate for play icon */
}

/* Play state triangle transformation */
.paused .play-pause-btn {
  overflow: hidden; /* Hide excess during transformation */
}

.paused .play-pause-btn::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg) scaleY(0.7); /* Adjust as needed for triangle shape */
  width: 0;
  height: 0;
  border-left: 20px solid var(--button-color); /* Size of the play triangle */
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  transition: all 0.3s ease;
}

.paused .play-pause-btn::after {
  display: none; /* Hide the second line for play state */
}

/* Initially, the button should look like pause (as per image), 
 so we apply .paused class via JS when video is *actually* paused. */




/* image and video frame section style start */
.frame-section {
  position: relative;
}

.image-frame {
  position: relative;
  display: inline-block;
  width: 100%;
}

.image-frame video {
  display: block;
  width: 100%;
  height: auto;
  padding: 30px;
}
.image-frame img {
  display: block;
  width: 100%;
  height: auto;
  padding: 30px;
}
.image-frame .image-frame-div {
  display: block;
  width: 100%;
  height: auto;
  padding: 30px;
}

.frame-side {
  background: transparent;
  border: 4px solid var(--main-white);
  position: absolute;
  pointer-events: none;
  opacity: 0;
  transform: scaleX(0);
  transition: all 0.6s ease-out;
}

.reveal .frame-side {
  opacity: 1;
  transform: scaleX(1);
}

.frame-side.a-side,
.frame-side.c-side {
  height: 30px;
  width: 100%;
  left: 0;
  transform-origin: left;
}

.frame-side.b-side,
.frame-side.d-side {
  width: 30px;
  height: 100%;
  top: 0;
  transform-origin: top;
  transform: scaleY(0);
}

.reveal .frame-side.b-side,
.reveal .frame-side.d-side {
  transform: scaleY(1);
}

.frame-side.a-side {
  top: 0;
}

.frame-side.c-side {
  bottom: 0;
}

.frame-side.b-side {
  right: 0;
}

.frame-side.d-side {
  left: 0;
}
/* image and video frame section style end */



/* countdown section style start  */
.number-head {
  font-size: 80px;
  color: var(--bg-black);
  font-family: var(--Bizmo-Black);
  line-height: 1;
  text-align: center;
}
.number-text {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
}
/* countdown section style end */


/* client testimonal section start  */
.swiper.project-slider{
  padding-bottom: 50px;
}
.swiper.testimonail-slider{
  padding-bottom: 50px;
}
.star .star-list{
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  list-style: none;
  padding: 0;
}
.star .star-list li{
  list-style: none;
}
.star .star-list li svg{
  width: 35px;
  height: 35px;
  fill: var(--primary-orange);
}
.testimonial-text{
  font-size: 18px;
}
.client-name{
  font-size: 20px;
  font-weight: 600;
  border-top: 2px solid var(--primary-orange);
  padding-top: 10px;
  margin-top: 10px;
}
.client-name {
  margin-top: 20px;
  font-size: 24px;
  font-weight: 500;
  border-top: 2px solid var(--primary-orange);
  padding-top: 12px;
}
.swiper-pagination-bullet{
  background-color: var(--main-white);
}
.swiper-pagination-bullet {
  width: 20px;
  height: 7px;
  background-color: var(--main-white);
  border-radius: 5px;
  opacity: 1;
  transition: all 0.3s ease;
}
.swiper-pagination-bullet-active {
  width: 40px;
  background-color: var(--primary-orange);
}
.lmt-machine-slider .swiper-pagination-bullet-active {
  width: 40px;
  background-color: var(--light-blue);
}
/* client testimonal section start  */


/* About us Page css  */
.mission-section {
  padding: 40px 49px;
  height: 100%;
}
.bg-blue{
  background-color: var(--light-blue);
}
.bg-orange{
  background-color: var(--primary-orange);
}
.blue-number{
  color: var(--light-blue);
}

/* timeline css  */
.timeline-year-wise {
  position: relative;
  top: 50%;
  bottom: 50%;
}
.year-rotation{
  position: absolute;
}

.marquee-bg{
  display: flex;
  white-space: nowrap;
}
.marquee-bg .marquee-year{
  font-size: 250px;
  font-family: var(--Bizmo-BlackOblique);
  color: transparent;
  -webkit-text-stroke: 2px var(--main-white);
  display: inline-block;
  animation: marquee 10s linear infinite;
  margin: 0 100px;
}

@keyframes marquee {
  0% { transform: translateX(100%); }
  100% { transform: translateX(-100%); }
}

.event-details-section{
    padding: 60px 30px;
}
.year-patch {
  background-color: var(--light-blue);
  padding: 4px 30px;
  border-radius: 5px;
  display: inline;
  font-size: 20px;
  font-weight: 500;
}
.event-title{
    font-family: var(--Bizmo-Bold);
    color: var(--light-blue);
    font-size: 36px;
    margin-top: 10px;
}

.timeline-nav {
  position: relative;
  margin-top: 100px;
}
.progress-bar-container {
  position: absolute;
  height: 4px;
  width: 100%;
  background-color: var(--main-white);
  margin: 0 auto 30px;
}
.progress-bar {
  height: 100%;
  width: 0%;
  background-color: var(--primary-orange);
  transition: width 0.4s ease-in-out;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;

}
#timeline-years {
  list-style: none;
  padding: 0;
  margin-top: -40px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
}
#timeline-years li {
  position: relative;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s ease;
  color: var(--main-white);
}
#timeline-years li .icon {
  display: block;
  margin-bottom: 5px;
  line-height: 0;
}
#timeline-years li .icon svg{
  width: 35px;
  height: 35px;
  fill: var(--main-white);
}
#timeline-years li.active .icon svg{
  width: 35px;
  height: 35px;
  fill: var(--primary-orange);
}


/* cs timelien new start */
.cd-horizontal-timeline {
  opacity: 0;
  margin: 2em auto;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.cd-horizontal-timeline::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: 'mobile';
  display: none;
}
.cd-horizontal-timeline.loaded {
  /* show the timeline after events position has been set (using JavaScript) */
  opacity: 1;
}
.cd-horizontal-timeline .timeline {
  position: relative;
  height: 100px;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.cd-horizontal-timeline .events-wrapper {
  position: relative;
  height: 100%;
  margin: 0 40px;
  overflow: hidden;
}
.cd-horizontal-timeline .events-wrapper::after, .cd-horizontal-timeline .events-wrapper::before {
  /* these are used to create a shadow effect at the sides of the timeline */
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 20px;
}
.cd-horizontal-timeline .events-wrapper::before {
  left: 0;
  /* background-image: -webkit-linear-gradient( left , #f8f8f8, rgba(248, 248, 248, 0)); */
  /* background-image: linear-gradient(to right, #f8f8f8, rgba(248, 248, 248, 0)); */
}
.cd-horizontal-timeline .events-wrapper::after {
  right: 0;
  /* background-image: -webkit-linear-gradient( right , #f8f8f8, rgba(248, 248, 248, 0)); */
  /* background-image: linear-gradient(to left, #f8f8f8, rgba(248, 248, 248, 0)); */
}
.cd-horizontal-timeline .events {
  /* this is the grey line/timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 49px;
  height: 2px;
  /* width will be set using JavaScript */
  background: var(--main-white);
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
}
.cd-horizontal-timeline .filling-line {
  /* this is used to create the green line filling the timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: var(--primary-orange);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.cd-horizontal-timeline .events a {
  position: absolute;
  bottom: 0;
  z-index: 2;
  text-align: center;
  font-size: 1.3rem;
  padding-bottom: 15px;
  color: #383838;
  /* fix bug on Safari - text flickering while timeline translates */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.cd-horizontal-timeline .events a::after {
  /* this is used to create the event spot */
  content: '';
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -5px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: 2px solid var(--primary-orange);
  background-color: #f8f8f8;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  -moz-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}
.no-touch .cd-horizontal-timeline .events a:hover::after {
  background-color: var(--primary-orange);
  border-color: var(--primary-orange);
}
.cd-horizontal-timeline .events a.selected {
  pointer-events: none;
}
.cd-horizontal-timeline .events a.selected::after {
  background-color: var(--primary-orange);
  border-color: var(--primary-orange);
}
.cd-horizontal-timeline .events a.older-event::after {
  border-color: var(--primary-orange);
}
@media only screen and (min-width: 1100px) {
  .cd-horizontal-timeline {
    margin: 60px 0 0 0;
  }
  .cd-horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop';
  }
}

.cd-timeline-navigation a {
  /* these are the left/right arrows to navigate the timeline */
  position: absolute;
  z-index: 1;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 34px;
  width: 34px;
  border-radius: 50%;
  border: 2px solid var(--primary-orange);
  /* replace text with an icon */
  overflow: hidden;
  color: var(--main-white);
  /* text-indent: 100%; */
  white-space: nowrap;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
/* .cd-timeline-navigation a::after {
  content: '';
  position: absolute;
  height: 16px;
  width: 16px;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(../img/cd-arrow.svg) no-repeat 0 0;
} */
.cd-timeline-navigation a.prev {
  left: 0;
  /* -webkit-transform: translateY(-50%) rotate(180deg); */
  /* -moz-transform: translateY(-50%) rotate(180deg); */
  /* -ms-transform: translateY(-50%) rotate(180deg); */
  /* -o-transform: translateY(-50%) rotate(180deg); */
  /* transform: translateY(-50%) rotate(180deg); */
}
.cd-timeline-navigation a.next {
  right: 0;
}
.no-touch .cd-timeline-navigation a:hover {
  border-color: var(--primary-orange);
}
.cd-timeline-navigation a.inactive {
  cursor: not-allowed;
}
.cd-timeline-navigation a.inactive::after {
  background-position: 0 -16px;
}
.no-touch .cd-timeline-navigation a.inactive:hover {
  border-color: var(--primary-orange);
}

.cd-horizontal-timeline .events-content {
  position: relative;
  width: 100%;
  margin: 2em 0;
  overflow: hidden;
  -webkit-transition: height 0.4s;
  -moz-transition: height 0.4s;
  transition: height 0.4s;
}
.cd-horizontal-timeline .events-content li {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  padding: 0 5%;
  opacity: 0;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.cd-horizontal-timeline .events-content li.selected {
  /* visible event content */
  position: relative;
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.cd-horizontal-timeline .events-content li.enter-right, .cd-horizontal-timeline .events-content li.leave-right {
  -webkit-animation-name: cd-enter-right;
  -moz-animation-name: cd-enter-right;
  animation-name: cd-enter-right;
}
.cd-horizontal-timeline .events-content li.enter-left, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-name: cd-enter-left;
  -moz-animation-name: cd-enter-left;
  animation-name: cd-enter-left;
}
.cd-horizontal-timeline .events-content li.leave-right, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-direction: reverse;
  -moz-animation-direction: reverse;
  animation-direction: reverse;
}
.cd-horizontal-timeline .events-content li > * {
  max-width: 800px;
  margin: 0 auto;
}
.cd-horizontal-timeline .events-content h2 {
  font-weight: bold;
  font-size: 2.6rem;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  line-height: 1.2;
}
.cd-horizontal-timeline .events-content em {
  display: block;
  font-style: italic;
  margin: 10px auto;
}
.cd-horizontal-timeline .events-content em::before {
  content: '- ';
}
.cd-horizontal-timeline .events-content p {
  font-size: 1.4rem;
  color: #959595;
}
.cd-horizontal-timeline .events-content em, .cd-horizontal-timeline .events-content p {
  line-height: 1.6;
}
@media only screen and (min-width: 768px) {
  .cd-horizontal-timeline .events-content h2 {
    font-size: 7rem;
  }
  .cd-horizontal-timeline .events-content em {
    font-size: 2rem;
  }
  .cd-horizontal-timeline .events-content p {
    font-size: 1.8rem;
  }
}

@-webkit-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}


ol#timelineYears {
  list-style: none;
}
.cd-timeline-navigation{
  list-style: none;
}
span.year-text {
  color: #fff;
  border: 1px solid #fff;
  padding: 4px 24px;
  border-radius: 4px;
}

.cd-timeline-navigation li a svg{
  fill: var(--primary-orange);
  width: 25px;
  height: 25px;
}
.cd-timeline-navigation li a.next svg {
  margin-left: 4px;
}


/* cd timelien new end  */





/* infrastrucure Page style   */
.banner-bg-image{
  height: 90vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.bg-overlay {
  height: 100%;
  width: 100%;
  background: linear-gradient(to bottom, #000, transparent);
  display: flex;
  align-items: start;
  justify-content: center;
  padding-top: 80px;
}


/* contact page css  */
.contact-info {
  display: flex;
  align-items: center;
  gap: 25px;
}
.contact-infoSVG {
  padding: 14px;
  background: var(--primary-orange);
  border-radius: 6px;
}
.contact-infoSVG svg{
  width:30px;
  height:30px;
  fill: var(--main-white);
}
.contact-infodetails {
  font-size: 18px;
}
.contact-infodetails a {
  color: var(--main-white);
}
.contact-infodetails a:hover {
  color: var(--primary-orange);
}
.contact-infodetails .contact-strong{
  font-weight: 600;
}
.map-frame{
  width: 100%;
  border-radius: 20px;
}
.map-frame iframe{
  width: 100%;
  border-radius: 10px;
}



/* team page css  */
.team-member-card{
  padding: 20px;
  background-color: var(--light-blue);
}
.team-memeber-heading{
  font-size: 32px;
  font-family: var(--Bizmo-Bold);
  color: var(--primary-orange);
  text-transform: uppercase;
  line-height: 1;
}
.team-memmeber-designation{
  font-style: italic;
  font-size: 20px;
  color: var(--main-white);
  line-height: 1;
}
.benefits-list{
  list-type:none;
  padding: 0;
}
.benefits-list li{
  list-type:none;
  display: flex;
  font-size:18px;
}
.benefits-list li span svg{
  width: 25px;
  height: 25px;
}



/* career page css  */
.single-opening {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--light-blue);
  padding: 20px 15px;
  color: var(--main-white);
  border-radius: 8px;
  margin: 8px 0;
}
.designation-details{
  display: flex;
  align-items: center;
  gap: 40px;
  font-size: 20px;
}
.designation-title{
  font-family: var(--Bizmo-Medium);
  font-size: 24px;
}

a.designation-button{
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--main-white);
}
a.designation-button:hover{
  color: var(--main-white);
}
a.designation-button span svg{
  width: 30px;
  height: 30px;
}

.awsm-job-item {
  background: var(--light-blue);
  padding: 14px 20px;
  border-radius: 4px;
}
.awsm-lists {
  border: none;
}
.awsm-list-item .awsm-job-item {
  border-bottom: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.awsm-job-item h2.awsm-job-post-title {
  margin: 0px;
  font-size: 32px;
  text-align: left;
  color: var(--main-white);
}
.awsm-job-item h2.awsm-job-post-title a {
  margin: 0px;
  font-size: 32px;
  text-align: left;
  color: var(--main-white);
  font-family: var(--Bizmo-Medium);
}
span.awsm-job-specification-term {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1.1px;
}
a.awsm-job-more {
  font-size: 20px;
  color: var(--main-white);
}

.awsm-job-more-container .awsm-job-more span::before {
  content: "\002192";
}

.awsm-job-more-container .awsm-job-more span::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 24.7889L10 37L29 20.5017L10 4V16.2181L15.1636 20.5017L10 24.7889Z' fill='%23EF4405'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.awsm-job-form-inner {
    background: var(--light-blue);
    border: none;
    padding: 35px;
}
.awsm-job-form-control {
    background-color: var(--footer-input-white);
    border: none;
    outline: none;
    color: var(--main-white);
    padding: 15px 20px;
    border-radius: 4px;
    margin-bottom: 20px;
}
.awsm-job-listing-item.awsm-list-item{
  margin: 10px 0;
}

/* project landing page style  */
.project-card{
  padding: 20px;
  background-color: var(--light-blue);
}
.project-details{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.project-details .project-button svg{
  height: 30px;
  width: 30px;
  fill: var(--primary-orange);
}
.project-heading{
  font-size: 28px;
  font-family: var(--Bizmo-Bold);
  color: var(--primary-orange);
  text-transform: uppercase;
  line-height: 1;
}
.project-designation{
  font-size: 18px;
  color: var(--main-white);
  line-height: 1.4;
  margin-top: 5px;
}



.project-head{
  font-size: 60px;
  color: var(--light-blue);
  font-family: var(--Bizmo-Bold);
}
.deliver-item{
  font-family: var(--Bizmo-Medium);
  color: var(--main-white);
  font-size: 28px;
}
.blue-box {
  padding: 15px 13px;
  border-radius: 7px;
}
.blog-link{
  color: var(--primary-orange);
}

.blog-dec{
  font-size: 18px;
  color: var(--main-white);
  font-style: oblique;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
}

.search-group{
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--footer-input-white);
  border-radius: 4px;
  padding: 15px 20px;
}

.search-group button#myInput {
  outline: none;
  border: none;
  background: transparent;
}

.search-group button#myInput svg{
  height: 30px;
  width: 30px;
  fill: var(--main-white);
}



.search-field.form-control {
  background-color: var(--footer-input-white);
  border: none;
  outline: none;
  color: var(--main-white);
  padding: 0px 0px 0px 0px;
  margin-bottom: 0px;
}

.search-field.form-control:focus{
  outline: none;
  border: none;
  box-shadow: none;
}
.project-image img{
  width: 100%;
}
.blog-details{

}



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

.pagination ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
}

.pagination ul li a{
 background-color: var(--light-blue);
}

.pagination ul li a {
  background-color: var(--light-blue);
  padding: 10px 20px;
  border: 2px solid var(--light-blue);
  color: var(--main-white);
}

.pagination ul li .page-numbers.current{
  padding: 10px 20px;
  border: 2px solid var(--light-blue);
  color: var(--main-white);
}

.mobile-menu{
  list-style: none;
  padding: 0;
}
.mobile-menu li a{
  margin: 5px 0;
}


/* responsive  */

/* resposvice Style  */
@media screen and (max-width:1799px) {
  
}
@media screen and (max-width:1699px) {

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

}

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

}


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

}


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

}

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

}

@media screen and (max-width:991px) {
  .contact-left {
    text-align: center;
    margin-bottom: 50px;
  }
  .contact-left p {
    margin-left: auto;
    margin-right: auto;
  }
  .copyright {
    text-align: left;
  }
}

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


  .default-section {
    padding: 40px 0;
  }

  .section-sub-heading{
    font-size: 28px;
    font-family: var(--Bizmo-Bold);
    text-transform: uppercase;
    text-align: center;
  }
  .content-para{
    text-align: center;
  }

  .number-box.text-center {
      margin: 20px;
  }

  .testimonial-content-section{
    text-align: center;
  }

  
  .star .star-list{
    justify-content: center;
  }

  .white-text {
      font-size: 24px;
  }

  .navbar {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
    padding: 20px 20px;
    color: white;
  }

  /* frame css  */
  .image-frame img {
      display: block;
      width: 100%;
      height: auto;
      padding: 20px;
  }
  .image-frame video {
      display: block;
      width: 100%;
      height: auto;
      padding: 20px;
  }
  .frame-side.a-side, .frame-side.c-side {
      height: 20px;
      width: 100%;
      left: 0;
      transform-origin: left;
  }
  .frame-side.b-side, .frame-side.d-side {
      width: 20px;
      height: 100%;
      top: 0;
      transform-origin: top;
      transform: scaleY(0);
  }


  .page-heading {
    font-family: "Bizmo-Bold", sans-serif;
    color: var(--main-white);
    font-size: 36px;
    text-align: center;
    line-height: 1.1;
  }
  .banner-content {
    text-align: center;
  }
  .banner-para {
    font-size: 18px;
    text-align: center;
  }
  .section-heading {
    font-family: "Bizmo-Bold", sans-serif;
    color: var(--main-white);
    font-size: 32px;
    text-align: center;
}

  .product-title {
    font-family: var(--Bizmo-Bold);
    font-size: 26px;
    color: var(--primary-orange);
    text-transform: uppercase;
    line-height: 1;
    margin-top: 20px;
    margin-bottom: -5px;
    text-align: center;
  }
  .product-title.founder {
    font-family: var(--Bizmo-Bold);
    font-size: 26px;
    color: var(--primary-orange);
    text-transform: uppercase;
    line-height: 1;
    margin-top: 20px;
    margin-bottom: -5px;
    text-align: left;
  }
  .product-title.management {
    font-family: var(--Bizmo-Bold);
    font-size: 26px;
    color: var(--primary-orange);
    text-transform: uppercase;
    line-height: 1;
    margin-top: 20px;
    margin-bottom: -5px;
    text-align: left;
  }
  .clientOwlTop {
    margin-top: 20px;
  }

  .contact-section {
    padding: 50px 0;
  }
  .contact-left h1 {
    font-size: 2.5rem;
  }
  .contact-left p {
    font-size: 1rem;
  }
  .form-control {
    padding: 12px 15px;
  }
  .footer-section {
    padding: 40px 0 15px;
  }
  .footer-logo-text {
    font-size: 1.5rem;
  }

  .brand-logo img {
    width: 60%;
  }

  .brand-logo {
    width: 60%;
  }

  .btn-custom {
    padding: 9px 25px;
    text-align: center;
    border: 2px solid var(--light-blue);
    border-radius: 4px;
    color: var(--main-white);
    transition: 0.3 ease-in-out;
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 500;
  }

  .btn-custom-head {
    padding: 10px 19px;
    text-align: center;
    border: 2px solid var(--light-blue);
    border-radius: 3px;
    color: var(--main-white);
    transition: 0.3 ease-in-out;
    font-size: 9px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
  }
  .button-part {
    width: 50%;
    text-align: end;
  }

  .banner-image-part {
    margin-top: 30px;
  }

  .address-part {
    margin-top: 1.5rem;
  }


  #sidebar-blog-page{
    display: none;
  }


  /* homepage responsive  */
  .frame-side {
    background: transparent;
    border: 2px solid var(--main-white);
    position: absolute;
    pointer-events: none;
    opacity: 0;
    transform: scaleX(0);
    transition: all 0.6s ease-out;
  }

  .event-details-section {
    padding: 30px 20px;
      text-align: center;
  }
  .content-part{
    text-align: center;
  }
  .why-choose .row{
    flex-direction: column-reverse;
  }
  .benefits-list li {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .benefits-list li span {
    display: none;
  }
  
  .contact-info {
      display: flex;
      align-items: center;
      flex-direction: column;
      gap: 10px;
      text-align: center;
  }

  /* career page css  */
  .awsm-list-item .awsm-job-item {
    border-bottom: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
  .jobs-none-container{
    text-align: center;
  }

  /* about us  */
  .event-title {
    font-family: var(--Bizmo-Bold);
    color: var(--light-blue);
    font-size: 28px;
    margin-top: 10px;
    text-align: center;
  }

  .image-frame .image-frame-div {
    display: block;
    width: 100%;
    height: auto;
    padding: 20px;
  }
  .year-rotation{
    display: none;
  }

  .mission-section {
    padding: 40px 20px;
    margin: 10px 0;
    height: auto;
  }
  .image-frame {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: 20px;
  }
  .our-story .row{
      flex-direction: column-reverse;
  }

}

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

}

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

}

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

}



