@font-face {
  font-family: Ubuntu;
  src: url('/fonts/Ubuntu-L.ttf');
  font-size: 128px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
}
@font-face {
  font-family: Ubuntu-Bold;
  src: url('/fonts/Ubuntu-B.ttf');
  font-style:normal;
  font-weight:700;
  font-display:swap
}
@font-face {
  font-family: Ubuntu-Regular;
  src: url('/fonts/Ubuntu-R.ttf');
  font-style:normal;
  font-weight:400;
  font-display:swap
}
*, *::before, *::after { font-family: Ubuntu-Bold’, sans-serif; }
* {
  scrollbar-color: #ef8482 #fff;
}
html {
  line-height:1.5;
  -webkit-text-size-adjust:100%;
  -moz-tab-size:4;
  -o-tab-size:4;
  tab-size:4;
  font-family:Ubuntu,ui-sans-serif,sans-serif;
  font-feature-settings:normal;
  font-variation-settings:normal
}
body {
  margin:0;
  line-height:inherit;
  font-family: Ubuntu !important;
  src: url('/fonts/Ubuntu-L.ttf');
  font-size: 128px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
  background: rgba(255, 251, 249, 1) !important;
  /* overflow: hidden; */
}
nav {
  z-index: 9 !important;
}
::selection {
  background-color: #ef8482;
  color: white;
}
.color-yellow {
  color: #FFA800 !important;
}
.btn-outline-yellow {
  color: #FFA800 !important;
  border-color: #FFA800 !important;
  background: transparent;
}
.rounded-button {
  border-radius: 39px !important;
  padding: 10px 30px !important;
  border: 3px solid !important;
}
.text-bold {
  font-family: Ubuntu-Bold;
  font-size: 14px !important;
  font-weight: 700;
  line-height: 16px !important;
  letter-spacing: 0em !important;
  text-align: left !important;
}
.text-white {
  color: #FFFFFF !important;
}
.page-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.content-wrapper {
  background: #f5dbd3;
  /* position: relative; */
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url('../media/images/banner/banner1.png');
  background-size: cover;
  /* background-position: center; */
  /* margin-top: -85px; */
  /* overflow: auto; */
  /* box-shadow: inset 0 0 0 1000px rgba(255, 251, 249,0.5); */
  height: 100vh;
  /* background: rgba(255, 251, 249, 1);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url('../media/images/banner/banner1.jpg');
  background-size: cover; */
}
@media (max-width: 1140px) {
    .content-wrapper {
      background-size: cover;
      height: 90vh !important; /* Adjust height for smaller screens */
    }
}
@media (max-width: 998px) {
    .content-wrapper {
      background-size: cover;
      height: 75vh !important; /* Adjust height for smaller screens */
    }
}
/* Media query for smaller screens */
@media (max-width: 850px) {
    .content-wrapper {
      background-size: cover;
      height: 50vh !important; /* Adjust height for smaller screens */
    }
}
@media (max-width: 580px) {
    .content-wrapper {
      height: 30vh !important;
    }
}
/* @media (max-width: 280px) {
    .content-wrapper {
      background-size: contain;
      height: 22vh !important;
    }
} */
.section-with-background {
  /* position: relative; */
  height: 500px;
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
  /* overflow: hidden; */
}

.text-middle-right {
  font-family: Ubuntu-Bold;
  /* position: absolute; */
  /* right: 5%; */
  color: #000;
  z-index: 9;
  display: grid;
}

.wrap-lg {
  width: 1350px;
  height: 1350px;
  border-radius: 50%;
  overflow: hidden;
  /* position: relative; */
  /* top: -48%;
  left: -30%; */
  position: absolute;
}
.wrap-lg.top-left {
  top: -728px;
  left: -875px;
}

.wrap-lg.bottom-right {
  bottom: -56rem;
  right: -55rem;
}

