@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&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&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #000;
    white-space: initial;
    font-family: "Urbanist", sans-serif;
}

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

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

span {
    font-family: "Urbanist", sans-serif;
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

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

p {
    font-weight: 500;
    line-height: 30px;
    margin: 0;
    font-size: 18px;
    font-family: "Urbanist", sans-serif;
}


/***** PRELOODER Css Starts *****/


/* Video Preloader Styles */

.video-preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

#preloaderVideo {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fallback-loader {
    display: none;
    color: white;
    font-size: 24px;
}

body.loading {
    overflow: hidden;
}


/***** PRELOODER Css Ends *****/


/***** Font Files *****/

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.pt_8 {
    padding-top: 80px;
}

.pb_8 {
    padding-bottom: 80px;
}

.py_8 {
    padding: 80px 0px;
}

.theme_btn {
    padding: 15px 30px;
    border: unset;
    color: #ffffff;
    z-index: 1;
    background: #43cfe9;
    position: relative;
    text-transform: capitalize;
    font-size: 18px;
    transition: all 250ms;
    overflow: hidden;
    display: inline-block;
    font-family: "Urbanist", sans-serif;
    width: max-content;
}

.theme_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background-color: #000;
    z-index: -1;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms
}

.theme_btn:hover {
    color: #fff;
}

.theme_btn:hover::before {
    width: 100%;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 60px;
    line-height: 1.2;
    color: #fff;
    font-weight: bold;
    margin: 0;
}

h2 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 40px;
    line-height: 1.15;
    color: #000;
    font-weight: bold;
    margin: 0;
    text-transform: capitalize;
}

h3 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 30px;
    line-height: 1.2;
    color: #000000;
    font-weight: 600;
    margin: 0;
}

h4 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 25px;
    line-height: 1.5;
    color: #000;
    font-weight: 500;
    margin: 0;
}

h5 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 20px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0;
}

h6 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 18px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
    background-position: right 0.7rem top 50%;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}

header {
    position: relative;
}

header::Before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 20px;
    background-color: #fdfdfd;
    z-index: 9;
    animation-name: header-box;
    animation-duration: 2.9s;
    animation-timing-function: linear;
}

@keyframes header-box {
    from {
        width: 100%;
    }

    to {
        width: 0;
    }
}

img.header-vid {
    position: absolute;
    top: 0;
    left: -100px;
    height: 100px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: contain;
    z-index: 9;
    animation-name: header-ani;
    animation-duration: 2.5s;
    animation-timing-function: linear;
}

@keyframes header-ani {
    from {
        left: 0;
    }

    to {
        left: 100%;
    }
}

/*header css start */

.menuSec {
    padding: 0px 0 0px;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-transform: capitalize;
    text-align: center;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    padding: 10px 15px;
    font-size: 18px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    color: #000;
}

.menuSec ul li:last-child a {
    padding-right: 0px;
}

.menuSec ul li:last-child a:after {
    display: none;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #b41d18;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}


/*header css start */

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}


/*banner css start */


/* Tab slider fix  */

.tab_sec .tab-pane {
    display: block;
    border: 0;
    height: 0;
}

.tab_sec .tab-pane.active {
    display: block !important;
    height: auto;
}


/* Tab slider fix  */

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px !important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.1);
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}

.topSec {
    background: #b41d18;
    padding: 13px 0;
    text-align: center;
}

ul.social-topsec {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: flex-end;
}

.mail-topsec a {
    color: #fff;
    font-size: 18px;
    font-family: "Inter", sans-serif;
}

.mail-topsec i {
    color: #fff;
}

.mail-topsec {
    display: flex;
    align-items: center;
    gap: 12px;
}

.menu-btn {
    text-align: right;
}

.topSec p {
    color: #fff;
    text-transform: capitalize;
    font-size: 18px;
    font-family: "Inter", sans-serif;
}

ul.social-topsec li i {
    color: #fff;
    transition: 0.7s;
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    border-radius: 5px;
}


/*banner css end*/

.blog_sec {
    padding: 5% 0;
}


/* Tabs  */

.tab_sec .nav-tabs .nav-link.active {
    background: #242889;
    color: #fff;
}

.tab_sec .nav-tabs .nav-link {
    background: #ccc;
    border-radius: 50px;
    color: #000;
    padding: 7px 28px;
}

.tab_sec .nav-tabs {
    border: none;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/*---------------------------------------------------- Banner Section Start ----------------------------------------------------------- */

section.banner-sec {
    background: url(../images/banner.jpg);
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    align-content: center;
    position: relative;
    z-index: 1;
    overflow: auto;
}

.menuSec img {
    width: 220px;
    height: 100px;
    object-fit: scale-down;
}

span.ban-1 {
    position: relative;
    padding-left: 25px;
    text-transform: capitalize;
    font-size: 14px;
    margin-bottom: 10px;
}

span.ban-1:before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    background: #fff;
    width: 15px;
    height: 1px;
}

