/*
Template:Quest
File:Styles.css
Author: UMID Infotech
*/

/* Global Styles */
* {
  font-family: "Open Sans", Helvetica, Arial, Verdana, sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
}

body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
}


@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .main_menu li {
    font-size: 13px !important;
  }
}



h2,
h5 {
  /*color: #a72b30;*/
}
/*navbar code starts*/
.active {
  background-color: #a72b30;
  color: #fff;
  padding: 10px 25px;
  border-radius: 5px;
}
.navbar-nav > .nav-item > .nav-link {
  color: #704747;
}
.navbar-nav > .nav-item:hover {
  outline: solid 1px #704747;
  border-radius: 8px;
}
/*navbar code ends*/

/*for all pages top banner code starts*/
.top-banner {
  /* height: 150px; */
  width: 100%;
  text-align: center;
  margin-bottom: 25px;
  background-image: radial-gradient(circle, #e8e8e8, #e8e8e8, #d4d0cd);
}
.top-banner__box {
  padding: 25px 50px 40px 50px;
}
.top-banner__box > h6 {
  color: #704847;
}
.top-banner__box > small {
  color: #704847;
}
.banner-h2 h5 small small small small span {
  color: #a72b30;
  padding: 1px 6px;
  border: 1px solid #a72b30;
  border-radius: 15px;
}
.top-banner__box > h6 > span {
  color: #a72b30;
  padding: 1px 6px;
  border: 1px solid #a72b30;
  border-radius: 15px;
}
.banner-h2 {
  font-size: 51px;
  font-family: "Open Sans", Arial, Verdana, Helvetica, sans-serif;
  font-weight: 300;
  color: #704747;
}
.banner-para {
  font-size: 12px;
  color: #704847;
}
/*for all pages top banner code ends*/

/*Home page css*/

/*home products in homepage animation code starts*/

.home-productDiv img {
  border-radius: 10px;
  background: #a72b30;
  height: 70px;
  width: 70px;
  padding: 15px;
  margin: 15px;
}

.home-productDiv h4 {
  font-size: 18px;
  line-height: 24px;
  color: #704847;
}

.home_product {
  margin: 25px 0;
}
.home_product div > div > img {
  border-radius: 5px;
}

/* Define the animation */
@keyframes mk_bottom_to_top {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Apply the animation to images */
.home-productDiv img {
  border-radius: 10px;
  animation: mk_bottom_to_top 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1);
}

/*home products in homepage animation code ends*/

/* news & events in homepage */
.textHoverCustom:hover {
  color: #a72b30 !important;
}
/* news & events in homepage */

.accordion-button::after {
  display: inline-flex; /* Use flexbox for centering */
  justify-content: center;
  align-items: center;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  font-size: 11px;
  margin-left: auto;
  border: 1px solid #a72b30;
  transition: background-color 0.3s, color 0.3s;
}

/* Expanded state (tick symbol in circle) */
.accordion-button:not(.collapsed)::after {
  content: "✔"; /* Tick symbol */
  color: #a72b30;
  background-color: transparent;
  transform: none !important;
}

/* Collapsed state (plus symbol in circle) */
.accordion-button.collapsed::after {
  content: "+"; /* Plus symbol */
  color: #a72b30;
  background-color: transparent;
  transform: none !important;
}

/* Remove the default arrow */
.accordion-button::after {
  background-image: none !important;
  content: "";
}

.accordion-button:focus {
  outline: none;
  box-shadow: none;
}

/*about quest group which is in homepage*/
.card-text,
.accordion-bodyy {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
}

.input-group-text {
  background-color: transparent;
}

span#basic-addons3,
span#basic-addons4,
span#basic-addons5 {
  background-color: transparent;
}

/* Updated Styling for Enquiry Form Inputs */
.fc-1 {
  border-bottom-left-radius: 0px !important;
  border-top-left-radius: 10px !important;
}

