/*
Theme Name: asf-png
Theme URI: 
Description: Child theme of whitehall theme for the Whitehall theme
Author: <a href="http://themeforest.net/user/template_path">ThemeKalia</a>
Author URI: 
Template: whitehall
Version: 1.6
*/

/* Generated by Orbisius Child Theme Creator (https://orbisius.com/products/wordpress-plugins/orbisius-child-theme-creator/) on Fri, 22 Nov 2024 07:10:51 +0000 */
/* The plugin now uses the recommended approach for loading the css files.*/

/* Main Container for Product Grid */

.no-scroll {
    overflow: hidden;
}

.custom-product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
    margin: 20px 0;
    padding: 0 15px;
}

/* Individual Product Card */
.product-card {
    background: #D4D4D4;
    border: 2px solid #ccc;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    /* transition: transform 0.3s ease, box-shadow 0.3s ease; */
}

.product-card:hover {
    /* transform: translateY(-5px); */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

/* Header Section for Product Thumbnail */
.certificate-header {
    background: #f7f7f7;
    text-align: center;
    border-bottom: 2px solid #ddd;
    /* padding: 10px; */
    border-radius: 0 0 10px 10px;
}

.certificate-header img {
    /* max-width: 100%; */
    height: auto;
    border-radius: 8px;
}

/* Content Section for Product Details */
.certificate-content {
    padding: 15px;
    /* text-align: center; */
}

.certificate-content .product-title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin: 10px 0;
}

.product-description {
    font-size: 14px;
    color: #555;
    margin: 10px 0;
    line-height: 1.5;
}

/* Flexbox for Price and Button */
.certificate-content .product-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    border: 1px solid #7d7d7d;
    margin-top: 15px;
    padding: 10px;
    border-radius: 10px;
    background-color: #fff;
}

.certificate-content .product-price .price,
.product-price {
    font-size: 16px;
    font-weight: bold;
    color: #3A98E6;
    margin: 0;
}

/* Styling for the View Detail Button */
.certificate-content .product-price .view-detail-button {
    display: inline-block;
    padding: 8px 15px;
    font-size: 14px;
    color: #000;

    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    background: transparent;
}

.certificate-content .product-price .view-detail-button:hover {
    color: #3A98E6;
}

/* Responsive Adjustments for Mobile Devices */
@media (max-width: 768px) {
    .custom-product-grid {
        grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    }

    .certificate-content .product-price {
        flex-direction: column;
        align-items: flex-start;
    }

    .certificate-content .product-price .view-detail-button {
        margin-top: 0px;
    }
}

/* Optional: Additional Styling for Hover Effects */
.product-card:hover .product-title {
    color: #3A98E6;
}

.product-card:hover .certificate-header {
    background: #eef8ff;
}

span.woocommerce-Price-amount.amount {
    color: #3A98E6;
}



/* ------------------------------- Popup Modal Styles --------------------------------------------------------*/
.popup-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1000;
}

.popup-content {
    position: relative;
    background: #fff;
    max-width: 1300px;
    min-height: 350px;
    margin: 50PX auto;
    padding: 20px;
    display: flex;
    border-radius: 8px;
    justify-content: center;  
    /* align-items: center; */
}
/* .popup-content {
    max-width: 1200px;
    min-height: 350px;
    display: flex;
    justify-content: center; 
    align-items: center; 
    margin: 50px auto; 
    position: relative;
    background-color: #fff; 
    padding: 20px;
    border-radius: 8px; 
} */

#popup-data-content {
    /* text-align: center;  */
}
.loading {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 350px; /* Match the height of .popup-content for centering */
}

.loading img {
    width: 50px; /* Adjust size as needed */
    height: auto;
}
#popup-data-content {
    text-align: center; /* Centers the text inside */
}

.loading {
    font-size: 18px; /* Adjust font size as needed */
    font-weight: bold; /* Makes the text bold */
    color: #555; /* Optional: text color */
}
.close-popup {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}

