@import url("acid-grotesk/stylesheet.css");

body {
  background-color: #F5F3F2 !important;
  scroll-behavior: smooth;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  font-family: 'Acid Grotesk';
  font-weight: 500;
  font-size: 1rem;
}

.custom-bg {
  background-color: #FF6F00 !important;
  color: #fff !important;
  height: 45px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 30px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  border: none !important;
  border-radius: 4px !important;
  transition: background-color 0.3s ease !important;
  gap: 8px !important;
}

.custom-bg:hover {
  background-color: #e65c00 !important;
  color: #fff !important;
}

#myBtn {
  display: none;
  position: fixed;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #ff6a00;
  color: white;
  font-size: 20px;
  line-height: 48px;
  text-align: center;
  transition: background-color 0.3s;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  cursor: pointer;
}

.custom-bg .btn-icon {
  display: inline-block;
  vertical-align: middle;
}

.nav-link.dropdown-toggle::after {
  display: none;
}


.auto-wrap {
  max-width: 900px;
}

/* INDEX FILE */

/* NAVBAR START  */

.dropdown-item.active, .dropdown-item:active {
    color: #FFFFFF !important;
    text-decoration: none !important;
    background-color: #FF6F00  !important;
}

.nav-font {
  color: #1b1a1a !important;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 500 !important;
  line-height: normal;
}

.custom-dark-border {
  border: 1px solid #000 !important;
  color: #000;
}

.custom-dark-border:hover {
  color: #fff !important;
  background-color: #FF6F00 !important;
  border: none !important;

}

.nav-link:hover {
  color: #FF6F00 !important;
}

.navbar-nav .current-menu-item > .nav-link {
  color: #FF6A00 !important; /* Change this color as needed */
}


/* black border */

/* NAVBAR END */


/* carousel start  */

.carousel-slide {
  height: 500px;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  background-color: #fff;
}

.display-5 {
  color: #FFF;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px;
  width:100%;
}

.overlay-dark {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
  border-radius: 20px;
}


.carousel-indicators [data-bs-target] {
  background-color: white !important;
  width: 10px !important;
  height: 10px !important;
  border-radius: 50% !important;
}

.carousel-indicators .active {
  background-color: orange !important;
}

.carousel-section {
  background: rgba(235, 10, 10, 0.73) !important;
}

.banner-text{
	width:65%;
}

/* carousel end  */
/* Company logo slider */

@keyframes slides {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

.logos {
  overflow: hidden;
  padding: 30px 0px;
  white-space: nowrap;
  position: relative;
}

.logos:before,
.logos:after {
  position: absolute;
  top: 0;
  content: '';
  height: 100%;
  z-index: 2;
}

.logos:before {
  left: 0;
}

.logos:after {
  right: 0;

}

.logo_items {
  display: inline-block;
  animation: 25s slides infinite linear;
}

.logos:hover .logo_items {
  animation-play-state: paused;
}

.logo_items img {
  height: 30px;
  margin-right: 80px;
}

/* END Company logo slider */
/* center text  */


.highlight-section {

  background-color: #FFF;
}

.custom-text {
  color: #48494D;
  text-align: center;
  font-size: 45px;
  font-style: normal;
  font-weight: 350;
  line-height: 60px;
  margin-top: 50px;
}

.custom-number-text {
  font-size: 55px;
}

.custom-sub-text {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 591;
  line-height: 28px;
}

/*  END center text  */

/* Explore our services */

.text-gray {
  color: rgba(9, 23, 59, 0.83);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 37px;
}

.display-3 {
  letter-spacing: -0.02em;
  color: #09173B;
  font-size: 50px;
  font-weight: 500;
  font-style: normal;
  line-height: 53px;
}

.lead {
  color: #fff;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 37px;
}

.display-7 {
  color: #09173B;
  font-size: 50px;
  font-style: normal;
  font-weight: 100;
  line-height: 80px;

}

/* Service Cards */
.service-card {
  border: 1px solid #C7C5C4;
  border-radius: 6px;
  padding: 2rem;
  height: 100%;
  width: 100%;
}

.service-icon {
  color: var(--navy-900);
}

.service-card h3 {
  color: var(--navy-900);
  font-weight: 600;
  font-size: 1.5rem;
}

.text-heading {
  color: red;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 39px;
}

/* Feature List */
.feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.feature-list li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 1rem;
  color: #09173B;
  font-size: 1rem;
  line-height: 1.5;
  font-style: normal;
}

