/* Description: Master CSS file */

/*****************************************
Table Of Contents:
- General Styles
- Navigation
- Header
- About
- Services
- Details
- Projects
- Works
- Testimonials
- Questions
- Contact
- Footer 
- Copyright
- Back To Top Button
- Extra Pages
- Media Queries
******************************************/

/*****************************************
Colors:
- Backgrounds, navbar - black #24262a
- Backgrounds - light gray #f7f9fb
- Buttons, icons - blue #0b36a8
- Headings text - black #24262a
- Body text - dark gray #4d5055
******************************************/


/**************************/
/*     General Styles     */
/**************************/
body,
body {
    background-color: #071321 !important;
    color: white !important;
}


html {
    width: 100%;
    height: 100%;
}

body, p {
    color: #4d5055;
    font: 400 1rem/1.625rem "Open Sans", sans-serif;
}

h1 {
    color: #24262a;
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 3.25rem;
    font-family: "Poppins"
}

h2 {
    color: #24262a;
    font-weight: 700;
    font-size: 2rem;
    line-height: 2.5rem;
    font-family: "Poppins"
}

h3 {
    color: #24262a;
    font-weight: 700;
    font-size: 1.75rem;
    line-height: 2.25rem;
    font-family: "Poppins"
}

h4 {
    color: #24262a;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 2rem;
    font-family: "Poppins"
}

h5 {
    color: #24262a;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.625rem;
    font-family: "Poppins"
}

h6 {
    color: #24262a;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.375rem;
    font-family: "Poppins"
}

.p-large {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.p-small {
    font-size: 0.875rem;
    line-height: 1.5rem;
}

.testimonial-text {
    font-style: italic;
}

.testimonial-author {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.5rem;
}

.li-space-lg li {
    margin-bottom: 0.5rem;
}

a {
    color: #4d5055;
    text-decoration: underline;
}

a:hover {
    color: #4d5055;
    text-decoration: underline;
}

.no-line {
    text-decoration: none;
}

.no-line:hover {
    text-decoration: none;
}

.blue {
    color: #2259ec;
}

.bg-gray {
    background-color: #f7f9fb;
}

.section-divider {
    display: block;
    height: 1px;
    margin: 0;
    border: none;
    background-color: #d3dae2;
}

.call-buton .cc-calto-action-ripple {
    z-index: 99999;
    position: fixed;
    right: 1rem;
    bottom: 8rem;
    background: #ec8b00;
    width: 4rem;
    height: 4rem;
    padding: 1rem;
    border-radius: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #ffffff;
    -webkit-animation: cc-calto-action-ripple 0.6s linear infinite;
    animation: cc-calto-action-ripple 0.6s linear infinite;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
}

.call-buton .cc-calto-action-ripple i {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    font-size: 2.2rem;
}

.call-buton .cc-calto-action-ripple:hover i {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

@-webkit-keyframes cc-calto-action-ripple {
    0% {
        -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2);
        box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2);
    }
    100% {
        -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
        box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
    }
}

@keyframes cc-calto-action-ripple {
    0% {
        -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2);
        box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2);
    }
    100% {
        -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
        box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
    }
}

span.num {
    position: absolute;
    color: #ec8b00;
    left: -30%;
    bottom: -50%;
}

.btn-solid-reg {
    display: inline-block;
    padding: 1.375rem 2.25rem 1.375rem 2.25rem;
    border: 1px solid #0b36a8;
    background-color: #0b36a8;
    color: #ffffff;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 0;
    text-decoration: none;
    transition: all 0.2s;
}

.btn-solid-reg:hover {
    background-color: transparent;
    color: #0b36a8; /* needs to stay here because of the color property of a tag */
    text-decoration: none;
}

.btn-solid-lg {
    display: inline-block;
    padding: 1.375rem 2.25rem 1.375rem 2.25rem;
    border: 1px solid #0b36a8;
    border-radius: 50px;
    background-color: #0b36a8;
    color: #ffffff;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 0;
    text-decoration: none;
    transition: all 0.2s;
}

.btn-solid-lg:hover {
    background-color: transparent;
    color: #0b36a8; /* needs to stay here because of the color property of a tag */
    text-decoration: none;
}


.btn-call:hover {
    background-color: #1ebe5d;
}


.btn-outline-reg:hover {
    background-color: #24262a;
    color: #ffffff;
    text-decoration: none;
}

.btn-outline-lg {
    display: inline-block;
    padding: 1.625rem 2.625rem 1.625rem 2.625rem;
    border: 1px solid #24262a;
    background-color: transparent;
    color: #24262a;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 0;
    text-decoration: none;
    transition: all 0.2s;
}

.btn-outline-lg:hover {
    background-color: #24262a;
    color: #ffffff;
    text-decoration: none;
}

.btn-outline-sm {
    display: inline-block;
    padding: 1rem 1.5rem 1rem 1.5rem;
    border: 1px solid #24262a;
    background-color: transparent;
    color: #24262a;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 0;
    text-decoration: none;
    transition: all 0.2s;
}

.btn-outline-sm:hover {
    background-color: #24262a;
    color: #ffffff;
    text-decoration: none;
}

.form-group {
    position: relative;
    margin-bottom: 1.25rem;
}

.label-control {
    position: absolute;
    top: 0.875rem;
    left: 1.5rem;
    color: #7d838a;
    opacity: 1;
    font-size: 0.875rem;
    line-height: 1.375rem;
    cursor: text;
    transition: all 0.2s ease;
}

.form-control-input:focus + .label-control,
.form-control-input.notEmpty + .label-control,
.form-control-textarea:focus + .label-control,
.form-control-textarea.notEmpty + .label-control {
    top: 0.125rem;
    color: #4d5055;
    opacity: 1;
    font-size: 0.75rem;
    font-weight: 700;
}

.form-control-input,
.form-control-select {
    display: block; /* needed for proper display of the label in Firefox, IE, Edge */
    width: 100%;
    padding-top: 1.125rem;
    padding-bottom: 0.125rem;
    padding-left: 1.5rem;
    border: 1px solid #cbcbd1;
    background-color: #ffffff;
    color: #4d5055;
    font-size: 0.875rem;
    line-height: 1.875rem;
    transition: all 0.2s;
    -webkit-appearance: none; /* removes inner shadow on form inputs on ios safari */
}

.form-control-select {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    height: 3.25rem;
    color: #7d838a;
}

select {
    /* you should keep these first rules in place to maintain cross-browser behavior */
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-image: url('../images/down-arrow.png');
    background-position: 96% 50%;
    background-repeat: no-repeat;
    outline: none;
}

.form-control-textarea {
    display: block; /* used to eliminate a bottom gap difference between Chrome and IE/FF */
    width: 100%;
    height: 14rem; /* used instead of html rows to normalize height between Chrome and IE/FF */
    padding-top: 1.5rem;
    padding-left: 1.3125rem;
    border: 1px solid #cbcbd1;
    background-color: #ffffff;
    color: #4d5055;
    font-size: 0.875rem;
    line-height: 1.5rem;
    transition: all 0.2s;
}

