@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

:root{
    --primary-color: #ff414d;
}

body {
    font-family: 'Montserrat', 'Roboto', sans-serif;
    /* font-family: 'Roboto', sans-serif; */
    margin: 0;
    padding: 0;
    letter-spacing: 1px;
    overflow-x: hidden;
}

section{
    position: relative;
    display: block;
}

.custom-container, .container-fluid{
    max-width: 95%;
    width: 100%;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
}

.d-h2 {
    position: relative;
    color: #4b4b4b;
    font-size: 36px;
    text-transform: capitalize;
    font-weight: 700;
    display: inline-block;
}

.banner h1, .h1{
    font-size: 76px !important;
    font-weight: 300;
    text-shadow: 0px 10px 25px black ;
}
.h1{
    text-shadow: none !important;
}

/* .btn-primary-custom {
    background-color: var(--primary-color);
    color: #ffffff;
    padding: 10px 24px;
    border: none;
    border-radius: 4px;
    font-weight: 500;
    font-size: 16px;
    transition: background-color 0.3s ease, color 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.btn-primary-custom:hover,
.btn-primary-custom:focus {
    background-color: #ffffff;
    color: var(--primary-color);
    text-decoration: none;
}

.btn-primary-custom-light {
    background-color: #ffffff;
    color: var(--primary-color);
    padding: 10px 24px;
    border: none;
    border-radius: 4px;
    font-weight: 500;
    font-size: 16px;
    transition: background-color 0.3s ease, color 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.btn-primary-custom-light:hover,
.btn-primary-custom-light:focus {
    background-color: var(--primary-color);
    color: #ffffff;
    text-decoration: none;
} */

/* Primary Red Button */
.btn-primary-custom {
  background-color: var(--primary-color);
  color: #ffffff;
  padding: 10px 24px;
  border: 2px solid var(--primary-color);
  border-radius: 7px;
  font-weight: 500;
  font-size: 16px;
  transition: background-color 0.3s ease, color 0.3s ease;
  text-decoration: none;
  display: inline-block;
}

.btn-primary-custom:hover,
.btn-primary-custom:focus {
  background-color: #e63a44;
  color: #ffffff;
  text-decoration: none;
}

.btn-primary-custom-light {
  background-color: #ffffff;
  color: var(--primary-color);
  padding: 10px 24px;
  border: none;
  border-radius: 4px;
  font-weight: 500;
  font-size: 16px;
  transition: background-color 0.3s ease, color 0.3s ease;
  text-decoration: none;
  display: inline-block;
}

.btn-primary-custom-light:hover,
.btn-primary-custom-light:focus {
  background-color: var(--primary-color);
  color: #ffffff;
  text-decoration: none;
  cursor: pointer !important;
}

.fw-300{
  font-weight: 300;
}

.btn-lg {
    text-transform: uppercase;
    padding: 11px 53px;
}

.btn-primary-custom-light, .btn-primary-custom {
    border: 2px solid;
}

strong{
    font-weight: 700;
}
.mb-100{
  margin-bottom: 100px !important;
}
/* Nav*/
.navbar-custom {
    transition: background-color 0.3s ease;
    padding: 40px 0;
}

.navbar-scrolled {
    background-color: #ffffff !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.nav-link {
    position: relative;
    color: #fff;
    transition: color 0.3s;
    margin: 0 15px;
    font-size: 17px;
    font-weight: 300;
    text-decoration: none;
}

.nav-link::before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: #aa5e52;
    transition: all 0.4s ease-in-out;
    transform: translateX(-50%);
}

.nav-link:hover::before {
    width: 100%;
}

