@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.bg_layer {
    background-color: #17090F;
    background-image: url(../images/bg_layer.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: 120px;
    border-radius: 40px;
    padding-bottom: 70px;
}

.contact_head {
    padding-top: 120px;
    padding-left: 60px;
    font-weight: 600;
}

.bg_para {
    font-size: 12px;
    margin: 0;
    font-weight: 500;
}

.color_pink{
    color: #A12353;
}

.card.bg_card {
    margin-left: 60px;
    border-radius: 20px;
    width: 145px;
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 10px;
    margin-top: 15px;
}

.card.bg_card:hover {
    box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.1), 0px 4px 0px #A41F52;
}

h3.trade_head {
    font-size: 30px;
    font-weight: 600;
    margin: 30px 0px 0px 0px
}

.card.contact_card {
    border: 1px solid #BEBEBE;
    border-radius: 15px;
    padding: 14px;
}

.card_img {
    border: 1px solid #A12353;
    padding: 7px;
    border-radius: 10px;
}

/* .card_img_hover {
    border: 1px solid #A12353;
    padding: 7px;
    width: 25%;
    border-radius: 10px;
} */

.swiper-wrapper {
    display: flex;
    flex-wrap: nowrap;
}

.swiper-slide {
    display: flex;
    justify-content: center; 
    align-items: stretch; 
}

.contact_card {
    position: relative;
    border-radius: 40px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    z-index: 1;
    overflow: hidden; 
    display: flex;
    flex-direction: column;
}

.swiper-navigation {
    position: relative;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    justify-content: center;
    gap: 10px;
    z-index: 10;
}

.swiper-button-next, .swiper-button-prev{
    position: static !important;
}
.swiper-button-prev {
    margin-right: 10px; 
}

.swiper-button-next {
    margin-left: 10px; 
}

button.btn-outline-light {
    border-radius: 50%;
    border-color: #A41F52;
    color: #000;
    width: 40px;
    height: 40px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-top:0%;
    margin-bottom:2%;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    content: none !important; 
}

.swiper_head {
    font-size: 15px;
}

.swiper_head2 {
    font-size: 13px;
}

.swiper_head3 {
    font-size: 15px;
}

button.btn-outline-light2 {
    border-radius: 50%;
    border-color: #A41F52;
    color: #000;
    width: 25px;
    height: 25px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-top: 0%;
    margin-bottom: 2%;
    padding: 8px;
}

.view_details {
    /* display: flex; */
    justify-content: space-between;
    margin-top: 20px;
    align-items: center;
}

.view_details_hover {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    align-items: center;
    margin-bottom: 35px;
}

.view_details_hover2 {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    align-items: center;
    margin-bottom: 55px;
}

.view_details_hover3 {
    display: flex;
    justify-content: space-between;
    /* margin-top: 20px; */
    align-items: center;
    margin-bottom: 6px;
}

.view_details_hover4 {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    align-items: center;
    margin-bottom: 15px;
}

.view_details_hover5 {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    align-items: center;
    margin-bottom: 6px;
}

.view_p {
    font-size: 12px;
}

.hover_content {
    display: none;
    transition: display 0.3s ease;
}

/* .contact_card:hover {
    border: 1px solid #A12353;
    box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.25);
} */

.swiper-slide:hover .btn_swiper {
    transform: translateX(100%);
    position: absolute;
    right: 40px; 
    top: 125px;
}

.swiper-slide:hover .btn_swiper2 {
    transform: translateX(100%);
    position: absolute;
    right: 40px; 
    top: 125px;
}
.swiper-slide:hover .btn_swiper3 {
    transform: translateX(100%);
    position: absolute;
    right: 40px; 
    top: 135px;
}

.swiper-slide:hover .btn_swiper4 {
    transform: translateX(100%);
    position: absolute;
    right: 40px;
    top: 125px;
}

.swiper-slide:hover .btn_swiper5 {
    transform: translateX(100%);
    position: absolute;
    right: 40px;
    top: 135px;
}

.support-card {
    background-color: #f6f6f6;
    border-radius: 10px;
    padding: 13px;
    height: 100%;
    display: flex;
    align-items: center;
}

.support-card .row {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
}

.support-title {
    font-size: 15px;
    font-weight: 400;
    color: #A41F52;
}

.support-number {
    font-size: 15px;
    color: #333;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
}

.support-extn {
    font-size: 15px;
    font-weight: 400;
    color: #333;
    text-align: right;
}
.set-top{
    margin-top:-1%;
    margin-bottom:4%;
}

.heading{
    font-weight:600;
    font-size:30px;
}
.support-card {
    background-color: #f6f6f6;
    border-radius: 10px;
    padding: 13px;
    height:100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.support-card .row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
}
 
