
form .error-message {
    color:red;
    display: block;
}
label.required {
    font-weight: bold;
}
.input.required label:after, 
label.required:after {
    content: ' *';
    color: #C3232D;
}
.pointer {
    cursor: pointer;
}
/* .table-responsive {
	padding-bottom:100px!important;
} */


/* = Colour
-------------------------------------------------------------- */

/* Background colour styles */

.bgc-white{
	background-color:#FFFFFF;
}
.bgc-camel{
	background-color:rgba(198,154,104,0.13);
}
.bgc-camel-2{
	background-color:#C59968;
}
.bgc-camel-3{
	background-color:#C59968;
}
.bgc-fuzzy-wuzzy{
	background-color:#CB7375;
}
.bgc-black{
	background-color:#000000;
}

/* Text colour styles */

.tc-black{
	color:#000000!important;
}
.tc-camel{
	color:#C59968!important;
}
.tc-fuzzy-wuzzy{
	color:#CB7375!important;
}
.tc-white{
	color:#FFFFFF!important;
}
.tc-field-drab{
	color:#724E24!important;
}
.tc-field-drab-2{
	color:#724E24!important;
}
.tc-deep-coffee{
	color:#6E4645!important;
}
.tc-deep-coffee-2{
	color:#6E4645!important;
}

/* Button colour styles */

.btn-camel{
	background:#C59968;
	color:#FFFFFF!important;
}
.btn-camel:hover{
	background:#9e7a53!important;
	color:#FFFFFF!important;
}
.btn-fuzzy-wuzzy{
	background:#CB7375;
	color:#FFFFFF!important;
}
.btn-fuzzy-wuzzy:hover{
	background:#a25c5e!important;
	color:#FFFFFF!important;
}
.btn-camel-2{
	background:#C59968;
	color:#FFFFFF!important;
}
.btn-camel-2:hover{
	background:#9e7a53!important;
	color:#FFFFFF!important;
}

/* Icon colour styles */

.icon-camel{
	color:#C59968!important;
	border-color:#C59968!important;
}
.icon-fuzzy-wuzzy{
	color:#CB7375!important;
	border-color:#CB7375!important;
}


/* Searchbox
============================*/
#searchSection {
	width: 50%;
	text-align: center;
    padding:0;
}
.search_bx {
	position: relative;
	width: 90%;
    margin:0;
}
.search_bx input {
	border: 1px solid #959595;
	border-radius: 8px;
	width: 100%;
	padding: 15px;
	font-size: 16px;
	font-weight: 100;
}
.search_bx .search_img {
	position: absolute;
	right: 0px;
	top: 10px;
}
.search_bx .search_img:hover {
	color:green;
	cursor: pointer;
}
.search_bx input::placeholder {
	color: #ccc;
	opacity: 1;
}

/*Guess class for onlineUsers*/
.guest_class {
    color:rgb(228, 152, 13);
}

#socialShareModal {
    display:none;
}

/* Sidebar*/
/* .sidebar .nav-header {
  font-style: italic;
  font-size:1rem;
  font-weight: 600;
  color: #8f8f8f;
  border-bottom:1px solid #ddd;
  border-top:1px solid #ddd;
} */
/* .nav-sidebar .nav-item .nav-link.active{
  background:#ccc!important;
  color:#000!important;
} */
/* .nav-sidebar .nav-item .nav-link.active i.nav-icon{
  color:#8B6B42 !important;
} */

.nav-item .nav-link i.nav-icon{
  margin-left: 0!important;
  font-size: .9rem!important;
  /* margin-right: .2rem!important;
  text-align: left!important;
  width: 1rem!important; */
}

/*Cellphones*/
@media (max-width: 489px) {
    
}

