/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@font-face {
    font-family: "Righteous";
    src: url("../fonts/BalooChettan-Regular.ttf");
    src: url("../fonts/BalooChettan-Regular.ttf");
}


/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
    box-sizing: border-box !important;
    transition: ease all 0.5s;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #000000;
    font-size: 14px;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
    background-color: rgba(144, 238, 144, 0.3);
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#datepicker {
    opacity: 0; /* Change this value to adjust the opacity */
}

/* Ensure all heading tags have black color */
h1, h2, h3, h4, h5, {
    color: #000000; /* Set heading text color to black */
}

h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0
}

/* Ensure paragraphs and other elements are black */
p, a, ul, ol, li {
    color: #000000; /* Set text color to black */
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: black;
    text-decoration: none!important;
    opacity: 1
}

button:focus {
    outline: none;
}

ul,
li,
.custom-list {
    list-style-type: disc; /* For unordered lists */
}
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    margin: 20px;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

 :focus {
    outline: 0;
}

.paddind_bottom_0 {
    padding-bottom: 0 !important;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full {
    float: left;
    width: 100%;
}

.layout_padding {
    padding-top: 50px;
    padding-bottom: 0px;
}

.padding_0 {
    padding: 0px;
}


/* header section start */

.header_section {
    width: 100%;
    float: left;
    height: auto;
    background-size: 100%;
    padding: 0;
}

.bg-light {
    background-color: transparent !important;
}

.logo {
    width: 100%;
    float: left;
    text-align: center;
    padding: 20px 0 50px 0;
}

.logo_mobile {
    width: 100%;
    float: left;
    text-align: center;
    padding-bottom: 20px;
}

.mobile_menu {
    width: 100%;
    float: left;
    display: none;
}

.navbar-light .navbar-nav .nav-link {
    font-size: 18px;
    text-transform: uppercase;
    color: black;
}

.navbar-nav {
    align-items: center;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
    border-radius: 20px;
    border: 2px solid #fff;
    color: #fff;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px;
}

.nav-item {
    position: relative;
}

.menu_main {
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.menu_main ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-flex;
}

.menu_main li {
    float: left;
    padding: 10px;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 40px;
    position: relative;
}

.menu_main li .dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    background-color: transparent;
    min-width: 230px;
    z-index: 1;
    text-align: center;
}

.menu_main li .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: center;
    opacity: 0;
    transform: translateX(100%);
    animation: slideInFromRight 0.5s ease-out forwards;
}

.menu_main li .dropdown-content a:nth-child(1) {
    animation-delay: 0s;
}
.menu_main li .dropdown-content a:nth-child(2) {
    animation-delay: 0.1s;
}
.menu_main li .dropdown-content a:nth-child(3) {
    animation-delay: 0.2s;
}
.menu_main li .dropdown-content a:nth-child(4) {
    animation-delay: 0.3s;
}
.menu_main li .dropdown-content a:nth-child(5) {
    animation-delay: 0.4s;
}
.menu_main li .dropdown-content a:nth-child(6) {
    animation-delay: 0.5s;
}
.menu_main li .dropdown-content a:nth-child(7) {
    animation-delay: 0.6s;
}

.menu_main li:hover .dropdown-content {
    display: block;
}