.form-control-input:focus,
.form-control-select:focus,
.form-control-textarea:focus {
    border: 1px solid #a1a1a1;
    outline: none; /* Removes blue border on focus */
}

.form-control-input:hover,
.form-control-select:hover,
.form-control-textarea:hover {
    border: 1px solid #a1a1a1;
}

.checkbox {
    font-size: 0.75rem;
    line-height: 1.25rem;
}

input[type='checkbox'] {
    vertical-align: -10%;
    margin-right: 0.5rem;
}

.form-control-submit-button {
    display: inline-block;
    width: 100%;
    height: 3.25rem;
    border: 1px solid #0b36a8;
    border-radius: 32px;
    background-color: #0b36a8;
    color: #ffffff;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 0;
    cursor: pointer;
    transition: all 0.2s;
}

.form-control-submit-button:hover {
    border: 1px solid #24262a;
    background-color: transparent;
    color: #24262a;
}


/**********************/
/*     Navigation     */
/**********************/
/*.navbar {*/
/*    background-color: white !important; !* Orqa fonni oq qilish *!*/
/*}*/

/*.navbar .nav-link {*/
/*    color: #027cad !important; !* Menyu yozuvlarini qora qilish *!*/
/*}*/


/*.navbar {*/
/*    background-color: #24262a;*/
/*    font-weight: 600;*/
/*    font-size: 0.875rem;*/
/*    line-height: 0.875rem;*/
/*    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.025);*/
/*    border-radius: 0 0 10px 10px; !* Faqat pastki burchaklar yumaloqlanadi *!*/
/*    padding: 10px 20px; !* Ichki joylashuvni yaxshilash *!*/
/*}*/
.navbar {
    background-color: #24262a;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 0.875rem;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.025);
}

.navbar .navbar-brand {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
}

.navbar .logo-image img {
    width: 118px;
    height: 36px;
}

.navbar .logo-text {
    color: #ffffff;
    font-weight: 700;
    font-size: 1.875rem;
    line-height: 1rem;
    text-decoration: none;
}

