@charset "utf-8";
/* CSS Document */

        /*-------- Start My Account Page Wrapper --------*/
.myaccount-tab-menu {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.myaccount-tab-menu a {
    border: 1px solid #ccc;
    border-bottom: none;
    color: #444444;
    font-weight: 500;
    font-size: 13px;
    display: block;
    padding: 10px 15px;
    text-transform: uppercase;
}

.myaccount-tab-menu a:last-child {
    border-bottom: 1px solid #ccc;
}

.myaccount-tab-menu a:hover,
.myaccount-tab-menu a.active {
    background-color: #192d6c ;
    border-color: #192d6c ;
    color: #ffffff;
}

.myaccount-tab-menu a i.fa {
    font-size: 14px;
    text-align: center;
    width: 25px;
}

@media only screen and (max-width: 767px) {
    #myaccountContent {
        margin-top: 30px !important;
    }
}

.myaccount-content {
    border: 1px solid #eeeeee !important;
    padding: 30px !important;
    width:auto !important;
}

@media only screen and (max-width: 575px) {
    .myaccount-content {
        padding: 20px 15px;
    }
}

.myaccount-content form {
    margin-top: -20px;
}
    
   .myaccount-tab-menu .active{
        background: #CB6429 !important;}
        .myaccount-tab-menu .active hover{
        background: #CB6429  !important;}

.myaccount-content h3 {
    font-size: 22px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
    margin-bottom: 25px;
    font-weight: 400;
}

.myaccount-content .welcome a {
    color: #444444;
}

.myaccount-content .welcome a:hover {
    color: #097969 ;
}

.myaccount-content .welcome strong {
    font-weight: 600;
    color: #097969 ;
}

.myaccount-content fieldset {
    margin-top: 20px;
}

.myaccount-content fieldset legend {
    color: #444444;
    font-size: 16px;
    margin-top: 20px;
    font-weight: 500;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.myaccount-table {
    white-space: nowrap;
    font-size: 14px;
}

.myaccount-table table th,
.myaccount-table .table th {
    color: #444444;
    padding: 10px;
    font-weight: 500;
    background-color: #f8f8f8;
    border-color: #ccc;
    border-bottom: 0;
}

.myaccount-table table td,
.myaccount-table .table td {
    padding: 10px;
    vertical-align: middle;
    border-color: #ccc;
}

.saved-message {
    background-color: #f4f5f7;
    border-top: 3px solid #d8373e;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    font-weight: 600;
    font-size: 14px;
    color: #444444;
    padding: 20px;
}

/*-------- Start My Account Page Wrapper --------*/

.thead-light th{color:#495057 !important;background-color:#e9ecef !important;border-color:#dee2e6 !important;}
/* ----tab problem fix css ----*/
.tab-content .tab-pane {
    display: block;
    height: 0;
    max-width: 100%;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
}

.tab-content .tab-pane.active {
    height: auto;
    opacity: 1;
    overflow: visible;
    visibility: visible;
}
/*------- input box style css start -------*/
.single-input-item {
    margin-top: 20px;
    width:100% !important;
}

.single-input-item label {
    color:  #CB6429 !important;
    text-transform: capitalize !important;
    font-size: 14px !important;
}



.single-input-item input,
.single-input-item textarea {
    color: #404040;
    border: 1px solid #ccc;
    padding: 12px 10px;
    width: 100%;
    font-size: 14px;
    background: #f7f7f7;
}

.single-input-item input:active,
.single-input-item input:focus,
.single-input-item textarea:active,
.single-input-item textarea:focus {
    border-color:  #CB6429;
    background-color: #ffffff;
}

.single-input-item .nice-select {
    width: 100%;
    border-radius: 0;
    height: 48px;
    border-color: #ccc;
    background-color: #f7f7f7;
}

.single-input-item .nice-select .current {
    color: #404040;
}

.single-input-item .nice-select .list {
    max-height: 200px;
    overflow: auto;
    width: 100%;
}

/*------- input box style css end -------*/
/*-------- Custom Checkbox Style start --------*/
.custom-checkbox label,
.custom-checkbox .custom-control-label,
.custom-radio label,
.custom-radio .custom-control-label {
    color: #444444;
    font-size: 14px;
    line-height: 1;
    padding-left: 10px;
    display: block;
    cursor: pointer;
}

.custom-checkbox label:before,
.custom-checkbox .custom-control-label:before,
.custom-radio label:before,
.custom-radio .custom-control-label:before {
    background-color: #ddd;
    border: 1px solid #ddd;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    height: 15px;
    top: 0;
    width: 15px;
}

.custom-checkbox label:after,
.custom-checkbox .custom-control-label:after,
.custom-radio label:after,
.custom-radio .custom-control-label:after {
    background-size: 10px 10px;
    height: 15px;
    top: 0;
    width: 15px;
}

.custom-checkbox label a,
.custom-checkbox .custom-control-label a,
.custom-radio label a,
.custom-radio .custom-control-label a {
    color: #444444;
    font-weight: 500;
}

.custom-checkbox label a:hover,
.custom-checkbox .custom-control-label a:hover,
.custom-radio label a:hover,
.custom-radio .custom-control-label a:hover {
    color: #d8373e;
}

.custom-checkbox input,
.custom-checkbox .custom-control-input,
.custom-radio input,
.custom-radio .custom-control-input {
    outline: none;
}

.custom-checkbox input:focus~.custom-control-label:before,
.custom-checkbox input:focus label:before,
.custom-checkbox .custom-control-input:focus~.custom-control-label:before,
.custom-checkbox .custom-control-input:focus label:before,
.custom-radio input:focus~.custom-control-label:before,
.custom-radio input:focus label:before,
.custom-radio .custom-control-input:focus~.custom-control-label:before,
.custom-radio .custom-control-input:focus label:before {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.custom-checkbox input:checked~.custom-control-label:before,
.custom-checkbox input:checked label:before,
.custom-checkbox .custom-control-input:checked~.custom-control-label:before,
.custom-checkbox .custom-control-input:checked label:before,
.custom-radio input:checked~.custom-control-label:before,
.custom-radio input:checked label:before,
.custom-radio .custom-control-input:checked~.custom-control-label:before,
.custom-radio .custom-control-input:checked label:before {
    background-color: #d8373e;
    border-color: #d8373e;
}

/*-------- Custom Checkbox Style end --------*/
/*------- Custom Radio Button Style start -------*/
.custom-radio label:before,
.custom-radio .custom-control-label:before {
    border-radius: 50%;
    height: 14px;
    width: 14px;
}

.custom-radio label::after,
.custom-radio .custom-control-label::after {
    background-position: 1px 1px;
    background-size: 9px 8px;
    left: -22px;
    top: 2px;

    height: 10px;
    width: 10px;
}

/*------- Custom Radio Button Style end -------*/
/*--------- Cart Page Wrapper Start ---------*/
.cart-table .table {
    margin: 0;
    white-space: nowrap;
}

.cart-table .table thead {
    background-color: #097969 ;
}


.cart-table .table thead tr th {
    border-color: #097969;
    border-bottom: 0 solid transparent;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    padding: 15px 20px;
    text-align: center;
    text-transform: uppercase;
}

.cart-table .table tbody tr td {
    border-color: #ccc;
    text-align: center;
    padding: 10px 20px;
    vertical-align: middle;
    font-weight: 600;
    color: #444444;
}

.cart-table .table tbody tr td a {
    color: #444444;
    font-weight: 500;
    text-transform: capitalize;
}

.cart-table .table tbody tr td a:hover {
    color: #d8373e;
}

.cart-table .table tbody tr td a.btn {
    color: #ffffff;
}

.cart-table .table tbody tr td a.btn:hover {
    color: #ffffff;
}

.cart-table .table tbody tr td a.check-btn {
    color: #ffffff;
}

.cart-table .table tr .pro-thumbnail,
.cart-table .table tr .pro-price,
.cart-table .table tr .pro-quantity,
.cart-table .table tr .pro-subtotal,
.cart-table .table tr .pro-remove {
    width: 140px;
}

.cart-table .table tr .pro-qty {
    width: 90px;
    height: 35px;
    border: 1px solid #ddd;
    padding: 0 15px;
    float: left;
}

.cart-table .table tr .pro-qty .qtybtn {
    width: 15px;
    display: block;
    float: left;
    line-height: 31px;
    cursor: pointer;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    color: #404040;
}

.cart-table .table tr .pro-qty input {
    width: 28px;
    float: left;
    border: none;
    height: 33px;
    line-height: 33px;
    padding: 0;
    text-align: center;
    background-color: transparent;
}

.cart-update-option {
    border: 1px solid #ccc;
    margin-top: 15px;
    padding: 15px 20px;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: space-between;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 1200px) and (max-width: 1499px) {
    .cart-update-option {
        margin-top: 0;
        border-top: 0 solid transparent;
    }
}

.cart-update-option .apply-coupon-wrapper {
    width: 55%;
}

@media only screen and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .cart-update-option .apply-coupon-wrapper {
        width: auto;
    }
}

.cart-update-option .apply-coupon-wrapper form {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    white-space: nowrap;
}

.cart-update-option .apply-coupon-wrapper form input {
    border: 1px solid #ccc;
    font-size: 14px;
    padding: 12px 10px;
    outline: none;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    margin-right: 15px;
    width: 100%;
}

.cart-update-option .apply-coupon-wrapper form input:focus,
.cart-update-option .apply-coupon-wrapper form input:active {
    border-color: #d8373e;
}

@media only screen and (max-width: 767px) {
    .cart-update-option .apply-coupon-wrapper button {
        display: block;
        width: 100%;
        margin-top: 15px;
        border-radius: 0;
    }
}

.cart-update-option .btn-brand {
    padding: 18px 30px;
}

@media only screen and (max-width: 767px) {
    .cart-update-option .btn-brand {
        display: block;
        width: 100%;
        margin-top: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .cart-update-option .cart-update .check-btn {
        display: block;
        text-align: center;
        margin-top: 15px;
        border-radius: 0;
    }
}

.cart-calculator-wrapper {
    margin-top: 30px;
    background-color: #f8f8f8;
}

.cart-calculator-wrapper h3 {
    color: #222222;
    font-size: 18px;
    font-weight: 500;
    padding: 27px 15px 25px;
    margin-bottom: 0;
}

.cart-calculator-wrapper .cart-calculate-items {
    font-weight: 500;
}

.cart-calculator-wrapper .cart-calculate-items .table {
    margin-bottom: 0;
}

.cart-calculator-wrapper .cart-calculate-items .table tr td {
    color: #444444;
    padding: 15px 20px;
}

.cart-calculator-wrapper .cart-calculate-items .table tr td:nth-child(2) {
    color: #444444;
    text-align: right;
}

.cart-calculator-wrapper .cart-calculate-items .table tr td.total-amount {
    color: #097969;
    font-weight: 700;
}

.cart-calculator-wrapper a {
    border-radius: 0;
    text-align: center;
}

/*--------- Cart Page Wrapper end ---------*/
/* ---- common button style css ----*/

.sqr-btn {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    line-height: 40px;
    border: none;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #097969 !important;
    padding: 0 20px;
    text-transform: uppercase;
    display: inline-block;
}

.sqr-btn:hover {
    color: #ffffff;
    background-color: #222222;
}

.sqr-btn i {
    padding-right: 5px;
}

* {
  box-sizing: border-box;
}

.openBtn {
  background: #f1f1f1;
  border-radius:50%;
  padding: 10px 15px;
  font-size: 20px;
  background:#006 !important;
  cursor: pointer;
}

.openBtn:hover {
  background: #bbb;
}

.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
}

.overlay-content {
  position: relative;
  top: 46%;
  width: 80%;
  text-align: center;
  margin-top: 30px;
  margin: auto;
}

.overlay .closebtn {
  position: absolute !important;
  top: 150px;
  right: 130px;
  font-size: 50px;
  cursor: pointer;
  color: white;
}

.overlay .closebtn:hover {
  color: red;
}

.overlay input[type=text] {
  padding: 15px !important;
  font-size: 17px;
  border: none;
  float: left;
  width: 80%;
  background: white;
}

.overlay input[type=text]:hover {
  background: #f1f1f1;
}

.overlay button {
  float: left;
  width: 20%;
  padding: 15px;
  background: #FFD700 !important;
  font-size: 17px;
  border: none;
  cursor: pointer;
}

.overlay button:hover {
  background:#006 !important;
}

/* card style --- */

	.style-01 {
  position: relative;
}
.style-01::before, .style-01::after {
  content: '';
  position: absolute;
  top: 80%;
  bottom: 13px;
  display: block;
  width: 50%;
  -webkit-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  z-index: -1;
  left: 10px;
}
.style-01::before {
  background: transparent;
  right: 10px;
  left: auto;
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}
.style-01::after {
  background: transparent;
  -webkit-transform: rotate(-4deg);
  transform: rotate(-4deg);
}

.style-02 {
  position: relative;
}
.style-02::before {
  content: '';
  position: absolute;
  top: 80%;
  bottom: 13px;
  display: block;
  width: 50%;
  -webkit-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  z-index: -1;
  right: 10px;
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}

.style-03 {
  position: relative;
}
.style-03::after {
  content: '';
  position: absolute;
  top: 80%;
  bottom: 13px;
  display: block;
  width: 50%;
  -webkit-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  z-index: -1;
  left: 10px;
  -webkit-transform: rotate(-4deg);
  transform: rotate(-4deg);
}

.style-04 {
  position: relative;
  -webkit-box-shadow: 0 24px 10px -20px rgba(0, 0, 0, 0.5);
  box-shadow: 0 24px 10px -20px rgba(0, 0, 0, 0.5);
}

.style-05 {
  position: relative;
}
.style-05::before {
  content: '';
  position: absolute;
  bottom: 3px;
  display: block;
  width: 80%;
  height: 10px;
  border-radius: 100px / 10px;
  -webkit-box-shadow: 0 7px 13px rgba(0, 0, 0, 0.5);
  box-shadow: 0 7px 13px rgba(0, 0, 0, 0.5);
  z-index: -1;
  background: transparent;
}

.style-06 {
  position: relative;
}
.style-06::before, .style-06::after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.9);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.9);
  top: -4px;
  bottom: 0;
  left: 14px;
  right: 14px;
  -moz-border-radius: 100px / 10px;
  border-radius: 100px / 10px;
}
.style-06::after {
  right: 10px;
  left: auto;
  -webkit-transform: skew(8deg) rotate(3deg);
  -moz-transform: skew(8deg) rotate(3deg);
  -ms-transform: skew(8deg) rotate(3deg);
  -o-transform: skew(8deg) rotate(3deg);
  transform: skew(8deg) rotate(3deg);
}

.style-07 {
  position: relative;
}
.style-07::before, .style-07::after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  top: 10px;
  bottom: 10px;
  left: 0;
  right: 0;
  -moz-border-radius: 100px / 10px;
  border-radius: 100px / 10px;
}
.style-07::after {
  right: 10px;
  left: auto;
  -webkit-transform: skew(8deg) rotate(3deg);
  -moz-transform: skew(8deg) rotate(3deg);
  -ms-transform: skew(8deg) rotate(3deg);
  -o-transform: skew(8deg) rotate(3deg);
  transform: skew(8deg) rotate(3deg);
}


