*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --main: #ED2B12;
  --primary-color: #0E384C;
  --secondary-color: #EFF8FF;
  --text-color: #527282;
  --white-color: #FFFFFF;
  --dark-divider-color: #0E384C1A;
  --footer: #06182b;
  --black: #000;
  --color-3: #F5F6F0;
  --border-color-1: #edeee7;
  --primary-color-1: #004949;
}

html {
  scroll-behavior: smooth !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Inter", sans-serif;

}

p {
  font-family: "Open Sans", sans-serif;
}

a {
  text-decoration: none;
}

a:hover {
  color:none;
  outline: none !important;
  text-decoration: none;
}

a:hover {
  color: white; /* ya koi bhi custom color */
  text-decoration: none; /* agar underline bhi hatani ho */
}

/*-- =================== ABOUT US SECTION ====================== --*/

.about-us.page-about-us {
  background: transparent;
}

.about-us {
  padding: 60px 0;
}

.about-us-images {
  position: relative;
  background-image: url(../images/about-us-bg-shape.svg);
  background-repeat: no-repeat;
  background-position: left 60px bottom 40px;
  background-size: auto;
  padding-right: 100px;
  padding-bottom: 180px;
  margin-right: 30px;
}

.about-us .text-anime-style-2 {
  font-weight: 700;
}

.about-img-1 figure,
.about-img-2 figure {
  display: block;
}

.about-img-1 img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1 / 0.76;
}

.about-img-2 {
  position: absolute;
  width: 100%;
  max-width: 385px;
  bottom: 0;
  right: 0;
  z-index: 1 !important;
}

.about-img-2 img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1 / 0.76;
}

.experience-counter {
  position: absolute;
  top: 0;
  left: 0;
  height: 152px;
  width: 152px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  background-color: var(--accent-color);
  border: 6px solid var(--white-color);
  transform: translate(-50%, -6px);
  border-radius: 50%;
}

.experience-counter h3 {
  font-size: 34px;
  color: var(--white-color);
  text-align: center;
  width: 100%;
  margin-bottom: 5px;
}

.experience-counter p {
  font-weight: 600;
  line-height: 1.4em;
  text-transform: capitalize;
  color: var(--white-color);
  text-align: center;
  margin-bottom: 0;
}

.feedback-counter {
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(-180deg) translate(20px, -20px);
  writing-mode: vertical-rl;
  display: flex;
  align-items: center;
}

.feedback-counter p {
  font-size: 16px;
  font-weight: 500;
  color: var(--white-color);
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--main);
  border-radius: 50%;
  margin: 0 0 15px 0;
  transition: all 0.3s ease-in-out;
}

.feedback-counter:hover p {
  background-color: var(--primary-color);
}

.feedback-counter h3 {
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  width: calc(100% - 75px);
}

@media(max-width:768px){
  .feedback-counter{
    position: absolute;
    top: 100px;
    right: 0;
  }
}

@media(max-width:537px){
  .feedback-counter{
    position: absolute;
    top: -20px;
    right: 0;
  }
}

.about-us-content-body {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
}


.about-us-content-list {
  margin-bottom: 30px;
}

.about-us-content-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.about-us-content-list ul li {
  position: relative;
  font-weight: 500;
  color: var(--primary-color);
  padding-left: 30px;
  margin-bottom: 15px;
}

.about-us-content-list ul li:last-child {
  margin-bottom: 0;
}

.about-us-content-list ul li::before {
  content: '\f058';
  position: absolute;
  font-family: 'FontAwesome';
  font-size: 20px;
  font-weight: 900;
  line-height: normal;
  color: var(--second);
  display: inline-block;
  top: 2px;
  left: 0;
}

.about-us-contact-list {
  width: calc(50% - 40px);
}

.about-contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.about-contact-item:last-child {
  margin-bottom: 0;
}

.about-contact-item .icon-box {
  width: 40px;
  height: 40px;
  background-color: var(--main);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  transition: all 0.3s ease-in-out;
}

.about-contact-item:hover .icon-box {
  background-color: var(--primary-color);
}

.about-contact-item .icon-box figure {
  display: block;
  border-radius: 50%;
  overflow: hidden;
}

.about-contact-item .icon-box img {
  max-width: 40px;
  border-radius: 50%;
}

.about-contact-item .icon-box i {
  font-size: 18px;
  color: var(--white-color);
}

.about-contact-content {
  width: calc(100% - 55px);
}

.about-contact-content h3 a:hover {
  color: var(--main) !important;
  font-weight: 700;
}

.about-us .section-title {
  margin-bottom: 30px;
}


.about-us .section-title h3 {
  display: inline-block;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--main) !important;
  padding-left: 20px;
  margin-bottom: 10px;
}

.about-us .section-title h3::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url("../images/icon-sub-heading.svg") no-repeat;
  background-position: left center;
  background-size: cover;
  width: 12px;
  height: 12px;
}

.about-us.section-title h1 {
  font-size: 54px;
  font-weight: 700;
  margin-bottom: 0;
}

