body {
    font-family: "Poppins", sans-serif;
    color: #0c0c0c;
    background-color: #ffffff;
}

.layout_padding {
    padding-top: 120px;
    padding-bottom: 120px;
}

.layout_padding2 {
    padding-top: 45px;
    padding-bottom: 45px;
}

.layout_padding2-top {
    padding-top: 45px;
}

.layout_padding2-bottom {
    padding-bottom: 45px;
}

.layout_padding-top {
    padding-top: 120px;
}

.layout_padding-bottom {
    padding-bottom: 120px;
}

.heading_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.heading_container img {
    display: block;
    max-width: 50px;
}

.heading_container h2 {
    font-weight: bold;
    text-align: center;
}

.header-logo {
    width: 100% !important;
    /* Adjust this value as needed */
    max-width: 200px !important;
    /* Adjust this value as needed */
    height: auto !important;
    border-radius: 30%;
    /* Maintain aspect ratio */
}

.about-logo {
    width: 100% !important;
    max-width: 300px !important;
    height: auto !important;
    border-radius: 15px;
    margin-bottom: 10px;
}


/*ANIMACIJE */


/* Define the animations */


/* Define the animations */


/* Define the animations */


/*header section*/

.hero_area {
    height: 100vh;
    background-image: url(../images/pozadina.png);
    background-size: cover;
    background-blend-mode: darken;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}

.hero_area::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 45%;
    height: 88%;
    background-image: url(../images/hero-bg2.png);
    background-size: cover;
    background-position: left bottom;
    background-repeat: no-repeat;
}

.sub_page .hero_area {
    height: auto;
    background: none;
}

.sub_page .hero_area::before {
    width: 225px;
    height: 110px;
}

.header_section .container-fluid {
    padding-right: 25px;
    padding-left: 25px;
}

