@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@300;400;500;600;700&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

html,
body {
    font-family: "Hind Siliguri", sans-serif;
    color: #1d1d1d;
    padding: 0px;
    margin: 0px;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
div,
span {
    font-family: "Hind Siliguri", sans-serif;
}

/* common css start  */
/* #content {
    width: 100%;
} */


iframe {
    width: 100% !important;
    /* Fills the container width */
    height: auto !important;
    /* Overrides fixed height attributes */
    aspect-ratio: 16 / 9 !important;
    /* Forces the 16:9 shape */
}

:root {
    --primary-color: #233342;
    --secondary-color: #bf050d;
    --background-color: #f5f5f5;
    --bn-font: "Hind Siliguri", sans-serif;
}

.homepage_section_details_container {
    height: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 15px;
}

.product_inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.ellipsis {
    /* white-space: nowrap; */
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.card-text {
    /* height: 35px; */
    margin: 5px;
    line-height: 23px;
    overflow: hidden;
    /* -webkit-line-clamp: 4; */
}

.profile_card h5 {
    margin-top: 10px;
}

a:hover {
    color: #bf050d;
}

/* common css end */

h3.search_query {
    font-size: 16px;
}

.custom_btn {
    background-color: #bf050d;
    padding: 3px 14px;
    /* border-radius: 6px; */
    display: inline-block;
    transition: all 0.3s ease-in-out;
    display: inline-flex;
    text-transform: capitalize;
}

.custom_btn:hover {
    background-color: #096118;
}

.custom_btn .arrow_icon_area {
    width: 50px;
    display: flex;
    align-items: center;
}

.custom_btn span,
i {
    /* color: #fff; */
    font-size: 18px;
    text-decoration: none;
}

.custom_btn i {
    margin-left: 10px;
    transition: all 0.3s ease-in-out;
}

.custom_btn:hover .arrow_icon_area i {
    margin-left: 20px;
}

.example-marquee {
    position: relative;
}

/* header start  */
.menu-search ul li a {
    font-size: 18px;
    margin-right: 12px;
    color: #222;
    cursor: pointer;
}

.social-icon ul li a {
    font-size: 15px;
    margin-left: 2px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    display: inline-block;
    border-radius: 50%;
}

.common_btn {
    display: inline-block;
    background-color: #bf050d;
    border-radius: 65px;
    border: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white !important;
    font-weight: 500;
    position: relative;
    transition: all linear 0.3s;
}

.search-icon {
    cursor: pointer;
}

.search-icon i {
    color: var(--background-color);
}

.menu_search input {
    border: none;
    outline: none;
    box-shadow: none;
}

.menu_search input:focus {
    border: none;
    outline: none;
    box-shadow: none;
}

span.close_search i {
    color: white;
}

.search_btn {
    width: 132px;
    height: 45px;
    font-size: 18px;
    position: absolute;
    right: 10px;
    top: 9px;
}

.menu_search {
    background: #000000b3;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: 2s all;
    transition-duration: 0.5s;
}

.menu_search.active {
    opacity: 1;
    visibility: visible;
    overflow: visible;
}

.menu_search form {
    display: flex;
    position: relative;
}

.menu_search form input {
    width: 700px;
    height: 60px;
    border-radius: 35px;
    font-size: 17px;
    padding: 20px;
}

.close_search {
    position: absolute;
    color: white;
    background-color: #bf050d;
    width: 40px;
    height: 40px;
    line-height: 16px;
    /* text-align: center; */
    /* align-items: center; */
    font-size: 22px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -90px;
    right: 0px;
    cursor: pointer;
}

/* header end */
/* hero video css start  */
.video-content {
    position: absolute;
    bottom: 20%;
    left: 10%;
}

.video-content .homepage-banner__inner {
    display: table-cell;
    vertical-align: middle;
    text-align: start;
    padding-left: 16px;
    padding-right: 16px;
}

.video-content .homepage-banner__inner .short-heading p {
    color: white;
}

.video-content .homepage-banner__inner .field-heading h2 {
    font-size: 62px;
    color: white;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
}

.video-background-controls button {
    font-size: 32px;
    display: inline-block;
    padding: 0px;
    margin: 0px;
    height: 32px;
    width: 32px;
    border-radius: 16px;
    line-height: 32px;
    border: none;
    background: none;
    -webkit-appearance: none;
    color: white;
    filter: drop-shadow(0px 0px 1px black);
    cursor: pointer;
    opacity: 1;
    transition: all 250ms ease-in-out;
    margin-left: 10px;
}

.video-background-controls button:hover {
    opacity: 0.5;
}

.data-youtube {
    width: 1600px;
    height: 100vh;
}

.video-container {
    width: 100%;
    height: 720px;
    overflow: hidden;
    /* z-index: -1; */
    position: relative;
}

.video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* hero video css end  */

/* about section start  */

.about .container {
    /* background-color: #f5f5f5; */
    padding: 30px 30px;
}

.about .custom_container p {
    font-size: 24px;
    font-weight: 600;
    color: black;
}

.about .name {
    font-size: 33px;
    color: #bf050d;
    font-weight: 700;
}

.about .title {
    font-size: 30px;
    color: #000;
    font-weight: 700;
}

/* about section end */

/* know section start */
.know_more {
    background: #000;
}

.iteam_inner {
    position: relative;
    height: 420px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    cursor: pointer;
}

/* dark overlay */
.iteam_inner::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.25);
    transition: all 0.4s ease;
    z-index: 1;
}

.iteam_inner:hover::after {
    background: rgba(0, 0, 0, 0.6);
}

/* content */
.info {
    position: absolute;
    left: 25px;
    right: 25px;
    color: #fff;
    z-index: 2;
    transform: translateY(40px);
    transition: all 0.4s ease;
}

.iteam_inner:hover .info {
    transform: translateY(0);
}

.info h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 12px;
    color: white;
}

.info p {
    font-size: 15px;
    line-height: 1.6;
    opacity: 0;
    transition: all 0.4s ease;
}

.iteam_inner:hover .info p {
    opacity: 1;
}

/* button */
.know_more_btn_container {
    position: absolute;
    bottom: 25px;
    left: 25px;
    z-index: 2;
}

.know_more_btn {
    color: #2f9640;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.know_more_btn i {
    transition: transform 0.3s ease;
    color: #2d903d;
}

.iteam_inner:hover .know_more_btn i {
    transform: translateX(6px);
}

.info p {
    color: #fff;
}

/* know section end */

/* biology start */
.biologicals_container {
    height: 700px;
}

.biologicals_left {
    height: 100%;
    background-color: #334c56;
    padding: 0px 50px;
}

/* .biologicals_left .content_box {
    height: 400px;
} */
.biologicals_left .title {
    font-size: 50px;
    font-weight: 800;
    color: white;
}

.biologicals_left .title span {
    color: #bf050d;
}

.biologicals_left p {
    font-size: 20px;
    font-weight: 500;
    color: white;
}

.biologicals_img {
    height: 100%;
}

.biologicals_img img {
    width: 100%;
    height: 100%;
}

.biologicals_btn {
    width: 446px;
}

/* biology end */

/* media releases section start  */

/* Our Prduct start  */
#out_product_section {
    color: #edf6fd;
}

.product_title h2 {
    color: #bf050d;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 33px;
}

.product_title h2 span {
    color: #bf050d;
}

.product-item {
    margin: 30px 0px 30px 0px;
    overflow: hidden;
    border: 1px solid #dddddd8a;
}

.product-item .product_img img {
    width: 100%;
    height: 225px;
    object-fit: contain;
}

.product-item .product_description {
    justify-content: space-between;
    padding: 0 10px 10px 10px;
}

.product-item .product_description .p_title {
    height: 40px;
}

.product-item .product_description .p_title p {
    color: #000;
    font-size: 18px;
}

.product-item .product_description .p_desc {
    color: black;
    font-size: 16px;
    /* height: 116px; */
    cursor: pointer;
    line-height: 1.5;
}

.product_title {
    text-align: center;
    margin-top: 35px;
}

.product-item .product_description .p_btn a {
    font-size: 16px;
    color: #bf050d;
    text-transform: capitalize;
}

.product-item .product_description .p_btn i {
    font-size: 16px;
    margin-left: 5px;
    color: #bf050d;
}

.product-item .product_description .p_btn {
    margin-right: 5px;
    transition: all 0.5s ease-in-out;
    text-align: end;
}

/* Our Product end  */

/* product details page start  */

li.list-group-item a {
    color: #a77209;
}

li.list-group-item a:hover {
    color: #bf050d;
    transition: all 0.3s ease-in-out;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125) !important;
}

.prod-details-title {
    margin-top: -5em;
}

.prod-details-title>h1,
.prod-details-title>h4 {
    color: #f0f0f0;
}

.prod-details-title>h6 {
    color: #cdcdcd;
}

.prod-image {
    margin-top: -12em;
}

.pro-image-container img {
    position: relative;
    z-index: 99;
    /* left: 0px; */
}

/* product details page end */

/* Our service start  */
#out_service_section {
    color: #edf6fd;
}

.service_title h2 {
    color: #bf050d;
    text-transform: uppercase;
    font-size: 33px;
    margin-top: 20px;
    font-weight: 300;
}

.service_title h2 span {
    color: #bf050d;
}

.service-item {
    margin: 30px 0px 30px 0px;
    position: relative;
    /* height: 630px; */
    /* background-color: #edf6fd; */
    box-shadow: 1px 1px 12px 5px #faf4f4;
    overflow: hidden;
}

.service-item .service_img img {
    width: 100%;
    height: 300px;
}

/* .service-item .service_description {
    margin: 16px 8px 13px 13px;
} */