.banner-sec:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(220deg, rgba(88, 232, 250, 0) 1.89% 1%, #0582b5 132.52%);
}

.btn-baner a.theme_btn {
    background: #b41d18;
}

.banner-txt h1 span {
    display: block;
    position: unset;
    padding: unset;
    font-family: 'Poppins', Sans-Serif;
}

.banner-txt p {
    width: 90%;
    margin-bottom: 17px;
    opacity: 80%;
}

.banner-txt h1 {
    margin-bottom: 15px;
    font-size: 51px;
}

.btn-baner {
    display: flex;
    align-items: center;
    gap: 30px;
}

.btn-baner a.theme_btn1 {
    text-transform: capitalize;
    color: #fff;
    font-size: 18px;
    padding: 15px 30px;
    transition: 0.5s;
}

.btn-baner a.theme_btn1:hover {
    background: #b41d18;
}


ul.social-topsec li a i:hover {
    background: #fff;
    color: #b41d18;
}


/*---------------------------------------------------- Banner Section End ------------------------------------------------------------- */


/*---------------------------------------------------- Footer Section Start ------------------------------------------------------------- */

.row.foot {
    padding-top: 12px;
    border-top: 1px solid #000;
    padding-bottom: unset !important;
}

.terms-line {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 30px;
}

.quick-links ul li a:hover {
    padding-left: 5px;
    color: #b41d18;
}

section.footer-sec {
    padding: 70px 0 12px;
}

section.footer-sec .row {
    padding-bottom: 50px;
}

.footer-info p {
    width: 80%;
    text-transform: capitalize;
    line-height: 28px;
    color: #00000099;
}

.footer-info img {
    margin-bottom: 25px;
}

.row.foot p {
    color: #00000099;
}

section.footer-sec h3 {
    margin-bottom: 20px;
}

.quick-links ul li {
    margin-bottom: 12px;
    text-transform: capitalize;
}

.quick-links ul li a {
    color: #00000099;
    font-size: 18px;
    line-height: 30px;
    transition: 0.7s;
}

.contact-newssec {
    padding-left: 30px;
}

.contact-newssec p {
    color: #00000099;
    text-transform: capitalize;
}

.contact-newssec ul.social-topsec li i {
    background: #b41d18;
    border-radius: unset;
    width: 40px;
    height: 40px;
    font-size: 17px;
}

.contact-newssec ul.social-topsec {
    justify-content: unset;
}

.mail-box input {
    border: unset;
    border-bottom: 1px solid #000;
    width: 100%;
    padding-bottom: 13px;
    text-transform: capitalize;
}

.mail-box {
    position: relative;
    margin: 30px 0;
}

button.foot-btn {
    position: absolute;
    top: 0;
    right: 0;
    border: unset;
    background: unset;
    text-transform: capitalize;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
}


/*---------------------------------------------------- Footer Section End ------------------------------------------------------------- */


/*-------------------------------------------------- About Section Start ------------------------------------------------------------- */

section.about-sec {
    padding: 100px 0;
    position: relative;
    z-index: 992;
}

.about-txt span.ban-1 {
    color: #b41d18;
    text-transform: uppercase;
}

.about-txt ul li {
    list-style: disc;
    margin-left: 20px;
    padding-left: 5px;
    font-family: "Urbanist", sans-serif;
    font-size: 17px;
    margin-bottom: 14px;
    font-weight: 500;
}

.about-img {
    margin-left: 40px;
}

section.about-sec.iner .about-txt {
    width: 95%;
}

section.about-sec.iner .about-img img {
    height: 750px;
    object-position: right;
}

.about-txt span.ban-1:before {
    background: #b41d18;
}

.about-txt h2 {
    margin-bottom: 15px;
}

.about-txt p {
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 30px;
    /* text-transform: capitalize; */
}

section.about-sec .row {
    align-items: center;
}

.about-txt {
    width: 75%;
    background: #ffff;
    box-shadow: -19px -7px 20px 20px #ffff;
}

.about-img img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    transition: 0.5s;
}

img.about-back {
    position: absolute;
    top: -70px;
    left: 0;
    width: 23%;
    z-index: -4;
    opacity: 70%;
}


/*---------------------------------------------------- About Section End ------------------------------------------------------------- */


/*---------------------------------------------------- Banner-Last Section Start ------------------------------------------------------------- */

.ban-points {
    text-align: center;
    padding: 25px 20px;
    background: #000;
    height: 490px;
    transition: 0.5s;
}

.ban-points img {
    margin-bottom: 22px;
    filter: brightness(0) saturate(100%) invert(78%) sepia(9%) saturate(3560%) hue-rotate(150deg) brightness(98%) contrast(87%);
    height: 80px;
    width: 100%;
    object-fit: contain;
}

.bansets-slider .slick-slide {
    opacity: 1;
}