.nav-link:hover {
    color: white;
}
.nav-link.active::before {
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.nav-link.active {
    color: white;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
    color: white;
}

.navbar-scrolled .nav-link {
    color: #000 !important;
}

.navbar-brand {
    position: relative;
    color: #fff;
    font-weight: bold;
    max-width: 170px;
    width: 100%;
    height: auto;
}

.navbar-scrolled .navbar-brand {
    color: #000 !important;
}

.navbar-custom .btn {
    position: relative;
    margin-left: 0;
    min-width: 170px;
    padding: 10px 20px;
    font-size: 13px;
}

.navbar-custom  .btn.btn-primary-custom-light {
    margin-left: 0;
}

.navbar-scrolled .btn-outline-light {
    color: #000 !important;
    border-color: #000 !important;
}

.navbar>.custom-container {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}

.for-sticky, .navbar-scrolled .navbar-brand img{
  display: none;
}
.navbar-scrolled .for-sticky{
  display: block !important;
}


/* Banner */
.banner {
    background-color: black;
    background-size: cover;
    background-position: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    position: relative;
    padding: 280px 0px 180px 0px;
    height: 100vh;
    /* height: 1000px; */
}

.inner-banner {
    position: relative;
    background-size: cover;
    min-height: 605px;
    height: 100%;
}
.overlay{
  position: relative;
}
.overlay::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #ffffff;
    background: radial-gradient(circle, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
    opacity: 0.9;
}
.overlay div{
  z-index: 1;
}
.banner .row{
    position: relative;
    /* z-index: 1; */
}

.navbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-right {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: 80px;
}
/* search form in banner */
form.search-bar {
    position: relative;
    background-color: white;
}
form.search-bar button.btn {
    border-radius: 0px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
/* .search-bar input::placeholder {
    color: #aaa;
}

.search-bar .form-select,
.search-bar input {
    background-color: transparent;
    font-size: 16px;
    outline: none;
    box-shadow: none;
} */
.no-outline:focus {
    outline: none;
    box-shadow: none;
}
  
.custom-select:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.15rem rgba(255, 65, 77, 0.25);
}
  
.custom-select option:checked,
.custom-select option:hover {
    background-color: var(--primary-color);
    color: #fff;
}
  
.search-icon {
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}
.banner form .custom-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg fill='%23ff414d' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1rem;
    border: 1px solid #ddd;
    padding: 0.5rem 2rem 0.5rem 1rem;
    outline: none;
    outline: unset;
}
.custom-select:focus {
    /* outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 2px rgba(255, 65, 77, 0.25); */
}
form.search-bar label.form-label {
    color: #d7d7d7;
    letter-spacing: 1px;
    line-height: 1;
}
.banner form .custom-select {
    width: 100%;
    line-height: 1;
    color: #8c8c8c;
    font-size: 18px;
    letter-spacing: 1.1px;
    padding: 0 10px;
    text-align: center;
    font-weight: 700;
    font-family: 'Roboto';
}
.banner form button.btn {padding: 28px 0;}
.d-sec{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 50px 0px;
}

.badge-gradiant-bg{
    background: #FFFFFF;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 20%, rgba(240, 227, 208, 1) 80%);
}
.bg-badge {background-color:#f0e3d0;}
.d-sec p {
    color: #959491;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 1px;
}
.d-sec .right {
    padding-right: 0;
}
.d-sec .left {
    padding-left: 50px;
}
.underline-right, .underline-left {position: relative;}

.underline-right::before, .underline-left::before, .underline-right::after, .underline-left::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fe4d58;
    bottom: -10px;
}
.underline-right::before{
    left: 0;
}
.underline-left::before{
    right: 0;
}
.underline-right::after {
    right: 0%;
}
.underline-left::after {
    left: 0%;
}
.d-sec .d-h2 {
    margin-bottom: 40px;
}
/* Tabs */
.custom-tabs {
  margin-top: 0px;
}

.tab-nav {
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0;
  display: flex;
  border-bottom: none;
  align-items: self-start;
  justify-content: end;
}

.tab-link {
  padding: 10px 10px;
  cursor: pointer;
  border: none;
  color: #333;
  font-weight: 500;
  transition: all 0.3s ease;
  border-bottom: 2px solid transparent;
}

.tab-link.active {
  color: var(--primary-color);
  border-color: var(--primary-color);
}

.tab-content-wrapper {
  background: #fff;
  padding: 0px;
  border: none;
  border-radius: 0px;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}
/* Box Style */
.custom-card {
  width: 100%;
  min-height: 345px;
  background-color: #fff;
  box-shadow: 0 1px 10px rgb(0 0 0 / 25%);
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  margin: 20px auto;
}