@keyframes slideInFromRight {
    0% {
        transform: translateX(100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}
.mobile_menu .navbar-nav .nav-item .dropdown-content {
    color: black;
    display: none;
    position: relative;
    background-color: rgba(144, 238, 144, 1);
    margin-left: 20px; /* Indent the submenu items */
}

.mobile_menu .navbar-nav .nav-item .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.mobile_menu .navbar-nav .nav-item .dropdown-content a:hover {
    background-color: green;
    color: black;
}

.mobile_menu .navbar-nav .nav-item.active .dropdown-content {
    display: block;
}

.mb-lg-0,
.my-lg-0 {
    margin-bottom: 0!important;
    width: 20%;
    float: left;
}

.header_main {
    width: 100%;
    background-image: url(../images/Una-lin-header.png);
    background-size: cover;
    padding: 10px 0px 0px 0px;
}
.container-fluid {
    display: flex; /* Use flexbox to control layout */
    align-items: center; /* Align items vertically in the center */
}
.container-fluid {
    display: flex;
    justify-content: center;
  }
  .centered-text {
    text-align: center;
  }
  .centered-text h1 {
    font-weight: bold;
    font-size: 8vw; /* Responsive font size */
  }
  @media (max-width: 600px) {
    .centered-text h1 {
      font-size: 10vw; /* Adjust for smaller screens */
    }
  }
  @media (min-width: 1200px) {
    .centered-text h1 {
      font-size: 5vw; /* Adjust for larger screens */
    }
}

.logo {
    flex: 1; /* Let the logo div grow to take available space */
}

.menu_main {
    flex: 1; /* Let the menu div grow to take available space */
}

  .menu_main ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .menu_main ul li {
    display: inline-block; /* Display list items horizontally */
    margin-right: 20px; /* Adjust spacing between list items */
    position: relative; /* Needed for dropdown positioning */
  }

  .menu_main ul li:last-child {
    margin-right: 0; /* Remove margin from the last list item */
  }

  .mainmenu_bt {
    width: 200px;
    margin: 0 auto;
    text-align: center;
  }

  .mainmenu_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #141414;
    background-color: White;
    text-align: center;
    padding: 10px 0px;
    border-radius: 10px;
    margin-top: 5px;
    font-weight: 500;
  }

  .mainmenu_bt a:hover {
    background-color: green;
    color: White;
  }

  /* New CSS for Dropdown */
/* Existing dropdown content styles */
.dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: rgba(144, 238, 144, 0); /* Keep background color */
    box-shadow: 0px 8px 16px rgba(0,0,0,0); /* Keep box shadow */
    z-index: 1;
    opacity: 0; /* Initially hidden */
    transform: translateX(20px); /* Initially shifted to the right */
    transition: opacity 0.3s ease, transform 0.3s ease; /* Smooth transition */
}

/* Submenu item styles */
.dropdown-content a {
    padding: 10px 20px;
    display: block;
    white-space: nowrap;
    color: #141414; /* Adjusted color for consistency */
}

.dropdown-content a:hover {
    background-color: green;
    color: white;
}

/* Show and animate the dropdown on hover */
.mainmenu_bt:hover .dropdown-content {
    display: block;
    opacity: 1; /* Fully visible */
    transform: translateX(0); /* Return to original position */
}

/* Main menu button hover effect */
.mainmenu_btt a:hover {
    background-color: green;
    color: white;
}

/* Ensure the main menu items are positioned relatively to position the dropdown correctly */
.mainmenu_bt {
    position: relative;
    display: inline-block;
}

/* header section end */

/* Image Container */
.image-container {
    display: flex; /* Use flexbox to horizontally align images */
    justify-content: space-around; /* Evenly distribute space between images */
    max-width: 100%; /* Ensure the container doesn't overflow */
}

.image-container img {
    max-width: 30%; /* Limit the width of each image to 30% of the container's width */
    height: auto; /* Maintain aspect ratio */
}

/* banner section start */

.banner_section {
    width: 100%;
    float: left;
    padding-bottom: 25px;
    padding-top: 25px;
    background-color: rgba(144, 238, 144, 0.9);
}
.banner_content {
    display: flex;
    justify-content: space-between; /* Align items to the start and end of the container */
    align-items: center; /* Center items vertically */
}
.banner_taital {
    width: 100%;
    float: left;
    font-size: 80px;
    color: black;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Righteous', Regular;
}

.banner_text {
    width: 63%;
    margin: 0 auto;
    font-size: 16px;
    color: black;
    text-align: center;
}
.banner_text_content {
    flex: 1; /* Take up remaining space */
}

.banner_image {
    flex: 0 0 auto; /* Do not grow or shrink; maintain its original size */
    margin-right: 20px; /* Adjust margin as needed */
}
.read_bt {
    width: 200px;
    margin: 0 auto;
    text-align: center;
}

