.navbar .navbar-nav .nav-item.no-dropdown .nav-link::after {
  content: none;
}
.navbar-logo img {
  width: 110px;
}

.box-padding {
  padding-bottom: 80px;
  /* margin-top: 8%; */
  margin-top: 149px;
}
@media (max-width: 992px) {
  .box-padding {
    margin-top: 94px;
  }
  
}

.about-section img {
  object-fit: contain;
  /* height: 400px; */
  width: 100%;
}

.grid-listing {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.grid-listing .item-process {
  width: 100%;
  /* text-align: justify; */
}

.grid-listing .item-process p {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 100%;
}

.grid-listing .item-process h5 {
  font-size: 20px;
}

.card-process.grid-process .card-info .link-upper {
  font-size: 14px;
}

.start-today {
  background-image: url("../BGs/ServiceBG.jpg");
  padding-top: 80px;
  padding-bottom: 80px;
  background-size: contain;
  /* margin: 80px  0px; */
}

.improvement {
  background-color: var(--tc-primary-100_2);

  padding: 120px 0;
}
.improvement img {
  /* border: 5px solid #ffffff; */
  transition: transform 0.3s ease;
}
.improvement img:hover {
  transform: scale(1.05);
}

.improvement .about-content {
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 10px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out; /* Smooth transition for hover effects */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Default shadow */
}

.improvement .about-content:hover {
  transform: translateY(-5px); /* Slightly lifts the element */
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2); /* Stronger shadow on hover */
}

.improvement h5 {
  font-size: 30px;
}

.Expound-features {
  background-color: #ffffff;
}

.Expound-features p {
  width: 100%;
  /* color: white; */
}

.Expound-features .heading-lg {
  font-size: 24px;
}

.Expound-features .card-pricing .top-pricing {
  padding: 10px;
  text-align: center;
  background-color: #ffffff;
  width: auto;
  padding: 10px 30px;
  border-radius: 50px;
}

.Expound-features ul {
  padding-left: 0px;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  /* list-style: ; */
  gap: 20px;
  justify-content: center;
}
.Expound-features .top-pricing .pricing-name {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 0px;
}
.Expound-features .top-pricing i {
  font-size: 25px;
  color: white;
}

.technologies-section {
  background-color: #001f3f;
  padding: 50px 0;
  color: white;
}

.options {
  display: flex;
  flex-direction: column;
}