.offcanvas-collapse {
    position: fixed;
    top: 3.25rem; /* adjusts the height between the top of the page and the offcanvas menu */
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #24262a;
    transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.offcanvas-collapse.open {
    visibility: visible;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.navbar .navbar-nav {
    margin-top: 0.75rem;
    margin-bottom: 0.5rem;
}

.navbar .nav-item .nav-link {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.2s ease;
}

.navbar .nav-item.dropdown.show .nav-link,
.navbar .nav-item .nav-link:hover,
.navbar .nav-item .nav-link.active {
    color: #9c9ead;
}
/* Dropdown Menu */
.navbar .dropdown .dropdown-menu {
    animation: fadeDropdown 0.2s; /* required for the fade animation */
}

@keyframes fadeDropdown {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.navbar .dropdown-menu {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    border: none;
    background-color: #24262a;
}

.navbar .dropdown-item {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: #ffffff;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 0.875rem;
    text-decoration: none;
}

.navbar .dropdown-item:hover {
    background-color: #24262a;
    color: #9c9ead;
}

.navbar .dropdown-divider {
    width: 100%;
    height: 1px;
    margin: 0.5rem auto 0.5rem auto;
    border: none;
    background-color: #505050;
}

/* end of dropdown menu */

.navbar .fa-stack {
    width: 2em;
    margin-right: 0.25rem;
    font-size: 0.75rem;
}

.navbar .fa-stack-2x {
    color: #0b36a8;
    transition: all 0.2s ease;
}

.navbar .fa-stack-1x {
    color: #ffffff;
    transition: all 0.2s ease;
}

.navbar .fa-stack:hover .fa-stack-2x {
    color: #ffffff;
}

.navbar .fa-stack:hover .fa-stack-1x {
    color: #0b36a8;
}

.navbar .navbar-toggler {
    padding: 0;
    border: none;
    font-size: 1.25rem;
}


/******************/
/*     Header     */
/******************/
/* === HEADER === */
.header {
    position: relative;
    width: 100%;
    height: 100vh;
    padding-top: 7rem;
    padding-bottom: 5.5rem;
    text-align: center;
    overflow: hidden;
    animation: bgSlideZoom 20s infinite;
}

/* === BACKGROUND SLIDE ZOOM === */
@keyframes bgSlideZoom {
    0%, 40% {
        background-image: url('../images/img_11.png');
        background-size: 100% 100%;
    }
    45% {
        background-size: 105% 105%;
    }
    50%, 90% {
        background-image: url('../images/img_12.png');
        background-size: 100% 100%;
    }
    95% {
        background-size: 105% 105%;
    }
    100% {
        background-image: url('../images/img_11.png');
        background-size: 100% 100%;
    }
}

/* === SLIDESHOW === */
.slideshow {
    position: relative;
    width: 100%;
    height: 100%;
}

.slide {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 2s ease-in-out;
}

/* === TEXT ANIMATION === */
.slide:nth-child(1) { animation: slideText1 12s infinite; }
.slide:nth-child(2) { animation: slideText2 12s infinite; }

@keyframes slideText1 {
    0%, 40% { opacity: 1; }
    50%, 100% { opacity: 0; }
}

@keyframes slideText2 {
    0%, 40% { opacity: 0; }
    50%, 100% { opacity: 1; }
}

/* === TEXT STYLE === */
.overlay-text {
    position: relative;
    z-index: 2;
    font-size: 36px;
    font-weight: bold;
    color: white;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7);
    text-align: center;
    white-space: nowrap;
}









/*.header {*/
/*    position: relative;*/
/*    width: 100%;*/
/*    height: 100vh;*/
/*    padding-top: 7rem;*/
/*    padding-bottom: 5.5rem;*/
/*    text-align: center;*/
/*    overflow: hidden;*/
/*}*/

/*!* Rasmlar almashinishi va zoom effekti *!*/
/*!* Rasmlar almashinishi va zoom effekti *!*/
/*@keyframes bgSlideZoom {*/
/*    0%, 40% {*/
/*        background-image: url('../images/img_11.png');*/
/*        background-size: 105% 105%;*/
/*    }*/
/*    50%, 90% {*/
/*        background-image: url('../images/img_12.png');*/
/*        background-size: 105% 105%;*/
/*    }*/
/*    100% {*/
/*        background-image: url('../images/img_11.png');  !* ✅ 1-rasmga qaytish *!*/
/*        background-size: 105% 105%;*/
/*    }*/
/*}*/


/*.header {*/
/*    animation: bgSlideZoom 20s infinite;*/
/*}*/

/*.slideshow {*/
/*    position: relative;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/

/*.slide {*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    opacity: 0;*/
/*    transition: opacity 2s ease-in-out;*/
/*}*/

/*!* Har bir rasm uchun text *!*/
/*.slide:nth-child(1) {*/
/*    animation: slideText1 12s infinite;*/
/*}*/

/*.slide:nth-child(2) {*/
/*    animation: slideText2 12s infinite;*/
/*}*/

/*!* 1-rasm texti *!*/
/*@keyframes slideText1 {*/
/*    0%, 40% { opacity: 1; }*/
/*    50%, 100% { opacity: 0; }*/
/*}*/

/*!* 2-rasm texti *!*/
/*@keyframes slideText2 {*/
/*    0%, 40% { opacity: 0; }*/
/*    50%, 100% { opacity: 1; }*/
/*}*/

/*.overlay-text {*/
/*    position: relative;*/
/*    z-index: 2;*/
/*    font-size: 36px;*/
/*    font-weight: bold;*/
/*    color: white;*/
/*    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7);*/
/*    text-align: center;*/
/*    white-space: nowrap;*/
/*}*/



/*.header {*/
/*    padding-top: 7rem;*/
/*    padding-bottom: 5.5rem;*/
/*    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../images/img_1.png') center center no-repeat;*/
/*    background-size: cover;*/
/*    text-align: center;*/
/*}*/

/*.header .h1-large {*/
/*    margin-bottom: 1.75rem;*/
/*    color: #ffffff;*/
/*}*/

/*.header .h2-large {*/
/*    margin-bottom: 1.5rem;*/
/*    color: #ffffff;*/
/*    font-size: 2rem; !* H2 uchun mos keladigan o'lcham *!*/
/*}*/

/*.header .h3-large {*/
/*    margin-bottom: 1.25rem;*/
/*    color: #ffffff;*/
/*    font-size: 1.5rem; !* H3 uchun mos keladigan o'lcham *!*/
/*}*/

/*.header .btn-solid-lg:hover {*/
/*    border: 1px solid #ffffff;*/
/*    color: #ffffff;*/
/*}*/

/*.header .btn-outline-lg {*/
/*    padding: 1.625rem 1.625rem 1.625rem 1.625rem;*/
/*    border: none;*/
/*    color: #ffffff;*/
/*}*/

/*.header .btn-outline-lg:hover {*/
/*    background: transparent;*/
/*    color: #9c9ead;*/
/*    text-decoration: none;*/
/*}*/

/*.header .btn-outline-lg .fas {*/
/*    margin-right: 0.375rem;*/
/*}*/


/*****************/
/*     About     */
/*****************/
.basic-1 {
    padding-top: 7.75rem;
    padding-bottom: 5.25rem;
}

.basic-1 .text-container {
    margin-bottom: 3rem;
}

.basic-1 .time {
    margin-bottom: 0.5rem;
    color: #0b36a8;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.5rem;
    font-family: "Poppins";
}

.basic-1 h6 {
    margin-bottom: 0.125rem;
}


/********************/
/*     Services     */
/********************/
.basic-2 {
    padding-top: 7.75rem;
    padding-bottom: 5.25rem;
}

.basic-2 .h2-heading {
    margin-bottom: 0.75rem;
    text-align: center;
}

.basic-2 .p-heading {
    margin-bottom: 4rem;
    text-align: center;
}

.basic-2 .text-box {
    margin-bottom: 3rem;
    padding: 3.5rem 1rem 2.125rem 1rem;
    border: 1px solid #cfd7de;
}

.basic-2 .fas,
.basic-2 .far {
    margin-bottom: 1.75rem;
    color: #0b36a8;
    font-size: 3.5rem;
}

.basic-2 h4 {
    letter-spacing: 1px;
}


/*******************/
/*     Details     */
/*******************/
.split .area-1 {
    height: 430px;
    padding-left: 60px;
    background: linear-gradient(to bottom right, rgba(25, 26, 29, 0.2), rgba(25, 26, 29, 0.2)),
    url('../images/img_3.png') no-repeat;
    background-size: cover;
}


.split .area-2 {
    padding-top: 7.75rem;
    padding-bottom: 7.75rem;
}

.split p {
    margin-bottom: 2.25rem;
}

.split .icons-container {
    margin-top: 3rem;
}

.split .icons-container img {
    width: 50px;
    margin-right: 0.625rem;
    margin-bottom: 0.75rem;
}


/********************/
/*     Projects     */
/********************/
.basic-3 {
    padding-top: 7.75rem;
    padding-bottom: 1rem;
}

.basic-3 .h2-heading {
    margin-bottom: 0.75rem;
    text-align: center;
}

.basic-3 .p-heading {
    margin-bottom: 4rem;
    text-align: center;
}

.basic-3 .text-container {
    margin-bottom: 4rem;
}

.basic-3 .image-container {
    margin-bottom: 1rem;
}

/* Hover Animation */
.basic-3 .image-container {
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
}

.basic-3 .image-container img {
    margin: 0;
    transition: all 0.2s;
}

.basic-3 .image-container:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/* end of hover animation */


/*****************/
/*     Works     */
/*****************/
.basic-4 {
    padding-bottom: 1rem;
}

.basic-4 .text-container {
    margin-bottom: 4rem;
}

.basic-4 .image-container {
    margin-bottom: 1rem;
}

/* Hover Animation */
.basic-4 .image-container {
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
}

.basic-4 .image-container img {
    margin: 0;
    transition: all 0.2s;
}

.basic-4 .image-container:hover img {
    -moz-transform: scale(1.15);
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

/* end of hover animation */


/************************/
/*     Testimonials     */
/************************/
.cards-1 {
    padding-top: 3rem;
    padding-bottom: 3.875rem;
}

.cards-1 .h2-heading {
    margin-bottom: 3rem;
    text-align: center;
}

.cards-1 .card {
    margin-bottom: 4rem;
    border: none;
}

.cards-1 .card-body {
    padding: 0;
    text-align: center;
}

.cards-1 .testimonial-text {
    margin-bottom: 1.625rem;
}

.cards-1 img {
    display: inline-block;
    width: 60px;
    margin-bottom: 0.875rem;
    border-radius: 50%;
}

.cards-1 .text {
    margin-top: 0.375rem;
}

.cards-1 .testimonial-author {
    color: #24262a;
}

.cards-1 .testimonial-author,
.cards-1 .occupation {
    font-size: 0.875rem;
    line-height: 1.375rem;
}


/*********************/
/*     Questions     */
/*********************/
.accordion-1 {
    padding-top: 7.75rem;
    padding-bottom: 6.75rem;
}

.accordion-1 .h2-heading {
    margin-bottom: 2.5rem;
    text-align: center;
}

.accordion-1 .card {
    margin-bottom: 1.75rem;
    border: none;
}

.accordion-1 .card-header {
    padding: 0;
    border: none;
    background-color: transparent;
}

.accordion-1 .card button {
    padding: 0;
    color: #24262a;
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-family: 'Poppins';
}

.accordion-1 .card button:hover {
    text-decoration: none;
}

.accordion-1 .card button:before {
    float: left;
    margin-right: 0.625rem;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f078";
    transition: all 0.2s;
}

.accordion-1 .card button.collapsed:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.accordion-1 .card-body {
    padding: 0.75rem 1.5rem 0.5rem 1.5rem;
}


/*******************/
/*     Contact     */
/*******************/


.contact-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: start;
    gap: 30px; /* Kontakt ma'lumotlari va forma orasida masofa */
    background: #0D1B2A;
    color: white;
    padding: 30px;
    border-radius: 10px;
}

.contact-info {
    max-width: 40%; /* Juda katta bo‘lib ketmasligi uchun */
}

.contact-item {
    align-items: center;
    gap: 10px; /* Ikonkalar va matn orasidagi masofa */
    margin-bottom: 15px; /* Har bir ma'lumot orasidagi masofa */
}

.contact-item i {
    font-size: 20px; /* Ikonka hajmini oshiramiz */
    color: #007BFF; /* Ko‘k rang beramiz */
}

.form-container {
    flex: 1;
    max-width: 55%; /* Formani biroz kattaroq qilamiz */
}

.form-control {
    background: #1B263B; /* Formani to‘qroq rang bilan farqlaymiz */
    color: white;
    border: 1px solid #415A77;
    padding: 12px;
}

.form-control:focus {
    background: #1B263B;
    color: white;
    border: 1px solid #007BFF;
    outline: none;
}

.btn-primary {
    background: #007BFF;
    border: none;
    padding: 12px;
    font-size: 18px;
}


.contact-container {
    background: #1B263B;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
    margin: 50px auto;
    align-items: center; /* Vertikal joylashish */
}


.contact-item {
    align-items: center;
    margin-bottom: 15px;
    font-size: 16px
}

.contact-item i {
    font-size: 22px;
    color: #007BFF;
    margin-right: 10px;
}

.form-control {
    background: #0D1B2A;
    color: white;
    border: 1px solid #415A77;
}

.form-control:focus {
    background: #0D1B2A; /* Oldingi fon rangini saqlab qoladi */
    color: white;
    border: 1px solid #007BFF; /* Istalgan rangga o'zgartiring */
    outline: none; /* Standart ko‘k chiziqni olib tashlaydi */
}

.form-control::placeholder {
    color: #AABACB;
}

.btn-primary {
    background-color: #007BFF;
    border: none;
}

.btn-primary:hover {
    background-color: #0056b3;
}


.arch_contact_us_duplicate * {
    font-family: Nunito, sans-serif;
}

.arch_contact_us_duplicate .icon-block svg {
    width: 100%;
    height: 100%;
}

.arch_contact_us_duplicate .icon-block {
    width: 30px;
    height: 30px;
}

.arch_contact_us_duplicate .text-blk {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    line-height: 25px;
}

.arch_contact_us_duplicate .responsive-container-block {
    min-height: 75px;
    height: fit-content;
    width: 100%;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    justify-content: flex-start;
}

.arch_contact_us_duplicate .responsive-cell-block {
    min-height: 75px;
}

.arch_contact_us_duplicate .responsive-container-block.big-container {
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding-top: 0px;
    padding-right: 50px;
    padding-bottom: 0px;
    padding-left: 50px;
    /*background-color: #fdfcea;*/
}

.arch_contact_us_duplicate .responsive-container-block.container {
    max-width: 1100px;
    justify-content: space-evenly;
}

.arch_contact_us_duplicate .text-blk.section-head {
    font-size: 60px;
    line-height: 65px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 24px;
    margin-left: 0px;
}

.arch_contact_us_duplicate .text-blk.section-subhead {
    font-size: 14px;
    line-height: 18px;
    color: #E0E6ED;
}

.arch_contact_us_duplicate .input {
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
    height: 54px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-top-color: #767676;
    border-right-color: #767676;
    border-bottom-color: #767676;
    border-left-color: #767676;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    padding-top: 1px;
    padding-right: 16px;
    padding-bottom: 1px;
    padding-left: 16px;
    font-size: 16px;
}

.arch_contact_us_duplicate .textinput {
    width: 100%;
    height: 125px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 27px;
    margin-left: 0px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-top-color: #767676;
    border-right-color: #767676;
    border-bottom-color: #767676;
    border-left-color: #767676;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    font-size: 16px;
    padding-top: 16px;
    padding-right: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
}

.arch_contact_us_duplicate .button {
    height: 50px;
    min-width: 240px;
    font-size: 16px;
    color: #15263b;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-top-color: #767676;
    border-right-color: #767676;
    border-bottom-color: #767676;
    border-left-color: #767676;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 40px;
    margin-left: 0px;
}


.arch_contact_us_duplicate .social-media-icon-container {
    display: flex;
    max-width: 400px;
    justify-content: space-evenly;
}

.arch_contact_us_duplicate .input-element {
    background-color: #15263b;
}

.arch_contact_us_duplicate .icon-block.social-icon {
    fill: #15263b;
}

.arch_contact_us_duplicate * {
    font-family: Nunito, sans-serif;
}

.arch_contact_us_duplicate .responsive-container-block.big-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding: 50px;
}

.arch_contact_us_duplicate .responsive-container-block.container {
    width: 80%;
    background: #FFFFFF; /* Form orqa foni */
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.arch_contact_us_duplicate .text-blk.section-head {
    font-size: 50px;
    line-height: 60px;
    text-align: center;
    margin-bottom: 20px;
    color: #0D1B2A;
}

.arch_contact_us_duplicate .text-blk.section-subhead {
    font-size: 16px;
    line-height: 22px;
    color: #0D1B2A;
    text-align: center;
    margin-bottom: 30px;
}

.arch_contact_us_duplicate .input,
.arch_contact_us_duplicate .textinput {
    width: 100%;
    height: 50px;
    border: 1px solid #0D1B2A;
    border-radius: 5px;
    padding: 12px;
    font-size: 16px;
    margin-bottom: 15px;
}

.arch_contact_us_duplicate .textinput {
    height: 120px;
    resize: none;
}

.arch_contact_us_duplicate .button {
    width: 100%;
    height: 50px;
    font-size: 18px;
    color: #0D1B2A;
    background-color: #007bff; /* Yangi asosiy rang */
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.arch_contact_us_duplicate .button:hover {
    background-color: #0056b3;
}

@media (max-width: 1024px) {
    .arch_contact_us_duplicate .text-blk.section-head {
        font-size: 55px;
        line-height: 60px;
    }

    .arch_contact_us_duplicate .responsive-container-block.container {
        justify-content: space-between;
    }
}

@media (max-width: 768px) {
    .arch_contact_us_duplicate .responsive-cell-block.wk-tab-12.wk-mobile-12.wk-ipadp-6.wk-desk-5 {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 80px;
        margin-left: 0px;
    }

    .arch_contact_us_duplicate .responsive-cell-block.wk-mobile-12.wk-ipadp-6.wk-desk-5.wk-tab-10 {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 80px;
        margin-left: 0px;
        text-align: center;
    }

    .arch_contact_us_duplicate .input {
        height: 45px;
    }

    .arch_contact_us_duplicate .responsive-container-block.container {
        justify-content: space-evenly;
        margin-top: 80px;
        margin-right: 0px;
        margin-bottom: 80px;
        margin-left: 0px;
    }

    .arch_contact_us_duplicate .responsive-cell-block.wk-mobile-12.wk-desk-5.wk-tab-10.wk-ipadp-5 {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 80px;
        margin-left: 0px;
    }
}

@media (max-width: 500px) {
    .arch_contact_us_duplicate .text-blk.section-head {
        font-size: 40px;
        line-height: 45px;
    }

    .arch_contact_us_duplicate .responsive-container-block.big-container {
        padding-top: 0px;
        padding-right: 20px;
        padding-bottom: 0px;
        padding-left: 20px;
    }

    .arch_contact_us_duplicate .input {
        height: 40px;
    }

    .arch_contact_us_duplicate .responsive-cell-block.wk-tab-12.wk-mobile-12.wk-ipadp-6.wk-desk-5 {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 80px;
        margin-left: 0px;
    }

    .arch_contact_us_duplicate .responsive-cell-block.wk-mobile-12.wk-ipadp-6.wk-desk-5.wk-tab-10 {
        text-align: left;
        padding-top: 0px;
        padding-right: 20px;
        padding-bottom: 0px;
        padding-left: 20px;
    }

    .arch_contact_us_duplicate .responsive-container-block.big-container {
        padding-top: 0px;
        padding-right: 30px;
        padding-bottom: 0px;
        padding-left: 30px;
    }

    .arch_contact_us_duplicate .responsive-cell-block.wk-mobile-12.wk-desk-5.wk-tab-10.wk-ipadp-5 {
        padding-top: 0px;
        padding-right: 20px;
        padding-bottom: 0px;
        padding-left: 20px;
    }

    .arch_contact_us_duplicate .button {
        width: 100%;
    }

    .arch_contact_us_duplicate .button {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 40px;
        margin-left: 0px;
        height: 50px;
    }

    .arch_contact_us_duplicate .form-wrapper {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 40px;
        margin-left: 0px;
    }

    .arch_contact_us_duplicate .icon-block {
        width: 25px;
        height: 25px;
    }
}

@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;600;700;800&amp;display=swap');

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    margin: 0;
}

.wk-desk-1 {
    width: 8.333333%;
}

.wk-desk-2 {
    width: 16.666667%;
}

.wk-desk-3 {
    width: 25%;
}

.wk-desk-4 {
    width: 33.333333%;
}

.wk-desk-5 {
    width: 41.666667%;
}

.wk-desk-6 {
    width: 50%;
}

.wk-desk-7 {
    width: 58.333333%;
}

.wk-desk-8 {
    width: 66.666667%;
}

.wk-desk-9 {
    width: 75%;
}

.wk-desk-10 {
    width: 83.333333%;
}

.wk-desk-11 {
    width: 91.666667%;
}

.wk-desk-12 {
    width: 100%;
}

@media (max-width: 1024px) {
    .wk-ipadp-1 {
        width: 8.333333%;
    }

    .wk-ipadp-2 {
        width: 16.666667%;
    }

    .wk-ipadp-3 {
        width: 25%;
    }

    .wk-ipadp-4 {
        width: 33.333333%;
    }

    .wk-ipadp-5 {
        width: 41.666667%;
    }

    .wk-ipadp-6 {
        width: 50%;
    }

    .wk-ipadp-7 {
        width: 58.333333%;
    }

    .wk-ipadp-8 {
        width: 66.666667%;
    }

    .wk-ipadp-9 {
        width: 75%;
    }

    .wk-ipadp-10 {
        width: 83.333333%;
    }

    .wk-ipadp-11 {
        width: 91.666667%;
    }

    .wk-ipadp-12 {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .wk-tab-1 {
        width: 8.333333%;
    }

    .wk-tab-2 {
        width: 16.666667%;
    }

    .wk-tab-3 {
        width: 25%;
    }

    .wk-tab-4 {
        width: 33.333333%;
    }

    .wk-tab-5 {
        width: 41.666667%;
    }

    .wk-tab-6 {
        width: 50%;
    }

    .wk-tab-7 {
        width: 58.333333%;
    }

    .wk-tab-8 {
        width: 66.666667%;
    }

    .wk-tab-9 {
        width: 75%;
    }

    .wk-tab-10 {
        width: 83.333333%;
    }

    .wk-tab-11 {
        width: 91.666667%;
    }

    .wk-tab-12 {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .wk-mobile-1 {
        width: 8.333333%;
    }

    .wk-mobile-2 {
        width: 16.666667%;
    }

    .wk-mobile-3 {
        width: 25%;
    }

    .wk-mobile-4 {
        width: 33.333333%;
    }

    .wk-mobile-5 {
        width: 41.666667%;
    }

    .wk-mobile-6 {
        width: 50%;
    }

    .wk-mobile-7 {
        width: 58.333333%;
    }

    .wk-mobile-8 {
        width: 66.666667%;
    }

    .wk-mobile-9 {
        width: 75%;
    }

    .wk-mobile-10 {
        width: 83.333333%;
    }

    .wk-mobile-11 {
        width: 91.666667%;
    }

    .wk-mobile-12 {
        width: 100%;
    }
}

/******************/
/*     Footer     */
/******************/
.footer {
    padding-top: 6.25rem;
    padding-bottom: 2rem;
    background-color: #24262a;
    text-align: center;
}

.footer a {
    text-decoration: none;
}

.footer .fa-stack {
    width: 2em;
    margin-bottom: 1.25rem;
    margin-right: 0.375rem;
    font-size: 1.5rem;
}

.footer .fa-stack .fa-stack-1x {
    color: #ffffff;
    transition: all 0.2s ease;
}

.footer .fa-stack .fa-stack-2x {
    color: #0b36a8;
    transition: all 0.2s ease;
}

.footer .fa-stack:hover .fa-stack-1x {
    color: #0b36a8;
}

.footer .fa-stack:hover .fa-stack-2x {
    color: #ffffff;
}


/*********************/
/*     Copyright     */
/*********************/
.copyright {
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #24262a;
    text-align: center;
}

.copyright .p-small {
    color: #9da6ac;
    text-align: center;
}

.copyright a {
    color: #9da6ac;
}


/******************************/
/*     Back To Top Button     */
/******************************/
a.back-to-top {
    position: fixed;
    z-index: 999;
    right: 12px;
    bottom: 12px;
    display: none;
    width: 42px;
    height: 42px;
    border-radius: 30px;
    background: #0a1a2e url("../images/up-arrow.png") no-repeat center 47%;
    background-size: 18px 18px;
    text-indent: -9999px;
}

a:hover.back-to-top {
    background-color: #0b36a8;
}


/***********************/
/*     Extra Pages     */
/***********************/
.ex-header {
    padding-top: 8.5rem;
    padding-bottom: 4rem;
    background-color: #24262a;
}

.ex-header h1 {
    color: #ffffff;
}

.ex-basic-1 .list-unstyled .fas {
    font-size: 0.375rem;
    line-height: 1.625rem;
}

.ex-basic-1 .list-unstyled .media-body {
    margin-left: 0.5rem;
}

.ex-basic-1 .text-box {
    padding: 1.25rem 1.25rem 0.5rem 1.25rem;
    background-color: #f7f9fb;
}

.ex-cards-1 .card {
    border: none;
    background-color: transparent;
}

.ex-cards-1 .card .fa-stack {
    width: 2em;
    font-size: 1.125rem;
}

.ex-cards-1 .card .fa-stack-2x {
    color: #0b36a8;
}

.ex-cards-1 .card .fa-stack-1x {
    color: #ffffff;
    font-weight: 700;
    line-height: 2.125rem;
}

.ex-cards-1 .card .list-unstyled .media-body {
    margin-left: 0.75rem;
}

.ex-cards-1 .card .list-unstyled .media-body h5 {
    margin-top: 0.125rem;
    margin-bottom: 0.375rem;
}


/*************************/
/*     Media Queries     */
/*************************/
/* Min-width 768px */
@media (min-width: 768px) {

    /* Header */
    .header {
        padding-top: 11rem;
        padding-bottom: 9rem;
    }

    /* end of header */
    /* Services */
    .basic-2 .text-box {
        padding-right: 2.125rem;
        padding-left: 2.125rem;
    }

    /* end of services */
    /* Extra Pages */
    .ex-basic-1 .text-box {
        padding: 1.75rem 2rem 0.875rem 2rem;
    }

    /* end of extra pages */
}

/* end of min-width 768px */


/* Min-width 992px */
@media (min-width: 992px) {

    /* General Styles */
    .h2-heading {
        width: 35.25rem;
        margin-right: auto;
        margin-left: auto;
    }

    .p-heading {
        width: 46rem;
        margin-right: auto;
        margin-left: auto;
    }

    /* end of general styles */
    /* Navigation */
    .navbar {
        padding-top: 1.75rem;
        background-color: transparent;
        box-shadow: none;
        transition: all 0.2s;
    }

    .navbar.top-nav-collapse {
        padding-top: 0.5rem;
        padding-top: 0.5rem;
        background-color: #24262a;
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.025);
    }

    .offcanvas-collapse {
        position: static;
        top: auto;
        bottom: auto;
        left: auto;
        width: auto;
        padding-right: 0;
        padding-left: 0;
        background-color: transparent;
        overflow-y: visible;
        visibility: visible;
    }

    .offcanvas-collapse.open {
        -webkit-transform: none;
        transform: none;
    }

    .navbar .navbar-nav {
        margin-top: 0;
        margin-bottom: 0;
    }

    .navbar .nav-item .nav-link {
        padding-right: 0.625rem;
        padding-left: 0.625rem;
    }

    .navbar .dropdown-menu {
        margin-top: 0.25rem;
        box-shadow: 0 3px 3px 1px rgba(0, 0, 0, 0.08);
    }

    .navbar .dropdown-divider {
        width: 90%;
    }

    .navbar .social-icons {
        margin-left: 0.5rem;
    }

    .navbar .fa-stack {
        margin-right: 0;
        margin-left: 0.25rem;
    }

    /* end of navigation */
    /* Header */
    .header {
        padding-top: 15rem;
        padding-bottom: 14rem;
        text-align: left;
    }

    /* end of header */
    /* Details */
    /*.split {*/
    /*	height: 760px;*/
    /*    display: flex;*/
    /*    align-items: center;*/
    /*    justify-content: space-between;*/
    /*    flex-wrap: wrap; !* Kichik ekranlar uchun *!*/
    /*}*/
    .split {
        display: flex;
        justify-content: flex-end; /* Rasmni o‘ngga suradi */
        padding-left: 50px; /* Chap tomonda joy qoldiradi */
    }

    .split .area-1 {
        height: 100%;
        width: 50%;
        display: inline-block;
    }

    .split .area-2 {
        height: 100%;
        width: 50%;
        display: inline-block;
        vertical-align: top;
    }

    .split .text-container {
        width: 400px;
        margin-left: 3rem;
    }

    /* end of details */
    /* Testimonials */
    .cards-1 .card {
        display: inline-block;
        width: 290px;
        vertical-align: top;
    }

    .cards-1 .card:nth-of-type(3n+2) {
        margin-right: 1.5rem;
        margin-left: 1.5rem;
    }

    .cards-1 .card-body {
        text-align: left;
    }

    .cards-1 .details {
        display: flex;
        align-items: flex-start;
    }

    .cards-1 .details .text {
        flex-direction: column;
    }

    .cards-1 .details img {
        margin-right: 1.125rem;
    }

    /* end of testimonials */
    /* Accordion */
    .accordion-1 .accordion {
        width: 730px;
        margin-right: auto;
        margin-left: auto;
    }

    /* end of accordion */
    /* Contact */
    .form-1 form {
        width: 790px;
        margin-right: auto;
        margin-left: auto;
    }

    /* end of contact */
    /* Extra Pages */
    .ex-cards-1 .card {
        display: inline-block;
        width: 296px;
        vertical-align: top;
    }

    .ex-cards-1 .card:nth-of-type(3n+2) {
        margin-right: 1rem;
        margin-left: 1rem;
    }

    /* end of extra pages */
}

/* end of min-width 992px */


/* Min-width 1200px */
@media (min-width: 1200px) {

    /* General Styles */
    .h1-large {
        font-size: 3.75rem;
        line-height: 4.625rem;
    }

    /* end of general styles */
    /* Navigation */
    .navbar .container {
        max-width: 1330px;
    }

    /* end of navigation */
    /* Header */
    .header {
        padding-top: 18.25rem;
        padding-bottom: 17.25rem;
    }

    /* end of header */
    /* About */
    .basic-1 .text-container.first {
        margin-right: 2rem;
    }

    .basic-1 .text-container.second {
        margin-right: 1rem;
        margin-left: 1rem;
    }

    .basic-1 .text-container.third {
        margin-left: 2rem;
    }

    /* end of about */
    /* Details */
    .split {
        height: 700px;
    }

    .split .text-container {
        width: 460px;
        margin-left: 5rem;
    }

    /* end of details */
    /* Testimonials */
    .cards-1 .card {
        width: 338px;
    }

    .cards-1 .card:nth-of-type(3n+2) {
        margin-right: 2.625rem;
        margin-left: 2.625rem;
    }

    /* end of testimonials */
    /* Extra Pages */
    .ex-cards-1 .card {
        width: 336px;
    }

    .ex-cards-1 .card:nth-of-type(3n+2) {
        margin-right: 2.875rem;
        margin-left: 2.875rem;
    }

    /* end of extra pages */
}

/* end of min-width 1200px */

/* Asosiy xizmatlar bo‘limi */
.services-section {
    padding: 100px 0;
    position: relative;
}

/* Xizmatlar konteyneri */
.services-wrapper {
    background: #0c1a2b;
    backdrop-filter: blur(8px);
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
}

/* Xizmat kartochkalari */
.service-card {
    background: #15263b;
    padding: 20px;
    border-radius: 12px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    box-shadow: 0px 1px 2px rgba(255, 255, 255, 0.1);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 2px solid transparent;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 4px 10px rgba(0, 153, 255, 0.3);
    border-color: rgba(0, 153, 255, 0.5);
}

/* Ikonka */
.service-card .icon {
    font-size: 45px;
    color: #0099ff;
    margin-bottom: 15px;
}

/* Sarlavha */
.service-card h4 {
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 10px;
}

/* Tavsif */
.service-card p {
    font-size: 16px;
    color: #a0aab7;
}


/*               ===================================*/
.about-section {
    backdrop-filter: blur(8px);
    padding: 70px 0;
    border-radius: 15px;
    color: white;
}

/* Rasm qismi */
.about-image {
    width: 100%;
    height: 450px;
    background: url('../images/img_3.png') no-repeat;
    background-size: cover;
    background-position: left center;
    border-radius: 12px;
    margin-left: -20px;
}

/* Matn qismi */
.about-text {
    padding-left: 40px;
}

/* Sarlavha */
.about-text h2 {
    font-size: 32px;
    margin-bottom: 20px;
}

/* Oddiy matn */
.about-text p {
    font-size: 18px;
    color: #9da6ac;
    line-height: 1.6;
}

/* Ichki matn konteyneri */
.text-container {
    background: #15263b;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #E0E6ED; /* Yaxshi kontrast uchun */
    border: 2px solid transparent;
}

/* Hover effekti */
.text-container:hover {
    transform: translateY(-5px);
    box-shadow: 0px 6px 18px rgba(0, 153, 255, 0.3);
    border-color: rgba(0, 153, 255, 0.5);
}

/* Kichik sarlavha */
.text-container h6 {
    color: #ffffff;
}

/* Tavsif matni */
.text-container p {
    color: #a0aab7; /* Yorqinroq ko‘rinishi uchun */
}

/* Vaqt belgisi */
.time {
    color: #4da6ff;
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 8px;
}

/* Tafsilotlar ro‘yxati */
.about-details {
    list-style: none;
    padding: 0;
}

.about-details li {
    font-size: 18px;
    color: #9da6ac;
    margin-bottom: 10px;
}

/* Kuchaytirilgan matn */
.about-details strong {
    color: #007bff;
}

/* Kichik sarlavha */
.about-section h6 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

/*------------------------*/


/*.home-text-container {*/
/*    color: #ffffff; !* Oq rang *!*/
/*    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7); !* Yorqinroq ko‘rinishi uchun soya *!*/
/*    text-align: center; !* Markazlash *!*/
/*}*/

/*.home-text-container h2 {*/
/*    font-size: 36px;*/
/*    font-weight: bold;*/
/*}*/

/*.home-text-container p {*/
/*    font-size: 18px;*/
/*    color: #d1d1d1; !* Ochiq kulrang *!*/
/*}*/

/*.home-service-list {*/
/*    list-style: none;*/
/*    padding: 0;*/
/*}*/

/*.home-service-list li {*/
/*    font-size: 20px;*/
/*    font-weight: bold;*/
/*    margin-bottom: 10px;*/
/*}*/

/*.home-service-list li i {*/
/*    color: #4CAF50; !* Yashil belgi *!*/
/*    font-size: 24px;*/
/*    margin-right: 10px;*/
/*}*/

/*.home-btn-solid-lg {*/
/*    background-color: #1E3A8A; !* Moviy *!*/
/*    color: white;*/
/*    font-size: 18px;*/
/*    font-weight: bold;*/
/*    padding: 12px 24px;*/
/*    border-radius: 10px;*/
/*    margin: 10px; !* Tugmalar orasidagi masofa *!*/
/*    display: inline-block;*/
/*    transition: all 0.3s ease-in-out; !* ✨ Effektni silliq qilish *!*/
/*    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2); !* Yengil soyali effekt *!*/
/*}*/

/*.home-btn-solid-lg:hover {*/
/*    background-color: #0f2557; !* Biroz to‘qroq moviy *!*/
/*    transform: translateY(-3px); !* Tugmani biroz tepaga ko‘tarish *!*/
/*    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.3); !* Yanada kuchli soyali effekt *!*/
/*}*/

/*.home-btn-solid-lg:active {*/
/*    transform: translateY(0); !* Tugmani bosganda holatiga qaytarish *!*/
/*    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);*/
/*}*/


/*.home-btn-solid-lg,*/
/*.home-btn-solid-lg:hover,*/
/*.home-btn-solid-lg:focus,*/
/*.home-btn-solid-lg:active {*/
/*    text-decoration: none !important; !* 🔥 Har qanday pastki chiziqni olib tashlash *!*/
/*}*/


.faq-container {
    top: 20px; /* Qancha balandlikda qotib turishini belgilaydi */
    position: sticky;
    max-width: 900px;
    margin: 50px auto;
    background: linear-gradient(var(--bs-bg-gradient-angle, 108.46deg), RGBA(34, 44, 56, var(--bs-bg-opacity, 1)) 0%, RGBA(16, 28, 42, var(--bs-bg-opacity, 1)) 100%);
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}


.faq-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    background: #0a1a2e;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
}

.faq-item:hover {
    background: #0a1a2e;
}

.faq-question {
    font-weight: bold;
    color: #007bff;
    font-size: 16px;
    flex-grow: 1;
}

.faq-icon {
    font-size: 16px;
    color: #007bff;
    transition: transform 0.3s ease-in-out;
}

/* Agar savol ochilsa, ikonani aylantirish */
.faq-item.open .faq-icon {
    transform: rotate(180deg);
}

.faq-icon.rotated {
    transform: rotate(180deg);
}

.faq-icon {
    font-size: 16px;
    transition: transform 0.3s ease-in-out;
}

/* Agar savol ochilsa, ikonani aylantirish */
button[aria-expanded="true"] .faq-icon {
    transform: rotate(180deg);
}

.card {
    border: none;
    border-radius: 10px;
    margin-bottom: 12px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.btn-link {
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    color: #007bff;
}

.btn-link:hover {
    text-decoration: none;
    color: #0056b3;
}

.card-body {
    font-size: 16px;
}


.occupation {
    font-size: 14px;
    color: #555;
}

.section-title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
}


.prev-btn, .next-btn {
    background: #0a1a2e;
    color: white;
    border: none;
    padding: 10px;
    font-size: 18px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.prev-btn {
    left: -50px;
}

.next-btn {
    right: -50px;
}

.prev-btn:hover, .next-btn:hover {
    background: #0a1a2e;
}

@media (max-width: 600px) {
    .prev-btn, .next-btn {
        width: 35px;
        height: 35px;
        font-size: 16px;
        left: 10px;
        right: 10px;
    }
}


.projects-section {
    padding: 80px 0;
}

.h2-heading {
    color: white;
    font-weight: 700;
    font-size: 2.8rem;
}

.p-heading {
    color: #9da6ac;
    font-size: 1.2rem;
    max-width: 800px;
    margin: 0 auto;
}

.video-container {
    position: relative;
    width: 100%;
    max-width: 1000px;
    height: 550px;
    margin: 30px auto;
    cursor: pointer;
}

.thumbnail {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 32px;
    transition: background 0.3s ease;
}

.play-button:hover {
    background: rgba(0, 0, 0, 0.9);
}

.video-frame {
    display: none;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    overflow: hidden;
}


/*------------------ABOUT----------------*/

/* ABOUT bo'lim sarlavhasi */
.about-title {
    text-align: center; /* Matnni markazga joylashtirish */
    margin-top: 80px; /* Yuqoridan bo'shliq qo‘shish (header bilan birlashmasin) */
    margin-bottom: 10px; /* Pastki bo'shliq */
    position: relative; /* Chiziq uchun nisbiy joylashuv */
}

/* ABOUT sarlavha matni */
.about-title h1 {
    font-size: 3rem; /* Katta harflar */
    font-weight: bold; /* Qalin shrift */
    color: #ffffff; /* Oq rang (fon to‘q bo‘lsa) */
    text-transform: uppercase; /* Katta harflar */
    letter-spacing: 2px; /* Harflar orasidagi masofa */
    padding-bottom: 10px; /* Tagidan joy ochish */
    display: inline-block;
    position: relative;
}


.services-intro {
    max-width: 900px;
    margin: 0 auto;
    padding: 50px;
}

.services-intro h2 {
    font-size: 32px;
    font-weight: bold;
}

.services-intro p {
    font-size: 18px;
    color: #9da6ac;
    line-height: 1.6;
}


/*--------------------- Evroprotokol Nima?  ----------------------*/

/* Umumiy konteyner */
.evro-container {
    max-width: 1000px;
    margin: 0 auto;
}



h2, h3 {
    color: #58A6FF;
}

/* Grid tartib */
.grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}

/* Har bir quti */
.box {
    background: #15263b;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 1px 2px rgba(255, 255, 255, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 2px solid transparent;
}

/* Hover effekti */
.box:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 10px rgba(0, 153, 255, 0.3);
    border-color: rgba(0, 153, 255, 0.5);
}

/* Sarlavha qismi (ikon + matn) */
.title-container {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 22px;
    font-weight: bold;
    color: #58A6FF;
    margin-bottom: 10px;
}

/* Ikon uslubi */
.title-container i {
    color: #0099FF;
    transition: transform 0.3s ease;
}

/* Ikon hover effekti */
.box:hover .title-container i {
    transform: scale(1.2);
}

/* Ro‘yxatlar */
.evro ul {
    padding-left: 20px;
}

.evro ul li {
    margin-bottom: 15px;
    list-style: none;
    position: relative;
    font-size: 14px;
}

/* Ro‘yxat belgilari */
.evro ul li::before {
    content: "✔";
    color: #00CC66;
    font-weight: bold;
    margin-right: 5px;
}


/* Faqat "evro" klassiga ta’sir qiladi */
.evro ul {
    padding-left: 10px;
}

.evro ul li {
    margin-bottom: 25px;
}
/* Video konteyner */
.video {
    background: linear-gradient(145deg, #0e1c2d, #15263b);
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    margin-top: 50px;
}

/* Video o‘rab turuvchi div */
.video-wrapper {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 2px; /* Video konteynerdan ajralib turishi uchun */
    background: rgba(255, 255, 255, 0.2); /* Orqa fon orqali ajratish */
    border-radius: 14px; /* 2px tashqi ajralib turish uchun */
}

/* YouTube iframe */
iframe {
    display: none;
    width: 100%;
    height: 450px;
    border-radius: 12px;
    box-sizing: border-box; /* Padding qo‘shilganda kenglik buzilmasligi uchun */
    background: black; /* Videodan oldin qora fon chiqishi uchun */
}



/* Thumbnail rasm */
.video-thumbnail {
    position: relative;
    width: 100%;
    cursor: pointer;
    border-radius: 12px;
    overflow: hidden;
}

.video-image {
    width: 100%;
    display: block;
    border-radius: 12px;
    transition: transform 0.3s ease;
}

/* Hover effekti */
.video-thumbnail:hover .video-image {
    transform: scale(1.05);
}

/* Play tugmachasi */
.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 153, 255, 0.8);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: white;
    transition: background 0.3s ease, transform 0.3s ease;
    box-shadow: 0 0 15px rgba(0, 153, 255, 0.6);
}

