p {
    margin: 0
}

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
    display: none !important
}

.contact-page-hero-section {
    height: 12rem;
    width: 100%;
    padding: 0rem 3rem;
}

.contact-hero-text-Content {
    max-width: 1700px;
    margin: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 5.5rem 0 5.5rem;
    gap: 1rem;
    text-align: center;
}

.contact-hero-text-Content h1 {
    font-size: 2rem;
    font-weight: 500;
    color: #1a1a1a;
    margin: 0;
}

.contact-main-container {
    padding: 0rem 3rem;
}

.contact-container-wrapper {
    max-width: 1700px;
    margin: auto
}

.contact-title h2 {
    font-size: 2rem;
    font-weight: bold;
    color: #1a1a1a
}

.contact-title p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75rem;
    color: #1a1a1a
}

.contact-title {
    margin-bottom: 40px;
}

.contact-light-blue-container {
    min-height: 9rem;
    width: 100%;
    background-color: #f5f5f5;
    padding: 2rem 1.5rem;
    border-radius: 1rem;
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 40px;
}

.blue-leftSide .h2,
.blue-rightSide .h2 {
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.5rem;
    color: #1a1a1a;
    margin-bottom: 1rem;
    display: block
}

.blue-leftSide p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75rem;
    color: #1a1a1a
}

.office-location-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: .8rem
}

.office-location-container h3 {
    font-size: 1rem;
    color: #1a1a1a;
    font-weight: bold;
    line-height: 1.375rem;
    margin-bottom: .4rem
}

.office-box{
    background-color: #fff;
    border: 1px solid #dddddd;
    border-radius: .5rem;
    padding: 1rem 1rem
}
.loc-box {
    display: flex;
    align-items: center;
    gap: 7px;
}

.whatsapp-link{
    display: flex;
    align-items: center;
    margin-top: 15px;
    gap: 5px
}

.whatsapp-link a{
    color: #1a1a1a;
}

.loc-box p {
    color: #1a1a1a
}

.second-section-container {
    background: #fff;
    border-radius: 10px;
    display: grid;
    grid-template-columns: 5fr 2fr;
    gap: 20px;
}

.second-section-container .form-title a{
    font-weight: bold;
    color: #1a1a1a;
    text-decoration: underline;
}

.form-section {
    border: 1px solid #dddddd;
    padding: 2rem;
    border-radius: 1rem
}

.form-title h2 {
    font-size: 2rem;
    font-weight: bold;
    color: #1a1a1a;
    margin-bottom: 5px
}

.form-title p {
    font-size: 1rem;
    font-weight: 400;
    color: #1a1a1a;
    margin-bottom: 2.25rem
}

.form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem
}

.mobile-number {
    margin-bottom: 40px;
}

.name-email-mobile-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: .8rem
}

.user-issue-wrapper {
    display: flex;
    gap: .8rem;
    border-top: 1px solid #d2d5db;
    padding-top: 2rem
}

.form-group {
    width: 100%
}

.custom-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: .8rem .5rem;
    border: 1px solid #dddddd;
    border-radius: .5rem;
    cursor: pointer;
    margin-right: .5rem;
    outline: 0;
    cursor: pointer;
    background: url('../assets/select-tag-down-arrow.svg');
    background-repeat: no-repeat;
    background-position: 92%;
    width: 21%
}

.styled-select {
    padding: .8rem;
    font-size: .87rem;
    font-weight: 400;
    border: 1px solid #dddddd;
    border-radius: .5rem;
    appearance: none;
    background-image: url(/assets/image/svg/icons/contact-us/contact-down-icon.svg);
    background-repeat: no-repeat;
    background-position: 97%;
    background-color: #fff;
    cursor: pointer
}

.disable-option {
    color: #c5c5c5
}

.styled-select:focus {
    border-color: #666;
    outline: 0
}

.lang_ar .styled-select {
    background-position: 3% center
}

.form-group label {
    font-size: 14px;
    margin-bottom: 5px
}

.mobile-number-field {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 2rem;
    margin-bottom: 40px;
}

.form-group input,
.form-group textarea {
    padding: .8rem;
    font-size: .87rem;
    font-weight: 400;
    border: 1px solid #dddddd;
    border-radius: .5rem;
    outline: 0;
    min-width: 4rem
}