.fc-span-1 {
  border-bottom-right-radius: 0px !important;
  border-top-right-radius: 10px !important;
}

.fc-2,
.fc-3 {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.fc-span-2,
.fc-span-3 {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.fc-4 {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 10px !important;
}

.fc-span-4 {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 10px !important;
}

textarea {
  border-radius: 10px !important;
}

.form-control:focus {
  color: #a72b30;
  background-color: #fff;
  border-color: #a72b30;
  outline: 0;
  box-shadow: none;
}

/* Custom Classes for Overriding */

.no-bottom-left-radius {
  border-bottom-left-radius: 0 !important;
}

.no-top-left-radius {
  border-top-left-radius: 0 !important;
}

.no-bottom-right-radius {
  border-bottom-right-radius: 0 !important;
}

.no-top-right-radius {
  border-top-right-radius: 0 !important;
}

/*Home page css*/

.home_product {
  margin: 25px 0;
}
.home_product div > div > img {
  border-radius: 5px;
}

/* news page */
main {
  margin-bottom: 150px;
}

.posts-card {
  width: 70%;
  margin: 15px auto;
}
.post-title {
  color: #704747;
}
.post-footer {
  display: flex;
  justify-content: space-between;
}
.post-footer__details {
  text-decoration: none;
  color: #a72b30;
}
.post-footer__datebox {
  color: #a72b30;
  text-decoration: none;
}
.post-footer__date {
  color: #a72b30;
}

/* ------------------Partners page start------------------------ */
.partners {
  padding: 40px 20px;
}
.partners h2 {
  font-size: 38px;
  color: #704847;
  margin-bottom: 20px;
  text-align: left;
  margin-left: 60px;
  font-weight: 100;
}
.partners-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: flex-start; /* Left-align logos */
}
.partners-logos img {
  max-width: 150px;
  height: 80px;
  margin-left: 60px;
  margin-bottom: 40px;
  aspect-ratio: 3/2;
  flex: 0 0 auto; /* Prevent logos from stretching */
}
/* Space Below Row */
.partners-logos::after {
  content: "";
  flex-grow: 1; /* Fills the remaining space */
}
/* ------------------Partners page end------------------------ */

/* -------------------Corporate Responsibility page start --------------------------*/
.responsibility-paragraph {
  font-size: 0.9rem;
  margin-top: 10px;
  font-weight: 700;
}
.responsibility-quote {
  font-style: italic;
  font-size: 1rem;
  color: #704847;
  text-align: left;
  margin-top: 20px;
}
/* -------------------Corporate Responsibility page end --------------------------*/

/* ----------------------------business page start --------------*/
.business-container {
  max-width: 1200px;
  margin: 30px auto;
  padding: 0 15px;
}

.business-container .business-p {
  font-size: 40px;
  font-weight: lighter;
  color: #704847;
  /* color: #a72b30; */
  font-weight: 100;
}

.left-image img {
  width: auto;
  height: auto;
  border-radius: 5px;
}

.right-content h4 {
  font-size: 18px;
  color: #704847;
  margin-top: 15px;
}

.right-content p {
  font-size: 14px;
  color: #000;
  margin-bottom: 15px;
  line-height: 1.6;
}

/* -----------------about page----------------- */

/* Container Styling */
.contain {
  /* border: 2px solid rgb(137, 137, 137); */
  max-width: 100%;
  /* background-color: #8b0000; */
  margin: 0 auto;
}

/* "Think Globally, Act Locally" Section Styling */
.think-global {
  /* background-color: #8b0000; */

  padding: 50px 50px;
}
.think-global h2 {
  font-size: 2.5rem;
  text-align: left;
  color: #704847;
  margin-bottom: 30px;
  font-weight: 100;
}
.think-global h4 {
  font-size: 18px;
  font-weight: 700;
}

.think-global p {
  color: #1e1e1e;
  line-height: 1.6;
  font-size: 15px;
  font-weight: 500;
}

/* Vision and Mission Section Styling */
.about-vision {
  color: #704847;
  font-weight: 200;
}
.border {
  border-radius: 8px;
}
.text-justify {
  text-align: justify;
  color: #1e1e1e;
  font-weight: 500;
  font-style: italic !important;
}

.about-value h2 {
  color: #704847;
  font-weight: 200;
  font-size: 25px;
}
.about-value h5 {
  color: #000;
  font-weight: 400;
}

.about-value p {
  font-weight: 500;
}

/* Custom Styling for Corporate Responsibility */
.section-corporate {
  color: #704847;
  font-size: 40px !important;
  font-weight: 300;
  margin-bottom: 20px;
  text-align: left;
}

.section-titles {
  color: #704847;
  font-size: 2.5em;
  font-weight: 300;
  margin-bottom: 20px;
  text-align: left;
}

.section-title {
  color: #704847;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 20px;
  text-align: left;
}
.about-corporate p {
  font-weight: 500;
}
.text-highlight {
  color: #704847;
}

.gallery-photo img {
  margin-bottom: 15px;
  width: 300px;
  animation: none;
}

#animated-image {
  transform-origin: center;
  max-width: 300px; /* Adjust image size */
  border: 2px solid #ddd;
  border-radius: 10px;
}