.feature-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.25rem;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url("images/check-list.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.btn-outline-secondary {
  border: 1px solid #e5e7eb;
  color: var(--gray-700);
  font-weight: 500;
  padding: 0.75rem 1.6rem;
  border-radius: 0.5rem;
  transition: all 0.3s ease;
}

.btn-outline-secondary:hover {
  background-color: #f8fafc;
  border-color: #e5e7eb;
  color: var(--navy-900);
}

/* Explore our tools */

.tools-custom-text {
  color: #09173B;
  text-align: center;
  font-size: 68px;
  font-style: normal;
  font-weight: 500;
  line-height: 91px;
}

.tools-subtext {
  color: rgba(9, 23, 59, 0.83);
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 37px;
  padding: 0 120px;
  margin-bottom: 60px;
}

/* Tools Navigation */


.tool-wrapper {
  border-radius: 11px;
  border: 1px solid rgba(0, 0, 0, 0.16);
  background: #FFF;
  width: 100%;
  height: auto;
  padding: 50px;
  margin-bottom: 25px;
  margin-top: 40px;
}

.our-tool-wrapper {
  border-radius: 20px;
  /* border: 1px solid rgba(0, 0, 0, 0.16); */
  background: #F5F3F2;
  width: 100%;
  height: auto;
  padding: 50px;
  margin-bottom: 25px;
  margin-top: 40px;
}

.tools-title {
  font-weight: 400;
  margin-bottom: 20px;
  color: rgba(9, 23, 59, 0.90);
  text-align: center;
  font-style: normal;
  line-height: 35px;
  font-size: 25px;
}

.tools-buttons {
  display: inline-flex;
  gap: 10px;
  padding: 8px 16px;
  height: 100%;
  border-radius: 14px;
  background: #EAE8E7;
}


.btn.active {
  background-color: #FF6F00;
  border-color: #FF6F00;
  color: #fff;
}


