@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

body {
    font-family: "Montserrat", sans-serif;
  }

/* Form Validation Styles */
.text-danger {
    color: #dc3545 !important;
    font-size: 12px;
    margin-top: 5px;
    display: block;
    font-weight: normal !important;
}

/* Ensure error messages are visible */
.error {
    color: #dc3545 !important;
    font-size: 12px;
    margin-top: 5px;
    display: block;
    font-weight: normal !important;
}

.is-invalid {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25) !important;
}

.is-valid {
    border-color: #28a745 !important;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25) !important;
}

.error {
    color: #dc3545;
    font-size: 12px;
    margin-top: 5px;
    display: block;
}

/* Form input focus states */
.form-control:focus,
input:focus,
select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* Form control styling */
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* Ensure validation messages are properly positioned */
.phone-input .text-danger {
    margin-top: 5px;
    display: block;
}

/* Alert Styles */
.alert {
    padding: 12px 16px;
    margin-bottom: 16px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 14px;
    font-weight: normal !important;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 12px 16px;
}

.alert-dismissible {
    padding-right: 48px;
}

/* Additional alert styling to ensure proper font weight */
.alert * {
    font-weight: normal !important;
}

.alert strong,
.alert b {
    font-weight: bold !important;
}

/* Ensure form validation messages have proper styling */
.text-danger {
    font-weight: normal !important;
}
.ds_text_dark{
    text-decoration: none;
    color: black !important;
}
.ds_txt_color{
    color: #141414;
}
.ds_cursor{
    cursor: pointer;
}
.ds_600{
    font-weight: 600 !important;
}
.ds_lh{
    line-height: 19px;
}
.ds_light{
    color: rgba(20, 20, 20, 0.6);
}
.ds_14{
    font-size: 14px;
}
.ds_head_mini{
    background-color: #141414;
    height: 40px;
}
.ds_head_main{
    box-shadow: -4px 4px 14px 0px #0000000F;
    background-color: white;
}
.ds_head_logo{
    height: 65px;
}
.ds_head_logo_footer{
    width: 50%;
    height: 50%;
}
.ds_head_link{
    text-decoration: none;
    color: #141414;
    font-size: 18px;
}

.ds_head_link {
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: #141414;
    transition: color 0.2s ease;
    padding: 0px 0;
    font-weight: 500;

    &:hover {
      color:#141414;
      font-weight: 600;

      &::after,
      &::before {
        width: 100%;
        left: 0;
      }
    }

    &::after,
    &::before {
      content: '';
      position: absolute;
      top: calc(100% + 5px);
      width: 0;
      right: 0;
      height: 3px;
    }

    &::before {
      transition: width 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 0.1s;
      background: #141414;
    }

    &::after {
      transition: width 0.2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
      background: #141414;
    }
  }

.ds_mega_menu{
    position: absolute;
    top: 60px;
    left: -585px;
    width: 1200px;
    background: white;
    padding: 35px;
    display: none;
    z-index: 1000;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.ds_mega_menu2{
    position: absolute;
    top: 60px;
    left: -500px;
    width: 1200px;
    background: white;
    padding: 35px;
    display: none;
    z-index: 1000;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.ds_mega_menu3{
    position: absolute;
    top: 60px;
    left: -695px;
    width: 1200px;
    background: white;
    padding: 35px;
    display: none;
    z-index: 1000;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.ds_head_li:hover .ds_mega_menu {
    display: block;
}
.ds_head_men:hover .ds_mega_menu2{
    display: block;
}
.ds_head_premium:hover .ds_mega_menu3{
    display: block;
}
.ds_mega_anker{
    color: #14141499;
    text-decoration: none;
}
.ds_mega_anker:hover{
    color: black;

}
.ds_mega_girl{
   width: 200px;
}
.ds_head_bar{
    color: #141414;
    font-size: 24px;
}
.ds_off_accor .accordion-button::after{
    height: 13px;
    width: 13px;
    background-size: cover;
    color:#141414;
}
.ds_off_accor .accordion-button:not(.collapsed){
   background-color: transparent;
   color: #141414;
}
.ds_off_accor .accordion-button:focus{
    box-shadow: none;
}

.ds_search_off.offcanvas-top {
    --bs-offcanvas-height:150px !important;
}
.ds_search_input{
    background: #1414140F;
    height: 44px;
    border: none;
    padding: 0px 42px;
    border-radius: 4px;
    width: 100%;
}
.ds_search_ico{
    position: absolute;
    top: 9px;
    left: 13px;
}
.ds_search_cancel{
    position: absolute;
    top: 9px;
    right: -35px;
    cursor: pointer;
}
.ds_search_box{
    width: 73.4%;
    background-color: white;
    padding: 20px;
    box-shadow: -4px 4px 14px 0px #0000000F;
    position: fixed;
    height: 600px;
    overflow-y: auto;
    z-index: 1046;

}
.ds_search_trend{
    border: 0.5px solid #1414144D;
    width: 120px;
    font-size: 12px;
    text-align: center;
    padding: 9px 0px;
    font-weight: 500;
    text-decoration: none;
    color: black !important;
}
.ds_search_img{
    width: 123px;
}
.ds_sugest_img{
    width: 100%;
}
.ds_mini_star{
    position: absolute;
    bottom: 13px;
    left: 12px;
    background-color: white;
    padding: 0px 5px;
    border-radius: 3px;
}
.ds_nodata_img{
    width: 150px;
}
.ds_head_profile{
    position: absolute;
    top: 35px;
    left: -85px;
    box-shadow: -4px 4px 14px 0px #0000001A;
    width: 150px;
    background-color: white;
    padding: 10px;
    border-radius: 4px;
    z-index: 10;
}
.ds_head_txt{
    font-weight: 500;
}
.ds_head_txt:hover{
    font-weight: 600;
}

@media (max-width:1200px) {
    .ds_mega_girl{
        width: 170px;
    }
    .ds_mega_menu{
        width: 990px;
        left: -480px;

    }
    .ds_mega_menu2{
        width: 990px;
        left: -390px;
    }
    .ds_mega_menu3{
        width: 990px;
        left: -595px;
    }
    .ds_search_box {
        width: 72.4%;
    }
}

@media (max-width:992px) {
    .ds_off_title{
        font-size: 18px;
    }
    .ds_mega_girl{
        width: 150px;
    }
}

@media (max-width:768px) {
    .ds_search_box{
        width: 70.8%;
    }
}

@media (max-width:576px) {
    .ds_off_main.offcanvas-start{
        --bs-offcanvas-width: 350px;
    }
    .ds_mega_girl{
        width: 160px;
    }
    .ds_search_box{
                   width:86% !important;

    }
    .ds_search_h5{
        font-size: 18px;
    }
}

@media (max-width:426px) {
   .ds_head_logo{
    height: 47px;
   }
   .ds_search_box{
    width: 75.5%;
}
}

@media (max-width:376px) {
    .ds_off_main.offcanvas-start{
        --bs-offcanvas-width: 300px;
    }
    .ds_search_box{
        width: 74.5%;
    }
}

@media (max-width:321px) {
    .ds_off_main.offcanvas-start{
        --bs-offcanvas-width: 250px;
    }
    .ds_head_logo{
        height: 45px;
       }

    .ds_search_box{
        width: 73.5%;
    }
}