.close-popup:hover {
    color: red;
}
.right-image-container {
    max-width: 352px;
    max-height: 325px;
   
}
.right-image-container img {
    max-width: none;
    height: 325px;
    width: 352px;
    object-fit: cover;
}

.product-info {
    padding: 0 25px 0 25px;

    /* width: 360px; */
    min-width: 500px;
    max-width: 500px;
    text-align: left;
}

.product-price-container {
    text-align: left;
}

.product-price-container span.product-price {
    font-size: 25px;
}

.product-price-tag {
    position: relative;
    background: #3A98E6;
    color: white;
    font-weight: bold;
    font-size: 14px;
    padding: 0px 36px 0px 10px;
    display: inline-block;
    margin: 5px auto;
}

.product-price-tag::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border-right: 14px solid #fff;
    border-top: 13px solid transparent;
    border-bottom: 14px solid transparent;
}

.product-price-container .cart button.add-to-cart-btn {
    background: #3A98E6;
    color: #fff;
    padding: 10px 80px 10px 80px;
    border-radius: 10px;
}
.share-icons {
    display: flex;
    gap: 5px; /* Space between buttons */
    margin-top: 15px;
}

.share-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
       padding: 5px 10px;
    text-decoration: none;
    font-size: 14px;
    border:0.5px solid #7d7d7d;
    font-weight: 500;
    color: #7d7d7d; /* White text for better contrast */
    border-radius: 5px;
    transition: background-color 0.3s, box-shadow 0.3s;
}

.share-linkedin {
    /*background-color: #0077b5;*/
    }

.share-linkedin:hover {
    background-color: #005582; /* Darker LinkedIn blue */
}

.share-twitter {
    /*background-color: #1DA1F2;*/
}

.share-twitter:hover {
    background-color: #0d8aec; 
}

.share-facebook {
    /*background-color: #1877F2; */
}

.share-facebook:hover {
    background-color: #145dbf; /* Darker Facebook blue */
}

.share-icons a:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    background-size: cover;
}

.share-linkedin:before {
    background-image: url('https://cdn-icons-png.flaticon.com/512/174/174857.png'); /* LinkedIn logo */
}

.share-twitter:before {
    background-image: url('https://asfpng.vytech.co/wp-content/uploads/2024/12/twitter.png'); /* Twitter/X logo */
}

.share-facebook:before {
    background-image: url('https://cdn-icons-png.flaticon.com/512/733/733547.png'); /* Facebook logo */
}
/* Mobile-first responsive design */
@media (max-width: 768px) { /* Target devices with a screen width of 768px or smaller */
    .share-icons {
        flex-wrap: wrap; /* Allow buttons to wrap to the next line if needed */
        justify-content: center; /* Center align on smaller screens */
        gap: 10px; /* Increase gap for better spacing */
    }

    .share-icons a {
        font-size: 12px; /* Slightly smaller text */
        padding: 8px 10px; /* Adjust padding for smaller buttons */
        border: 0.5px solid #7d7d7d;
        border-radius: 5px;
        width: calc(30% - 10px); /* Ensures even button sizes, adjust percentage if needed */
        min-width: 90px; /* Minimum button width for readability */
        text-align: center; /* Center align text in buttons */
    }

    .share-icons a:before {
        width: 14px; /* Slightly smaller icons */
        height: 14px;
    }
}

/* Extra small devices (max-width: 480px) */
@media (max-width: 480px) {
    .share-icons {
        flex-direction: column; /* Stack buttons vertically */
        gap: 10px;
    }

    .share-icons a {
        width: 100%; /* Full width for better usability */
        text-align: center;
    }
}

.trogal {
    display: flex;
}

.trogal .switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 25px;
    margin-left: 30px;
}

.trogal .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.trogal .switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.trogal .switch .slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.trogal .switch .slider.round {
    border-radius: 34px;
}