.ban-points h5 {
    margin-bottom: 17px;
    color: #fff;
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 600;
}

section.baner-lst {
    margin-top: 80px;
    position: relative;
    z-index: 1;
    margin-bottom: 60px;
}

section.baner-lst .slick-prev:before {
    content: '\f053';
    font-family: 'FontAwesome';
    background: #43cfe9;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
}

section.baner-lst .slick-next:before {
    content: '\f054';
    font-family: 'FontAwesome';
    background: #43cfe9;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
}

section.baner-lst button.slick-prev {
    left: -70px;
}

section.baner-lst button.slick-next {
    right: -65px;
}

.banner-lst-top {
    margin-bottom: 40px;
}

.about-img img:hover {
    filter: contrast(1.5);
}

.service-main:hover img {
    filter: brightness(0.5);
}

.story-img:hover img {
    filter: opacity(0.5);
}

.ban-points p {
    color: #fff;
    /* text-transform: capitalize; */
    font-size: 14px;
    font-family: "Inter", sans-serif;
    opacity: 84%;
}

.ban-points:hover {
    background: linear-gradient(180deg, #58E8FA -2.67%, #0582B5 188.44%);
}

.ban-points:hover img {
    filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(253%) hue-rotate(198deg) brightness(114%) contrast(100%);
}


/*---------------------------------------------------- Banner-Last Section End ------------------------------------------------------------- */


/*---------------------------------------------------- Service Section Start ------------------------------------------------------------- */

section.service-sec {
    background: #000;
    padding: 60px 0 130px;
    margin-bottom: 100px;
}

.service-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.txt-head-serv h2 {
    color: #fff;
    margin-top: 10px;
}

.service-img img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    transition: 0.5s;
}

.service-txt {
    position: absolute;
    bottom: -80px;
    left: 22px;
    background: #ffff;
    z-index: 1;
    width: 90%;
    text-align: center;
    padding: 20px 20px;
    height: 235px;
    align-content: center;
}

.service-main {
    position: relative;
    transition: 0.5s;
}

.service-txt h4 {
    text-transform: capitalize;
    font-weight: bold;
    margin-bottom: 10px;
    color: #000;
}

.service-txt a {
    color: #43cfe9;
}

.service-txt p {
    margin-bottom: 6px;
    color: #000;
    line-height: 28px;
}

.service-main:hover .service-txt {
    background: #43cfe9;
}

.service-main:hover .service-txt h4 {
    color: #fff;
}

.service-main:hover .service-txt p {
    color: #fff;
}

.service-main:hover .service-txt a {
    color: #fff;
}

.txt-head-serv span.ban-1 {
    color: #fff;
}

section.service-sec .slick-slide {
    padding-bottom: 80px;
    margin: 0 10px;
    opacity: 1;
}

section.service-sec button.slick-prev {
    left: -70px;
}

section.service-sec button.slick-next {
    right: -65px;
}

section.service-sec .slick-prev:before {
    content: '\f053';
    font-family: 'FontAwesome';
    background: #43cfe9;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
}

section.service-sec .slick-next:before {
    content: '\f054';
    font-family: 'FontAwesome';
    background: #43cfe9;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
}


/*---------------------------------------------------- Service Section End ------------------------------------------------------------- */


/*---------------------------------------------------- Story Section Start ------------------------------------------------------------- */

.story-img img {
    width: 100%;
    height: 410px;
    object-fit: cover;
    transition: 0.5s;
}

img.story-back {
    width: 30%;
    position: absolute;
    top: -160px;
    right: -80px;
    z-index: -1;
}

.story-txt {
    padding-left: 70px;
}

section.story-sec {
    margin-bottom: 100px;
    position: relative;
}

section.story-sec .row {
    align-items: center;
}

.story-txt span.ban-1 {
    color: #b41d18;
    text-transform: uppercase;
}

.story-txt h2 {
    margin: 10px 0;
}

.story-txt p {
    margin-bottom: 15px;
    color: #2a2a2a;
}

.story-txt span.ban-1:before {
    background: #b41d18;
}


/*---------------------------------------------------- Story Section End ------------------------------------------------------------- */


/*---------------------------------------------------- About US Inner Section Start ------------------------------------------------------------- */

section.banner-sec.inner {
    background: url(../images/banner-inner.png);
    height: 55vh;
    background-position: bottom;
    background-size: cover;
}

section.vision-sec {
    padding: 100px 0;
    background: #000;
    margin-bottom: 100px;
}

section.mission-sec {
    margin-bottom: 100px;
}

.vision-img img {
    width: 100%;
    height: 550px;
    object-fit: cover;
}

.vision-txt {
    padding-left: 120px;
}

.vision-txt p {
    margin-bottom: 20px;
    color: #ffffffa3;
    /* text-transform: capitalize; */
}

.vision-txt span.ban-1 {
    color: #fff;
}

.vision-txt h2 {
    color: #fff;
    margin-bottom: 20px;
    line-height: 1.3;
}