/*Cellphones*/
@media (max-width: 767px) {
    #bodySection{
        padding:0!important;
        margin:0!important;
    }
    .container, .inner_content {
        padding:2px!important;
    }
    #searchSection {
        width: 90%!important;
        margin-left:20px!important;
    }
    #bannerSection h1{
        font-size:28px;
    }
    .code_number_h1 small{
        font-size:16px!important;
    }
    .code_img_link {
        text-align:center;
        margin-right:0!important;
    }
    .media-body .media-heading {
        text-align:center;
    }
    .toolTipgroup {
        margin: 5px auto!important;
    }

    .media-body{
        padding-left:5px;
    }

    #footerSection{
        text-align:center;
    }
}

/*Tablets*/
@media (min-width: 490px) and (max-width: 740px){

}

/*---------------------------------------
 FOOTER REDESIGN - PROFESSIONAL & USER-FRIENDLY             
-----------------------------------------*/

.site-footer {
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.site-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #C59968 0%, #CB7375 50%, #f1c111 100%);
}

.footer-main {
  padding: 4rem 0 3rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-section {
  margin-bottom: 2rem;
}

/* Brand Section */
.footer-brand {
  margin-bottom: 1.5rem;
}

.brand-title {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
}

.brand-title i {
  margin-right: 0.5rem;
  font-size: 1.6rem;
}

.brand-subtitle {
  color: #C59968;
  font-size: 0.9rem;
  font-weight: 500;
  margin: 0;
  font-style: italic;
}

.footer-description {
  color: #b0b0b0;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.footer-certifications {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.cert-badge {
  background: rgba(197, 153, 104, 0.2);
  color: #C59968;
  padding: 0.3rem 0.8rem;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 500;
  border: 1px solid rgba(197, 153, 104, 0.3);
}

.cert-badge i {
  margin-right: 0.3rem;
}

/* Section Titles */
.footer-title {
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #C59968;
  display: inline-block;
}

/* Footer Links */
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 0.8rem;
}

.footer-links a {
  color: #b0b0b0;
  text-decoration: none;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  font-size: 0.9rem;
}

.footer-links a i {
  margin-right: 0.8rem;
  width: 16px;
  color: #C59968;
  font-size: 0.8rem;
}

.footer-links a:hover {
  color: #f1c111;
  transform: translateX(5px);
}

.footer-links a:hover i {
  color: #f1c111;
}

/* Contact Section */
.contact-info {
  margin-bottom: 1.5rem;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.2rem;
}

.contact-icon {
  background: #C59968;
  color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  flex-shrink: 0;
}

.contact-details {
  display: flex;
  flex-direction: column;
}

.contact-label {
  color: #888;
  font-size: 0.8rem;
  margin-bottom: 0.2rem;
}

.contact-value {
  color: #ffffff;
  font-weight: 500;
  text-decoration: none;
}

.contact-value:hover {
  color: #f1c111;
}

/* Demo CTA */
.demo-cta {
  margin-top: 1.5rem;
}

.btn-demo {
  background: linear-gradient(45deg, #C59968, #CB7375);
  color: #ffffff;
  border: none;
  padding: 0.8rem 1.5rem;
  border-radius: 25px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  box-shadow: 0 4px 15px rgba(197, 153, 104, 0.3);
}

.btn-demo:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(197, 153, 104, 0.4);
  color: #ffffff;
}

.btn-demo i {
  margin-right: 0.5rem;
}