.read_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #141414;
    background-color: #ffffff;
    text-align: center;
    padding: 10px 0px;
    border-radius: 30px;
    margin-top: 50px;
    font-weight: 400;
}

.read_bt a:hover {
    background-color: green;
    color: White;
}


/* banner section end */


/* services section start */

.services_section {
    width: 100%;
    float: left;
    padding-bottom: 25px;
    padding-top: 25px;
    background-color: rgba(144, 238, 144, 0.3);
}

.services_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #1f1f1f;
    font-weight: bold;
    text-align: center; /* Center-align the text */
}

.services_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #1f1f1f;
    margin: 0px;
    text-align: center; /* Center-align the text */
    padding-bottom: 20px;
}

.services_section_2 {
    width: 100%;
    float: center;
    margin-top: 0px;
    display: inline-block;
}

.services_img {
    width: 350px; /* Ensure the image takes up the entire width of the parent */
    height: 231.22px; /* Ensure the image takes up the entire height of the parent */
    object-fit: cover; /* Ensure the aspect ratio is preserved and the image covers the entire space */
    display: block; /* Ensure the image is displayed as a block element */
    margin: 0 auto; /* Center the image horizontally */
    padding-top: 20px;
}

.btn_main {
    width: 170px;
    margin: 0 auto;
    text-align: center;
}

.btn_main a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: black;
    background-color: rgba(144, 238, 144, 0.9);
    text-align: center;
    padding: 10px 0px;
    border-radius: 30px;
    font-weight: bold;
    margin-top: 20px;
    text-transform: uppercase;
}

.btn_main a:hover {
    color: #ffffff;
    background-color: green;
}

.btn_main.active a {
    color: #ffffff;
    background-color: #000d10;
}


/* services section end */


/* about section start */
.btn_main_about {
    width: 170px;
    margin: 0 auto;
    text-align: center;
}

.btn_main_about a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: black;
    background-color: rgba(144, 238, 144, 0.9);
    text-align: center;
    padding: 10px 0px;
    border-radius: 30px;
    font-weight: bold;
    margin-top: 20px;
    text-transform: uppercase;
}

.btn_main_about a:hover {
    color: #ffffff;
    background-color: green;
}

.btn_main_about.active a {
    color: #ffffff;
    background-color: #000d10;
}
.btn_container {
    display: flex;
    justify-content: space-between; /* Adjust as needed */
}


.about_section {
    width: 100%;
    float: left;
    padding-bottom: 50px;
}

.about_taital_main {
    width: 100%;
    padding-left: 100px;
    padding-top: 40px;
    padding-bottom: 50px;
}

.padding_right_0 {
    padding-right: 0px;
}

.about_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #1f1f1f;
    font-weight: bold;
}

.about_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #1f1f1f;
    margin: 0px;
    padding-top: 40px;
    padding-bottom: 160px;
}

.readmore_bt {
    width: 170px;
    float: left;
    margin-top: 50px;
}

.readmore_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: Black;
    background-color: rgba(144, 238, 144, 0.9);
    text-align: center;
    padding: 10px 0px;
    border-radius: 30px;
    font-weight: bold;
    text-transform: uppercase;
}

.readmore_bt a:hover {
    color: #ffffff;
    background-color: green;
}

.about_img {
    width: 100%;
    float: left;
}

/*safari and chrome on mac */
.about_content {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-wrap: wrap;
    align-items: flex-start;
}

.about_content {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start; /* Adjust alignment as needed */
}

.about_text_container {
    flex: 1;
    min-width: 300px; /* Ensure it doesn't shrink too much */
    padding: 10px; /* Adjust padding as necessary */
}

.about_image_container {
    flex: 1;
    width: 100%;
    height: auto;
    object-fit: contain; /* Use 'cover' if you want it to fill without gaps, but 'contain' preserves aspect ratio without cropping /
    display: block;
    margin: 0 auto; / Centers if needed */
}

.about_image_container .about_img {
    max-width: 100%;
    height: auto;
}