.about-us .section-title h2 {
  font-size: clamp(25px, 2.6vw, 50px);
}

.about-us .section-title h2 span {
  font-size: clamp(25px, 2.6vw, 50px);
  font-weight: 700;
  margin-bottom: 0;
  font-style: italic;

}

.about-us .section-title h2 span {
  color: var(--white-color);
  background-color: var(--main);
  padding-left: 10px;
}

.about-us .section-title p {
  margin-top: 20px;
  margin-bottom: 0;
}

.about-contact-content h3 a {
  font-size: 20px;
  text-transform: capitalize;
  color: #000000;
  font-weight: 700;
}

.about-contact-content p {
  font-weight: 500;
  color: var(--primary-color);
  text-transform: capitalize;
  margin-bottom: 0;
}

/*-- ================= BANNER SECTION ==================== --*/
.banner-section {
  background: url(../images/hero4-bg.webp);
  background-size: cover;
  background-position: center;
  padding: 50px 0px;
}

.banner {
  margin-top: -2px;

}

.banner .swiper-slide {
  height: 500px;
}

.banner .swiper-slide img {
  height: 100%;
  object-position: top;
  object-fit: cover;
}

.banner .swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: '';
  display: none;
}

.banner .swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: '';
}

/* Custom Swiper Navigation Styles */
.custom-swiper-buttons {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  z-index: 10;
}