/* Footer Bottom */
.footer-bottom {
  padding: 2rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.copyright-text {
  color: #888;
  margin: 0;
  font-size: 0.9rem;
}

.footer-bottom-links {
  display: flex;
  justify-content: flex-end;
  gap: 1.5rem;
  margin: 0;
}

.footer-bottom-links a {
  color: #888;
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.3s ease;
}

.footer-bottom-links a:hover {
  color: #C59968;
}

/* Responsive Design */
@media (max-width: 768px) {
  .footer-main {
    padding: 3rem 0 2rem 0;
  }
  
  .footer-section {
    text-align: center;
    margin-bottom: 2.5rem;
  }
  
  .contact-item {
    justify-content: center;
    text-align: left;
  }
  
  .footer-bottom-links {
    justify-content: center;
    margin-top: 1rem;
  }
  
  .footer-certifications {
    justify-content: center;
  }
  
  .brand-title {
    justify-content: center;
  }
}

@media (max-width: 576px) {
  .footer-bottom-links {
    flex-direction: column;
    align-items: center;
    gap: 0.8rem;
  }
  
  .cert-badge {
    font-size: 0.7rem;
    padding: 0.25rem 0.6rem;
  }
}

/* = About Page Styles
-------------------------------------------------------------- */

/* Hero Section */
.about-hero-section {
    background: linear-gradient(135deg, #C59968 0%, #CB7375 100%);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.about-hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="20" cy="20" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="80" cy="40" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="40" cy="80" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.3;
}

.hero-content {
    position: relative;
    z-index: 2;
    color: white;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.hero-subtitle {
    font-size: 1.25rem;
    margin-bottom: 3rem;
    opacity: 0.9;
}

.hero-stats {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}

.stat-item {
    text-align: center;
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: #f1c111;
    margin-bottom: 0.5rem;
}

.stat-label {
    font-size: 0.9rem;
    opacity: 0.8;
}

.hero-image {
    text-align: center;
    position: relative;
    z-index: 2;
}

.image-placeholder {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 4rem 2rem;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.7);
}

/* Services Section */
.services-section {
    padding: 100px 0;
    background: #f8f9fa;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 1rem;
}

.section-subtitle {
    font-size: 1.1rem;
    color: #6c757d;
    margin-bottom: 3rem;
}

.service-card {
    background: white;
    padding: 2.5rem;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.service-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #C59968, #CB7375);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    color: white;
    font-size: 2rem;
}

.service-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 1rem;
}

.service-description {
    color: #6c757d;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.service-features {
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-features li {
    padding: 0.5rem 0;
    color: #495057;
    display: flex;
    align-items: center;
}

.service-features li i {
    color: #C59968;
    margin-right: 0.75rem;
    font-size: 0.9rem;
}

/* Values Section */
.values-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    position: relative;
}

.values-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="hexagon" width="50" height="43.4" patternUnits="userSpaceOnUse"><polygon points="25,0 50,14.4 50,28.9 25,43.4 0,28.9 0,14.4" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23hexagon)"/></svg>');
}

.value-card {
    text-align: center;
    position: relative;
    z-index: 2;
}

.value-icon {
    width: 80px;
    height: 80px;
    background: rgba(241, 193, 17, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    color: #f1c111;
    font-size: 2rem;
    border: 2px solid rgba(241, 193, 17, 0.2);
}

.value-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: white;
    margin-bottom: 1rem;
}

.value-description {
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
    line-height: 1.5;
}

/* CTA Section */
.cta-section {
    padding: 100px 0;
    background: white;
}

.cta-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 1rem;
}

.cta-subtitle {
    font-size: 1.1rem;
    color: #6c757d;
    margin-bottom: 2.5rem;
    line-height: 1.6;
}