.contact-text-area {
    position: relative
}

.char-counter {
    position: absolute;
    right: .5rem;
    bottom: .5rem;
    color: #c5c5c5;
    font-size: .875rem;
    font-weight: 400
}

.form-group input::placeholder {
    color: #c5c5c5
}

.form-group textarea::placeholder {
    color: #c5c5c5
}

.mobile-num-input-wrapper {
    display: flex;
    align-items: center;
    gap: .5rem
}

.lang_ar .mobile-num-input-wrapper{
    flex-direction: row-reverse;
}

.mobile-num-input-wrapper input {
    width: 100%
}

.lang_ar .mobile-num-input-wrapper input{
    direction: ltr;
}
.intl-tel-input {
    display: flex
}

.form-group textarea {
    resize: none;
    height: 14rem
}

.submit-btn {
    background-color: #a5c5e5;
    color: #1a1a1a;
    border: 0;
    padding: 12px;
    border-radius: 2rem;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    margin-top: 15px;
    width: 100%
}

.submit-btn:hover {
    background-color: #a5c5e5
}

.form-footer {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75rem;
    text-align: center;
    margin-top: 10px
}

.form-footer p {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.75rem;
    color: #1a1a1a
}

.form-footer p a {
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.75rem;
    color: #1a1a1a;
    text-decoration: underline;
}

.info-section {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
}

.info-card img {
    width: 100%
}

.info-two-cards {
    display: flex;
    gap: 1rem;
    width: 100%
}

.info-two-cards img {
    flex-basis: 50%
}

.accordian-container {
    padding: 0rem 3rem;
}

.accordion {
    max-width: 1700px;
    margin: auto
}

.accordion-title {
    border-bottom: 1px solid #000;
    padding-bottom: 1rem;
    margin-bottom: 40px;
}

.accordion-title h3 {
    font-size: 1.5rem;
    font-weight: 500;
    color: #1a1a1a
}

.accordion-item {
    border-bottom: 1px solid #ddd
}

.accordion-item:last-child {
    border-bottom: 0
}

.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-size: 1.25rem;
    font-weight: 500;
    color: #1a1a1a;
    padding: 1rem 0
}

.accordion-header h4 {
    font-size: 1.25rem;
    font-weight: 500;
    margin: 0
}

.accordion-icon,
.accordion-icon-minus {
    font-size: 1.25rem;
    color: #a5c5e5
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height .5s ease;
    background-color: #fff;
    font-size: 1rem;
    font-weight: 400;
    color: #1a1a1a
}

.accordion-content p {
    margin: .8rem 0;
    font-size: 1;
    font-weight: 400;
    line-height: 1.75rem;
    color: #1a1a1a
}

.accordion-item.active .accordion-content {
    max-height: 200px
}

.dropdown-select {
    position: relative;
    display: inline-block;
    width: 6rem
}

.dropdown-select-selected {
    padding: .69rem .4rem;
    border: 1px solid #dddddd;
    border-radius: .5rem;
    cursor: pointer;
    background-color: white;
    display: flex;
    align-items: center
}

.dropdown-select-options {
    display: none;
    position: absolute;
    width: 100%;
    border: 1px solid #ccc;
    border-top: 0;
    background-color: white;
    z-index: 10;
    max-height: 250px;
    overflow-y: auto
}

.dropdown-select-options div {
    padding: 10px;
    cursor: pointer;
    display: flex;
    align-items: center
}

.dropdown-select-options div:hover {
    background-color: #f0f0f0
}

.dropdown-select img {
    margin-right: 2px;
    height: 15px
}

.dropdown-arrow-icon {
    width: 12px;
    margin-left: 8px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none
}

.lang_ar .dropdown-arrow-icon {
    right: auto;
    left: 10px;
    margin-left: 0;
    margin-right: 8px
}


.breadcrumb-container-parent{position:relative;width:100%;padding:0 3rem}

nav.breadcrumb-container {
    list-style: none;
    line-height: 30px;
    margin: 0 auto;
    width: 100%;
    max-width: 1700px;
    margin-top: 40px;
    margin-bottom: 40px;
}

nav.breadcrumb-container a,
nav.breadcrumb-container span {
    font-size: 16px;
    color: #1a1a1a;
}

/* faq */
.wd-faq-blog{
    margin: 64px 0;
    position: relative
}