.wrap-lg::before {
  content: "";
  position: absolute; /* Position the circle within the parent */
  width: 100%; /* Take up the full width of the parent */
  height: 100%; /* Take up the full height of the parent */
  background: linear-gradient(217.81deg, #9DE8EE 25.05%, #9DE8EE 25.05%, #FA7C0B 51.71%, #9F8CED 79.45%);
  border-radius: 350px; /* Ensure a perfect circle for the gradient */
}

.center-circle {
  position: absolute; /* Position the circle within the parent */
  width: 650px; /* You can adjust the size of the transparent center */
  height: 650px; /* You can adjust the size of the transparent center */
  top: 50%; /* Center vertically */
  left: 50%; /* Center horizontally */
  transform: translate(-50%, -50%); /* Center the transparent circle exactly in the middle */
  background: #080709; /* Make the transparent center transparent */
  border-radius: 50%; /* Ensure a perfect circle for the transparent center */
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.the-span-margin {
  /* font-size: 80px !important; */
}

.creative-span-margin {
  /* margin-left: 6rem; */
  /* font-size: 180px !important; */
}

.agency-span-margin {
  /* font-size: 80px !important; */
  margin-left: 46rem;
}

.heading-span {
  font-size: 24px;
}

.text-24 {
  font-size: 20px !important;
}

.section-wrapper {
  background: rgba(255, 251, 249, 1);
  z-index: 9;
  position: relative;
}

.trusted-count-section{
  font-family: Ubuntu-Bold;
  font-size: 40px;
}

.clients-section .card {
  background: transparent !important;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 16px 24px 16px 24px;
}

.we-offer {
  font-family: Ubuntu-Regular;
  font-size: 40px;
}

.we-offer-text {
  z-index: 9;
  /* position: relative; */
  font-size: 16px;
}

.testimonials-section .testimonial-btn {
  display: flex;
  justify-content: flex-end;
}

.carousel-item {
  border-radius: 40px;
  border: 1px solid #FFFFFF;
  /* padding: 65px 50px 66px 50px; */
  padding: 10px;
  display: grid;
  gap: 25px;
}

.carousel {
	/* padding: 0 70px; */
}
.carousel .carousel-item {
	color: #000;
	font-size: 14px;
	text-align: center;
	overflow: hidden;
	/* min-height: 290px; */
}
.carousel .carousel-item .img-box {
	width: 135px;
	height: 135px;
	margin: 0 auto;
	padding: 5px;
	border: 1px solid #ddd;
	border-radius: 50%;
}
.carousel .img-box img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
}
.carousel .testimonial {
	padding: 30px 0 10px;
  background-image: url('../media/images/testimonials/bg-logo.png');
  background-size: contain;
  font-size: 24px;
  background-repeat: no-repeat;
  color: #000;
  background-position-x: center;
}
.carousel .overview {
	color: #000;
  display: flex;
  gap: 25px;
  font-size: 16px;
}
.carousel .client-photo {
  border-radius: 50%;
}
.carousel .clients-info {
  display: grid;
}
.carousel .overview b {
	text-transform: uppercase;
	color: #000;
  font-family: Ubuntu-Bold;
  font-size: 18px;
}
.carousel-control-prev, .carousel-control-next {
	width: 40px;
	height: 40px;
	margin-top: -20px;
	top: 50%;
	background: none;
}
.carousel-control-prev i, .carousel-control-next i {
	font-size: 68px;
	line-height: 42px;
	position: absolute;
	display: inline-block;
	color: rgba(0, 0, 0, 0.8);
	text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}
.carousel-indicators {
	bottom: -40px !important;
}
.carousel-indicators li, .carousel-indicators li.active {
	width: 12px !important;
	height: 12px !important;
	margin: 1px 3px;
	border-radius: 50% !important;
	border: none;
}
.carousel-indicators li {
	background: #999;
	border-color: transparent;
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}
.carousel-indicators li.active {
	background: rgba(239, 132, 130, 1);
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}

/* ABOUT US PAGE */
.about-us-section-with-background {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30rem;
    z-index: 9;
    position: relative;
    background-image: url('../media/images/about-us/banner.jpg');
    background-size: cover;
}

.about-us-section-with-background h1 {
  font-family: Ubuntu-Light;
  /* font-size: 80px; */
}

.about-us-section-with-background p {
  font-family: Ubuntu-Light;
  font-size: 24px;
}

.text-middle {
    text-align: center;
}

.container-medium {
    padding-right: 10%;
    padding-left: 10%;
    margin-right: auto;
    margin-left: auto;
}

.goals-section {
  background: rgba(0, 0, 0, 1);
}

.goals-heading {
  font-family: Ubuntu-Bold;
  font-size: 42px;
}

.goals-text-right {
  font-family: Ubuntu-Regular;
  font-size: 18px;
}

.goals-section .card {
  background: rgba(8, 7, 9, 1);
  border-radius: 40px;
  border: 1px solid #FFFFFF;
  padding: 58px 32px 58px 32px;
  gap: 24px;
}


/* .story-background {
    position: absolute;
    top: 58%;
    left: 40%;
    pointer-events: none;
} */

.story-background {
  position: relative;
  z-index: -1;
  pointer-events: none;
  margin-top: -14%;
  left: 38%;
}

.story-background img {
    position: relative;
}


.web-bg img {
  position: relative;
  bottom: 56%;
  height: 300px;
}

.branding-bg img {
  left: 40%;
  position: relative;
  bottom: 30%;
  height: 300px;
}

/* NEWS PAGE */
.news-section-with-background {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30rem;
    z-index: 9;
    position: relative;
    background-image: url('../media/images/news/news-bg.jpg');
    background-size: cover;
    background-position-y: center;
}

.news-section-with-background h1 {
  font-family: Ubuntu-Light;
  /* font-size: 80px; */
}

.news-section-with-background p {
  font-family: Ubuntu-Light;
  font-size: 24px;
}

.work-list-section .card {
  background: transparent;
}

.work-list-section .card-img-top {
  height: 35rem;
}

.work-list-section p {
  font-family: Ubuntu-Light;
  font-size: 24px;
  /* width: 70%; */
}

.work-list-section h1 {
  font-family: Ubuntu-Bold;
  font-size: 24px;
  text-transform: capitalize;
  /* width: 70%; */
}

/* CONTACT US PAGE */
.contact-us-bg {
  background: linear-gradient(90deg, #F5C3AF 0%, #EA89D7 46.87%, #6767D9 100%);
}

.contact-us-section-with-background {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30rem;
    z-index: 9;
    position: relative;
}

.contact-us-section-with-background h1 {
  font-family: Ubuntu-Light;
  /* font-size: 80px; */
}

.contact-us-section-with-background p {
  font-family: Ubuntu-Light;
  font-size: 24px;
}


.wrapper {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  -webkit-box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18); }

.contact-wrap {
  background: #fff; }
  .contact-wrap h3 {
    color: #000; }

@media (max-width: 991.98px) {
  .info-wrap {
    height: 400px; } }

.social-media h3 {
  font-size: 18px; }

.social-media p a {
  color: rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  margin-right: 10px; }
  .social-media p a:hover {
    color: #000; }

.dbox {
  width: 100%;
  margin-bottom: 25px; }
  @media (min-width: 768px) {
    .dbox {
      margin-bottom: 0; } }
  .dbox p {
    margin-bottom: 0; }
    .dbox p span {
      font-weight: 400;
      color: rgba(0, 0, 0, 0.2);
      display: block;
      text-transform: uppercase;
      font-size: 13px;
      font-weight: 600; }
    .dbox p a {
      color: rgba(0, 0, 0, 0.7); }
  .dbox .text {
    width: 100%; }

.contactForm .form-control {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0; }

#contactForm .error {
  color: red;
  font-size: 12px; }

#contactForm .form-control {
  font-size: 16px; }

#message {
  resize: vertical; }

#form-message-warning, #form-message-success {
  display: none; }

