html * {max-height:1000000px;}

::-webkit-input-placeholder {color:#5b5b5b;}
::-moz-placeholder          {color:#5b5b5b;}/* Firefox 19+ */
:-moz-placeholder           {color:#5b5b5b;}/* Firefox 18- */
:-ms-input-placeholder      {color:#5b5b5b;}

html {height: 100%; max-height: 100000000px !important;}
body {
        font-family: 'PT Sans';
        font-size: 19px; /* Increased by 3px */
        font-weight: normal;
        background: #ffffff;
        margin: 0px;
        padding: 0px;
        color: #151515;
        height: 100%;
        line-height: 25px;
}
textarea, input, button {
        font-family: 'PT Sans';
        font-size: 16px;
}
textarea, input[type=text], input[type=tel], input[type=password], input[type=number]  {
        padding: 0px 8px;
        border: 1px solid #0e5694 ;
        box-sizing: border-box; 
}
input[type=text], input[type=tel], input[type=password], input[type=number]  {
        line-height: 34px;
        height: 34px;
}
textarea {padding: 8px;}
select {
        border: 0px;
        padding: 0px 8px;
        margin: 0px;
        height: 34px;
        line-height: 34px;
        width: 250px;
}
button, .likebtn {
        display: inline-block;
        line-height: 45px;
        height: 80px;
        padding: 0px 20px;
        cursor: pointer;
        text-decoration: none !important;
        border: 0px !important;
        box-sizing: border-box;
        background: #2d63a5;
        color: #FFFFFF !important;
        font-weight: 700;
        vertical-align: middle;
        text-transform: uppercase;
        align-self: center;
}
button img, .likebtn img {vertical-align: middle; margin-bottom: 3px;}
button:disabled, .likebtn:disabled {
    background: #e0e0e0; /* Lighter gray background */
    color: #a0a0a0; /* Lighter text color */
    cursor: not-allowed; /* Change cursor to not-allowed */
    opacity: 0.6; /* Make the button appear more faded */
}
.clear {
        clear: both;
}
h1, .h1 {
        font-family: 'PT Sans';
        font-size: 36px; /* Increased by 3px */
        padding-top: 0px;
        margin-top: 67px;
        margin-bottom: 15px;
        font-weight: normal;
        color:  #000;
        line-height: 40px;
        text-align: center;
}
h2, .h2 {
        font-family: 'PT Sans';
        font-size: 25px; /* Increased by 3px */
        padding-top: 0px;
        margin-top: 25px;
        font-weight: normal;
        color:  #000;
        text-align: center;
}
h3, .h3 {
        font-family: 'PT Sans';
        font-size: 25px; /* Increased by 3px */
        padding-top: 0px;
        margin-top: 25px;
        font-weight: normal;
        color:  #000;

}
h4, .h4 {
        font-family: 'PT Sans';
        font-size: 21px; /* Increased by 3px */
        padding-top: 0px;
        margin-top: 25px;
        font-weight: bold;
        color:  #000;
}
p {
        margin: 15px 0px;
        padding: 0px;
        font-size: 19px; /* Increased by 3px */
}

span {
        color: #2f518d;
        font-size: 18px; /* Increased by 3px */
}

/* MessageBox */
.messageBox {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        
        background: #0e5694; /* old browsers */
        
        opacity: 0.9;
        
        position: fixed;
        right: 10px;
        top: 10px;
        
        border: 1px solid #0e5694;
        width: 280px;
        padding: 15px;
        
        text-align: center;
        
        color: white;
        z-index: 1001;
        
        box-shadow: 0px 0px 8px #ffffff,  0px 0px 8px #ffffff,  0px 0px 8px #ffffff;
}
.mb_error {
        background: #e11111 !important;
}
.mb_success {
        color: green;
}
.mb_notice {
        color: #DD5502;
}
.mb_normal {
        color: white;
}
/* MessageBox */

.redborder {border: 1px solid #cccccc;}
.red {color: #ff0000;}
.upper {text-transform: uppercase !important;}
.center {text-align: center !important;}
.bold {font-weight: 700;}
strong {font-weight: normal;}
.orange {color: #ff0101;}
.blue {color: #1999ea;}
.fancybox {border-bottom: 0px !important;}
.bigger {font-size: 22px;}
.more_bigger {font-size: 26px;}
.more_more_bigger {font-size: 30px;}
.more_more_more_bigger {font-size: 40px;}
.very_bigger {font-size: 60px;}
em, i {font-style: italic;}
.red_btn {background: #e92229 !important; border-color: #e92229 !important; color: #FFF !important;}
.blue_btn {background: #2280c9 !important; border-color: #2280c9 !important; color: #FFF !important;}
.white_border_btn {background: none !important; border-color: #FFF !important; color: #FFF !important;}
.border {border: 1px solid #d5b1f9; border-radius: 10px;}
.bgwhite {background: #FFF;}
.whiteshadow {text-shadow: 0px 0px 4px #FFF, 0px 0px 4px #FFF, 0px 0px 4px #FFF;}


/* #all {width: 100%; min-height: 100%; background: #fff; position: relative; padding-bottom: 2px; box-sizing: border-box; background: url('pattern22.gif'); overflow-x: hidden;} */

.header {
    border-bottom: solid 1px;
}

.main {
        width: 1240px;
}
.header .main {
        margin: 0px auto; 
        box-sizing: border-box;
        display: flex;
        align-items: center;
        padding: 0px 10px 0 10px;
        height: 120px;
        justify-content: space-between;
}

 .logo {
        width: 100%;
}

.main .logo_2 {
        display: none;
}

.main_logo {
        display: flex;
        align-items: center;
}

.header .main p {
        margin-left: 16px;
}

.contacts {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.contacts a {
        display: flex;
        align-items: center;
        color: #151515;
        font-weight: 700;
        font-size: 20px;
}

.contacts img {
        margin-left: 18px;
        margin-right: 15px;
}

.contacts span {
        color: #123;
}

.bnr {
        background: url(../images/top31.jpg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        height: 660px;
        border-bottom: solid 1px;
        display: flex;
        justify-content: center; 
}


.bnr .text {
        font-size: 31px;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-evenly;
        align-items: center;
        flex-wrap: wrap;
        width: 100%;
        padding: 15px 20px;
        gap: 20px;
}

.bnr .text p {
        color: #ffffff;
}
.bnr .text span {
        color: #ffffff;
}
.content .main {display: flex; font-size: 16px; line-height: 30px; padding: 0 10px;}
.content .main .left_col {max-width: 208px; margin-right: 25px; border-right: 2px solid #EEEEEE; padding-top: 50px; padding-right: 25px; box-sizing: border-box;}
.content .main .left_col a {border-bottom: 1px solid #0e5694; display: inline-block; width: 100%; color: #777777; line-height: 20px; padding: 10px 0px; text-align: left;}
.content .main .left_col a:hover {color: #000000;}
.content .main h1, .content .h1 {margin-top: 50px;}


.text-left {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-self: end;
}

.text-left span {
        background: #f4891a;
        padding: 15px;
        border-radius: 10px;
        color: #fff;
}

.text-left button {
        align-self: center;
}

.text-left .btn {
        background: #f4891a;
}

.text-right {
        max-width: 550px;
        background: #00000048;
        padding: 10px;
        border-radius: 15px;
        align-self: start;
}

section .main {
        margin: 0px auto; 
        box-sizing: border-box;
        position: relative;
        font-size: 29px;
        line-height: 40px; 
        display: flex;
        justify-content: center;
}

section .main .text {
        padding-top: 75px;
        font-weight: 400;
        /*text-shadow: 0px 0px 4px #fff;*/
}

.main .text > p:nth-child(1) {
        font-weight: 700;
}


.question {
        height: 250px;;
        width: 100%;
        background: rgba(76, 76, 76, 0.7);
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px 27px 0 27px;
        box-sizing: border-box;
}

.question p {
        color: #fff;
        line-height: 25px;
        margin: 10px 0px;
        font-size: 38px; /* Increased by 3px */
}

.question input {
        width: 100%;
        height: 45px;
        font-size: 17px; /* Increased by 3px */
        border: solid 1px #194ab1;
}

textarea {
        width: 100%;
        height: 73px;
        font-size: 17px; /* Increased by 3px */
        margin: 7px 0px;
        border: solid 1px #194ab1;
}

.question .btn {
        width: auto; /* Adjust width */
        margin: 7px 5px; /* Adjust margin */
        background:  #f4a30a;
        display: flex;
        justify-content: center;
        font-weight: 700;
        height: 45px;
}

.form-step {
        display: none;
        width: 100%; /* Ensure full width */
}

.form-step-active {
        display: flex;
        height: 100%;
        flex-direction: column;
        justify-content: space-between;
    }

.form-step .btn-container {
        display: flex;
        justify-content: space-between; /* Align buttons on the same line */
        width: 100%;
}

.progress-bar {
        width: 100%;
        background-color: #f3f3f3;
        overflow: hidden;
}

.progress-bar-fill {
        height: 10px;
        background-color: #2d63a5;
        width: 0;
        transition: width 0.3s;
}

.error {
        border: 1px solid red;
}

.error-message {
        color: red;
        font-size: 12px;
        margin-top: 5px;
        display: none;
}

.modal-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 20px;
        padding: 10px;
        padding-top: 25px;
}

.modal-header .question-counter {
        font-size: 16px;
        font-weight: bold;
        order: 2; /* Move to the right */
}

.modal-header .progress-bar {
        flex-grow: 1;
        margin: 0 20px; /* Add margin to separate from text and counter */
}

.modal-header .save-text {
        font-size: 16px;
        font-weight: bold;
        order: 1; /* Move to the left */
}

.modal {
    display: none;
    position: fixed; /* Ensure the modal is fixed to the screen */
    z-index: 1000;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); /* Center the modal */
    width: 100%;
    height: 100%;
    overflow: hidden; /* Disable scrolling */
    background-color: rgba(0,0,0,0.4);
    display: flex;
    justify-content: center;
    align-items: center; /* Center vertically */
}

.modal.show {
    display: flex; /* Show the modal */
}

.modal-content {
        background-color: #fefefe;
        border: 1px solid #888;
        width: 90%; /* Increase width */
        max-width: 900px; /* Increase max-width */
        max-height: 90%; /* Ensure it doesn't exceed the screen height */
        box-shadow: 0 5px 15px rgba(0,0,0,0.3);
        position: relative; /* Ensure close button is positioned correctly */
        overflow-y: auto; /* Enable scrolling within the modal if content overflows */
}

.close {
        color: #aaa;
        position: absolute; /* Change to absolute to position it relative to the modal content */
        top: 1px; /* Adjust position */
        right: 1px; /* Adjust position */
        font-size: 36px; /* Adjust font size */
        font-weight: bold;
        z-index: 1001; /* Ensure it is above other elements */
        cursor: pointer; /* Change cursor to pointer */
}

.close:hover,
.close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
}

@media screen and (max-width: 576px) {
        .modal-content {
                width: 95%; /* Adjust width for smaller screens */
                padding: 10px; /* Adjust padding for smaller screens */
        }

        .close {
                font-size: 36px; /* Adjust font size for smaller screens */
        }

        .text-left {
                display: flex;
                flex-direction: column-reverse; /* Reverse the order of children */
                align-items: center;
        }
        .text-left .timer {
                margin-bottom: 20px; /* Add margin to separate timer from text */
        }
        .text-left span {
                text-align: center; /* Center align the text */
        }
}

.company .main {
        display: flex;
        justify-content: center;
        flex-direction: column;
        font-size: 20px;
        line-height: 25px;
}

.company-text {
        text-align: center;
        align-self: center;
}

.cmp {
        display: flex;
        flex-wrap: wrap;
        max-width: 1200px;
        align-items: center;
        justify-content: center;
        flex-direction: row;
        margin: 0 auto;
        padding-top: 50px;
        font-size:16px;
}

.cmp span {
        font-weight: 700;
}

.cmp_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-self: center;
    text-align: center;
    width: 275px;
    height: 150px; /* Set a fixed height */
    margin: 0;
    box-sizing: border-box;
    padding: 10px;
    font-weight: 700;
    
}

.cmp_box:nth-child(1) {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.cmp_box:nth-child(2) {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.cmp_box:nth-child(3) {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.cmp_box:nth-child(4) {
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.cmp_box:nth-child(5) {
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
}

.cmp_box:nth-child(6) {
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
}

.cmp_box:nth-child(7) {
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
}

.cmp_box:nth-child(8) {
        border-left: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
}
.cmp_box:nth-child(9) {
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
}

.cmp_box:nth-child(10) {
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
}

.cmp_box:nth-child(11) {
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
}

.cmp_box:nth-child(12) {
        border-left: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
}
.cmp_box:nth-child(13) {
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
}

.cmp_box:nth-child(14) {
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
}

.cmp_box:nth-child(15) {
        border-left: 1px solid #ccc;
}

.video {
        display: flex;
        justify-content: center;
        margin: 80px 0px 0px;
}

.tape {
        width: 100%;
        height: 410px;
        margin: 0px 10px 10px 0px;
}

.tape:nth-child(2) {
        margin-right: 0px;
}

.contacts .tape {
        width: 640px;
}


.foto {
        display: flex;
        justify-content: center; 
}

.foto img {
        margin-right: 10px;
}

.foto img:nth-child(2) {
        margin-right: 0px;
}



.services .main {
        justify-content: center;
        flex-direction: column;
        font-size: 20px;
        border-bottom: solid #3498db 1px;
}
.services .main h1 {
        margin-bottom: 56px;
}

.services .main span {
         color: #ff0101;
}

.serv_vertical {
        display: flex;
        justify-content: space-between;
}

.serv_vertical a {
        display: flex;
        align-items: center;
        width: 100%;
        height: 117px;
        padding-left: 30px;
        border-top: solid #184a89 1px;
        border-right: solid #184a89 1px;
        font-size:18px;
}

.serv_vertical a:nth-child(3n) {
         border-right: none;
}


.serv_vertical a img {
       color: rgb(24, 74, 137);
}


.serv_vertical p {
        margin-left: 15px;
        color: #123;
        line-height: 25px;
}

.delivery .main {
        display: flex;
        justify-content: center;
        flex-direction: column;
        font-size: 20px;
        line-height: 25px;
}

.dlv {
        display: flex;
        justify-content: space-between;
        margin-top: 50px;
        margin-bottom: 50px;
       
}

.dlv_box {
        display: flex;
        flex-direction: column;
        border-right: solid 1px;
        width: 100%;
        align-items: center;
        justify-content: center;
        text-align: center;
        color: #000000 !important;
        padding: 5px 0px;
        cursor: pointer;
}
.dlv_box:hover {
        background: #184a89; color: #FFFFFF !important;
}
.dlv_box:hover img {
       filter: contrast(50%) brightness(400%)
}
.dlv_box:nth-child(6n) {
        border-right: none;
}

.dlv_box img {
        margin-bottom: 20px;
}

.dlv_box span {
        color: #ff0101;
        font-weight: 700;
        
}

.package .main {
        display: flex;
        justify-content: center;
        flex-direction: column;
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 160px;
}

.package h2 {
        margin-top: 55px;
}

.pack {
        display: flex;
        justify-content: space-between;
       margin-top: 42px;
}


.pack_box {
        display: flex;
        flex-direction: column;
         border-right: solid 1px;
         width: 100%;
         align-items: center;
         justify-content: center;
         font-size: 22px;
         text-align: center;
         line-height: 35px;
}

.pack_box:nth-child(5n) {
        border-right: none;
}

.pack a {color: #000;}
.pack a:hover {
        color: #fff;
        background: #3498db;
}

.we {
        background: url(main_2.jpg);
        background-repeat: no-repeat;
        background-position: center;
        height: 650px;
        width: auto;
}

.we .main {
        display: flex;
        align-items: center;
        flex-direction: column;
        font-size: 18px;
        margin-bottom: 160px;
}
.we .main h1 {
        margin-top: 110px;
        margin-bottom: 90px;
}

.tag {
        display: flex;
}

.tag .what {
        display: flex;
        align-items: center;
        line-height: 20px;
        margin-bottom: 45px;
        margin-right: 30px;
        width: 380px;
}

.tag .what span {
        margin-left: 20px;
        color: #123;
        font-weight: 700;
}

.review .main {
        display: flex;
        justify-content: center;
        flex-direction: column;
        font-size: 18px;
        margin-bottom: 160px;
}

.review h1 {
        margin-top: 175px;
        margin-bottom: 75px;
}

.contacts .main {
        display: flex;
        justify-content: center;
        flex-direction: column;
        font-size: 18px;
        margin-bottom: 60px;
}

.ofismap {width: 610px; height: 360px; margin: 0px 22px;}

.address_box {
        display: flex;
        justify-content: center;
}

.address {
        display: flex;
        flex-direction: column;
        align-items: center;
}

.address p {
        margin: 0px;
        font-size: 16px;
}

.price {
        box-sizing: border-box;
        padding: 0 10px;
}

.price .main {
        display: flex;
        justify-content: center;
        flex-direction: column;
        font-size: 18px;
        margin-bottom: 160px;
        border: solid #409edd 1px;
        width: 800px;
        height: 330px;
        box-sizing: border-box;
        margin-bottom: 130px;
        align-items: center;
}

.price .cons {    
        display: flex;
        flex-direction: column;
        align-items: center;
}

.price .prc {
        display: flex;
}

.price .contact {
        display: flex;
        flex-direction: column;
}

.prc input {
        border: none;
        margin: 0px 20px 20px 0px;
        width: 360px;
        height: 45px;
        padding-left: 50px;
        box-sizing: border-box;
}

.prc input[name='name'] {
        background: url(../images/user.png) #efefef;
        background-repeat: no-repeat;
        background-position: 8px 6px;
}

.prc input[name='phone'] {
        background: url(../images/tel.png) #efefef;
        background-repeat: no-repeat;
        background-position: 8px 6px;
}

.prc input[name='email'] {
        background: url(../images/e_mail.png) #efefef;
        background-repeat: no-repeat;
        background-position: 8px 6px;

}


.price button {
        width: 356px;
}

.prc textarea {
        height: 174px;
        background: #efefef;
        border: none;
        margin: 0px;
        width: 360px;
}

.helper-text {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5);
    margin-left: 20px;
}

footer {
        display: flex;
        justify-content: center;
        border-top: solid 1px;
        height: 140px;
}

.footer_logo {
        display: flex;
        align-items: center;
}
.footer_logo p {
        margin-left: 16px;
}

footer .main {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 10px;
}

#bg {
        position: absolute;
        left: 0px;
        top: 0px;
        background: #000000;
        width: 100%; 
        height: 100%; 
        position: fixed; 
        z-index: 1000;
        filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
        -moz-opacity: 0.5;
        -khtml-opacity: 0.5;
        opacity: 0.5; 
        display: none;      
}
#vid {
        border: 1px solid #CCCCCC;
        width: 600px;
        height: 375px;
        padding: 20px;
        position: absolute;
        display: none;
        z-index: 2001;
        background: #ffffff; 
        box-shadow: 0px 0px 50px #ffffff;
        border-radius: 5px;
}
#modal {
        border: 1px solid #CCCCCC;
        width: 100%;
        height: 100%;
        padding: 20px;
        position: fixed;
        display: none;
        z-index: 2001;
        background: #0000007d; 
        box-shadow: 0px 0px 50px #ffffff;
        border-radius: 5px;
}
#modalmsg {
        position: absolute;
        width: 600px;
        height: 310px;
        margin-left: -20px;
        margin-top: -20px;
        padding: 20px;
        background: #ffffff;
        opacity: 1;
        border-radius: 10px;
        font-size: 22px;
        text-align: center;
        display: none;
        line-height: 25px;
}
#modalmsgok {padding: 0px 35px;}
#modalzag {font-size: 26px; margin-bottom: 10px; text-align: center; color: #ea5412; font-weight: bold;}
#modaltext {font-size: 16px; margin-bottom: 10px; text-align: center;}
#modalform .cons {width: 300px !important; text-align: center;}
#modalform .cons input, #modalform .cons button {text-align: center; width: 250px; margin-bottom: 15px;}
#modalform .cons textarea {width: 250px; box-sizing: border-box; border: 1px solid #777777; margin-bottom: 15px;}
#modalclose {position: absolute;right: -12px;top: -12px;cursor: pointer;}
#modalclose img{width: 30px;}
#modal .persdannye {margin: 10px 0px 0px 0px; text-align: center;}
#modalleft {
        width: 300px;
        float: left;
        font-size: 13px;
        z-index: 2001;
}
#modalleft img {width: 300px; padding: 100px 0px;}
#modalright {
        width: 300px;
        float: right;
        font-size: 13px;
        line-height: 20px;
}
#modalright .desc{
        font-size: 13px;
}
#modaltype {display: none;}

/*qf part*//*flex*/
.d-block{display:block;}
.d-flex{display:flex;display:-webkit-flex;}
.justify-content-start{justify-content: flex-start;}
.justify-content-end{justify-content: flex-end;}
.justify-content-between{justify-content: space-between;}
.justify-content-center{justify-content: center;}
.align-items-center{align-items:center;}

.flex-row{flex-direction:row;}
.flex-column{flex-direction:column;}
.flex-wrap{flex-wrap:wrap;}
.flex-nowrap{flex-wrap:nowrap;}
.flex-1 {flex:1;}
.flex-2 {flex:2;}
.flex-3 {flex:3;}
.flex-4 {flex:4;}
.flex-5 {flex:5;}
.flex-6 {flex:6;}
.flex-7 {flex:7;}
.flex-8 {flex:8;}
.flex-9 {flex:9;}
.flex-10 {flex:10;}
.flex-11 {flex:11;}
.flex-12 {flex:12;}
/*bf_length*/
.container-fluid {width:100%;}
.container {width:80%;margin:0 auto;}
.w-100 {width:100%;}
.w-80 {width:80%;}
.w-75 {width:75%;}
.w-45 {width:45%;}
.w-25 {width:25%;}

/*component*/
.cursor-pointer {cursor:pointer;}

.img-fluid {display:block;max-width:100%;height:auto;}

.advantage .main {
    justify-content: center;
    flex-direction: column;
    font-size: 20px;
}
.advantage .main h1 {
        margin-bottom: 56px;
}

.advantage .main span {
         color: #ff0101;
}
.ad_vertical {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
}
.ad_vertical a {
        display: flex;
        align-items: center;
        width: 70%;
        height: 117px;
        padding-left: 30px;
        margin:5px;
        border: solid #eee 1px;
        font-size:18px;
}
.ad_vertical a img{
    max-width:80px;
}

.ad_vertical p {
        margin-left: 15px;
        color: #123;
        line-height: 25px;
}       
.ad_vertical p span {font-weight:bold;}


.delivery-section {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 40px;
}
.delivery-card {
        display: flex;
        flex-direction: row;
        width: 560px;
        height: 300px;
        background: #fff;
        overflow: hidden;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        opacity: 0; /* Initially hidden */
        transform: translateY(50px); /* Start position */
        transition: opacity 0.6s ease-out, transform 0.6s ease-out; /* Animation */
}
.delivery-card.show {
        opacity: 1; /* Fully visible */
        transform: translateY(0); /* End position */
}
.delivery-card img {
        width: 135px;
        height: 100%;
        object-fit: cover;
}
.delivery-content {
        padding: 15px;
}
.delivery-title {
        font-size: 21px; /* Increased by 3px */
        font-weight: bold;
        margin-bottom: 10px;
}
.delivery-text {
        font-size: 17px; /* Increased by 3px */
        color: #555;
        margin-bottom: 15px;
}
.delivery-button {
        display: block;
        text-align: center;
        padding: 5px;
        background: #007bff;
        color: white;
        text-decoration: none;
        border-radius: 5px;
        width: 120px;
        cursor: pointer;
        font-size: 15px; /* Increased by 3px */
}
.delivery-button a {
        color: white;
}
.delivery-button a:visited {
        color: white;
}

.delivery-button:hover {
        background: #0056b3;
}

.timer-container {
        display: flex;
        flex-direction: column;
        
}

.timer-container button{
        background: #f4891a;
        
}

.timer-container h1 {
        background: #f4891a;
        padding: 15px;
        border-radius: 10px;
        color: #fff;
}

.timer-container h1 span {
        font-weight: bold;
        color: #fff;
}


.timer {
    display: flex;
    justify-content: center;
    align-items: center; /* Center vertically */
    padding: 20px 0; /* Reduce padding */
    text-align: center;
    font-size: 27px; /* Increased by 3px */
    font-weight: bold;
    color: #fff; /* Make text white */
}

.timer span {
        background: none;
}

.timer .time {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px; /* Reduce gap between time units */
}

.timer .time div {
    background: #184a89;
    color: #fff;
    padding: 4px; /* Reduce padding */
    border-radius: 5px;
    min-width: 50px; /* Reduce minimum width */
    text-align: center;
    font-size: 23px; /* Increased by 3px */
    line-height: 20px;
}

.timer .separator {
    font-size: 39px; /* Increased by 3px */
    padding: 10px 0; /* Reduce padding */
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 768px) {
    .timer {
        font-size: 18px; /* Adjust font size for smaller screens */
    }

    .timer .time div {
        min-width: 40px; /* Adjust minimum width for smaller screens */
        padding: 8px; /* Adjust padding for smaller screens */
    }

    .timer .separator {
        font-size: 18px; /* Adjust font size for smaller screens */
        padding: 0 5px; /* Adjust padding for smaller screens */
    }
}

.free-services {
    background-color: #f9f9f9;
    padding: 50px 0;
    border-top: 1px solid #ddd;
}

.free-services .main {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.free-services h1 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #333;
}

.free-services-content {
    max-width: 800px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.6;
    color: #555;
}

.free-services-content p {
    margin-bottom: 15px;
}

.advantages-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin-top: 50px;
    justify-content: center;
}

.advantage-item {
    position: relative;
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    height: 300px; /* Make blocks square */
    transition: transform 0.3s, box-shadow 0.3s;

}

.advantage-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}


.advantage-item .title {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 20px;
    font-size: 20px;
    font-weight: bold;
    background: #f9f9f9;
    color: #000000;
    text-align: center;
    transform: translateY(-50%);
    transition: transform 0.3s;
    z-index: 2;
}

.advantage-item:hover .title {
    transform: translateY(-100%); /* Move title up */
}

.advantage-item .separator {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background: #ddd;
    transform: translateY(-50%);
    z-index: 1;
}

.advantage-item .content {
    position: absolute;
    top: 100%;
    left: 0;
    padding: 10px;
    font-size: 14px;
    height: 100%;
    color: #555;
    background: #fff;
    text-align: center;
    transition: top 0.3s;
    z-index: 0;

}

.advantage-item:hover .content {
    top: 50%; /* Reveal description */
}

.video-testimonials {
    padding: 50px 0;
    background-color: #f9f9f9;
    text-align: center;
}

.video-testimonials h1 {
    font-size: 24px;
    margin-bottom: 30px;
    color: #333;
}

.video-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.video-item {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    width: 300px; /* Fixed width for videos */
}

.video-item p {
    font-size: 19px; /* Increased by 3px */
    color: #555;
    margin-bottom: 10px; /* Add spacing between title and video */
}

.video-item video {
    width: 100%;
    border-radius: 10px;
}

@media screen and (max-width: 768px) {
    .video-item {
        width: 100%; /* Make videos full width on smaller screens */
    }
}