.vision-txt h2 span {
    display: block;
    font-family: 'Poppins', Sans-Serif;
}

section.vision-sec .row {
    align-items: center;
}

.mission-img img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

section.mission-sec .row {
    align-items: center;
}

.mision-txt {
    margin-right: 120px;
}

.mision-txt p {
    margin-bottom: 20px;
    /* text-transform: capitalize; */
}

.mision-txt h2 {
    line-height: 1.3;
    margin-bottom: 20px;
}

.mision-txt h2 span {
    display: block;
    font-family: 'Poppins', Sans-Serif;
}

.mision-txt span.ban-1 {
    color: #b41d18;
}

.mision-txt span.ban-1:before {
    background: #b41d18;
}

section.about-sec.iner p {
    margin-bottom: 20px;
}


/*---------------------------------------------------- About US Inner Section End ------------------------------------------------------------- */


/*---------------------------------------------------- Services Inner Section End ------------------------------------------------------------- */

section.service-sec.iner {
    background: unset;
    padding: 100px 0;
}

section.service-sec.iner .txt-head-serv h2 {
    color: #000;
}

section.service-sec.iner .txt-head-serv span.ban-1 {
    color: #b41d18;
}

section.service-sec.iner .txt-head-serv span.ban-1:before {
    background: #b41d18;
}

section.service-sec.iner .row.iner {
    margin-bottom: 150px;
}


/*---------------------------------------------------- Services Inner Section End ------------------------------------------------------------- */


/*---------------------------------------------------- Review Section Start ------------------------------------------------------------- */

section.review-sec {
    padding: 100px 0;
}

.review-head {
    text-align: center;
    margin-bottom: 40px;
}

.review-head span.ban-1 {
    color: #b41d18;
    text-transform: uppercase;
}

.review-head span.ban-1:before {
    background: #b41d18;
}

.review-head span.ban-1:after {
    background: #b41d18;
    content: '';
    position: absolute;
    left: 120px;
    top: 7px;
    width: 15px;
    height: 1px;
}

.review-head h2 {
    margin: 10px 0 15px;
}

.review-head p {
    width: 70%;
    margin: 0 auto;
    color: #000000ab;
}

ul.starss {
    display: flex;
    align-items: center;
    gap: 7px;
}

.review-main {
    margin-bottom: 80px;
    padding: 20px;
}

.review-images {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 20px;
}

.review-main h4 {
    font-weight: 700;
    margin-bottom: 20px;
}

.review-images img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
}

img.quote-review {
    width: 56px;
    height: 40px;
    object-fit: contain;
    border-radius: unset;
}

.review-main ul.starss {
    margin-bottom: 20px;
}

.review-main ul.starss li {
    font-size: 20px;
    color: #b41d18;
}

.review-images i {
    font-family: 'FontAwesome';
    font-size: 70px;
}

.review-images i {
    color: #b41d18;
}

.review-main p {
    width: 100%;
}


/*---------------------------------------------------- Review Section End ------------------------------------------------------------- */


/*---------------------------------------------------- Contact Section Start ------------------------------------------------------------- */

.map-image {
    width: 100%;
    display: block;
    height: 300px;
    object-fit: scale-down;
    position: relative;
}

.dot {
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 10px #fff;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.dot:hover {
    background-color: #00cfff;
    box-shadow: 0 0 14px #00cfff;
    transform: scale(1.3);
}

.contact-img-main img {
    width: 100%;
    height: 220px;
}

.tooltip {
    position: absolute;
    background: #00cfff;
    color: #000;
    padding: 6px 10px;
    border-radius: 6px;
    white-space: nowrap;
    font-size: 14px;
    transform: translate(-50%, -120%);
    display: none;
    z-index: 10;
}

.dot:hover .tooltip {
    display: block;
}

section.contact-sec {
    padding: 100px 0;
    background: #000;
    position: relative;
}

.contct-main span.ban-1 {
    color: #b41d18;
}

.contact-form input {
    width: 100%;
    height: 50px;
    border: unset;
    margin-bottom: 20px;
    padding: 10px 40px;
    text-transform: capitalize;
}

.contact-form textarea {
    width: 100%;
    height: 170px;
    resize: unset;
    text-transform: capitalize;
    padding: 10px 30px;
    margin-bottom: 20px;
}

section.contact-sec h2 {
    color: #fff;
    margin: 10px 0 40px;
    font-weight: 700;
}

section.contact-sec h2 span {
    display: block;
    font-family: 'Poppins';
}

.contct-main span.ban-1:before {
    background: #b41d18;
}

section.contact-sec .row {
    align-items: end;
}

.absol-contact {
    width: 240px;
    text-align: center;
    background: #3a3c3f;
    border: 1px solid #a7a9ab;
    padding: 10px;
    position: absolute;
    top: 60px;
    right: 24%;
}

.places-main {
    background: #4ecfe4;
    padding: 10px;
}