.list-view-card {
  width: 100%;
  background-color: #fff;
  box-shadow: 0 1px 10px rgb(0 0 0 / 25%);
  border-radius: 5px;
  overflow: hidden;
  margin: 20px auto;
}


.card-img img {
  width: 100%;
  height: 245px;
  object-fit: contain;
  display: block;
  padding: 20px;
}

.list-view-card .img-box {
    width: 400px;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    position: relative;
    border-right: 1px solid #e1e1e1;
}

.list-view-card  .card-title {
    text-align: left;
}

.card-body {
  padding: 15px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0px;
}

.card-title {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 0px;
  color: #333;
  text-align: center;
  padding: 0px 0px;
}

.divider {
  border: none;
  border-top: 1px solid #e0e0e0;
  margin: 10px 0;
}
.border-gray{
  border-color: gray;
}

.card-footer {
  display: flex;
  justify-content: space-between;
  margin-top: auto;
}

.info-box {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: gray;
  padding: 10px 20px 20px 20px;
}

.info-box i {
  color: var(--primary-color);
  margin-right: 6px;
  font-size: 16px;
}
.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}
/* Footer */
footer{
    position: relative;
    display:  block;
    background-color: #4b4b4b;
    padding: 150px 0px 0px 0px;
}
.footer-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
    }

    .footer-logo-social {
      max-width: 300px;
    }

    .footer-logo-social img {
      width: 220px;
      margin-bottom: 15px;
    }

    .social-icons {
      display: flex;
      gap: 15px;
      margin-top: 20px;
    }

    .social-icons a {
      width: 45px;
      height: 45px;
      border: 1px solid #f0e3d0;
      border-radius: 50%;
      color: #f0e3d0;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 18px;
      text-decoration: none;
      transition: 0.3s;
    }

    .social-icons a:hover {
      background-color: var(--primary-color);
      color: #fff;
      border-color: var(--primary-color);
    }

    .footer-column {
      margin: 0px 0 20px 0;
      min-width: 180px;
    }

    .footer-column h3 {
      font-weight: 600;
      margin-bottom: 20px;
      font-size: 14px;
      color: white;
    }

    .footer-column .underline {
      width: 30px;
      height: 3px;
      background-color: var(--primary-color);
      margin-bottom: 45px;
    }

    .footer-column ul {
      list-style: none;
      padding: 0;
    }

    .footer-column ul li {
      margin-bottom: 7px;
    }

    .footer-column ul li a {
      color: #f0e3d0;
      text-decoration: none;
      font-size: 13px;
      font-weight: 200;
      letter-spacing: 0;
    }

    .footer-column ul li a:hover {
      color: #fff;
    }

    .subscribe-box {
      display: flex;
      align-items: center;
      background-color: transparent;
      border: 1px solid #f5e5d0;
      border-radius: 4px;
      overflow: hidden;
      margin-top: 40px;
      max-width: 500px;
    }

    .subscribe-box input {
      padding: 15px;
      flex: 1;
      border: none;
      outline: none;
      font-size: 14px;
      background-color: transparent;
      color: #fff;
    }

    .subscribe-box input::placeholder {
        font-size: 13px;
        color: #f0e3d0;
        font-weight: 200;
    }
    
    .subscribe-box button {
      background-color: var(--primary-color);
      color: #fff;
      border: none;
      padding: 15px 25px;
      cursor: pointer;
      font-weight: 500;
      transition: 0.3s;
    }

    .subscribe-box button:hover {
      background-color: var(--primary-color);
    }

    .footer-bottom {
      border-top: 1px solid var(--primary-color);
      margin-top: 80px;
      padding: 20px 0px;
      text-align: center;
      font-size: 13px;
      color: #f0e3d0;
      font-weight: 200;
    }

    .padding-right{
      padding-right: 90px;
    }

.footer-bottom a {
  color: #f0e3d0;
  text-decoration: none;
  cursor: pointer;
}
.footer-bottom a:hover {
  color: #dc3545;
}

/* .tab-content { display: none; }
.tab-content.active { display: block; }
.tab-link.active { font-weight: bold; border-bottom: 2px solid #105660; } */

