@font-face {
    font-family: 'icomoon';
    src: url("../fonts/icomoon/icomoon.eot?srf3rx");
    src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

/* =======================================================
*
* 	Template Style 
*	Edit this section
*
* ======================================================= */
body {
    font-family: "Open Sans", Arial, sans-serif;
    line-height: 1.6;
    font-size: 16px;
    background: #ffffff;
    color: #848484;
    font-weight: 300;
    overflow-x: hidden;
}

body.fh5co-offcanvas {
    overflow: hidden;
}

/* Phone rejimi uchun */
@media (max-width: 600px) {
    .your-class-name {
        background-image: url('images/rubicon_1.jpg');
        background-size: cover;
        background-position: right center; /* Rasmni o'ngga joylashtirish */
        height: 200px; /* Bo'yi mos ravishda o'zgartirishingiz mumkin */
    }
}

/* By default, hide all language-specific content */
.lang-en, .lang-uz, .lang-ru {
    display: none;
}

/* Show only content for the selected language */
.lang-en.active, .lang-uz.active, .lang-ru.active {
    display: list-item;
}


a {
    color: #19c2f0;
    -webkit-transition: 0.5s, ease;
    -o-transition: 0.5s, ease;
    transition: 0.5s, ease;
}

a:hover {
    text-decoration: none;
    color: #19c2f0;
}

p,
ul,
ol {
    margin-bottom: 1.5em;
    font-size: 16px;
    color: #848484;
    font-family: "Open Sans", Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #5a5a5a;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 400;
    margin: 0 0 30px 0;
}

figure {
    margin-bottom: 2em;
}

::-webkit-selection {
    color: #fcfcfc;
    background: #19c2f0;
}

::-moz-selection {
    color: #fcfcfc;
    background: #19c2f0;
}

::selection {
    color: #fcfcfc;
    background: #19c2f0;
}


#fh5co-header {
    position: relative;
    margin-bottom: 0;
    z-index: 9999999;
}

.stuck {
    position: fixed !important;
    top: 0 !important;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
}

.header-top {
    padding: 10px 0;
    background: #19c2f0;
}

.header-top .fh5co-link a {
    margin-left: 10px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
}

.header-top .fh5co-link a:first-child {
    margin-left: 0;
}

.header-top .fh5co-link a:hover {
    color: white !important;
}

@media screen and (max-width: 768px) {
    .header-top .fh5co-link {
        text-align: center;
    }
}

.header-top .fh5co-social a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    margin-right: 15px;
    position: relative;
    -webkit-transition: 0.5s, ease-in-out;
    -o-transition: 0.5s, ease-in-out;
    transition: 0.5s, ease-in-out;
}

.header-top .fh5co-social a:last-child {
    margin-right: 0;
}

.header-top .fh5co-social a:hover,
.header-top .fh5co-social a:focus,
.header-top .fh5co-social a:active {
    text-decoration: none;
    color: white !important;
}

.header-top .fh5co-social a:hover i,
.header-top .fh5co-social a:focus i,
.header-top .fh5co-social a:active i {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

@media screen and (max-width: 768px) {
    .header-top .fh5co-social {
        text-align: center !important;
    }
}

.fh5co-cover,
.fh5co-hero {
    position: relative;
    height: 800px;
}

@media screen and (max-width: 768px) {

    .fh5co-cover,
    .fh5co-hero {
        height: 700px;
    }
}

.fh5co-cover.fh5co-hero-2,
.fh5co-hero.fh5co-hero-2 {
    height: 600px;
}

.fh5co-cover.fh5co-hero-2 .fh5co-overlay,
.fh5co-hero.fh5co-hero-2 .fh5co-overlay {
    position: absolute !important;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.2);
}

.fh5co-overlay {
    position: absolute !important;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: rgba(66, 64, 64, 0.9);
    background: rgba(0, 0, 0, 0.2);
}

.fh5co-cover {
    background-size: cover;
    position: relative;
}

@media screen and (max-width: 768px) {
    .fh5co-cover {
        heifght: inherit;
        padding: 3em 0;
    }
}

.fh5co-cover .btn {
    padding: 1em 2em;
    opacity: .9;
}

.fh5co-cover.fh5co-cover_2 {
    height: 600px;
}

@media screen and (max-width: 768px) {
    .fh5co-cover.fh5co-cover_2 {
        heifght: inherit;
        padding: 3em 0;
    }
}

.fh5co-cover .desc {
    top: 40%;
    position: absolute;
    width: 100%;
    margin-top: -80px;
    z-index: 2;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .fh5co-cover .desc {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.fh5co-cover .desc h2 {
    color: #fff;
    font-size: 60px;
    margin-bottom: 10px;
    font-weight: 300 !important;
}

.fh5co-cover .desc h2 strong {
    font-weight: 700;
}

@media screen and (max-width: 768px) {
    .fh5co-cover .desc h2 {
        font-size: 40px;
    }
}

.fh5co-cover .desc p {
    display: block;
    margin-bottom: 30px;
    font-size: 16px;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.5);
}

.fh5co-cover .desc p a {
    color: #fff;
}

.fh5co-cover .desc p a:hover,
.fh5co-cover .desc p a:focus {
    color: #fff !important;
}

.fh5co-cover .desc p a:hover.btn,
.fh5co-cover .desc p a:focus.btn {
    border: 2px solid #fff !important;
    background: transparent !important;
}

.fh5co-cover .desc p a.fh5co-site-name {
    padding-bottom: 2px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

/* Superfish Override Menu */
.sf-menu {
    margin: 7px 0 0 0 !important;
}

.sf-menu {
    float: right;
}

.sf-menu ul {
    box-shadow: none;
    border: transparent;
    min-width: 12em;
    width: 12em;
}

.sf-menu a {
    color: rgba(0, 0, 0, 0.5);
    padding: 0.75em 1em !important;
    font-weight: normal;
    border-left: none;
    border-top: none;
    border-top: none;
    text-decoration: none;
    zoom: 1;
    font-size: 16px;
    border-bottom: none !important;
}

.sf-menu a:hover,
.sf-menu a:focus {
    color: #19c2f0 !important;
}

.sf-menu li.active a:hover,
.sf-menu li.active a:focus {
    color: #19c2f0;
}

.sf-menu li,
.sf-menu ul li,
.sf-menu ul ul li,
.sf-menu li:hover,
.sf-menu li.sfHover {
    background: transparent;
}

.sf-menu ul li a,
.sf-menu ul ul li a {
    text-transform: none;
    padding: 0.2em 1em !important;
    letter-spacing: 1px;
    font-size: 14px !important;
}

.sf-menu li:hover a,
.sf-menu li.sfHover a,
.sf-menu ul li:hover a,
.sf-menu ul li.sfHover a,
.sf-menu li.active a {
    color: #19c2f0;
}

.sf-menu ul li:hover,
.sf-menu ul li.sfHover {
    background: transparent;
}

.sf-menu ul li {
    background: transparent;
}

.sf-arrows .sf-with-ul {
    padding-right: 2.5em;
    padding-right: 1em;
}

.sf-arrows .sf-with-ul:after {
    content: none !important;
    position: absolute;
    top: 50%;
    right: 1em;
    margin-top: -3px;
    height: 0;
    width: 0;
    border: 5px solid transparent;
    border-top-color: #ccc;
}

.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
    border-top-color: #ccc;
}

.sf-arrows ul .sf-with-ul:after {
    margin-top: -5px;
    margin-right: -3px;
    border-color: transparent;
    border-left-color: #ccc;
}

.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
    border-left-color: #ccc;
}

