﻿
/* start scroll animation */
/*@keyframes appear {
    from {
        opacity: 0;
        transform: scale(0.5);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}
.card {
    opacity: 0;
    transform: scale(0.5);
    animation: appear 1s ease-out forwards;

}*/















/* upload image */
.upload-box {
      width: 100%;
      text-align: center;
    }

    .upload-box input[type="file"] {
      display: none;
    }

    .upload-preview {
      width: 150px;
      height: 150px;
      border-radius: 50%;
      background-color: #f2f2f2;
      border: 2px dashed #ccc;
      display: flex;
      justify-content: center;
      align-items: center;
      
      cursor: pointer;
      margin: auto;
      margin-bottom: 8px;
      position: relative;
    }

    .upload-preview img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 50%;
      display: none;
    }

    .edit-icon {
      position: absolute;
      bottom: 5px;
      right: 5px;
      background-color: #f60;
      color: white;
      border-radius: 50%;
      padding: 5px 9px;
      font-size: 14px;
      cursor: pointer;
    }

    .upload-preview span {
      font-size: 30px;
      color: #aaa;
    }

    .label-text {
        margin-bottom: .5rem !important;
        font-size: 1.2rem !important;
        font-weight: 600;
        color: #343a40 !important;
    }






.preview-img {
        width: 30%;
        height: 100px;
        object-fit: cover;
        border-radius: 5px;
        border: 1px solid #ddd;
        margin-left: 10px;
    }

        .file-input-group {
          display: flex;
          align-items: center;
          gap: 10px;
        }


.blog-img {
    width: 100%;
    height: 15rem;
    object-fit: cover;
}
.card-enchashment {
    background: #f9f9f9;
    display: flex;
    justify-content: space-between;
    padding: 7px 15px;
    color: red;
}

.custom-card {
    margin-bottom: 10px;
    padding: 5px 10px;
    width: 100%;
    height: 265px;
    background-color: #FFF;
    transform-style: preserve-3d;
    border-radius: 5px;
    box-shadow: 1px 1px 0 1px #f9f9fb, -1px 0 28px 0 rgba(34, 33, 81, 0.01), 28px 28px 28px 0 rgba(34, 33, 81, 0.25);
    transition: 0.4s ease-in-out transform, 0.4s ease-in-out box-shadow;
}
    .custom-card:hover {
        color: #f9f9fb;
        background-color: #000000;
        /*transform: translateY(5px);*/
        transform: scale(1.08);
        box-shadow: 1px 1px 0 1px #f9f9fb, -1px 0 28px 0 rgba(34, 33, 81, 0.01), 54px 54px 28px -10px rgba(34, 33, 81, 0.15);
    }

    .custom-card .img-icon {
        
        display: block;
        margin: 0 auto 10px auto; 
        max-width: 100px;
        height: auto;
    }

    .custom-card .service-title {
        color: #ff8000;
        font-size: 16px;
        font-weight: 700;
        text-align: center;
    }
/* Start Dashboard icon css*/
.left-side-icon {
    position: fixed;
    top: 50%;
    left: 0%;
    width: 100px;
    display: flex;
    flex-direction: column;
    z-index: 990;
}

    .left-side-icon a {
        text-decoration: none;
        text-transform: uppercase;
        padding: 3px;
        font-size: 10px;
        color: #fff;
        font-family: 'Oswald',Sans-Serif;
        margin: 2px;
        text-align: right;
        border-radius: 0px 50px 50px 0px;
        transform: translate(-66px, 0px);
        transition: all 1s;
    }

        .left-side-icon a:hover {
            transform: translate(0px, 0px);
            color: #fff;
        }

        .left-side-icon a i {
            margin-left: 5px;
            background-color: #fff;
            width: 25px;
            height: 25px;
            font-size: 15px;
            text-align: center;
            line-height: 25px;
            border-radius: 50%;
            transition: all 1s;
        }

        .left-side-icon a:hover i {
            transform: rotate(360deg);
        }

        .left-side-icon a i.fa-twitter {
            color: #53c5ff;
        }

        .left-side-icon a i.fa-facebook-f {
            color: #2c80d3;
        }

        .left-side-icon a i.fa-instagram {
            color: #f56009;
        }

        .left-side-icon a i.fa-linkedin-in {
            color: #0077b5;
        }

        .left-side-icon a i.fa-youtube {
            color: #fa0910;
        }

