/*-----------------------------------------------------------------------------------
Template Name: Jufiter HTML5 Template,
Template URI: http://www.themectg.com
Description: This is html5 template
Author: Themectg
Author URI: http://www.themectg.com
Version: 1.0
-----------------------------------------------------------------------------------
CSS INDEX
===================
1. Google font
2. Theme Default CSS
-----------------------------------------------------------------------------------*/

/*-----------------
1. Google font
------------------*/
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:400,600,700|Rubik:400,500,700');

/*-------------------
2. Theme Default CSS
--------------------*/
button,
a {
    text-decoration: none;
    outline: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    color: #333333;
    font-family: 'Rubik', sans-serif;
}

input[type="submit"]:focus,
button:focus,
a:focus,
a:hover {
    text-decoration: none;
    outline: none;
    color: #674DD6;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    line-height: 1.3em;
    font-weight: 700;
    color: #0F1D46;
    font-family: 'Josefin Sans', sans-serif;
}

html,
body {
    height: 100%
}

body {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8em;
    color: rgba(15, 29, 70, 0.7);
    font-family: 'Rubik', sans-serif;
    opacity: 0;
}


/* Remove Chrome Input Field's Unwanted Yellow Background Color */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

/*---------------------
CTA-Area
----------------------*/
.cta-area {
    padding: 120px 0;
    position: relative;
    z-index: 1;
}

.cta-area:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
    z-index: -1;
}

.cta-area .text-box {
    max-width: 800px;
    margin: 0 auto;
}