#fh5co-header-section {
    padding: 0;
    position: relative;
    left: 0;
    width: 100%;
    z-index: 1022;
    background: #fff;
}

.nav-header {
    position: relative;
    float: left;
    width: 100%;
}


#fh5co-menu-wrap {
    position: relative;
    z-index: 2;
    display: block;
    float: right;
    margin-top: 15px;
}

#fh5co-menu-wrap .sf-menu a {
    padding: 1em .75em;
}

#fh5co-primary-menu > li > ul li.active > a {
    color: #19c2f0 !important;
}

#fh5co-primary-menu > li > .sf-with-ul:after {
    border: none !important;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    float: right;
    margin-right: -0px;
    top: 50%;
    font-size: 12px;
    margin-top: -7px;
    content: "\e922";
    color: rgba(0, 0, 0, 0.5);
}

#fh5co-primary-menu > li > ul li {
    position: relative;
}

#fh5co-primary-menu > li > ul li > .sf-with-ul:after {
    border: none !important;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    float: right;
    margin-right: 10px;
    top: 20px;
    font-size: 12px;
    content: "\e924";
    color: rgba(0, 0, 0, 0.5);
}

#fh5co-primary-menu .fh5co-sub-menu {
    padding: 10px 7px 10px;
    background: #fff;
    left: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

#fh5co-primary-menu .fh5co-sub-menu > li > .fh5co-sub-menu {
    left: 100%;
}

#fh5co-primary-menu .fh5co-sub-menu:before {
    position: absolute;
    top: -9px;
    left: 20px;
    width: 0;
    height: 0;
    content: '';
}

#fh5co-primary-menu .fh5co-sub-menu:after {
    position: absolute;
    top: -8px;
    left: 21px;
    width: 0;
    height: 0;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    border-bottom: 8px solid white;
    border-left: 8px solid transparent;
    content: '';
}

#fh5co-primary-menu .fh5co-sub-menu .fh5co-sub-menu:before {
    top: 6px;
    left: 100%;
}

#fh5co-primary-menu .fh5co-sub-menu .fh5co-sub-menu:after {
    top: 7px;
    right: 100%;
    border: none !important;
}

.site-header.has-image #primary-menu .sub-menu {
    border-color: #ebebeb;
    -webkit-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
    -ms-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
    -o-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
    box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
}

.site-header.has-image #primary-menu .sub-menu:before {
    display: none;
}

#fh5co-primary-menu .fh5co-sub-menu a {
    letter-spacing: 0;
    padding: 0 15px;
    font-size: 18px;
    line-height: 34px;
    color: #575757 !important;
    text-transform: none;
    background: none;
}

#fh5co-primary-menu .fh5co-sub-menu a:hover {
    color: #19c2f0 !important;
}

#fh5co-work-section,
#fh5co-services-section,
#fh5co-work-section_2,
#fh5co-blog-section,
#fh5co-features,
.fh5co-content-section {
    padding: 7em 0;
}

@media screen and (max-width: 768px) {

    #fh5co-work-section,
    #fh5co-services-section,
    #fh5co-work-section_2,
    #fh5co-blog-section,
    #fh5co-features,
    .fh5co-content-section {
        padding: 4em 0;
    }
}

.fh5co-section-gray {
    background: rgba(0, 0, 0, 0.04);
}

.heading-section {
    padding-bottom: 1em;
    margin-bottom: 5em;
}

.heading-section:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    width: 100px;
    margin-left: -50px;
    height: 2px;
    background: #19c2f0;
}

.heading-section h3 {
    font-size: 40px;
    font-weight: 300;
    position: relative;
}

.heading-section p {
    font-size: 20px;
}

.feature-text h3 {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #000;
}

.feature-text h3 .number {
    margin-right: 5px;
    color: #19c2f0;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    display: inline;
}

.feature-text p {
    font-size: 16px;
}

/* Basic card styling */
.service {
    background: #fff;
    /* Background color */
    padding: 40px 20px 20px 20px;
    /* Padding inside the card */
    margin-bottom: 30px;
    /* Space below each card */
    border-radius: 4px;
    /* Rounded corners */
    transition: box-shadow 0.3s ease;
    /* Smooth transition for shadow effect */
    display: flex;
    flex-direction: column;
    /* Flex column layout */
    align-items: center;
    /* Center align items horizontally */
    text-align: center;
    /* Center align text */
    height: 100%;
    /* Ensure cards take full height of container */
    box-sizing: border-box;
    /* Include padding and border in element's total width and height */
    min-height: 250px;
    /* Set a minimum height for consistency */
}

/* Hover effect */
.service:hover,
.service:focus,
.service:active {
    box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
    /* Shadow effect on hover */
}

/* Icon styling */
.service span {
    margin-bottom: 30px;
    /* Space below the icon */
    display: block;
    width: 100%;
    /* Ensure span takes full width */
}