#form-message-warning {
  color: red; }

#form-message-success {
  color: #28a745;
  font-size: 18px;
  font-weight: 500; }

.submitting {
  float: left;
  width: 100%;
  padding: 10px 0;
  display: none;
  font-size: 16px;
  font-weight: 500;
  color: #e3b04b; }

  .form-control {
    height: 40px;
    background: transparent;
    color: rgba(0, 0, 0, 0.8) !important;
    font-size: 14px;
    border-radius: 0px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid rgba(0, 0, 0, 0.1); }
    .form-control::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: rgba(0, 0, 0, 0.5) !important; }
    .form-control::-moz-placeholder {
      /* Firefox 19+ */
      color: rgba(0, 0, 0, 0.5) !important; }
    .form-control:-ms-input-placeholder {
      /* IE 0+ */
      color: rgba(0, 0, 0, 0.5) !important; }
    .form-control:-moz-placeholder {
      /* Firefox 18- */
      color: rgba(0, 0, 0, 0.5) !important; }
    .form-control:focus, .form-control:active {
      background: transparent;
      border-color: rgba(0, 0, 0, 0.3) !important; }

  textarea.form-control {
    height: inherit !important; }

/* Responsiveness */
@media (max-width: 767px) {
  .testimonials-section .testimonial-btn {
    display: flex;
    justify-content: flex-start;
  }
  .portfolio-section-with-background {
    height: 40rem;
    top: 8rem;
  }
  .careers-section-background {
    height: 50rem;
  }
  .services-search .form-control {
    font-size: 20px;
    white-space: normal;
  }
  .services-search .dropdown-item {
    font-size: 20px;
    white-space: normal;
  }
}
/* Email Section */
.email-section {
  background: rgba(255, 178, 25, 1);
}