.service-item .service_description {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* height: 183px; */
    background-color: #f5f5f5;
    padding: 16px;
    /* position: relative; */
}

.service-item .service_description .s_title {
    margin: 10px 0px;
    height: 40px;
}

.service-item .service_description .s_title p {
    color: #bf050d;
    font-size: 22px;
    font-weight: 600;
}

.service-item .service_description .s_desc {
    color: black;
    font-size: 16px;
    height: 116px;
    cursor: pointer;
}

.service_title {
    text-align: center;
    margin-top: 50px;
}

.service-item .service_description .s_btn a {
    font-size: 18px;
    font-weight: 600;
    color: #bf050d;
    text-transform: capitalize;
}

.service-item .service_description .s_btn i {
    font-size: 20px;
    font-weight: 700;
    margin-left: 5px;
    color: #bf050d;
}

.service-item .service_description .s_btn {
    margin-top: 36px;
    margin-right: 5px;
    transition: all 0.5s ease-in-out;
    text-align: end;
}

/* Our service end  */

/* future agriculture start  */
.future_agriculture-section {
    background-image: url("../images/future_agriculture.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    position: relative;
}

/* overlay */
.future_agriculture-overlay {
    background: rgba(0, 0, 0, 0.45);
    height: 100%;
    width: 100%;
}

/* text styles */
.future_agriculture-subtitle {
    color: #f7b500;
    font-weight: 600;
    font-size: 20px;
}

.future_agriculture-title {
    color: #ffffff;
    font-weight: 800;
    font-size: 48px;
}

.future_agriculture-highlight {
    color: #ffffff;
    margin-top: 15px;
}

.future_agriculture-highlight span {
    color: #f7b500;
    font-weight: 700;
}

.future_agriculture-text {
    color: #eaeaea;
    margin-top: 20px;
    line-height: 1.6;
    font-size: 16px;
}

/* button */
.future_agriculture-btn {
    margin-top: 25px;
    background-color: #f7b500;
    color: #000;
    padding: 12px 22px;
    font-weight: 600;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 14px;
}

.future_agriculture-btn:hover {
    background-color: #096118;
    color: #000;
}

/* future agriculture end  */

/* stay informate  section start */
a.stay_informed-btn span {
    font-size: 20px;
}

.stay_informed-section {
    /* background-image: url("../images/a4f8d119d81f2b1391bf1565f21f4115.jpg"); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

/* dark overlay */
.stay_informed-overlay {
    background: rgba(0, 0, 0, 0.45);
    padding: 115px 0;
}

/* text styles */
.stay_informed-title {
    color: #ffffff;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 5px;
}

.stay_informed-text {
    color: #f1f1f1;
    font-size: 16px;
    margin: 0;
}

/* button */
.stay_informed-btn {
    display: inline-block;
    background-color: #bf050d;
    color: #fff;
    padding: 14px 24px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 4px;
    text-decoration: none;
}

.stay_informed-btn:hover {
    background-color: #096118;
    color: #000;
}

/* responsive */
@media (max-width: 768px) {
    .stay_informed-title {
        font-size: 26px;
    }

    .stay_informed-overlay {
        padding: 40px 15px;
    }
}

/* stay informate  section end */

/* sustainability section start  */
.sustainability_container {
    height: 800px;
    padding: 0px 30px;
}


.sustainability_left {
    height: 100%;
}

.sustainability_left .title {
    font-size: 50px;
    font-weight: 800;
}

.sustainability_left .title span {
    color: #bf050d;
}

.sustainability_left p {
    font-size: 13px;
    font-weight: 500;
}

/* Sustainability  end  */

/* important links section start */
.footer_up_navbar {
    background-color: #ffffff;
    border-bottom: 1px solid #eaeaea;
    padding: 12px 0;
}

/* menu */
.footer_up_navbar-menu .nav-link {
    color: #000;
    font-weight: 500;
    font-size: 15px;
    padding: 8px 14px;
    transition: color 0.3s ease;
}

.footer_up_navbar .navbar .navbar-nav {
    display: flex;
    flex-direction: row;
}

.footer_up_navbar-menu .nav-link:hover {
    color: #f7b500;
}

/* responsive */
@media (max-width: 991px) {
    .footer_up_navbar-menu {
        padding-top: 15px;
    }

    .footer_up_navbar-menu .nav-link {
        padding: 10px 0;
    }
}

/* important links section end */

/* footer section design start */
/* General Styling */

.custom-footer {
    background-color: #dcdada;
    color: #002244;
    padding: 40px 0;
}

/* Top Nav Links */
.footer-top-nav a {
    text-decoration: none;
    color: #002244;
    margin-left: 20px;
    font-size: 0.9rem;
    font-weight: 500;
}

/* Logo and Divider */
.footer-logo {
    max-width: 200px;
    height: auto;
}

.logo-divider {
    width: 280px;
    border-top: 1px solid #002244;
    opacity: 1;
    margin: 20px 0;
}

.connect-text {
    font-weight: bold;
    font-size: 1rem;
    margin-bottom: 15px;
    color: #555;
}

/* Social Icons */
.social_container {
    display: flex;
    justify-content: start;
    gap: 10px;
}

.social-icons {
    display: flex;
    gap: 10px;
}

.social-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background-color: #bf050d;
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
    transition: 0.3s ease;
}

.social-circle:hover {
    background-color: #096118;
}

/* Quick Links Styling */
.quick-links-title {
    font-weight: bold;
    font-size: 1rem;
    color: #555;
}

.list-unstyled li {
    margin-bottom: 8px;
}

.list-unstyled li a {
    text-decoration: none;
    color: #555;
    font-size: 0.9rem;
}

.list-unstyled li a:hover {
    color: #002244;
    text-decoration: underline;
}

/* Footer Bottom */

.footer-bottom {
    font-size: 0.8rem;
    color: #333;
    margin-top: 20px;
}

.footer-legal-links a {
    text-decoration: none;
    color: #333;
}

.footer-legal-links a:hover {
    text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .footer-top-nav .container {
        justify-content: center !important;
    }

    .footer-top-nav a {
        margin: 5px 10px;
    }

    .footer-legal-links {
        text-align: center;
    }
}

/* footer section design end */

/* scroll button start */

/* scroll button start */
.scrollTop {
    display: none;
}

.scroll_btn {
    width: 35px;
    height: 70px;
    border-radius: 25px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 111;
    cursor: pointer;
    text-align: center;
    line-height: 70px;
    background: #bf050d;
    border: 3px solid white;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}

.scroll_btn span {
    animation: scroll_amini linear 2s infinite alternate;
    -webkit-animation: scroll_amini linear 2s infinite alternate;
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.scroll_btn span i {
    font-size: 16px;
    color: white;
}

.scroll_btn:hover {
    background: #096118;
}

@keyframes scroll_amini {
    from {
        bottom: -20px;
    }

    to {
        bottom: 12px;
    }
}

/* scroll button end */
/* scroll button end */

/* custome page start  */
.custom_page {
    padding: 90px 0;
}

p.profile_experience {
    font-size: 13px;
    color: #474646;
}

.profile_section {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.profile_card {
    background: #fff;
    padding: 7px;
    height: 390px;
    border-radius: 10px;
}

.content_inner p {
    color: #606060;
    font-size: 18px;
    line-height: 28.8px;
}

/* custome page end */

/* .page-breadcrumb start */

.breadcrumb {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: 90px 0px 128px;
    position: relative;
}

.breadcrumb::after {
    position: absolute;
    content: "";
    background: #013c5aa3;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.breadcrumb .container {
    display: flex;
    justify-content: center;
}

.breadcrumb_text {
    position: relative;
    z-index: 2;
}

.breadcrumb_text h1 {
    font-size: 56px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 10px;

    color: white;
}

.breadcrumb_text ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /* margin-left: 20px; */
    padding: 0;
}

.breadcrumb_text ul li,
.breadcrumb_text ul li a {
    font-size: 18px;
    font-weight: 500;
    font-family: green;
    color: white;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}

.breadcrumb_text ul li a {
    position: relative;
    margin-right: 15px;
    padding-right: 15px;
}

.breadcrumb_text ul li a::after {
    position: absolute;
    content: "\f054";
    font-family: "font awesome 5 free";
    font-weight: 600;
    font-size: 12px;
    color: white;
    top: 0px;
    right: -4px;
}

.breadcrumb_text ul li a:hover {
    color: white;
}

.breadcrumb_text ul li {
    list-style: none;
    color: white;
    text-transform: capitalize;
}

.breadcrumbs::after {
    position: absolute;
    content: "";
    background: url("../images/shape-1.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 92px;
    height: 92px;
    bottom: 67px;
    right: 8%;
}

/* .page-breadcrumb end */

/* about sections css start  */

.contact-one {
    padding-top: 80px;
}

@media (min-width: 1200px) {
    .contact-one {
        padding-top: 120px;
    }
}

.contact-one .block-title {
    margin-bottom: 30px;
}

@media (min-width: 1440px) {
    .contact-one .block-title {
        margin-right: -20px;
    }
}

.contact-one__summery {
    margin-bottom: 30px;
}

@media (min-width: 1200px) {
    .contact-one__summery {
        margin-top: 40px;
    }
}

.contact-one__summery p {
    margin: 0;
    font-size: 14px;
    line-height: 2;
    color: #6e7673;
    font-weight: 500;
}

@media (min-width: 992px) {
    .contact-one__summery p {
        font-size: 15px;
        max-width: 400px;
    }
}

@media (min-width: 1200px) {
    .contact-one__summery p {
        font-size: 16px;
        line-height: 2.125;
        margin-right: -25px;
    }
}

.contact-one__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact-one__social a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    background-color: #f6f5f2;
    color: #6e7673;
    font-size: 14px;
    width: 40px;
    height: 40px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border-radius: 50%;
}

@media (min-width: 992px) {
    .contact-one__social a {
        width: 50px;
        height: 50px;
        font-size: 15px;
    }
}

.contact-one__social a:hover {
    background-color: var(--thm-primary);
    color: #fff;
}

.contact-one__social a+a {
    margin-left: 10px;
}

.contact-one__form {
    margin-top: 40px;
}

/* @media (min-width: 1200px) {
    .contact-one__form {
        margin-top: 0;
        padding-left: 40px;
    }
} */

/* @media (min-width: 1440px) {
    .contact-one__form {
        padding-left: 70px;
    }
} */

.footer-widget__contact li i {
    margin-right: 10px;
    color: #bf050d;
}

.contact-one__form .row {
    margin-left: -10px;
    margin-right: -10px;
}

.contact-one__form .row[class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}

.contact-one__form input[type="text"],
.contact-one__form input[type="email"],
.contact-one__form input[type="phone"],
.contact-one__form textarea {
    display: block;
    border: none;
    outline: none;
    width: 100%;
    background-color: #f6f5f2;
    border-radius: 5px;
    padding-left: 20px;
    padding-right: 20px;
    height: 60px;
    font-size: 14px;
    color: #6e7673;
    margin-bottom: 20px;
}

@media (min-width: 1200px) {

    .contact-one__form input[type="text"],
    .contact-one__form input[type="email"],
    .contact-one__form input[type="phone"],
    .contact-one__form textarea {
        height: 71px;
        padding-left: 30px;
    }
}

.contact-one__form textarea {
    height: 150px;
    padding-top: 10px;
}

@media (min-width: 1200px) {
    .contact-one__form textarea {
        padding-top: 20px;
        height: 199px;
    }
}

.contact-one__form .thm-btn {
    background-color: var(--thm-primary);
}

.contact-one__form .thm-btn:hover {
    background-color: var(--thm-black);
    color: #fff;
}

@media (min-width: 1440px) {
    .contact-one__form .thm-btn {
        font-size: 18px;
        font-weight: 700;
    }
}

.contact-infos {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 80px;
}

@media (min-width: 1200px) {
    .contact-infos {
        padding-top: 120px;
    }
}

.contact-infos .inner-container {
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.05);
    margin-bottom: -30px;
    position: relative;
    z-index: 10;
    padding: 20px;
    border-radius: 5px;
}

@media (min-width: 768px) {
    .contact-infos .inner-container {
        text-align: center;
    }
}

@media (min-width: 992px) {
    .contact-infos .inner-container {
        text-align: left;
        padding: 30px 0;
    }
}

@media (min-width: 1200px) {
    .contact-infos .inner-container {
        padding: 60px 5px;
        margin-bottom: -50px;
    }
}

[class*="col"] .contact-infos__single {
    padding-left: 20px;
    padding-right: 20px;
}

@media (min-width: 992px) {
    [class*="col"] .contact-infos__single {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 1200px) {
    [class*="col"] .contact-infos__single {
        padding-left: 55px;
        padding-right: 55px;
    }
}

[class*="col"]+[class*="col"] .contact-infos__single {
    border-top: 1px solid #e9e7e2;
    margin-top: 20px;
    padding-top: 20px;
}

@media (min-width: 992px) {
    [class*="col"]+[class*="col"] .contact-infos__single {
        border-top: 0;
        margin-top: 0;
        padding-top: 0;
        border-left: 1px solid #e9e7e2;
    }
}

.contact-infos__single h3 {
    margin: 0;
    color: #255946;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .contact-infos__single h3 {
        font-size: 20px;
    }
}

@media (min-width: 1200px) {
    .contact-infos__single h3 {
        margin-bottom: 30px;
    }
}

.contact-infos__single p {
    margin: 0;
    color: #6e7673;
    font-size: 14px;
    line-height: 2;
}

@media (min-width: 768px) {
    .contact-infos__single p {
        font-size: 16px;
        max-width: 230px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 992px) {
    .contact-infos__single p {
        margin-left: 0;
        margin-right: 0;
        max-width: 292px;
    }
}

@media (min-width: 1200px) {
    .contact-infos__single p {
        font-size: 18px;
        line-height: 1.89;
    }
}

.contact-infos__single p br {
    display: inherit !important;
}

.contact-infos__single p a {
    color: inherit;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.contact-infos__single p a:hover {
    color: var(--thm-base);
}


.contact-two__image {
    position: relative;
}

@media (min-width: 1200px) {
    .contact-two__image {
        margin-top: 30px;
    }
}

.contact-two__image>img {
    border-radius: 50%;
    position: relative;
}

.contact-two__image-bubble-1 {
    width: 100%;
    height: 100%;
    background-color: #f6f5f2;
    position: absolute;
    top: -30px;
    left: -20px;
    border-radius: 50%;
}

@media (min-width: 768px) {
    .contact-two__image-bubble-1 {
        width: 471px;
        height: 471px;
    }
}

.contact-two__image-bubble-2 {
    width: 120px;
    height: 120px;
    background-color: var(--thm-base);
    position: absolute;
    top: -40px;
    left: -30px;
    border-radius: 50%;
    -webkit-animation-name: bubbleMover;
    animation-name: bubbleMover;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-perspective: 100px;
    perspective: 100px;
    -webkit-transform-origin: center center;
    transform-origin: center center;
}

@media (min-width: 768px) {
    .contact-two__image-bubble-2 {
        width: 189px;
        height: 189px;
    }
}

.contact-two__image-bubble-3 {
    width: 55px;
    height: 55px;
    background-color: var(--thm-primary);
    position: absolute;
    bottom: -20px;
    left: 20px;
    border-radius: 50%;
    -webkit-animation-name: squareMover;
    animation-name: squareMover;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-perspective: 100px;
    perspective: 100px;
    -webkit-transform-origin: center center;
    transform-origin: center center;
}

@media (min-width: 1440px) {
    .contact-two__image-bubble-3 {
        left: -40px;
        bottom: 10px;
    }
}

.contact-two__content {
    margin-top: 40px;
}

@media (min-width: 1200px) {
    .contact-two__content {
        margin-top: 0;
    }
}

@media (min-width: 1440px) {
    .contact-two__content {
        position: relative;
        left: 15px;
    }
}

@media (min-width: 1200px) {
    .contact-two__summery {
        margin-top: -20px;
    }
}

.contact-two__summery p {
    margin: 0;
    font-size: 14px;
    line-height: 2;
    color: #6e7673;
    font-weight: 500;
}

@media (min-width: 992px) {
    .contact-two__summery p {
        font-size: 15px;
        max-width: 275px;
    }
}

@media (min-width: 1200px) {
    .contact-two__summery p {
        font-size: 16px;
        line-height: 2.125;
        margin-right: -15px;
    }
}

@media (min-width: 1200px) {
    .contact-two .contact-one__form {
        padding-left: 0;
    }
}

@media (min-width: 1440px) {
    .contact-two .contact-one__form {
        padding-left: 30px;
    }
}

.contact-two .contact-one__form input[type="text"],
.contact-two .contact-one__form input[type="email"],
.contact-two .contact-one__form input[type="phone"],
.contact-two .contact-one__form textarea {
    margin-bottom: 10px;
}

@media (min-width: 1200px) {
    .contact-two .contact-one__form textarea {
        height: 169px;
    }
}

/* about sections css end */

/* about service section css start  */

.service-one {
    background-color: var(--thm-primary);
    padding-top: 80px;
    padding-bottom: 50px;
    position: relative;
}

.service-one::before {
    content: "";
    width: 100%;
    height: 16px;
    background-image: url(../images/shapes/ripped-paper-primary-up.png);
    position: absolute;
    top: -16px;
    left: 0;
    z-index: 10;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    background-size: auto;
}

@media (min-width: 1700px) {
    .service-one::before {
        background-size: 100%;
        bottom: -15px;
    }
}

@media (min-width: 992px) {
    .service-one {
        padding-bottom: 0;
        margin-bottom: 120px;
    }
}

@media (min-width: 1200px) {
    .service-one {
        padding-top: 120px;
    }
}

.service-one__box {
    position: relative;
    margin-bottom: 60px;
}

@media (min-width: 992px) {
    .service-one__box {
        margin-bottom: -90px;
    }
}

.service-one__box>img {
    width: 100%;
    -webkit-filter: blur(0);
    filter: blur(0);
    border-radius: 5px;
    -webkit-transition: 500ms ease;
    transition: 500ms ease;
}

.service-one__box:hover>img {
    -webkit-filter: blur(2px);
    filter: blur(2px);
}

.service-one__box-content {
    width: calc(100% - 40px);
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%) translateY(50%);
    transform: translateX(-50%) translateY(50%);
    background-color: #fff;
    border-radius: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

@media (min-width: 1200px) {
    .service-one__box-content {
        padding-top: 29px;
        padding-bottom: 29px;
    }
}

.service-one__box-content h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #255946;
    text-align: center;
}

@media (min-width: 1200px) {
    .service-one__box-content h3 {
        font-size: 22px;
    }
}

.service-one__box-content h3 a {
    color: inherit;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.service-one__box-content h3 a:hover {
    color: var(--thm-primary);
}

.service-one__box:hover .service-one__box-content {
    -webkit-box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.05);
}

.service-one__about {
    background-color: #fff;
    margin-top: 0;
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .service-one__about {
        padding-bottom: 50px;
    }
}

@media (min-width: 1200px) {
    .service-one__about {
        padding-bottom: 100px;
    }
}

.service-one__about::before {
    display: none;
}

@media (min-width: 992px) {
    .service-one__about .service-one__box {
        margin-bottom: 60px;
    }
}

.service-two {
    background-color: #f6f5f2;
    position: relative;

    padding: 1px 0;
}

.service-two::before {
    content: "";
    width: 100%;
    height: 16px;
    background-image: url(../images/shapes/ripped-paper-gray-up.png);
    position: absolute;
    top: -16px;
    left: 0;
    z-index: 10;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    background-size: auto;
}

@media (min-width: 1700px) {
    .service-two::before {
        background-size: 100%;
        bottom: -15px;
    }
}

@media (min-width: 1200px) {
    .service-two {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .service-two:nth-of-type(4) {
        padding-bottom: 80px !important;
    }
}

.service-two__bottom-curv {
    width: 100%;
    height: 360px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
}

@media (min-width: 1200px) {
    .service-two__bottom-curv {
        display: block;
    }
}

.service-two__bottom-curv::before {
    content: "";
    width: 100%;
    height: 16px;
    background-image: url(../images/shapes/ripped-paper-white-up.png);
    position: absolute;
    top: -16px;
    left: 0;
    z-index: 10;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    background-size: auto;
}

@media (min-width: 1700px) {
    .service-two__bottom-curv::before {
        background-size: 100%;
        bottom: -15px;
    }
}

.service-two .container {
    position: relative;
    z-index: 10;
}

.service-two .row {
    margin-left: -10px;
    margin-right: -10px;
}

@media (min-width: 992px) {
    .service-two .row {
        margin-left: -3px;
        margin-right: -3px;
    }
}

.service-two .row[class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}

@media (min-width: 992px) {
    .service-two .row[class*="col-"] {
        padding-left: 3px;
        padding-right: 3px;
    }
}

.service-two__card {
    border-radius: 5px;
    margin-bottom: 20px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

@media (min-width: 1200px) {
    .service-two__card {
        margin-bottom: 0;
    }
}

.service-two__card-image {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.service-two__card-image>img {
    width: 100%;
}

.service-two__card-content {
    background-color: #fff;
    position: relative;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding-bottom: 30px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.05);
}

@media (min-width: 1200px) {
    .service-two__card-content {
        padding-bottom: 45px;
        padding-left: 50px;
        padding-right: 50px;
    }
}

.service-two__card-content h3 {
    color: var(--thm-black);
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    margin-top: 20px;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .service-two__card-content h3 {
        font-size: 20px;
    }
}

@media (min-width: 1200px) {
    .service-two__card-content h3 {
        max-width: 145px;
        margin-left: auto;
        margin-right: auto;
    }
}

.service-two__card-content h3 a {
    color: inherit;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.service-two__card-content h3 a:hover {
    color: var(--thm-primary);
}

.service-two__card-content p {
    margin: 0;
    font-size: 15px;
    line-height: 1.875;
    color: #6e7673;
}

@media (min-width: 768px) {
    .service-two__card-content p {
        font-size: 16px;
    }
}

.service-two__card:hover .service-two__card-content {
    -webkit-box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.1);
}

.service-two__card-icon {
    width: 78px;
    height: 78px;
    background-color: var(--thm-base);
    border: 6px solid #fff;
    margin-left: auto;
    margin-right: auto;
    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;
    text-align: center;
    font-size: 35px;
    color: #fff;
    border-radius: 50%;
    position: relative;
    top: -39px;
    margin-bottom: -39px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

@media (min-width: 768px) {
    .service-two__card-icon {
        width: 98px;
        height: 98px;
        top: -49px;
        margin-bottom: -49px;
    }
}

@media (min-width: 1200px) {
    .service-two__card-icon {
        width: 108px;
        height: 108px;
        top: -54px;
        margin-bottom: -54px;
        font-size: 50px;
    }
}

.service-two__card:hover .service-two__card-icon {
    background-color: var(--thm-primary);
}

.service-two__card:hover {
    -webkit-box-shadow: 0 4px 0 0 var(--thm-primary);
    box-shadow: 0 4px 0 0 var(--thm-primary);
}

.service-two__service-page {
    background-color: #fff;
}

.service-two__service-page::before {
    display: none;
}

.service-two__home-two {
    padding-bottom: 50px;
}

@media (min-width: 1200px) {
    .service-two__home-two {
        padding-bottom: 90px;
        padding-top: 200px;
        margin-top: -80px;
    }
}

.service-two__home-two .row {
    margin-left: -15px;
    margin-right: -15px;
}

.service-two__home-two .row[class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
}

.service-two__home-two .service-two__card-content {
    margin-top: 0;
    padding-top: 10px;
    text-align: left;
    margin-bottom: 30px;
}

@media (min-width: 1200px) {
    .service-two__home-two .service-two__card-content {
        padding-left: 40px;
        padding-right: 40px;
        padding-bottom: 35px;
    }
}

.service-two__home-two .service-two__card-content h3 {
    margin-left: 0;
    margin-right: 0;
}

@media (min-width: 1200px) {
    .service-two__home-two .service-two__card-content h3 {
        margin-top: 25px;
    }
}

.service-details {
    padding-top: 80px;
    padding-bottom: 80px;
}

@media (min-width: 1200px) {
    .service-details {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

.service-details img {
    border-radius: 5px;
    max-width: 100%;
}

.service-details h2 {
    margin: 0;
    color: var(--thm-black);
    font-size: 30px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 15px;
}

@media (min-width: 1200px) {
    .service-details h2 {
        font-size: 40px;
        margin-top: 30px;
        margin-bottom: 35px;
    }
}

.service-details h4 {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    color: var(--thm-black);
    margin-top: 20px;
}

@media (min-width: 1200px) {
    .service-details h4 {
        font-size: 24px;
        margin-top: 0;
    }
}

.service-details p {
    margin: 0;
}

.service-details__list {
    margin-bottom: 20px;
    margin-top: 20px;
}

@media (min-width: 1200px) {
    .service-details__list {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

.service-details__list li {
    position: relative;
    padding-left: 60px;
}

@media (min-width: 1200px) {
    .service-details__list li {
        padding-left: 80px;
        min-height: 60px;
    }
}

@media (min-width: 1200px) {
    .service-details__list li+li {
        margin-top: 30px;
    }
}

.service-details__list li strong {
    color: #255946;
    font-weight: 700;
}

.service-details__list li>i {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--thm-primary);
    border-radius: 50%;
    position: absolute;
    top: 14px;
    left: 0;
    text-align: center;
    color: #fff;
    font-size: 17px;
    -webkit-transform: translateY(0%) rotate(0deg);
    transform: translateY(0%) rotate(0deg);
    -webkit-transition:
        background 500ms ease,
        -webkit-transform 500ms ease;
    transition:
        background 500ms ease,
        -webkit-transform 500ms ease;
    transition:
        background 500ms ease,
        transform 500ms ease;
    transition:
        background 500ms ease,
        transform 500ms ease,
        -webkit-transform 500ms ease;
}

@media (min-width: 1200px) {
    .service-details__list li>i {
        top: 50%;
        -webkit-transform: translateY(-50%) rotate(0deg);
        transform: translateY(-50%) rotate(0deg);
        width: 60px;
        height: 60px;
        font-size: 20px;
    }
}

.service-details__list li:hover>i {
    background-color: var(--thm-black);
    -webkit-transform: translateY(0%) rotate(360deg);
    transform: translateY(0%) rotate(360deg);
}

@media (min-width: 1200px) {
    .service-details__list li:hover>i {
        -webkit-transform: translateY(-50%) rotate(360deg);
        transform: translateY(-50%) rotate(360deg);
    }
}

.service-details .special-box {
    background-color: var(--thm-base);
    color: #fff;
    font-family: var(--special-font);
    font-size: 22px;
    padding: 30px;
    line-height: 1.4;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
}

@media (min-width: 1200px) {
    .service-details .special-box {
        font-size: 30px;
        font-weight: 700;
        padding-left: 80px;
        padding-right: 80px;
        padding-top: 45px;
        padding-bottom: 45px;
        margin-top: 50px;
        margin-bottom: 60px;
    }
}

.service-details__list-2 {
    margin-bottom: 10px;
    margin-top: 10px;
}

@media (min-width: 768px) {
    .service-details__list-2 {
        margin-top: 0;
    }
}

@media (min-width: 1200px) {
    .service-details__list-2 {
        margin-top: 20px;
        margin-bottom: 0;
    }
}

.service-details__list-2 li {
    position: relative;
    padding-left: 25px;
    color: var(--thm-black);
    font-weight: 500;
}

@media (min-width: 1200px) {
    .service-details__list-2 li {
        padding-left: 30px;
    }
}

@media (min-width: 1200px) {
    .service-details__list-2 li+li {
        margin-top: 5px;
    }
}

.service-details__list-2 li>i {
    color: var(--thm-primary);
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.service-sidebar {
    margin-bottom: 50px;
}

.service-sidebar__links {
    margin-bottom: 30px;
    background-color: #f6f5f2;
    border-radius: 5px;
}

.service-sidebar__links ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 20px;
    padding-right: 20px;
}

.service-sidebar__links ul li {
    display: block;
}

.service-sidebar__links ul li+li {
    border-top: 1px solid #e9e7e2;
}

.service-sidebar__links ul li a {
    display: block;
    font-size: 16px;
    color: #255946;
    line-height: 50px;
    font-weight: 500;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 5px;
}

.service-sidebar__links ul li a:hover {
    background-color: #fff;
    color: var(--thm-base);
}

@media (min-width: 992px) {
    .service-sidebar__links ul li a {
        line-height: 80px;
        font-size: 18px;
        padding-left: 40px;
        padding-right: 40px;
    }
}

.service-sidebar__call {
    position: relative;
    background-color: #49a760;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
}

@media (min-width: 1200px) {
    .service-sidebar__call {
        padding-top: 83px;
        padding-bottom: 83px;
    }
}

.service-sidebar__call-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    mix-blend-mode: luminosity;
    opacity: 0.1;
}

.service-sidebar__call h3 {
    margin: 0;
    position: relative;
    font-size: 36px;
    text-align: center;
    color: #fff;
    font-family: var(--special-font);
}

@media (min-width: 1200px) {
    .service-sidebar__call h3 {
        font-size: 46px;
    }
}

/* about service section css end */

/* careers section start  */

#careers {
    margin-top: 20px;

    .career_opportunity {
        margin-top: 20px;

        .headding {
            text-align: center;

            h4 {
                font-size: 30px;
                font-weight: 500;
                text-transform: uppercase;
            }
        }
    }

    table {
        text-align: center;

        thead {
            tr {
                th {
                    font-size: 15px;
                }
            }
        }

        tbody {
            tr {
                td {
                    font-size: 14px;

                    a {
                        font-size: 14px;
                    }
                }
            }
        }
    }
}

/* careers section end */
/* careers details section start */
#job_details {
    .details_container {
        padding: 13px 10px;
        display: flex;
        flex-direction: column;
        /* align-items: center; */

        .career_details_title {
            text-transform: capitalize;
            border-bottom: 1px solid rgb(230, 227, 227);

            h1 {
                font-size: 30px;

                strong {
                    font-size: 30px;
                }
            }

            strong {
                font-size: 16px;
            }

            span,
            p {
                font-size: 16px;
                margin: 0;
            }
        }

        .career_info {
            padding-top: 20px;
            border-bottom: 1px solid rgb(230, 227, 227);

            h2 {
                font-size: 30px;
                font-weight: 800;
                text-transform: capitalize;
                color: #2f9640;
            }

            p {
                font-size: 16px;
            }
        }
    }

    .form_container {
        background-color: #dddddd;
        padding: 25px 14px;

        .title {
            padding-bottom: 20px;
        }

        form {
            label {
                font-size: 14px;
                font-weight: 500;
            }

            button {
                width: 100%;
                font-size: 18px;
                margin-top: 20px;
            }
        }
    }
}

/* careers details section end */


a.custom_btn.about_btn.cust_ab_btn span {
    font-size: 16px !important;
    font-weight: normal !important;
}

a.custom_btn.about_btn.cust_ab_btn span {
    font-size: 16px !important;
    font-weight: normal !important;
    text-transform: uppercase;
    letter-spacing: 2.2px;
}

.hot_line {
    display: flex !important;
    justify-content: end;
}

.video-container .owl-carousel .owl-item img,
.video-container .owl-carousel .owl-item video {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.video-container .hero_item {
    height: 100% !important;
}

.contact_area {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

.contact_area span i {
    margin-right: 8px;
}

.contact_area span a {
    color: #555;
    font-size: 0.9rem;
}

.whatsapp-float {
    position: fixed;
    right: 20px;
    bottom: 110px;
    width: 55px;
    height: 55px;
    background: #25D366;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    z-index: 9999;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .3);
    animation: whatsappPulse 1.5s infinite;
}

/* Hover effect */
.whatsapp-float:hover {
    background: #1ebe5d;
    color: #fff;
}

/* Pulse animation */
@keyframes whatsappPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
    }

    70% {
        box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

a.whatsapp-float i {
    color: #fff;
}

.contact_area i {
    color: #555;
}

.topBar {
    display: grid;
    grid-template-columns: 20% 70% 10%;
}

.homepage-banner__inner {
    position: absolute;
    top: 20%;
    left: 18%;
    z-index: 999999;
    /* background: rgba(0,0,0,0.3); */
    padding: 10px 10px 40px 10px;
    width: 360px;
    border-radius: 10px;
}

.field-heading h2 {
    color: #2f9640;
    font-size: 35px;
    font-weight: 800;
    text-shadow: 6px 5px 5px #fff;
}

.short-heading p,
.short-heading {
    color: #2f9640;
}

.notice_list ul li {
    list-style: none;
    background: #fff;
    border: 1px solid #ddd;
    padding: 5px 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    box-shadow: 5px 2px 5px #ddd;
}

.notice_list ul li a {
    display: block;
    width: 100%;
    background: #fff;
    color: #000;
}

.notice_list {
    margin-top: 80px;
}

.activities_video {
    margin-top: 30px;
}

.notice_card .blog-card__content {
    padding: 10px;
    text-align: center;
}

.blog-card__image.notice_img {
    height: 300px;
}

.more_notice {
    text-align: right;
}

.more_notice a {
    background: #2f9640;
    padding: 2px 15px;
    color: #fff;
    border-radius: 5px;
    margin-top: 15px;
    display: inline-block;
    transition: all .5s ease;
}

.more_notice a:hover i {
    margin-left: 5px;
}

.contact_area span {
    font-size: 0.9rem;
    color: #555;
}

.f_img {
    height: 140px;
}

.f_img img {
    height: 100%;
    object-fit: cover !important;
    width: 100%;
}

.notice_tab>.d-flex {
    display: flex !important;
    justify-content: space-between;
    gap: 40px;
}

.left_tab {
    width: 35%;
}

.right_tab {
    width: 65%;
}

.right_tab button {
    background: #fff;
    border: 1px solid #ddd;
    padding: 5px 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    box-shadow: 5px 2px 5px #ddd;
    text-align: left;
    color: #000 !important;
}

.right_tab .nav-link.active,
.right_tab .show>.nav-link {
    background-color: #fff !important;
    color: #2f9640 !important;
}

.google-map__home-two iframe {
    height: 400px !important;
}

a.btn.btn-info.w-100.prfile_view_btn {
    background: #2f9640;
    color: #fff;
}

section.faq_sec {
    margin-bottom: 20px;
}

.short_desc {
    margin-top: 20px;
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 5px;
    width: 80%;
}

.cropcarte_details b {
    font-weight: bold;
}

.pro_btn ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pro_btn ul li {
    display: inline-block;
}

.pro_btn ul li a {
    padding: 5px 35px;
    display: inline-block;
    background: #2f9640;
    color: #fff;
    border-radius: 40px;
    transition: all .5s ease;
    margin-bottom: 5px;
}

.pro_btn ul li a:hover {
    background: #096118;
}

.career_img {
    max-width: 300px;
    position: relative;
}

.career_img img {
    width: 100%;
}

.career_img>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    background-color: rgba(31, 78, 61, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 1;
    /*-webkit-transform: translateY(-20%);*/
    /*transform: translateY(-20%);*/
    /*-webkit-transition: opacity 500ms ease,*/
    /*    -webkit-transform 500ms ease;*/
    /*transition: opacity 500ms ease,*/
    /*    -webkit-transform 500ms ease;*/
    /*transition: opacity 500ms ease,*/
    /*    transform 500ms ease;*/
    /*transition: opacity 500ms ease,*/
    /*    transform 500ms ease,*/
    /*    -webkit-transform 500ms ease;*/
}



.career_img>a::before,
.career_img>a::after {
    content: "";
    width: 32px;
    height: 2px;
    background-color: #fff;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 99999;
}

.career_img>a::after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg) !important;
}

.sustainability_img {
    box-shadow: -2px 0px 8px #ddd;
}

.news_ticker_inner {
    background: #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    margin-bottom: 5px;
}

.news_ticker_inner ul {
    margin: 0;
}

.news_ticker_inner ul li {
    display: inline-block;
    padding: 5px 20px;
    position: relative;
}

.news_ticker_inner ul li:before {
    position: absolute;
    left: 0;
    top: 34%;
    content: "";
    width: 15px;
    height: 15px;
    background: #2f9640;
    transform: translateX(-50%);
}

.topbar__right.mobile_hoteline_btn {
    display: none !important;
}


.stats-section {
    background: #eef2f5;
    padding: 60px 20px;
    text-align: center;
}

.stats-header h2 {
    color: #bf050d;
    font-size: 30px;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.stats-header p {
    color: #bf050d;
    font-size: 14px;
    margin-bottom: 40px;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px 20px;
}

.stat-item i {
    font-size: 40px;
    color: #bf050d;
    margin-bottom: 10px;
}

.stat-item p {
    font-size: 13px;
    color: #bf050d;
    margin: 5px 0;
    letter-spacing: 1px;
}

.stat-item h3 {
    font-size: 22px;
    color: #bf050d;
    margin: 0;
}

.stat-item h3 span {
    font-weight: bold;
}

/* Responsive */
@media (max-width: 992px) {
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .stats-grid {
        grid-template-columns: 1fr 1fr;
    }
}

.stat-item i {
    font-size: 40px;
    color: #bf050d;
    margin-bottom: 10px;
    transition: all 0.3s ease;
}

.stat-item:hover i {
    transform: scale(1.2) rotate(8deg);
    color: #bf050d;
}

.stat-item {
    transition: all 0.3s ease;
}

.stat-item:hover {
    transform: translateY(-8px);
}

.wow {
    visibility: hidden;
}

.brand-section {
    background: #c8c8c88c;
    padding: 50px 20px;
    text-align: center;
}

.brand-header h2 {
    color: var(--secondary-color);
    font-size: 26px;
    margin-bottom: 7px;
    font-weight: 700;
}

.brand-header p {
    color: var(--secondary-color-extra);
    font-size: 18px;

    margin-bottom: 30px;
}

/* Grid Layout */
.brand-grid {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 10px;
    align-items: center;
}

/* Brand Item */
.brand-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Logo Style */
.brand-item img {
    max-width: 220px;
    width: 100%;
    transition: all 0.4s ease;
    /* filter: grayscale(100%) brightness(0.8); */
}

/* 🔥 Hover Animation */
.brand-item:hover img {
    transform: scale(1.1);
    filter: grayscale(0%) brightness(1);
}

.channel-showcase {
    background: linear-gradient(180deg, #f5f7fb 0%, #eef2f7 100%);
    padding: 30px 20px;
    position: relative;
    overflow: hidden;
}

.channel-showcase::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top left, rgba(11, 61, 145, 0.08), transparent 28%),
        radial-gradient(circle at bottom right, rgba(23, 162, 184, 0.08), transparent 24%);
    pointer-events: none;
}

.channel-showcase .container {
    position: relative;
    z-index: 1;
}

.channel-header {
    max-width: 760px;
    margin: 0 auto 36px;
}

.channel-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(0, 50, 84, 0.08);
    color: #003254;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.channel-header h2 {
    font-size: 34px;
    line-height: 1.2;
    color: var(--secondary-color);
    margin-bottom: 12px;
}

.channel-header p {
    max-width: 620px;
    margin: 0 auto;
    color: #5d6b7b;
    font-size: 16px;
    line-height: 1.7;
}

.channel-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 18px;
}

.channel-item {
    min-height: 110px;
}

.channel-logo-box {
    width: 100%;
    min-height: 110px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(11, 31, 51, 0.08);
    border-radius: 20px;
    padding: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 30px rgba(14, 30, 62, 0.08);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.channel-item img {
    max-width: 100%;
    max-height: 64px;
    object-fit: contain;
    display: block;
}

.channel-item:hover .channel-logo-box {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(14, 30, 62, 0.12);
    border-color: rgba(0, 50, 84, 0.16);
}

.channel-item:hover img {
    transform: scale(1.04);
}

/* Responsive */
@media (max-width: 992px) {
    .brand-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .channel-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 576px) {
    .brand-grid {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 15px;
    }

    .channel-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }
}

.mgi-footer {
    background: #003254;
    color: #fff;
    padding: 80px 0 0px 0;
}

/* title */
.footer-title {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 20px;
    color: #ffffff;
}

/* contact */
.footer-contact p {
    margin-bottom: 8px;
    font-size: 14px;
}

.footer-contact a {
    color: #fff;
    text-decoration: none;
}

/* social */
.footer-social a {
    color: #fff;
    margin-right: 12px;
    font-size: 18px;
}

/* links */
.footer-links {
    list-style: none;
    padding: 0;
    font-size: 14px;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #bf050db0;
    padding-bottom: 4px;
}

/* logo */
.footer-logo-img {
    max-width: 180px;
}

/* about */
.footer-about {
    font-size: 14px;
    line-height: 1.6;
}

.footer-bottom {
    padding: 15px 0;
    font-size: 14px;
    color: white;
}


/* Section */
.mgi-contact-section {
    background: url('../images/c_bg.jpg') no-repeat center center/cover;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 50px;
    background-attachment: fixed;
    background-position: top;
}

/* Overlay */
.mgi-contact-overlay {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

/* Box */
.mgi-contact-box {
    background: rgba(255, 255, 255, 0.96);
    padding: 40px;
    width: 550px;
    /* border-radius: 6px; */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    margin-right: 115px;
}

/* Title */
.mgi-title {
    color: #bf050d;
    text-align: center;
    margin-bottom: 10px;
    font-size: 28px;
}

/* Subtitle */
.mgi-subtitle {
    text-align: center;
    margin-bottom: 30px;
    color: #666;
    font-size: 14px;
}

/* Row */
.mgi-row {
    display: flex;
    gap: 15px;
}

/* Input Group */
.mgi-input-group {
    width: 100%;
    margin-bottom: 20px;
}

/* Labels */
.mgi-input-group label {
    display: block;
    margin-bottom: 6px;
    color: #bf050d;
    font-size: 13px;
}

/* Inputs */
.mgi-input-group input,
.mgi-input-group textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 8px 0;
    outline: none;
    font-size: 14px;
    background: transparent;
}

/* Focus Effect */
.mgi-input-group input:focus,
.mgi-input-group textarea:focus {
    border-bottom: 1px solid #1673b1;
}

/* Button */
.mgi-btn {
    width: 100%;
    padding: 12px;
    background: #bf050d;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 4px;
    font-size: 14px;
    transition: 0.3s;
}

.mgi-btn:hover {
    background: #125a8c;
}


.chairman-message {
    background: #f5f7fa;
    color: #0b6fb2;
}

.chairman .title {
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 2px;
}

.chairman .subtitle {
    font-size: 14px;
    letter-spacing: 3px;
    margin-top: 10px;
}

p.chairman.subtitle {
    color: #bf050d;
}

.message-box {
    max-width: 700px;
    margin: 0 auto;
}

blockquote {
    font-size: 18px;
    line-height: 1.8;
    position: relative;
    padding-left: 30px;
    color: #bf050d;
}

blockquote::before {
    content: "“";
    font-size: 40px;
    position: absolute;
    left: 0;
    top: -10px;
}

.author h5 {
    margin: 0;
    font-weight: 600;
}

.author span {
    font-size: 13px;
    letter-spacing: 1px;
}

section.out_product_section.new__updates {
    background: #26870014;
    margin-top: 43px;
    padding-bottom: 20px;
}

/* SECTION BACKGROUND */
.new__updates {
    background: #f4f6f8;
    padding: 50px 0;
}

/* TITLE */
.section-header h2 {
    color: #bf050d;
    font-size: 34px;
    font-weight: 300;
    letter-spacing: 3px;
    margin-bottom: 50px;
}

/* CARD */
.news-card {
    text-align: center;
    transition: all 0.3s ease;
}

/* IMAGE */
.news-img {
    border-radius: 12px;
    overflow: hidden;
}

.news-img img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    border-radius: 12px;
    transition: transform 0.4s ease;
}

/* HOVER ZOOM */
.news-card:hover img {
    transform: scale(1.05);
}

/* CONTENT */
.news-content {
    margin-top: 15px;
    padding: 0 10px;
}

.news-content p {
    color: #0b6fb2;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.6;
    text-transform: uppercase;
}

/* BUTTON */
.news-btn {
    display: inline-block;
    background: #bf050d;
    color: #fff;
    padding: 5px 29px;
    font-size: 13px;
    letter-spacing: 2px;
    text-decoration: none;
    border-radius: 0;
    transition: 0.3s;
    border: 1px solid #bf050d;
}

.news-btn:hover {
    background: transparent;
    text-decoration: underline;
    border: 1px solid #bf050d;
}


.product-item.new_service_item {
    background: #f0f0f045;
    border-radius: 17px;
    border: 1px solid #dddddd78;
    padding: 10px;
}

.product_img.new__image__design img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 10px;
    transition: 0.3s all;
}

.product_img.new__image__design img:hover {
    transform: scale(1.2);
}

.product_img.new__image__design {
    overflow: hidden;
    border-radius: 10px;
}


.eco-section {
    position: relative;
    background: url('https://www.mgi.org/assets/images/home/en3.jpg') no-repeat center center/cover;
    height: 565px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 79% 76%, 57% 86%, 24% 62%, 0% 75%);
}