.service span i {
    font-size: 40px;
    /* Icon size */
    color: #19c2f0 !important;
    /* Icon color */
}

/* Heading styling */
.service h3 {
    font-size: 20px;
    /* Title font size */
    font-weight: 400;
    /* Font weight */
    color: #19c2f0;
    /* Title color */
    margin: 0 0 10px;
    /* Space below the title */
    overflow-wrap: break-word;
    /* Ensure long words break correctly */
}

/* Paragraph styling */
.service p {
    font-size: 16px;
    /* Paragraph font size */
    color: gray;
    /* Paragraph color */
    margin: 0;
    /* Remove default margin */
    overflow-wrap: break-word;
    /* Ensure long words break correctly */
}

/* Ensure consistent card height and layout */
.service {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* Space between elements inside the card */
    min-height: 250px;
    /* Adjust the minimum height as needed */
    box-sizing: border-box;
    /* Ensure padding and border are included in height */
}

.feature-left {
    float: left;
    width: 100%;
    margin-bottom: 40px;
    position: relative;
}

.feature-left .icon {
    float: left;
    text-align: center;
    width: 15%;
}

@media screen and (max-width: 992px) {
    .feature-left .icon {
        width: 10%;
    }
}

@media screen and (max-width: 768px) {
    .feature-left .icon {
        width: 15%;
    }
}

.feature-left .icon i {
    display: table-cell;
    vertical-align: middle;
    font-size: 40px;
    color: #19c2f0;
}

.feature-left .feature-copy {
    float: right;
    width: 80%;
}

@media screen and (max-width: 992px) {
    .feature-left .feature-copy {
        width: 90%;
    }
}

@media screen and (max-width: 768px) {
    .feature-left .feature-copy {
        width: 85%;
    }
}

@media screen and (max-width: 480px) {
    .feature-left .feature-copy {
        width: 80%;
    }
}

.feature-left .feature-copy h3 {
    font-size: 18px;
    color: #1a1a1a;
    margin-bottom: 10px;
}

.feature-left .feature-copy p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 10px;
}

#fh5co-portfolio {
    padding: 7em 0;
    min-height: 500px;
}

@media screen and (max-width: 768px) {
    #fh5co-portfolio {
        padding: 3em 0;
    }
}

#fh5co-portfolio-list {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    float: left;
    padding: 0;
    margin: 0;
    width: 100%;
}

#fh5co-portfolio-list li {
    display: block;
    padding: 0;
    margin: 0 0 10px 1%;
    list-style: none;
    min-height: 400px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    float: left;
    clear: left;
    position: relative;
}

@media screen and (max-width: 480px) {
    #fh5co-portfolio-list li {
        margin-left: 0;
    }
}

#fh5co-portfolio-list li a {
    min-height: 400px;
    padding: 2em;
    position: relative;
    width: 100%;
    display: block;
}

#fh5co-portfolio-list li a:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    z-index: 80;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background: transparent;
}

#fh5co-portfolio-list li a:hover:before {
    background: rgba(0, 0, 0, 0.5);
}

#fh5co-portfolio-list li a .case-studies-summary {
    width: auto;
    bottom: 2em;
    left: 2em;
    right: 2em;
    position: absolute;
    z-index: 100;
}

@media screen and (max-width: 768px) {
    #fh5co-portfolio-list li a .case-studies-summary {
        bottom: 1em;
        left: 1em;
        right: 1em;
    }
}

#fh5co-portfolio-list li a .case-studies-summary span {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
}

#fh5co-portfolio-list li a .case-studies-summary h2 {
    color: #fff;
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    #fh5co-portfolio-list li a .case-studies-summary h2 {
        font-size: 20px;
    }
}

#fh5co-portfolio-list li.two-third {
    width: 65.6%;
}

@media screen and (max-width: 768px) {
    #fh5co-portfolio-list li.two-third {
        width: 49%;
    }
}

@media screen and (max-width: 480px) {
    #fh5co-portfolio-list li.two-third {
        width: 100%;
    }
}

#fh5co-portfolio-list li.one-third {
    width: 32.3%;
}

@media screen and (max-width: 768px) {
    #fh5co-portfolio-list li.one-third {
        width: 49%;
    }
}

@media screen and (max-width: 480px) {
    #fh5co-portfolio-list li.one-third {
        width: 100%;
    }
}

#fh5co-portfolio-list li.one-half {
    width: 49%;
}

@media screen and (max-width: 480px) {
    #fh5co-portfolio-list li.one-half {
        width: 100%;
    }
}

#fh5co-features {
    padding: 7em 0;
}

#fh5co-features .feature-left {
    margin-bottom: 40px;
}

@media screen and (max-width: 992px) {
    #fh5co-features .feature-left {
        margin-bottom: 30px;
    }
}

#fh5co-features .feature-left .icon i {
    color: #d9d9d9 !important;
}

#fh5co-features .feature-left .icon {
    float: left;
    text-align: center;
    width: 15%;
}

@media screen and (max-width: 992px) {
    #fh5co-features .feature-left .icon {
        width: 10%;
    }
}

@media screen and (max-width: 768px) {
    #fh5co-features .feature-left .icon {
        width: 15%;
    }
}

#fh5co-features .feature-left .feature-copy {
    float: right;
    width: 80%;
}

@media screen and (max-width: 992px) {
    #fh5co-features .feature-left .feature-copy {
        width: 90%;
    }
}

@media screen and (max-width: 768px) {
    #fh5co-features .feature-left .feature-copy {
        width: 85%;
    }
}

@media screen and (max-width: 480px) {
    #fh5co-features .feature-left .feature-copy {
        width: 80%;
    }
}

#fh5co-features .feature-left h3 {
    font-size: 16px;
    font-weight: 700;
}

#fh5co-features .feature-left p {
    font-size: 15px;
}

#fh5co-features .feature-left p:last-child {
    margin-bottom: 0;
}



#fh5co-services,
#fh5co-about,
#fh5co-contact {
    padding: 7em 0;
}

@media screen and (max-width: 768px) {

    #fh5co-services,
    #fh5co-about,
    #fh5co-contact {
        padding: 4em 0;
    }
}