.support-title {
    font-size: 15px;
    font-weight: 400;
    color:#A41F52;
}
 
.support-number {
    font-size: 15px;
    color: #333;
    text-align: left;
    font-weight:400;
}
 
.support-extn {
    font-size: 15px;
    font-weight: 400;
    color: #333;
    text-align: right;
}

table {
    border-radius: 20px;
    border-collapse: separate; 
    border-spacing: 0;
}

.table > thead > tr > th {
    background-color: rgba(238, 216, 227, 0.20);
    color: #A12353;
}

.table > tbody > tr > td {
    color: #5F5F5F;
    font-weight: 400;
}

table td {
    /* border: 1px solid #A12353; */
    border: 1px solid rgba(161, 35, 83, 0.2);
    /* text-align: center; */
    font-size: 14px;
    vertical-align: middle;
    /* opacity: 0.5; */
}

table th {
    border: 1px solid rgba(161, 35, 83, 0.2);
    text-align: center;
    font-size: 15px;
    vertical-align: middle;
    font-weight: 600;
}

table tr:first-child th:first-child {
    border-top-left-radius: 10px;
}

table tr:first-child th:last-child {
    border-top-right-radius: 10px;
}

table tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}

table tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}

.table-responsive::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

.table-responsive::-webkit-scrollbar-track {
    background: #FAFBFF;
}

.table-responsive::-webkit-scrollbar-thumb {
    background-color: rgba(223, 167, 188, 0.30);
}

.table-responsive::-webkit-scrollbar-thumb:hover {
    background-color: rgba(223, 167, 188, 0.30);
}

.space_pad {
    padding: 13px !important;
}

p.dis_para {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.8px;
}

.contact_section {
    display: flex;
    padding: 50px;
    padding-left: 50px;
    padding-right: 50px;
    gap: 40px;
    width: auto;
    flex-wrap: nowrap;
    justify-content: center;
    padding-bottom: 0px;
}

.contact_form {
    width: 100%;
    border-radius: 25px;
    padding: 20px;
    color: black;
    left: 52rem;
    top: 50rem;
}

.icon-container{
    display: flex;
    flex-direction: row;
    gap: 15px;
}

.grid-background{
    width: 100%;
    background-color: #A41F52;
    padding: 20px;
    border-radius: 25px;
    height: 100%;
    /* display: flex; */
    
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
    gap: 20px; 
}

.form_head {
    font-weight: 500;
    line-height: 30px;
    font-size: 35px;
}

p.form_para {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -0.24px;
}
/* Global text styles */
.form_head, p.form_para {
    color: black;
    font-family: Arial, sans-serif; 
}

/* Style for inputs and textarea */
input[type=text], input[type=email], textarea, select.form-control.form_inputs {
    width: 100%;
    padding: 12px;
    margin: 8px 0;
    box-sizing: border-box;
    border: 1px solid #A41F52;
    border-radius: 9px;
    background-color: white;
    color: black;
    opacity: 0.8;
}

/* Placeholder styling */
input::placeholder, textarea::placeholder {
    color: black;
    opacity: 0.8;
}

/* Textarea specific styles */
textarea.form-control.form_inputs {
    resize: vertical;
    min-height: 100px;
    border: 1px solid #A41F52;
}

/* Select dropdown styling */
select.form-control.form_inputs {
    background: white url('../images/down_arrow.png') no-repeat right 10px center;
    background-size: 20px;
    appearance: none;
    padding-right: 30px;
}

/* Placeholder styling */
select.form-control.form_inputs::placeholder {
    color: black;
    opacity: 0.8;
}

/* Styling for input and textarea on focus */
input.form-control.form_inputs:focus, textarea.form-control.form_inputs:focus, select.form-control.form_inputs:focus {
    background-color: white;
    border: 1px solid #A41F52;
    color: black;
}

/* Styling for select dropdown options */
select.form-control.form_inputs option {
    background-color: white;
    color: black;
    padding: 10px 15px;
}

/* First name and last name side by side */
input[name="first_name"], input[name="last_name"] {
    display: inline-block;
    width: 48%;
    margin-right: 0%;
}

input[name="first_name"] {
    margin-right: 3%;
}

.form_btn{
    border: 1px solid #fff;
    border-radius: 25px;
    color: #fff;
    background-color: #A41F52;
    font-size: 20px;
    padding: 10px;
    width: 150px;
}

.details {
    font-weight: 600 !important;
    font-size: 16px !important;
    color: #000 !important;
}
 
.set_size {
    font-size: 14px !important;
    font-weight: 400 !important;
    padding: 15px !important;
}
 
.footer-text {
    font-size: 16px;
    margin-top: 20px;
    text-align: left;
}