/* Dark overlay */
.eco-section .overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    display: flex;
    align-items: self-start;
    justify-content: center;
    text-align: center;
}

/* Text */
.eco-section .content {
    color: #fff;
    max-width: 900px;
    padding: 20px;
    margin-top: 130px;
}

.eco-section h1 {
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 15px;
    color: #bf050d;
}

.eco-section p {
    font-size: 14px;
    letter-spacing: 2px;
}

/* Bottom curved shape */
.eco-section::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 80px;
    background: #fff;
    border-top-left-radius: 100% 80px;
    border-top-right-radius: 100% 80px;
}

.iptv-order-section {
    padding: 30px 0;
    background: radial-gradient(circle at top center, rgba(255, 102, 163, 0.12), transparent 20%),
        linear-gradient(180deg, #120f17 0%, #16131d 100%);
}

.iptv-order-wrap {
    display: flex;
    justify-content: center;
}

.iptv-order-panel {
    width: 100%;
    max-width: 680px;
    padding: 18px;
    border-radius: 26px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow:
        0 0 0 1px rgba(255, 0, 153, 0.08),
        0 18px 60px rgba(0, 0, 0, 0.35),
        0 0 30px rgba(151, 71, 255, 0.16);
}

.iptv-order-head {
    margin-bottom: 18px;
    color: #fff;
}

.iptv-order-kicker {
    display: inline-block;
    margin-bottom: 8px;
    color: #ff5db1;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.iptv-order-head h2 {
    margin-bottom: 8px;
    color: #fff;
    font-size: 34px;
    font-weight: 800;
}

.iptv-order-head p {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
}

.iptv-order-form {
    display: grid;
    gap: 14px;
}

.iptv-order-block {
    padding: 16px;
    border-radius: 20px;
    background: #1a1a1d;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.iptv-order-block h3 {
    margin-bottom: 12px;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
}

.iptv-block-subtitle {
    margin-bottom: 14px;
    color: #bcbcbc;
    font-size: 13px;
}

.iptv-pay-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 12px;
}