#fh5co-services .fh5co-number {
    font-size: 30px;
    color: #19c2f0;
    position: relative;
    padding-top: 10px;
    font-style: italic;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    display: inline;
}

#fh5co-services .fh5co-number:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    top: 0;
    left: 0;
    background: #19c2f0;
}

#fh5co-services .fh5co-icon {
    margin-bottom: 30px;
    margin-top: 50px;
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    display: inline;
}

@media screen and (max-width: 768px) {
    #fh5co-services .fh5co-icon {
        margin-top: 0px;
        float: none;
    }
}

#fh5co-services .fh5co-icon i {
    font-size: 200px;
    color: #37a000;
}

@media screen and (max-width: 768px) {
    #fh5co-services .fh5co-icon i {
        font-size: 100px;
    }
}

#fh5co-contact .contact-info {
    margin: 0;
    padding: 0;
}

#fh5co-contact .contact-info li {
    list-style: none;
    margin: 0 0 20px 0;
    position: relative;
    padding-left: 40px;
}

#fh5co-contact .contact-info li i {
    position: absolute;
    top: .3em;
    left: 0;
    font-size: 22px;
    color: rgba(0, 0, 0, 0.3);
}

#fh5co-contact .contact-info li a {
    font-weight: 400 !important;
    color: rgba(0, 0, 0, 0.3);
}

#fh5co-contact .form-control {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    border: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 18px;
    font-weight: 400;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}

#fh5co-contact .form-control:focus,
#fh5co-contact .form-control:active {
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

#fh5co-contact input[type="text"] {
    height: 50px;
}

#fh5co-contact .form-group {
    margin-bottom: 30px;
}

.fh5co-testimonial,
.fh5co-team {
    position: relative;
    background: #fff;
    padding: 30px;
    border-radius: 5px;
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {

    .fh5co-testimonial,
    .fh5co-team {
        border-right: 0;
        margin-bottom: 80px;
    }
}

.fh5co-testimonial h2,
.fh5co-team h2 {
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 50px;
}

.fh5co-testimonial figure,
.fh5co-team figure {
    position: relative;
    top: 0px;
    background-size: cover;
    margin-bottom: 20px;
}

.fh5co-testimonial figure img,
.fh5co-team figure img {
    width: 130px;
    height: 130px;
    border: 10px solid #fff;
    background-size: cover;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.fh5co-testimonial > div,
.fh5co-team > div {
    padding: 30px 30px 0 30px;
}

.fh5co-testimonial > div h3,
.fh5co-team > div h3 {
    margin-bottom: 0;
    font-size: 20px;
    color: #19c2f0;
}

.fh5co-testimonial > div .position,
.fh5co-team > div .position {
    color: #d9d9d9;
    margin-bottom: 30px;
}

.fh5co-testimonial > div,
.fh5co-testimonial blockquote,
.fh5co-team > div,
.fh5co-team blockquote {
    border: none;
    padding: 0;
    margin-bottom: 20px;
}

.fh5co-testimonial > div p,
.fh5co-testimonial blockquote p,
.fh5co-team > div p,
.fh5co-team blockquote p {
    font-size: 16px;
    line-height: 1.5;
    color: #555555;
}

.fh5co-testimonial span,
.fh5co-team span {
    font-style: italic;
    color: #b3b3b3;
}

.fh5co-testimonial p .text-mute {
    color: #ccc !important;
}

.fh5co-blog {
    margin-bottom: 60px;
}

.fh5co-blog a img {
    width: 100%;
}

@media screen and (max-width: 768px) {
    .fh5co-blog {
        width: 100%;
    }
}

.fh5co-blog .blog-text {
    position: relative;
    background: #fff;
    width: 100%;
    padding: 20px;
    float: right;
    -webkit-box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
    width: auto;
    height: 350px;
}

.fh5co-blog .blog-text span {
    display: inline-block;
    /*margin-bottom: 20px;*/
}

.fh5co-blog .blog-text span.posted_by {
    font-style: italic;
    color: rgba(0, 0, 0, 0.3);
    font-size: 18px;
}

.fh5co-blog .blog-text span.comment {
    float: right;
}

.fh5co-blog .blog-text span.comment a {
    color: rgba(0, 0, 0, 0.3);
}

.fh5co-blog .blog-text span.comment a i {
    color: #19c2f0;
    padding-left: 7px;
}

.fh5co-blog .blog-text h3 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 300;
    line-height: 1.5;
}

.fh5co-blog .blog-text h3 a {
    color: rgba(0, 0, 0, 0.6);
}

#fh5co-start-project-section {
    padding: 7em 0;
    background: #F64E8B;
}

#fh5co-start-project-section h2 {
    color: white;
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 300;
}

@media screen and (max-width: 768px) {
    #fh5co-start-project-section h2 {
        font-size: 30px;
    }
}

#fh5co-start-project-section a:hover,
#fh5co-start-project-section a:focus,
#fh5co-start-project-section a:active {
    color: white !important;
}



.fh5co-social-icons > a {
    padding: 4px 10px;
    color: #19c2f0;
}

.fh5co-social-icons > a i {
    font-size: 26px;
}

.fh5co-social-icons > a:hover,
.fh5co-social-icons > a:focus,
.fh5co-social-icons > a:active {
    text-decoration: none;
    color: #5a5a5a;
}



#footer p {
    color: white;
    font-size: 14px;
}

#footer p a {
    color: rgba(255, 255, 255, 0.5);
}

#footer p a:hover,
#footer p a:active,
#footer p a:focus {
    color: rgba(255, 255, 255, 0.9) !important;
}

#footer .fh5co-footer-link {
    padding-bottom: 30px;
}

#footer .fh5co-footer-link h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 15px;
}

#footer .fh5co-footer-link li,
#footer .fh5co-footer-link ul {
    padding: 0;
    margin: 0;
}

#footer .fh5co-footer-link li {
    list-style: none;
    margin-bottom: 15px;
    line-height: 1.3;
}

#footer .fh5co-footer-link li a {
    color: rgba(255, 255, 255, 0.5);
}

#footer .fh5co-footer-link li a:hover,
#footer .fh5co-footer-link li a:active,
#footer .fh5co-footer-link li a:focus {
    color: #fff !important;
}