/* testimonials */
.testimonial-slider {
  background: #f8e9d6;
  padding: 80px 0;
  text-align: center;
  font-family: Arial, sans-serif;
  overflow: hidden;
}
.testimonial-slider::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/testimonials-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}

.slider {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.testimonial {
  background: #fff;
  border-radius: 20px;
  padding: 30px 40px;
  margin: 0 auto;
  box-shadow: 0 0 15px rgba(0,0,0,0.05);
  transition: transform 0.3s ease-in-out;
}

.slick-slide {
  opacity: 0.5;
  transform: scale(0.9);
  transition: all 0.3s ease;
}

.slick-center {
  opacity: 1 !important;
  transform: scale(1) !important;
  z-index: 2;
}

.slick-center:hover {
  cursor: grab;
}

.testimonial-img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 2px solid #ea5d2f;
  object-fit: cover;
  margin-bottom: 20px;
  margin: 30px auto 35px auto;
}

.testimonial-text {
  font-size: 15px;
  color: #666;
  font-style: italic;
  margin-bottom: 20px;
  line-height: 1.6;
}

.testimonial-name {
  font-weight: bold;
  margin: 0;
}

.testimonial-company {
  font-size: 14px;
  color: #888;
}

.testimonial-slider .d-h2{
  margin-bottom: 60px;
}

/* Add a company Theme Form */
.theme-form input, .theme-form label {
    padding-left: 25px !important;
}
.form-section {
  position: relative;
  background: #f9f9f9;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 20px;
}

.theme-form .form-floating>.form-control-plaintext:focus, 
.form-floating>.form-control-plaintext:not(:placeholder-shown), 
.form-floating>.form-control:focus, 
.form-floating>.form-control:not(:placeholder-shown),
.form-select:focus {
    outline: none !important;
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #ff3b3f ;
    outline: 0;
    box-shadow: 0 0 0 .25rem #ff3b3f1c !important;
}
.remove-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #dc3545;
  color: #fff;
  border: none;
  padding: 2px 8px;
  font-size: 14px;
  border-radius: 4px;
  cursor: pointer;
}
/* Newslatter Sec */
.newsletter-sec {
    position: relative;
    padding: 80px 0px;
}
.newsletter-sec .subscribe-box {
    max-width: 100%;
    width: 100%;
}
.newsletter-sec .subscribe-box input, .newsletter-sec .subscribe-box button, .newsletter-sec .subscribe-box input::placeholder {
    min-height: 90px;
    font-weight: 300;
    font-size: 30px;
    padding: 10px 40px;
}

.newsletter-sec .subscribe-box input::placeholder{
  padding: 0 !important;
}

.newsletter-sec .subscribe-box button {
    padding: 0 50px;
}

/* Sticky FAQ Section */
/* Sticky container */
.sticky-sidebar {
  position: sticky;
  top: 130px;
}

/* Optional: Adjust height for sidebar content */
.faq-box, .links-box {
  transition: all 0.3s ease-in-out;
}

/* Button & Link Styling */
.btn-outline-secondary {
  border: 1px solid #ddd;
  background-color: #fff;
  font-weight: 500;
  color: #333;
  text-align: center;
  padding: 10px;
  border-radius: 5px;
}

.btn-outline-secondary:hover {
  background-color: #f8f8f8;
  color: #000;
}
.btn-lg{
  padding: 20px 50px;
}
.z-index{
  z-index: 1;
}
@media (max-width: 991.98px) {
    .nav-right {
        flex-direction: column;
        align-items: flex-start;
        margin-left: 0;
    }

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

    .navbar-collapse {
    margin-top: 10px;
    }
}
@media (max-width: 767px) {
    .search-bar .row > div {
        border-right: none !important;
        border-bottom: 1px solid #eee;
    }

    .search-bar .row > div:last-child {
        border-bottom: none;
    }
    /* footer */
    .footer-container {
    flex-direction: column;
    gap: 30px;
    }

    .subscribe-box {
    flex-direction: column;
    align-items: stretch;
    }

    .subscribe-box input,
    .subscribe-box button {
    width: 100%;
    box-sizing: border-box;
    }
}