/* ///////////////////////////// common css /////////////////////////////////// */
img {
  width: 100%;
  height: 100%;
}

.row {
  --bs-gutter-x: 0rem !important;
}

:root {
  --base-duration: 500ms;
  --color-1: #2c3e50;
  --color-2: #1abc9c;
  --color-3: #2ecc71;
}

/* ///////////////////////////// common css /////////////////////////////////// */

/* /////////////////////////// about us  section ///////////////////////////////////////// */
.pr-40 {
  padding-right: 40px;
}

.pl-40 {
  padding-left: 40px;
}

.section-padding {
  padding: 60px 0;
}

.section-title {
  margin-bottom: 40px;
}

.section-title h5 {
  color: #034177;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.7px;
  margin: 0 auto;
  padding: 7px 20px;
  display: inline-table;
  border-bottom: 1px dashed;
}

.section-title h2 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 38px;
  padding: 7px 20px;
  line-height: 1.3;
  color: black;
  font-family: 'Roboto', sans-serif;
}

.A_about_img {
  overflow: hidden;
  background-image: url(img/about-right.jpg);
  background-size: cover;
  /* background-position:center center!important; */
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  /* background-position: center left; */
  min-height: 210px;
}


.icon {
  position: relative;
}

.single-feature {
  display: flex;
  text-align: left;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: relative;
  background: #ffffff;
  border-radius: 10px;
  padding: 10px;
  overflow: hidden;
  margin-bottom: 10px;
  box-shadow: -10px -10px 10px #034177;
  box-shadow: 12px 13px 10px #034177;
  width: 176px;
  margin: auto;
  height: 100%;
}

.icon img {
  max-width: 50px;
  margin-bottom: 10px;
}

.single-feature h4 {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.3px;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.A_about_discription {
  padding: 0;
  margin: 0;
  font-size: 13px;
  color: #333;
  line-height: 26px;
  letter-spacing: 0.5px;
  font-family: 'Roboto', sans-serif;
}

.list {
  list-style: disc;
  padding-left: 30px;
  font-size: 14px;
}

.list li {
  margin-bottom: 15px;
}

.a_about_text {
  max-width: 700px !important;
}

/* /////////////////////////// about us section ///////////////////////////////////////// */
/* /////////////////////////// Statistics section ///////////////////////////////////////// */
/* .A_pro_space {
    text-align: center;
  }
  .A_pro_content {
    font-size: 28px;
    font-weight: bold;
    color: #034177;
    text-transform: uppercase;
    position: relative;
    display: inline-block !important;
    overflow: hidden;
    padding: 5px 10px;
    border-radius: 10px 40px;
    margin-top: 10px;
  }
  
 
  .A_pro_content::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0;
    background: linear-gradient(150deg, #034177, #cccaca);
    transition: top 0.5s ease-in-out;
    z-index: -1;
  }
  
  .A_pro_content:hover::before {
    top: 0;
  }
  
  .A_pro_content:hover {
    color: #fff;
    transition: color 0.5s ease-in-out;
  }
  @keyframes floatText {
    0% {
      transform: translateY(0);
    }
  
    50% {
      transform: translateY(-3px);
    }
  
    100% {
      transform: translateY(0);
    }
  }
  
  .A_pro_content {
    animation: floatText 2s infinite ease-in-out;
  } */

.A_pro_space {
  text-align: center;
  position: relative;
}

.A_pro_content {
  font-size: 28px;
  font-weight: bold;
  color: #034177;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 10px 40px;
}

/* Underline Effect */
.A_pro_content::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 100%;
  height: 4px;
  background-color: #034177;
}

/* Moving Dot Effect */
.A_pro_content::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 6px;
  height: 6px;
  background-color: white;
  border-radius: 50%;
  animation: moveDot 3s linear infinite;
}

@keyframes moveDot {
  0% {
    left: 0%;
  }

  100% {
    left: 100%;
  }
}

.A_Statistics {
  font-family: Arial, sans-serif;
  text-align: center;
}