.iptv-pay-btn {
    border: none;
    border-radius: 12px;
    padding: 13px 12px;
    color: #fff;
    font-weight: 700;
    background: linear-gradient(135deg, #ff2677, #ff7a1a);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.iptv-pay-btn:nth-child(3) {
    background: linear-gradient(135deg, #7f37ff, #a33fff);
}

.iptv-pay-btn:nth-child(4) {
    background: linear-gradient(135deg, #ffc107, #ff9a00);
}

.iptv-pay-btn:hover,
.iptv-pay-btn.is-active {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(255, 82, 147, 0.22);
}

.iptv-payment-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 13px 14px;
    margin-bottom: 12px;
    border-radius: 14px;
    border: 1px dashed #ffd400;
    background: rgba(255, 221, 87, 0.06);
}

.iptv-payment-number {
    color: #ffd95f;
    font-weight: 700;
}

.iptv-copy-btn {
    border: none;
    padding: 10px 14px;
    border-radius: 10px;
    background: linear-gradient(135deg, #1565ff, #23a3ff);
    color: #fff;
    font-weight: 700;
}

.iptv-upload-btn,
.iptv-review-btn,
.iptv-submit-btn {
    width: 100%;
    border: none;
    border-radius: 12px;
    padding: 13px 14px;
    font-weight: 700;
    color: #fff;
}

.iptv-upload-btn {
    margin-bottom: 12px;
    background: linear-gradient(135deg, #ff1717, #ff4a1f);
}

.iptv-alert-box {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    padding: 12px 14px;
    border-radius: 14px;
    background: rgba(255, 200, 0, 0.08);
    border: 1px dashed rgba(255, 213, 79, 0.6);
    color: #ffe082;
    font-size: 13px;
    line-height: 1.6;
}

.iptv-alert-box i {
    margin-top: 2px;
    color: #ffd54f;
}

.iptv-field-grid {
    display: grid;
    gap: 12px;
}

.iptv-field select,
.iptv-field input {
    width: 100%;
    height: 52px;
    padding: 0 16px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: #121214;
    color: #fff;
    outline: none;
    box-shadow: none;
}

.iptv-field select:focus,
.iptv-field input:focus {
    border-color: #3ea6ff;
    box-shadow: 0 0 0 3px rgba(62, 166, 255, 0.14);
}

.iptv-field select option {
    color: #fff;
    background: #121214;
}

.iptv-review-btn {
    background: linear-gradient(135deg, #0f8bff, #27b2ff);
}

.iptv-submit-btn {
    margin-top: 14px;
    background: linear-gradient(135deg, #1aa1ff, #1f7dff);
}

.iptv-upload-btn i,
.iptv-review-btn i,
.iptv-submit-btn i {
    color: #fff;
}

/* Home video section */
.home-video-section {
    position: relative;
    padding: 30px 0;
    background: radial-gradient(circle at top center, rgba(191, 5, 13, 0.18), transparent 28%),
        linear-gradient(180deg, #2b1d1f 0%, #2a1c1d 100%);
    overflow: hidden;
}

.how-buy-section {
    position: relative;
    padding: 30px 0 30px;
    background: linear-gradient(180deg, #edf4ff 0%, #f7fbff 100%);
    overflow: hidden;
}

.how-buy-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top left, rgba(32, 88, 178, 0.10), transparent 28%),
        radial-gradient(circle at bottom right, rgba(18, 162, 196, 0.10), transparent 24%);
    pointer-events: none;
}

.how-buy-shell {
    position: relative;
    z-index: 1;
}

.how-buy-header {
    max-width: 700px;
    margin: 0 auto 40px;
}

.how-buy-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    border-radius: 999px;
    margin-bottom: 14px;
    background: rgba(24, 83, 168, 0.10);
    color: #1551a8;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.how-buy-header h2 {
    margin-bottom: 12px;
    color: #10233d;
    font-size: 40px;
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.18;
}

.how-buy-header p {
    max-width: 620px;
    margin: 0 auto;
    color: #5b6b7e;
    font-size: 15px;
    line-height: 1.8;
}

.how-buy-card {
    height: 100%;
    position: relative;
    padding: 34px 26px 28px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(16, 35, 61, 0.08);
    box-shadow: 0 18px 45px rgba(25, 54, 99, 0.10);
    text-align: center;
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.how-buy-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 26px 55px rgba(25, 54, 99, 0.15);
    border-color: rgba(21, 81, 168, 0.16);
}

.how-buy-step {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 42px;
    height: 42px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #1551a8;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    box-shadow: 0 12px 24px rgba(21, 81, 168, 0.22);
}

.how-buy-icon {
    width: 92px;
    height: 92px;
    margin: 0 auto 22px;
    border-radius: 24px;
    background: linear-gradient(180deg, #eef5ff 0%, #f8fbff 100%);
    border: 1px solid rgba(21, 81, 168, 0.10);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
}

.how-buy-icon img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.how-buy-card h3 {
    margin-bottom: 12px;
    color: #10233d;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
}

.how-buy-card p {
    margin: 0;
    color: #607286;
    font-size: 15px;
    line-height: 1.8;
}

.iptv-video-showcase::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at top center, rgba(255, 226, 201, 0.12), transparent 24%),
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: auto, 28px 28px, 28px 28px;
    opacity: 0.7;
    pointer-events: none;
}

.home-video-shell,
.video-page-shell {
    position: relative;
    z-index: 1;
}

.home-video-header {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 38px;
    text-align: center;
}

.home-video-header--center,
.video-page-header {
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.home-video-copy {
    max-width: 760px;
}

.home-video-more {
    display: none !important;
}

.home-video-kicker {
    display: inline-flex;
    padding: 8px 16px;
    border-radius: 999px;
    margin-bottom: 14px;
    background: transparent;
    color: #f71a1a;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.home-video-header h2,
.video-page-header h2 {
    margin-bottom: 10px;
    color: #fff;
    font-size: 52px;
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.2;
}

.home-video-header p,
.video-page-header p {
    max-width: 620px;
    margin: 0;
    color: rgba(255, 248, 239, 0.78);
    font-size: 15px;
    line-height: 1.8;
}

.home-video-footer {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.home-video-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 126px;
    padding: 12px 24px;
    border-radius: 6px;
    background: #e31717;
    color: #fff !important;
    text-decoration: none;
    font-weight: 700;
    transition: transform 0.3s ease, background 0.3s ease;
}

.home-video-cta:hover {
    transform: translateY(-2px);
    background: #bf050d;
}

.home-video-carousel .owl-stage-outer {
    padding: 10px 0 20px;
}

.home-video-slide {
    height: 100%;
}

.home-video-card {
    display: block;
    height: 100%;
    width: 100%;
    min-height: 380px;
    padding: 0;
    border-radius: 22px;
    overflow: hidden;
    background: transparent;
    border: none;
    box-shadow: none;
    text-decoration: none;
    text-align: left;
    cursor: pointer;
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.home-video-card:hover {
    transform: translateY(-8px);
}

.home-video-thumb {
    position: relative;
    height: 392px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.28);
}

.home-video-thumb::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.28) 100%);
}

.home-video-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.home-video-card:hover .home-video-thumb img {
    transform: scale(1.08);
}

.home-video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    width: 72px;
    height: 72px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.35);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.22);
    transform: translate(-50%, -50%);
    backdrop-filter: blur(8px);
}