.btn {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn {
    text-transform: uppercase;
    letter-spacing: 2px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn.btn-primary {
    background: #19c2f0;
    color: #fff;
    border: none !important;
    border: 2px solid transparent !important;
}

.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary:focus {
    box-shadow: none;
    background: #19c2f0;
    color: #fff !important;
}

.btn:hover,
.btn:active,
.btn:focus {
    background: #393e46 !important;
    color: #fff;
    outline: none !important;
}

.btn.btn-default:hover,
.btn.btn-default:focus,
.btn.btn-default:active {
    border-color: transparent;
}

.js .animate-box {
    opacity: 1;
}

#fh5co-wrapper {
    overflow-x: hidden;
    position: relative;
}

.fh5co-offcanvas {
    overflow: hidden;
}

.fh5co-offcanvas #fh5co-wrapper {
    overflow: hidden !important;
}

#fh5co-page {
    position: relative;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.fh5co-offcanvas #fh5co-page {
    -moz-transform: translateX(-240px);
    -webkit-transform: translateX(-240px);
    -ms-transform: translateX(-240px);
    -o-transform: translateX(-240px);
    transform: translateX(-240px);
}

@media screen and (max-width: 768px) {
    #fh5co-menu-wrap {
        display: none;
    }
}

#offcanvas-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 99;
    background: #222;
    right: -240px;
    width: 240px;
    padding: 20px;
    overflow-y: scroll !important;
    display: none;
}

@media screen and (max-width: 768px) {
    #offcanvas-menu {
        display: block;
    }
}

#offcanvas-menu ul {
    padding: 0;
    margin: 0;
}

#offcanvas-menu ul li {
    padding: 0;
    margin: 0 0 10px 0;
    list-style: none;
}

#offcanvas-menu ul li a {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.4);
}

#offcanvas-menu ul li a:hover {
    color: #19c2f0;
}

#offcanvas-menu ul li > .fh5co-sub-menu {
    margin-top: 9px;
    padding-left: 20px;
}

#offcanvas-menu ul li.active > a {
    color: #19c2f0;
}

#offcanvas-menu ul .fh5co-sub-menu {
    display: block !important;
}

.fh5co-nav-toggle {
    cursor: pointer;
    text-decoration: none;
}

.fh5co-nav-toggle.active i::before,
.fh5co-nav-toggle.active i::after {
    background: #fff;
}

.fh5co-nav-toggle.dark.active i::before,
.fh5co-nav-toggle.dark.active i::after {
    background: #fff;
}

.fh5co-nav-toggle:hover,
.fh5co-nav-toggle:focus,
.fh5co-nav-toggle:active {
    outline: none;
    border-bottom: none !important;
}

.fh5co-nav-toggle i {
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    display: inline;
    width: 30px;
    height: 2px;
    color: #fff;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #fff;
    transition: all .2s ease-out;
}

.fh5co-nav-toggle i::before,
.fh5co-nav-toggle i::after {
    content: '';
    width: 30px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.fh5co-nav-toggle.dark i {
    position: relative;
    color: #000;
    background: #000;
    transition: all .2s ease-out;
}

.fh5co-nav-toggle.dark i::before,
.fh5co-nav-toggle.dark i::after {
    background: #000;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.fh5co-nav-toggle i::before {
    top: -7px;
}

.fh5co-nav-toggle i::after {
    bottom: -7px;
}

.fh5co-nav-toggle:hover i::before {
    top: -10px;
}

.fh5co-nav-toggle:hover i::after {
    bottom: -10px;
}

.fh5co-nav-toggle.active i {
    background: transparent;
}

.fh5co-nav-toggle.active i::before {
    top: 0;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.fh5co-nav-toggle.active i::after {
    bottom: 0;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}

.fh5co-nav-toggle {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 9999;
    display: block;
    margin: 0 auto;
    display: none;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .fh5co-nav-toggle {
        display: block;
        top: 0px;
        margin-top: 2em;
        padding-right: 20px;
    }
}

@media screen and (max-width: 480px) {
    .col-xxs-12 {
        float: none;
        width: 100%;
    }
}

.row-bottom-padded-lg {
    padding-bottom: 7em;
}

@media screen and (max-width: 768px) {
    .row-bottom-padded-lg {
        padding-bottom: 2em;
    }
}

.row-top-padded-lg {
    padding-top: 7em;
}

@media screen and (max-width: 768px) {
    .row-top-padded-lg {
        padding-top: 2em;
    }
}

.row-bottom-padded-md {
    padding-bottom: 4em;
}

@media screen and (max-width: 768px) {
    .row-bottom-padded-md {
        padding-bottom: 2em;
    }
}

.row-top-padded-md {
    padding-top: 4em;
}

@media screen and (max-width: 768px) {
    .row-top-padded-md {
        padding-top: 2em;
    }
}

.row-bottom-padded-sm {
    padding-bottom: 2em;
}

@media screen and (max-width: 768px) {
    .row-bottom-padded-sm {
        padding-bottom: 2em;
    }
}

.row-top-padded-sm {
    padding-top: 2em;
}

@media screen and (max-width: 768px) {
    .row-top-padded-sm {
        padding-top: 2em;
    }
}

.border-bottom {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.lead {
    line-height: 1.8;
}

.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.fh5co-loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/hourglass.svg) center no-repeat #222222;
}

/*# sourceMappingURL=style.css.map */

.home-page .fh5co-hero {
    height: 100vh;
    position: relative;
}

.home-page .fh5co-cover {
    height: 100%;
    background-size: cover;
    background-position: center;
}

/* Navbar default holatda ko'rinmasin */
.home-page .navbar {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    transition: top 0.3s, backdrop-filter 0.3s;
    backdrop-filter: blur(10px);
    /* Blur effektini qo'shish */
}

/* Skroll qilganda Navbar ko'rinsin */
.home-page .navbar.scrolled {
    top: 0;
    backdrop-filter: blur(0);
    /* Skroll qilinganda blurni olib tashlash */
}

/* To'liq ekran bo'lmagan qismi */
.home-page .desc {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    z-index: 10;
}

/* Navbar with transparent background and white text by default */
.home-page #fh5co-header-section {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: transparent;
    transition: background-color 0.3s ease, color 0.3s ease;
    backdrop-filter: blur(10px);
    /* Blur effektini qo'shish */
}