.option-btn {
  background-color: #0d253f;
  color: white;
  border: 2px solid transparent;
  padding: 12px 20px;
  margin: 10px 0;
  text-align: left;
  font-size: 18px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.option-btn:hover,
.option-btn.active {
  background-color: #3498db;
  border-color: #3498db;
  color: #fff;
}
.technologies-section {
  background-color: #001f3f;
  padding: 80px 0;
  color: white;
}
.technologies-section h3 {
  font-size: 30px;
}

.options {
  display: flex;
  flex-direction: column;
}

.option-btn {
  background-color: #0d253f;
  color: white;
  border: 2px solid transparent;
  padding: 12px 20px;
  margin: 10px 0;
  text-align: left;
  font-size: 18px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.option-btn:hover,
.option-btn.active {
  background-color: #3498db;
  border-color: #3498db;
  color: #fff;
}
.technologies-section {
  /* background-color: var(--tc-secondery-600); */
  background-color: var(--tc-secondery-600);
  padding: 120px 0px;
  background-image: url("../imgs/pages/home1/bg-process.png");
  padding: 120px 0;
  color: white;
}

.technologies-section .options {
  /* display: flex;
    flex-direction: column; */

  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.technologies-section .inner-container {
  padding: 20px 0px;
}

.technologies-section .option-btn {
  background-color: #003448;
  color: white;
  border: 2px solid transparent;
  padding: 12px 20px;
  margin: 10px 0;
  text-align: left;
  font-size: 18px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.technologies-section .option-btn:hover,
.technologies-section .option-btn.active {
  background-color: #99dff9;
  border-color: #99dff9;
  color: #000000;
}

.technologies-section .technologies {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  position: relative;
  padding: 20px;
  /* background-color: #012a44; */
  background-color: transparent;
  /* border: 1px solid; */
  border-radius: 8px;
}


.technologies-section .technologies span {
  /* background-color: #0d253f; */
  background-color: transparent;
  border: 1px solid;
  color: white;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 14px;
  cursor: pointer;
  opacity: 0.6;
  transition: all 0.3s ease;
}

.technologies-section .technologies span.active {
  background-color: #99dff9;
  color: rgb(0, 0, 0);
  opacity: 1;
}

.technologies-section .technologies span:hover {
  background-color: #99dff9;
  opacity: 1;
}

.contact-section h2 {
  color: #ffffff;
}

.announce {
  background-color: var(--tc-primary-100_2);
  padding: 120px 0px;

  color: #fff;
  /* font-family: 'Arial', sans-serif; */
  text-align: center;
}

.announce h2 {
  font-size: 33px;
}

/* Container */

/* Gradient Text */
.gradient-text {
  font-weight: 700;
  background: linear-gradient(90deg, #3498db, #ff63c6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  animation: gradient-animate 3s ease infinite;
}

/* ----------------------------------------------- */

.improve-card {
  width: auto;
  height: 100%;
}
.improve-card .card-pricing {
  height: 100%;
}
.card-container {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(
    4,
    auto
  ); /* Specify custom fr values for each column */
  gap: 20px; /* Add space between the grid items, if desired */
}

.footer-images {
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  /* justify-content: center; */
  gap: 20px;
  color: #ffffff;
}

.footer-images img {
  width: 90px;
}

.footer-images .footer-logo {
  width: 200px;
}

/* -----------------------------------------------industries-------------------------- */

.benefits-section {
  padding: 120px 0;
  background-color: var(--tc-primary-100_2);
  position: relative;
  overflow: hidden;
}

.benefits-section .col-lg-12 {
  margin-bottom: 40px;
}

.heading-base {
  font-size: 18px;
  font-weight: 600;
  color: #3a3a3a;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
  animation: fadeUp 1s ease-in-out;
}

.benefits-section .heading-3xl {
  font-size: 36px;
  color: #000;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 30px;
  animation: fadeUp 1s ease-in-out;
}

.benefits-section .dropdown-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  height: 100%;
}

.benefits-section .dropdown {
  position: relative;
}

.benefits-section .dropdown-toggle {
  background-color: var(--tc-primary-500);
  color: white;
  border: 1px solid #007bff;
  padding: 12px 25px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 30px;
  width: 100%;
  text-align: left;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.benefits-section .dropdown-toggle:hover {
  background-color: #0056b3;
}

.benefits-section .dropdown.open .dropdown-menu {
  display: block;
  width: 100%;
  white-space: normal;
  opacity: 1;
}

.benefits-section .dropdown-header {
  font-weight: bold;
  margin-bottom: 10px;
}

.benefits-section .dropdown-item {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
  white-space: normal;
}

.benefits-section .dropdown-item:hover {
  background-color: #f1f1f1;
}

.benefits-section .img-box {
  height: 100%;
}

.benefits-section .img-box img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
}

.benefits-section .item-square-1-image img:hover {
  transform: scale(1.05);
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* General Styles for Simple Content Section */
/* .simple-content {
  padding: 50px 0;
  background-color: #f7f7f7;
  color: #333;
  font-family: 'Arial', sans-serif;
  position: relative;
} */

.simple-content {
  background-color: #002a39;
  color: white;
}
.simple-content .heading-base {

  color: #bebebe;
}
.simple-content h3 {

  color: white;
}
/* Paragraph Base Styling */

/* Text Alignment for the Container */
.simple-content .text-center {
  text-align: center;
}

/* Row Container Styling */
.simple-content .description-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  text-align: center;
  gap: 30px;
}

/* General Reset and Font Style */
/* Section Styles */
.chemical-services-section {
  padding: 120px;
}

.chemical-services-section .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.chemical-services-section .service-item {
  background-color: #1e1e1e;
  padding: 12px 18px;
  margin-bottom: 10px;
  border-radius: 8px;
  font-size: 18px;
  display: flex;
  align-items: center;
  text-align: left;
  color: white;
}

.chemical-services-section .checkmark {
  color: #3498db; /* Blue color for checkmark */
  margin-right: 13px;
  font-size: 24px;
}

/* Hover Effect */
.chemical-services-section .service-item:hover {
  background-color: #333;
}

/* Responsive Adjustments */
@media (max-width: 1200px) {
  .container {
    grid-template-columns: repeat(2, 1fr); /* 2 columns on medium screens */
  }
}

@media (max-width: 768px) {
  .container {
    grid-template-columns: 1fr; /* 1 column on small screens */
  }
}

.transformation-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(
    90deg,
    #000428,
    #0082b3
  ); /* Blue-Black Gradient */
  color: white;
  padding: 40px 90px;
}

.transformation-section .left-content {
  max-width: 60%;
}

.transformation-section .left-content h1 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
  color: #ffffff;
}

.transformation-section .right-content {
  display: flex;
  justify-content: center;
  align-items: center;
  /* background: #004e92;  */
  padding: 20px;
  border-radius: 20px;
}

.transformation-section .get-started-btn {
  padding: 15px 30px;
  font-size: 1.2rem;
  font-weight: bold;
  background-color: #ffffff; /* White */
  color: #004e92; /* Blue */
  border: none;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.transformation-section .get-started-btn:hover {
  background-color: #004e92; /* Blue */
  color: #ffffff; /* White */
  transform: scale(1.05);
}

.chemical-industry .left-content {
  flex: 1;
  padding-right: 30px;
}

.chemical-industry .industry-img {
  /* width: 100%; */
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.chemical-industry .right-content {
  flex: 1;
  padding-left: 30px;
}

.chemical-industry h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #333;
}

.chemical-industry p {
  font-size: 1rem;
  line-height: 1.6;
  color: #666;
  margin-bottom: 15px;
}

/* .chemical-industry p:first-child {
  font-weight: bold;
  font-size: 1.2rem;
 
} */

.about-section .paragraph-base {
  padding-right: 90px;
  text-align: justify;
}

.tab-section {
  background: #f9f9f9;
  padding: 120px 0;
}

.tab-section h3 {
  color: #002366;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 30px;
}

.tab-section .nav-tabs {
  border-bottom: 2px solid #002366;
}

.tab-section .nav-tabs .nav-link {
  color: #002366;
  font-weight: 600;
  font-size: 1rem;
  padding: 10px 20px;
  border: none;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease-in-out;
}

.tab-section .nav-tabs .nav-link.active {
  color: #ffffff;
  background-color: #004666;
  border-color: #004666;
  border-radius: 5px 5px 0 0;
}

.tab-section .tab-content {
  background: #ffffff;
  border: 1px solid #ddd;
  border-radius: 0 0 10px 10px;
  padding: 30px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.tab-section .card-pricing {
  background: #004666;
  color: #ffffff;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 40px;
}

.tab-section .card-pricing .pricing-name {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 1.5rem;
}

.tab-section .card-pricing ul {
  margin-top: 20px;
  list-style: none;
  padding: 0;
}
.tab-section h6 {
  color: black;
  margin-bottom: 0px;
}

.tab-section #expoundTabs {
  display: flex;
  justify-content: space-around !important;
  width: 100%;
  flex-direction: row;
  flex-wrap: nowrap;
}

.tab-section .card-pricing ul li {
  margin-bottom: 10px;
  text-align: left;
  list-style-type: symbols("→");
  display: flex;
  align-items: baseline;
  color: #e0e0e0;
}

.tab-section .card-pricing ul li:last-child {
  margin-bottom: 0;
}

.tab-section .card-pricing .fa {
  font-size: 1.8rem;
  color: #ffcc00;
}

.tab-section .tab-pane {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.tab-section .tab-pane.active {
  opacity: 1;
}

/* Start-Today Section Styling */
.start-today {
  background: url("../BGs/digital-bg-9.jpg");
  background-size: cover;
  padding: 120px 0px;
  
  background-repeat: no-repeat;
  color: #fff;
  background-position: top;
  border-radius: 20px;
  margin: 40px;
}

.start-today h3 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.start-today p {
  font-size: 1.2rem;
  margin-bottom: 0;
  line-height: 1.8;
}

.card-blog {
  background: #fff;
  color: #333;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  height: 100%;
}

.card-blog:hover {
  transform: translateY(-10px);
  box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.3);
}



.card-title .link-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1a73e8;
  text-decoration: none;
}

.card-title .link-title:hover {
  color: #0d47a1;
}

.card-info p {
  font-size: 1rem;
  margin-top: 10px;
  line-height: 1.6;
  /* text-align: justify; */
}
.start-today .card-info p {
  text-align: justify;
  font-family:'Times New Roman', Times, serif;
}

.start-today .container {
  max-width: 1200px;
}

/* Responsive Design */
@media (max-width: 992px) {
  .start-today h3 {
    font-size: 2rem;
  }

  .card-title .link-title {
    font-size: 1.1rem;
  }

  .card-info p {
    font-size: 0.95rem;
  }
}

@media (max-width: 992px) {
  .start-today {
    text-align: center;
  }

  .start-today .row {
    flex-direction: column;
    align-items: center;
  }

  .card-blog {
    margin-bottom: 20px;
    width: 100%;
  }
}

.option-btn {
  display: block;
  width: 100%;
  background: #16213e;
  color: #00e6e6;
  font-size: 1.1rem;
  font-weight: 600;
  text-align: left;
  padding: 12px 15px;
  border: 2px solid #00e6e6;
  border-radius: 8px;
  margin-bottom: 10px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.option-btn:hover {
  background: #00e6e6;
  color: #16213e;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 230, 230, 0.4);
}

/* Right Section Styling */
.technologies {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  /* box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3); */
}

.technologies span {
  background: #1e293b;
  color: #00e6e6;
  font-size: 1rem;
  font-weight: 600;
  padding: 8px 12px;
  border-radius: 20px;
  white-space: nowrap;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.technologies span:hover {
  background: #00e6e6;
  color: #1e293b;
  transform: scale(1.05);
  box-shadow: 0 4px 10px rgba(0, 230, 230, 0.3);
}

/* Responsive Design */
@media (max-width: 992px) {
  .technologies-section h3 {
    font-size: 2rem;
  }

  .technologies-section p {
    font-size: 1rem;
  }

  .inner-container {
    flex-direction: column;
  }

  .option-btn {
    font-size: 1rem;
  }

  .technologies span {
    font-size: 0.9rem;
    padding: 6px 10px;
  }
}

@media (max-width: 768px) {
  .technologies-section {
    padding: 60px 15px;
  }

  .technologies-section h3 {
    font-size: 1.8rem;
  }

  .option-btn {
    padding: 10px;
  }

  .technologies span {
    font-size: 0.85rem;
    padding: 5px 8px;
  }
}

.contact-section{

}

.contact-section .info-contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  /* padding: 35px 0px; */
  padding: 15px 0px;
}

.contact-section .info-contact h2 {
  margin-bottom: 0px;
}


.tab-section .card-pricing {

  margin-bottom: 0px;
}

.tab-section .card-pricing ul li i{

  margin-right: 15px;
  /* margin-top: 2px; */
}

.emailnew a{
  color: white;
}
.dnone{
  display: none;
}




.bread-crumb {
  background-color: #f8f9fa;
  background-image: url("../BGs/bread-crumb.jpg");

  /* background-position: bottom; */
  /* padding: 15px 0; */
}

.bread-crumb h1{

 color: white;
 font-size: 50px;
}



.breadcrumb {
  margin: 0;
  padding: 10px 15px;
  background: transparent;
  border-radius: 5px;
  font-size: 25px;
  
}
.breadcrumb a {

  color: white;

}

.breadcrumb-item a {
  text-decoration: none;
  font-weight: 500;
  
}
.breadcrumb-item i {
  margin-right: 5px;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: '\f105'; /* FontAwesome angle-right */
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #d3d3d3;
  padding: 0 8px;
}



.chemical-industry {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  /* background: linear-gradient(135deg, #002244, #0056b3, #ffffff); */
  color: white;
  /* padding: 50px 10%; */
  /* border-radius: 10px; */
  padding: 120px ;
}

.chemical-industry .left-content {
  /* flex: 1; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.chemical-industry .industry-img {
  /* max-width: 100%; */
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.chemical-industry .right-content {
  /* flex: 1; */
  text-align: left;
}

.chemical-industry h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #00acee;
}

.chemical-industry p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 15px;
}

/* Responsive Design */
@media (max-width: 992px) {
  .chemical-industry {
      flex-direction: column;
      text-align: center;
  }

  .chemical-industry .right-content {
      text-align: center;
  }
}

.benifit-section{
  background: linear-gradient(135deg, #ffffff, #f0f0f0);
  color: #333;
  /* padding: 50px 10%; */
  padding: 120px;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}



.benifit-section .page-content-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.benifit-section .left-content {
  /* flex: 1; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.benifit-section .benifit-img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.benifit-section .right-content {
  flex: 1;
}

.benifit-section h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 15px;
  color: var(--tc-primary-400);
}

.benifit-section p {
  
  color: #666;
}

/* Benefit List Styling */
.benifit-section .benefit-list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.benifit-section .benefit-list li {
  display: flex;
  align-items: center;
  background: white;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
}
.benifit-section .benefit-list i {
  font-size: 24px;
  color: #009de6;
  margin-right: 15px;
}


.benifit-section .benefit-list li:hover {
  transform: translateY(-5px);
  background-color: rgb(185, 227, 255);
}

.benifit-section .benefit-list img {
  width: 50px;
  height: 50px;
  margin-right: 15px;
  border-radius: 5px;
}

.benifit-section .benefit-list span {
  font-size: 14px;
  font-weight: 500;
  color: #333;
}

/* Responsive Design */
@media (max-width: 992px) {
  .benifit-section {
      flex-direction: column;
      text-align: center;
  }

  .benifit-section .right-content {
      text-align: center;
  }

  .benifit-section .benefit-list {
      grid-template-columns: 1fr;
  }

}
     
.section-heading {

  color: #00acee !important;
  font-size: 40px !important;
}

.chemical-contact .info-contact {


  display: flex;
  align-items: center;
  justify-content: space-between;
}

.chemical-contact .announce-info{

  display: flex;
  flex-direction: column;
 
}

.chemical-contact p {

  width: 80%;
}


.chemical-contact {
  position: relative;
  overflow: hidden;
  /* background: linear-gradient(135deg, #0056b3, #003b80); */
  color: #fff;
  /* text-align: center; */
  padding: 80px 10%;
  /* border-radius: 10px; */
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.chemical-contact .announce-heading {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #fff;
  line-height: 1.4;
  text-transform: capitalize;
}

.chemical-contact .info-contact {
 
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.6;
  color: #e0e0e0;
}

.chemical-contact .info-contact span {
  font-weight: bold;
  color: #ffcc00;
  text-transform: uppercase;
  
}

.chemical-contact .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  padding: 12px 30px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  border: 2px solid #fff;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.chemical-contact .btn:hover {
  background: #ffcc00;
  color: #003b80;
  border-color: #ffcc00;
}

/* .chemical-contact .btn svg {
  margin-left: 10px;
  fill: #fff;
  transition: transform 0.3s ease-in-out;
}

.chemical-contact .btn:hover svg {
  fill: #003b80;
  transform: translateX(5px);
} */

/* Responsive Design */
@media (max-width: 992px) {
  
  .chemical-contact .announce-heading {
      font-size: 28px;
  }

  .chemical-contact .info-contact {
      font-size: 16px;
  }

  .chemical-contact .btn {
      font-size: 16px;
      padding: 10px 25px;
  }
}



.page-heading-box{


  padding: 60px 0px;
  padding-top: 10px;
}





/* Parent Class for Pre-Construction Tab */
.eng-tab {
  background-color: #f8f9fa;
 ;
}

/* Card Styling */
.eng-tab .custom-card {
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}

.eng-tab .custom-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

/* Card Icons */
.eng-tab .card-icon {
  font-size: 40px;
  color: #00acee;
  margin-bottom: 15px;
}

/* Card Titles */
.eng-tab .card-title {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
}

/* Card Text */
.eng-tab .card-text {
  font-size: 14px;
  color: #666;
  text-align: center;
}

/* Pricing Heading */
.eng-tab .heading-lg {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
}

/* List Styling (Bullets) */
.eng-tab .bottom-pricing ul {
  list-style-type: none;
  padding: 0;
}

.eng-tab .bottom-pricing li {
  margin-bottom: 10px;
  font-size: 16px;
  color: #555;
}

.eng-tab .bottom-pricing li i {
  color: #007bff;
  margin-right: 10px;
}

/* Responsiveness for Cards */
@media (max-width: 768px) {
  .eng-tab .custom-card {
    margin-bottom: 30px;
  }
  .eng-tab .card-pricing .row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}


.mill-tab h3{

  font-size: 30px;
}

.mill-tab .content-left {
  padding-right: 30px;
}




.mill-tab .description {
  /* font-size: 1.125rem; */
  line-height: 1.8;
  color: #555;
  text-align: justify;
}

.mill-tab .image-right img {
  max-width: 100%;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); /* Soft shadow */
}

/* Adjusting for smaller screens */
@media (max-width: 991px) {
  .mill-tab .content-left, .image-right {
      text-align: center;
      padding-right: 0;
  }

  .mill-tab .description {
      font-size: 1rem;
  }
}

.tab-section.mill-tab .nav-tabs .nav-link {

  font-size: 14px;
}


.card-box-content{

  display: flex;
  /* justify-content: center; */
  align-items: center;
  height: 100%;
  flex-direction: column;
  padding: 25px;
  gap: 10px;
}

.card-box-content h5{

  height: 20%;
  margin-bottom: 5px;
}

.card-box-content p{
  height: auto;
  
}





  /* Parent Theme */

  /* Section Styling */
  .sap-services-section {
    background-color: #121212; /* Dark background for the section */
    padding: 120px;
    color: #f1f1f1; /* Light text color for contrast */
  }
  
  .sap-services-section .container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 60px; 
  }
  
  .sap-services-section .para-base {
    font-size: 18px;
    /* font-weight: 600; */
    text-align: left;
    margin-top: 18px;
    padding: 0px 20px;
    color: #ffffff; /* Light blue (sky blue) for the subheading */
  }
  
  .sap-services-section .section-heading {
    font-size: 32px;
    font-weight: 700;
    color: #e1e1e1; /* Light gray for the main heading */
  }
  
  .services-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  
  .service-item {
    background-color: #1c1c1c; /* Dark gray background for each card */
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    text-align: center;
    transition: all 0.3s ease;
    color: #f1f1f1;
  }
  
  .service-item:hover {
    background-color: #333333; /* Darker shade on hover */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    transform: translateY(-5px);
  }
  
  .service-number {
    font-size: 20px;
    font-weight: bold;
    color: #2e2e2e; /* Light blue for numbers */
    margin: auto;
    margin-bottom: 15px;
    display: inline-block;
    padding: 0px 10px;
    border: 1px solid ;
    border-radius: 50%;
    background-color: #00acee;
  }
  
  .service-title {
    font-size: 19px;
    font-weight: 700;
    color: #ffffff; /* White text for titles */
    margin-bottom: 15px;
  }
  
  .service-description {
    /* font-size: 16px; */
    color: #dcdcdc; /* Lighter gray for description text */
  }
  
  @media (max-width: 768px) {
    .services-grid {
      grid-template-columns: 1fr;
    }
  }
  
  .btn-contact-us {
    padding: 12px 30px;
    background-color: #008cba; /* Sky blue for button */
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 30px;
    transition: all 0.3s ease;
  }
  
  .btn-contact-us:hover {
    background-color: #006f8e; /* Darker blue on hover */
    text-decoration: none;
  }
  
  @media (max-width: 576px) {
    .service-item {
      padding: 20px;
    }
    .service-number {
      font-size: 18px;
    }
    .service-title {
      font-size: 20px;
    }
    .service-description {
      font-size: 14px;
    }
  }
  






  


  .features-photo-desc {
    /* background: linear-gradient(135deg, #1e3c72, #2a5298);  */
    /* background-color: var(--tc-primary-100_2); */
    background-color: #012236;
    /* background-image: url("../BGs/key-feature-2.jpg"); */
    background-size: cover;
    background-repeat: no-repeat;
    /* padding: 120px; */
  }
  
  .features-photo-desc .container {

    margin: auto;
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    justify-content: center;
    gap: 30px;
    gap: 30px;
  }
  
  .features-photo-desc .card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.2);
    /* width: 320px; */
    width: 100%;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  }
  
  .features-photo-desc .card:hover {
    transform: translateY(-10px);
    box-shadow: 0px 12px 25px rgba(0, 0, 0, 0.3);
    background-color: #e9f9ff;
  }
  
  .features-photo-desc .card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
  
  .features-photo-desc .description {
    padding: 25px;
    font-size: 16px;
    /* text-align: justify; */
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: #333;
    font-weight: 500;
    
  }



 

  .features-photo-desc .description span {

    font-family:'Times New Roman', Times, serif;
  }


  /* Responsive Design */
  @media (max-width: 1024px) {
    .features-photo-desc .container {
      flex-direction: column;
      align-items: center;
    }
  
    .features-photo-desc .card {
      width: 100%;
    }
  }



  .gridient-heading-section {
   
    padding: 120px;
    background: var(--tc-primary-100_2);
  }
  
  .gridient-heading-section .container {
    display: flex;
    gap: 50px;
    align-items: center;

  }

  
 
  .gridient-heading-section .left-side img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    object-fit: cover;
  }
  
 
 
  .gridient-heading-section .right-side p {

  
    color: #555;
   
  }
  
  .gridient-heading-section .right-side p:last-child {
    margin-bottom: 0;
  }
  


 

 .services-list {
    list-style-type:none;
    padding: 0;
    font-size: 16px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 10px;
  }
 .services-list li {
    padding: 10px;
    border-radius: 5px;
    transition: background 0.3s ease;
    background: #cef2ff;
    border-radius: 30px;
    width: auto;
    text-align: center;
  }
  .services-list li:hover {
    background: #6dcaff;
    /* cursor: pointer; */
  }
  
  .long-image-section {
    background-color: #002939;
    background-image: url("../imgs/pages/home1/bg-process.png");
    
  }
  .long-image-section img{

    /* max-width: 70% !important; */
    /* padding-left: 0px; */
  }
  /* .long-image-section .left-content{
    padding-right: 0px;
  }

  .long-image-section .right-content{
    padding-left: 0px;

  } */


  .contact-box-2 p{
    font-size: 18px;
  }


  .chemical-industry.long-content-section{
    background-color: #002939;
    background-image: url("../imgs/pages/home1/bg-process.png");
    flex-direction: column;
  }

  .chemical-industry.long-content-section .container{

    display: flex;
  }
  /* .chemical-industry.long-content-section .left-content {
    padding-right: 0px;
  } */
  .chemical-industry.long-content-section .right-content {
    text-align: justify;
    flex: auto;
  } 
  .chemical-industry.long-content-section .left-content {
    text-align: justify;
    flex: auto;
  } 

  .chemical-industry.long-content-section .services-list{

    grid-template-columns: repeat(1,1fr);
  
  }

  .chemical-industry.long-content-section img{

   /* width: 100%; */
  }


  .long-content-section .services-list-2{

    display: flex;
    flex-direction: column;
    gap: 22px;
    /* list-style: none */
  }
  .drop-accordion {
   width: 100%;
    margin: 20px auto;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    font-family: Arial, sans-serif;
  }
  
  .drop-accordion .accordion-item {
    border-bottom: 1px solid #ddd;
    margin-bottom: 0px;
  }
  
  .drop-accordion .drop-according-header {
    background: linear-gradient(90deg, #0d47a1, #1976d2);
    color: white;
    padding: 15px 20px;
    cursor: pointer;
    /* font-size: 18px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.3s ease;
    position: relative;
  }
  
  .drop-accordion .drop-according-header:hover {
    background: #0b3c91;
  }
  
  .drop-accordion .accordion-content {
    background-color: #e3f2fd;
    padding: 15px 20px;
    display: none;
    /* font-size: 16px; */
    line-height: 1.6;
    color: #333;
    border-top: 1px solid #ccc;
  }
  
  .drop-accordion .drop-according-header::after {
    content: '\25BC'; /* Downward arrow */
    font-size: 16px;
    transition: transform 0.3s ease;
    margin-left: auto;
  }
  
  .drop-accordion .drop-according-header.active::after {
    transform: rotate(180deg); /* Rotate arrow when active */
  }
  
  .drop-accordion .drop-according-header.active {
    background: #1565c0;
  }
  


  .features-photo-desc .container {
    display: flex;
    gap: 20px; /* Space between cards */
    flex-wrap: wrap; /* Ensure responsiveness */
    align-items: stretch; /* Make all cards the same height */
}

.features-photo-desc .card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #fff; /* Optional: Card background color */
    border: 1px solid #ddd; /* Optional: Card border */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Optional: Card shadow */
 
}
@media screen and (min-width: 993px) {
  .features-photo-desc .card {
    flex: 1 1 calc(33.333% - 20px);
  }
}