/* product image control */

/* Ensure .inner-product takes up full width */


/* Ensure the image container is properly set up */
.product .product-thumbnail {
    position: relative !important;
    width: 100% !important;               
    height: 200px !important;              /* Set the height you want for the product image container */
    overflow: hidden !important;           /* Hide any overflow if image is cropped */
}

/* Make the image fill the container, maintain aspect ratio */
.product .product-thumbnail img {
    width: 100% !important;                /* Make the image take 100% width of its container */
    height: 100% !important;               /* Make sure the image height matches the container height */
    object-fit: cover !important;          /* Ensure the image covers the container without stretching */
    object-position: center !important;    /* Ensure the image stays centered within the container */
	border-top-right-radius: 8%;
	border-top-left-radius: 8%;
}

.product .product-title{
	font-size: 16px !important;
	font-weight: 500 !important;
}

.star-rating{
	
	font-size: 13px !important;
	height: 20px !important
}


.stylish-text {
    font-size: 1.5em;
    text-align: center;
    color: #097969 !important;
    font-family: 'Georgia', serif;
    margin-top: 10px;
    font-style: italic;
}

.stylish-text::before {
    content: "✨ ";
    font-size: 1.5em;
    color: #192d6c !important;
    display: inline; /* or inline-block */
}


.stylish-text::after {
    content: " ✨";
    font-size: 1.5em;
    color: #192d6c !important;
	display: inline; /* or inline-block */
}


