body {
  background-color: #fff;
  color: #003366;
  font-family: "Source Sans Pro", sans-serif;
}
div#content {
    max-width: 100%;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "MuseoModerno", cursive;
}

h1 {
  font-weight: 700;
  letter-spacing: normal;
}

h2 {
  font-size: 45px;
  font-weight: 600;
  letter-spacing: normal;
}
h3 {
  font-size: 22.5px;
  letter-spacing: normal;
}

p {
  color: #003366;
  font-weight: 400;
  font-size: 18px;
}

.animate-slide-up {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease-out;
}

.animate-slide-up.in-view {
  opacity: 1;
  transform: translateY(0);
}

.delay-0 {
  transition-delay: 0s;
}
.delay-1 {
  transition-delay: 0.2s;
}
.delay-2 {
  transition-delay: 0.4s;
}
.delay-3 {
  transition-delay: 0.6s;
}
.delay-4 {
  transition-delay: 0.8s;
}
.delay-5 {
  transition-delay: 1s;
}

.highlight {
  font-weight: 700;
  color: #003366;
}

/* Section : What is Technical Drawing? And their Types css*/

.technical-drawing-section .section-title {
  line-height: 1.3;
}

.technical-drawing-section .section-text {
  line-height: 1.7;
  color: #003366;
}

/* Section : Contact Banner css */

.contact-banner .btn-contact-banner {
  background-color: #2b658c;
  color: #ffffff;
  border: none;
  border-radius: 2px;
  padding: 12px 30px;
  transition: all 0.3s ease;
}

.contact-banner .btn-contact-banner:hover {
  background-color: #1f4e6c;
  color: #ffffff;
  text-decoration: none;
}

/* Section: Types of Technical Drawing */
.types-technical-drawing-section .types-technical-drawing-cards {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.types-technical-drawing-section .types-technical-drawing-cards-info-card {
  color: #003366;
  padding: 30px;
  width: 32%;
  transition: transform 0.3s ease;
}
.types-technical-drawing-section h4.mb-3.card-text {
  color: #003366;
}

@media screen and (max-width: 1200px) {
  .types-technical-drawing-section .types-technical-drawing-cards-info-card {
    width: 30%;
  }
}

@media (max-width: 991px) {
  .types-technical-drawing-section .types-technical-drawing-cards-info-card {
    width: 100%;
  }
}

/* Section : Assembly Drawing css */
.assembly-section h4.mb-3.card-text {
  color: #003366;
}

/* Section : Architectural Drawing css */
.architectural-section h4.mb-3.card-text {
  color: #003366;
}
.architectural-section img {
  margin-bottom: 50px;
}

/* Section : Techniques and Standards  css */
.techniques-section {
  background-color: #003366;
}
.techniques-section .techniques {
  color: #fff;
  line-height: 1.3;
  margin-top: 20px;
}
.techniques-section p,
.techniques-section h2 {
  color: #fff;
}

.techniques-section .application-div {
  color: #fff;
  line-height: 1.3;
  margin-top: 50px;
}

.techniques-section .techniques-components h5 {
  color: #ffffff;
}
.techniques-section h4.mb-3.card-text {
  color: #ffffff;
}

/* Section : History of Technical Drawing css */
.history-technical-section .timeline-wrapper {
  position: relative;
  max-width: 900px;
  margin: auto;
}

.history-technical-section .timeline-line {
  position: absolute;
  left: 49.5%;
  top: 0;
  width: 2px;
  height: 100%;
  background: #ccd6e0;
  transform: translateX(-50%);
  z-index: 1;
}
.history-technical-section .timeline-icon {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.history-technical-section .timeline-item {
  display: flex;
  align-items: flex-start;
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
}

.history-technical-section .timeline-item:last-child {
  margin-bottom: 0;
}

.history-technical-section .timeline-content {
  width: 44%;
}

.history-technical-section .timeline-content.left {
  text-align: right;
  padding-right: 30px;
}

.history-technical-section .timeline-content.right {
  text-align: left;
  padding-left: 30px;
}

.history-technical-section .timeline-horizontal-line {
  position: absolute;
  top: 25px;
  width: 36px;
  height: 2px;
  background: #ccd6e0;
  z-index: 2;
}

.timeline-horizontal-line.left {
  right: -25px;
}

.timeline-horizontal-line.right {
  left: -25px;
}

.timeline-icon {
  position: relative;
  z-index: 3;
}

.timeline-num {
  width: 50px;
  height: 50px;
  background-color: #ccd6e0;
  color: #003366;
  font-weight: 600;
  text-align: center;
  border-radius: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 991.98px) {
  .history-technical-section .timeline-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .history-technical-section .timeline-icon {
    order: 0;
    align-self: flex-start;
    margin-bottom: 20px;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .history-technical-section .timeline-content {
    order: 1;
    width: 100%;
    text-align: left !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .history-technical-section .timeline-horizontal-line,
  .history-technical-section .timeline-line {
    display: none !important;
  }
}

/* Section : Future Trends in Technical Drawing css */
.future-trends-section .icon-shape-wrapper {
  position: relative;
  width: 90px;
  height: 108px;
}

.future-trends-section .icon-shape-wrapper svg {
  display: block;
}

.future-trends-section .icon-inside {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 700;
  font-size: 24px;
  font-family: "MuseoModerno", cursive;
  color: #003366;
}

.future-trends-section .digital-box h3 {
  color: #003366;
}

@media (max-width: 991.98px) {
  .future-trends-section .title {
    margin-top: 20px;
  }
}

/* Section : Conclusion css */
.conclusion-technical-section .square-img-wrapper {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
}

.conclusion-technical-section .square-img-wrapper img.square-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* Section: FAQs */

.faqs-technical-section {
  background-color: #003366;
}
.faqs-technical-section h2 {
  color: #fff;
}

.faqs-technical-section .faq-container {
  margin: auto;
  font-family: Arial, sans-serif;
}

.faqs-technical-section .faq-item {
  padding: 15px 0;
  cursor: pointer;
}

.faqs-technical-section .faq-question {
  display: flex;
  color: #fff;
  align-items: center;
  font-size: 18px;
  transition: color 0.3s;
}

.faqs-technical-section .faq-arrow {
  margin-right: 10px;
  transition: transform 0.3s ease;
}

.faqs-technical-section .faq-answer {
  display: none;
  padding-left: 28px;
  font-size: 18px;
  margin-top: 5px;
  color: #fff;
}

.faqs-technical-section .faq-item.open .faq-answer {
  display: block;
}

.faqs-technical-section .faq-item.open .faq-arrow {
  transform: rotate(90deg);
}

/* ======================= */