/* Navbar links default color - white */
.home-page #fh5co-primary-menu > li > a {
    color: white;
    /* Default link color - white */
}

/* Navbar background changes to white when scrolled past the hero section */
.home-page #fh5co-header-section.scrolled {
    background-color: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    /* Optional: Adds a subtle shadow for effect */
    backdrop-filter: blur(0);
    /* Skroll qilinganda blurni olib tashlash */
}

/* Navbar links color changes to black when scrolled */
.home-page #fh5co-header-section.scrolled #fh5co-primary-menu > li > a {
    color: gray;
    /* Change link color to gray when scrolled */
}

/* Navbar logo remains unchanged when scrolled */
.home-page #fh5co-header-section.scrolled .logo {
    filter: none;
    /* Keeps the original logo color */
}



/* services responsive card  */
/* Basic styles */
.service {
    margin-bottom: 20px;
    /* Add margin to separate services */
    padding: 20px;
    /* Padding inside the service boxes */
}

.service i {
    font-size: 24px;
    /* Icon size */
}

/* Responsive styles for tablets and small desktops */
@media (max-width: 1024px) {
    .service {
        padding: 15px;
        /* Adjust padding */
    }

    .service i {
        font-size: 22px;
        /* Adjust icon size */
    }
}

/* Additional responsive styles for smaller screens */
@media (max-width: 768px) {
    .service {
        padding: 10px;
        /* Further reduce padding */
    }

    .service i {
        font-size: 20px;
        /* Further reduce icon size */
    }
}

@media (max-width: 576px) {
    .service {
        padding: 10px;
        /* Maintain padding for phones */
    }

    .service i {
        font-size: 18px;
        /* Maintain icon size for phones */
    }

}

/* Specific container style */
/* Container for the cards */
.specific-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 columns layout */
    gap: 30px; /* Spacing between cards */
}

/* Card style */
.specific-container .card {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 15px;
    transition: transform 0.3s ease; /* Hover effect */
}

.specific-container .card:hover {
    transform: translateY(-5px); /* Slight lift on hover */
}

/* Image style */
.specific-container img {
    border-radius: 8px;
    object-fit: cover;
    width: 120px; /* Smaller image size */
    height: 120px;
    margin-right: 50px; /* Space between image and text */
}

/* Text section */
.specific-container .text {
    flex: 1;
    text-align: left; /* Align text to the left */
}

.specific-container h2 {
    font-size: 20px;
    margin: 0 0 8px 0;
}

.specific-container p {
    font-size: 14px;
    color: #666666;
    margin: 0;
}

/* Responsive design for tablets */
@media (max-width: 1024px) {
    .specific-container {
        grid-template-columns: 1fr; /* 1 column layout on tablets */
    }

    .specific-container img {
        width: 100px; /* Adjust image size for tablets */
        height: 100px;
    }
}

/* Responsive design for phones */
@media (max-width: 768px) {
    .specific-container {
        grid-template-columns: 1fr; /* 1 column layout on phones */
    }

    .specific-container .card {
        flex-direction: column;
        align-items: center; /* Center content vertically */
    }

    .specific-container img {
        width: 120px; /* Larger image size for phones */
        height: 120px;
        margin-bottom: 15px; /* Space below image */
        margin-right: 0; /* Remove right margin on phones */
    }

    .specific-container .text {
        text-align: center; /* Center text on phones */
    }

    h2 {
        font-size: 18px;
    }

    p {
        font-size: 12px;
    }
}

/* contact map style */
/* Default styles for desktop */
.map-container {
    width: 100%;
    height: 500px;
}

.map-iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

/* Styles for tablets */
@media (max-width: 768px) {
    .map-container {
        height: 70vh;
    }
}

/* Styles for phones */
@media (max-width: 480px) {
    .map-container {
        height: 50vh;
    }
}

/*our vision style */
.our-vision-section {
    background-color: #ffffff;
    padding: 60px 15px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.section-title {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 40px;
    color: #5a5a5a;
    position: relative;
}

.section-title::after {
    content: "";
    width: 80px;
    height: 4px;
    background-color: #3498db;
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
}

.vision-content {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin: 0 -15px;
}

.vision-box {
    background-color: #f1f1f1;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
    margin: 0 15px;
}

.vision-box:hover {
    transform: translateY(-10px);
}

.vision-box h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #5a5a5a;
}

.vision-box p {
    font-size: 18px;
    line-height: 1.8;
    color: #848484;
    margin: 0;
}

@media (min-width: 768px) {
    .vision-content {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0;
    }

    .vision-box {
        flex: 1;
        max-width: calc(33.333% - 30px);
        margin: 0 15px;
    }

    .vision-box h2 {
        font-size: 22px;
    }

    .vision-box p {
        font-size: 16px;
    }
}

/*our project */
.card-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 20px;
}

.card-item {
    display: flex;
    flex-direction: row;
    align-items: center; /* Align items vertically center */
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-color: #fff;
    padding: 10px;
}

.card-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.card-image {
    width: 100px; /* Fixed width */
    height: 100px; /* Fixed height */
    object-fit: cover;
    margin-right: 15px; /* Space between image and text */
}

.card-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1; /* Allows content to take up remaining space */
}

.card-content h2 {
    margin: 0 0 10px 0;
    font-size: 20px; /* Slightly smaller font size */
    color: #5a5a5a;
}

.card-content p {
    margin: 0;
    color: #666;
    line-height: 1.4; /* Adjusted line-height for better readability */
}

/* Responsive Styles */
@media (max-width: 768px) {
    .card-grid {
        grid-template-columns: 1fr;
    }

    .card-item {
        flex-direction: column;
        align-items: center; /* Center align items */
        text-align: center; /* Center text */
    }

    .card-image {
        width: 100px; /* Maintain fixed size on small screens */
        height: 100px;
        margin: 0 0 15px 0; /* Space between image and text */
    }

    .card-content {
        width: 100%;
    }
}


/*servide img animation */


.card-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.card {
    position: relative;
    width: calc(33.333% - 20px); /* 3 cards per row */
    height: 500px;
    border-radius: 15px;
    overflow: hidden;
    filter: drop-shadow(10px 10px 20px rgba(0, 0, 0, 0.25));
    background-repeat: no-repeat;
    background-size: cover;
    transition: transform 0.3s ease;
}

