.cambo-regular {
  font-family: "Cambo", serif;
  font-weight: 400;
  font-style: normal;
}


body {
  font-family: "Cambo", serif;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  padding: 0;

}



.navbar {
  margin-top: 0;
  background-color: #D5C67A !important;
}


nav ul {
    list-style-type: none;
    padding: 0;
    display: flex;
    gap: 15px;
    justify-content: center;
    background: #D5C67A ;
    padding: 20px;
    border-radius: 10px;
}

nav ul li a {
    text-decoration: dashed;
    color: #3f3838;
    padding: 10px 20px;
    border: 2px solid #ffffff;
    border-radius: 50px; 
    font-weight: 600;
    transition: all 0.3s ease;
}

nav ul li a:hover {
    background-color: #198754;
    color: white;
    box-shadow: 0 4px 15px rgba(244, 248, 244, 0.3);
    transform: translateY(-2px); 
}


.hero-section {
    width: 100vw; 
    margin-left: calc(-50vw + 50%); 
    margin-right: calc(-50vw + 50%);
    
    background-color: #F1A208; 
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 500px; 
}


.support-hero {
  width: 100vw;
    margin-left: calc(-50vw + 50%); 
    margin-right: calc(-50vw + 50%);
    background-color: #f0a500; 
    color: #ffffff;      
    text-align: center;
    
    
    padding: 25px 0px; 
}
.support-hero h1 {
    font-size: 2.2rem;
    margin-bottom: 5px; 
    font-weight: bold;
}

.support-hero .tagline {
    font-size: 1rem;
    margin-bottom: 20px; 
    opacity: 0.9;
}

.support-hero h2 {
    font-size: 1.6rem;
    margin-bottom: 5px;
}

.support-hero .subtext {
    font-size: 0.95rem;
    margin-bottom: 0;     
}

body {
  background-color: #07b083; 
  color: white;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.hero-content {
  text-shadow: 2px 2px 10px rgba(0,0,0,0.8);
}



.btn{
  color: #ffffff;
  background-color: #F1A208;
}

.signups{

    background-color: #F1A208;
    color: #198754;           
    border: #198754; 
    padding: 8px 16px;         
    border-radius: var(--bs-border-radius);
    text-decoration: none;    
    display:inline-block ;
}


.Login-btn:hover {
  color: #ffffff;
    background-color: #198754; 
    border-color: #198754;
}


html {
    scroll-behavior: smooth;
}

.rc-support-hero {
  width: 100vw; 
    margin-left: calc(-50vw + 50%); 
    margin-right: calc(-50vw + 50%);
    background-color: #F1A208; 
    color: white;
    text-align: center;
    padding: 80px 20px;
}

.rc-support-hero h1 {
    font-size: 2.5rem;
    margin-bottom: 25px;
    font-weight: 500;
}

.rc-search-wrapper {
    position: relative;
    max-width: 600px;
    margin: 0 auto;
}

.rc-search-bar {
    width: 100%;
    padding: 16px 50px 16px 25px; 
    font-size: 1.1rem;
    border: none;
    border-radius: 50px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    outline: none;
}

.rc-search-btn {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    font-size: 1.2rem;
    cursor: pointer;
    color: #7f8c8d;
}


.rc-grid-section {
    max-width: 1100px;
    margin: 0 auto;
    padding: 50px 20px;
    text-align: center;
}

.rc-grid-section h2 {
    font-size: 1.8rem;
    color: #2c3e50;
    margin-bottom: 40px;
    font-weight: 400;
}

.rc-card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px; 
}

.rc-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 40px 20px;
    text-align: center;
    cursor: pointer;
    transition: all 0.25s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.02);
}

.rc-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
    border-color: #1abc9c; 
}

.rc-card-icon {
    font-size: 2.5rem;
    margin-bottom: 15px;
    display: block;
}

.rc-card h3 {
    font-size: 1.1rem;
    color: #34495e;
    font-weight: 500;
    margin: 0;
}

.rc-bottom-signup {
    background-color: #07b083 ;
    color: #ffffff;
    padding: 60px 20px;
    text-align: center;
}

.rc-signup-content {
    max-width: 500px;
    margin: 0 auto;
}

.rc-signup-content h2 {
    font-size: 2.2rem;
    margin-bottom: 12px;
    font-weight: 600;
}

.rc-signup-content p {
    font-size: 1.05rem;
    margin-bottom: 30px;
    opacity: 0.9;
    line-height: 1.5;
}

.rc-signup-form {
    display: flex;
    flex-direction: column;
    gap: 15px; 
}

.rc-form-group input {
    width: 100%;
    padding: 14px 20px;
    font-size: 1rem;
    border: 2px solid transparent;
    border-radius: 8px;
    outline: none;
    box-sizing: border-box;
    transition: all 0.2s ease;
    background-color: #ffffff;
}