.home-video-play i {
    color: #fff;
    margin-left: 3px;
    font-size: 24px;
}

.home-video-content {
    padding: 16px 8px 0;
    text-align: center;
}

.home-video-badge {
    display: inline-flex;
    margin-bottom: 10px;
    color: #ffcbcb;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.home-video-content h3 {
    margin-bottom: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    overflow: hidden;
    min-height: 54px;
}

.home-video-content p {
    margin: 0;
    color: rgba(255, 248, 239, 0.78);
    font-size: 14px;
    line-height: 1.7;
}

.home-video-carousel .owl-nav {
    margin-top: 14px;
    display: flex;
    justify-content: flex-end;
    gap: 12px;
}

.home-video-carousel .owl-nav button.owl-prev,
.home-video-carousel .owl-nav button.owl-next {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(255, 255, 255, 0.14) !important;
    color: #fff !important;
    transition: all 0.3s ease;
}

.home-video-carousel .owl-nav button.owl-prev span,
.home-video-carousel .owl-nav button.owl-next span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.home-video-carousel .owl-nav button.owl-prev:hover,
.home-video-carousel .owl-nav button.owl-next:hover {
    background: var(--secondary-color) !important;
    border-color: var(--secondary-color) !important;
}

.video-page-section {
    position: relative;
    padding: 90px 0;
    background:
        radial-gradient(circle at top center, rgba(191, 5, 13, 0.18), transparent 24%),
        linear-gradient(180deg, #2b1d1f 0%, #2a1c1d 100%);
    overflow: hidden;
}

.video-page-tabs {
    gap: 12px;
    margin: 34px 0 32px;
    border-bottom: none;
}

.video-page-tabs .nav-link {
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.78);
    border-radius: 999px;
    padding: 11px 20px;
    font-weight: 700;
    transition: all 0.3s ease;
}