/* about us . */

/* Full-width styling for the About Us section */
.about-us-section {
  background-color: #f9f9f9; /* Light background color for contrast */
  padding: 40px 0; /* Vertical padding */
  width: 100%; /* Full width */
}

.about-us-title {
  font-size: 2.5rem; /* Larger font for the title */
  font-weight: bold; /* Bold title */
  color: #333; /* Dark text color for contrast */
  text-align: left; /* Align title to the left */
 padding: 30px 0;
}

.about-us-text {
  font-size: 1.1rem; /* Slightly larger font for readability */
  color: #000; /* Lighter text color for description */
  line-height: 1.8; /* Increased line height for readability */
  max-width: 1200px; /* Limit text width for better readability */
  margin: 0 auto; /* Center the text horizontally */
  text-align: left; /* Align text to the left */
	margin-top: -20px;
}

.about-us-section strong {
  color: #000; /* Make bold text stand out */
}

.pagination_rounded,
              .pagination_square {
              display: inline-block !important;
              margin: auto !important;;
              margin-top:20px !important;
              }
              .pagination_rounded ul {
              margin: 0 !important;
              padding: 0 !important;
              list-style: none !important;
              }
              .pagination_rounded li:first-child {
              margin-left: 0px !important;
              }
              .pagination_rounded ul li {
              float: left !important;
              margin-left: 10px !important;
			  
              }
              .pagination_rounded ul li a:hover {
              background: #097969 !important;
              color: #fff !important;
              border: 1px solid #097969 !important;
              }
              a:link {
              text-decoration: none !important;
              }
              .pagination_rounded .prev {
              margin-left: 0px !important;;
              border-radius: 15px !important;
              width: 90px !important;
              height: 34px !important;
              line-height: 34px !important;
			  background: #097969 !important;
              color: #ffffff !important;
              border: 1px solid #097969 !important;
              }
              .pagination_rounded ul li a {
              float: left !important;
              color: #ffffff !important;
              border-radius: 20% !important;
              line-height: 30px !important;
              height: 30px !important;
              width: 30px !important;
              text-align: center !important;
              margin-bottom: 40px !important;
			  background: #097969 !important;
              border: 1px solid #097969 !important;
              }
              .pagination_rounded .prev i {
              margin-right: 10px !important;
              }
              .pagination_rounded .next {
              border-radius: 25px !important;
              width: 90px !important;
              height: 34px !important;
              line-height: 34px !important;
              }
              .visible-xs {
              display: none !important
              }