.rc-form-group input:focus {
    border-color: #f0a500; 
    box-shadow: 0 0 8px rgba(240, 165, 0, 0.2);
}

.rc-signup-submit-btn {
    width: 100%;
    padding: 14px;
    background-color: #f0a500; 
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: bold;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.1s ease;
}

.rc-signup-submit-btn:hover {
    background-color: #d89400;
}

.rc-signup-submit-btn:active {
    transform: scale(0.99); 
}

.rc-form-footer {
    display: block;
    font-size: 0.85rem !important;
    margin-top: 15px !important;
    opacity: 0.7 !important;
}


.rc-login-body {
    background-color: #f4f6f7;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    margin: 0;
    font-family: sans-serif;
}

.rc-login-container {
    background: #ffffff;
    max-width: 400px;
    width: 100%;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    text-align: center;
}

.rc-login-container h2 {
    color: #2c3e50;
    margin-bottom: 8px;
    font-size: 1.8rem;
}

.rc-login-container p {
    color: #7f8c8d;
    margin-bottom: 30px;
    font-size: 0.95rem;
}

.rc-login-form .rc-form-group {
    margin-bottom: 20px;
    text-align: left;
}

.rc-login-form label {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
    color: #34495e;
    font-size: 0.9rem;
}

.rc-login-form input {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-sizing: border-box;
    font-size: 1rem;
    outline: none;
}

.rc-login-form input:focus {
    border-color: #1abc9c; 
}

.rc-login-submit-btn {
    width: 100%;
    padding: 12px;
    background-color: #1abc9c; 
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
    margin-top: 10px;
}

.rc-login-submit-btn:hover {
    background-color: #16a085;
}

.rc-login-footer {
    margin-top: 25px;
    font-size: 0.9rem;
    color: #7f8c8d;
}

.rc-login-footer a {
    color: #1abc9c;
    text-decoration: none;
    font-weight: bold;
}

.rc-main-title {
    text-align: center;
    color: #ffffff; 
    padding: 30px 20px; 
}

.rc-main-title h1 {
    font-size: 2.2rem;
    margin-bottom: 5px;
    font-weight: bold;
}

.rc-main-title p {
    font-size: 1rem;
    margin-bottom: 0;
}


.rc-horizontal-gallery {
    padding: 20px; 
    max-width: 1200px; 
    margin: 0 auto; 
}

.rc-image-grid-container {
    display: flex; 
    flex-wrap: wrap; 
    justify-content: center; 
    gap: 15px; 
}

.rc-grid-item {
    flex: 1 1 calc(33.33% - 15px); 
    min-width: 280px; 
    aspect-ratio: 1 / 1; 
    background-color: #f0f0f0; 
    border: 2px solid #333333; 
    border-radius: 6px; 
    
    display: flex;
    overflow: hidden; 
}

.rc-grid-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block; 
}

.rc-info-block {
    padding: 40px 20px; 
    display: flex;
    justify-content: center;
}

.rc-info-content {
    background-color: #07b083 ; 
    color: #2c3e50;            
    max-width: 900px;         
    padding: 35px 40px;       
    border-radius: 12px;       
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06); 
}

.rc-info-content p {
    font-size: 1.05rem;
    line-height: 1.7;         
    margin-bottom: 20px;       
    text-align: left;          
}

.rc-info-content p:last-child {
    margin-bottom: 0;
} 

.hero-btn {
    background-color: #ffffff;
    color: #f1b211;
    border: none;
    border-radius: 8px;
    transition: background-color 0.2s ease, color 0.2s ease; 
}

.hero-btn:hover {
    background-color: #f8f9fa; 
    color: #d49000;            
}

/* Medium screens */
@media (min-width: 600px) {
  
  
  .product-image {
    float: left; 
    width: 48%;
  }
  .product-info {
    float: right;
    width: 48%;
  }
  button {
    width: auto; 
  }
  .review {
    float: none;
    width: 100%;
  }
  .container::after {
    content: "";
    display: table;
    clear: both;
  }
}

/* Large screens */
@media (min-width: 992px) {
  

  
  .product-image {
    width: 50%;
  }

  .product-info {
    width: 48%; 
  }

  .review {
    float: left;
    width: 48%; 
    margin: 1%; 
    box-sizing: border-box;
  }

  .reviews::after {
    content: "";
    display: table;
    clear: both;
  }
}



.rc-hero-btn {
    background-color: #ffffff;
    color: #f1b211;
    border: 2px solid #F1A208 ;
    border-radius: 8px;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}


.rc-hero-btn:hover {
    background-color: #198754;
    color: #F1A208 ;
    border-color: #F1A208 ; /
}