.stats-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
  padding: 50px;
  background: #04569D;
  /* border-radius: 10px; */
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
  max-width: 100%;
  /* margin: 10px 20px 20px  ; */
}

.stat-box {
  text-align: center;
}

.stat {
  font-size: 2.5rem;
  font-weight: bold;
  color: #fff;
}

.label {
  font-size: 1.2rem;
  color: #E5E5E5;
  margin-top: 5px;
}

/* /////////////////////////// Statistics section ///////////////////////////////////////// */
/* /////////////////////////// Our team section ///////////////////////////////////////// */
.team-section {
  padding: 30px 0;
}

h2 {
  font-size: 32px;
  margin-bottom: 20px;
}

.team-slider .team-card {
  position: relative;
  background: #fff;
  padding: 20px;
  margin: 20px 0;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
  height: 500px !important;
}

.team-card:hover {
  transform: translateY(-10px);
}

.team-image {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.team-image img {
  width: 100%;
  display: block;
  height: 400px !important;
  border-radius: 10px;
  transition: transform 0.3s ease-in-out;
}

.team-card:hover .team-image img {
  transform: scale(1.1);
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}

.team-card:hover .overlay {
  opacity: 1;
}

.social-icons {
  display: flex;
  gap: 15px;
}

.social-icons a {
  color: white;
  font-size: 20px;
  background: rgba(255, 255, 255, 0.2);
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 50%;
  transition: background 0.3s ease-in-out;
}

.social-icons a:hover {
  background: #034177;
}

h3 {
  margin: 10px 0 5px;
  font-size: 20px;
  font-weight: bold;
}

p {
  margin: 0;
  font-size: 16px;
  color: #666;
}

/* /////////////////////////// Our team section ///////////////////////////////////////// */
/* /////////////////////////// footer  section ///////////////////////////////////////// */
footer {
  background-color: #1a1a1a;
  color: #f0f0f0;
  padding: 50px 0 20px;
  font-family: Arial, sans-serif;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer-section {
  flex: 1;
  min-width: 250px;
  margin-bottom: 30px;
}

.footer-section h3 {
  color: #fff;
  font-size: 1.2em;
  margin-bottom: 20px;
  position: relative;
}

.footer-section h3::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 30px;
  height: 2px;
  background-color: #034177;
}

.footer-section ul {
  list-style: none;
  padding: 0;
}

.footer-section ul li {
  margin-bottom: 10px;
}

.footer-section ul li a {
  color: #b0b0b0;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-section ul li a:hover {
  color: #fff;
}

.footer-section ul li a i {
  margin-right: 5px;
  color: #034177;
}

.social-links {
  margin-bottom: 20px;
}

.social-links a {
  display: inline-block;
  width: 35px;
  height: 35px;
  background-color: #034177;
  color: #fff;
  text-align: center;
  line-height: 35px;
  border-radius: 50%;
  margin-right: 10px;
  transition: all 0.3s ease;
}

.social-links a:hover {
  background-color: #fff;
  transform: translateY(-3px);
  color: #034177;
}

.newsletter h4 {
  margin-bottom: 15px;
}

.newsletter form {
  display: flex;
}

.newsletter input {
  flex-grow: 1;
  padding: 10px;
  border: none;
  border-radius: 3px 0 0 3px;
  outline: none;
}

.newsletter button {
  background-color: #034177;
  color: white;
  padding: 10px 15px;
  border: none;
  border-radius: 0 3px 3px 0;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.newsletter button:hover {
  background-color: #034177;
}

.footer-bottom {
  text-align: center;
  margin-top: 30px;
  padding-top: 20px;
  /* border-top: 1px solid #333; */
  position: relative;
}

.newsletter form {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 400px;
  /* margin: 0 auto; */
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.newsletter input[type="email"] {
  flex: 1;
  padding: 16px 15px;
  border: none;
  outline: none;
  font-size: 14px;

  /* border-radius: 25px 0 0 25px; */
}

.newsletter button {
  background: #034177;
  color: #fff;
  border: none;
  padding: 10px 20px;
  font-size: 14px;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
  margin-right: 6px;

}

.newsletter button:hover {
  background: transparent;
  color: #034177;
  border: 2px solid #034177;
  font-weight: bold;
}

/* Back to top button styling */
.back-to-top {
  position: fixed;
  bottom: 25px;
  right: 25px;
  display: none;
  /* Hidden by default */
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #EEF0F6;
  /* Using your theme color */
  color: #000;
  text-align: center;
  line-height: 40px;
  z-index: 99;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.back-to-top:hover {
  background-color: #EEF0F6;
  /* Darker shade for hover */
  transform: translateY(-3px);
  color: #034177;
}

.back-to-top i {
  margin-top: 17px;
}


/* Add animation for better UX */
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.back-to-top.show {
  display: block;
  animation: fadeIn 0.5s;
}

@media (max-width: 1440px) {
  .A_about_img {
    /* display: none !important; */
    /* background-image: none !important; */
    background-position: -100px center !important;

  }

  .A_about_img_col {
    width: 0px !important;
  }
}

/* /////////////////////////// footer  section ///////////////////////////////////////// */
/* /////////////////////////// All media quary ///////////////////////////////////////// */
@media(max-width:1199px) {
  .single-feature {
    width: 150px;
  }
}

@media only screen and (max-width: 1024px) {
  .footer-container {
    max-width: 900px !important;
  }

  /* .section-padding {
        max-width: 550px !important;
      } */
  .single-feature h4 {
    font-size: 12px;
  }

  .single-feature {
    width: 140px;
  }

  .A_about_img {
    /* display: none !important; */
    /* background-image: none !important; */
    background-position: -255px center !important;
  }

}

@media only screen and (max-width: 991px) {
  .A_about_img {
    /* display: none !important; */
    /* background-image: none !important; */
    min-height: 250px;
    height: 400px !important;
    background-position: 0px -70px !important;
  }
}

@media only screen and (max-width: 768px) {
  .footer-container {
    /* flex-direction: column; */
    max-width: 800px !important;
  }

  .footer-section {
    margin-bottom: 30px;
  }

  .back-to-top {
    right: 10px;
    bottom: 10px;
  }

  .A_justify_content_center {
    justify-content: center !important;
  }

  .A_about_img {
    /* display: none !important; */
    /* background-image: none !important; */
    min-height: 250px;
    height: 400px !important;
    background-position: 0px -70px !important;
  }

  .about_img_div {
    overflow: hidden;
    max-height: 300px;
  }
}

@media only screen and (max-width: 767px) {
  .single-feature {
    width: 100% !important;
  }
}

@media only screen and (max-width: 425px) {

  .back-to-top {
    right: 10px;
    bottom: 50px;
  }

  .section-padding {
    max-width: 350px !important;
  }

  .witr_section_title_inner h1 {
    font-size: 28px !important;
  }

  .witr_section_title_inner h3 {
    font-size: 28px !important;
  }

  .A_pro_content {
    font-size: 25px;
  }

  .team-image img {
    height: 300px !important;
  }

  .team-slider .team-card {
    height: 400px !important;
  }

  .A_about_img {
    /* display: none !important; */
    /* background-image: none !important; */
    min-height: 250px;
    height: 300px !important;
    background-position: 0px -20px !important;
  }

  .about_img_div {
    overflow: hidden;
    max-height: 250px;
    height: 250px;
  }

  .section-title h2 {
    font-size: 30px;
  }

  .section-title h5 {
    font-size: 18px;
  }
}

@media (max-width: 424px) {

  .back-to-top {
    right: 10px;
    bottom: 80px;
  }

  .section-padding {
    max-width: 320px !important;
  }

  .single-feature {
    width: 100% !important;
  }
}

@media (max-width: 374px) {
  .section-padding {
    max-width: 280px !important;
  }

  .single-feature {
    width: 100% !important;
  }
}