/* Medium screens (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 1199px) {
    .about_image_container {
        flex: 100%; /* Take full width on medium screens */
    }
}

/* Large screens (desktops, 1200px and up) */
@media (min-width: 1200px) {
    .about_image_container {
        flex: 50%; /* Adjust as needed */
    }
}

/* Small screens (mobile, less than 768px) */
@media (max-width: 767px) {
    .about_content {
        display: block; /* Switch to block layout on small screens */
    }

    .about_image_container {
        text-align: center;
        margin-top: 20px;
    }

    .about_taital_main {
        margin-bottom: 20px;
    }

    .about_image_container .about_img {
        max-width: 100%;
        height: auto;
    }
}
/* safari and chrome on mac end*/

/* contact section end */


/* blog section start */

.blog_section {
    width: 100%;
    float: left;
    /*background-image: url(../images/background-img.png);*/
    height: auto;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-bottom: 20px;
    padding-top: 20px;
}

.blog_taital {
    width: 100%;
    float: lef;
    font-size: 40px;
    color: #ffffff;
    font-weight: bold;
    padding-top: 30px;
    text-align: center;
}

.blog_text {
    width: 80%;
    margin: 0 auto;
    font-size: 16px;
    color: black;
    padding-top: 40px;
    text-align: center;
}

.play_icon_main {
    width: 100%;
    margin-top: 150px;
    float: left;
}

.play_icon {
    width: 200px;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}

.play_icon::before {
    content: '';
    position: absolute;
    top: 49%;
    left: 70px;
    width: 130px;
    height: 130px;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    border-radius: 100%;
    z-index: -1;
    animation: fadeEffect 1.3s infinite ease;
    box-shadow: 0px 0px 10px 0px;
    right: inherit;
}

@keyframes fadeEffect {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1
    }
    100% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 0;
    }
}

.margin_top_90{
    margin-top: 20px;
}
/* blog section end */


/* client section start */

.client_section {
    width: 100%;
    float: left;
    padding-bottom: 160px;
}

.client_taital {
    width: 100%;
    font-size: 40px;
    color: #131313;
    font-weight: bold;
    padding-top: 30px;
    text-align: center;
}

.client_section_2 {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background-color: #ffffff;
    box-shadow: 0px 1px 16px -6px;
    border-radius: 30px;
    padding: 50px 70px;
    margin-top: 50px;
}

.client_main {
    width: 100%;
    display: flex;
}

.box_left {
    width: 48%;
}

.box_right {
    width: 48%;
    float: right;
    padding-top: 65px;
    margin-left: 30px;
}

.lorem_text {
    width: 100%;
    font-size: 16px;
    text-align: center;
    margin: 0px;
    color: #0d0d0d;
    border: 1px solid #0d0d0d;
    padding: 90px 30px;
    border-radius: 30px;
}

.client_taital_left {
    width: 40%;
    float: left;
}

.client_taital_right {
    width: 60%;
    float: left;
}

.client_img {
    width: 100%;
    float: left;
    text-align: left;
}

.quick_icon {
    width: 100%;
    float: left;
    text-align: center;
    padding-top: 30px;
}

.client_name {
    width: 100%;
    float: left;
    font-size: 24px;
    color: #012628;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    padding-top: 53px;
    padding-bottom: 0px;
}

.customer_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #085a57;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    margin: 0px;
}

/* client section end */
.carousel-content {
    display: flex;
    align-items: center;
}

.carousel-image {
    flex: 1;
}

.carousel-image img {
    width: 100%;
    height: auto;
}

.carousel-text {
    flex: 1;
    padding: 20px;
}

.owl-carousel .item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background: transparent;
}
/* owl carousel section */
.kimjestesmy_carousel .kimjestesmy_item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background: transparent;
    height: 500px; /* Set a fixed height for the carousel items */
}

.kimjestesmy_carousel .kimjestesmy_image img {
    max-height: 100%; /* Set a maximum height for the images */
    max-width: 100%; /* Ensure images don't exceed their container's width */
    width: auto; /* Auto-adjust width to maintain aspect ratio */
    height: auto; /* Auto-adjust height to maintain aspect ratio */
    object-fit: contain; /* Scale down the images while maintaining aspect ratio */
}