.trogal .switch .slider.round.round:before {
    border-radius: 50%;
}

.trogal .switch.active .slider {
    background-color: #2196F3;
}

.trogal .switch.active .slider {
    -webkit-box-shadow: 0 0 1px #2196F3;
    -moz-box-shadow: 0 0 1px #2196F3;
    -ms-box-shadow: 0 0 1px #2196F3;
}

.trogal .switch.active .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}



/*------------------------*/
/* Container for the quantity buttons */
.quantity-buttons {
    /* display: flex; */
    align-items: center;
    justify-content: center;
    margin: 10px;
    gap: 5px;
    /* Spacing between elements */
}

/* Buttons for increment and decrement */
.quantity-buttons button {
    background-color: #3A98E6;
    /* Blue background for buttons */
    color: white;
    /* White text */
    border: none;
    /* No border */
    border-radius: 4px;
    /* Rounded corners */
    padding: 5px 15px;
    font-size: 16px;
    /* Larger text */
    cursor: pointer;
    /* Pointer cursor on hover */
    transition: background-color 0.3s ease;
    /* Smooth hover effect */
}

/* Hover effect for buttons */
.quantity-buttons button:hover {
    background-color: #3A98E6;
    /* Darker blue on hover */
}

/* Disabled button styles (if applicable) */
.quantity-buttons button:disabled {
    background-color: #ccc;
    /* Gray background for disabled buttons */
    cursor: not-allowed;
    /* Not-allowed cursor */
}

/* Input field for quantity */
.quantity-buttons input[type="number"] {
    width: 60px;
    /* Fixed width for the input */
    text-align: center;
    /* Center text */
    font-size: 16px;
    /* Larger text */
    border: 1px solid #ddd;
    /* Light border */
    border-radius: 4px;
    /* Rounded corners */
    padding: 5px;
    /* Padding inside the input */
    outline: none;
    /* Remove default outline */
    transition: border-color 0.3s ease;
    /* Smooth focus effect */
}

/* Input focus effect */
.quantity-buttons input[type="number"]:focus {
    border-color: #3A98E6;
    /* Blue border on focus */
}



/* Main Container for Product Grid */
.custom-product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
    margin: 20px 0;
    padding: 0 15px;
}

/* Responsive Adjustments for Tablet (max-width: 1024px) */
@media (max-width: 1024px) {
    .custom-product-grid {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    }
}

/* Responsive Adjustments for Mobile Devices (max-width: 768px) */
@media (max-width: 768px) {
    .trogal {
        display: block;
    }

    .trogal .switch {
        position: relative;
        display: inline-block;
        width: 47px;
        height: 25px;
        margin-left: 0px;
        margin-top: 10px;
    }

    .quantity-buttons {
        margin-bottom: 10px;
        margin: 0;
    }

    .product-info {
        padding: 10px;
        width: auto;
        min-width: auto;
        max-width: auto;
    }

    .product-info .product-title {
        font-size: 18px;

    }

    .product-price-container .cart button.add-to-cart-btn {

        padding: 10px 60px 10px 60px;

    }

    .right-image-container img {
        max-width: -webkit-fill-available;
                height: auto;
        width: auto;
    }

    .custom-product-grid {
        grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
        /* Full-width on mobile */
        padding: 0 10px;
    }

    .certificate-content .product-price {
        flex-direction: column;
        align-items: flex-start;
    }

    .certificate-content .product-price .view-detail-button {
        margin-top: 0px;
        padding: 0px 0px 0px 0px !important;
    }

    /* Adjust product title font size for mobile */
    .certificate-content .product-title {
        font-size: 16px;
    }

    /* Adjust product description font size for mobile */
    .product-description {
        font-size: 12px;
    }
}

/* Optional: Additional Styling for Hover Effects */
.product-card:hover .product-title {
    color: #0071a1;
}

.product-card:hover .certificate-header {
    background: #eef8ff;
}