.features-photo-desc .description {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1; /* Ensures content stretches to fill space */
}

.features-photo-desc h5 {
    margin-bottom: 10px;
}

.features-photo-desc span {
  text-align: justify;
   
}
.four-part-section {
  background-color: #005677;
  padding: 120px;
  /* border-radius: 15px; */
  background-image: url("../imgs/pages/home1/bg-process.png");
}

.four-part-section .four-part-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-radius: 20px;
  gap: 30px; /* Adds spacing between columns */
}

.four-part-section .section-item {
  transition: all 0.3s ease;
  font-size: 1.2rem;
  border-radius: 10px;
}

.four-part-section .dark-bg {
  background-color: #62d0f5;
  color: white;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.four-part-section .dark-bg h2 {
  color: #ffffff;
  font-size: 1.8rem; /* Increased font size */
  font-weight: 600;
  line-height: 1.5;
}

.four-part-section .image-bg img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.four-part-section .light-bg {
  background-color: #ebfaff;
  padding: 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.four-part-section .section-item:hover {
  transform: scale(1.02); /* Slight scale effect */
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15); /* More intense shadow */
}

.four-part-section .section-item ul {
  font-size: 1.1rem; /* Slightly smaller font size */
  line-height: 1.6;
}

.four-part-section .section-item p {
  font-size: 1.3rem; /* Larger font size for better readability */
  line-height: 1.6;
}

.four-part-section .section-item ul {
  padding-left: 0;
  list-style: none;
}

.four-part-section .section-item ul li {
  margin-bottom: 15px; /* Increased spacing between list items */
  display: flex;
  gap: 15px;
  align-items: baseline;
  color: #333;
}

.four-part-section .section-item ul li i {
  color: #005677; /* Match the icon color with the section */
  font-size: 16px;
}

@media (max-width: 768px) {
  .four-part-section {
    grid-template-columns: 1fr;
    padding: 60px 20px; /* Reduced padding for smaller screens */
  }

  .four-part-section .four-part-box {
    gap: 20px; /* Adjusted spacing for small screens */
  }

  .four-part-section .section-item p {
    font-size: 1.1rem; /* Smaller text size on mobile */
  }

  .four-part-section .section-item h2 {
    font-size: 1.5rem; /* Smaller heading on mobile */
  }
}



.grid-2-service-section .container{
  grid-template-columns: repeat(2,1fr);
  text-align: left;

}



.Expound-features .less-gap-ul {

  gap: 5px;
}


.four-part-section.success-factor-only .dark-bg{

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;

}

.four-part-section.success-factor-only .light-bg{

  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 20px;

}

.about-page-section {
  position: relative;
  
  padding: 120px;
 
}


.about-page-section  .heading-3xl {
  font-size: 50px !important;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-bottom: 50px;
}

.about-page-section  h4 span {
  display: inline-block;
  /* color: #f9a826; */
  animation: fadeIn 1s ease-in-out;
}

.about-page-section .about-page-content-box h3 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 50px;
  text-align: center;
  /* line-height: 1.5; */
}