.places-main img {
    width: 230px;
    height: 150px;
    object-fit: cover;
}

.places-main h5 {
    color: #fff;
    font-size: 17px;
}

.places-main p {
    color: #fff;
    font-size: 16px;
}

.map-container:before {
    content: '';
    position: absolute;
    top: 295px;
    right: 19.3%;
    background-image: url(../images/Vector.png);
    width: 80px;
    height: 120px;
    z-index: 0;
}

li.star-white i {
    color: #00000069;
}


/*---------------------------------------------------- Contact Section End ------------------------------------------------------------- */


/*---------------------------------------------------- Accounts Section Start --------------------------------------------------------------*/

.login-txt form input {
    width: 100%;
    margin-bottom: 20px;
    outline: none;
    padding: 10px 40px 10px 20px;
    color: #000;
    font-weight: 400;
    border: 1px solid #0000002b;
    border-radius: 5px;
}

.login-txt form input::placeholder {
    color: #c7c7c7;
    font-size: 15px;
}

.login-txt form input:focus {
    box-shadow: none;
    border: 1px solid #0000002b;
}

.login-txt h2 {
    text-align: center;
    margin: 0 0 30px 0;
    text-transform: uppercase;
    font-size: 38px;
}

.password-box {
    position: relative;
    margin-bottom: 20px;
}

.password-box-input input {
    padding: 10px 40px 10px 20px;
}

.password-icon {
    position: absolute;
    top: 20%;
    right: 3%;
}

.password-icon span {
    color: #000;
    cursor: pointer;
}

.login-txt {
    padding: 45px 25px 35px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 20px 0px #0000001a;
    border: 1px solid #0000001a;
}

.login-txt ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
    gap: 10px;
}

li.head {
    font-size: 17px;
    font-weight: 600;
}

.login-txt ul li {
    display: flex;
    gap: 7px;
    font-weight: 400;
    font-size: 15px;
}

.login-txt form button {
    width: 100%;
    color: #fff;
    padding: 13px 0px;
    outline: none;
    border: none;
    margin-bottom: 20px;
    font-size: 22px;
    border-radius: 5px;
    text-transform: uppercase;
    transition: ease-in;
    transition-duration: 0.2s;
    background: #43cfe9;
    font-family: "Rajdhani", sans-serif;
}

.login-txt form button:hover {
    background-image: unset;
    background-color: #000;
    transition: ease-out;
    transition-duration: 0.2s;
}

li.head-ex {
    text-decoration: underline;
}

.login-txt ul li label {
    cursor: pointer;
    font-size: 15px;
}

.login-txt-ex form input:focus {
    background-color: #fff;
    color: #000;
}

.login-txt-ex ul {
    justify-content: space-between;
}

section.login.sec {
    padding: 100px 0;
}

.login-txt.login-txt-ex li.head a {
    font-size: 15px;
    color: #0000009c !important;
}

.for-opacity {
    opacity: 0;
}

/*---------------------------------------------------- Accounts Section End --------------------------------------------------------------*/

/*---------------------------------------------------- Service Detail Section Start --------------------------------------------------------------*/

section.service-detail-sec {
    padding: 100px 0;
}

.serv-detail-img img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    object-position: bottom;
    margin-bottom: 50px;
}

.serv-detail-txt h3 {
    font-weight: bold;
    font-size: 40px;
    margin-bottom: 20px;
}

.serv-detail-txt p {
    margin-bottom: 20px;
}

/*---------------------------------------------------- Service Detail Section End --------------------------------------------------------------*/

/*----------------------------------------------- Client Section Start --------------------------------------------------------------*/

section.Client-trust-sec .row {
    align-items: center;
}

section.Client-trust-sec {
    margin-bottom: 100px;
}

.client-txt ul li {
    list-style: disc;
    margin-left: 20px;
    padding-left: 5px;
    color: #000;
    font-size: 17px;
    margin-bottom: 11px;
    font-family: "Urbanist", sans-serif;
}

.client-txt ul {
    margin-top: 30px;
}

.core-txt ul li {
    list-style: disc;
    margin-left: 20px;
    padding-left: 5px;
    color: #000;
    font-size: 17px;
    margin-bottom: 11px;
    font-family: "Urbanist", sans-serif;
}

.core-txt ul {
    margin-top: 25px;
}

.core-txt {
    margin-left: 50px;
}

/*----------------------------------------------- Client Section End --------------------------------------------------------------*/

/*----------------------------------------------- How it work Section Start --------------------------------------------------------------*/

section.how-it-work-sec {
    padding: 100px 0;
}

.how-work-main h2 {
    margin-bottom: 35px;
}

.how-work-main ul li h4 {
    margin-bottom: 12px;
    line-height: 1;
}

.how-work-main ul li {
    margin-bottom: 0px;
    /* list-style: auto; */
    /* padding-left: 15px; */
    /* margin-left: 10px; */
    color: #000;
}