.wd-faq-area{
    margin-top: 3rem;
}

.wd-faq-area .card-header {
    cursor: pointer;
    border-bottom: 0;
    background: transparent;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.wd-faq-area .card-header .title {
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
    display: flex;
    align-items: center;
    margin: 0;
}

.wd-faq-area .card-header .accicon {
    float: right;
    padding: 0 5px
}

.wd-faq-area .card-header:not(.collapsed) .rotate-icon {
    transform: rotate(90deg)
}

.wd-faq-area .card-header:not(.collapsed) .rotate-icon path {
    stroke: #1a1a1a;
}

.wd-faq-area .card-faq {
    margin-bottom: 20px;
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0 0 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.20) !important
}

.wd-faq-area .card-faq:last-child {
    border-bottom: 0 !important;
    margin-bottom: 0
}

.wd-faq-area .card-body {
    padding: 12px 0 0
}

.wd-faq-area .card-body p{
    margin: 0;
    font-size: 14px;
}

.rotate-icon {
    width: 8px;
    height: 16px
}

.lang_ar .wd-faq-area .card-header .rotate-icon {
    transform: rotate(180deg)
}

.lang_ar .wd-faq-area .card-header:not(.collapsed) .rotate-icon {
    transform: rotate(90deg)
}


.lang_ar #mobile_number::placeholder {
    text-align: right;
    direction: rtl;
}


.lang_ar .input-wrapper-mobile {
    flex-direction: row-reverse;
}

.hero-banner-section {
    width: 100%;
    max-height: 450px; 
    overflow: hidden;
}

.hero-banner-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.hero-text{
    padding-top: 2rem;
}

.hero-text h1 {
    font-size: 34px;
    font-weight: bold;
    line-height: 1.3;
    margin: 0;
    color: #1a1a1a;
    text-align: center;
}

.contact-items-container{
    padding-top: 2rem;
}

@media screen and (max-width:768px) {
    .breadcrumb-container-parent {
        padding: 0rem 1rem;
    }
    .contact-hero-text-Content h1 {
        font-size: 1.5rem
    }
    .wd-faq-blog{
        margin-bottom: 3rem;
    }
}

@media screen and (max-width:576px) {
  /* mobile phones */
    .form-section{
        padding: 1rem;
    }
    .hero-text h1 {
        font-size: 24px;
    }
}

@media screen and (max-width:1100px) {
    .contact-light-blue-container {
        flex-direction: column
    }
    .info-section {
        display: none
    }
    .second-section-container {
        grid-template-columns: 1fr
    }
    .office-location-container {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media screen and (max-width:900px) {
    .office-location-container {
        flex-direction: column
    }
}

@media screen and (max-width:786px) {
    .contact-page-hero-section {
        padding: 0rem 1rem;
        height: 11rem
    }
    .contact-hero-text-Content h3 {
        display: none
    }
    .contact-hero-text-Content {
        text-align: center
    }
    .contact-main-container, .accordian-container {
        padding: 0rem 1rem
    }
    .blue-leftSide .h2 {
        margin-bottom: 0rem
    }
    .blue-rightSide .h2 {
        margin-bottom: 1rem
    }
    .form-group input[type="tel"] {
        margin-right: 0rem
    }
    .name-email-mobile-wrapper {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        column-gap: .8rem
    }
    .mobile-num-input-wrapper {
        width: 100%
    }
    .office-location-container {
        grid-template-columns: repeat(1, 1fr)
    }
}

@media screen and (min-width: 576px) and (max-width: 768px) and (orientation: portrait) {
  /* iPad mini / small tablets in portrait */
  .hero-text h1 {
        font-size: 26px;
    }
}

@media screen and (min-width: 769px) and (max-width: 820px) and (orientation: portrait) {
  /* iPad Air (portrait) */
  .hero-text h1 {
        font-size: 28px;
    }
}

@media screen and (min-width: 821px) and (max-width: 834px) and (orientation: portrait) {
  /* iPad Pro 11" (portrait) */
  .hero-text h1 {
        font-size: 30px;
    }
}
  
@media screen and (min-width: 835px) and (max-width: 1024px) and (orientation: portrait) {
  /* iPad Pro 12.9" and large tablets (portrait) */
    .hero-text h1 {
        font-size: 32px;
    }
}