.cta-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-primary {
    background: linear-gradient(135deg, #C59968, #CB7375);
    border: none;
    /* padding: 1rem 2rem; */
    font-weight: 600;
    /* border-radius: 50px; */
    transition: all 0.3s ease;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(197, 153, 104, 0.4);
    background: linear-gradient(135deg, #CB7375, #C59968);
}

.btn-outline-primary {
    border: 2px solid #C59968;
    color: #C59968;
    /* padding: 1rem 2rem; */
    font-weight: 600;
    /* border-radius: 50px; */
    transition: all 0.3s ease;
    background: transparent;
}

.btn-outline-primary:hover {
    background: linear-gradient(135deg, #C59968, #CB7375);
    border-color: #C59968;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(197, 153, 104, 0.4);
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-title {
        font-size: 2.5rem;
    }
    
    .hero-stats {
        justify-content: center;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .cta-title {
        font-size: 2rem;
    }
    
    .service-card {
        padding: 2rem;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .btn-lg {
        width: 100%;
        max-width: 300px;
    }
}

@media (max-width: 576px) {
    .about-hero-section {
        padding: 60px 0;
    }
    
    .services-section,
    .values-section,
    .cta-section {
        padding: 60px 0;
    }
    
    .hero-title {
        font-size: 2rem;
    }
    
    .stat-number {
        font-size: 2rem;
    }
}

/* = Contact Page Styles
-------------------------------------------------------------- */

/* Contact Hero Section */
.contact-hero-section {
    background: linear-gradient(135deg, #C59968 0%, #CB7375 100%);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.contact-hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="contactPattern" width="60" height="60" patternUnits="userSpaceOnUse"><circle cx="30" cy="30" r="2" fill="rgba(255,255,255,0.1)"/><circle cx="10" cy="10" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="50" cy="50" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23contactPattern)"/></svg>');
    opacity: 0.4;
}

.hero-content {
    position: relative;
    z-index: 2;
    color: white;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.hero-subtitle {
    font-size: 1.25rem;
    margin-bottom: 3rem;
    opacity: 0.9;
    line-height: 1.6;
}

.contact-info-cards {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.contact-card {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    padding: 1.5rem;
    border-radius: 15px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.contact-card:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateX(10px);
}

.contact-icon {
    width: 60px;
    height: 60px;
    background: rgba(241, 193, 17, 0.2);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1.5rem;
    color: #f1c111;
    font-size: 1.5rem;
    flex-shrink: 0;
}

.contact-details h4 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: white;
}

.contact-details p {
    margin: 0;
    opacity: 0.9;
}

.contact-link {
    color: #f1c111;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

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

.hero-image {
    text-align: center;
    position: relative;
    z-index: 2;
}

.image-placeholder {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 4rem 2rem;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.8);
}

/* Contact Form Section */
.contact-form-section {
    padding: 100px 0;
    background: #f8f9fa;
}

.contact-form-card {
    background: white;
    padding: 3rem;
    border-radius: 25px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.form-header {
    text-align: center;
    margin-bottom: 3rem;
}

.form-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 1rem;
}

.form-subtitle {
    font-size: 1.1rem;
    color: #6c757d;
    margin: 0;
    line-height: 1.6;
}

/* Modern Form Controls */
.form-floating {
    position: relative;
    margin-bottom: 1.5rem;
}

.form-control-modern {
    border: 2px solid #e9ecef;
    border-radius: 12px;
    padding: 1rem 1rem 1rem 1rem;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: #fafbfc;
    height: auto;
}

.form-control-modern:focus {
    border-color: #C59968;
    box-shadow: 0 0 0 0.2rem rgba(197, 153, 104, 0.25);
    background: white;
    outline: none;
}

.form-control-modern.is-valid {
    border-color: #28a745;
    background: #f8fff9;
}

.form-control-modern.is-invalid {
    border-color: #dc3545;
    background: #fff8f8;
}

.floating-label {
    position: absolute;
    top: 1rem;
    left: 1rem;
    color: #6c757d;
    font-size: 1rem;
    transition: all 0.3s ease;
    pointer-events: none;
    background: transparent;
    padding: 0 0.25rem;
}

.form-floating-focused .floating-label,
.form-control-modern:focus ~ .floating-label,
.form-control-modern:not(:placeholder-shown) ~ .floating-label {
    transform: translateY(-1.5rem) scale(0.85);
    color: #C59968;
    background: white;
    padding: 0 0.5rem;
    font-weight: 500;
}

.message-textarea {
    min-height: 120px;
    resize: vertical;
}

/* Field Validation States */
.field-valid {
    animation: validPulse 0.5s ease;
}

.field-invalid {
    animation: invalidShake 0.5s ease;
}

@keyframes validPulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.02); }
    100% { transform: scale(1); }
}

@keyframes invalidShake {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-5px); }
    75% { transform: translateX(5px); }
}

/* Error Messages */
.error-message {
    color: #dc3545;
    font-size: 0.875rem;
    margin-top: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

/* reCAPTCHA Section */
.recaptcha-section {
    text-align: center;
    padding: 1.5rem;
    background: #fafbfc;
    border-radius: 12px;
    border: 2px solid #e9ecef;
}

.recaptcha-label {
    display: block;
    color: #495057;
    font-weight: 600;
    margin-bottom: 1rem;
}

.recaptcha-container {
    display: inline-block;
}

/* Privacy Section */
.privacy-section {
    background: #fafbfc;
    padding: 1.5rem;
    border-radius: 12px;
    border: 2px solid #e9ecef;
}

.custom-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.custom-checkbox .form-check-input {
    width: 20px;
    height: 20px;
    margin: 0;
    border: 2px solid #C59968;
    border-radius: 4px;
    flex-shrink: 0;
}

.custom-checkbox .form-check-input:checked {
    background-color: #C59968;
    border-color: #C59968;
}

.custom-checkbox .form-check-label {
    color: #495057;
    line-height: 1.5;
    margin: 0;
}

.privacy-link {
    color: #C59968;
    text-decoration: none;
    font-weight: 600;
}

.privacy-link:hover {
    color: #CB7375;
    text-decoration: underline;
}

/* Submit Button */
.btn-submit {
    background: linear-gradient(135deg, #C59968, #CB7375);
    border: none;
    padding: 1rem 3rem;
    font-weight: 600;
    font-size: 1.1rem;
    border-radius: 50px;
    transition: all 0.3s ease;
    min-width: 200px;
}

.btn-submit:hover:not(:disabled) {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(197, 153, 104, 0.4);
    background: linear-gradient(135deg, #CB7375, #C59968);
}

.btn-submit:disabled,
.btn-disabled {
    background: #6c757d !important;
    cursor: not-allowed;
    transform: none !important;
    box-shadow: none !important;
}

/* .btn-loading {
    pointer-events: none;
} */

/* Why Choose Us Section */
.why-choose-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    position: relative;
}

.why-choose-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="whyPattern" width="40" height="40" patternUnits="userSpaceOnUse"><circle cx="20" cy="20" r="1" fill="rgba(255,255,255,0.05)"/><circle cx="5" cy="5" r="0.5" fill="rgba(255,255,255,0.05)"/></pattern></defs><rect width="100" height="100" fill="url(%23whyPattern)"/></svg>');
}

.feature-card {
    text-align: center;
    position: relative;
    z-index: 2;
    padding: 2rem 1rem;
}

.feature-icon {
    width: 80px;
    height: 80px;
    background: rgba(241, 193, 17, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    color: #f1c111;
    font-size: 2rem;
    border: 2px solid rgba(241, 193, 17, 0.2);
    transition: all 0.3s ease;
}

.feature-card:hover .feature-icon {
    background: rgba(241, 193, 17, 0.2);
    transform: scale(1.1);
}

.feature-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: white;
    margin-bottom: 1rem;
}

.feature-description {
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
    line-height: 1.5;
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-title {
        font-size: 2.5rem;
    }
    
    .contact-info-cards {
        margin-top: 2rem;
    }
    
    .contact-card {
        flex-direction: column;
        text-align: center;
    }
    
    .contact-icon {
        margin-right: 0;
        margin-bottom: 1rem;
    }
    
    .form-title {
        font-size: 2rem;
    }
    
    .contact-form-card {
        padding: 2rem;
    }
    
    .custom-checkbox {
        flex-direction: column;
        gap: 0.75rem;
    }
}

@media (max-width: 576px) {
    .contact-hero-section {
        padding: 60px 0;
    }
    
    .contact-form-section,
    .why-choose-section {
        padding: 60px 0;
    }
    
    .hero-title {
        font-size: 2rem;
    }
    
    .contact-form-card {
        padding: 1.5rem;
    }
    
    .btn-submit {
        width: 100%;
        padding: 1rem 2rem;
    }
}