.how-work-main ul li pre {
    font-size: 18px;
    font-family: "Urbanist", sans-serif;
    color: #000;
    margin-top: 12px;
}

/*----------------------------------------------- How it work Section End --------------------------------------------------------------*/


/*---------------------------------------------------- Contact Us Section Start ------------------------------------------------------------- */

/*Contact us start*/

.contact-text>p {
    color: #000;
    opacity: 70%;
    font-size: 17px;
    margin-top: 5px;
}

.contact_page_main button.theme_btn {
    padding: 15px 70px;
    font-size: 18px;
}

.contatc-form input::placeholder {
    text-transform: uppercase;
    color: #8e8e8e;
    font-family: 'Poppins';
    font-size: 16px;
}

.contatc-form textarea::placeholder {
    text-transform: uppercase;
    color: #8e8e8e;
    font-family: 'Poppins';
    font-size: 16px;
}


.Contact-banner:before {
    content: 'Contact Us';
    color: #fff;
    font-size: 55px;
    position: absolute;
    left: 12%;
    top: 45%;
    font-weight: bolder;
    letter-spacing: 2px;
    z-index: 10;
}

.contatc-form {
    padding: 48px 30px;
    border-radius: 25px;
    /* box-shadow: 0px 0px 12px #b1afaf94; */
    border: solid 0.5px #00000026;
    background: #fff;
}

.contatc-form h2 {
    font-size: 48px;
}

.contatc-form input {
    background: #fff0;
    width: 100%;
    padding: 15px 20px;
    border: 1px solid #c4c4c475;
    border-radius: 7px;
}

.contatc-form textarea {
    background: #fff0;
    width: 100%;
    resize: none;
    height: 150px;
    border: 1px solid #c4c4c475;
    color: black;
    border-radius: 5px;
    padding: 10px 20px !important;
}

.contact-text h2 {
    font-size: 40px;
}

.contact_page_sidbar h6 {
    font-size: 17px;
    color: #8b8a8a;
    line-height: 20px;
    margin: 0;
    font-weight: 400;
    font-family: 'Poppins';
    /*text-transform: capitalize;*/
}

.contact_page_sidbar h4 {
    font-size: 19px;
    line-height: 23px;
    color: #000000;
    font-weight: 600;
    margin: 0;
    font-family: 'Poppins';
    margin-bottom: 5px;
}

ul.contact_page_sidbar a {
    font-size: 17px;
    color: #8b8a8a;
    line-height: 20px;
    margin: 0;
    font-weight: 400;
    font-family: 'Poppins';
}

.contact_page_sidbar i {
    font-size: 40px;
    margin: 0 20px 0 0;
    width: 50px;
    color: black;
}

.contact_social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #e51921;
    color: #ffffff;
    border-radius: 0;
    margin: 0 10px 0 0;
    font-size: 22px;
}

.contact_social a:hover {
    background-color: #e51921;
    color: #fff;
}

.contact_map iframe {
    width: 100%;
    height: 480px;
    margin-top: 80px;
}


ul.contact_page_sidbar {
    margin-bottom: 30px;
}

.contatc-form button.btn10 {
    width: 38%;
}

.contact_page_main {
    width: 100%;
    height: 100%;
    background-size: cover;
    margin-top: 100px;
}


.social-links {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}


.rd-txt a.btn10 {
    width: 30%;
}

.rd-txt h3 {
    font-size: 60px;
}

.appoinment_secc form input,
textarea,
select {
    width: 100%;
    height: 60px;
    padding: 12px 10px !important;
    margin-bottom: 30px;
    border-radius: 7px !important;
}


.appoinment_secc form select {
    font-size: 13px;
    color: #606060;
    font-weight: 500;
    font-family: 'Poppins';
    text-transform: uppercase;
}

.appoinment_secc form input::placeholder {
    font-size: 13px;
    color: #8e8e8e;
    font-weight: 500;
    font-family: 'Poppins';
    text-transform: uppercase;
}

.appoinment_secc form textarea::placeholder {
    font-size: 13px;
    color: #8e8e8e;
    font-weight: 500;
    font-family: 'Poppins';
    text-transform: uppercase;
}


.appoinment_secc form textarea {
    resize: none;
    height: 200px;
}

.social-links a.theme_btn {
    padding: 15px 17px;
    font-size: 15px;
}

section.contact_map {
    margin-bottom: 50px;
}

section.contact_page_main h5 {
    color: #000;
    font-size: 25px;
    font-weight: 600;
}

/*------------------------------------------------- Contact Us Section End --------------------------------------------------------- */

/*------------------------------------------------- Serv New Section Start --------------------------------------------------------- */

section.service-new-sec {
    margin-bottom: 100px;
}

.ser-new-head {
    margin-bottom: 50px;
}

.serv-main h5 {
    margin-bottom: 15px;
    font-size: 24px;
    color: #000;
}

