:root {
  --srxHover: #c00000;
  --srxMainFontColor: #c00000;
  --srxText: #5c5a5a;
  --srxWhite: white;
  --srxBannerTextColor: #000205;
  --srxSectionColor: white;
  --srxCarouselOff: rgba(144, 153, 144, 0.795);
  --srxCarouselOn: #c00000;
  --srxCarouselBox: 100, 100, 100;
  --srxTestimonialBox: 100, 100, 100;

  /* --srxSectionColor: #303231; */
}

body {
  font-family: "Montserrat", sans-serif;

  text-align: center;
}

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

p {
  color: var(--srxText);
}

/* Headings */

.section-heading {
  font-size: 2rem;
  color: var(--srxMainFontColor);
  margin-top: 2%;
}

.big-heading {
  font-family: "Montserrat";
  font-size: 3.5rem;
  line-height: 1.5;
}

/* Containers */

.container-fluid {
  padding: 7% 15%;
}

/* Sections */

.colored-section {
  background-color: var(--srxMainFontColor);
  color: #fff;
}

.section_style {
  background-color: var(--srxSectionColor);
}

/* Navigation Bar */

.navlogo {
  width: 50%;
  max-width: 210px;
}

.navbar {
  padding: 0 0 4.5rem;
}

.navbar-brand {
  font-family: "Ubuntu";
  font-size: 2.5rem;
  font-weight: bold;
}

.nav-item {
  padding: 0 18px;
}

.nav-link {
  font-size: 1.2rem;
  color: var(--srxText);
  font-family: "Montserrat";
  font-weight: normal;
}

nav .navbar-nav li a {
  color: var(--srxText) !important;
}

nav .navbar-nav li a:hover {
  color: var(--srxHover) !important;
  border-bottom: 3px solid var(--srxHover);
}

/* Buttons */

.download-button {
  margin: 5% 3% 5% 0;
}

/* Title Section */

#title {
  background-color: var(--srxSectionColor);
  color: var(--srxText);
  text-align: center;
}

#title .container-fluid {
  padding: 3% 15% 0%;
}

/* Title Image */
/* .title-image {
  width: 60%;
  transform: rotate(25deg);
  position: absolute;
  right: 30%;
} */

.banner-title-1 {
  color: var(--srxMainFontColor);
  /* font-size: 2.0rem; */
  /* align-content: center; */
  /* position: relative;
top:-100px; */
}

.banner-text-1 {
  color: var(--srxBannerTextColor);
  font-size: 1.2rem;
}

.banner-title-2 {
  color: var(--srxSectionColor);
  /* font-size: 2.0rem; */
  /* align-content: center; */
  /* position: relative;
top:-100px; */
}

.banner-text-2 {
  color: var(--srxSectionColor);
  font-size: 1.2rem;
}


.invert {
  filter: brightness(0) saturate(100%) invert(17%) sepia(51%) saturate(4156%)
    hue-rotate(350deg) brightness(94%) contrast(135%);
}

/* If the screen size is 1200px wide or more, set the font-size to 80px */
@media (min-width: 1200px) {
  .responsive-banner-font {
    font-size: 2rem;
  }
}

/* If the screen size is smaller than 1200px, set the font-size to 80px */
@media (max-width: 1024px) {
  .responsive-banner-font {
    font-size: 1rem;
  }
}

.banner-title-3 {
  color: var(--srxSectionColor);
  /* font-size: 2.0rem; */
  /* align-content: center; */
  /* position: relative;
top:-100px;
left:200px; */
}

.banner-text-3 {
  color: var(--srxSectionColor);
  font-size: 1.2rem;
}

.banner-text-3:hover {
  font-size: 2rem;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}

.carousel-inner img .carousel-inner video {
  min-width: 100%;

  max-width: 100%;
  top: 0;
  left: 0;
  /*max-height: 200px;*/
  object-fit: cover;
  object-position: top;
  /* opacity: 50; */
}

.background-box {
  background-color: rgba(var(--srxCarouselBox), 0.4);

  /* color:var(--srxCarouselBox) ; */
  padding: 20px;
  border-radius: 10px; /* Rounded corners */
  max-width: 500px; /* Optional: Limit box width */
  display: inline-block;
  text-align: center; /* Center text */
}


.carousel-item {
  height: 600px;
  /* width: 100%;
  object-fit: cover;
  */
} 


.carousel-item img {

  height: 100%;
  width: 100%;
  object-fit: cover; /*Keeps the aspect ratio and fills the space*/
  /* position: absolute;
    object-fit: contain;
    top: 0;
    left: 0;
    min-height: 500px; */
}
/*
.customer_logo {

  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 30%;
}
  /* .customer_logo img {
  /* width: 200px;
  height: 250px; */
/* margin: 0 0 0 -100px;
} */




.logo-container {
  width: 200px;  /* Fixed width */
  height: 100px; /* Fixed height */
  display: flex;
  align-items: center;
  justify-content: center;
  /* background-color: rgba(0, 0, 0, 0.05); Optional: Add background for visibility */
  /* border-radius: 8px; Optional: Rounded edges for consistency */
}


.logo-anchor {
  text-decoration:none;
  color:var(--srxText);
}
.customer-logo{

  max-width: 100%;  /* Constrain logo to container width */
  max-height: 100%; /* Constrain logo to container height */
  object-fit: cover; /* Ensures logo fits within its bounds */
}