.scrollable-filter {
    max-height: 150px; /* Adjust height as needed */
    overflow-y: auto;
    padding: 8px;
	transition: all 0.3s ease-in-out;
}

/* Custom scrollbar for WebKit browsers (Chrome, Edge, Safari) */
.scrollable-filter::-webkit-scrollbar {
    width: 5px; /* Thin scrollbar */
}

.scrollable-filter::-webkit-scrollbar-track {
    background: #f1f1f1; /* Light background */
    border-radius: 7px;
}

.scrollable-filter::-webkit-scrollbar-thumb {
    background: #192d6c; /* Green scrollbar */
    border-radius: 7px;
}

.scrollable-filter::-webkit-scrollbar-thumb:hover {
    background: #192d6c; /* Darker green on hover */
}

/* For Firefox */
.scrollable-filter {
    scrollbar-width: thin;
    scrollbar-color: #192d6c #f1f1f1;
}

.scrollable-filter {
    display: block; /* default display */
}

.scrollable-filter.hidden {
    display: none; /* hide the filter by default */
}
.scrollable-filter {
    display: none; /* Default to hidden */
}

.filter-section {
    margin-bottom: 10px;  /* Space between filter sections */
}


.filter-section input[type="checkbox"]:checked + label + .scrollable-filter {
    display: block;
   
}