.serv-main p {
    margin-bottom: 10px;
    line-height: 27px;
}

.serv-main ul li {
    list-style: disc;
    margin-left: 17px;
    padding-left: 4px;
    color: #000;
    opacity: 80%;
    font-family: "Urbanist", sans-serif;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 6px;
}

/*------------------------------------------------- Serv New Section End --------------------------------------------------------- */


.serv-main.auc-box ul {
    /* height: 140px; */
    /* overflow-y: scroll; */
}

.serv-main.auc-box {
    /* border: 1px solid #000; */
    padding: 30px 23px;
    box-shadow: 2px 4px 8px 4px #00000040;
    margin-bottom: 30px;
}

.serv-main.auc-box:hover {
    background: #0dcaf0;
    transition: 0.9s;
    box-shadow: unset;
}

.how-work-main.content-box-how {
    box-shadow: 2px 4px 8px 4px #00000040;
    padding: 30px 25px;
}

.how-work-main.content-box-how ul li p {
    margin-bottom: 0px;
    height: 115px;
    overflow-y: scroll;
}

.how-work-main.content-box-how:hover {
    background: #57c8de;
    transition: 0.9s;
    box-shadow: unset;
}

section.service-detail-sec .row {
    align-items: center;
}

.serv-detail-txt {
    margin-left: 10px;
    width: 90%;
}







.hero-section {
    padding: 80px 0 0px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.hero-title {
    /* font-size: 4.5rem; */
    font-weight: 800;
    color: #000;
    /* text-shadow: 3px 3px 6px rgb(92 210 231); */
    margin-bottom: 20px;
    animation: fadeInDown 1s ease;
    letter-spacing: -1px;
    margin-bottom: 0px;
}

.hero-subtitle {
    font-size: 1.5rem;
    color: rgba(255, 255, 255, 0.95);
    font-weight: 300;
    margin-bottom: 20px;
    animation: fadeInDown 1s ease 0.2s both;
}

.hero-divider {
    width: 150px;
    height: 4px;
    background: linear-gradient(90deg, transparent, white, transparent);
    margin: 0 auto 40px;
    animation: fadeInDown 1s ease 0.4s both;
}

.steps-container {
    position: relative;
    padding: 0px 0 80px;
    z-index: 1;
}

.connector-line {
    /* position: absolute; */
    left: 50%;
    top: 100px;
    width: 1000%;
    height: calc(-29% - -160px);
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
    transform: translateX(-50%);
    z-index: 0;
}

.step-card {
    background: rgba(255, 255, 255, 0.98);
    border-radius: 30px;
    padding: 50px 32px;
    margin-bottom: 50px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    animation: fadeInUp 0.8s ease both;
    border: 3px solid transparent;
}

.step-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, transparent 0%, rgba(102, 126, 234, 0.05) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.step-card:hover {
    transform: translateY(-15px) scale(1.02);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.4);
    border-color: rgba(102, 126, 234, 0.3);
}

.step-card:hover::before {
    opacity: 1;
}

.step-card:nth-child(1) {
    animation-delay: 0.2s;
}

.step-card:nth-child(2) {
    animation-delay: 0.4s;
}

.step-card:nth-child(3) {
    animation-delay: 0.6s;
}

.step-number-badge {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.5rem;
    font-weight: 800;
    color: white;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 1;
    margin: 0 auto 30px;
    animation: pulse 2s infinite;
}

.step-card:nth-child(1) .step-number-badge {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.step-card:nth-child(2) .step-number-badge {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}

.step-card:nth-child(3) .step-number-badge {
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
}

.step-icon {
    position: absolute;
    top: 24%;
    right: 3px;
    transform: translateY(-50%);
    font-size: 8rem;
    opacity: 0.08;
    transition: all 0.4s ease;
}

.step-card:hover .step-icon {
    opacity: 0.15;
    transform: translateY(-50%) scale(1.1) rotate(5deg);
}

.step-card:nth-child(1) .step-icon {
    color: #667eea;
}

.step-card:nth-child(2) .step-icon {
    color: #f5576c;
}

.step-card:nth-child(3) .step-icon {
    color: #4facfe;
}

.step-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 25px;
    color: #2d3748;
    position: relative;
    z-index: 1;
}

.step-description {
    /* font-size: 1.2rem; */
    line-height: 1.8;
    /* color: #4a5568; */
    position: relative;
    z-index: 1;
    font-weight: 400;
    height: 110px;
}

.footer-cta {
    background: rgba(255, 255, 255, 0.98);
    border-radius: 30px;
    padding: 60px 50px;
    text-align: center;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    animation: fadeInUp 0.8s ease 0.8s both;
    position: relative;
    overflow: hidden;
}

.footer-cta::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(102, 126, 234, 0.1) 0%, transparent 70%);
    animation: rotate 20s linear infinite;
}

.footer-text {
    font-size: 2rem;
    font-weight: 600;
    color: #2d3748;
    line-height: 1.6;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
}