.video-page-tabs .nav-link.active,
.video-page-tabs .nav-link:hover {
    background: #e31717;
    border-color: #e31717;
    color: #fff;
}

.video-page-category h3 {
    margin-bottom: 26px;
    color: #fff;
    font-size: 28px;
    font-weight: 800;
}

.video-page-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 26px 22px;
}

.video-page-item {
    min-width: 0;
}

.iptv-video-card {
    appearance: none;
    -webkit-appearance: none;
}

.iptv-video-modal .modal-dialog {
    max-width: 1040px;
}

.iptv-video-modal .modal-content {
    position: relative;
    border: none;
    border-radius: 22px;
    overflow: hidden;
    background: #1d1718;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
}

.iptv-video-modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 3;
    width: 42px;
    height: 42px;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
}

.iptv-video-modal-frame {
    position: relative;
    padding-top: 56.25%;
    background: #000;
}

.iptv-video-modal-frame iframe {
    position: absolute;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: auto !important;
}

.iptv-video-modal-body {
    padding: 18px 24px 24px;
    color: #fff;
}

.iptv-video-modal-label {
    margin-bottom: 6px;
    color: #f71a1a;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.iptv-video-modal-body h3 {
    margin: 0;
    color: #fff;
    font-size: 26px;
    font-weight: 800;
}