.dashboard-preview {
  background: white;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.browser-dots {
  display: flex;
  gap: 6px;
  margin-bottom: 15px;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.dot.red {
  background-color: #ff5f57;
}

.dot.yellow {
  background-color: #ffbd2e;
}

.dot.green {
  background-color: #28c940;
}

/* Content Section */
.content-section {
  padding-left: 40px;
}

/* Features */
.features {
  margin-top: 30px;
}

.feature-item {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}

.feature-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url('images/check-list.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
  margin-top: 6px;
}

.feature-item p {
  margin: 0;
  font-size: 16px;
  color: #444;
}

/* Explore More Button */
.btn-outline-dark {
  border: 2px solid #333;
  padding: 9px 21px;
  font-weight: 400;
  border-radius: 6px;
}

.btn-outline-dark:hover {
  background-color: #333;
  color: white;
}

/* Uncover insights from our projects  */

.ourproject-title {
  color: #09173B;
  font-style: normal;
  font-weight: 500;
  line-height: 95px;
}

.uncover-sub-text {
  color: rgba(0, 0, 0, 0.46);
  font-size: 16px;
  font-style: normal;
  font-weight: 591;
  line-height: 24px;
  opacity: 50%;
}

/* FAQ */

.faq-section {
  max-width: 1500px;
  margin: 0 auto;
  padding: 50px 20px;
  text-align: center;
  font-family: "Inter", sans-serif;
}

.faq-title {
  margin-bottom: 40px;
  color: #09173B !important;
  font-size: 40px;
  font-style: normal;
  line-height: 91px;
}

.faq-container {
  text-align: left;
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
  padding: 20px;
}

.faq-item {
  margin-bottom: 10px;
  background: #FCFCFD;
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.50);
}

.faq-answer-text {
  color: rgba(0, 0, 0, 0.76);
  font-size: 20px;
  font-style: normal;
  font-weight: 90;
  line-height: 26px;
  opacity: 60%;
}

.faq-item.disabled {
  opacity: 0.4;
  pointer-events: none;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 20px;
  font-weight: 600;
  font-size: 1.125rem;
}

.faq-answer {
  display: none;
  padding: 0 20px 20px;
  font-size: 1rem;
  color: #555;
}

.faq-item.active .faq-answer {
  display: block;
}

.faq-item.active .icon {
  transform: rotate(180deg);
}

.icon {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  color: #fff;
  border-radius: 50%;
  font-size: 2rem;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.2s;
  flex-shrink: 0;   
}
.icon:hover {
    transform: scale(1.1);
}

.faq-button {
  margin-top: 30px;
}

.faq-button button {
  background: #ff6a00;
  border: none;
  padding: 12px 30px;
  color: #fff;
  font-weight: 600;
  border-radius: 5px;
  cursor: pointer;
}

/* BLOG */

.blog-card-title{
	color: rgba(32, 32, 37, 0.93);
font-size: 20px;
font-style: normal;
font-weight: 150;
line-height: normal;
	
}
/* END BLOG  */

/* Reviews */
.custom-review {
  margin-top: 9rem;
  margin-bottom: 9rem;
}

.testimonial-img {
  width: 200px;
  height: 200px !important;
  object-fit: cover;
}

.testimonial-text {
  font-size: 1.2rem;
  color: rgba(42, 43, 44, 0.84);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

.arrow-btn {
  background: none;
  border: 2px solid #ccc;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.2s ease;
}

.arrow-btn:hover {
  background-color: #f0f0f0;
}

.company-logo {
  height: 32px;
}

.review-text {
  color: #212225;
  font-size: 45px;
  font-style: normal;
  font-weight: 500;
  line-height: 67px;
}

.wsa-audio {
  margin-left: -014px;
}

/* DIGITAL-LEARNING */

.service-sub-text {
  color: #09173B;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 38px;
}

.digital-sub-text {
  color: #09173B;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 38px;
}

/* Footer */

.footer {
  font-family: 'Inter', sans-serif;
}

.footer-text {
  color: rgba(255, 255, 255, 0.95);
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 90;
  line-height: 40px;
}

.footer-sub-text {
  color: #FFF;
  text-align: center;
  font-size: 25px;
  font-style: normal;
  font-weight: 539;
  line-height: 39px;
}

.btn-orange {
  background-color: #ff6a00;
  color: white;
  border: none;
  border-radius: 6px;
  font-weight: 600;
}

.btn-orange:hover {
  background-color: #e65c00;
}

.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #0d0d0d;
  color: white;
  font-size: 16px;
  transition: background 0.3s;
}

.social-icon:hover {
  background-color: #ff6a00;
  color: #fff;
}

.footer-link {
  color: #ccc;
  text-decoration: none;
  font-size: 0.95rem;
}

.footer-link:hover {
  text-decoration: underline;
  color: white;
}

.scroll-top {
  display: none;
  position: fixed;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #ff6a00;
  color: white;
  font-size: 20px;
  line-height: 48px;
  text-align: center;
  transition: background 0.3s;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  cursor: pointer;
}


.scroll-top:hover {
  background-color: #e65c00;
}

.footer-section {
  flex-shrink: 0;
  display: flex;
  flex-shrink: 0;
  opacity: 60%;
}

/* END INDEX FILE */



/* START DIGITAL LEARNING PAGE */

.digital-title {
  color: #09173B;
  text-align: center;
  font-size: 45px;
  font-style: normal;
  font-weight: 500;
  line-height: 70px;
}

.image-wrapper {
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 10px;
}

.image-wrapper img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
}
.image-wrapper:hover{
	transform: translateY(-5px);
  box-shadow: 0 10px 16px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in-out;
}
.content-wrapper{
	
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 30px;
	transition: border-color 0.3s ease; /* smooth animation */
}
.content-wrapper:hover {
  border-color: #ff6a00;
}
	

.text-section {
  color: #09173B;
  font-size: 27px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
}

.text-section-sub-text {
  color: #09173B;
  font-size: 18px;
  font-style: normal;
  font-weight: 450;
  line-height: 30px;
}

/* END DIGITAL LEARNING PAGE */

/* our tools */
.content-section-title {
  color: #323238;
  font-size: 30px !important;
  font-style: normal;
  font-weight: 550;
  line-height: 43px;
}

.tool-description {
  color: #09173B;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.points {
  color: #323238;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 5px;
}

.gamified-card {
  border-radius: 16px;
  border: 1px solid rgba(74, 73, 73, 0.11);
  background: #d9d8d8bf;
}

.gamified-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 16px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in-out;
	background:#fff;
}