.form_btn:hover, .form_btn:active, .form_btn:focus {
    /* background: linear-gradient(100deg, #A41F52 20%, #EF7EA9 25%, #A41F52 32%); */
    background:#f59227;
    box-shadow: 0 3px 3px rgba(164, 31, 82, 0.5);
    border: 1px solid #f59227 !important;
    color: #ffffff;
}

p.detail_cls {
    color: #fff;
    text-align: center;
    font-size: 15px;
}

.frm_cls {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media screen and (min-width: 320px) and (max-width: 395px) {  
    .bg_para {
        font-size: 11px;
        margin: 0;
        font-weight: 500;
    }
    .contact_head {
        padding-top: 120px;
        padding-left: 30px;
        font-weight: 600;
    }
    .card.bg_card {
        margin-left: 30px;
        border-radius: 20px;
        width: 140px;
        text-align: center;
        display: flex;
        justify-content: center;
        padding: 10px;
        margin-top: 15px;
    }

    .contact_section {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 20px;
    }
    
    .grid-container {
        display: grid;
        grid-template-columns: repeat(1, 1fr); 
        gap: 10px;
        padding: 0px;
    }

    .grid-background{
        background-color: #A41F52;
        border-radius: 25px;
        padding: 10px;
        
    }

    /* .contact_form {
        background-color: #A41F52;
        width: 300px;
        border-radius: 25px;
        padding: 20px;
        color: #fff;
        margin: 10px 10px;
        left: 52rem;
        top: 50rem;
    } */

    button.btn.form_btn {
        font-size: 18px;
    }

    .footer-text {
        font-size: 14px;
        margin-top: 20px;
        text-align: left;
    }
    input[name="first_name"] {
        margin-right: 2%;
    }
    .frm_cls {
        display: block;
        justify-content: space-between;
        align-items: center;
    }
    
}

@media screen and (min-width: 396px) and (max-width: 608px){

    .contact_section {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 10px;
    }
    
    .grid-container {
        display: grid;
        grid-template-columns: repeat(1, 1fr); 
        gap: 10px;
        padding: 0px;
    }

    .grid-background{
        background-color: #A41F52;
        border-radius: 25px;
        
    }
    input[name="first_name"] {
        margin-right: 2%;
    }
    .frm_cls {
        display: block;
        justify-content: space-between;
        align-items: center;
    }
    
}

@media screen and (min-width: 609px) and (max-width: 990px) {

    .contact_section {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .grid-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr); 
        gap: 10px;
        padding: 0px;
    }

    .grid-background{
        background-color: #A41F52;
        border-radius: 25px;
        
    }
    
}

@media screen and (min-width: 320px) and (max-width: 990px) {
    /* .contact_form {
        background-color: #A41F52;
        width: 400px;
        border-radius: 25px;
        padding: 20px;
        color: #fff;
        margin: 10px 0px 10px 10px;
        position: static;
        left: 52rem;
        top: 50rem;
    } */

    /* button.btn.form_btn {
        border: 1px solid #fff;
        border-radius: 25px;
        color: #fff;
        font-size: 15px;
        padding: 10px;
        opacity: 0.8;
        width: 30%;
    } */
   
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {  
    .swiper_head {
        font-size: 13px;
    }
    .swiper-slide:hover .btn_swiper3 {
        transform: translateX(100%);
        position: absolute;
        right: 30px;
        top: 135px;
    }
}

@media screen and (min-width: 1440px) {
    .support-card {
        background-color: #f6f6f6;
        border-radius: 10px;
        padding: 13px;
        height: 100%;
        display: flex;
        align-items: center;
    }
   
    .support-card .row {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        width: 100%;
    }
   
    .support-title {
        font-size: 15px;
        font-weight: 400;
        color: #A41F52;
        /* white-space: nowrap;  */
    }
   
    .support-number {
        font-size: 15px;
        color: #333;
        font-weight: 400;
        /* white-space: nowrap;  */
        overflow: hidden;
        text-overflow: ellipsis; 
    }
   
    .support-extn {
        font-size: 15px;
        font-weight: 400;
        color: #333;
        text-align: right;
        /* white-space: nowrap;  */
    }
    .set-top{
        margin-top:-1%;
        margin-bottom:4%;
    }

    /* .contact_form {
        background-color: #A41F52;
        width: 400px;
        border-radius: 25px;
        padding: 20px;
        color: #fff;
        left: 57rem;
        top: 51rem;
    } */
}

@media screen and (min-width: 320px) and (max-width: 992px) {
    .bg_layer {
        background-color: #17090F;
        background-image: url('../images/bg_layer_mobile.png');
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: 80px;
        border-radius: 20px;
        padding-bottom: 70px;
    }
}