/* Hover qilinganda tugmachani kattalashtirish */
.video-thumbnail:hover .play-button {
    background: rgba(0, 153, 255, 1);
    transform: translate(-50%, -50%) scale(1.1);
}


section.faq {
    padding: 40px 0;
    min-height: auto;
}


.faq .section-title h2 {
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
}

.faq .accordion .card {
    background-color: transparent;
    border: 1px solid #1e3056;
    margin-bottom: 15px;
    border-radius: 10px;
}

.faq .accordion .card-header {
    background-color: #12263f;
    border-radius: 10px;
    padding: 15px 20px;
}

.faq .accordion .card-header h5 button {
    color: white;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    display: block;
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    padding: 0;
}

.faq .accordion .card-header h5 button::after {
    content: '\f067';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    float: right;
    color: white;
}

.faq .accordion .card-header h5 button[aria-expanded="true"]::after {
    content: '\f068';
}

.faq .accordion .card-body {
    background-color: #0c1a2b;
    color: #bac2ce;
    padding: 15px 20px;
    border-top: 1px solid #15263b;
}


/*!*logo*!*/
/*.logo {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    background: white;*/
/*    padding: 10px 20px;*/
/*    border-radius: 8px;*/
/*    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);*/
/*}*/

/*.logo-image {*/
/*    width: 150px; !* Kerakli o'lchamga moslashtirish *!*/
/*    height: auto;*/
/*    object-fit: contain;*/
/*}*/


/*.logo {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    padding: 10px 20px;*/
/*    border-radius: 8px;*/
/*}*/

/*.logo-image {*/
/*    width: 150px;  !* Kattalashtirish *!*/
/*    height: auto;*/
/*    object-fit: contain;*/
/*    filter: contrast(1.2); !* Matnni aniqroq qilish *!*/
/*}*/