.about-page-section .about-heading{

display: flex;
justify-content: center;


}


.about-page-section .about-page-content-box h3 span {
  color: #f9a826;
  font-weight: 700;

}

.about-page-section .paragraph-base {
  font-size: 18px;
  line-height: 1.8;
  display: flex;
  gap: 10px;
  align-items: baseline;

}

.about-page-section .paragraph-base span {
  color: #ffcc00;
  font-weight: 600;
}



/* Responsive Styles */
@media (max-width: 992px) {
  .about-page-section {
      padding: 60px 15px;
  }

  .about-page-section  h4 {
      font-size: 32px;
  }

  .about-page-section .about-page-content-box h3 {
      font-size: 24px;
  }

  .about-page-section .paragraph-base {
      font-size: 16px;
  }
}

/* Animation */
@keyframes fadeIn {
  from {
      opacity: 0;
      transform: translateY(-10px);
  }
  to {
      opacity: 1;
      transform: translateY(0);
  }
}


.location-section {
 
  background-image: url("../BGs/digital-bg-9.jpg");
  background-color: black;
  background-size: cover;
  padding: 120px;
 margin: 40px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.location-section h2 {
  color: #333;
 
  padding-bottom: 5px;
  margin-bottom: 15px;
}

.location-section .location {
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 8px;
  background: #f9f9f9;
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 25px ;
}


.location-section .location:hover {
  transform: translateY(-5px);
  background: #eef4ff;
}

.location-section .location h3 {
  margin: 0;
  color: #00acee;
}

.location-section .location p {
  margin: 5px 0;
  color: #555;
  text-align: center;
}

.location-section .section-heading{
  color: #ffffff !important;
}

.location-section .view-location {
  display: inline-block;
  margin-top: 10px;
  padding: 8px 12px;
  background: #00acee;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  transition: background 0.3s ease;
}
.location-section .location-content-box{

  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 20px;
}

.location-section .view-location:hover {
  background: #0056b3;
}

@media (max-width: 600px) {
  .location-section {
      padding: 15px;
  }
}

.about-drop-section .drop-accordion .drop-according-header {

  padding: 30px;
}

.about-drop-section .drop-accordion .accordion-content {
  padding: 30px;
}

.about-drop-section{
      /* background-color: var(--tc-secondery-600); */
    
}
.about-drop-section .drop-accordion .drop-according-header {
  background: #0074a0;
  transition: all 0.3s ease;
}


.about-drop-section .drop-accordion .drop-according-header:hover,
.about-drop-section .drop-accordion .drop-according-header.active {
  background-color: #99dff9;
  border-color: #99dff9;
  color: #000000;
}

.flaticon-icon{
  height: 15px;
  width: 15px;
 
}
/* 
.paragraph-base{
  display: flex;
  align-items: baseline;
  gap: 10px;
} */


.job-opening-section {
  /* font-family: Arial, sans-serif; */
  background: #0098d4;
  text-align: center;
  padding: 120px;
}

.job-opening-section h2{
 color: #ffffff !important;
}

/* Card Container */
.job-opening-section .cards-container {
  display: grid;
  grid-template-columns: repeat(2, minmax(250px, 1fr));
  gap: 20px;
  max-width: 1000px;
  margin: auto;
}

/* Individual Card */
.job-opening-section .job-card {
  background: white;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
}

.job-opening-section .job-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.job-opening-section .job-card h3 {
  font-size: 20px;
  color: #2c3e50;
  margin-bottom: 10px;
}

.job-opening-section .job-card p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}