/* Section */
.faq-section {
    position: relative;
    background:
        radial-gradient(circle at top left, rgba(191, 5, 13, 0.12), transparent 32%),
        radial-gradient(circle at top right, rgba(35, 51, 66, 0.16), transparent 34%),
        linear-gradient(180deg, #f8f4f4 0%, #ffffff 100%);
    overflow: hidden;
}

.faq-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0.6) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.6) 1px, transparent 1px);
    background-size: 32px 32px;
    opacity: 0.35;
    pointer-events: none;
}

/* Wrapper */
.faq-wrapper {
    position: relative;
    z-index: 1;
    max-width: 980px;
    margin: 0 auto;
}

/* Header */
.faq-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    margin-bottom: 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.82);
    color: var(--secondary-color);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    box-shadow: 0 10px 30px rgba(35, 51, 66, 0.08);
}

.faq-title {
    font-size: 42px;
    font-weight: 800;
    color: var(--secondary-color);
    letter-spacing: -0.02em;
    margin-bottom: 14px;
}

.faq-subtitle {
    max-width: 680px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.8;
    color: #5e6d79;
}

/* Accordion Item */
.faq-accordion {
    margin-top: 34px;
}

.faq-item {
    border: 1px solid rgba(35, 51, 66, 0.08);
    border-radius: 24px;
    margin-bottom: 18px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 18px 45px rgba(35, 51, 66, 0.08);
    backdrop-filter: blur(12px);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.faq-item:hover {
    transform: translateY(-4px);
    border-color: rgba(191, 5, 13, 0.15);
    box-shadow: 0 24px 55px rgba(35, 51, 66, 0.12);
}

/* Button */
.faq-btn {
    display: flex;
    align-items: center;
    gap: 18px;
    font-size: 18px;
    font-weight: 700;
    color: #1f2f3c;
    background: transparent;
    padding: 24px 28px;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
}

/* Remove default arrow */
.faq-btn::after {
    background-image: none;
    content: '+';
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    margin-left: auto;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--secondary-color), #e1414a);
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    transform: rotate(0deg);
    transition: transform 0.3s ease, background 0.3s ease;
}

