body {
  background-color: #e9ebed;
  margin: 0;
  padding: 0;
}

.main {
  background-color: #fff;
}

@media (max-width: 576px) {
    .mobile-small-btn {
      font-size: 12px;
      padding: 4px 8px;
      width: 40%;
    }
  }
  

/*below crousalsection */
.company-section {
    background-color: #9370ff;
    color: white;
    padding: 3rem 0;
    position: relative;
}

.trust-seal {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 80px;
}

.intro-text {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 2rem auto;
    line-height: 1.6;
}

.read-more-btn {
    background-color: transparent;
    border: 2px solid white;
    color: white;
    padding: 0.5rem 1.5rem;
    border-radius: 4px;
    transition: all 0.3s;
    margin: 1rem auto 2rem;
    display: block;
}

.read-more-btn:hover {
    background-color: rgba(255, 255, 255, 0.2);
    color: white;
}

.info-grid {
    margin-top: 2rem;
}

.info-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.5rem;
    padding: 0 1rem;
}

.info-icon {
    margin-right: 10px;
    font-size: 24px;
    color: rgba(255, 255, 255, 0.9);
}

.info-content {
    flex: 1;
}

.info-title {
    font-size: 14px;
    margin-bottom: 0.2rem;
    opacity: 0.9;
}

.info-value {
    font-size: 16px;
    font-weight: bold;
}

.vertical-divider {
    width: 1px;
    background-color: rgba(255, 255, 255, 0.3);
    height: 100%;
}

.contact-section {
    text-align: center;
    margin-top: 2rem;
}

.contact-btn {
    background-color: white;
    color: #9370ff;
    border: none;
    padding: 0.6rem 2rem;
    border-radius: 4px;
    font-weight: bold;
    transition: all 0.3s;
}

.contact-btn:hover {
    background-color: #f8f9fa;
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .vertical-divider {
        display: none;
    }
    
    .info-grid .col-md-4 {
        margin-bottom: 1rem;
    }
}


/* cards */
.section-title {
    text-align: center;
    color: #333;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 40px;
    position: relative;
}

.section-title::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background-color: #8a70ff;
}