/* Responsiveness for Smaller Screens */
@media (max-width: 576px) {
  .hero-section h1 {
    font-size: 2rem;
  }
  .hero-section p {
    font-size: 0.9rem;
  }
  .think-global h2 {
    font-size: 1.5rem;
  }
}

/* ------------------contact page --------------*/

.contact-info,
.form-container {
  /* background-color: #fff; */
  border-radius: 8px;
  /* padding: 20px; */
  /* box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); */
}

.contact-info h2,
.form-container h2 {
  font-family: "Open Sans", Helvetica, Arial, Verdana, sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  color: #704847;
  margin-bottom: 20px;
}

.contact-info p,
.contact-info a {
  font-size: 0.8rem;
  color: black;
  font-family: "Open Sans", Helvetica, Arial, Verdana, sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: 600;
}

.contact-info a {
  text-decoration: none;
  color: #704847;
}

.contact-info a:hover {
  text-decoration: underline;
}

.form-container button {
  background-color: #b22222;
  color: white;
  font-size: 1rem;
}

.form-container button:hover {
  background-color: #8b0000;
}

.network-section h1 {
  color: #704847;
  margin-bottom: 30px;
  font-family: "Open Sans", Helvetica, Arial, Verdana, sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
}

.location h2 {
  font-size: 1rem;
  color: #704847;
}

.location-left {
  position: relative;
  left: -140px;
}
.location-right {
  position: relative;
  left: -200px;
}
.location p {
  font-size: 0.8rem;
  color: black;
  margin: 5px 0;
  font-family: "Open Sans", Helvetica, Arial, Verdana, sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: 600;
}

/* 
--------------chartering page---------- */
.charting-container {
  padding: 0px 40px;
}
.charting-content-section {
  margin-top: 20px;
  /* padding: 10px 30px; */
}
.charting-content-section h4 {
  color: #000;
  font-size: 15px;
  font-weight: bold;
}
.charting-content-section p {
  font-size: 14px;
  color: #000;
  font-weight: 500;
}
.charting-slider-container {
  text-align: center;
  overflow: hidden;
}
.charting-slider-container img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
}
.charting-slider-content {
  display: none;
}
.charting-slider-content h4 {
  text-align: left;
  padding: auto;
  font-size: 15px;
  margin-top: 10px;
  font-weight: 600;
  color: #666;
}

.charting-slider-content p {
  font-weight: 500;
  width: 100%;
}
/* .slider-p {
  display: flex;
  font-size: 15px;
  gap :15px;
  text-align: left;
} */
.slider-p {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  gap: 100px;
  text-align: left;
}
/* .slider-p p{
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  unicode-bidi: isolate;
} */