/* Active state */
.faq-btn:not(.collapsed)::after {
    content: '−';
    transform: rotate(180deg);
    background: linear-gradient(135deg, #233342, #31485d);
}

/* Hover */
.faq-btn:hover {
    background: transparent;
    color: var(--secondary-color);
}

.faq-btn:focus {
    box-shadow: none;
}

.faq-btn:not(.collapsed) {
    color: var(--secondary-color);
}

.faq-index {
    flex: 0 0 54px;
    width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(191, 5, 13, 0.12), rgba(35, 51, 66, 0.12));
    color: var(--secondary-color);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.12em;
}

.faq-question {
    flex: 1;
    line-height: 1.5;
}

/* Answer */
.faq-answer {
    margin: 0 28px 28px 100px;
    padding: 20px 24px 22px;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(245, 247, 250, 0.96));
    border: 1px solid rgba(35, 51, 66, 0.06);
    font-size: 15px;
    color: #51606c;
    line-height: 1.85;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.faq-answer p:last-child {
    margin-bottom: 0;
}

/* Smooth animation */
.accordion-collapse {
    transition: all 0.3s ease;
}

.achievement_item img {
    height: 250px;
    width: 100%;
    object-fit: contain;
}

.achievement_item {
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 3px;
    text-align: center;
}

a.login__btn {
    background: #ad090d;
    padding: 0 10px;
    color: white !important;
    border-radius: 3px;
}

.hero-slider {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
}

.hero-slider::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    z-index: 2;
    pointer-events: none;
}

.slider-track {
    display: flex;
    width: max-content;
    animation: slideMove 10s linear infinite alternate;
}

.slide {
    min-width: 100vw;
    height: 500px;
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* CENTER CONTENT */

.hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.hero-content h1 {
    font-size: 48px;
    font-weight: bold;
    color: var(--background-color);
}

.hero-content p {
    font-size: 18px;
    margin: 15px 0;
}

.package {
    background: rgb(255 255 255 / 19%);
    padding: 10px 20px;
    display: inline-block;
    margin-bottom: 20px;
    backdrop-filter: blur(11px);
}

.hero-btn {
    background: var(--secondary-color);
    padding: 12px 30px;
    color: white !important;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
}

@keyframes slideMove {

    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }

}

.home-package-section {
    position: relative;
    padding: 35px 0 70px;
}

.home-package-header {
    max-width: 620px;
    margin: 0 auto 38px;
    text-align: center;
}

.home-package-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(13, 98, 88, 0.1);
    color: #0d6258;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.home-package-header h2 {
    margin: 18px 0 12px;
    color: var(--secondary-color);
    font-size: 40px;
    font-weight: 800;
    line-height: 1.18;
}

.home-package-header p {
    margin: 0;
    color: #526071;
    font-size: 16px;
    line-height: 1.8;
}

.home-package-card {
    height: 100%;
    padding: 15px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
    overflow: hidden;
}

.home-package-card:hover {
    transform: translateY(-2px);
    border-color: rgba(13, 98, 88, 0.2);
    box-shadow: 0 30px 70px rgba(13, 98, 88, 0.16);
}

.home-package-thumb {
    position: relative;
    height: 220px;
    margin-bottom: 24px;
    border-radius: 22px;
    overflow: hidden;
    background: linear-gradient(135deg, #dfe9e5, #f8fafc);
}

.home-package-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.home-package-card:hover .home-package-thumb img {
    transform: scale(1.06);
}

.home-package-badge {
    position: absolute;
    top: 18px;
    left: 18px;
    display: inline-flex;
    align-items: center;
    padding: 7px 14px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.78);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.home-package-title-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
}

.home-package-title-row h3 {
    margin: 0;
    color: #0f172a;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.3;
}

.home-package-price {
    min-width: 128px;
    padding: 12px 14px;
    border-radius: 18px;
    background: var(--secondary-color);
    color: #fff;
    text-align: center;
    box-shadow: 0 12px 24px rgba(13, 98, 88, 0.22);
}

.home-package-price span {
    display: block;
    margin-bottom: 4px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    opacity: 0.8;
}

.home-package-price strong {
    font-size: 25px;
    font-weight: 800;
    line-height: 1;
}

.home-package-description {
    margin: 0 0 18px;
    color: #4b5563;
    font-size: 15px;
    line-height: 1.8;
}

.home-package-features ul {
    margin: 0;
    padding: 0 !important;
}

.home-package-features li {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    padding: 2px 7px 2px 42px;
    border: 1px solid rgba(15, 23, 42, 0.06);
    border-radius: 7px;
    background: #f8fafc;
    color: #334155;
    line-height: 1.6;
    transition: transform 0.25s ease, background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
    font-size: 14px;
}

.home-package-features li::before {
    content: "\f058";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(13, 98, 88, 0.12);
    color: var(--secondary-color);
    font-size: 14px;
    transition: background-color 0.25s ease, color 0.25s ease;
}

.home-package-features li:last-child {
    margin-bottom: 0;
}

.home-package-features li:hover {
    border-color: rgba(13, 98, 88, 0.35);
    box-shadow: 0 14px 24px rgba(13, 98, 88, 0.16);
}


.home-package-actions {
    display: grid;
    gap: 12px;
}

.package__btn {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.home-package-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    width: 100%;
    padding: 7px 10px;
    border-radius: 7px;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease, color 0.25s ease;
}

.home-package-btn:hover {
    transform: translateY(-3px);
}

.home-package-btn.primary {
    background: linear-gradient(135deg, #c68c33, #e3b256);
    color: #fff;
    box-shadow: 0 16px 28px rgba(198, 140, 51, 0.22);
}

.home-package-btn.secondary {
    background: #edf7f5;
    color: #0d6258;
    border: 1px solid rgba(13, 98, 88, 0.14);
}

.home-package-btn.ghost {
    background: #0f172a;
    color: #fff;
}

.home-package-empty {
    padding: 28px;
    border-radius: 24px;
    background: #fff;
    text-align: center;
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
}

.home-notice-section {
    padding: 50px  20px;
}

.home-notice-slider {
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
}

.home-notice-item {
    padding: 15px 25px;
    text-align: center;
}
.home-notice-header {
    text-align: center;
    font-weight: 700;
}

.notice_title h2 {
    color: var(--secondary-color);
    font-size: 35px;
    font-weight: 700;
}

.home-notice-title {
    margin: 0 0 16px;
    color: #111827;
    font-size: 34px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
}

.home-notice-description {
    color: #4b5563;
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 26px;
}

.home-notice-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 2px 20px;
    border-radius: 999px;
    background: #111827;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s ease;
}

.home-notice-btn:hover {
    background: #f59e0b;
    color: #fff;
}

.home-notice-slider .owl-nav {
    margin: 0;
}

.home-notice-slider .owl-nav button.owl-prev,
.home-notice-slider .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #fff !important;
    border: 1px solid #e5e7eb !important;
    color: #111827 !important;
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.12);
}
.home-notice-slider .owl-nav button span i{
    color: var(--primary-color), !important;
}

.home-notice-slider .owl-nav button.owl-prev {
    left: 18px;
}

.home-notice-slider .owl-nav button.owl-next {
    right: 18px;
}

.home-notice-slider .owl-dots {
    margin-top: 0 !important;
    padding: 0 0 26px;
}

.home-notice-slider .owl-dots .owl-dot span {
    background: #d1d5db;
}

.home-notice-slider .owl-dots .owl-dot.active span,
.home-notice-slider .owl-dots .owl-dot:hover span {
    background: #f59e0b;
}