.email-heading {
  font-family: Ubuntu-Regular;
  font-size: 40px;
}

.email-text {
  font-family: Ubuntu-Regular;
  font-size: 16px;
}

.email-section form {
  justify-content: center;
}

.email-section .form-control {
  border-radius: 30px;
  padding: 16px;
  border: 2px solid rgb(161, 174, 191);
  width: 320px !important;
}

.email-section button {
  border-radius: 1000px;
  padding: 12px 24px 12px 24px;
  background-color: rgb(0, 0, 0);
  color: #FFFFFF;
}

.email-section button:hover {
  background-color: rgb(0, 0, 0);
}

/* FOOTER */
.home-footer {
  background: rgba(245, 195, 175, 1);
}

.about-us-footer {
  background: #080709;
}

footer ul {
  display: grid;
  gap: 24px;
}

footer a {
  text-decoration: none;
}

footer .form-control {
  color: #000 !important;
  border-radius: 34px
}

footer .search-bar {
  border-radius: 24.34px !important;
  border: 1px solid #FFFFFF !important;
  padding: 12.98px !important;
  background: rgba(15, 15, 15, 1) !important;
  color: #000 !important;
  width: 260px;
}

.logo-image {
  width: 100%;
  border-radius: 10%;
}

.navbar-brand {
  width: 50%;
}

.navbar-custom {
  background: rgba(255, 251, 249, 1);
}

/* .trusted-count-section-image {
  transform: translate3d(0,-50%,0);
} */

.why-couplechat {
  margin-right: auto;
  margin-left: auto;
  position: absolute !important;
  top: 50%;
  z-index: 9;
  background: #fff;
  transform: translate3d(0,-50%,0);
  left: 46%;
  padding: 10px;
}

.text-red {
  color: rgba(239, 132, 130, 1);
}

.about-us-heading {
  background-color: rgba(255,255,255,.9);
}

/* .banner {
  height: 500px;
} */

.bg-pink {
  background: rgba(255, 250, 252, 1);
}

.btn-red {
  background: rgba(239, 132, 130, 1) !important;
}
.btn-red:hover {
  background: rgba(239, 132, 130, 1) !important;
}

.single-blog .thumb {
  overflow: hidden;
}

.single-blog:hover img {
  transform: scale(1.1);
}

.single-blog .thumb img {
  width: 100%;
  transition: all 300ms linear 0s;
}

.single-blog .short_details {
  background: #fff;
  transition: all 300ms linear 0s;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80%;
  padding: 40px;
  transition: all 300ms linear 0s;
}