/* Container for the quantity buttons */
.quantity-buttons {
    align-items: center;
    justify-content: center;
    margin: 10px;
    gap: 5px;
    /* Spacing between elements */
}

/* Buttons for increment and decrement */
.quantity-buttons button {
    background-color: #3A98E6;
    color: white;
    border: none;
    border-radius: 4px;
    padding: 5px 15px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

/* Hover effect for buttons */
.quantity-buttons button:hover {
    background-color: #3A98E6;
}

/* Disabled button styles */
.quantity-buttons button:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

/* Input field for quantity */
.quantity-buttons input[type="number"] {
    width: 60px;
    text-align: center;
    font-size: 16px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
    outline: none;
    transition: border-color 0.3s ease;
}

/* Input focus effect */
.quantity-buttons input[type="number"]:focus {
    border-color: #3A98E6;
}

button#place_order {
    background: #3A98E6;
    color: #fff;
    border-radius: 10px;
    padding: 10px;
    margin: 5px;
}

/* Popup Modal Styles */
.popup-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1000;
}

/* .popup-content {
    position: relative;
    background: #fff;
    max-width: 1200px;
    margin: 50px auto;
    padding: 20px;
    display: flex;
    border-radius: 8px;
    text-align: center;
} */

/* Responsive Popup Modal */
@media (max-width: 768px) {
    .popup-content {
        flex-direction: column;
        width: 90%;
    }
    .popup-modal {
   overflow-y: auto;
}
}

/* Flexbox for Price and Button */
.certificate-content .product-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    border: 1px solid #7d7d7d;
    margin-top: 15px;
    padding: 10px;
    border-radius: 10px;
    background-color: #fff;
}

/* Flexbox for small screens */
@media (max-width: 576px) {
    .certificate-content .product-price {
        flex-direction: row;
        align-items: flex-start;
    }

    .certificate-content .product-price .price {
        font-size: 14px;
    }
}

/* Adjust Product Price and Button for Mobile */
.certificate-content .product-price .view-detail-button {
    font-size: 14px;
    padding: 8px 15px;
}

/* Adjust Product Description Font Size for Small Screens */
@media (max-width: 576px) {
    .product-description {
        font-size: 12px;
    }
}

/* Adjust Product Title for Small Screens */
@media (max-width: 576px) {
    .certificate-content .product-title {
        font-size: 14px;
    }
}

/* Adjust Product Card Layout for Small Screens */
@media (max-width: 576px) {
    .product-card {
        margin: 10px 0;
    }
}

/* Adjust the view detail button */
.certificate-content .product-price .view-detail-button {
    padding: 8px 15px;
    font-size: 14px;
}

/* Style for smaller screens */
@media (max-width: 320px) {
    .certificate-content .product-price {
        padding: 8px;
    }

    .product-title {
        font-size: 14px;
    }

    .product-description {
        font-size: 12px;
    }
}

@media (max-width: 1024px) {

    .custom-product-grid.table-view {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 20px;
        margin: 20px 0;
        padding: 0 15px;
    }

    .custom-product-grid.table-view .product-card {
        display: block;
        background-color: #f7f7f7;
        border-radius: 12px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        margin: 10px;
    }

    .custom-product-grid.table-view .certificate-header,
    .custom-product-grid.table-view .certificate-content {
        display: block;
        padding: 10px;
        border-left: none;
        text-align: center;
    }

    .custom-product-grid.table-view .certificate-content .product-price {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        align-items: flex-start;
        margin-top: 15px;
    }

    .custom-product-grid.table-view .certificate-content .product-price .view-detail-button {
        margin-top: 10px;
    }


    .popup-content {
        position: relative;
        background: #fff;
        max-width: 600px !important;
        margin: 50px auto;
        padding: 20px;
        flex-direction: column;
        display: flex;
        border-radius: 8px;
        text-align: left;
    }

    .product-info {
        padding: 0 !important;
        /* width: 360px; */
        margin-top: 15px;
        min-width: auto;
        max-width: auto;
        text-align: left;
    }



}