.kimjestesmy_carousel .kimjestesmy_image img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the image covers the entire area without distortion */
}

.map_section {
   text-align: center;
   margin-top: 0px; /* Adjust the margin as needed */
}


/* choose section start */

.choose_section {
    width: 100%;
    float: left;
    padding-bottom: 90px;
}

.choose_taital {
    width: 100%;
    font-size: 40px;
    color: #1f1f1f;
    font-weight: bold;
    text-align: center;
}

.choose_text {
    width: 70%;
    margin: 0 auto;
    font-size: 16px;
    color: #1f1f1f;
    padding-top: 30px;
    text-align: center;
}

.read_bt_1 {
    width: 170px;
    margin: 0 auto;
    text-align: center;
}

.read_bt_1 a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: #000d10;
    text-align: center;
    padding: 10px 0px;
    border-radius: 30px;
    margin-top: 50px;
    font-weight: bold;
    text-transform: uppercase;
}

.read_bt_1 a:hover {
    background-color: #2b2278;
    color: #ffffff;
}

.newsletter_box {
    width: 100%;
    border: 1px solid #6e6e6e;
    border-radius: 25px;
    padding: 20px 30px;
    display: flex;
    margin-top: 90px !important;
    float: left;
}

.let_text {
    width: 100%;
    font-size: 40px;
    color: #1f1f1f;
    font-weight: bold;
    padding-bottom: 0px;
}

.getquote_bt {
    width: 200px;
    padding-top: 6px;
}

.getquote_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: #2b2278;
    text-align: center;
    padding: 10px 0px;
    border-radius: 30px;
    font-weight: bold;
}

.getquote_bt a:hover {
    background-color: #000d10;
    color: #ffffff;
}


/* choose section end */

/* contact section start */

.contact_section {
    width: 100%;
    float: left;
    padding-bottom: 90px;
}
.contact_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #363636;
    text-align: center;
    font-weight: bold;
}
.email_text {
    width: 70%;
    margin: 0 auto;
    text-align: center;
    padding-top: 120px;
}
.email-bt {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #393838;
    margin-bottom: 20px;
    padding: 10px 15px;
    border: 0px;
    border: 1px solid #2b2278 !important;
}
.email-link {
    text-decoration: underline !important;
    color: blue !important;
}
.massage-bt {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #393838;
    margin-bottom: 20px;
    padding: 10px 15px;
    border: 0px;
    border: 1px solid #2b2278 !important;
}
.send_btn {
    width: 170px;
    margin: 0 auto;
    text-align: center;
}
.send_btn a {
    width: 100%;
    float: right;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    border-radius: 30px;
    background-color: #000d10;
    padding: 7px;
}
.send_btn a:hover {
    color: #ffffff;
    background-color: #2b2278;
}
/* contact section end */

/* Privacy banner styles */
.privacy-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: black; /* Background color changed to black */
    padding: 10px;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    text-align: center;
    color: white; /* Text color changed to white */
    z-index: 9999; /* High z-index to ensure it's on top */
}

/* Privacy banner paragraph styles */
.privacy-banner p {
    margin: 0;
    display: inline; /* Ensure text is inline */
    color: white;
}

/* Privacy banner link styles */
.privacy-banner a {
    color: white; /* Text color changed to white */
    background-color: blue; /* Background color changed to blue */
    padding: 5px 10px; /* Add some padding */
    border-radius: 5px; /* Rounded corners */
    text-decoration: none; /* Remove underline */
    margin-left: 10px; /* Add some spacing between the button and the link */
}

/* Accept button styles */
.privacy-banner .accept-btn {
    color: white; /* Text color changed to white */
    background-color: blue; /* Background color changed to blue */
    padding: 5px 10px; /* Add some padding */
    border-radius: 5px; /* Rounded corners */
    border: none; /* Remove border */
    cursor: pointer; /* Pointer cursor on hover */
    margin-left: 10px; /* Add some spacing between the text and the button */
}