.area-padding-bottom {
  padding-bottom: 100px;
}

.single-blog .meta-top {
  margin-bottom: 6px;
}

.single-blog.style_two .short_details {
  background: transparent;
  right: 0;
  width: 100%;
  padding: 0 65px;
  bottom: 50%;
  transform: translateY(50%);
  transition: all 300ms linear 0s;
}

.single-blog.style-three .short_details {
  background: #fff;
  transition: all 300ms linear 0s;
  position: absolute;
  bottom: 0;
  right: 10%;
  width: 80%;
  padding: 20px 25px;
  transition: all 300ms linear 0s;
}

.single-blog.border_one {
  border: 10px solid #ff7a7f;
}

.single-blog.style-four .short_details {
  position: relative;
  top: 50%;
  right: 0;
  width: 100%;
  padding: 25px;
  transform: translateY(-50%);
  transition: all 300ms linear 0s;
}

.single-blog.style_five .short_details {
  background: transparent;
  right: 0;
  width: 100%;
  bottom: 0;
  padding: 0 18px;
  transition: all 300ms linear 0s;
}

.area-padding {
  padding: 130px 0;
}

.area-heading {
  text-align: center;
  width: 100%;
  margin-bottom: 45px;
}

.area-heading h3::after {
  content: '';
  position: absolute;
  width: 70px;
  height: 2px;
  background: #ff7a7f;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
}

.area-heading h3 {
  color: #33353b;
  font-size: 36px;
  font-weight: 600;
  position: relative;
  margin-bottom: 23px;
}

.single-blog .meta-top a:first-child {
  margin-right: 3px;
}
.single-blog .meta-top a {
  display: inline-block;
  font-size: 11px;
  color: #ff7a7f;
  text-transform: uppercase;
  position: relative;
  font-weight: 600;
  font-family: Ubuntu-Regular;
  transition: all 300ms linear 0s;
}

.single-blog h4 {
  font-family: Ubuntu-Regular;
  font-size: 27px;
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 36px;
  transition: all 300ms linear 0s;
  text-decoration: none;
}

.single-blog .short_details a {
  color: #33353b;
  font-weight: 600;
  text-transform: capitalize;
  text-decoration: none;
}

.single-blog.style-three h4 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 36px;
  transition: all 300ms linear 0s;
  text-decoration: none;
}

.single-blog.style_two h4 {
  font-size: 27px;
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 36px;
  transition: all 300ms linear 0s;
  color: #fff;
}

.single-blog.style_five {
  border: 6px solid #b9be7e;
  position: relative;
}

.single-blog.style_five .short_details a {
  color: #fff;
}

.single-blog.style_five h4 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 36px;
  transition: all 300ms linear 0s;
}

.single-blog.style_two .short_details a {
  color: #fff;
}

.single-blog .meta-bottom {
  margin-bottom: 15px;
}

.single-blog.style_two .meta-bottom a {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  transition: all 300ms linear 0s;
}

.single-blog .short_details a:hover {
  color: #ff7a7f;
}

.single-blog.style-four .short_details a {
  color: #33353b;
  font-weight: 600;
  text-transform: inherit;
}

.single-blog.style-four .meta-top a {
  font-size: 11px;
  position: relative;
}

.single-blog.style-five h4 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 27px;
  transition: all 300ms linear 0s;
}

.single-blog.style-five .meta-top a {
  display: inline-block;
  font-size: 11px;
  color: #ff7a7f;
  text-transform: uppercase;
  position: relative;
  font-weight: 600;
  transition: all 300ms linear 0s;
}

.single-blog .meta-top a {
  display: inline-block;
  font-size: 11px;
  color: #ff7a7f;
  text-transform: uppercase;
  position: relative;
  font-weight: 600;
  transition: all 300ms linear 0s;
}

.single-blog p {
  line-height: 27px;
  font-size: 14px;
  font-weight: normal;
  color: #797979;
}

.single-blog.style-five.small .short_details {
  padding: 20px;
}

.single-blog.style-four .short_details a:hover {
  color: #ff7a7f;
}