.footer-highlight {
    font-size: 2.5rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 800;
    display: block;
    margin-top: 15px;
    animation: gradient-shift 3s ease infinite;
    background-size: 200% 200%;
}

.decorative-dots {
    position: absolute;
    width: 100px;
    height: 100px;
    opacity: 0.1;
}

.dots-top-left {
    top: 20px;
    left: 20px;
    background: radial-gradient(circle, #667eea 2px, transparent 2px);
    background-size: 20px 20px;
}

.dots-bottom-right {
    bottom: 20px;
    right: 20px;
    background: radial-gradient(circle, #f5576c 2px, transparent 2px);
    background-size: 20px 20px;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes gradient-shift {
    0%, 100% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }
}

.step-card.lst-card {
    margin-bottom: 0px;
}

button.moreless-button {
    border: unset;
    background: unset;
    font-family: 'Poppins';
    color: #50c2de;
    text-decoration: underline;
    font-weight: 600;
    text-transform: capitalize;
}

.serv-main.auc-box:hover button.moreless-button {
    color: #fff;
}

.hidden-item {
    display: none;
}

.top-sec-seal-txt {
    text-align: center;
}

.topsec {
    border-bottom: 1px solid #00000075;
    padding: 10px 0;
}

.row.disclaimer-fot {
    padding-bottom: 15px !important;
}

.row.disclaimer-fot p {
    text-align: center;
    font-size: 17px;
    font-weight: 700;
}

.top-sec-seal-txt p {
    color: #000;
    font-family: "Inter", sans-serif;
    font-size: 17px;
}

/* .track {
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    animation: marquee 15s linear infinite;
    width: 100%;
    text-align: center;
}

@keyframes marquee {
    from {
        transform: translateX(100%);
    }

    to {
        transform: translateX(-100%);
    }
}

.marquee {
    position: relative;
    max-width: 100%;
    overflow-x: hidden;
    width: 100%;
    height: 30px;
} */

section.banner-sec img.footer-seal {
    width: 260px;
    margin: 0 auto;
    position: absolute;
    top: 30px;
    right: 160px;
}

.footer-info {
    text-align: center;
}


.dropdown-btn.active .dropdown-list {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}













/* Dropdown menu style */
.dropdown-btn .dropdown-list {
    position: absolute;
    top: 100%;
    left: 15px;
    min-width: 160px;
    background: #fff;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
    list-style: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 999;
}

.dropdown-btn {
    position: relative;
    display: inline-flex;
}

/* Show dropdown on hover */
.dropdown-btn:hover .dropdown-list {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Dropdown list items */
.dropdown-btn .dropdown-list li {
    width: 100%;
}

.dropdown-btn .dropdown-list li a {
    display: block;
    padding: 10px 16px;
    color: #000;
    text-decoration: none;
    font-size: 15px;
    transition: background 0.3s ease, color 0.3s ease;
}

.dropdown-btn .dropdown-list li a:hover {
    background: #000;
    color: #fff;
}





/* ======== MODAL BACKDROP ======== */
.custom-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: rgba(0, 0, 0, 0.6);
    animation: fadeIn 0.3s ease;
}

/* ======== MODAL BOX ======== */
.custom-modal-content {
    background: #fff;
    margin: 10% auto;
    padding: 30px 30px 25px;
    border-radius: 12px;
    width: 90%;
    max-width: 500px;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    animation: slideDown 0.3s ease;
}

/* ======== CLOSE BUTTON ======== */
.closeModal {
    color: #333;
    position: absolute;
    top: 12px;
    right: 20px;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.3s ease;
}

.closeModal:hover {
    color: #2575fc;
}

/* ======== MODAL HEADING ======== */
.custom-modal-content h2 {
    margin-top: 0;
    text-align: center;
    font-size: 24px;
    margin-bottom: 27px;
}

/* ======== FORM ELEMENTS ======== */
.review-form-inmodal {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.review-form-inmodal textarea {
    resize: none;
    min-height: 150px;
    padding: 12px;
    font-size: 15px;
    border: 1px solid #ccc;
    border-radius: 6px;
    outline: none;
    transition: border-color 0.3s ease;
    font-family: "Urbanist", sans-serif;
    margin: unset;
}

.review-form-inmodal textarea:focus {
    border-color: #2575fc;
}

.review-form-inmodal button {
    align-self: flex-end;
    background: #43cfe9;
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 16px;
    transition: background 0.3s ease;
    font-family: "Urbanist", sans-serif;
}

.review-form-inmodal button:hover {
    background: #1a5edc;
}

/* ======== ANIMATIONS ======== */
@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes slideDown {
    from {
        transform: translateY(-40px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.review-btn-modal-last {
    text-align: center;
}

.review-form-inmodal textarea::placeholder {
    font-size: 18px;
}


.review-story-video-sec {
    margin-bottom: 80px;
}