/* fonts */
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/*-------------------- Navbar------------------- */
.logo{
    width: 150px;
    margin-top: 11px;
}
a{
    text-decoration: none !important;
}
#header {
  transition: all 0.90s ease;
}
html{
  scroll-padding: 120px;
}


/* ---------- */
.navbar-nav {
    border-top: 1px solid #fff
  }
  
  .navbar-nav li a {
    color: #000 !important;
    font-size: 16px;
  }
  
  .navbar-nav:hover > :not(:hover){
    opacity: 0.4;
  }
  
  .navbar-nav .dropdown-menu li a {
    color: #000 !important;
  }
  
  .navbar-nav .dropdown-menu:hover> :not(:hover) {
    opacity: 0.4;
  }
  
  .navbar-nav li:nth-child(-n + 5):after {
    content: "";
    border-right: 2px solid #000;
    display: block;
    width: 90%;
    height: 18px;
    margin-top: -28px;
    margin-left: 4px;
  }
  
  .navbar-nav .dropdown-menu li:nth-child(-n+5):after {
    display: none;
  }

  .navbar-nav .nav-link {
    color: #fff;
  }
  
  .dropdown-item:hover {
    color: #fff;
  }
  
  .dropdown .dropdown-menu {
    display: none;
  }
  
  .dropdown:hover>.dropdown-menu,
  .dropend:hover>.dropdown-menu {
    display: block;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    align-items: center;
    justify-content: end;
  }
  .dropend:hover>.dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right:20px !important;
}
  
  
  @keyframes slideIn {
    0% {
      transform: translateY(1rem);
      opacity: 0;
    }
  
    100% {
      transform: translateY(0rem);
      opacity: 1;
    }
  
    0% {
      transform: translateY(1rem);
      opacity: 0;
    }
  }
  
  @-webkit-keyframes slideIn {
    0% {
      -webkit-transform: transform;
      -webkit-opacity: 0;
    }
  
    100% {
      -webkit-transform: translateY(0);
      -webkit-opacity: 1;
    }
  
    0% {
      -webkit-transform: translateY(1rem);
      -webkit-opacity: 0;
    }
  }
  
  .slideIn {
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
  }

  .mobile-agi{
    display: none;
  }
  .followus-linkdin{
    display: none;
  }
  .followus-linkdin p{
    display: none;
}
.followus-linkdin a{
    display: none;
}
  .nav-top{
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 30px;
    padding: 10px 0;
  }
  .support{
    width: 20px;
  }
  .agi-logo-nav{
    width: 445px;
  }


  .mobile-num a{
    color: #000;
  }
  .fa-linkedin{
    color: #0A66C2;
    font-size: 30px;
    padding-right: 20px;
  }
  
.section-banner{
    background: url(../images/Home/banner-bg.png) no-repeat;
    background-size: cover;
    padding: 30px 0;
}

.banner-content{
  padding-bottom: 50px;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
}

.carousel-item img {
  animation: smoothZoomInOut 6s ease-in-out infinite;
}

@keyframes smoothZoomInOut {
  0%, 100% {
      transform: scale(1);
  }
  50% {
      transform: scale(1.05);
  }
}


.section-banner .banner-content .company-name{
    font-family: "Rubik", sans-serif;
    font-weight: bold;
}
.section-banner .banner-content {
    color: #333;
}
.line-after {
  width: 100px; 
  height: 2px;  
  background-color: #1c82c5;
  margin: 5px 0; 
  border-radius: 2px; 
}


.section-banner .banner-content h1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #000;
}

.section-banner .banner-content p {
    font-size: 1rem;
    line-height: 1.6;
    color: #1c82c5;
}
.section-banner .banner-content .para-banner{
  color: #000;
}
.know_More_btn a {
    border: 2px solid #1c82c5;
    padding: 10px 15px;
    color: #1c82c5;
    text-decoration: none;  
}

.know_More_btn a:hover {
    color: #fff;
    background-color: #1c82c5;
    border-color: #1c82c5;
}

.banner-image img {
    max-width: 100%;
    transition: transform 0.5s ease;
    padding-bottom: 40px;
}
.banner-image img:hover {
    transform: scale(1.05);
}
.section-products{
  background-color: #0A2463;
}
.agi-img{
  width: 80px;
}
.read-more-btn{
  background-color: #1c82c5;
    color: #fff;
    border: 2px solid #1c82c5;
    padding: 10px 15px;
}