/*****---------------------------***/
.checkout .all-class{
    color:#f00;
} 
.checkout .error{
    border-color:red !important;
}
#stripe-payment-data p,
.woocommerce-NoticeGroup-checkout,
.woocommerce-form-coupon-toggle {
    display: none !important;
}

.checkout.woocommerce-checkout {
    display: flex;
    padding: 0;

    /* outline: 1px solid; */
    /* border: 1px solid; */
}
/* Mobile-first responsive design */
@media (max-width: 768px) { /* Target devices with a screen width of 768px or smaller */
   .checkout.woocommerce-checkout  {
        flex-wrap: wrap; /* Allow buttons to wrap to the next line if needed */
      
    }
#order_review #payment
 {
    display: block !important;
}
.woocommerce-billing-fields #payment{
   display: none !important;
}
   
}

/* Extra small devices (max-width: 480px) */
@media (max-width: 480px) {
  
}

.checkout .col-1 {
    width: 100%;
    max-width: 100% !important;
}

.checkout .col-2 {
    display: none;
}

.checkout .woocommerce-input-wrapper input {
    width: 100% !important;
    margin: 0;
    padding: 0;
    border: 1px solid;

}

.checkout .form-row.address-field {
    display: flex;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
    width: 100% !important;
}


.woocommerce .col2-set,
.woocommerce-page .col2-set {
    width: 100%;
    min-width: 55%;
}

/* Style the form row */
#billing_country_field {
    margin-bottom: 20px;
    /* Adjust the bottom margin of the field */
    padding: 10px;
    /* border: 1px solid #ddd; */
    /* background-color: #f9f9f9; */
    border-radius: 5px;
}

/* Style the label */
#billing_country_field label {
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

/* Style the select dropdown */
#billing_country {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    background-color: #fff;
    transition: all 0.3s ease;
}

/* Add hover effect to the select dropdown */
#billing_country:hover {
    border-color: #0073e6;
}

/* Style the select dropdown when focused */
#billing_country:focus {
    outline: none;
    border-color: #0056b3;
}

/* Style for the required asterisk */
#billing_country_field .required {
    color: red;
}

/* Style the select2 container */
.select2-container {
    width: 100% !important;
}

.select2-selection {
    padding: 10px;
    border-radius: 4px;
    background-color: #f4f4f4;
    font-size: 14px;
}

.select2-selection__rendered {
    color: #555;
}

/* Adjust the select2 dropdown when it is open */
.select2-dropdown {
    border-radius: 5px;
    border: 1px solid #ccc;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* Style for the no-script fallback button */
#billing_country_field noscript button {
    padding: 10px;
    background-color: #0073e6;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

#billing_country_field noscript button:hover {
    background-color: #0056b3;
}


/* General Styling for the form */
.form-row {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    font-family: Arial, sans-serif;
}

/* Label styling */
.form-row label {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    margin-bottom: 5px;
}

/* Input field styling */
.form-row .woocommerce-input-wrapper input[type="email"],
.form-row .woocommerce-input-wrapper input[type='tel'],
.form-row .woocommerce-input-wrapper input[type="text"] {
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 100%;
    box-sizing: border-box;
}

/* Input field focus effect */
.form-row .woocommerce-input-wrapper input[type="email"]:focus {
    border-color: #0073aa;
    outline: none;
    box-shadow: 0 0 5px rgba(0, 115, 170, 0.5);
}

/* Required asterisk styling */
.form-row abbr.required {
    color: red;
    font-size: 14px;
    margin-left: 5px;
}

/* Adjustments for priority classes (if needed) */
.form-row[data-priority="110"] {
    order: 110;
}



#order_review_heading {
    margin-bottom: 15px;
    /* Adjust spacing */
    font-size: 18px;
    /* Increase or adjust font size */
    font-weight: bold;
    /* Make heading bold */
    color: #333;
    /* Text color */
}