.cta-area .title {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.cta-area .top-title {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.cta-area p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 0;
    opacity: 0.9;
}

.cta-area .bttn-2 {
    margin-right: 15px;
}

.cta-area .bttn-4 {
    background-color: transparent;
    border: 2px solid #ffffff;
    color: #ffffff;
}

.cta-area .bttn-4:hover {
    background-color: #ffffff;
    color: #674DD6;
}

/* CTA Form Styles */
.cta-form-box {
    background: rgba(255, 255, 255, 0.1);
    padding: 40px;
    border-radius: 10px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.cta-form .form-group {
    margin-bottom: 20px;
}

.cta-form .form-control {
    width: 100%;
    padding: 15px 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-size: 16px;
    transition: all 0.3s ease;
}

.cta-form .form-control::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.cta-form .form-control:focus {
    outline: none;
    border-color: #ffffff;
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.1);
}

.cta-form .form-control option {
    background: #674DD6;
    color: #ffffff;
}

.cta-form textarea.form-control {
    resize: vertical;
    min-height: 100px;
}

.cta-form .bttn-1 {
    width: 100%;
    margin-top: 10px;
}

/* White Footer Styles */
.footer-white {
    background: #FFFFFF !important;
    color: #000000;
}

.footer-white .widget-title {
    color: #000000;
}

.footer-white .copyright {
    color: #000000;
}

footer p {
    color: #000000;
}

/*---------------------
Blog-Area
----------------------*/
.site-header {
    background: #e641cd;
    background: linear-gradient(45deg, #8323ED 1%, #4D0BFD 99%);
    color: #fff;
    padding-top: 150px;
    padding-bottom: 150px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.site-header .page-title {
    color: #fff;
    font-size: 56px;
    line-height: 65px;
    font-weight: 300;
    margin-bottom: 0;
}

.site-header .sub-title {
    display: block;
    font-size: 20px;
    font-weight: 300;
    margin-top: 30px;
}

.post-single {
    border-radius: 3px;
    -webkit-box-shadow: 0 0 30px 0 rgba(51, 77, 136, .07);
    box-shadow: 0 0 30px 0 rgba(51, 77, 136, .07);
    margin-bottom: 30px;
    width: 100%;
    max-width: 100%;
    border: 1px solid #f7f2f1;
    background-color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
}

.post-single .post-content {
    background-color: #fff;
    padding: 30px;
    position: relative;
    border-radius: 6px;
}

.post-meta {
    margin-bottom: 10px;
    font-size: 15px;
    display: block;
    font-weight: 300;
    color: #1c223a;
}

.post-title {
    font-size: 24px;
    margin-bottom: 25px;
}

.post-meta .meta-item {
    margin-right: 10px;
}

.bttn-more {
    display: inline-block;
    color: #7028e4;
    font-weight: 300;
    font-size: 16px;
}

.bttn-more:after {
    content: "\f105";
    font-family: 'fontawesome';
    display: inline-block;
    margin-left: 0;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;
}

.bttn-more:hover:after {
    margin-left: 5px;
    opacity: 1;
}

.page-links .page-numbers,
.nav-links .page-numbers {
    width: 45px;
    height: 45px;
    margin: 5px;
    line-height: 45px;
    font-size: 18px;
    font-weight: 300;
    background: #e641cd;
    background: linear-gradient(45deg, #e641cd 1%, #7028e4 99%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e641cd', endColorstr='#7028e4', GradientType=1);
    color: #7028e4;
    display: inline-block;
    text-align: center;
    border-radius: 2px;
    position: relative;
    z-index: 1;
    -webkit-transition: .3s;
    transition: .3s;
}

.page-links .page-numbers:before,
.nav-links .page-numbers:before {
    content: "";
    position: absolute;
    left: 2px;
    top: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    background-color: #fff;
    border-radius: 1px;
    z-index: -1;
    -webkit-transition: .3s;
    transition: .3s;
}

.page-links .page-numbers.current:before,
.nav-links .page-numbers.current:before {
    opacity: 0;
}

.page-links .page-numbers:hover:before,
.nav-links .page-numbers:hover:before {
    opacity: .9;
}

.page-links .page-numbers.current,
.nav-links .page-numbers.current {
    color: #fff;
}


/*-- Widget --*/
.sidebar .widget {
    background-color: #fff;
    padding: 30px;
    border-radius: 3px;
    border: 1px solid #f7f2f1;
    overflow: hidden;
    -webkit-box-shadow: 0 0 30px 0 rgba(51, 77, 136, .07);
    box-shadow: 0 0 30px 0 rgba(51, 77, 136, .07);
    margin-bottom: 30px;
}

.sidebar .widget:last-child {
    margin-bottom: 0;
}

.widget-title {
    color: #1c223a;
    font-size: 22px;
    font-weight: 300;
    position: relative;
    margin-bottom: 20px;
}

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

.sidebar .widget ul li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #DFE3EC;
    display: block;
}

.sidebar .widget ul li a {
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
}

.sidebar .widget ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.sidebar .widget ul ul {
    padding: 0;
    margin-top: 10px;
    margin-left: 7px;
    border-left: 1px solid #dfe3ec;
}

.sidebar .widget ul li li {
    margin-bottom: 10px !important;
    padding-left: 10px;
}

.sidebar .widget ul li li:last-child {
    margin-bottom: 0 !important;
}


.search-box {
    position: relative;
}

.search-box .search {
    margin-bottom: 0;
    height: 60px;
    height: 70px;
    width: 100%;
    padding: 15px 30px;
    border-radius: 100px;
    border: none;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
}

.search-box .search-bttn {
    border: none;
    width: 56px;
    height: 56px;
    line-height: 56px;
    position: absolute;
    overflow: hidden;
    right: 7px;
    top: 7px;
    text-align: center;
    color: #fff;
    background: #e641cd;
    background: linear-gradient(45deg, #e641cd 1%, #7028e4 99%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e641cd', endColorstr='#7028e4', GradientType=1);
    border-radius: 100%;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
    z-index: 1;
}

.search-box .search-bttn:hover:before {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.search-box .search-bttn:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: .3;
    border-radius: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
    z-index: -1;
    -webkit-transition: .3s;
    transition: .3s;
}




/*--------------------------
02. Populer-Post-Widget
---------------------------*/

.popular-post {
    overflow: hidden;
}

.popular-post .post-thumb {
    width: 100%;
    border-radius: 3px;
    overflow: hidden;
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}

.popular-post .post-thumb:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    z-index: 2;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.popular-post .item:hover .post-thumb:before {
    opacity: 0.7;
}

.popular-post .post-thumb:after {
    content: "\f061";
    font-family: 'fontawesome';
    position: absolute;
    left: calc(50% - 25px);
    top: calc(50% - 25px);
    width: 50px;
    height: 50px;
    color: #ffffff;
    font-size: 30px;
    text-align: center;
    line-height: 50px;
    z-index: 3;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.popular-post .item:hover .post-thumb:after {
    opacity: 1;
}

.popular-post .content {
    display: block;
}

.popular-post .post-meta {
    margin-bottom: 5px;
}

.popular-post .post-meta > span {
    margin-right: 10px;
}

.popular-post .post-meta > span i.fa {
    font-size: 13px;
    color: #7028e4;
}

.popular-post .post-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    color: #7028e4;
    display: contents;
}

.popular-post .item {
    border-bottom: 1px solid #DFE3EC;
    padding-bottom: 25px;
    margin-bottom: 30px;
}

.popular-post .item:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.popular-post .item:first-child {
    padding-top: 0;
}



.post-footer-meta {
    width: 100%;
    display: block;
    background-color: #fff;
    padding: 5px 30px;
    border-radius: 6px;
    border: 1px solid #f7f2f1;
    -webkit-box-shadow: 0 0 30px 0 rgba(51, 77, 136, .07);
    box-shadow: 0 0 30px 0 rgba(51, 77, 136, .07);
    margin-bottom: 30px;
    text-transform: capitalize;
}

.post-footer-meta .meta-item {
    display: inline-block;
    color: #1c223a;
    font-weight: 400;
    margin: 15px 15px 15px 0;
}

.post-footer-meta .meta-item:last-child {
    margin-bottom: 0;
}

.share-menu {
    width: 100%;
    display: block;
    background-color: #ffffff;
    padding: 30px 30px;
    border-radius: 6px;
    border: 1px solid #f7f2f1;
    -webkit-box-shadow: 0 0 30px 0 rgba(51, 77, 136, 0.07);
    box-shadow: 0 0 30px 0 rgba(51, 77, 136, 0.07);
    margin-bottom: 30px;
}

.share-menu a {
    display: inline-block;
    font-size: 15px;
    text-align: center;
    line-height: 40px;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    padding: 0 30px;
    border: 2px solid #1990EA;
    color: #1990EA;
    border-radius: 100px;
    margin: 5px 0;
    margin-right: 10px;
    min-width: 120px;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.share-menu a:last-child {
    margin-right: 0;
}

.share-menu a:hover {
    background-color: #1990EA;
    color: #ffffff;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.2);
}

.share-menu a.facebook {
    color: #3b5999;
    border-color: #3b5999;
}

.share-menu a.facebook:hover {
    background-color: #3b5999;
    color: #ffffff;
}

.share-menu a.twitter {
    color: #55acee;
    border-color: #55acee;
}

.share-menu a.twitter:hover {
    color: #ffffff;
    background-color: #55acee;
}

.share-menu a.google-plus {
    color: #dd4b39;
    border-color: #dd4b39;
}

.share-menu a.google-plus:hover {
    color: #ffffff;
    background-color: #dd4b39;
}

.share-menu a.linkedin {
    color: #0077B5;
    border-color: #0077B5;
}

.share-menu a.linkedin:hover {
    color: #ffffff;
    background-color: #0077B5;
}

.share-menu a.pinterest {
    color: #bd081c;
    border-color: #bd081c;
}

.share-menu a.pinterest:hover {
    color: #ffffff;
    background-color: #bd081c;
}

.share-menu a i {
    margin-right: 10px;
}



.comment_area {
    margin-top: 60px;
    margin-bottom: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid #e4eaf2;
}

.comment-list-area .comments-title,
.comment-respond .comment_form_title {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 30px;
    padding-bottom: 15px;
    position: relative;
}

.form-control {
    padding: 25px;
}

.comment-respond .submit_btn {
    border: none;
    border-radius: 3px;
    padding: 15px 30px;
    background-color: #7D37E1;
    color: #ffffff;
}

/*-------------------
10. comment-list 
--------------------*/

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

.comment-list .children {
    list-style: none;
    margin: 0 0 0 80px;
    padding: 0;
}

.comment-list .pingback,
.comment-list .comment {
    margin: 0;
    padding: 0;
}

.comment-list .comment-body {
    margin-bottom: 30px;
    padding: 30px 30px 30px 140px;
    position: relative;
    border: 1px solid #f7f2f1;
    border-radius: 5px;
    overflow: hidden;
}

.comment-list .pingback .comment-body {
    padding: 15px;
}

.comment-list .comment-body .comment-author img {
    position: absolute;
    left: 30px;
    top: 30px;
    max-width: 80px;
    max-height: 80px;
    border-radius: 50%;
    -webkit-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.2)
}

.comment-list .comment-body .comment-author .fn {
    font-weight: 600;
    font-size: 20px;
}


.comment-list .comment-body .comment-metadata {
    margin-bottom: 15px;
    margin-top: 10px;
}

.comment-list .comment-body .comment-reply-link {
    color: #7D37E1;
    float: right;
    font-weight: 400;
    font-size: 15px;
}

.comment-list .comment-body .comment-reply-link:before {
    content: "\eeeb";
    font-family: "IcoFont";
    display: inline-block;
    -webkit-transform: rotateY(190deg);
    transform: rotateY(190deg);
    margin-right: 5px;
}

.comment-list .comment-body .comment-reply-link:hover {
    color: #7D37E1;
    text-decoration: underline;
}


.comment-notes,
.comment-form .logged-in-as,
.comment-form .logged-in-as a,
.comment-list .comment-body .comment-author .says,
.comment-list .comment-body .comment-metadata a {
    font-weight: 300;
    color: #858993;
}

.comment-form .logged-in-as a:hover,
.comment-list .comment-body .comment-metadata a:hover {
    color: #7D37E1
}

.comment-form .logged-in-as a:hover,
.comment-list .comment-body .comment-metadata a:hover {
    color: #7D37E1
}

.navigation,
.pagination {
    padding: 30px;
    border: 2px solid #ededed;
    width: 100%;
    text-align: center;
}

.nav-links .page-numbers {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.nav-links .page-numbers.current {
    background-color: #FFAFBD;
    color: #ffffff;
    border-radius: 3px;
}

.big-nav-links {
    overflow: hidden;
}

.big-nav-links > div {
    display: inline-block;
    width: 50%;
    float: left;
}

.banner-img {
    max-width: 700px;
}
@media screen and (max-width: 1280px) {
    .banner-img {
        max-width: 400px;
    }
}

.sec-img {
    max-width: 100%;
}

.mb-5 {
    margin-bottom: 10px;
}

.mb-3 {
    margin-bottom: 10px;
}

.intro-area.v1 {
    background-image: url("/assets/images/section-bg1.png");
    background-size: 100% 100%;
    background-position: center
}

/* Reverse column order only on mobile */
@media (max-width: 767.98px) {
    .modal-dialog {
        margin-top: 130px !important;
    }
    .rev-mobile {
        display: flex;           /* make .row a flex container */
        flex-direction: column-reverse;
    }
}

.full-bg {
    display: flex;
    align-items: center;
    width: 100%;
    height: 500px;
    background-image: url('/assets/images/secondbanner.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 50px 0px 0px 0px;
}

a.custom_button {
    cursor: pointer;
    padding: 12px 15px;
    display: inline-block;
    border: 2px solid #333;
    background-color: transparent;
    color: #333;
    border-radius: 50px;
    margin: 20px 0px
}

a.custom_button:hover {
    border: 2px solid #c7000b;
    background-color: #c7000b;
    color: #fff;
}

.awards-section {
    background: #fafafa;
    padding: 80px 0;
    text-align: center;
}

.case-study-section {
    background: #FFFFFF;
    padding: 80px 0;
}
.case-study-section h3 {
    margin-bottom: 40px;
}

.award-box {
    margin-bottom: 30px;
}

.award-icon {
    width: 120px;
    height: 120px;
    /* background: #fff; */
    /* border-radius: 50%; */
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* box-shadow: 0 0 10px rgba(0,0,0,0.05); */
}

.award-icon img {
    max-width: 360px;
    max-height: 114px;
}

.award-box h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
}

.award-box p {
    color: #666;
    font-size: 16px;
    line-height: 1.95;
    min-height: 80px; /* keeps height consistent */
}

.award-box a {
    display: inline-block;
    margin-top: 10px;
    color: red;
    font-weight: 500;
    text-decoration: none;
}

.award-box a:hover {
    text-decoration: underline;
}

/* Responsive */
@media (max-width: 768px) {
    .carousel-content > div {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .award-box {
        margin-bottom: 40px;
    }
    .awards-section h3.title, .oceanstor-section h3.title {
        font-size: 28px;
        margin-bottom: 30px;
    }
}

.awards-section h3.title, .oceanstor-section h3.title {
    font-size: 34px;
    margin-bottom: 60px;
}
.swiper-pagination-bullet-active {
    background-color: red !important;
}
.mySwiper2 .swiper-slide {
    display: flex; /* Ensures content can stretch */
    height: auto; /* Allow height adjustment */
}

.oceanstor-section {
    padding: 0px 0 80px 0px;
    background: #FFFFFF;
}

.oceanstor-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.oceanstor-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.oceanstor-card .card-body {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.oceanstor-card h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #222;
}

.oceanstor-card p {
    flex: 1;
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 20px;
}

.oceanstor-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); /* 3 desktop, 1 mobile */
    gap: 20px; /* Equal spacing */
}

.oceanstor-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    height: 100%; /* Ensures equal height in grid */
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.oceanstor-card img {
    width: 100%;
    height: 200px;
    object-fit: cover; /* Keeps image ratio while filling space */
}

.card-body {
    flex: 1; /* Stretches body to fill height */
    display: flex;
    flex-direction: column;
    padding: 15px;
}

.card-body h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.card-body p {
    flex: 1; /* Pushes Learn More button to bottom */
    font-size: 14px;
}

.btn-learn {
    display: inline-block;
    margin-top: auto; /* Keeps button at bottom */
    color: #d60000;
    text-decoration: none;
    font-weight: 600;
}
.btn-learn:hover {
    text-decoration: underline;
}


.btn-learn {
    width: 150px;
    display: inline-block;
    padding: 8px 20px;
    border: 2px solid #d60000;
    border-radius: 30px;
    color: #d60000;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-learn:hover {
    background: #d60000;
    color: #fff;
}

 .case-carousel .slide-content {
            padding-left: 30px;
}
.case-carousel .slide-number {
    font-size: 20px;
    font-weight: bold;
    color: #d60000;
    display: block;
    margin-bottom: 15px;
}
.case-carousel .slide-number small {
    color: #999;
    font-weight: normal;
}
.case-carousel h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #222;
}
.case-carousel p {
    font-size: 15px;
    color: #555;
    margin-bottom: 20px;
}
.case-carousel .learn-more {
    font-weight: 500;
    color: #d60000;
    text-decoration: none;
    position: relative;
}
.case-carousel .learn-more span {
    margin-left: 5px;
    transition: margin-left 0.3s ease;
}
.case-carousel .learn-more:hover span {
    margin-left: 10px;
}

section#sec-1 {
    background: url('/assets/images/sec-bg-1.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Modal form container styling */
.form-container {
    border-radius: 8px;
    overflow: hidden;
    border: none;
    box-shadow: 0 5px 20px rgba(0,0,0,0.2);
}

/* Modal header */
.modal-header {
    background: #c7000b ;
    color: #fff;
    border-bottom: none;
    padding: 15px 20px;
}
.modal-title {
    font-weight: 600;
    color: #FFFFFF;
}
.modal-header .close {
    color: #fff;
    opacity: 0.9;
}
.modal-header .close:hover {
    opacity: 1;
}

/* Form labels */
.form-group label {
    font-weight: 500;
    margin-bottom: 5px;
    display: block;
}

/* Inputs and textarea */
.form-control {
    border-radius: 4px;
    border: 1px solid #ccc;
    padding: 10px;
    height: auto;
    font-size: 14px;
}
.form-control:focus {
    border-color: #007BFF;
    box-shadow: 0 0 5px rgba(0,123,255,0.4);
}

/* Submit button */
.btn-primary {
    background: #007BFF;
    border: none;
    font-size: 16px;
    padding: 10px;
    border-radius: 4px;
    transition: background 0.3s ease;
}
.btn-primary:hover {
    background: #0056b3;
}
.modal-backdrop {
    z-index: 998 !important;
}

a {
    position: relative !important;
    z-index: 999 !important;
}

.carousel-control {
    position: absolute !important;
}

.img-responsive {
    width: 100%;
    height: 100%;
}

.carousel-inner h3, .carousel-inner p {
    text-align: left;
}

.carousel-content {
    display: table;
    height: 100%;
    padding: 0 30px;
}
.carousel-content > * {
    display: table-cell;
    vertical-align: middle;
}

.hero-text-box span {
    letter-spacing: .12em;
    color: #000000;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
}

.hero-text-box .title{
    font-size: 36px;
    line-height: 1.15;
    margin: 8px 0px !important;
}

.hero-text-box .sub-title {
    font-size: 24px;
    color: #000000;
    font-weight: 400;
}

.hero-text-box p {
    font-size: 18px;
    color: #000000;
}

section.intro-area.about-section.v1 a.custom_button {
    background-color: #FFFFFF;
}

section.intro-area.about-section.v1 a.custom_button:hover {
    color: #FFFFFF;
    background: #333;
    border-color: #333;
}

.oceanstor-section .swiper-pagination {
    position: absolute;
    bottom: 0px !important;
}

.header-area {
    background: url('/assets/images/banner.jpg');
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: center !important;
    margin-top: 110px;
}

.corporate-form {
    border-radius: 12px;
    padding: 20px;
    background: #ffffff;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
    font-family: 'Segoe UI', Tahoma, sans-serif;
}

.corporate-form .form-label {
    font-weight: 500;
    color: #333;
    font-size: 14px;
}

.corporate-form .form-control {
    border-radius: 8px;
    border: 1px solid #ddd;
    padding: 10px 12px;
    font-size: 14px;
    transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.corporate-form .form-control:focus {
    border-color: #0d6efd;
    box-shadow: 0 0 0 0.15rem rgba(13, 110, 253, 0.15);
}

.corporate-form .btn-primary {
    border-radius: 8px;
    font-weight: 500;
    font-size: 15px;
}

.corporate-form textarea {
    resize: none;
}