/* global-pressence */
.global-pressence{
  background-color: #747572;
}
.logo-card {
  background-color: #e0d9d9; 
  border: 1px solid #e0e0e0; 
  border-radius: 15px; 
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
  padding: 20px; 
  overflow: hidden; 
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.logo-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.card-title {
  color: #333;
}

.card-img-top {
  width: 150px;
  height: 150px;
  object-fit: contain;
  margin: 0 auto;
  opacity: 0.9; 
}


/* products-flip */
/* flip */
  /* Container setup */
  .card-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px;
  }
  
  /* Card styles */
  .flip-card {
    width: 360px;
    height: 300px;
    perspective: 1000px;
  }

  /* Flip animation */
  .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
  }
  
  /* Rotate on hover */
  .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
  }

  /* Front and back face of the card */
  .flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  }

  /* Front face */
  .flip-card-front {
    background-color: #f8f8f8;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .flip-card-back {
    background-color: #bfdcef;
    color: #000;
    transform: rotateY(180deg);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.8; 
    text-decoration: underline;
}

  
  /* Card image */
  .card-image {
    width: 100%;
    height: 256px;
    object-fit: cover;
  }

  /* Card text */
  .card-text {
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
  }

  /* Hover text */
  .hover-text {
    font-size: 1.5em;
    font-weight: bold;
  }

  .product-text {
    text-align: center;
}
.company-products{
  margin: 50px 0;
}
.products-btn{
  text-align: center;
}
.products-btn a {
  display: inline-block;  
  background-color: #1c82c5;
  color: #fff;
  border: 2px solid #1c82c5;
  padding: 10px 15px;
  margin-top: 30px;
  font-size: 16px;
  cursor: pointer;
}

/* footer */
.footer-logo img{
  width: 150px;
}
.footer-section{
  background: url(../images/Home/banner-bg.png) no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 50px 0;
}
.footer-linkdin{
  color: #0A66C2;
  font-size: 30px;
}
.contact-info a{
  color: #000;
}
.quick-links a {
  display: block;
  margin: 10px 0;
  text-decoration: none;
  color: #000;
}
.mobile-qucik-links{
  display: flex;
  justify-content: center;
}

.line-footer {
  width: 50px;
  height: 3px;
  background-color: #333;
  margin: 10px 0;
}

.line-footer{
  width: 100px; 
  height: 2px;  
  background-color: #1c82c5;
  margin: 5px 0; 
  border-radius: 2px; 
}
.copy-right{
  background-color: #1c82c5;
  color: #fff;
  padding: 10px 0;
}
.copy-left-content a,.copy-right-content a{
  color: #fff;
}
.copy-right-content{
  display: flex;
  justify-content: end;
}

/* About us */
.title-aboutus{
  margin: 50px 0;
}
.aboutus-continue{
  margin: 50px 0;
}
.aboutus-continue .section-title{
  color: #1c82c5;
}
.custom-list {
  list-style-type: none;
  padding: 0;
  font-family: Arial, sans-serif;
}
.custom-list li {
  margin: 10px 0;
  display: flex;
  align-items: center;
  font-weight: 500; 
}
.custom-list li::before {
  content: "✔";
  color: #1c82c5;
  margin-right: 10px;
}
/* Products */
.title-products{
  margin: 50px 0;
}
.reactor-details ul {
  list-style: none;
  padding: 0;
}
.reactor-details li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
}
.reactor-details li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 2px;
  background-color: #1c82c5;
}
.modal-title{
  text-align: center !important;
  width: 100%;
}
.custom-glassware .csp{
  font-weight: bold;
  padding: 10px 0;
  margin-bottom: 0;
  text-align: center;
}
.custom-products p{
  font-weight: bold;
  padding: 10px 0;
  margin-bottom: 0;
}
.custom-products{
  text-align: center;
}




/* Group Companies */
.logo-company-image,.logo-company-text{
  text-align: center;
}
.gk-1,.gk-2,.gk-3{
  text-align: center;
}
.company-link .website-link p{
  text-align: center;
  text-decoration: underline;
  font-weight: bold;
}
.company-link{
  margin: 30px 0;
}
.companies-logo{
  margin: 30px 0;
}


/* AGI
.agi-group{
  background-color: ;
} */


/* form */
.form-container {
  background-color: white;
  padding: 20px;
  border-radius: 8px;
}
.form-control {
  border-radius: 5px;
}
.sub-btn-custom {
  background-color: #1c82c5;
  color: #ffffff; 
  border: none; 
  padding: 8px 12px;
}

.sub-btn-custom:hover {
  background-color: #146397; 
}

/* Carrers */
.career-section {
  background-color: #f8f9fa;
  padding: 50px 0;
}
.form-container {
  background: #fff;
  padding: 30px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.form-header {
  color: #146397; 
  font-weight: bold;
}
.captcha-box {
  display: flex;
  align-items: center;
  gap: 10px;
}
.captcha-text {
  background-color: #f0f0f0;
  padding: 10px;
  font-weight: bold;
  letter-spacing: 2px;
}

.section-banner-mob{
  display: none;
}
.logo-in-mob{
  display: none;
}