.twitter {
    background-color: #53c5ff;
    color: #fff;
}

.facebook {
    background-color: #2c80d3;
    color: #fff;
}

.instagram {
    background-color: #f56009;
    color: #fff;
}

.linkedin {
    background-color: #0077b5;
    color: #fff;
}

.youtube {
    background-color: #fa0910;
    color: #fff;
}







.right-side-icon {
    position: fixed;
    top: 50%;
    right: 0%;
    width: 150px;
    display: flex;
    flex-direction: column;
    z-index: 990;
}

    .right-side-icon a {
        text-decoration: none;
        text-transform: uppercase;
        padding: 3px;
        font-size: 10px;
        font-family: 'Oswald',Sans-Serif;
        margin: 2px;
        text-align: left;
        border-radius: 50px 0px 0px 50px;
        transform: translate(115px, 0px);
        transition: all 1s;
    }

        .right-side-icon a:hover {
            transform: translate(0px, 0px);
            color: #fff;
        }

        .right-side-icon a i {
            margin-right: 5px;
            background-color: #fff;
            width: 25px;
            height: 25px;
            font-size: 15px;
            text-align: center;
            line-height: 25px;
            border-radius: 50%;
            transition: all 1s;
        }

        .right-side-icon a:hover i {
            transform: rotate(360deg);
        }

        .right-side-icon a i.fa-headphones {
            color: #fd1d1d;
        }

        .right-side-icon a i.fa-chart-line {
            color: #2c80d3;
        }

.headphones {
    background-color: #fd1d1d;
    color: #fff;
}

.chart-line {
    background-color: #2c80d3;
    color: #fff;
}


/* Start Dashboard icon css*/





.d-bgimg {
    background-image: linear-gradient(rgb(0 0 0 / 25%), rgb(0 0 0 / 83%)) ;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*min-height: 350px;*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /*z-index: 1;*/
}

.d-page-inner {
    position: relative;
    z-index: 2;
    margin-top: 150px; 
}

.d-custom-card {
    position: relative;
    background-color: #fff;
    border-radius: 16px;
    margin-bottom: 10px;
    box-shadow: 2px 6px 15px 0 rgba(69, 65, 78, .1);
    border: 0;
    padding: 20px;
    /*opacity: 0;
    transform: scale(0.5);
    animation: appear 1s ease-out forwards;*/
}


/* Dropdown menu styling */
.nav-item {
    position: relative; 
}
.dropdown-menu-list {
    position: absolute;
    top: 100%;
    margin: 0px -56px;
    display: none;
    z-index: 1002;
    color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-weight: 200;
    background: #fff;
    padding: 0;
    list-style: none;
    min-width: 200px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}



    /*.nav-item.dropdown:hover .dropdown-menu-list {
        display: block;
    }*/

.dropdown-menu-item {
    padding: 10px 15px;
    color: #333;
    border-top: 1px solid #ddd;
    display: flex;
    white-space: nowrap; 
}

    .dropdown-menu-item:hover {
        background-color: #f9be4d;
        color: #333;
    }

.sub-nav-item {
    position: relative; 
}
.dropdown-submenu-list {
    position: absolute;
    top: 0px;
    left: 14rem;
    display: none;
    z-index: 1002;
    color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-weight: 200;
    background: #fff;
    padding: 0;
    list-style: none;
    min-width: 200px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}


    .sub-nav-item.dropdown:hover .dropdown-submenu-list {
    display: block;
}

.dropdown-submenu-item {
    padding: 10px 15px;
    color: #333;
    border-top: 1px solid #ddd;
    display: flex;
    white-space: nowrap; 
}

    .dropdown-submenu-item:hover {
        background-color: #f9be4d;
        color: #333;
    }

/* Dropdown menu styling */

/* Start General navigation menu styles */
.navbar-container {
    padding: 0px 0px;
}

