/* style.css - Alphafin Financial Consulting */

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ GLOBAL RESET & VARIABLES @@@@@@@@@@@@@@@@@@@@@@@*/
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --theme-color-1: #261B52;
  --theme-color-2: #00BAAB;
  --theme-color-3: #E3E0DB;
  --theme-color-4: #FFC363;
  --theme-color-5: #F0F5F9;
  --body-bg: #ffffff;
  --font-color: #666666;
  --heading-color: #333333;
  --font-white: #ffffff;
}

body {
  background-color: var(--body-bg);
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 400;
  color: var(--font-color);
  overflow-x: hidden;
}

h1, h2, h3, .h1, .h2, .h3 {
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  color: var(--heading-color);
  margin-bottom: 0;
}

h4, h5 {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  color: var(--heading-color);
}

a, a:hover {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ BUTTON STYLES @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

.theme-btn {
  border-radius: 6px;
  height: 48px;
  text-align: center;
  border: none;
  max-width: max-content;
  width: auto;
  padding: 10px 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  transition: all 0.3s ease;
  font-family: 'Inter', sans-serif;
}

.btn-main {
  background-color: var(--theme-color-2);
  color: #fff;
}

.btn-main:hover {
  background-color: #2f9d95;
  color: #fff;
}

.btn-border {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}

.btn-border:hover {
  border-color: var(--theme-color-4);
  color: var(--theme-color-4);
}

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ HEADER (TOPBAR + NAVBAR) @@@@@@@@@@@@@@@@@@@@@@@*/
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

.topbar {
  background-color: var(--theme-color-1);
  padding: 12px 0;
}

.topbar-contact-wrapper ul li {
  display: inline-block;
  margin-right: 15px;
}

.topbar-contact-wrapper ul li a {
  color: var(--font-white);
  font-size: 14px;
}

.topbar-contact-wrapper ul li a i {
  color: var(--theme-color-4);
  margin-right: 8px;
}

.topbar-social {
  text-align: right;
}

.topbar-social li {
  display: inline-block;
  margin-left: 8px;
}

.topbar-social li a {
  color: var(--font-white);
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  transition: 0.2s;
}

.topbar-social li a:hover {
  color: var(--theme-color-4);
}

.navbar {
  background-color: #fff;
  padding: 0.5rem 0;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 1030;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.navbar-brand img {
  max-height: 50px;
  width: auto;
}

.navbar-nav .nav-item {
  margin-right: 10px;
}

.navbar-nav .nav-link {
  font-weight: 500;
  color: var(--font-color);
  font-family: 'Inter', sans-serif;
  transition: 0.2s;
}

.navbar-nav .nav-link:hover {
  color: var(--theme-color-1);
}

.dropdown-menu {
  border-radius: 8px;
  border: none;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.dropdown-item {
  font-weight: 500;
}

.dropdown-item:hover {
  background-color: #f5f5f5;
  color: var(--theme-color-1);
  margin-left: 5px;
}

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ BANNER SECTION @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

.banner-section {
  width: 100%;
  min-height: 650px;
  display: flex;
  align-items: center;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-image 0.8s ease-in-out;
}

.banner-content-wrapper {
  max-width: 700px;
  position: relative;
  z-index: 2;
}

.banner-top-heading {
  text-transform: uppercase;
  color: var(--font-white);
  font-size: 20px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.banner-top-heading::after {
  content: '';
  width: 45px;
  height: 2px;
  background: #fff;
  display: inline-block;
  margin-left: 20px;
  vertical-align: middle;
}

.banner-main-heading {
  font-size: 52px;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 30px;
}

.banner-btns {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

/* Slideshow Dots */
.slider-dots {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 12px;
  z-index: 10;
}

.dot {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}

.dot.active {
  width: 30px;
  border-radius: 10px;
  background-color: var(--theme-color-2);
}

.dot:hover {
  background-color: var(--theme-color-2);
}
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ SECTION COMMON STYLES @@@@@@@@@@@@@@@@@@@@@@@@@@@*/
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

.section {
  padding: 70px 0;
  position: relative;
}

.section-small-heading {
  font-size: 20px;
  color: var(--font-color);
  margin-bottom: 12px;
  font-weight: 600;
}

.section-small-heading::after {
  content: '';
  width: 45px;
  height: 2px;
  background-color: var(--theme-color-2);
  display: inline-block;
  margin-left: 18px;
  vertical-align: middle;
}

.section-heading {
  font-size: 36px;
  line-height: 1.3;
  margin-bottom: 25px;
  font-weight: 800;
}

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ ABOUT SECTION STYLES @@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

.about-left-box {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.left-box-left {
  border: 10px solid var(--theme-color-1);
  padding: 20px 30px;
  background: #fff;
  text-align: center;
  min-width: 140px;
}

.left-box-inner h3 {
  font-size: 58px;
  color: var(--theme-color-4);
  font-weight: 800;
}

.left-box-inner p {
  font-weight: 700;
  color: var(--theme-color-1);
  font-size: 18px;
}

.headline::after {
  content: '';
  width: 45px;
  height: 2px;
  background: var(--theme-color-2);
  display: inline-block;
  margin-left: 15px;
  vertical-align: middle;
}

.about-servive-wrapper {
  position: relative;
  border-radius: 12px;
  overflow: visible;
  transition: 0.3s;
  margin-bottom: 60px;
}

.about-servive-wrapper img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 12px;
}

.about-service-label {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  background: #fff;
  padding: 18px 12px;
  text-align: center;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.12);
  transition: 0.3s;
  z-index: 5;
}

.about-service-label h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}

.about-service-label a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 6px;
  font-weight: 500;
  text-decoration: underline;
  color: var(--theme-color-2);
  font-size: 14px;
  transition: 0.2s;
}

.about-service-label a i {
  font-size: 12px;
}

.about-servive-wrapper:hover .about-service-label {
  background-color: var(--theme-color-2);
  box-shadow: 0 10px 30px rgba(0,186,171,0.25);
}

.about-servive-wrapper:hover .about-service-label h3 {
  color: #fff;
}

.about-servive-wrapper:hover .about-service-label a {
  color: #fff;
}

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ ABOUT INFO SECTION @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

.about2-image-wrapper {
  position: relative;
  height: 100%;
}

.about2-image-wrapper > img {
  border-radius: 0 0 0 150px;
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.wrap {
  position: absolute;
  bottom: 0;
  left: 30px;
}

.wrap-inner {
  background: #da2c46;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: ripple 1.5s infinite;
}

.wrap-inner img {
  width: 55px;
}

@keyframes ripple {
  0% { box-shadow: 0 0 0 0 rgba(218,44,70,0.4);}
  100% { box-shadow: 0 0 0 20px rgba(218,44,70,0);}
}

.icon-points-list-item {
  display: flex;
  gap: 18px;
  margin-bottom: 30px;
}

.icon-box {
  min-width: 64px;
}

.points-info h3 {
  font-size: 20px;
  margin-bottom: 8px;
}

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ WE PROVIDE CARDS @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

.services-card-wrapper {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

.services-card-wrapper:last-child {
  border-bottom: none;
}

.services-card-wrapper h3 {
  font-size: 22px;
  margin-bottom: 15px;
}

.services-info {
  display: flex;
  gap: 15px;
  align-items: flex-start;
}

.services-info-icon {
  background: var(--theme-color-5);
  transform: rotate(12deg);
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  border-radius: 12px;
}

.services-info-icon img {
  transform: rotate(-12deg);
  width: 40px;
}

.services-card-wrapper:hover .services-info-icon {
  transform: rotate(0deg);
}

.services-info-content a {
  margin-top: 15px;
  display: inline-block;
  text-decoration: underline;
  font-weight: 500;
}

.services-info-content a i {
  margin-right: 8px;
  color: var(--theme-color-2);
}

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ FOOTER SECTION @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

.tooter-top-section {
  background-color: #012243;
  padding: 60px 0 30px;
}

.footer-about h3 {
  font-size: 32px;
  margin-bottom: 25px;
  color: #fff;
}

.footer-about p, .footer-contact-list li a, .footer-menu-list li a {
  color: #fff;
}

.footer-contact-list {
  margin-top: 20px;
}

.footer-contact-list li {
  margin-bottom: 12px;
}

.footer-contact-list li a i {
  color: var(--theme-color-4);
  width: 24px;
}

.footer-social-list {
  margin-top: 25px;
}

.footer-social-list li {
  display: inline-block;
  margin-right: 18px;
}

.footer-social-list li a {
  font-size: 18px;
  transition: 0.2s;
}

.footer-social-list li a:hover {
  color: var(--theme-color-4);
}

.footer-heading {
  font-size: 20px;
  color: #fff;
  margin-bottom: 30px;
  font-weight: 600;
}

.footer-heading::after {
  content: '';
  width: 35px;
  height: 2px;
  background: var(--theme-color-4);
  display: inline-block;
  margin-left: 12px;
  vertical-align: middle;
}

.footer-menu-list li {
  margin-bottom: 12px;
}

.footer-menu-list li a::before {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 10px;
  font-size: 13px;
}

.footer-subscribe p {
  color: #fff;
}

.footer-newsletter-container {
  margin-bottom: 15px;
}

.footer-input {
  width: 100%;
  background: transparent;
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 6px;
  padding: 12px 15px;
  color: #fff;
}

.footer-input::placeholder {
  color: #ccc;
}

.footer-bottom-section {
  background: #03172B;
  padding: 18px 0;
}

.footer-bottom-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  color: #fff;
  font-size: 14px;
}

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ RESPONSIVE STYLES @@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

@media (max-width: 768px) {
  .banner-main-heading { font-size: 36px; }
  .section-heading { font-size: 28px; }
  .section { padding: 50px 0; }
  .footer-bottom-inner { flex-direction: column; text-align: center; }
  .topbar-social { text-align: left; margin-top: 8px; }
  .left-box-left { padding: 12px 18px; }
  .about-service-label { width: 95%; padding: 12px 8px; bottom: -45px; }
  .about-service-label h3 { font-size: 16px; }
}



/*AAAAAAAAAAAAAAAAAAAAAAA!!! GALLERY SECTION STYLES STARTS !!!AAAAAAAAAAAAAAAAAAA*/

.gallery-subtitle {
    color: var(--font-color);
    max-width: 600px;
    margin: 0 auto;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    cursor: pointer;
    aspect-ratio: 4 / 3;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(38, 27, 82, 0.85);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    opacity: 0;
    transition: opacity 0.3s ease;
    color: white;
}

.gallery-overlay i {
    font-size: 32px;
    color: var(--theme-color-4);
}

.gallery-overlay span {
    font-size: 14px;
    font-weight: 500;
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.gallery-item:hover img {
    transform: scale(1.05);
}

/* Lightbox Modal Styles */
.gallery-lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.95);
    z-index: 9999;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
}

.gallery-lightbox.active {
    display: flex;
}

.lightbox-close {
    position: absolute;
    top: 20px;
    right: 35px;
    color: #fff;
    font-size: 45px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.2s;
    z-index: 10000;
}

.lightbox-close:hover {
    color: var(--theme-color-4);
    transform: scale(1.1);
}

.lightbox-image {
    max-width: 90%;
    max-height: 80%;
    object-fit: contain;
    border-radius: 8px;
    animation: zoomIn 0.3s ease;
}

.lightbox-caption {
    color: #fff;
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
    background: rgba(0,0,0,0.6);
    padding: 8px 20px;
    border-radius: 30px;
}

@keyframes zoomIn {
    from {
        transform: scale(0.8);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

/* Responsive Gallery */
@media (max-width: 768px) {
    .lightbox-close {
        top: 15px;
        right: 20px;
        font-size: 35px;
    }
    
    .lightbox-image {
        max-width: 95%;
        max-height: 70%;
    }
    
    .gallery-overlay span {
        font-size: 12px;
    }
    
    .gallery-overlay i {
        font-size: 24px;
    }
}

/*AAAAAAAAAAAAAAAAAAAAAAA!!! GALLERY SECTION STYLES ENDS !!!AAAAAAAAAAAAAAAAAAAAA*/

/*AAAAAAAAAAAAAAAAAAAAAAA!!! GET IN TOUCH SECTION STYLES STARTS !!!AAAAAAAAAAAAAAAAAAA*/

.contact-subtitle {
    color: var(--font-color);
    max-width: 600px;
    margin: 0 auto;
}

/* Contact Info Cards */
.contact-info-wrapper {
    background: #f8f9fc;
    border-radius: 20px;
    padding: 30px 25px;
    height: 100%;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.contact-info-card {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 28px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e8eef3;
}

.contact-info-card:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.contact-info-icon {
    width: 55px;
    height: 55px;
    background: var(--theme-color-1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: 0.3s;
}

.contact-info-icon i {
    font-size: 24px;
    color: var(--theme-color-4);
}

.contact-info-card:hover .contact-info-icon {
    background: var(--theme-color-2);
    transform: scale(1.05);
}

.contact-info-card:hover .contact-info-icon i {
    color: #fff;
}

.contact-info-details h4 {
    font-size: 18px;
    margin-bottom: 6px;
    color: var(--heading-color);
}

.contact-info-details p {
    margin-bottom: 4px;
    color: var(--font-color);
    font-size: 14px;
}

.contact-info-details p.small {
    font-size: 12px;
    color: #999;
}

/* Contact Social */
.contact-social {
    margin-top: 25px;
    padding-top: 15px;
    border-top: 1px solid #e8eef3;
}

.contact-social h4 {
    font-size: 18px;
    margin-bottom: 15px;
}

.contact-social-icons {
    display: flex;
    gap: 15px;
}

.contact-social-icons a {
    width: 40px;
    height: 40px;
    background: var(--theme-color-1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    color: #fff;
}

.contact-social-icons a:hover {
    background: var(--theme-color-2);
    transform: translateY(-3px);
}

.contact-social-icons a i {
    font-size: 18px;
}

/* Contact Form */
.contact-form-wrapper {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    border: 1px solid #eef2f6;
    height: 100%;
}

.contact-form .form-group {
    margin-bottom: 5px;
}

.contact-form label {
    font-weight: 500;
    margin-bottom: 8px;
    color: var(--heading-color);
    font-size: 14px;
}

.contact-form .required {
    color: #dc3545;
}

.contact-form .form-control {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #e0e6ea;
    border-radius: 10px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    transition: all 0.2s;
    background: #fff;
}

.contact-form .form-control:focus {
    outline: none;
    border-color: var(--theme-color-2);
    box-shadow: 0 0 0 3px rgba(0,186,171,0.1);
}

.contact-form textarea.form-control {
    resize: vertical;
    min-height: 120px;
}

.submit-btn {
    width: 100%;
    gap: 10px;
    font-size: 16px;
    padding: 12px 30px;
}

.submit-btn i {
    font-size: 14px;
}

/* Form Success/Error Messages */
.form-message {
    margin-top: 15px;
    padding: 12px 15px;
    border-radius: 10px;
    font-size: 14px;
    display: none;
}

.form-message.success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
    display: block;
}

.form-message.error {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
    display: block;
}

/* Responsive Contact Section */
@media (max-width: 991px) {
    .contact-info-wrapper {
        margin-bottom: 30px;
    }
    
    .contact-form-wrapper {
        padding: 25px;
    }
}

@media (max-width: 576px) {
    .contact-info-wrapper {
        padding: 20px;
    }
    
    .contact-form-wrapper {
        padding: 20px;
    }
    
    .contact-info-icon {
        width: 45px;
        height: 45px;
    }
    
    .contact-info-icon i {
        font-size: 20px;
    }
    
    .contact-info-details h4 {
        font-size: 16px;
    }
    
    .submit-btn {
        font-size: 14px;
    }
}

/*AAAAAAAAAAAAAAAAAAAAAAA!!! GET IN TOUCH SECTION STYLES ENDS !!!AAAAAAAAAAAAAAAAAAAAA*/


/* Banner Section Styles - Solid Color Theme */
.banner-section {
  background: linear-gradient(135deg, #2c5f2d 0%, #1e3a1f 100%);
  min-height: 40vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 80px 0;
  margin-top: 0;
}

.banner-section .container {
  height: 100%;
}

.banner-content-wrapper {
  text-align: center;
}

.banner-main-heading {
  font-size: 3.5rem;
  font-weight: 800;
  color: #ffffff;
  margin: 0;
  letter-spacing: 2px;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
  position: relative;
  display: inline-block;
  padding-bottom: 15px;
}

.banner-main-heading::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: #ffb703;
  border-radius: 2px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .banner-section {
    min-height: 30vh;
    padding: 60px 20px;
  }
  
  .banner-main-heading {
    font-size: 2.2rem;
    letter-spacing: 1px;
  }
  
  .banner-main-heading::after {
    width: 60px;
    height: 2px;
  }
}

@media (max-width: 480px) {
  .banner-section {
    min-height: 25vh;
    padding: 40px 15px;
  }
  
  .banner-main-heading {
    font-size: 1.8rem;
  }
  
  .banner-main-heading::after {
    width: 50px;
  }
}


/* Product Specifications Section Styles */
.product-specs-section {
  padding: 80px 0;
  background-color: #fef8f0;
  position: relative;
}

.product-image-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.product-image-wrapper:hover {
  transform: scale(1.02);
}

.product-image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.product-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  background: linear-gradient(135deg, #d32f2f 0%, #b71c1c 100%);
  padding: 8px 20px;
  border-radius: 30px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.product-badge span {
  color: #ffffff;
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 1px;
}

/* Product Specs Content */
.product-specs-content {
  padding-left: 20px;
}

.section-small-heading {
  color: #b85c1a;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.section-heading {
  font-size: 2rem;
  font-weight: 700;
  color: #2c3e2f;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}

.product-description {
  color: #555;
  line-height: 1.6;
  margin-bottom: 25px;
  font-size: 1rem;
}

/* Specifications Table */
.specs-table-wrapper {
  margin-bottom: 25px;
  overflow-x: auto;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.specs-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
}

.specs-table tr {
  border-bottom: 1px solid #eee;
}

.specs-table tr:last-child {
  border-bottom: none;
}

.spec-label {
  padding: 12px 20px;
  font-weight: 600;
  color: #2c3e2f;
  background-color: #f9f3e8;
  width: 40%;
  font-size: 0.9rem;
}

.spec-value {
  padding: 12px 20px;
  color: #333;
  background-color: #ffffff;
  font-size: 0.9rem;
}

/* Bulk Order Info */
.bulk-order-info {
  display: flex;
  gap: 15px;
  background: linear-gradient(135deg, #e8f0e5 0%, #d4e2d0 100%);
  padding: 20px;
  border-radius: 12px;
  margin-bottom: 25px;
  align-items: flex-start;
}

.bulk-order-icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  background: #2c5f2d;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bulk-order-icon i {
  color: #fff;
  font-size: 1.5rem;
}

.bulk-order-text h4 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1e3a1f;
  margin-bottom: 8px;
}

.bulk-order-text p {
  font-size: 0.9rem;
  color: #444;
  line-height: 1.5;
  margin-bottom: 0;
}

/* Buttons */
.product-specs-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.theme-btn {
  display: inline-block;
  padding: 12px 28px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 40px;
  transition: all 0.3s ease;
  font-size: 0.9rem;
}

.btn-main {
  background: linear-gradient(135deg, #d32f2f 0%, #b71c1c 100%);
  color: #fff;
  border: none;
  box-shadow: 0 4px 10px rgba(211, 47, 47, 0.3);
}

.btn-main:hover {
  background: linear-gradient(135deg, #b71c1c 0%, #8b0000 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(211, 47, 47, 0.4);
  color: #fff;
}

.btn-border {
  background: transparent;
  border: 2px solid #2c5f2d;
  color: #2c5f2d;
}

.btn-border:hover {
  background: #2c5f2d;
  color: #fff;
  transform: translateY(-2px);
}

/* Mobile Responsive */
@media (max-width: 991px) {
  .product-specs-section {
    padding: 60px 0;
  }
  
  .product-specs-content {
    padding-left: 0;
    margin-top: 30px;
  }
  
  .section-heading {
    font-size: 1.8rem;
  }
  
  .spec-label,
  .spec-value {
    padding: 10px 15px;
    font-size: 0.85rem;
  }
}

@media (max-width: 768px) {
  .product-specs-section {
    padding: 50px 0;
  }
  
  .section-heading {
    font-size: 1.6rem;
  }
  
  .product-badge span {
    font-size: 0.75rem;
  }
  
  .product-badge {
    padding: 5px 15px;
    top: 15px;
    left: 15px;
  }
  
  .bulk-order-info {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  
  .bulk-order-text h4 {
    font-size: 1rem;
  }
  
  .bulk-order-text p {
    font-size: 0.85rem;
  }
  
  .product-specs-buttons {
    justify-content: center;
  }
  
  .theme-btn {
    padding: 10px 24px;
    font-size: 0.85rem;
  }
}

@media (max-width: 480px) {
  .product-specs-section {
    padding: 40px 0;
  }
  
  .section-heading {
    font-size: 1.4rem;
  }
  
  .product-description {
    font-size: 0.9rem;
  }
  
  .spec-label,
  .spec-value {
    padding: 8px 12px;
    font-size: 0.8rem;
  }
  
  .specs-table-wrapper {
    overflow-x: auto;
  }
  
  .bulk-order-icon {
    width: 40px;
    height: 40px;
  }
  
  .bulk-order-icon i {
    font-size: 1.2rem;
  }
}
-----------------

/* FAQ / People Also Ask */
.faq-section {
  background: #f8f9fa;
  padding: 60px 0;
}

.faq-subtitle {
  color: #6c757d;
  font-size: 1.05rem;
}

.faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.faq-item {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

.faq-question {
  width: 100%;
  padding: 16px 20px;
  background: none;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1rem;
  font-weight: 600;
  color: #1a1a1a;
  text-align: left;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: inherit;
}

.faq-question:hover {
  background: #f1f3f5;
}

.faq-question i {
  font-size: 0.85rem;
  color: #b33c1f;
  transition: transform 0.3s ease;
  flex-shrink: 0;
  margin-left: 12px;
}

.faq-question:not(.collapsed) i {
  transform: rotate(180deg);
}

.faq-question:not(.collapsed) {
  background: #fff5f0;
  border-bottom: 1px solid #f0e6e0;
}

.faq-answer {
  padding: 16px 20px 20px;
  color: #444;
  font-size: 0.95rem;
  line-height: 1.7;
  background: #fff;
}

/* Mobile */
@media (max-width: 576px) {
  .faq-section {
    padding: 40px 0;
  }
  .faq-question {
    font-size: 0.9rem;
    padding: 14px 16px;
  }
  .faq-answer {
    font-size: 0.88rem;
    padding: 12px 16px 16px;
  }
  .faq-question i {
    font-size: 0.75rem;
  }
}