.header_section .nav_container {
    margin: 0 auto;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link {
    padding: 10px 15px;
    color: #060606;
    text-align: center;
    text-transform: uppercase;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item.active .nav-link,
.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item:hover .nav-link {
    color: #dfd77e;
}

.about_section {
    background-color: #e4dc8a;
    margin-top: 10px;
    display: flex;
    height: 100vh;
    /* Ensure the section takes the full viewport height */
    justify-content: center;
    align-items: center;
}

.about_section .container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.white-box {
    background-color: #fff;
    width: 90%;
    max-width: 800px;
    height: 400px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 7%;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

a:hover,
a:focus {
    color: initial;
}

.btn,
.btn:focus {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.custom_nav-container .nav_search-btn {
    background-image: url(../images/search-icon.png);
    background-size: 17px;
    background-repeat: no-repeat;
    background-position: center;
    width: 35px;
    height: 35px;
    padding: 0;
    border: none;
}

.navbar-brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.navbar-brand img {
    width: 65px;
}

.custom_nav-container {
    z-index: 99999;
    padding: 0;
    height: 80px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.custom_nav-container .navbar-toggler {
    outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
    background-image: url(../images/menu.png);
    background-size: 50px;
    width: 30px;
    height: 30px;
}

.lg_toggl-btn {
    background-color: transparent;
    border: none;
    outline: none;
    width: 56px;
    height: 40px;
    cursor: pointer;
}

.lg_toggl-btn:focus {
    outline: none;
}

.User_option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: 75px;
}

.User_option .form-inline {
    position: relative;
    margin-right: 15px;
}

.User_option .form-inline input {
    display: none;
}

.custom_menu-btn {
    z-index: 9;
    position: absolute;
    right: 15px;
    top: 7px;
}

.custom_menu-btn button {
    margin-top: 14px;
    outline: none;
    border: none;
    background-color: transparent;
}

.custom_menu-btn button span {
    display: block;
    width: 35px;
    height: 4px;
    background-color: #ffffff;
    margin: 7px 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 5px;
}

.menu_btn-style {
    position: fixed;
    right: 29px;
    top: 7px;
}

.custom_menu-btn .s-2 {
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    width: 22px;
    margin-left: auto;
}

.menu_btn-style button .s-1 {
    -webkit-transform: rotate(45deg) translateY(16px);
    transform: rotate(45deg) translateY(16px);
}

.menu_btn-style button .s-2 {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
}

.menu_btn-style button .s-3 {
    -webkit-transform: rotate(-45deg) translateY(-16px);
    transform: rotate(-45deg) translateY(-16px);
}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgba(10, 14, 23, 0.9);
    overflow-x: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.overlay .closebtn {
    position: absolute;
    top: 0;
    right: 30px;
    font-size: 60px;
}

.overlay a {
    padding: 0px;
    text-decoration: none;
    font-size: 22px;
    color: #ffffff;
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-bottom: 15px;
    text-transform: uppercase;
    opacity: 0;
}

.overlay-content {
    position: relative;
    top: 30%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.menu_width {
    width: 100%;
}

.menu_width.overlay a {
    opacity: 1;
}


/*end header section*/


/* slider section */

.slider_section {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.slider_section .detail-box {
    margin: 45px 5% 0 5%;
    padding-bottom: 45px;
    border-right: 2px solid #d7cc63;
}

.slider_section .detail-box h1 {
    font-weight: bold;
    color: #010001;
    font-size: 3rem;
    padding-bottom: 15px;
    position: relative;
    text-shadow: #010001;
}

.slider_section .detail-box h1 span {
    color: #dcd171;
}

.slider_section .detail-box .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 30px -5px 0 -5px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.slider_section .detail-box .btn-box a {
    margin: 5px;
    width: 165px;
    text-align: center;
}

.slider_section .detail-box .btn-box .btn-1 {
    display: inline-block;
    padding: 10px 0px;
    background-color: #020304;
    color: #ffffff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid #060708;
    border-radius: 0;
}

.slider_section .detail-box .btn-box .btn-1:hover {
    background-color: transparent;
    color: #000000;
}

.slider_section .detail-box .btn-box .btn-2 {
    display: inline-block;
    padding: 10px 0px;
    background-color: #d7cc63;
    color: #ffffff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid #d7cc63;
    border-radius: 0;
}

.slider_section .detail-box .btn-box .btn-2:hover {
    background-color: transparent;
    color: #d7cc63;
}

.slider_section .img-box {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    /* Ensure the container doesn't overflow */
}

.slider_section .img-box img {
    width: 300px;
    /* Set a fixed width */
    height: 300px;
    /* Set a fixed height */
    max-width: 100%;
    /* Ensure the image scales down on smaller screens */
    max-height: 100%;
    /* Ensure the image scales down on smaller screens */
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    object-fit: cover;
    /* Maintain aspect ratio and cover the container */
}

@media (max-width: 768px) {
    .slider_section .img-box img {
        width: 200px;
        /* Adjust width for smaller screens */
        height: 200px;
        /* Adjust height for smaller screens */
    }
}

@media (max-width: 480px) {
    .slider_section .img-box img {
        width: 150px;
        /* Adjust width for smaller screens */
        height: 150px;
        /* Adjust height for smaller screens */
    }
}

.slider_section #carouselExampleIndicators {
    width: 100%;
}

.slider_section .carousel-indicators {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.slider_section .carousel-indicators li {
    width: 12px;
    height: 12px;
    opacity: 1;
    background: none;
    border: 2px solid #d7cc63;
    color: #000000;
    position: relative;
    margin: 0 4px;
    border-radius: 100%;
}

.slider_section .carousel-indicators li.active {
    width: 18px;
    height: 18px;
}

.slider_section .li_before::before {
    content: "";
    position: absolute;
    left: -5px;
    top: 3.5px;
    width: 1.5px;
    height: 17px;
    background-color: #d7cc63;
    border-radius: 5px;
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
}

.about_section .detail-box {
    text-align: center;
    width: 80%;
    margin: auto;
}

.about_section .detail-box .heading_container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.about_section .detail-box .heading_container h2 {
    color: #151515;
}

.about_section .detail-box p {
    color: #0e0e0e;
    margin-top: 15px;
}

.about_section .detail-box .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 25px;
}

.about_section .detail-box .btn-box a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #d7cc63;
    text-transform: uppercase;
}

.about_section .detail-box .btn-box a img {
    margin-left: 5px;
}

.animal_section {
    background-image: url(../images/animal-bg.jpg);
    background-size: cover;
    color: #ffffff;
}

.animal_section .animal_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.animal_section .animal_container .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin: 45px 2.5%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
}

.animal_section .animal_container .box .img-box {
    border-radius: 25px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
}

.animal_section .animal_container .box .img-box img {
    width: 100%;
}

.animal_section .animal_container .box .detail-box {
    margin-top: 15px;
}

.animal_section .animal_container .box .detail-box h5 {
    font-weight: bold;
}

.animal_section .animal_container .box.b1 {
    -webkit-animation: odd-box-animate 3s infinite;
    animation: odd-box-animate 3s infinite;
}

.animal_section .animal_container .box.b2 {
    -webkit-animation: even-box-animate 3s infinite;
    animation: even-box-animate 3s infinite;
}

@-webkit-keyframes odd-box-animate {
    0% {
        -webkit-transform: translateY(45px);
        transform: translateY(45px);
    }
    50% {
        -webkit-transform: translateY(-45px);
        transform: translateY(-45px);
    }
    100% {
        -webkit-transform: translateY(45px);
        transform: translateY(45px);
    }
}

@keyframes odd-box-animate {
    0% {
        -webkit-transform: translateY(45px);
        transform: translateY(45px);
    }
    50% {
        -webkit-transform: translateY(-45px);
        transform: translateY(-45px);
    }
    100% {
        -webkit-transform: translateY(45px);
        transform: translateY(45px);
    }
}

@-webkit-keyframes even-box-animate {
    0% {
        -webkit-transform: translateY(-45px);
        transform: translateY(-45px);
    }
    50% {
        -webkit-transform: translateY(45px);
        transform: translateY(45px);
    }
    100% {
        -webkit-transform: translateY(-45px);
        transform: translateY(-45px);
    }
}

@keyframes even-box-animate {
    0% {
        -webkit-transform: translateY(-45px);
        transform: translateY(-45px);
    }
    50% {
        -webkit-transform: translateY(45px);
        transform: translateY(45px);
    }
    100% {
        -webkit-transform: translateY(-45px);
        transform: translateY(-45px);
    }
}

.pet_section .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pet_section .img-box {
    position: relative;
    padding-right: 45px;
}

.pet_section .img-box img {
    width: 100%;
    position: relative;
    z-index: 2;
}

.pet_section .img-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: -145px;
    width: 100%;
    height: 110%;
    background-image: url(../images/pet-bg.png);
    z-index: 1;
    background-repeat: no-repeat;
}

.pet_section .detail-box p {
    color: #0e0e0e;
    margin-top: 15px;
}

.pet_section .detail-box .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 25px;
}

.pet_section .detail-box .btn-box a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #d7cc63;
    text-transform: uppercase;
}