.gamified-card-title {
  color: #14151A !important;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 500  !important;
  line-height: 24px;
  letter-spacing: -0.18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card-description {
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 23px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.learning-badg, .badge-time {
  font-size: 16px;          /* Single font-size declaration */
  padding: 6px 10px;
  color: #6F717C;
  border-radius: 15px;
  font-weight: 500;
  display: inline-flex;      /* Ensures icon and text align horizontally */
  align-items: center;
  gap: 4px;                 /* Spacing between icon and text */
}

/* Unique backgrounds */
.learning-badg { background: #FFF6CF; }
.badge-time {
  background: #D5FAE3;
  margin-left: 5px;
}

/* end our tools */

/* CASESTUIES-DETAIL PAGE START */
.case-studie-card-title {

  color: #1D1D1D;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 51px;
}

.case-studie-card-text {
  color: #2C3133;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
}

.que {
  color: #5F6062;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}

.ans {
  color: #1D1D1D;
  font-size: 20px;
  font-style: normal;
  font-weight: 450;
  margin-left: 6px;
}

.card-border-radius {
  border-radius: 20px;
  background: #FFF;
}

.objectives-ul-class {
  color: #2C3133;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;

}

.solutions-list {
  color: #1c1f20;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}

.solutions-list-text {
  color: #2C3133;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}

.download-pdf {
  height: 250px;
  flex-shrink: 0;
  background: #fff;
}

.case-studies-icon{
    height: 21px;
    width: auto;
    margin-top: 6px;
}
/* CASESTUIES-DETAIL PAGE END */



/* about us */
.story-section {
  background: url('/assets/images/15.png') no-repeat top right;
  background-size: contain;
  background-position: top right;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
}

.story-title {
  color: #09173B;
  font-size: 50px;
  font-style: normal;
  font-weight: 100;
  line-height: 95px;
}

.story-highlight {
  margin: 0 auto;
  color: #48494D;
  max-width: 900px;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
}

.story-highlight strong {
  color: #000;
  font-weight: bold;
}

.story-description {
  font-size: 1rem;
  max-width: 850px;
  margin: 0 auto;
  color: #2b2b2b;
  line-height: 1.8;
}

.bg-orange-box {
  position: absolute;
  top: 20px;
  right: 108px;
  width: 84%;
  height: 100%;
  background-color: #FF6A00;
  border-radius: 20px;
  z-index: 0;
}

.mission-image {
  border-radius: 20px;
}

.about-text {
  color: #09173B;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 41px;
  max-width: 485px;
}

.bg-black-box {
  position: absolute;
  top: 20px;
  left: 108px;
  width: 78%;
  height: 100%;
  background-color: #000;
  border-radius: 20px;
  z-index: 0;
}

.circle {
  position: absolute;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: black;
  text-align: center;
  font-size: 35px;
  font-weight: 600;
}

/* Customize individual circles */
.commitment {
  background: #ff6f00;
  width: 183px;
  height: 181px;
  top: 0px;
  left: 0px;
  font-size: 22px;
}

.trust {
    background: #757679;
    width: 183px;
    height: 181px;
    top: -96px;
    left: 105px;
    font-size: 20px;
    color: white;
}

.innovation {
    background: #fff;
    width: 183px;
    height: 181px;
    top: 52px;
    left: 160px;
    font-size: 20px;
}

.honesty {
    background: #D3CECB;
    width: 200px;
    height: 200px;
    top: 136px;
    left: 30px;
    font-size: 21px;
}
/* Card style */
.value-card {
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.about-card-title {

  color: #000;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 41px;
}

/* Optional icon styling */
.icon {
  font-size: 20px;
}

.round-image {
  width: 100%;
  max-width: 160px;
  height: auto;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 1rem;
}

.rounded-circle {
   border-radius: 50%;
}

.our-team-text {
  color: rgba(9, 23, 59, 0.83);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 37px;
  padding-inline: 70px;
}

.name-title {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 1rem;
}

.set-img {
  background-size: cover;
  background-position: center;
  min-height: 600px;
  border-radius: 1rem;
}

.display-6 {
  color: #FFF;
  font-size: clamp(24px, 5vw, 48px);
  font-style: normal;
  font-weight: 200;
  line-height: 1.2;
  text-transform: uppercase;
  max-width: 440px;
}

.text-orange {
  color: #FF6F00;
}

.location-card {
  background-color: #fff;
  transition: box-shadow 0.3s ease;
}

.location-card:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.icon-circle {
  width: 56px;
  height: 56px;
  background-color: #f5f5f5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.location-text {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 420;
  line-height: 34px;
}

/* end about us */

/* Contact us page start */
.bg-darkblue {
  background-color: #071C43;
  position: relative
}



.light-round {
  position: absolute;
  bottom: 75px;
  right: 115px;
  z-index: 25;
}

.orange-shape {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 20;
}

.information-container {
  z-index: 35;
}

.contact-sub-text {
  color: #C9C9C9;
  font-size: medium;
	margin-bottom:6rem !important;
}

.location-width {
  max-width: 350px;
}



.wpcf7-form input,
.wpcf7-form textarea {
  border-radius: 8px;
  padding: 10px 15px;
  width: 100%;
  margin-bottom: 16px;
  border: 1px solid #ddd;
}

.wpcf7-form .wpcf7-submit {
  background-color: #FF6A00;
  color: #fff;
  border: none;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}

.wpcf7-form .wpcf7-submit:hover {
  background-color: #d85400;
}

.row-height {
  min-height: 600px;
}




/* End contact page */
/* MEDIA QUERY  */

/* Mobile (Phones) - Small devices */

@media (min-width: 768px)and (max-width: 1199.98px) {
    .ipadpro {
        margin-bottom: 23.5rem !important;
		width:100%;
		 margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
    }
}
 
@media (max-width: 992px) {
  .back-to-top {
    display: none !important;
  }
	
	
}

@media (max-width: 576px) {
.icon {
   		width: 36px;
    	height: 36px;
    	font-size: 1.1rem;	
    	display: inline-flex;         /* Enables flexbox layout inside */
    	align-items: center;          /* Vertical centering */
    	justify-content: center;  
  }
  .faq-question {
    padding: 12px;      /* Slightly reduce for mobile */
    font-size: 1rem;    /* Slightly reduce for mobile */
  }
	
	.banner-text{
	width:100%;
}
	.display-7{
	line-height:50px !important;	
	}
  .display-6 {
    font-size: 0px;
  }

  .display-5 {
    font-size: 28px;
    line-height: 30px;
	  max-width:90%
  }

  .content-section-title {
    font-size: 17px;
    line-height: 32px;
    margin-top: 30px;.icon {
        width: 100%;          /* Stretch full width */
        height: auto;         /* Allow height to adjust */
        aspect-ratio: unset;  /* Remove perfect square constraint */
        border-radius: 0;     /* Remove circle on mobile for stretching */
        padding: 12px 0;      /* Vertical padding for better look */
        font-size: 1.5rem;    /* Make the + bigger on mobile */
    }
  }

  .content-section {
    padding-left: 0;
  }

  .nav-font {
    font-size: 16px;
  }

  .display-3 {
    font-size: 3rem;
  }

  .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .custom-text {
    color: #48494D;
    font-size: 25px;
    font-style: normal;
    font-weight: 250 !important;
    line-height: 45px;
  }

  .tools-subtext {
    padding: 0 15px;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
  }

  .tools-custom-text {
    font-size: 40px;
    line-height: 40px;
    text-align: left;

  }

  .ourproject-title {
    color: #09173B;
    font-style: normal;
    line-height: 30px;
  }

  .bg-orange-box {
    right: 20px;
    width: 95%;
    top: 10px;
  }

 .custom-mb-responsive {
    margin-bottom: 24rem !important; 
	  
  } 
	.learning-badg, .badge-time {
    font-size: 14px;
    padding: 5px 8px;
    width: 100%;
    justify-content: flex-start;
    margin-left: 0;          /* Removes extra space on stacking */
  margin-bottom:5px
	}
	
	.blog-card-watch {
    font-size: 0.95rem;
    gap: 2px;
  }
  .blog-card-watch svg {
    width: 1.1em;         /* Slightly larger icon for touch targets */
    height: 1.1em;
  }

}

/* Tablet - Medium devices */
/* Tablet - Medium devices */

/* Shared responsive styles for iPad Mini (768–991.98px) & iPad Air (992–1199.98px) */
@media (min-width: 768px) and (max-width: 1199.98px) {
  .custom-mb-responsive {
 
    margin-bottom:24rem !important;
        justify-content: center !important;
        align-items: center !important;
        margin-left: inherit !important;
        margin-right: inherit !important;
	  
  

  }
}

/* Small tablets & medium screens (577px–991.98px) */
@media (min-width: 577px) and (max-width: 991.98px) {
  .custom-mb-responsive {
    margin-bottom: 24rem !important;
    justify-content: center;
    align-items: center;
    margin-left: 130px;
  }

  .nav-font { font-size: 16px; }

  .display-5 {
    font-size: 42px;
    line-height: 56px;
  }

  .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .tools-subtext {
    padding: 0 30px;
    font-size: 18px;
    line-height: 28px;
    text-align: left;
  }

  .tools-custom-text {
    font-size: 36px;
    line-height: 48px;
    text-align: left;
  }

  .ourproject-title {
    color: #09173B;
    font-style: normal;
    line-height: 40px;
  }

  .content-section-title {
    font-size: 20px;
    margin-top: 30px;
    line-height: 32px;
  }

  .bg-orange-box {
    right: 60px;
    width: 84%;
    top: 15px;
  }
}


/* Laptop / Desktop - Large devices (≥992px) */
@media (min-width: 992px) {
  .nav-font { font-size: 16px; }
  .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
	
}

/* Mobile & tablets (≤991.98px) */
@media (max-width: 991.98px) {
  .display-3 { font-size: 2.5rem; }
  /* .lead { margin-top: 2rem; } */
}

/* Back-to-top button hover */
#myBtn:hover {
  background-color: #e65c00;
}

/* Tablet view (iPad, up to 1024px wide) */
@media (min-width: 768px) and (max-width: 1024px) {
  .footer-row {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }



  /* Row 2: Addresses + Menu in one line */
  .footer-bottom {
    justify-content: center;
    text-align: left;
    gap: 2rem;
    width: 100%;
  }

  .footer-bottom .footer-block {
    flex: 1;
    min-width: 180px;
  }
}
/* Desktop only */
@media (min-width: 1025px) {
  .footer-top.logo-block {
    min-width: 200px;
    max-width: 240px;
  }
}

/* Tablet (768px–1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
  .footer-top.logo-block {
width:100%;
    flex: 0 0 auto; /* stop it from stretching too wide */
  }
	
}
/* Force socials LEFT on mobile (<768px) */
@media (max-width: 767px) {
  .footer-top.logo-block .d-flex {
    justify-content: flex-start !important;
  }
}

/* Force socials CENTER on tablets (768px–1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
  .footer-top.logo-block .d-flex {
    justify-content: center !important;
  }
	 .button-end {
    left: 0 !important;
    text-align: center;
  }
}


/* END */

/* END  */

/* Styles for wordpress integration  */

.custom-logo {
  height: 50px;
  width: 178px;
}

.custom-icon {
  margin-top: 5px;
  height: 13px;
}

.blog-card {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.blog-card-watch {
	 display: inline-flex;
  align-items: center;      /* Vertically center svg with text */
  gap: 4px;                 /* Space between svg and text */
  font-size: 1rem; 
	color:rgba(33, 37, 41, 0.75);
	opacity:1;
	
}
.blog-card-watch svg {
  width: 1em;
  height: 1em;
  vertical-align: middle;   /* Fine-tunes baseline alignment */
  display: inline-block;
}

.blog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

.read-more-link svg {
  transition: transform 0.2s ease;
}

.read-more-link:hover svg {
  transform: translateX(3px);
}

.card-title {
  font-style: normal;
  font-weight: 200;
  line-height: normal;
  text-transform: uppercase;
}

.card-text {
  color: rgba(0, 0, 0, 0.63);
  font-size: 15px;
  font-style: normal;
  font-weight: 200;
  opacity: 0.84;
}

.read-more-link {
  color: #000;
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  opacity: 0.84;


}

.read-more-link:hover {
  text-decoration: underline;
}

.img-padding {
  padding: 20px;
}



.wpcf7-captchac {
  height: 40px !important;
  width: 100% !important;
}
.wpcf7-captchar.form-control {
  font-size: 16px;       
  line-height: 1.5;     
  padding: .5rem .75rem; 
  height: auto;    
}

.wpcf7-captchar::placeholder {
  font-size: 14px;  
  color: #999;      
  font-style: normal; 
}

.wrap{
	max-width:85%;
}

.card-bg{
	
	background:#d9d8d8bf;
}
.card-bg:hover{
	background:white;
}

.button-end{
    position: absolute;
    right: 0;
    bottom: 0;
}

/* Large tablets / small laptops */
@media (max-width: 1200px) {
  .button-end {
         position: static;
        margin-top: 15px;
        text-align: end;
  }
}

/* Tablets */
@media (max-width: 992px) {
  .button-end {
            position: static;
        margin-top: 15px;
        text-align: end;
  }
}

/* Mobiles (portrait) */
@media (max-width: 768px) {
  .button-end {
    position: static;   /* removes absolute positioning */
    margin-top: 15px;
    text-align: end; /* centers button horizontally */
  }
}

/* Small phones */
@media (max-width: 480px) {
  .button-end {
    position: static;
    margin-top: 12px;
    text-align: end;
  }
}