.product-card {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    padding: 15px;
    margin-bottom: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.product-image {
    height: 200px;
    object-fit: contain;
    margin-bottom: 15px;
}

.category-title {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
    display: block;
}

.product-list {
    list-style: none;
    padding: 0;
    margin: 0;
    flex-grow: 1;
}

.product-list li {
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}

.product-list li:last-child {
    border-bottom: none;
}

.product-list a {
    color: #555;
    text-decoration: none;
    display: block;
    transition: color 0.3s;
}

.product-list a:hover {
    color: #8a70ff;
}

.view-all {
    color: #333;
    font-weight: 500;
    text-decoration: none;
    display: block;
    margin-top: 15px;
}

.view-all:hover {
    color: #8a70ff;
}

/* videos */
.vdo .product-card {
    transition: all 0.3s ease;
    margin-bottom: 10px;
    height: 100%;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.video-container {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 10px;
    width: 100%;
}

.video-container video {
    width: 100%;
    height: auto;
    display: block;
    cursor: pointer;
}


/* contact form */
.main-product {
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 40px;
    position: relative;
}

.main-product-info {
    padding: 15px 0;
}

.main-product-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 5px;
}

.contact-link {
    color: #6f42c1;
    text-decoration: none;
}

.contact-link:hover {
    text-decoration: underline;
}

.watch-more {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8f9fa;
    border-radius: 5px;
    font-weight: 500;
    color: #495057;
    transition: all 0.3s ease;
}

.watch-more:hover {
    background-color: #e9ecef;
    color: #212529;
}

/* Custom video controls styling */
video::-webkit-media-controls-panel {
    background-color: rgba(0, 0, 0, 0.5);
}

.contact-container {
    margin-top: 40px;
    margin-bottom: 40px;
}

.company-info {
    background-color: #8a6fff;
    color: white;
    padding: 30px;
    height: 100%;
}

.company-name {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 30px;
}

.contact-title {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 5px;
}

.info-item {
    margin-bottom: 30px;
}

.info-icon {
    font-size: 24px;
    margin-right: 15px;
    vertical-align: top;
}

.contact-form {
    background-color: white;
    padding: 30px;
}

.form-title {
    text-align: left;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 30px;
    position: relative;
}

.form-title::after {
    content: "";
    display: block;
    width: 70px;
    height: 4px;
    background-color: #8a6fff;
    margin-top: 15px;
}

.form-control {
    border-radius: 0;
    padding: 12px;
    margin-bottom: 20px;
}

textarea.form-control {
    height: 150px;
}

.btn-submit {
    background-color: #8a6fff;
    color: white;
    border: none;
    padding: 12px 50px;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.btn-submit:hover {
    background-color: #7b5cff;
}

.social-icons {
    margin-top: 30px;
}

.social-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: white;
    border-radius: 50%;
    margin-right: 10px;
    transition: all 0.3s ease;
}

.social-icon i {
    color: #8a6fff;
    font-size: 20px;
}

.social-icon:hover {
    transform: translateY(-3px);
}

.get-directions {
    color: white;
    text-decoration: underline;
    cursor: pointer;
}

.get-directions:hover {
    color: #f0f0f0;
}

.info-content {
    display: inline-block;
    vertical-align: top;
}

@media (max-width: 767.98px) {
    .company-info {
        margin-bottom: 20px;
    }
}

/* review container */
.reviews-container {
    background-color: white;
    padding: 30px;
    margin: 40px auto;
    max-width: 1200px;
}

.section-title {
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 30px;
    position: relative;
}

.section-title::after {
    content: "";
    display: block;
    width: 70px;
    height: 3px;
    background-color: #ffc107;
    margin: 10px auto 0;
}

.rating-number {
    font-size: 3.5rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 0;
}

.rating-scale {
    font-size: 1.2rem;
    color: #777;
    margin-left: 5px;
}

.stars {
    font-size: 1.8rem;
    color: #ffc107;
    margin-bottom: 5px;
}

.stars .far {
    color: #e4e5e9;
}

.rating-count {
    color: #777;
    font-size: 1rem;
}

.rating-bar {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.rating-label {
    width: 40px;
    font-weight: 500;
    margin-right: 10px;
}

.progress {
    flex-grow: 1;
    height: 12px;
    margin-right: 15px;
    background-color: #e9ecef;
}

.progress-bar {
    background-color: #7bc043;
}

.rating-percent {
    width: 50px;
    text-align: right;
    font-weight: 500;
    color: #555;
}

.satisfaction-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.satisfaction-label {
    width: 100px;
    font-weight: 500;
    margin-right: 10px;
}

.review-card {
    border: 1px solid #e9ecef;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    background-color: #f9f9f9;
}

.review-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.reviewer-info {
    display: flex;
    align-items: center;
}

.reviewer-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #e0e0e0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    font-weight: 500;
    color: #555;
    margin-right: 15px;
}

.reviewer-details h5 {
    margin-bottom: 5px;
    font-weight: 600;
}

.reviewer-details p {
    margin-bottom: 0;
    color: #777;
}

.review-date {
    color: #777;
    font-size: 0.9rem;
}

.product-name {
    margin-top: 10px;
    font-weight: 500;
}

.review-feedback {
    display: flex;
    margin-top: 15px;
}

.feedback-item {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.feedback-label {
    margin-right: 10px;
}

.thumbs-up {
    color: #7bc043;
    font-size: 1.2rem;
}

.view-more-btn {
    display: block;
    width: fit-content;
    margin: 20px auto;
    padding: 8px 25px;
    border: 1px solid #6c757d;
    background-color: white;
    color: #6c757d;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.view-more-btn:hover {
    background-color: #f8f9fa;
    color: #5a6268;
}

.user-satisfaction-title {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-size: 1.2rem;
    font-weight: 600;
}

.user-satisfaction-title i {
    color: #7bc043;
    margin-right: 10px;
    font-size: 1.5rem;
}

@media (max-width: 767.98px) {
    .rating-summary {
        text-align: center;
        margin-bottom: 30px;
    }
    
    .rating-distribution {
        margin-bottom: 30px;
    }
}

/* footer */
.footer-section {
    background-color: #262626;
    color: white;
    padding: 20px 0;
}

.footer-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

.footer-links {
    list-style-type: none;
    padding-left: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: white;
    text-decoration: none;
}

.footer-links a:hover {
    text-decoration: underline;
}

.footer-divider {
    border-top: 1px solid #555;
    margin: 20px 0;
}

.footer-copyright {
    font-size: 14px;
    padding: 10px 0;
}

.footer-copyright a {
    color: white;
}

.indiamart-logo {
    max-width: 80px;
}


/* about us section */
.breadcrumb {
    background-color: transparent;
    padding: 15px 0;
    margin-bottom: 0;
}

.breadcrumb-item a {
    color: #333;
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #666;
}

.sidebar {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    margin-bottom: 20px;
}

.sidebar-title {
    font-size: 18px;
    font-weight: bold;
    padding: 15px;
    margin: 0;
    border-bottom: 1px solid #e0e0e0;
}

.sidebar-menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.sidebar-menu li {
    border-bottom: 1px solid #e0e0e0;
}

.sidebar-menu li:last-child {
    border-bottom: none;
}

.sidebar-menu li a {
    display: block;
    padding: 12px 15px;
    color: #666;
    text-decoration: none;
    transition: all 0.3s ease;
}

.sidebar-menu li a:hover {
    background-color: #f5f5f5;
    color: #333;
}

.content {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding: 20px;
}

.content p {
    color: #555;
    line-height: 1.6;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .sidebar {
        margin-bottom: 20px;
    }
}




.section-title {
    font-size: 28px;
    margin: 30px 0 20px 0;
    font-weight: 500;
}
.gallery-container {
    margin-bottom: 30px;
}
.section-image {
    width: 100%;
    height: 180px;
    object-fit: cover;
}
.section-caption {
    margin-top: 10px;
    font-size: 14px;
}

.main-nav .nav-item .nav-link {
  font-size: 19px !important;
  transition: all 0.3s ease;
  color: black;
  padding-top: 90px;
  padding-bottom: 29px;
  margin-top: -80px;
  border-radius: 0;
}

.main-nav .home-btn {
  padding-top: 90px;
  padding-bottom: 29px;
  margin-top: -80px;
  border-radius: 0;
  background-color: #917cfe;
  color: white !important;
  box-shadow: none;
}

.main-nav .nav-item .nav-link:hover {
  background-color: #917cfe;
  color: white ;
  box-shadow: none;
}

.main-nav .nav-item .nav-link.active {
  background-color: #917cfe;
  color: white ;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

/* Navbar styling to match the screenshot */
.navbar-content .navbar-nav {
  display: flex;
  flex-direction: row;
}

.navbar-content .nav-item {
  display: flex;
  align-items: center;
}

.navbar-content .nav-link {
  padding: 0.5rem 0.75rem;
  font-size: 16px;
  white-space: nowrap;
}

.navbar-content .nav-link:hover {
  color: #8a7cff !important;
}

.search-form {
  max-width: 300px;
}

.search-form .form-control {
  border-right: none;
}

.search-form .btn {
  border-left: none;
  background-color: white;
}