.left-paragraph,
.right-paragraph {
  width: 45%; /* Equal width for both paragraphs */
  text-align: justify;
}

.charting-slider-content.on {
  display: block;
}
.charting-nav-buttons {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}
.charting-nav-buttons button {
  /* background-color: rgba(152, 152, 152, 0.5); */
  background-color: rgba(152, 152, 152, 0.055);

  color: #000;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 16px;
  margin: 0 10px;
  transition: background-color 0.3s ease;
}
.charting-nav-buttons button:hover,
.charting-nav-buttons button.on {
  /* background-color: rgba(214, 211, 211, 0.8); */
  background-color: rgba(214, 211, 211, 0.493);
}

.charting-concentration-section h4 {
  color: #704847;
}

.charting-concentration-section ul li {
  font-size: 0.8rem;
  font-weight: 500;
}

.charting-footer-links a {
  text-decoration: none;
  color: #704847;
}
@media (max-width: 768px) {
  .charting-nav-buttons button {
    font-size: 14px;
    padding: 8px 15px;
  }
}

/* -----------------------------fertilizer-trending page------------------------ */
.fertilizer-equal-height {
  display: flex;
  align-items: center;
}

.fertilizer-right-text {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: left;
  /*margin-left: -100px;*/
  /* padding: 20px 40px 20px 20px; Adjusting text a bit to the left */
}

.fertilizer-right-text p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  unicode-bidi: isolate;
  text-align: left;
  font-size: 14px;
  font-weight: 500 !important;
  width: 90%;
  line-height: 1.6;
}

/* -----------shipping page------------- */
.shipping-heading,
p {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 400 !important;
}

.shipping-content-section {
  margin-bottom: 60px;
}

.shipping-text-left h3 {
  font-size: 15px;
  font-weight: bold;
}

.shipping-text-left p {
  font-size: 15px;
}
.shipping-images-section {
  margin-top: 40px;
}

.shipping-images-section a {
  text-decoration: none;
  color: #704847;
}
.shipping-images-section img {
  max-width: 100%;
  height: auto;
  border-radius: 3px;
  margin-bottom: 15px;
}

.shipping-images-section h4 {
  /* margin-top: 10px; */
  font-size: 15px;
}

.shipping-section-space {
  margin-bottom: 60px;
  height: 450px;
}

/* ------------------Sustainabilit page start--------------- */
.content-Sustainabilit {
  padding: 10px 80px 50px 20px;
}
.content-Sustainabilit h1 {
  font-size: 38px;
  font-weight: 300;
  color: #704847;
  margin-bottom: 10px;
  text-align: left;
}
.content-Sustainabilit p {
  font-size: 14px;
  margin-bottom: 10px;
  text-align: left;
  font-weight: 500 !important;
}
.Sustainabilit-input-type {
  width: 700px;
  max-width: 700px;
  border: 1px solid rgb(218, 214, 214);
  outline: 1;
  border-radius: 5px;
  height: 30px;
  padding: 10px;
}
/* ------------------Sustainabilit page end--------------- */

/*---------------- ABOUT CETL Central European Trade and Logistic LLC page -------------- */
/* Image Section */
.image-section {
  margin-top: 30px;
  position: relative;
}

.image-section img {
  width: 100%;
  height: auto;
}

/* Overlay Text on Image */
.overlay-text {
  position: absolute;
  top: 12%;
  left: 40%;
  transform: translate(-50%, -50%);
  color: white !important;
  font-size: 1rem;
  text-align: left;
  padding: 20px;
  border-radius: 10px;
  max-width: 90%;
}
.overlay-text h2 {
  color: white;
  font-size: 42px;
  font-weight: 200;
}

.overlay-text p {
  font-size: 20px;
}