.pet_section .detail-box .btn-box a img {
    margin-left: 5px;
}

.us_section .us_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.us_section .us_container .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.us_section .us_container .box img {
    max-width: 100%;
}

.us_section .us_container .box .img1-box {
    height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.us_section .us_container .box .img2-box {
    width: 175px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.us_section .us_container .box .detail-box {
    margin-top: 15px;
}

.us_section .us_container .box .detail-box h6 {
    text-transform: uppercase;
    font-weight: bold;
    color: #0e0e0e;
}

.us_section .us_container::before {
    content: "";
    position: absolute;
    bottom: 25.2%;
    left: 50%;
    width: 80%;
    height: 1.5px;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, #e7d619));
    background-image: linear-gradient(to right, transparent 50%, #e7d619 50%);
    background-size: 20px 100%;
    z-index: -1;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-animation: border-dance 4s infinite linear;
    animation: border-dance 4s infinite linear;
}

@-webkit-keyframes border-dance {
    0% {
        background-position: 0px 0px;
    }
    100% {
        background-position: 300px 0px;
    }
}

@keyframes border-dance {
    0% {
        background-position: 0px 0px;
    }
    100% {
        background-position: 300px 0px;
    }
}

.us_section .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 55px;
}

.us_section .btn-box a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #d7cc63;
    text-transform: uppercase;
}

.us_section .btn-box a img {
    margin-left: 5px;
}

.contact_section {
    background-image: url(../images/hero-bg2.png);
    background-size: cover;
    background-position: left bottom;
    background-repeat: no-repeat;
}

.contact_section .form_container {
    padding: 0 35px;
}

.contact_section form {
    margin-top: 45px;
}

.contact_section .heading_container {
    text-align: center;
}

.contact_section .heading_container img.about-logo {
    display: block;
    margin: 0 auto 20px auto;
    /* Center the image and add some bottom margin */
}

.contact_section .heading_container h2 {
    text-align: center;
    margin: 0 auto;
    /* Center the heading text */
}

.contact_section input {
    width: 100%;
    border: none;
    height: 50px;
    margin-bottom: 25px;
    padding-left: 15px;
    background-color: #ebebeb;
    outline: none;
    color: #101010;
}

.contact_section input::-webkit-input-placeholder {
    color: #979696;
}

.contact_section input:-ms-input-placeholder {
    color: #979696;
}

.contact_section input::-ms-input-placeholder {
    color: #979696;
}

.contact_section input::placeholder {
    color: #979696;
}

.contact_section input.message-box {
    height: 120px;
}

.contact_section button {
    display: inline-block;
    padding: 10px 45px;
    background-color: #d7cc63;
    color: #ffffff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid #d7cc63;
    border-radius: 0;
    color: #fff;
    margin-top: 35px;
    margin-bottom: 20px;
}

.contact_section button:hover {
    background-color: transparent;
    color: #d7cc63;
}

.contact_section .map_container {
    height: 725px;
    border-radius: 100% 0 0 0;
    overflow: hidden;
    margin-left: 45px;
}

.contact_section .map_container .map-responsive {
    height: 100%;
}

.info_section {
    background-color: #0e1014;
    color: #e5e4de;
    padding: 40px 0 75px 0;
    font-family: "Open Sans", sans-serif;
}

.info_section .row>div {
    margin-top: 35px;
}

.info_section h5 {
    text-transform: uppercase;
    margin-bottom: 25px;
}

.info_time p {
    text-transform: uppercase;
}

.info_form input {
    width: 100%;
    border: none;
    height: 40px;
    margin-bottom: 10px;
    padding-left: 25px;
    background-color: #d7cc63;
    outline: none;
    color: #101010;
}

.info_form button {
    width: 100%;
    outline: none;
    border: none;
    color: #d7cc63;
    text-transform: uppercase;
    display: inline-block;
    padding: 4px 45px;
    background-color: #d7cc63;
    color: #0a2050;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid #d7cc63;
    border-radius: 0;
}

.info_form button:hover {
    background-color: transparent;
    color: #d7cc63;
}

.info_social .social_container {
    display: -webkit-inline-flex;
}

.info_social .social_container a {
    margin: 0 5px;
}

.info_social .social_container a img {
    width: 35px;
}

.info_contact>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 10px 0;
}