.filter-section {
    margin-bottom: 15px;  /* Add more space between sections */
    padding: 1px;        /* Add padding inside the filter section */
    border-bottom: 1px solid #ccc; /* Add a border below each section */
    background-color: #f9f9f9; /* Optional background color */
}

.filter-section input[type="checkbox"] {
    margin-right: 10px; /* Space between the checkbox and the label */
}

.filter-section label {
    font-weight: bold;  /* Make the label text bold */
    color: #333;        /* Set the label text color */
}

/* Force all checkboxes in .filter-section to show and look proper */
.filter-section input[type="checkbox"] {
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    appearance: checkbox !important;
    -webkit-appearance: checkbox !important;
    width: 18px !important;
    height: 18px !important;
    margin-right: 8px;
    position: static !important;
}

.filter-section .form-check-label {
    margin-left: 5px;
    font-size: 14px;
    vertical-align: middle;
}

/* Force all text inputs in .filter-section to show and look proper */
.filter-section input[type="text"] {
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    appearance: textfield !important;
    -webkit-appearance: textfield !important;
    width: 100% !important; /* or set a fixed width like 250px */
    height: 38px !important;
    padding: 6px 10px;
    font-size: 14px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 4px;
    box-sizing: border-box;
}

/* Force input fields and textarea inside the contact form to show borders */
.contact-form input.form-control,
.contact-form textarea.form-control {
    border: 1px solid #ced4da !important; /* Light gray border */
    border-radius: 0.25rem !important; /* Slightly rounded corners */
    padding: 10px !important; /* Padding inside the input fields */
    background-color: #fff !important; /* White background */
    box-shadow: none !important; /* Remove shadow */
}

/* Focus style for input fields and textarea */
.contact-form input.form-control:focus,
.contact-form textarea.form-control:focus {
    border-color: #192d6c !important; /* Blue border when focused */
    background-color: #f8f9fa !important; /* Light background color on focus */
    box-shadow: 0 0 0 0.2rem rgba(25, 41, 108, 0.25) !important; /* Focus shadow effect */
}

/* Label color and spacing */
.contact-form label {
    font-size: 15px;
    color: #192d6c !important;
	font-weight: bold !important;
}

  .card-header {
            background: #CB6429 !important;
            color: #fff;
            font-size: 18px;
            font-weight: bold;
            text-align: center;
 }