.card:nth-last-child(1),
.card:nth-last-child(2) {
    width: calc(50% - 205px); /* 2 cards on the last row */
}

.card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.408) 62.83%, rgba(0, 0, 0, 0.8) 99.99%);
    background-blend-mode: darken, normal;
    z-index: 1;
}

.content {
    color: white;
    position: absolute;
    top: 435px;
    left: 4.77%;
    right: 4.77%;
    z-index: 2;
    transition: top 450ms ease-out;
}

.content h1 {
    color: #FFFFFF;
    font-size: 20px;
}

.content p {
    color: #FFFFFF;
    margin-bottom: .7rem;
    opacity: 0; /* Hide the paragraph by default */
    transition: opacity 200ms ease; /* Smooth transition */
}

.card:hover .content p {
    opacity: 1; /* Show the paragraph on hover */
}

.card:hover .content {
    top: 260px;
}

.btn {
    border: none;
    padding: .7em 1.8em;
    border-radius: 5px;
    font-weight: 600;
    cursor: pointer;
    font-size: .8rem;
}

.btn-card {
    background: #D0EEB0;
    transition: background 200ms ease;
}

.btn-card:hover {
    background: #bfed8e;
}

/* Responsive Design */
@media (max-width: 992px) {
    .card {
        width: calc(50% - 20px); /* 2 cards per row on tablet */
    }

    .card:nth-last-child(1),
    .card:nth-last-child(2) {
        width: calc(50% - 20px);/* 1 card per row on last row */
    }
}

@media (max-width: 768px) {
    .card:nth-last-child(2) {
        width: calc(100%); /* 2 cards on the last row */
    }
    .card:nth-last-child(1) {
        width: calc(100%); /* 2 cards on the last row */
    }
    .card {
        width: 100%; /* 1 card per row on phone */
        height: 400px;
    }

    .content {
        top: 350px;
    }

    .content h1 {
        font-size: 2rem;
    }

    .card:hover .content {
        top: 200px;
    }
}






/* Footer uslublari */
#footer {
    background-color: #19c2f0;
    color: #fff;
    padding: 30px 0;
}

#footer .fh5co-social-icons a {
    color: #fff;
    margin: 0 10px;
    font-size: 20px;
    text-decoration: none;
}

#footer p {
    margin: 10px 0 0;
}

/*our mission */
.our-mission-section {
    background-color: #ffffff; /* Background rangini oq qilib belgilash */
    padding: 50px 20px;
}

.our-mission-section .section-title {
    font-size: 32px;
    text-align: center;
    color: #333;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-weight: bold;
    color: #5a5a5a;
}

.mission-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 20px;
}

.mission-box {
    background-color: #f9f9f9;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    width: calc(50% - 20px);
    padding: 20px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.mission-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.mission-box h3 {
    font-size: 24px;
    color: #5a5a5a;
    margin-bottom: 15px;
    font-weight: bold;
}

.mission-box p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
}

@media (max-width: 768px) { /* Tablet va kichikroq ekranlar uchun */
    .mission-box {
        width: 100%;
    }

    .our-mission-section {
        padding: 30px 10px;
    }

    .our-mission-section .section-title {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .mission-box h3 {
        font-size: 22px;
    }

    .mission-box p {
        font-size: 14px;
    }
}

@media (max-width: 480px) { /* Mobil telefonlar uchun */
    .our-mission-section .section-title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .mission-box h3 {
        font-size: 20px;
    }

    .mission-box p {
        font-size: 14px;
    }
}


/* Home card slider */
/* Import Google font - Poppins */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');

.wrapper {
    max-width: 1100px;
    width: 100%;
    position: relative;
    overflow: hidden; /* Prevent horizontal scrollbar from appearing */
}

.wrapper .carousel {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% / 3) - 12px);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 16px;
    border-radius: 8px;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.carousel::-webkit-scrollbar {
    display: none;
}

.carousel.no-transition {
    scroll-behavior: auto;
}

.carousel.dragging {
    scroll-snap-type: none;
    scroll-behavior: auto;
}

.carousel.dragging .carousel-item {
    cursor: grab;
    user-select: none;

}

.carousel :where(.carousel-item, .carousel-img) {
    display: flex;
    justify-content: flex-start; /* Align items to the left */
    align-items: center;
}

.carousel .carousel-item {
    scroll-snap-align: start;
    list-style: none;
    background: #fff;
    cursor: pointer;
    padding-bottom: 15px;
    flex-direction: column;
    border-radius: 8px;
    border: 1px solid #e6e7f6; /* Add border to carousel items */
    display: flex; /* Ensure items are displayed as flex */
    align-items: flex-start; /* Align items to the start (left) */
    padding: 15px; /* Add padding around the content */
}

.carousel .carousel-item .carousel-img {
    margin-top: 30px;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    display: flex;
    justify-content: center; /* Center images horizontally */
    align-items: center;
}

.carousel .carousel-img img {
    width: 30px;
    height: auto;
    object-fit: cover;
}


.carousel .carousel-item h2 {
    color: #5a5a5a;
    font-weight: 500;
    font-size: 24px;
    margin: 30px 0 5px;
    text-align: left; /* Align text to the left */
}

.carousel .carousel-item p {
    color: #6A6D78;
    font-size: 15px;
    text-align: left; /* Align text to the left */
}

@media screen and (max-width: 900px) {
    .wrapper .carousel {
        grid-auto-columns: calc((100% / 2) - 9px);
    }
    .wrapper i {
        display: none; /* Hide arrows on screens smaller than 900px */
    }
}

@media screen and (max-width: 600px) {
    .wrapper .carousel {
        grid-auto-columns: 100%; /* Cards will take up the full width on small screens */
    }
}

.carousel-img.color-1 {
    background: #fca83b; /* Example color */
}

.carousel-img.color-2 {
    background: #fca83b; /* Example color */
}

.carousel-img.color-3 {
    background: #fca83b; /* Example color */
}

.carousel-img.color-4 {
    background: #6bdc44; /* Example color */
}

.carousel-img.color-5 {
    background: #44ccdc; /* Example color */
}