.swiper-button-prev,
.swiper-button-next {
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  font-size: 2rem;
  padding: 10px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.swiper-button-prev i,
.swiper-button-next i {
  font-size: 1.5rem;
}

/************************************/
/***       12. Our Blog  Css	  ***/
/************************************/

.our-blog {
  padding: 70px 0 70px;
  background-color: #f4f4f4;
}

.our-blog .section-title {
  text-align: center;
  color: #000;
}

.blog-item {
  background-color: #fff !important;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.our-blog .section-title h3 {
  border: 2px solid var(--main);
  display: inline;
  font-size: 20px;
  padding: 8px 10px;
  border-radius: 10px;
}

.our-blog .section-title h2 {
  font-size: clamp(24px, 2.2vw, 100px);
  font-weight: 700;
}

.our-blog .blog-item {
  background-color: #fff;
  padding: 25px 25px 31px 25px;
  border-radius: 50px 0px 50px 0px;
  border: 4px solid rgb(229, 128, 131);

}

.our-blog .blog-item:hover {
  border: 4px solid var(--main);
}

.our-blog .swiper-pagination {
  position: relative;
  margin-top: 20px;
}

.blog-item {
  position: relative;
  height: calc(100% - 30px);
  margin-bottom: 30px;
  z-index: 1;
}

.blog-item .post-featured-image {
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 20px;
  width: 100%;
  /* height: 300px; */
}

.blog-item .post-featured-image a {
  cursor: none;
  display: block;
}

.blog-item .post-featured-image img {
  border-radius: 30px;
  height: 100%;
  /* aspect-ratio: 1 / ; */
  object-fit: cover;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
}

.blog-item:hover .post-featured-image img {
  transform: scale(1.1);
}

.post-item-body {
  margin-bottom: 15px;
}

.post-item-body h2 {
  color: var(--primary-color);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5em;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.post-item-body h2 a {
  color: inherit;
}

.post-item-body p {
  margin: 0;
}

.post-item-footer {
  margin-top: 30px !important;
}

.post-item-footer a.read-more-btn {
  background-color: var(--main);
  position: relative;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
  padding: 10px 20px;
  border-radius: 50px;
  transition: 0.5s ease-in-out;
}

.post-item-footer a.read-more-btn i {
  padding-left: 5px;
}

.post-item-footer a.read-more-btn:hover {
  background: #0b315a;
  color: #fff;
}

/* ============== call to action section here =============== */
.callToAction {
  background: var(--footer);
  border-radius: 12px;
  overflow: hidden;
}

.get-started-card {
  padding: 64px;
}

.callToAction .get-started-card .text-subtitle {
  color: #ffff;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
}

.callToAction .get-started-card h2 {
  font-weight: 700;
}

.callToAction .get-started-card h2 span {
  color: #ffff;
  background-color: var(--main);
  font-weight: 700;
}

.callToAction .data h4 {
  color: white;
  font-size: clamp(30px, 3vw, 70px);
}

.callToAction .data h4 span {
  color: var(--mainColor);
}

.callToAction .data p {
  font-weight: 600;
  font-size: 18px;
  /* margin: 15px 0px; */
}

.callToAction .buttons {
  margin-top: 40px;
}

.get-started-card .btn-style {
  color: white;
  margin-right: 26px !important;
  background-color: red;
  padding: 10px 20px;
  font-weight: 700;
  border-radius: 50px;
}

.get-started-card .btn-style:hover {
  background-color: var(--white-color) !important;
  color: #000 !important;
}

.get-started-card .btn-style-2 {
  color: #000;
  background-color: #fff;
  padding: 10px 20px;
  font-weight: 700;
}

.get-started-card .btn-style-2:hover {
  background-color: var(--main) !important;
  color: #fff !important;
}

.callToAction .btn-style:hover {
  border: 1px solid var(--mainColor);
}


.btn-style-2 {
  border-radius: 50px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

/*-- ==================== Form Section  ====================== --*/
.form {
  position: relative;
}

.form .shape-1 {
  position: absolute;
  z-index: -1;
  left: 0;
  height: 300px;
}

.form .shape-2 {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
}

.form h4 {
  color: var(--main);
  font-size: clamp(30px, 3vw, 70px);
}

.form .contact h6 {
  color: var(--main);
  font-weight: 700;
}

.form .contact h1 {
  line-height: 1.4;
  font-weight: 700;
}

/* Reset Bootstrap Styles */
* {
  box-shadow: none !important;
  outline: none !important;
}

.form-control,
.btn {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px;
  font-size: 14px;
  background-color: #fff;
  transition: all 0.3s ease;
}

.form-control:focus {
  border-color: var(--black);
  background-color: #fff;
}

textarea.form-control {
  resize: none;
}

.form .btn {
  background-color: var(--main);
  color: #fff;
  border: none;
  cursor: pointer;
  padding: 10px 25px;
  font-weight: 700;
  font-size: 18px;
}

.form .btn:hover {
  background-color: var(--footer);
  color: var(--white-color);
}

.form-floating label {
  font-size: 14px;
  color: var(--black) !important;
}


.map,
.row,
.col-lg-12,
iframe {
  margin: 0;
  padding: 0;
}






/*-- =================  Media query ===================== --*/


/* Responsive Styles for buttons */
@media screen and (max-width: 991.5px) {

  .banner .swiper-slide {
    height: auto;
}
  .get-started-card {
    padding: 32px 0px 32px 0px;
  }

  .about-us {
    padding: 30px 0 30px 0px;
  }

  .about-us-images {
    margin: 0 0 30px 0;
  }

  .experience-counter {
    height: 137px;
    width: 137px;
  }

  .experience-counter h3 {
    font-size: 28px;
  }

  .about-us-content-list {
    margin-bottom: 30px;
  }

  .about-contact-item {
    margin-bottom: 30px;
  }

  .about-us-content .section-title h2 {
    font-size: 36px;
  }

  .our-blog {
    padding: 30px 0 20px;
  }

  .our-blog .icon-star-image {
    top: 40%;
    transform: translate(0%, -50%);
  }

  .blog-item .post-featured-image {
    margin-bottom: 2px;
  }

}

@media only screen and (max-width: 767.5px) {

  .btn-style,
  .btn-style-2 {
    padding: 8px 10px;
    font-size: 14px;
  }
  .swiper-button-prev,
  .swiper-button-next {
    font-size: 1.5rem;
    padding: 8px;
  }

  .about-us-images {
    background-position: left 10px bottom 10px;
    background-size: 20% auto;
    padding: 10px 45px 100px 0;
  }

  .about-img-2 {
    max-width: 240px;
  }

  .experience-counter {
    height: 102px;
    width: 102px;
  }

  .experience-counter h3 {
    font-size: 22px;
  }

  .experience-counter p {
    font-size: 12px;
    line-height: 1.1em;
  }

  .about-us-content-body {
    gap: 0px;
  }

  .about-us-content-body::before {
    display: none;
  }

  .about-us-content-info {
    width: 100%;
    border-bottom: 1px solid var(--divider-color);
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .about-us-content-list {
    margin-bottom: 20px;
  }

  .about-us-contact-list {
    width: 100%;
  }

  .about-us-content-list ul li {
    margin-bottom: 10px;
  }

  .about-us-content-list ul li::before {
    font-size: 18px;
    top: 3px;
  }

  .about-contact-item {
    margin-bottom: 20px;
  }

  .about-contact-content h3 {
    font-size: 18px;
  }

  .feedback-counter {
    transform: rotate(-180deg) translate(0, 0);
  }

  .feedback-counter p {
    font-size: 12px;
    height: 38px;
    width: 38px;
    margin: 0 0 6px 0;
  }

  .feedback-counter h3 {
    font-size: 12px;
    width: calc(100% - 40px);
  }

  .about-us-content .section-title h2 {
    font-size: 26px;
  }

  .about-us-content .section-title h2 span {
    font-size: 26px;
  }

  .our-blog .blog-item {
    padding: 20px 20px 25px 20px;
  }

  .post-item-body h2 {
    margin-bottom: 10px;
  }

}

@media(max-width:576px) {

  .btn-style,
  .btn-style-2 {
    padding: 10px 10px !important;
  }
  
  .banner .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }
}

@Media(max-width:450px) {

  .callToAction .data {
    padding: 30px 25px;
  }

  .callToAction .data p {
    font-size: 16px;
  }
}

@media(max-width:400px) {
  .callToAction .data {
    padding: 10px 0px;
  }

}