/* Features Section */

#features {
  position: relative;
}

.service-title {
  font-size: 1.2rem;
}

.feature-box {
  padding: 4.5%;
}

.service-image {
  width: 30%;
}

.service-image2 {
  width: 20%;
  border: 4px solid var(--srxMainFontColor);
  border-radius: 50%;
}

.service-text {
  color: var(--srxText);
  font-size: 1rem;
}

.service-text-more {
  color: var(--srxText);
  font-size: 0.8rem;
  background-color: var(--srxSectionColor);
}

.icon {
  color: #696bdd;
  margin-bottom: 1rem;
}

.icon:hover {
  color: #ff4c68;
}

/* Testimonial Section */

.testimonial-box {
  background-color: rgba(var(--srxTestimonialBox), 0.1);

  /* color:var(--srxCarouselBox) ; */
  padding: 20px;
  border:solid;
  border-width: 1px;
  border-color: var(--srxSectionColor);
  border-radius: 10px; /* Rounded corners */
  max-width: 500px; /* Optional: Limit box width */
  display: inline-block;
  text-align: center; /* Center text */
}


.testimonial-text {
  font-style: italic;
  line-height: 2;
  font-size: .8rem;
}

.testimonial-title {
  font-weight: bold;
  font-size: .8rem;
  margin-top: 1rem;
  line-height: 1;
}


.testimonial-carousel-inner {
  padding: 0;
  margin: 0;
}
.testimonial-carousel-item {
  overflow: hidden; /* Ensure no hidden content spills out */
}



.testimonial-inner {
  padding: 0;
  margin: 0;
}
.testimonial-image {
  width: 35%;

  /*border-radius: 100%;*/
  margin: 20%;
}

.testimonial-indicators {
  top: 120px;

  /* color:black; */
}

.team-title {
  color: var(--srxText);
}

.team-name {
  color: var(--srxText);
}

.team-photo {
  margin: 20px 20px 50px;

  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 40%;
  margin-bottom: 0px;
  border: 0px solid var(--srxSectionColor);
  border-radius: 50%;
  background-color: var(--srxWhite);
}

.team-photo3 {
  margin: 20px 20px 50px;

  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 40%;
  margin-bottom: 0;
  border: 2px solid var(--srxSectionColor);
  border-radius: 50%;
  background-color: var(--srxWhite);
}

.team-photo2 {
  margin: 20px 20px 50px;

  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 38%;
  margin-bottom: 0;
  border: 2px solid var(--srxSectionColor);
  border-radius: 50%;
  background-color: var(--srxWhite);
}

.service-icon-style {
  /* display: inline-block;
  border-radius: 50px;
  border:4px solid var(--srxMainFontColor);
  padding: 0.5em 0.6em; */
  font-size: 48px;
  color: var(--srxMainFontColor);
}

.team-bio {
  font-size: 0.8rem;
  color: var(--srxText);
}

.team-bio-btn {
  color: var(--srxText);

  background-color: #0495c9;
  border-color: #357ebd;
  /*set the color you want here*/
  width: 1rem;
}

.btn:focus {
  outline: none;
  box-shadow: none;
}

.btn {
  box-shadow: none !important;
}

button.btn .show-ctrl {
  display: none;
}

button.btn .hide-ctrl {
  display: block;
}

button.btn.collapsed .show-ctrl {
  display: block;
}

button.btn.collapsed .hide-ctrl {
  display: none;
}

.pricing-column {
  padding: 3% 2%;
}

price-image {
  width: 10%;
}

.solution-logo {
  max-width: 150%;  /* Constrain logo to container width */
  max-height: 150%; /* Constrain logo to container height */
  object-fit: contain; /* Ensures logo fits within its bounds */
}

.solution-text {
  color: var(--srxText);
  font-size: 0.8rem;
}

/* Footer Section */

.social-icon {
  margin: 20px 10px;
}

@media (max-width: 1028px) {
  #title {
    text-align: center;
  }

  .title-image {
    position: static;
    transform: rotate(0);
  }
}

.contact-address > p {
  margin: 0;
}

/* .carousel .item>img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  height: 50%;
} */

.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: var(--srxCarouselOff);

  box-sizing: content-box;
  flex: 0 1 auto;
  width: 15px;
  height: 15px;
  padding: 0;
  margin-right: 5px;
  margin-left: 5px;
  text-indent: -999px;
  cursor: pointer;

  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.8;
  transition: opacity 0.6s ease;
  border-radius: 0%;
}

.carousel-indicators button.active {
  background-color: var(--srxCarouselOn);
}

.carousel-indicators button.clicked {
  background-color: var(--srxCarouselOn) !important; /* Clicked color */
}

.carousel-caption {
  position: absolute; /* Ensures the content stays on top of the image */
  bottom: 20%; /* Adjust as needed */
  left: 50%;
  transform: translateX(-50%); /* Center horizontally */
  z-index: 10; /* Ensure it's above the image */
  text-align: center;
  width: 100%; /* Makes it responsive */
}

.carousel-caption > p {
  color: grey;
  font-style: italic;
}

.carousel-caption > em {
  color: black;
}

.carousel-caption > h1 {
  color: grey;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 50px;
  height: 50px;
}

.iframe-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.iframe-responsive {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
}

.contact-divider {
  margin-left: 5px;
  margin-right: 5px;
  width: 1px;
  height: 100%;
  border-left: 1px solid gray;
}