.nav-menu-list {
    display: flex;
    justify-content: center;
    align-items: center;
    /* flex-wrap: wrap; */
    list-style: none;
    gap: 2px;
    padding: 0px 0px;
    margin: 0;
}

.nav-menu-item {
    flex: 1;
}

.nav-menu-link {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: 500;
    color: white;
    text-decoration: none;
    background-color: #230f6f;
    /* box-shadow: #ADCFFF 0 -6px 6px inset; */
    border-radius: 5px;
    padding: 12px 10px;
    transition: background-color 0.3s ease-in-out;
}

    .nav-menu-link:hover {
        background: #3a9be3;
        color: white;
    }

    .nav-menu-link.active {
        background-color: #48AA5D;
        color: white;
        /* box-shadow: #ADD02E 0 -6px 6px inset; */
    }

.nav-menu-text {
    font-size: 14px;
    margin-left: 5px;
}
/* end General navigation menu styles */
.content {
    display: none;
}

    .content.active {
        display: block;
    }
.first-content {
    display: none;
}
    .first-content.active {
        display: block;
    }

.btn-show{
    display: none;
}
.btn-show.active {
        display: block;
    }
.important-text {
    color: red;
    font-weight: bold;
}

.highlight-text {
    font-size: 20px;
    padding: 3px 12px;
    display: inline;
    float: left;
    margin: 0;
    color: #00008b;
}



.animationMsg {
    
    font-weight: 600;
    position: relative;
    padding: 0px 0px;
    display: flex;
    align-items: center;
    height: 50px;
    overflow: hidden;
}

    .animationMsg:after,
    .animationMsg:before {
        position: absolute;
        top: 0;
        color: #fec925;
        font-size: 42px;
        line-height: 40px;
        animation: opacity 2s infinite ease-in-out;
    }

    .animationMsg:before {
        content: '[';
        left: 0;
    }

    .animationMsg:after {
        content: ']';
        right: 0;
    }

/* List styling */
.animated-list {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    position: relative;
    height: 40px;
}

/* Animated items */
.animated-item {
    position: absolute;
    width: 100%;
    font-weight: 700;
    padding: 10px 5px;
    text-align: left;
    font-size: 16px;
    opacity: 0;
    transform: translateY(20px);
    animation: cycleItems 15s infinite ease-in-out;
}

    /* Individual item delays */
    .animated-item:nth-child(1) {
        animation-delay: 0s;
    }

    .animated-item:nth-child(2) {
        animation-delay: 5s;
    }

    .animated-item:nth-child(3) {
        animation-delay: 10s;
    }

/* Keyframes */
@keyframes cycleItems {
    0%, 100% {
        opacity: 0;
        transform: translateY(20px);
    }

    5%, 30% {
        opacity: 1;
        transform: translateY(0);
    }

    35% {
        opacity: 0;
        transform: translateY(-20px);
    }
}