.info_contact>div img {
    height: auto;
    margin-right: 12px;
}

.info_contact img {
    width: 50px;
    /* Set a fixed width */
    height: 50px;
    /* Set a fixed height */
    border-radius: 50%;
    /* Make the image round */
    object-fit: cover;
    /* Ensure the image covers the container */
    margin-right: 12px;
    /
}

.info_logo img {
    border-style: double;
    width: 200px;
    height: auto;
}

.info_contact>div p {
    margin: 0;
    text-align: left;
}


/* footer section*/

.footer_section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #d7cc63;
}

.footer_section p {
    color: #ffffff;
    margin: 0;
    padding: 25px 0 20px 0;
    margin: 0 auto;
    text-align: center;
}

.footer_section a {
    color: #d7cc63;
}

.info_logo {
    text-align: center;
    margin-bottom: 20px;
}

.info_logo img {
    max-width: 150px;
    /* Ograničava veličinu loga */
    height: auto;
    display: inline-block;
}

@media (max-width: 768px) {
    .info_logo img {
        max-width: 120px;
        /* Manji logo na manjim ekranima */
    }
}

@media (max-width: 480px) {
    .info_logo img {
        max-width: 100px;
        /* Još manji logo za mobilne uređaje */
    }
}

.service_section {
    padding: 60px 0;
    background-color: #f8f8f8;
}

.service_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
}

.service_section .box {
    flex: 1;
    min-width: 300px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease;
}

.service_section .box:hover {
    transform: translateY(-10px);
}

.service_section .img-box {
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.service_section .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* Text Styling */

.service_section .detail-box {
    padding: 20px;
}

.service_section h5 {
    font-size: 1.5rem;
    color: #333;
    margin-bottom: 10px;
}

.service_section p {
    font-size: 1rem;
    color: #666;
    line-height: 1.5;
}


/* Responsive Styles */

@media (max-width: 1024px) {
    .service_section .service_container {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .service_section {
        padding: 40px 0;
    }
    .service_section .service_container {
        flex-direction: column;
        align-items: center;
    }
    .service_section .box {
        width: 80%;
        margin-bottom: 30px;
    }
    .service_section .img-box {
        height: 200px;
    }
}

@media (max-width: 480px) {
    .service_section h5 {
        font-size: 1.2rem;
    }
    .service_section p {
        font-size: 0.9rem;
    }
    .service_section .box {
        width: 100%;
    }
    .service_section .img-box {
        height: 150px;
    }
}

.phone-icon {
    position: fixed;
    bottom: 20px;
    right: 20px;
    /* Change from left to right */
    width: 50px;
    /* Adjust size as needed */
    height: 50px;
    /* Adjust size as needed */
    z-index: 1000;
    /* Ensure it is on top */
}

.phone-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}


/* end footer section*/


/*# sourceMappingURL=style.css.map */