.carousel-img.color-6 {
    background: #33F0FF; /* Example color */
}

.carousel-img.color-7 {
    background: #dc44dc; /* Example color */
}

/* Carousel image styling */
.carousel-img {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.2s ease; /* Add transition for smooth effect */
}

/* Keyframes for bounce animation */
@keyframes bounce {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px); /* Move image up by 20px */
    }
    70% {
        transform: translateY(0); /* Return to original position */
    }
    90% {
        transform: translateY(-10px); /* Slightly bounce up */
    }
    100% {
        transform: translateY(0); /* Return to original position */
    }
}

/* Hover effect */
.carousel-img:hover {
    animation: bounce 0.6s ease; /* Apply bounce animation */
}
/*home Your Vision, Our Expertise – Let’s Create Magic Together!*/
/* Base styles for larger screens */


.stats-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    background-color: white;
}

.stat-item {
    text-align: center;
    position: relative; /* Ensure positioning for borders */
    transition: transform 0.3s ease-in-out; /* Smooth transition for hover effect */
}

.stat-item h2 {
    padding-top: 50px; /* Adjusted padding for larger screens */
    font-size: 36px;
    font-weight: bold;
    color: #0056d2;
}

.stat-item p {
    font-size: 18px;
    color: #6c757d;
}

.stat-item:not(:nth-child(3n)):after { /* Add right border except for every 3rd item */
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: #0056d2;
    opacity: 0.5; /* Adjust this for the desired effect */
}

.stat-item:nth-child(n + 4):before { /* Add top border for items in the second row */
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #0056d2;
    opacity: 0.5; /* Adjust this for the desired effect */
}

/* Styles for tablets and smaller screens */
@media (max-width: 768px) {
    .stats-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        gap: 20px;
    }

    .stat-item {
        flex: 1 1 45%; /* Adjust width for tablets */
        padding: 20px;
        margin-bottom: 20px;
        border: 1px solid transparent;
        position: relative;
    }



    .stat-item h2 {
        font-size: 28px; /* Smaller font size for tablets */
        padding-top: 10px; /* Reduced padding for tablets */
    }

    .stat-item p {
        font-size: 16px; /* Smaller font size for tablets */
    }
}

/* Styles for phones */
@media (max-width: 480px) {
    .stats-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center; /* Center items on phones */
        align-items: center;
        gap: 15px; /* Adjust gap for phones */
    }

    .stat-item {
        flex: 1 1 100%; /* Full width for phones */
        padding: 15px;
        margin-bottom: 15px;
        border: 1px solid #0056d2; /* Border color for phones */
        border-radius: 10px; /* Rounded corners for phones */
        position: relative;
    }

    .stat-item:after { /* Remove right border on phones */
        content: none;
    }

    .stat-item:before { /* Remove top border on phones */
        content: none;
    }

    .stat-item h2 {
        font-size: 24px; /* Smaller font size for phones */
        padding-top: 5px; /* Reduced padding for phones */
    }

    .stat-item p {
        font-size: 14px; /* Smaller font size for phones */
    }

    .stat-item:hover { /* Hover effect for phones */
        transform: translateY(-5px); /* Lift the card up */
    }
}



/*blog style border radius */
.fh5co-blog {
    border-radius: 25px; /* Radiusni mos ravishda o'zgartiring */
    overflow: hidden; /* Burchaklar ichidagi elementlar kesilmasligi uchun */
}






/*blog add style */

.row {
    flex-wrap: wrap;
    gap: 20px; /* Adjust the gap between cards as needed */
}
.col-lg-4, .col-md-6, .col-sm-12 {

    flex: 1 1 calc(33.333% - 20px); /* Adjust for 3 columns layout */
    box-sizing: border-box;

}

.fh5co-blog {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}
.fh5co-blog:hover {
    transform: scale(1.05);
}
.img-responsive {
    width: 100%;
    height: auto;
}
.blog-text {
    padding: 10px;
}
.prod-title h3 a{
    margin: 0;
    font-size: 18px;
}
.prod-title .posted_by {
    color: #888;
    font-size: 0.875rem;
}
.prod-title p {
    font-size: 15px;
    line-height: 1.5;
    color: #333;
}
@media (max-width: 991px) {
    .col-lg-4 {
        flex: 1 1 calc(50% - 20px); /* Adjust for 2 columns layout on medium screens */
    }

}
@media (max-width: 767px) {
    .col-lg-4, .col-md-6, .col-sm-12 {
        flex: 1 1 100%; /* Adjust for 1 column layout on small screens */
    }
}


/*button size */
.custom-button {
    font-size: 10px; /* Yozuv kattaligini oshiring */
    padding: 10px 30px; /* Tugma ichidagi bo'shliqni oshiring */
}

/*clinic table icon style */
.fa {
    color: #19c2f0; /* Red color */
}
td {
    color: #19c2f0; /* Red color */
    font-weight: bold;
}


/* Back to Top Button styles */
#backToTopBtn {
    width: 50px;
    height: 50px;
    display: none; /* Tugma avval ko'rinmaydi */
    position: fixed;
    bottom: 120px;
    right: 80px;
    z-index: 100; /* Tugmani boshqa elementlardan yuqoriga qo'yadi */
    font-size: 30px;
    border: none;
    outline: none;
    background-color: #333; /* Tugma foni */
    color: white;
    cursor: pointer;
    border-radius: 50%; /* Doira shakli */
    background-color: #19c2f0;
}

.arrow-down::before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #8C8C8C; /* Change color to match the image */
    margin-left: 3px;
    vertical-align: middle;
}

#backToTopBtn:hover {
    background-color: #555; /* Tugma hover effekti */
}

/* Responsiv dizayn: Telefonlar uchun kichikroq tugma */
@media (max-width: 768px) {
    #backToTopBtn {
        width: 50px;
        height: 50px;
        font-size: 24px;
        bottom: 80px;
        right: 40px;
    }
}

@media (max-width: 480px) {
    #backToTopBtn {
        width: 35px;
        height: 35px;
        font-size: 20px;
        bottom: 60px;
        right: 30px;
    }
}



/*phone navbar */

@media only screen and (max-width: 767px) {
    .porfolio-screen img {
        display: none;
    }
}