.table-btn {
    background: linear-gradient(to left, #230f6f, #230f6f);
    border: none;
    font-size: 14px;
    font-weight: 600;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    white-space: normal;
    display: inline-block;
    text-align: center;

}
    .table-btn:hover {
        background: linear-gradient(to left, #230f6f, #230f6f);
        color: white;
    }


.bookingBtn {
    background: linear-gradient(to left, #230f6f, #230f6f);
    border: none;
    font-size: 14px;
    font-weight: 600;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    white-space: normal;
    text-align: center;

}
    .bookingBtn:hover {
        background: linear-gradient(to left, #230f6f, #230f6f);
        color: white;
        cursor: pointer;
    }

.card-headers {
    background: linear-gradient(to left, #230f6f, #230f6f);
    border-bottom: 1px solid #ebecec !important;
    color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-radius: 6px 6px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 15px;
    border-bottom: 1px solid;
    height: 43px;
}
.card-headers2 {
    padding: 5px 20px;
    border-bottom: 1px solid #ebecec !important;
    /* background-color: rgba(250, 196, 0, 1) ; */
    background-color: #230f6f;
    color: #fff;
}
.header-font{
    font-size: 1.5rem;
    font-weight: 700;
}
.card-footers {
    background-color: transparent;
    border-top: 1px solid #ebecec !important;
    padding: 5px 20px;
    display: flex;
    justify-content: end;
    gap: 10px;
}	

/* Start input bax css */

.form-group {
    position: relative;
}

.form-input {
    font-family: 'Roboto', sans-serif;
    color: #333;
    font-size: 1rem;
    padding: 0.6rem 1rem 0.2rem 1rem;
    border: none;
    border-bottom: 2px solid #eaecee; /* Only bottom border */
    width: 100%;
    display: block;
    outline: none;
    background-color: transparent;
    transition: border-color 0.3s ease-in-out;
}

.form-label {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: #aaa;
    background: transparent;
    pointer-events: none;
    transition: all 0.3s ease-in-out;
}

/* Move label when input is focused or has content */
.form-input:focus {
    border-bottom-color: #007bff; /* Change color on focus */
}

    .form-input:focus + .form-label,
    .form-input:not(:placeholder-shown) + .form-label {
        top: 0;
        font-size: 0.9rem;
        color: #007bff;
    }
/* End input bax css */


.custom-btn {
    width: 100%;
    background: linear-gradient(to left, #fac400, #e76615f7);
    padding: 5px 0;
    border: none;
    border-radius: .25rem;
    font-weight: 700;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}

.header-title {
    color: #ff8000;
    font-weight: bold;
    font-size: 1.8rem;
}

.note {
    color: blue;
    font-weight: bold;
}
/* Start step form css */
.booking-title {
    color: #f49022;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    padding: 3px 0px !important;
    font-weight: 400;
    font-size: 25px;
}

.stepper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 80%;
    padding: 10px 0px;
    margin: 0px 100px;
}

    .stepper::before {
        content: "";
        position: absolute;
        top: 36%;
        width: 100%;
        height: 10px;
        background-color: #ffc107;
        transform: translateY(-50%);
        z-index: 0;
    }

.stepper-line {
    position: absolute;
    top: 36%;
    width: 15%;
    height: 10px;
    background-color: #f44336;
    transform: translateY(-50%);
    transition: width 0.4s ease-in-out;
    z-index: 0;
}

.step {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.circle {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #ffc107;
    border-radius: 50%;
    background: white;
    color: #ffc107;
    font-weight: bold;
    transition: all 0.3s;
}

.step.active .circle {
    background: #f44336;
    color: white;
    border: none;
}

.step.completed .circle {
    background: #f44336;
    color: white;
    border: none;
}

.step-name {
    margin-top: 10px;
    font-weight: bold;
    color: #ffc107;
}

.step.active .step-name {
    color: #f44336;
}

.step.completed .step-name {
    color: #f44336;
}

.form-step {
    display: none;
}

    .form-step.active {
        display: block;
    }
/* End step form css */


.section-title1 {
    color: #f47621;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 20px;
}

.total-forex-amount-inr {
    font-weight: bold;
    color: #007bff;
    font-size: 20px;
}
.alert-sms {
    color: #055160;
    background-color: #cff4fc;
    border-color: #b6effb;
    position: relative;
    padding: 0rem 1rem;
    border: 2px solid transparent;
    border-radius: .25rem;
    display: none;
}
    .alert-sms.active {
        display: block;
    }
.subheading {
    font-size: 1.25rem;
    font-weight: 600;
    color: #FF5733;
}

.icon-box {
    display: flex;
    margin-bottom: 1.5rem;
}

.icon-box-icon {
    font-size: 2rem;
    color: #FF5733;
    margin-right: 2rem;
    margin-top: -10px;
}

.checkbox-row {
    display: flex;
    margin-bottom: 1.5rem;
}

.checkbox-col {
    font-size: 2rem;
    color: #FF5733;
    margin-right: 2rem;
    margin-top: -10px;
}









.rate-info {
    color: green;
    font-weight: bold;
}

.left-section {
    padding: 20px;
}

.info-box {
    background: #fff;
    border: 2px solid #ff9800;
    padding: 10px 5px;
    text-align: center;
    font-weight: bold;
    border-radius: 5px;
}

@media (max-width: 768px) {
    .left-section {
        text-align: center;
        padding: 10px;
    }

    .info-box {
        margin-bottom: 10px;
    }
}
.border-shape {
    background: #eb7912;
    color: #fff;
    display: block;
    height: 3px;
    left: 0;
    margin: 10px auto;
    position: relative;
    right: 0;
    text-align: center;
    top: 0;
    /* width: 80px; */
}

    /* .border-shape::before {
        background: #eb7912;
        bottom: 0;
        content: "";
        height: 1px;
        left: 80px;
        margin: 0 auto;
        position: absolute;
        text-align: center;
        top: 1px;
        width: 100%;
    }

*, ::after, ::before {
    box-sizing: border-box;
}

.border-shape::after {
    background: var(--pink) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    margin: 0 auto;
    position: absolute;
    right: 80px;
    text-align: center;
    top: 1px;
    width: 100%;
} */

.img-hover-4 {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    float: left;
    z-index: 0;
    transition: all 0.3s ease-out 0s;
    overflow: hidden;
    box-shadow: 0 0 15px #333;
}

    .img-hover-4 .text-box {
        position: absolute;
        width: 100%;
        height: 100%;
        padding: 10px 20px 20px 20px;
        margin: 0;
        z-index: 1;
        top: 100%;
        left: 0;
        transition: all 0.3s ease-out 0s;
        background-color: rgba(0, 0, 0, 0.7);
    }

    .img-hover-4:hover .text-box {
        top: 0;
    }

.btn-custom {
    background: linear-gradient(to left, #fec925, #fc8e06);
    border: none;
    font-size: 14px;
    font-weight: 600;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
}

.branch-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 16px;
    padding: 20px;
    background-color: #fff;
    margin-bottom: 10px;
    box-shadow: 2px 6px 15px 0 rgba(69, 65, 78, .1);
    border: 0;
}

    /*.branch-card:hover {
        transform: scale(1.02);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    }*/



.branch-title {
    font-size: 1.2rem;
    font-weight: bold;
    color: #e67e22;
}

.icon {
    color: #2c3e50;
    margin-right: 5px;
}


#backToTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    padding: 10px 15px;
    background: #f9be4d;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

.offer-image {
    width: 100%;
    height: 15rem;
    object-fit: cover;
    max-height: 200px;
    border-radius: 5px;
}

.terms-and-conditions {
    border: 1px solid #c1c1c194;
    border-radius: 2px;
}

.terms-content {
    padding: 15px;
    line-height: 1.6;
    text-align: justify;
    height: 130px;
    overflow-y: auto;
}



.terms-heading h4 {
    background-color: #fff;
    color: #f5a408;
    padding: 0px 0px;
    border-radius: 2px;
    font-size: 17px;
    display: inline;
    position: absolute;
    margin: -2rem 6rem;
    /*margin: 0rem 9rem;
    transform: translate(-50%, -95%);*/
}


.img-card {
    width: 100%;
    height: 15rem;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    display: block;
    overflow: hidden;
}




/* Start Pagination */
.pagination {
    justify-content: center;
    margin-top: 20px;
}
.hidden {
    display: none;
}
.page-item {
    list-style: none;
    display: inline-block;
}

.page-link {
    padding: 8px 12px;
    border: 1px solid #ddd;
    text-decoration: none;
    color: #007bff;
    display: inline-block;
    text-align: center;
}

.page-item.active .page-link {
    background-color: #007bff;
    color: white;
    border: 1px solid #007bff;
}

.page-link:hover {
    background-color: #f1f1f1;
}
/* Start Pagination */



/* Start Footer */
.footer-container {
    background-color: #343a40;
    color: white;
    padding: 14px 5%;
}

.ft-subheading {
    font-size: 1.25rem;
    font-weight: 600;
    color: #FFF;
}

.ft-icon-box {
    display: flex;
    margin-bottom: 1.5rem;
}

.ft-icon-box-icon {
    font-size: 2rem;
    color: #FFF;
    margin-right: 1rem;
}

ul li {
    cursor: pointer;
}

    
/* End Footer */


/* Start table */
.table-container {
    overflow-x: auto;
}

.table-style {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.table-style th, td {
    padding: 6px 10px;
    text-align: center;
    border: 1px solid #ccc;
}

.table-style th {
    background-color: #230f6f;
    color: #ffff;
}
.table-style th a{
    cursor: pointer;
    color: #ffff;
}

/* .table-style tr:nth-child(even) {
    background-color: #f9f9f9;
} */

@media (max-width: 768px) {
    .table-style {
        font-size: 13px;
    }

    .table-style th, td {
        padding: 4px 6px;
    }
}


.detail-table {
            /* width: 100%; */
            border-collapse: collapse;
            font-size: 14px;
            background-color: #fff !important;
        }
        .detail-table th {
            font-weight: 600;
            color: #333;
        }

        .detail-table th,
        .detail-table td {
            border: none; /* Remove all borders */
            padding: 8px 12px;
            text-align: left;
            vertical-align: middle;
        }

.data-preview {
    margin-top: 1rem;;
    border-collapse: collapse;
    width: 100%;
}

/* Apply only bottom borders (horizontal lines) */
.data-preview th,
.data-preview td {
  border-bottom: 1px solid black;
  padding: 8px;
  text-align: left;
  border-left: none;
  border-right: none;
}

.order-currency-table {
    margin-top: 1rem;;
    border-collapse: collapse;
    width: 100%;
}
.order-currency-table th {
    background: #48AA5D;
    color: #fff;

}

/* Apply only bottom borders (horizontal lines) */
.order-currency-table th,
.order-currency-table td {
    border-bottom: 1px solid black;
    padding: 10px 4px;
    text-align: center;
    border-left: none;
    border-right: none;
}
/* End table */

.justify-popup-text .swal2-html-container {
  text-align: justify;
  font-size: 1rem;
}

/* Start table pagination */
/* Pagination Styles */


/* End table pagination */

/* Start Model */
.modal {
    display: none;
    position: fixed;
    z-index: 3;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }
/* End Model */


.live-rate-table-cn {
    display: flex;
    align-items: center;
}
.country-flag {
    width: 140px;
    height: 90px;
    margin-right: 10px;
}


.country-btn {
    display: block;
    width: 100%;
    text-decoration: none !important;
    text-align: center;
    border: 1px solid #f7a600;
    padding: 0.75rem 0rem;
    margin: 0.5rem 0;
    border-radius: 10px;
    background-color: #000000;
    color: #fff;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

    .country-btn:hover {
        background-color: #FF0000;
        color: #fff;
    }

.faq-item {
    margin-bottom: 5px;
}
.fre-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: transparent;
    border: none;
    border-radius: 0px;
    border-bottom: 1px solid #e5e5e5;
    padding: 5px 0;
    color: #ff8000;
}

    .fre-question h2 {
        margin: 0;
        font-size: 1.25rem;
        font-weight: bold;
    }

.fre-icon {
    font-size: 1.5rem;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.fre-answer {
    border-bottom: 1px solid #e5e5e5;
    padding: 0px 0;
    
}



/* start image css */
.input-container {
      position: relative;
      display: flex;
      align-items: center;
      gap: 10px;
      /* margin-top: 10px; */
    }

    .icon-button {
      background: none;
      border: none;
      cursor: pointer;
      font-size: 20px;
    }

    .icon-button.hidden {
      display: none;
    }
    .previewBtn{
        color: #008000;
    }
    .removeBtn{
        color: #ff0000;
    }

    .modal-custom {
      display: none;
      position: fixed;
      z-index: 9999;
      padding-top: 60px;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      overflow: auto;
      background-color: rgba(0, 0, 0, 0.7);
    }

    .modal-content-custom {
      margin: auto;
      display: block;
      width: 80%;
      height: 80%;
      border-radius: 10px;
    }

    .close-btn {
        position: absolute;
        top: 0px;
        right: 39px;
        color: white;
        font-size: 4rem;
        font-weight: 700;
        cursor: pointer;
    }
/* end image css */