/* Example HTML structure */
.privacy-banner .buttons {
    display: inline-flex; /* Align buttons horizontally */
    align-items: center; /* Center buttons vertically */
    margin-left: 10px; /* Add some spacing between the text and the buttons */
}




/* footer section start */

.footer_section {
    width: 100%;
    float: left;
    background-image: url(../images/footer-bg.png);
    height: auto;
    padding-top: 250px;
    background-size: 100% 100%;
    padding-bottom: 30px;
    background-repeat: no-repeat;
}

.input_btn_main {
    width: 50%;
    display: flex;
    background-color: #ffffff;
    border-radius: 40px;
    padding: 8px 0px;
    margin: 0 auto;
}

.mail_text {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #2b2c2c;
    background-color: #ffffff;
    height: auto;
    padding: 5px 20px;
    border-radius: 20px;
    border: 0px;
}

.subscribe_bt {
    float: right;
}

.subscribe_bt a {
    width: 170px;
    float: left;
    font-size: 18px;
    color: #2b2278;
    background-color: transparent;
    padding: 5px 0px;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
}

.subscribe_bt a:hover {
    color: #000;
    background-color: transparent;
}

.social_icon {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.social_icon ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    text-align: center;
}

.social_icon li {
    float: left;
    padding: 30px 5px;
}

.location_main {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 40px;
}

.call_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    padding-top: 10px
}

.call_text a {
    color: #ffffff;
}

.call_text a:hover {
    color: #e27141;
}


/* footer section end */

.copyright_section {
    width: 100%;
    float: left;
    background-color: #122c2d;
    height: auto;
}

.copyright_text {
    width: 100%;
    float: left;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    margin-left: 0px;
}

.copyright_text a {
    color: #ffffff;
}

.copyright_text a:hover {
    color: #e27141;
}
.sakrament_section {
    padding-top: 5px;
    text-align: left;
}

.sakramenty_container {
    width: 90%;
    margin: 0 auto;
}

.sakrament_content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; /* Align items to the start */
}

.sakrament_text,
.sakrament_image {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start; /* Ensure content is aligned to the start */
}

.sakrament_image img {
    width: 100%;
    height: auto;
}

/* Adjustments for smaller screens */
@media (max-width: 767px) {
    .sakrament_content {
        flex-direction: column;
        align-items: center;
    }

    .sakrament_image {
        margin-top: 20px;
    }
}

.custom-list {
    list-style: none;
    padding-left: 0;
}

.custom-list li {
    margin-bottom: 10px;
}

.custom-list ul {
    margin-top: 10px;
    margin-left: 20px;
}
.privacy_policy_link {
    color: #007bff; /* Change to desired link color */
    text-decoration: none;
    margin-left: 5px; /* Add some space between the text and the link */
}

.privacy_policy_link:hover {
    text-decoration: underline;
}
#pdf-container {
  max-width: 100%;
  width: 100%;
  text-align: center;
  overflow-x: auto;
}

#pdf-render {
  display: block;
  width: 100%;
  height: auto;
}
#pdf-controls {
    display: flex;
    justify-content: center;
    margin-top: 5px;
}

#prev-page, #next-page {
    width: 170px; /* Match the width of the .btn_main button */
    font-size: 16px;
    color: black;
    background-color: rgba(144, 238, 144, 0.9); /* Light green background */
    text-align: center;
    padding: 10px 0px;
    border-radius: 30px; /* Rounded corners */
    font-weight: bold;
    margin: 10px 10px; /* Adds space around the buttons and match the margin */
    text-transform: uppercase;
    border: none; /* Remove default button border */
    cursor: pointer; /* Add pointer cursor on hover */
}

#prev-page:hover, #next-page:hover {
    color: #ffffff;
    background-color: green; /* Change background to green on hover */
}

#prev-page:active, #next-page:active {
    color: #ffffff;
    background-color: #000d10; /* Dark background on click */
}
#page-info {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 3px 0; /* Reduced margin for less space */
}