#order_review {
    margin-top: 15px;
    /* Create spacing between the heading and the content */
    border-top: 1px solid #ccc;
    /* Optional: Add a border to separate */
    padding-top: 15px;
    /* Optional: Add padding for spacing */
}

.woocommerce-SavedPaymentMethods-saveNew {
    display: none !important;
}


#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    background: transparent;
}

.woocommerce-checkout #payment div.payment_box::before {
    content: none;
}

/* 

.p-input{
    height: 100px !important;
} */

.woocommerce-checkout , .woocommerce-checkout label {
    font-family: 'DM-sans', sans-serif;
}

.woocommerce-checkout .p-Input-input {
    width: 100%;
    /* Ensures iframe spans the container */
    height: 40px !important;
    padding: 15px !important;
    /* Matches other input field heights */
}


/*************************************************************************************/
.custom-pagination ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.custom-pagination ul li {
    display: inline;
}

.custom-pagination a {
    padding: 8px 12px;
    background: #f4f4f4;
    text-decoration: none;
    color: #333;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: background 0.3s ease;
}

.custom-pagination a:hover {
    background: #3A98E6;
    color: #fff;
}
.custom-pagination .current {
    background-color: #3A98E6; /* Change to your desired color */
    color: #ffffff; /* Text color for contrast */
    font-weight: bold; /* Make it stand out */
    border: 1px solid #3A98E6; /* Border color for better visibility */
    padding: 8px 12px; /* Consistent padding with other links */
    border-radius: 4px; /* Optional rounded corners */
    pointer-events: none; /* Disable click behavior */
    cursor: default; /* Show default cursor */
}





/* Style for the single selection box of the Select2 dropdown */
.select2-container--default .select2-selection--single {
    background-color: #fff;  /* Light gray background */
    border: 1px solid #ccc;  /* Blue border */
    border-radius: 4px;         /* Rounded corners */
    padding: 8px 12px;          /* Padding inside the box */
    font-size: 16px;            /* Font size */
    color: #333;                /* Text color */
    height: 40px;               /* Height of the selection box */
    display: flex;              /* Flexbox for aligning content */
    align-items: center;        /* Vertically center the text */
}

/* On hover, change the background color */
.select2-container--default .select2-selection--single:hover {
    background-color: #fff;  /* Slightly darker gray on hover */
}

/* Focused state */
.select2-container--default .select2-selection--single:focus {
    border-color: #ccc;      /* Darker blue border on focus */
    box-shadow: 0 0 5px rgba(0, 86, 179, 0.5); /* Subtle blue glow on focus */
}

/* Add a custom arrow icon inside the selection box */


.social_media_wrap {
    display: flex;
    /*justify-content: center; */
    gap: 15px; /* Space between the icons */
    padding: 10px; /* Add some padding around the icons */
    /*background-color: #f9f9f9; */
    border-radius: 10px; /* Optional: rounded corners */
}

.social_media_wrap a {
    display: inline-block;
    text-decoration: none; /* Remove underline */
    transition: transform 0.3s ease-in-out; /* Smooth scaling effect */
}

.social_media_wrap a:hover {
    transform: scale(1.1); /* Enlarge the icon on hover */
}

.social_media_wrap img {
    width: 40px; /* Set the size of the social media icons */
    height: 40px; /* Maintain square aspect ratio */
    object-fit: cover; /* Ensure the image fits the container */
    transition: opacity 0.3s ease-in-out; /* Smooth opacity transition */
}

.social_media_wrap a:hover img {
    opacity: 0.8; /* Make the icon slightly transparent on hover */
}

@media screen and (max-width: 768px) {
    .social_media_wrap {
        gap: 10px; /* Reduce the space between icons on smaller screens */
    }

    .social_media_wrap img {
        width: 35px; /* Adjust icon size on smaller screens */
        height: 35px;
    }
}