/* Main Activities Section */
.main-activities-section {
  padding: 60px 0;
}
.main-activities-section h2 {
  text-align: left;
  text-decoration: underline;
  margin-left: 200px;
  font-size: 3rem;
  color: #704847;
  margin-bottom: 20px;
}
.main-activities-section p {
  text-align: left;
  font-size: 1.2rem;
  color: #704847;
  margin-bottom: 30px;
  margin-left: 100px;
}
.main-activities-section img {
  width: 70%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-left: 40px;
}

/* Custom Styles for Our Products Section */
.products-section {
  padding: 50px 0;
}
.products-section h2 {
  text-align: center;
  font-size: 2.5rem;
  color: #704847;
  margin-bottom: 30px;
}
.product-item ul {
    
  padding-left: 20px; /* Remove default padding */
}
.product-item li {
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
}

.map-section-div {
  margin-left: 30px;
}

/* Responsive Adjustments */
@media (max-width: 576px) {
  .products-section h2 {
    font-size: 2rem;
  }
  .overlay-text {
    font-size: 1.5rem; /* Adjust overlay text size for mobile */
  }
}

/* Additional Styling for Mobile Devices */
@media (max-width: 576px) {
  .header-content h1 {
    font-size: 2rem; /* Smaller font size for mobile */
  }
  .header-content p {
    font-size: 1rem; /* Adjust text size for smaller screens */
  }
  .overlay-text {
    display: none;
    font-size: 1.5rem; /* Adjust overlay text size for mobile */
  }
  .main-activities-section h2 {
    font-size: 2rem; /* Smaller heading size for mobile */
  }
  .main-activities-section p {
    font-size: 1rem; /* Smaller paragraph text */
  }
  .products-section h2 {
    font-size: 2rem;
  }
  .product-item h5 {
    font-size: 1.2rem;
  }
}

/* Custom Styles */
.receiving-ports-section {
  margin-top: 20px;
  padding: 20px 0;
  margin-bottom: 10px;
}

.receiving-ports-section h2 {
  text-align: center;
  font-size: 2.5rem;
  color: #704847;
  margin-bottom: 30px;
  text-decoration: underline;
}

.receiving-ports-section img {
  width: 100%;
  height: 400px;
}

.receiving-ports-section ul {
  font-weight: bold;
  width: 30px;
}

/* Additional Styling for Mobile Devices */
@media (max-width: 576px) {
  .receiving-ports-section h2 {
    font-size: 2rem;
  }
}

/* Custom Styles */
.network-section {
  margin-top: 50px;
  padding: 30px 0;
}

.network-section h2 {
  text-align: center;
  font-size: 1.7rem;
  color: #704847;
  margin-bottom: 30px;
  text-decoration: underline;
  margin-left: 60px;
}

.country-list {
  gap: 20px;
  margin-left: 60px;
}

.country-item {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
}

.map-section {
  margin-top: 40px;
  position: relative;
}

.map-image {
  width: 100%;
  height: auto;
}

/* responsive design */

/* Additional Styling for Mobile Devices */
@media (max-width: 576px) {
  .network-section h2 {
    font-size: 2rem;
  }
  .country-item {
    width: 160px;
    font-size: 1rem;
  }
}

/* 
-----------------Health, Safety, Security & Environment page----------------- */
.health-safety-image-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 25px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.health-safety-image-gallery img {
  width: 100%;
  height: auto;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.image-gallery-second {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 25px;
  margin-top: 20px;
  /* margin-bottom : 20px */
}

.image-gallery-second img {
  width: 100%;
  height: 80%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
/* singlepost next previous btn css and related post css*/
.next_prev {
  color: #a72b30;
  text-decoration: none;
}
.next_prev:hover {
  text-decoration: underline;
}
.card-text-parra {
  color: #704847;
}
.related-title:hover {
  color: #a72b30;
}
.hr-line {
  outline: 2px solid #666;
}
/* singlepost next previous btn css and related post css */

/* footer-section */
.active-footer {
  color: #b22222 !important;
}
/* footer-section */