.single-post-area .blog_details {
  padding-top: 26px;
}

.single-post-area .blog_details h2 {
  color: #2a2a2a;
}

@media (min-width: 768px) {
  .blog_details h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}

.blog_details h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}

.blog-info-link li {
  float: left;
  font-size: 14px;
}

.blog-info-link li a {
  color: #999999;
}

.single-post-area .blog_details p {
  margin-bottom: 20px;
  font-size: 15px;
}

@media (min-width: 768px) {
  .single-post-area .quote-wrapper {
    padding: 30px;
  }
}

.single-post-area .quote-wrapper {
  background: rgba(130, 139, 178, 0.1);
  padding: 15px;
  line-height: 1.733;
  color: #888888;
  font-style: italic;
  margin-top: 25px;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .single-post-area .quotes {
    padding: 25px 25px 25px 30px;
  }
}
.single-post-area .quotes {
  background: #fff;
  padding: 15px 15px 15px 20px;
  border-left: 2px solid #ff7a7f;
}

.single-post-area .blog-author {
  padding: 40px 30px;
  background: #fbf9ff;
  margin-top: 50px;
}

.single-post-area .blog-author a {
  display: inline-block;
  color: #2a2a2a;
}

.single-post-area .blog-author p {
  margin-bottom: 0;
  font-size: 15px;
}

.product-device {
  position: absolute;
  right: 10%;
  bottom: -30%;
  width: 300px;
  height: 540px;
  background-color: #333;
  border-radius: 21px;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}


.product-device::before {
  position: absolute;
  top: 10%;
  right: 10px;
  bottom: 10%;
  left: 10px;
  content: "";
  background-color: rgba(255, 255, 255, .1);
  border-radius: 5px;
}

.product-device-2 {
  top: -25%;
  right: auto;
  bottom: 0;
  left: 5%;
  background-color: #e5e5e5;
}

.product-device img {
  width: 300px;
  height: 540px;
}

.bg-red {
  background: rgba(245, 195, 175, 1);
}

.bg-gray {
  background: #fbfbfb;
}

.about-us-heading {
  font-family: Ubuntu-Light;
}

.pointer {
    cursor: pointer;
}

.feature-text:hover {
  color: #ff7a7f;
}

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

#mainImage {
  width: 50%;
}

.text-gray {
  color: #595857 !important;
}

.terms-of-services.content-wrapper {
  background-image: none !important;
}

.comments .card-text {
  border-bottom: 1px solid #ccced0;
}

.community.card-body{
  background: rgba(255,255,255,.9);
}

.comments {
  background: rgba(255, 251, 249, 1) !important;
}

.form-control {
  background: rgba(255, 251, 249, 1) !important;
}

.red-table {
  background: rgba(255,255,255,.9) !important;
}

.red-table th {
  background: rgba(255,255,255,.9) !important;
  border-color: #dee2e6 !important;
}

.red-table td{
  background: rgba(255, 251, 249, 1) !important;
  border-color: #dee2e6 !important;
}
.navbar-toggler {
  float: right;
  border: 1px solid #d9d6d4;
}
/* Add CSS styles to display the SVG as a background image */
.navbar-toggler-icon {
    background-image: url("/media/images/icons/hamburger-menu.svg") !important;
    /* Add any necessary CSS properties like width, height, etc. */
}
.logo-image {
  max-width: 58px !important;
  max-height: 58px !important;
  width: 58px !important;
  height: 58px !important;
}
.carousel .testimonial {
  font-size: 16px;
}
@media (max-width: 769px) {
  .why-couplechat {
    position: relative !important;
    top: 0%;
    transform: none;
    left: 0%;
  }
}
.testimonials-section .card {
  background-color: transparent;
  box-shadow: 0 2px 6px 0 #656e7b1f;
}
.ccplus_image_container {
  max-width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
}

.ccplus_image_container img {
  max-width: 100%;
  height: auto;
}

.mission-section {
  background-color: #ebbcad;
}

.social_icons img {
  height: 45px;
  width: 45px;
}