.contact-banner-section {
  background-color: #ffffff;
  padding: 120px ;
}



.contact-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  /* max-width: 1100px; */
  margin: auto;
  margin-top: 50px;
}

.contact-card {
  background: linear-gradient(145deg, #dfe9f3, #b7d4ed);
  padding: 50px;
  border-radius: 15px;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
  color: #333;
  font-family: 'Arial', sans-serif;
}

.contact-card:hover {
  transform: translateY(-5px);
  box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.15);
  background: linear-gradient(145deg, #bedeff, #59b1ff);
}

.contact-banner-section .contact-card h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
  display: flex
;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}

.contact-card p {
  font-size: 16px;
  color: #555;
  margin-bottom: 20px;
}

.contact-link {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  background: #007bff;
  padding: 10px 20px;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.contact-link:hover {
  background: #0056b3;
}

.contect-img-cards span {

  text-align: left;
}


/* Parent Section */
.contact-lets-talk-section {

  padding: 120px;
  
}

/* Container to align image and form */
.contact-lets-talk-section .container {
  display: flex;
  /* flex-wrap: wrap; */
  gap: 40px;
  justify-content: center;
}

/* Contact Image */
.contact-lets-talk-section .contact-image {



  background-position: center;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.contact-lets-talk-section .contact-image img{

  height: 100%;
}

/* Contact Form */
.contact-lets-talk-section .contact-form {

  background-color: #fff;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.contact-lets-talk-section .contact-form h2 {
  font-size: 30px;
  font-weight: 600;
  color: #00acee;
  margin-bottom: 15px;
}

.contact-lets-talk-section .contact-form p {
  font-size: 16px;
  color: #777;
  margin-bottom: 30px;
}

/* Form Elements */
.contact-lets-talk-section .contact-form form label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #444;
  margin-bottom: 8px;
}

/* Inputs and Textarea */
.contact-lets-talk-section .contact-form form input,
.contact-lets-talk-section .contact-form form textarea {
  width: 100%;
  padding: 12px 16px;
  font-size: 14px;
  border: 2px solid #ccc;
  border-radius: 8px;
  outline: none;
  transition: all 0.3s ease;
  margin-bottom: 20px;
}

.contact-lets-talk-section .contact-form form input:focus,
.contact-lets-talk-section .contact-form form textarea:focus {
  border-color: #007BFF;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

.contact-lets-talk-section .contact-form form textarea {
  min-height: 120px;
  resize: vertical;
}

/* Form Layout: 1 or 2 inputs per line */
.contact-lets-talk-section .contact-form form .input-group {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.contact-lets-talk-section .contact-form form .input-group .input-field {
  flex: 1;
  min-width: 250px;
}

/* Button */
.contact-lets-talk-section .contact-form form button {
  background-color: #00acee;
  color: white;
  font-size: 16px;
  padding: 14px 20px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  gap: 60px;
  width: 100%;
  transition: background-color 0.3s ease;
}

.contact-lets-talk-section .contact-form form button:hover {
  background-color: #0056b3;

}

.contact-lets-talk-section .one-line {

  display: flex;
  gap: 20px;
}

.contact-lets-talk-section .one-line div {

  width: 100%;
}

/* Responsive Design for Smaller Screens */
@media (max-width: 768px) {
  .contact-lets-talk-section .container {
      flex-direction: column;
      align-items: center;
  }

  .contact-lets-talk-section .contact-image {
      min-width: 100%;
      height: 300px;
  }

  .contact-lets-talk-section .contact-form {
     
      min-width: 300px;
  }
}






.contact-banner-section .contact-card h3 i {
  color: #007bff;
  font-size: 60px;

  /* margin-right: 8px; */
}




.contact-banner-section .contact-link i {
  /* margin-right: 5px; */
}

.stats-section {
  background-color: #0a2540;
  color: white;
  padding: 120px ;
  text-align: center;
}

.stats-section .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  /* max-width: 1100px; */
  margin: 0 auto;
  padding: 0 20px;
}

/* Individual Stat Cards */
.stats-section .stat-card {
  background: linear-gradient(135deg, #1e3a8a, #2563eb);
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  width: 200px;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.stats-section .stat-card:hover {
  transform: translateY(-5px);
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.3);
}

/* Heading */
.stats-section .stat-card h2 {
  font-size: 40px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 5px;
}

/* Description */

.build-best {

  text-align: center;
}

.build-best .announce-heading {
  /* font-size: 2.5rem; */
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #f8f9fa;
}

.cs-section-final .build-best .info-contact {
  max-width: 38%;
  margin: 0 auto;
  font-size: 1.2rem;
  line-height: 1.6;
  color: #d1d1d1;
}

.build-best .btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  font-size: 1rem;
  font-weight: 600;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 8px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  margin: 10px;
}

.build-best .btn:hover {
  background: #fff;
  color: #16213e;
}

.build-best .btn svg {
  transition: transform 0.3s ease;
}

.build-best .btn:hover svg {
  transform: translateX(5px);
}

.build-best .container {
  position: relative;
  z-index: 2;
}

.build-best p {
  text-align: center;
  align-items: center;
  font-size: 25px;
  color: #ffca00;
  width: 100%;
}

/* Responsive */
@media (max-width: 768px) {
  .build-best .announce-heading {
      font-size: 2rem;
  }

  .build-best .btn {
      padding: 10px 20px;
      font-size: 0.9rem;
  }
}


.job-section {
  position: relative;
  overflow: hidden;
 background-color: #2fbcf1;
  color: #fff;
  padding: 120px ;
  text-align: center;
}

.job-section .job-heading {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 40px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #f8f9fa;
}

.job-section .job-listings {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
  padding: 0 20px;
  justify-items: center;
}

.job-section .job-item {
  background: rgba(0, 0, 0, 0.7);
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: 100%;
  text-align: left;
}

.job-section .job-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.job-section .job-item h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #f8f9fa;
  margin-bottom: 10px;
}

.job-section .job-item p {
  font-size: 1rem;
  color: #d1d1d1;
  margin-bottom: 5px;
}

@media (max-width: 768px) {
  .job-section .job-heading {
      font-size: 2rem;
  }

  .job-section .job-item {
      padding: 15px;
  }
}


.location-content-box h3 {
  display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 20px;
}

.location-content-box h3 i {

  font-size: 40px;
}
@media (max-width: 768px) {

  .footer-box{

   
  }
  
  .footer-box .footer-content{
    margin-top: 20px;
    text-align: left !important;
  }
  .footer-box .footer-content .hover-effect{

    text-align: left;
  }
  .footer-bottom {

    flex-direction: column;
    gap: 10px;
    align-items: start !important;
  }
}


.privacy-section {
  background-color: #f8f9fa;
  padding: 50px 20px;
  display: flex;
  justify-content: center;
}

.privacy-container {
  /* max-width: 800px; */
  background: white;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.privacy-container h1 {
  font-size: 32px;
  text-align: center;
  color: #333;
  margin-bottom: 20px;
}

.privacy-container h2 {
  font-size: 24px;
  color: #007bff;
  margin-top: 25px;
  border-bottom: 2px solid #007bff;
  padding-bottom: 5px;
}

.privacy-container h3 {
  font-size: 20px;
  color: #555;
  margin-top: 20px;
}

.privacy-container p {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
}

.privacy-container ul {
  list-style-type: disc;
  margin-left: 20px;
}

.privacy-container ul li {
  font-size: 16px;
  color: #444;
  margin-bottom: 8px;
}

.privacy-container a {
  color: #007bff;
  text-decoration: none;
  font-weight: 600;
}

.privacy-container a:hover {
  text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 768px) {
  .privacy-container {
      padding: 20px;
  }

  .privacy-container h1 {
      font-size: 28px;
  }

  .privacy-container h2 {
      font-size: 22px;
  }

  .privacy-container h3 {
      font-size: 18px;
  }

  .privacy-container p,
  .privacy-container ul li {
      font-size: 15px;
  }
  .contact-banner-section {
    padding: 60px 20px !important;
  }
  .contact-banner-section .page-heading-box {
    padding-bottom: 0px;
  }
  .features-photo-desc .description h2{
    font-size: 20px;
  }
}


.job-opening-section .cards-container .job-card{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.job-opening-section .cards-container i {

  font-size: 30px;
  color: rgb(2, 149, 255);
}

.start-today .index-cards{
  margin-top: 40px;
}

.section-footer .paragraph-base:hover{
 
  font-size: 14px;

}


.navbar-nav .dropdown-item.active,
.navbar-nav .nav-link.active {
    background-color: #61d2ff !important;
    color: white !important;
    padding: 6px;
}

.fa-phone-alt {
  transform: rotate(90deg); /* Rotate icon by 90 degrees */
/* Ensures proper rotation */
}

/* .coumn-gap {

  gap: 10px;
  flex-direction: row;
} */

/* @media screen and (min-width: 768px) and (max-width: 993px) {
  .box-padding {
      height: 70vh !important;
  }
} */