h1{
    font-size: 52px !important;
    font-weight: 800 !important;
}

h2{
    font-size: 35px !important;
    font-weight: 800 !important;
}

body{
    /* background:#030b25; */
    font-family:'Poppins',sans-serif;
}
/* Navbar css start  */
.custom-navbar{
    background:#030b25;
    padding:15px 0;
}

.nav-link{
    color:#fff !important;
    font-weight:500;
    margin:0 10px;
}

.nav-link:hover{
    color:#8b5cf6 !important;
}

.mega-menu,
.blog-menu{
    width:100%;
    left:0;
    right:0;
    margin-top:20px;
    border-radius:20px;
    background:#08142f;
    padding:30px;
}

.mega-menu h6{
    color:#8b5cf6;
    margin-bottom:15px;
}

.mega-menu ul{
    list-style:none;
    padding:0;
}

.mega-menu ul li{
    margin-bottom:10px;
}

.mega-menu ul li a{
    color:#d6d9e3;
    text-decoration:none;
    transition:.3s;
}

.mega-menu ul li a:hover{
    color:#8b5cf6;
    padding-left:5px;
}

.mega-cta{
    background:linear-gradient(
    135deg,
    #6d28d9,
    #9333ea);
    padding:20px;
    border-radius:15px;
    text-align:center;
    color:#fff;
}

.btn-gradient{
    background:linear-gradient(
    90deg,
    #7c3aed,
    #9333ea);
    color:#fff;
    border:none;
    padding:12px 24px;
    border-radius:10px;
    transition:.4s;
}

.btn-gradient:hover{
    transform:translateY(-3px);
    box-shadow:0 0 25px rgba(139,92,246,.6);
    color:#fff;
}

.search-btn{
    width:42px;
    height:42px;
    border-radius:50%;
    border:1px solid rgba(255,255,255,.15);
    background:transparent;
    color:#fff;
}

.blog-feature img{
    border-radius:15px;
}

.blog-feature h5{
    color:#fff;
    font-size:16px;
}

@media(max-width:1199px){

    .mega-menu,
    .blog-menu{
        width:100%;
        position:relative !important;
        margin-top:10px;
    }

    .mega-cta{
        margin-top:20px;
    }
}

/* Navbar css end  */

/* Hero css start  */
.hero-section{

    background:#020817;
    padding:90px 0 120px;
    position:relative;
}

.min-vh-75{
    min-height:75vh;
}

.hero-badge{

    display:inline-block;
    color:#6d8cff;
    font-size:13px;
    font-weight:600;
    letter-spacing:1px;
    margin-bottom:20px;
}

.hero-title{

    font-size:65px;
    line-height:1.15;
    font-weight:800;
    color:#fff;
    margin-bottom:25px;
}

.hero-title span{

    color:#7c3aed;
}

.hero-desc{

    color:#a3acc3;
    font-size:17px;
    line-height:1.9;
    margin-bottom:35px;
}

.hero-buttons{

    display:flex;
    gap:15px;
    flex-wrap:wrap;
}

.hero-btn-primary{

    background:linear-gradient(
    90deg,
    #5b5cff,
    #8b5cf6);

    color:#fff;
    border:none;
    padding:15px 28px;
    border-radius:12px;
    font-weight:600;
    transition:.4s;
}

.hero-btn-primary:hover{

    transform:translateY(-4px);
    box-shadow:0 10px 35px rgba(124,58,237,.45);
    color:#fff;
}

.hero-btn-secondary{

    color:#fff;
    border:1px solid rgba(255,255,255,.15);
    background:transparent;
    padding:15px 28px;
    border-radius:12px;
    transition:.4s;
}

.hero-btn-secondary:hover{

    border-color:#7c3aed;
    color:#fff;
}

.hero-image-wrapper{

    position:relative;
    text-align:center;
}

.hero-main-image{

    max-width:100%;
    position:relative;
    z-index:2;
}

.hero-blur{

    position:absolute;
    border-radius:50%;
    filter:blur(120px);
}

.blur-1{

    width:300px;
    height:300px;
    background:#7c3aed;
    top:80px;
    left:-100px;
    opacity:.18;
}

.blur-2{

    width:350px;
    height:350px;
    background:#2563eb;
    top:0;
    right:-100px;
    opacity:.18;
}

.hero-shape{

    position:absolute;
    bottom:-2px;
    left:0;
    width:100%;
    line-height:0;
}

.hero-shape svg{

    width:100%;
    height:120px;
}
/* Hero css end  */

/* Button css start  */
.hero-btn-primary{

    position:relative;
    overflow:hidden;
    z-index:1;

    background:#111827;
    color:#fff;
    border:none;
}

.hero-btn-primary::before{

    content:'';
    position:absolute;
    inset:-2px;

    background:linear-gradient(
    90deg,
    #5b5cff,
    #8b5cf6,
    #06b6d4,
    #5b5cff);

    background-size:300%;
    animation:borderMove 6s linear infinite;

    z-index:-2;
}

.hero-btn-primary::after{

    content:'';
    position:absolute;
    inset:2px;

    background:#111827;
    border-radius:10px;
    z-index:-1;
}

@keyframes borderMove{

    0%{
        background-position:0%;
    }

    100%{
        background-position:300%;
    }
}
/* Button css end  */

/* ==========================
   Year of Experience SECTION start
========================== */

.stats-section{

    position:relative;
    margin-top:-60px;
    z-index:20;
}

.stats-wrapper{

    background:#ffffff;

    border-radius:24px;

    box-shadow:
    0 10px 40px rgba(0,0,0,.08);

    border:1px solid #eef2ff;

    overflow:hidden;
}

.stats-item{

    display:flex;
    align-items:center;
    justify-content:center;

    gap:16px;

    padding:32px 25px;

    border-right:1px solid #edf1f7;

    transition:.35s;
}

.stats-item:hover{

    background:#fafaff;
}

.stats-icon{

    width:56px;
    height:56px;

    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    background:
    linear-gradient(
    135deg,
    rgba(124,58,237,.08),
    rgba(37,99,235,.08));

    border:1px solid rgba(124,58,237,.12);

    transition:.35s;
}

.stats-item:hover .stats-icon{

    transform:translateY(-5px);

    background:
    linear-gradient(
    135deg,
    #7c3aed,
    #2563eb);
}

.stats-icon i{

    font-size:22px;
    color:#7c3aed;
}

.stats-item:hover .stats-icon i{

    color:#fff;
}

.stats-content h3{

    margin:0;

    font-size:42px;
    font-weight:800;

    color:#111827;

    line-height:1;
}

.stats-content p{

    margin-top:8px;
    margin-bottom:0;

    color:#6b7280;

    font-size:14px;
    font-weight:500;
}
/* ==========================
   Year of Experience SECTION End
========================== */

/* Service card Section Start */
/* ======================
   SERVICES SECTION
====================== */

.owl-carousel .owl-stage-outer{
        padding: 30px 0px;
}
.navigation-btn {
    position: relative;
    background: #fff;
    border: 1px solid #edf1f7;
    border-radius: 20px;
    text-align: center;
    padding: 15px 15px;
    overflow: hidden;
    transition: .4s;
}
.navigation-btn::before {
    content: '';
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: 20px;
    background: linear-gradient(135deg, #7c3aed, #2563eb, #06b6d4);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: .4s;
}
.navigation-btn:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(124, 58, 237, .15);
}
.navigation-btn:hover::before {
    opacity: 1;
}

.service-card{

    background:#fff;

    border:1px solid #edf1f7;

    border-radius:22px;

    padding:18px;

    min-height:368px;

    transition:.4s;

    position:relative;
}

.service-card:hover{

    transform:translateY(-10px);

    border-color:#7c3aed;

    box-shadow:
    0 15px 40px rgba(124,58,237,.15);
}

.service-card img{

    width:100%;

    height:160px;

    object-fit:cover;

    border-radius:14px;

    margin-bottom:20px;
}

.service-card h4{

    font-size:20px;

    font-weight:700;

    color:#111827;

    margin-bottom:12px;
}

.service-card p{

    color:#6b7280;

    line-height:1.8;

    font-size:14px;

    margin-bottom:40px;
}

.service-arrow{

    width:42px;
    height:42px;

    border-radius:50%;

    position:absolute;

    bottom:18px;
    right:18px;

    display:flex;
    align-items:center;
    justify-content:center;

    text-decoration:none;

    background:#f5f3ff;

    color:#7c3aed;

    transition:.35s;
}

.service-card:hover .service-arrow{
    background:#7c3aed;
    color:#fff;
}
/* Service card Section End */

 /* Technology icons start */
/* ==========================
   TECHNOLOGY SECTION
========================== */

.technology-section{

    padding:90px 0;
    background:#fff;
}

.tech-card{

    position:relative;

    background:#fff;

    border:1px solid #edf1f7;

    border-radius:20px;

    text-align:center;

    padding:25px 15px;

    overflow:hidden;

    transition:.4s;
}

.tech-card::before{

    content:'';

    position:absolute;

    inset:0;

    padding:1px;

    border-radius:20px;

    background:
    linear-gradient(
    135deg,
    #7c3aed,
    #2563eb,
    #06b6d4);

    -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);

    -webkit-mask-composite:xor;

    mask-composite:exclude;

    opacity:0;

    transition:.4s;
}

.tech-card:hover::before{

    opacity:1;
}

.tech-card:hover{

    transform:translateY(-10px);

    box-shadow:
    0 20px 50px rgba(124,58,237,.15);
}

.tech-card img{

    width:60px;
    height:60px;

    transition:.4s;
}

.tech-card:hover img{

    transform:scale(1.15)
    rotate(5deg);
}

.tech-card h6{

    margin-top:15px;

    font-weight:600;

    color:#111827;
}
 /* Blog section start */
/* ======================
   BLOG SECTION
====================== */

.blog-section{
background:#f8fafc;
}

.blog-card{ background:#fff; border-radius:24px; overflow:hidden; border:1px solid #edf1f7; transition:.4s; height:100%; -webkit-transition:.4s; -moz-transition:.4s; -ms-transition:.4s; -o-transition:.4s;
}

.blog-card:hover{
transform:translateY(-10px);
box-shadow:0 20px 50px rgba(124,58,237,.12);
}

.blog-image img{
width:100%;
height:240px;
object-fit:cover;
}

.blog-category{
display:inline-block;
background:#f3e8ff;
color:#7c3aed;
padding:8px 15px;
border-radius:50px;
font-size:12px;
font-weight:600;
}

.blog-content h4{
margin-top:15px;
font-size:22px;
font-weight:700;
line-height:1.4;
}

.blog-content p{
color:#6b7280;
line-height:1.8;
margin:15px 0;
}

.blog-btn{
color:#7c3aed;
font-weight:600;
text-decoration:none;
}

.blog-btn:hover

.blog-carousel .owl-nav{
margin-top:30px;
text-align:center;
}

.blog-carousel .owl-nav button{
width:50px;
height:50px;
border-radius:50% !important;
background:#fff !important;
border:1px solid #e5e7eb !important;
margin:0 8px;
transition:.3s;
}

.blog-carousel .owl-nav button:hover{
background:#7c3aed !important;
color:#fff !important;
}

.blog-carousel .owl-dots{
margin-top:20px;
}

.blog-carousel .owl-dot span{
width:10px;
height:10px;
}

.blog-carousel .owl-dot.active span{
background:#7c3aed !important;
}


  /* Blog section end  */

   /* Contact section start  */
/* ==========================
   CONTACT SECTION
========================== */
/*=========================================================
        BIGSEA INFOTECH CONTACT SECTION
                PART 2A
==========================================================*/

.contact-section{

    position:relative;

    padding:100px 0;

    overflow:hidden;

    background:
    radial-gradient(circle at top left,
    rgba(123,63,228,.18),
    transparent 35%),

    radial-gradient(circle at bottom right,
    rgba(69,39,160,.18),
    transparent 30%),

    linear-gradient(
    180deg,
    #080A18 0%,
    #0B1024 100%);

}

/*==================================
Background Glow
==================================*/

.contact-section::before{

    content:"";

    position:absolute;

    width:450px;

    height:450px;

    left:-180px;

    top:-180px;

    border-radius:50%;

    background:
    radial-gradient(circle,
    rgba(124,58,237,.30),
    transparent 70%);

    filter:blur(50px);

}

.contact-section::after{

    content:"";

    position:absolute;

    width:350px;

    height:350px;

    right:-120px;

    bottom:-120px;

    border-radius:50%;

    background:
    radial-gradient(circle,
    rgba(59,130,246,.18),
    transparent 70%);

    filter:blur(45px);

}

/*==================================
Container
==================================*/

.contact-section .container{

    position:relative;

    z-index:5;

}

/*==================================
Left Side
==================================*/

.contact-left{

    position:relative;

    padding-right:40px;

}

/*==================================
Subtitle
==================================*/

.contact-subtitle{

    display:inline-block;

    color:#B26CFF;

    font-size:15px;

    font-weight:600;

    letter-spacing:2px;

    text-transform:uppercase;

    margin-bottom:20px;

}

/*==================================
Heading
==================================*/

.contact-title{

    color:#ffffff;

    font-size:56px;

    font-weight:800;

    line-height:1.15;

    margin-bottom:35px;

}

/*==================================
Paragraph
==================================*/

.contact-description{

    color:#C9D1E7;

    font-size:18px;

    line-height:1.9;

    max-width:540px;

    margin-bottom:50px;

}

/*==================================
Floating Circle
==================================*/

.contact-circle{

    position:absolute;

    right:20px;

    top:180px;

    width:70px;

    height:70px;

    border-radius:50%;

    border:2px solid #7C3AED;

    display:flex;

    justify-content:center;

    align-items:center;

    animation:circleFloat 5s infinite ease-in-out;

}

.contact-circle span{

    width:14px;

    height:14px;

    border-radius:50%;

    background:#A855F7;

}

@keyframes circleFloat{

0%{

transform:translateY(0px);

}

50%{

transform:translateY(-18px);

}

100%{

transform:translateY(0px);

}

}

/*==================================
Review Card
==================================*/

.review-box{

    background:rgba(255,255,255,.05);

    border:1px solid rgba(255,255,255,.08);

    border-radius:22px;

    padding:28px;

    backdrop-filter:blur(18px);

    margin-bottom:35px;

}

.review-item{

    display:flex;

    align-items:center;

    gap:18px;

}

.review-item img{

    width:60px;

    transition:.4s;

}

.review-item:hover img{

    transform:scale(1.1);

}

.review-item .stars{

    color:#FFC107;

    font-size:14px;

    margin-bottom:8px;

}

.review-item small{

    color:#CBD5E1;

    font-size:14px;

}

/*==================================
Features
==================================*/

.contact-features{

    display:flex;

    flex-wrap:wrap;

    gap:15px;

}

.feature-item{

    display:flex;

    align-items:center;

    gap:10px;

    padding:14px 22px;

    border-radius:50px;

    background:rgba(255,255,255,.05);

    border:1px solid rgba(255,255,255,.08);

    color:#F8FAFC;

    font-size:15px;

    font-weight:500;

    transition:.35s;

}

.feature-item i{

    color:#A855F7;

    font-size:20px;

}

.feature-item:hover{

    transform:translateY(-6px);

    border-color:#8B5CF6;

    background:rgba(139,92,246,.15);

}

/*==================================
Responsive
==================================*/

@media(max-width:1200px){

.contact-title{

font-size:52px;

}

}

@media(max-width:992px){

.contact-left{

padding-right:0;

text-align:center;

}

.contact-description{

margin:auto auto 40px;

}

.contact-circle{

display:none;

}

.contact-features{

justify-content:center;

}

}

@media(max-width:768px){

.contact-title{

font-size:42px;

}

.contact-description{

font-size:16px;

}

.review-item{

margin-bottom:20px;

}

.review-item:last-child{

margin-bottom:0;

}

.review-box{

padding:22px;

}

}

@media(max-width:576px){

.contact-title{

font-size:34px;

}

.contact-features{

flex-direction:column;

}

.feature-item{

justify-content:center;

}

}

/*=========================================================
        BIGSEA INFOTECH CONTACT SECTION
                PART 2B
        Contact Form + Button + Animations
==========================================================*/

/*=========================
    Form Card
==========================*/

.contact-form-box{

    position: relative;

    background: rgba(18,24,45,.82);

    backdrop-filter: blur(25px);

    -webkit-backdrop-filter: blur(25px);

    border: 1px solid rgba(255,255,255,.08);

    border-radius:30px;

    padding:45px;

    overflow:hidden;

    box-shadow:
        0 30px 80px rgba(0,0,0,.35);

    transition:.45s;

}

.contact-form-box:hover{

    transform:translateY(-8px);

    border-color:rgba(139,92,246,.35);

    box-shadow:
        0 35px 90px rgba(124,58,237,.20);

}

/* Glow */

.contact-form-box::before{

    content:"";

    position:absolute;

    width:220px;

    height:220px;

    background:rgba(124,58,237,.25);

    border-radius:50%;

    top:-120px;

    right:-120px;

    filter:blur(45px);

}

.contact-form-box::after{

    content:"";

    position:absolute;

    width:160px;

    height:160px;

    background:rgba(59,130,246,.20);

    border-radius:50%;

    bottom:-90px;

    left:-90px;

    filter:blur(40px);

}

.contact-form-box>*{

    position:relative;

    z-index:2;

}

/*=========================
Heading
==========================*/

.contact-form-box h2{

    color:#fff;

    font-size:38px;

    font-weight:700;

    margin-bottom:12px;

}

.contact-form-box p{

    color:#CBD5E1;

    margin-bottom:35px;

    line-height:1.8;

}

/*=========================
Form Controls
==========================*/

.contact-form-box .form-control,
.contact-form-box .form-select{

    height:58px;

    background:rgba(255,255,255,.05);

    border:1px solid rgba(255,255,255,.10);

    color:#fff;

    border-radius:14px;

    padding:15px 18px;

    font-size:15px;

    transition:.35s;

    box-shadow:none;

}

.contact-form-box textarea.form-control{

    height:140px;

    resize:none;

    padding-top:18px;

}

/* Placeholder */

.contact-form-box .form-control::placeholder{

    color:#94A3B8;

}

.contact-form-box .form-select{

    color:#94A3B8;

}

.contact-form-box option{

    color:#111827;

}

/* Focus */

.contact-form-box .form-control:focus,
.contact-form-box .form-select:focus{

    background:rgba(255,255,255,.08);

    border-color:#8B5CF6;

    color:#fff;

    box-shadow:
        0 0 0 4px rgba(139,92,246,.15);

}

/*=========================
Input Animation
==========================*/

.contact-form-box .mb-4{

    position:relative;

}

.contact-form-box .form-control:hover,
.contact-form-box .form-select:hover{

    border-color:rgba(168,85,247,.35);

}

/*=========================
Scrollbar
==========================*/

.contact-form-box textarea::-webkit-scrollbar{

    width:8px;

}

.contact-form-box textarea::-webkit-scrollbar-thumb{

    background:#7C3AED;

    border-radius:20px;

}

/*=========================
Responsive
==========================*/

@media(max-width:1200px){

.contact-form-box{

padding:35px;

}

}

@media(max-width:991px){

.contact-form-box{

margin-top:50px;

}

}

@media(max-width:768px){

.contact-form-box{

padding:28px;

border-radius:22px;

}

.contact-form-box h2{

font-size:30px;

}

.contact-btn{

height:56px;

}

}

@media(max-width:576px){

.contact-form-box{

padding:22px;

}

.contact-form-box h2{

font-size:26px;

}

.contact-form-box p{

font-size:14px;

}

.contact-form-box .form-control,
.contact-form-box .form-select{

height:52px;

font-size:14px;

}

.contact-form-box textarea.form-control{

height:120px;

}

.captcha-box{

flex-direction:column;

gap:15px;

}

.contact-btn{

font-size:15px;

}

}

/*==================================================
        BIGSEA INFOTECH CONTACT SECTION
                PART 2C
        Premium Effects & Animations
===================================================*/

/*==================================
Floating Animation
==================================*/

@keyframes floating{

    0%{

        transform:translateY(0px);

    }

    50%{

        transform:translateY(-12px);

    }

    100%{

        transform:translateY(0px);

    }

}

.contact-circle{

    animation:floating 5s ease-in-out infinite;

}

/*==================================
Review Card Hover
==================================*/

.review-box{

    transition:.45s;

}

.review-box:hover{

    transform:translateY(-8px);

    border-color:rgba(139,92,246,.25);

    box-shadow:
    0 20px 45px rgba(124,58,237,.18);

}

.review-item{

    transition:.35s;

}

.review-item:hover{

    transform:translateX(8px);

}

.review-item img{

    transition:.45s;

}

.review-item:hover img{

    transform:rotate(-5deg) scale(1.08);

}

/*==================================
Feature Badge Animation
==================================*/

.feature-item{

    position:relative;

    overflow:hidden;

}

.feature-item::before{

    content:"";

    position:absolute;

    width:0;

    height:100%;

    left:0;

    top:0;

    background:

    linear-gradient(

    90deg,

    rgba(124,58,237,.25),

    transparent);

    transition:.45s;

}

.feature-item:hover::before{

    width:100%;

}

/*==================================
Form Card Shine Effect
==================================*/

.contact-form-box{

    overflow:hidden;

}

.contact-form-box::before{

    animation:glowMove 8s linear infinite;

}

@keyframes glowMove{

0%{

transform:translateX(-50px);

}

50%{

transform:translateX(30px);

}

100%{

transform:translateX(-50px);

}

}

/*==================================
Button Shine
==================================*/

.contact-btn{

    position:relative;

    overflow:hidden;

}

.contact-btn::before{

    content:"";

    position:absolute;

    width:70px;

    height:220%;

    background:rgba(255,255,255,.25);

    top:-60%;

    left:-120px;

    transform:rotate(25deg);

    transition:.8s;

}

.contact-btn:hover::before{

    left:120%;

}

/*==================================
Input Icons (Optional)
==================================*/

.form-group{

    position:relative;

}

.form-group i{

    position:absolute;

    right:18px;

    top:18px;

    color:#94A3B8;

    transition:.35s;

}

.form-control:focus+i,

.form-select:focus+i{

    color:#A855F7;

}

/*==================================
Input Hover
==================================*/

.form-control,

.form-select{

    transition:.35s;

}

.form-control:hover,

.form-select:hover{

    border-color:#7C3AED;

}

/*==================================
Textarea
==================================*/

textarea.form-control{

    min-height:140px;

}

/*==================================
Scroll Animation Classes
==================================*/

.fade-up{

    opacity:0;

    transform:translateY(40px);

    transition:all .8s ease;

}

.fade-up.active{

    opacity:1;

    transform:translateY(0);

}

.fade-left{

    opacity:0;

    transform:translateX(-40px);

    transition:all .8s ease;

}

.fade-left.active{

    opacity:1;

    transform:translateX(0);

}

.fade-right{

    opacity:0;

    transform:translateX(40px);

    transition:all .8s ease;

}

.fade-right.active{

    opacity:1;

    transform:translateX(0);

}

/*==================================
Card Hover Lift
==================================*/

.contact-form-box,

.review-box,

.feature-item{

    will-change:transform;

}

/*==================================
Selection Color
==================================*/

::selection{

    background:#7C3AED;

    color:#fff;

}

/*==================================
Scrollbar
==================================*/

::-webkit-scrollbar{

    width:10px;

}

::-webkit-scrollbar-thumb{

    background:#7C3AED;

    border-radius:20px;

}

::-webkit-scrollbar-track{

    background:#0B1024;

}

/*==================================
Tablet
==================================*/

@media(max-width:991px){

.review-box{

margin-top:30px;

}

.contact-features{

justify-content:center;

}

}

/*==================================
Mobile
==================================*/

@media(max-width:768px){

.review-item{

flex-direction:column;

text-align:center;

}

.contact-btn{

height:56px;

}

.feature-item{

width:100%;

justify-content:center;

}

}

/*==================================
Small Mobile
==================================*/

@media(max-width:576px){

.contact-section{

padding:70px 0;

}

.contact-title{

font-size:32px;

line-height:1.25;

}

.contact-description{

font-size:15px;

}

.review-box{

padding:18px;

}

.contact-form-box{

padding:22px;

}

.contact-btn{

font-size:15px;

}

}
    /* Contact section end  */

        /* CTA section start  */
/* =================================
   LIGHT CTA SECTION
================================= */

.premium-cta-section{
    padding:80px 0;
    background:#ffffff;
}

.cta-wrapper{

    position:relative;

    overflow:hidden;

    border-radius:30px;

    padding:70px;

    background:
    linear-gradient(
    135deg,
    #ffffff 0%,
    #f8faff 50%,
    #ffffff 100%
    );

    border:1px solid #e9eef8;

    box-shadow:
    0 20px 60px rgba(0,0,0,.06);
}

/* Glow */

.cta-wrapper::before{

    content:'';

    position:absolute;

    width:300px;
    height:300px;

    background:#8b5cf6;

    border-radius:50%;

    filter:blur(120px);

    opacity:.08;

    top:-80px;
    left:-80px;
}

.cta-wrapper::after{

    content:'';

    position:absolute;

    width:250px;
    height:250px;

    background:#3b82f6;

    border-radius:50%;

    filter:blur(120px);

    opacity:.08;

    bottom:-80px;
    right:-80px;
}

/* Content */

.cta-content{
    position:relative;
    z-index:2;
}

.cta-badge{

    display:inline-flex;

    align-items:center;

    gap:8px;

    padding:10px 18px;

    border-radius:50px;

    background:#f3e8ff;

    color:#7c3aed;

    font-size:13px;

    font-weight:600;
}

.cta-content h2{

    font-size:58px;

    line-height:1.1;

    font-weight:800;

    color:#111827;

    margin:25px 0;
}

.cta-content h2 span{

    background:
    linear-gradient(
    90deg,
    #7c3aed,
    #2563eb
    );

    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

.cta-content p{

    color:#6b7280;

    font-size:18px;

    line-height:1.9;

    max-width:550px;
}

/* Buttons */

.cta-buttons{

    display:flex;

    gap:15px;

    margin-top:35px;

    flex-wrap:wrap;
}

.btn-gradient{

    display:inline-flex;

    align-items:center;

    gap:10px;

    padding:16px 28px;

    border-radius:14px;

    text-decoration:none;

    color:#fff;

    font-weight:600;

    background:
    linear-gradient(
    90deg,
    #7c3aed,
    #2563eb
    );

    transition:.4s;
}

.btn-gradient:hover{

    transform:translateY(-4px);

    color:#fff;

    box-shadow:
    0 15px 35px rgba(124,58,237,.30);
}

.btn-outline-premium{

    display:inline-flex;

    align-items:center;

    gap:10px;

    padding:16px 28px;

    border-radius:14px;

    text-decoration:none;

    color:#111827;

    background:#fff;

    border:1px solid #e5e7eb;

    transition:.4s;
}

.btn-outline-premium:hover{

    transform:translateY(-4px);

    background:#111827;

    color:#fff;
}

/* Image */

.cta-image-wrapper{

    position:relative;

    z-index:2;
}

.cta-main-image{

    border-radius:24px;

    box-shadow:
    0 25px 60px rgba(0,0,0,.08);
}

/* Floating Cards */

.floating-card{

    position:absolute;

    background:#fff;

    border:1px solid #edf1f7;

    border-radius:20px;

    padding:20px;

    min-width:180px;

    box-shadow:
    0 15px 40px rgba(0,0,0,.08);

    transition:.4s;
}

.floating-card:hover{

    transform:translateY(-10px);

    box-shadow:
    0 20px 50px rgba(124,58,237,.15);
}

.floating-card small{

    display:block;

    color:#6b7280;
}

.floating-card h4{

    margin-top:8px;

    font-size:32px;

    font-weight:800;

    color:#111827;
}

.card-one{

    top:30px;
    left:-40px;
}

.card-two{

    top:40px;
    right:-30px;
}

.card-three{

    bottom:20px;
    right:20px;
}

/* Responsive */

@media(max-width:991px){

    .cta-wrapper{
        padding:40px;
    }

    .cta-content{
        text-align:center;
    }

    .cta-content h2{
        font-size:42px;
    }

    .cta-buttons{
        justify-content:center;
    }

    .cta-image-wrapper{
        margin-top:40px;
    }

    .floating-card{
        display:none;
    }

}

@media(max-width:576px){

    .cta-wrapper{
        padding:25px;
    }

    .cta-content h2{
        font-size:32px;
    }

    .btn-gradient,
    .btn-outline-premium{

        width:100%;

        justify-content:center;
    }

}
  /* CTA section end  */


 /* FAQ section start  */
/* ===========================
   FAQ SECTION
=========================== */

.faq-section{

    background:#020617;

    padding:80px 0;
}

.faq-box{

    background:
    radial-gradient(circle at top right,
    rgba(124,58,237,.12),
    transparent 35%),

    linear-gradient(
    135deg,
    #030b1f,
    #020617
    );

    border:1px solid rgba(120,130,255,.18);

    border-radius:22px;

    padding:50px;

    box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.03),
    0 0 60px rgba(124,58,237,.08);
}

/* Heading */

.faq-badge{

    display:inline-flex;

    align-items:center;

    gap:8px;

    padding:8px 16px;

    border-radius:30px;

    background:rgba(124,58,237,.12);

    color:#a78bfa;

    border:1px solid rgba(124,58,237,.2);

    font-size:13px;

    font-weight:600;
}

.faq-top h2{

    color:#fff;

    font-size:48px;

    font-weight:800;

    margin-top:20px;
}

.faq-top p{

    color:#94a3b8;

    margin-top:12px;

    margin-bottom:45px;
}

/* Left Card */

.faq-side-card{

    text-align:center;

    padding:20px;
}

.faq-illustration img{

    max-width:220px;

    transition:.4s;
}

.faq-side-card:hover img{

    transform:
    translateY(-10px)
    rotate(-3deg);
}

.faq-side-card h3{

    color:#fff;

    font-size:34px;

    margin-top:20px;

    font-weight:700;
}

.faq-side-card p{

    color:#94a3b8;

    line-height:1.8;
}

.faq-btn{

    display:inline-flex;

    align-items:center;

    gap:10px;

    margin-top:15px;

    padding:14px 28px;

    border-radius:12px;

    text-decoration:none;

    color:#fff;

    border:1px solid #7c3aed;

    transition:.35s;
}

.faq-btn:hover{

    background:#7c3aed;

    color:#fff;

    transform:translateY(-4px);

    box-shadow:
    0 12px 30px rgba(124,58,237,.35);
}

/* Accordion */

.custom-faq .accordion-item{

    background:#08111f;

    border:1px solid rgba(110,120,255,.15);

    border-radius:14px !important;

    overflow:hidden;

    margin-bottom:14px;

    transition:.35s;
}

.custom-faq .accordion-item:hover{

    border-color:#7c3aed;

    box-shadow:
    0 0 20px rgba(124,58,237,.15);
}

.custom-faq .accordion-button{

    background:#08111f;

    color:#fff;

    font-size:18px;

    font-weight:600;

    padding:22px 24px;

    box-shadow:none;
}

.custom-faq .accordion-button:not(.collapsed){

    background:#08111f;

    color:#fff;

    border-bottom:
    1px solid rgba(124,58,237,.15);
}

.custom-faq .accordion-body{

    color:#cbd5e1;

    line-height:1.9;

    background:#08111f;

    padding:20px 24px;
}

/* Custom Plus Minus */

.custom-faq .accordion-button::after{

    background-image:none !important;

    content:"+";

    width:34px;
    height:34px;

    border-radius:50%;

    display:flex;

    align-items:center;
    justify-content:center;

    background:
    rgba(124,58,237,.15);

    border:
    1px solid rgba(124,58,237,.25);

    color:#a78bfa;

    font-size:22px;

    font-weight:700;

    transition:.35s;
}

.custom-faq .accordion-button:not(.collapsed)::after{

    content:"−";

    background:#7c3aed;

    color:#fff;

    transform:none;
}

/* Responsive */

@media(max-width:991px){

    .faq-box{
        padding:30px;
    }

    .faq-top h2{
        font-size:36px;
    }

    .faq-side-card{
        margin-bottom:30px;
    }
}

@media(max-width:576px){

    .faq-top h2{
        font-size:28px;
    }

    .faq-box{
        padding:20px;
    }

    .custom-faq .accordion-button{
        font-size:15px;
        padding:18px;
    }
}
  /* FAQ section end  */

/* Footer section start  */
/* ===================================
   PREMIUM FOOTER
=================================== */

.premium-footer{

    position:relative;

    background:
    radial-gradient(circle at top right,
    rgba(124,58,237,.08),
    transparent 30%),

    linear-gradient(
    135deg,
    #030b1f,
    #020617
    );

    border-top:
    1px solid rgba(124,58,237,.15);

    padding-top:70px;

    overflow:hidden;
}

/* Top */

.footer-top{

    padding-bottom:50px;
}

/* Logo */

.footer-logo img{

    max-width:180px;

    margin-bottom:20px;
}

.footer-about p{

    color:#94a3b8;

    line-height:1.9;

    margin-bottom:25px;
}

/* Social */

.footer-social{

    display:flex;

    gap:12px;
}

.footer-social a{

    width:45px;
    height:45px;

    border-radius:50%;

    display:flex;

    align-items:center;
    justify-content:center;

    text-decoration:none;

    color:#fff;

    border:
    1px solid rgba(255,255,255,.08);

    background:
    rgba(255,255,255,.03);

    transition:.4s;
}

.footer-social a:hover{

    transform:translateY(-5px);

    background:#7c3aed;

    border-color:#7c3aed;

    box-shadow:
    0 10px 25px rgba(124,58,237,.35);
}

/* Headings */

.premium-footer h5{

    color:#fff;

    font-size:20px;

    font-weight:700;

    margin-bottom:25px;
}

/* Links */

.footer-links{

    list-style:none;

    padding:0;
    margin:0;
}

.footer-links li{

    margin-bottom:14px;
}

.footer-links a{

    color:#94a3b8;

    text-decoration:none;

    position:relative;

    transition:.3s;
}

.footer-links a::before{

    content:'›';

    margin-right:8px;

    color:#7c3aed;
}

.footer-links a:hover{

    color:#fff;

    padding-left:5px;
}

/* Contact */

.footer-contact{

    list-style:none;

    padding:0;
    margin:0;
}

.footer-contact li{

    display:flex;

    align-items:flex-start;

    gap:15px;

    margin-bottom:20px;
}

.footer-contact i{

    color:#8b5cf6;

    font-size:20px;

    margin-top:2px;
}

.footer-contact span{

    color:#cbd5e1;

    line-height:1.8;
}

/* Bottom */

.footer-bottom{

    border-top:
    1px solid rgba(255,255,255,.08);

    padding:25px 0;
}

.footer-bottom p{

    color:#94a3b8;

    margin:0;
}

.footer-bottom a{

    color:#94a3b8;

    text-decoration:none;

    transition:.3s;
}

.footer-bottom a:hover{

    color:#fff;
}

.footer-bottom span{

    color:#475569;

    margin:0 10px;
}
/* Footer section end  */

/* ABOUT US PAGE CSS start */
/* =====================================
   ABOUT HERO SECTION
===================================== */

.about-hero-section {

    position: relative;

    overflow: hidden;

    background:
    radial-gradient(circle at center,
    rgba(124,58,237,.15),
    transparent 45%),

    linear-gradient(
    180deg,
    #070015 0%,
    #090019 50%,
    #120327 100%
    );

    padding: 55px 0 120px;
}

/* Grid */

.hero-grid {

    position: absolute;

    inset: 0;

    background-image:

    linear-gradient(
    rgba(124,58,237,.08) 1px,
    transparent 1px),

    linear-gradient(
    90deg,
    rgba(124,58,237,.08) 1px,
    transparent 1px);

    background-size: 60px 60px;

    opacity: .5;
}

/* Bottom Glow */

.about-hero-section::after {

    content: '';

    position: absolute;

    bottom: -200px;

    left: 50%;

    transform: translateX(-50%);

    width: 900px;

    height: 350px;

    background:
    radial-gradient(
    ellipse at center,
    rgba(124,58,237,.35),
    transparent 70%);

    filter: blur(80px);
}

/* Content */

.hero-content {

    position: relative;

    z-index: 2;
}

/* Badge */

.hero-badge {

    display: inline-flex;

    align-items: center;

    gap: 8px;

    padding: 10px 22px;

    border-radius: 50px;

    background:
    rgba(255,255,255,.04);

    border:
    1px solid rgba(255,255,255,.08);

    color: #d8c7ff;

    font-size: 14px;

    font-weight: 600;

    margin-bottom: 30px;

    backdrop-filter: blur(20px);

    transition: .4s;
}

.hero-badge:hover {

    transform: translateY(-3px);

    border-color: #7c3aed;
}

/* Heading */

.hero-content h1 {

    font-size: 88px;

    font-weight: 800;

    line-height: 1.1;

    color: #fff;

    margin-bottom: 25px;
}

.hero-content h1 span {

    display: block;

    background:
    linear-gradient(
    90deg,
    #8b5cf6,
    #6366f1,
    #3b82f6);

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-content p {

    max-width: 850px;

    margin: auto;

    color: #bfc4d6;

    font-size: 18px;

    line-height: 1.9;
}

/* Buttons */

.hero-buttons {

    margin-top: 40px;

    display: flex;

    justify-content: center;

    gap: 20px;

    flex-wrap: wrap;
}

.btn-primary-gradient {

    display: inline-flex;

    align-items: center;

    gap: 10px;

    padding: 16px 35px;

    border-radius: 50px;

    text-decoration: none;

    color: #fff;

    background:
    linear-gradient(
    90deg,
    #7c3aed,
    #6366f1);

    transition: .4s;
}

.btn-primary-gradient:hover {

    transform: translateY(-5px);

    color: #fff;

    box-shadow:
    0 15px 35px rgba(124,58,237,.35);
}

.btn-outline-dark {

    display: inline-flex;

    align-items: center;

    gap: 10px;

    padding: 16px 35px;

    border-radius: 50px;

    text-decoration: none;

    color: #fff;

    border:
    1px solid rgba(255,255,255,.15);

    transition: .4s;
}

.btn-outline-dark:hover {

    background: #fff;

    color: #111827;
}

/* Stats */

.hero-stats {

    margin-top: 90px;

    display: flex;

    justify-content: center;

    align-items: center;

    flex-wrap: wrap;

    gap: 35px;
}

.stat-item {

    text-align: center;
}

.stat-item h3 {

    color: #fff;

    font-size: 52px;

    font-weight: 800;

    margin-bottom: 10px;
}

.stat-item span {

    color: #bfc4d6;

    font-size: 14px;
}

.divider {

    width: 1px;

    height: 70px;

    background:
    linear-gradient(
    transparent,
    #7c3aed,
    transparent);
}
/* ABOUT US PAGE CSS end */

/* ABOUT US PAGE Testimonials CSS Start */
.about-testimonies-section{
    background:#f8fafc;
    padding:100px 0;
}

/* Rating Card */

.about-testimonies-rating-card{

    background:#fff;

    border-radius:24px;

    padding:35px;

    height:100%;

    border:1px solid #e5e7eb;

    box-shadow:
    0 15px 50px rgba(15,23,42,.06);

    transition:.4s;
}

.about-testimonies-rating-card:hover{

    transform:translateY(-8px);

    box-shadow:
    0 25px 60px rgba(124,58,237,.12);
}

.rating-badge{

    display:inline-block;

    padding:8px 16px;

    border-radius:30px;

    background:#f3e8ff;

    color:#7c3aed;

    font-size:13px;

    font-weight:600;
}

.rating-score{

    font-size:72px;

    font-weight:800;

    margin:20px 0 0;

    background:
    linear-gradient(
    90deg,
    #7c3aed,
    #2563eb
    );

    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

.rating-stars{

    color:#fbbf24;

    font-size:18px;

    margin:10px 0;
}

.rating-review{

    color:#64748b;
}

.rating-title{

    color:#111827;

    line-height:1.7;

    margin-top:20px;
}

/* Navigation */

.about-testimonies-nav{

    margin-top:30px;

    display:flex;

    gap:12px;
}

.about-testimonies-nav button{

    width:50px;
    height:50px;

    border:none;

    border-radius:50%;

    background:
    linear-gradient(
    135deg,
    #7c3aed,
    #2563eb
    );

    color:#fff;

    transition:.4s;
}

.about-testimonies-nav button:hover{

    transform:translateY(-5px);

    box-shadow:
    0 10px 30px rgba(124,58,237,.25);
}

/* Testimonial Card */

.about-testimonies-item{

    background:#fff;

    border-radius:22px;

    padding:30px;

    border:1px solid #e5e7eb;

    min-height:407px;

    transition:.4s;
}

.about-testimonies-item:hover{

    transform:translateY(-10px);

    border-color:#c4b5fd;

    box-shadow:
    0 20px 50px rgba(124,58,237,.10);
}

.quote-icon{

    font-size:50px;

    color:#7c3aed;

    opacity:.25;
}

.about-testimonies-item p{

    color:#475569;

    line-height:1.9;

    margin:20px 0;
}

/* Client */

.client-box{

    display:flex;

    align-items:center;
}

.client-box img{

    width:60px !important;
    height:60px;

    border-radius:50%;

    margin-right:15px;

    border:3px solid #ede9fe;
}

.client-box h5{

    margin-bottom:3px;

    color:#111827;

    font-weight:600;
}

.client-box span{

    color:#64748b;
}

/* Owl Dots */

.about-testimonies-carousel .owl-dots{

    margin-top:30px;
}

.about-testimonies-carousel .owl-dot span{

    background:#cbd5e1 !important;
}

.about-testimonies-carousel .owl-dot.active span{

    background:#7c3aed !important;

    width:28px !important;
}
/* ABOUT US PAGE Testimonials CSS end */

/* Contact US PAGE CSS start */

/*----------------------------------
General
----------------------------------*/

.contact-page-hero{

    position:relative;

    overflow:hidden;

    background:
    linear-gradient(
        180deg,
        #FCFCFF,
        #F7F8FC
    );

    padding:120px 0;

}

.contact-page-hero::before{

    content:"";

    position:absolute;

    width:550px;
    height:550px;

    background:
    radial-gradient(
        rgba(109,77,242,.10),
        transparent 70%
    );

    top:-220px;
    left:-220px;

}

.contact-page-hero::after{

    content:"";

    position:absolute;

    width:600px;
    height:600px;

    right:-250px;
    bottom:-250px;

    background:
    radial-gradient(
        rgba(140,110,255,.12),
        transparent 70%
    );

}



/*----------------------------------
Heading
----------------------------------*/

.contact-page-title{

    font-size:58px;

    font-weight:800;

    line-height:1.15;

    color:var(--contact-text);

}

.contact-page-title span{

    display:block;

    background:linear-gradient(
        90deg,
        var(--contact-primary),
        var(--contact-secondary)
    );

    -webkit-background-clip:text;

    -webkit-text-fill-color:transparent;

}

/*----------------------------------
Description
----------------------------------*/

.contact-page-description{

    color:var(--contact-muted);

    font-size:18px;

    line-height:1.9;

    max-width:580px;

}

/*----------------------------------
Rating Cards
----------------------------------*/

.contact-page-rating-card{

    background:#fff;

    border-radius:18px;

    padding:22px;

    border:1px solid var(--contact-border);

    transition:.35s;

    box-shadow:0 8px 25px rgba(0,0,0,.04);

}

.contact-page-rating-card:hover{

    transform:translateY(-8px);

    box-shadow:var(--contact-shadow);

}

.contact-page-rating-card h6{

    margin-bottom:6px;

    font-weight:700;

}

.contact-page-rating-card small{

    color:var(--contact-muted);

}

.contact-page-stars{

    color:#FDBB2D;

    font-size:15px;

    letter-spacing:2px;

}

.contact-page-rating-icon{

    width:58px;

    height:58px;

    border-radius:16px;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:24px;

    color:#fff;

}

.contact-page-rating-icon.google{

    background:#EA4335;

}

.contact-page-rating-icon.clutch{

    background:linear-gradient(
        135deg,
        var(--contact-primary),
        var(--contact-secondary)
    );

}

/*----------------------------------
Feature Pills
----------------------------------*/

.contact-page-pill{

    display:flex;

    align-items:center;

    gap:10px;

    padding:12px 22px;

    border-radius:100px;

    background:#fff;

    border:1px solid var(--contact-border);

    font-weight:600;

    transition:.35s;

}

.contact-page-pill:hover{

    background:var(--contact-primary);

    color:#fff;

    transform:translateY(-4px);

}

.contact-page-pill i{

    color:var(--contact-primary);

}

.contact-page-pill:hover i{

    color:#fff;

}

/*----------------------------------
Stats
----------------------------------*/

.contact-page-stat-number{

    font-size:42px;

    font-weight:800;

    color:var(--contact-primary);

}

.contact-page-stat-text{

    color:var(--contact-muted);

    font-weight:500;

}

/*----------------------------------
Contact Form
----------------------------------*/

.contact-page-form-wrapper{

    position:relative;

    background:#fff;

    padding:45px;

    border-radius:30px;

    box-shadow:var(--contact-shadow);

    border:1px solid rgba(255,255,255,.5);

}

.contact-page-form-wrapper::before{

    content:"";

    position:absolute;

    inset:0;

    padding:1px;

    border-radius:30px;

    background:
    linear-gradient(
        140deg,
        rgba(109,77,242,.18),
        rgba(255,255,255,0)
    );

    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);

    -webkit-mask-composite:xor;

            mask-composite:exclude;

}

/*----------------------------------
Inputs
----------------------------------*/

.contact-page-input{

    height:58px;

    border-radius:14px;

    border:1px solid var(--contact-border);

    background:#FAFAFD;

    font-size:15px;

    box-shadow:none!important;

}

textarea.contact-page-input{

    height:auto;

    padding-top:15px;

    resize:none;

}

.contact-page-input:focus{

    border-color:var(--contact-primary);

    background:#fff;

    box-shadow:
    0 0 0 .25rem rgba(109,77,242,.10)!important;

}

/*----------------------------------
Checkbox
----------------------------------*/

.form-check-input:checked{

    background:var(--contact-primary);

    border-color:var(--contact-primary);

}

/*----------------------------------
Button
----------------------------------*/

.contact-page-submit-btn{

    height:60px;

    border:none;

    border-radius:14px;

    color:#fff;

    font-size:16px;

    font-weight:700;

    background:
    linear-gradient(
        90deg,
        var(--contact-primary),
        var(--contact-secondary)
    );

    transition:.35s;

}

.contact-page-submit-btn:hover{

    transform:translateY(-4px);

    box-shadow:
    0 20px 35px rgba(109,77,242,.30);

}

/*----------------------------------
Responsive
----------------------------------*/

@media (max-width:991px){

.contact-page-hero{

padding:90px 0;

}

.contact-page-title{

font-size:44px;

}

.contact-page-form-wrapper{

margin-top:40px;

}

}

@media (max-width:767px){

.contact-page-title{

font-size:34px;

}

.contact-page-description{

font-size:16px;

}

.contact-page-stat-number{

font-size:32px;

}

.contact-page-form-wrapper{

padding:30px;

}

.contact-page-pill{

width:100%;

justify-content:center;

}

.contact-page-rating-card{

margin-bottom:15px;

}

}
/* Contact US PAGE CSS End */

/*=====================================================
        CONTACT PAGE CSS - PART 2
======================================================*/

/*=========================================
        COMMON SECTION
=========================================*/


.contact-page-offices,
.contact-page-map,
.contact-page-faq,
.contact-page-cta{
    position: relative;
    padding:100px 0;
}




/*=========================================
        WHY CHOOSE US
=========================================*/





.contact-page-feature-icon{

    width:80px;

    height:80px;

    margin:auto;

    margin-bottom:25px;

    border-radius:22px;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:32px;

    color:#fff;

    background:
    linear-gradient(
        135deg,
        var(--contact-primary),
        var(--contact-secondary)
    );

}




/*=========================================
        OFFICE CARDS
=========================================*/





.contact-page-office-icon{

    width:70px;

    height:70px;

    border-radius:20px;

    display:flex;

    justify-content:center;

    align-items:center;

    margin-bottom:25px;

    background:
    linear-gradient(
        135deg,
        var(--contact-primary),
        var(--contact-secondary)
    );

    color:#fff;

    font-size:28px;

}

/*=========================================
        MAP
=========================================*/

.contact-page-map-wrapper{

    overflow:hidden;

    border-radius:30px;

    border:1px solid var(--contact-border);

    box-shadow:0 20px 45px rgba(0,0,0,.08);

}

.contact-page-map-wrapper iframe{

    width:100%;

    height:500px;

    border:none;

    display:block;

}

/*=========================================
        FAQ
=========================================*/

.contact-page-faq{

    background:#FAFBFE;

}

.contact-page-faq .accordion{

    border-radius:22px;

    overflow:hidden;

}

.contact-page-faq .accordion-item{

    border:none;

    margin-bottom:18px;

    border-radius:18px;

    overflow:hidden;

    box-shadow:0 8px 25px rgba(0,0,0,.05);

}

.contact-page-faq .accordion-button{

    padding:22px 28px;

    font-weight:600;

    font-size:17px;

    background:#fff;

    box-shadow:none;

}

.contact-page-faq .accordion-button:not(.collapsed){

    color:var(--contact-primary);

    background:#fff;

}

.contact-page-faq .accordion-button:focus{

    box-shadow:none;

}

.contact-page-faq .accordion-body{

    padding:0 28px 25px;

    color:var(--contact-muted);

    line-height:1.9;

}

/*=========================================
        RESPONSIVE
=========================================*/

@media(max-width:1199px){



.contact-page-cta-box h2{

font-size:42px;

}

}

@media(max-width:991px){


.contact-page-offices,
.contact-page-map,
.contact-page-faq,
.contact-page-cta{

padding:80px 0;

}


.contact-page-cta-box{

padding:70px 35px;

}

.contact-page-cta-box h2{

font-size:36px;

}

.contact-page-map-wrapper iframe{

height:400px;

}

}

@media(max-width:767px){







.contact-page-map-wrapper iframe{

height:300px;

}

.contact-page-cta-box{

padding:55px 25px;

}

.contact-page-cta-box h2{

font-size:28px;

}

.contact-page-cta-box p{

font-size:16px;

}

.contact-page-primary-btn,
.contact-page-outline-btn{

display:block;

width:100%;

margin-bottom:15px;

}

}

/*==============================
Trusted Section start
==============================*/

.trusted-section{

    background:#141014;

    padding:100px 0;

    overflow:hidden;

}

/* Heading */

.section-tag{

    color:#9f7aea;

    font-size:14px;

    font-weight:600;

    letter-spacing:2px;

    text-transform:uppercase;

}

.trusted-title{

    color:#fff;

    font-size:52px;

    line-height:1.1;

    font-weight:800;

    text-transform:uppercase;

}

.trusted-text{

    color:#c7c7c7;

    font-size:16px;

    line-height:1.9;

    max-width:460px;

}

/* Users */

.trusted-bottom{

    gap:30px;

}

.trusted-users{

    display:flex;

}

.trusted-users img{

    width:52px;

    height:52px;

    border-radius:50%;

    border:3px solid #141014;

    margin-left:-12px;

    transition:.35s;

}

.trusted-users img:first-child{

    margin-left:0;

}

.trusted-users img:hover{

    transform:translateY(-6px);

    z-index:5;

}

/* Button */

.trusted-btn{

    display:inline-flex;

    align-items:center;

    gap:10px;

    padding:15px 30px;

    border-radius:50px;

    border:1px solid rgba(255,255,255,.3);

    color:#fff;

    text-decoration:none;

    font-weight:600;

    transition:.35s;

}

.trusted-btn:hover{

    background:#8B5CF6;

    border-color:#8B5CF6;

    color:#fff;

    transform:translateY(-4px);

}

/* Cards */

.counter-card{

    position:relative;

    background:#241b32;

    border-radius:22px;

    padding:35px;

    min-height:230px;

    transition:.4s;

    overflow:hidden;

}

.counter-card:hover{

    transform:translateY(-10px);

    box-shadow:0 20px 40px rgba(139,92,246,.25);

}

.active-card{

    background:
    linear-gradient(135deg,
    #8B5CF6,
    #5B21B6);

}

.active-card::before{

    content:'';

    position:absolute;

    width:180px;

    height:180px;

    background:rgba(255,255,255,.08);

    border-radius:50%;

    top:-80px;

    right:-50px;

}

.counter-number{

    position:absolute;

    top:22px;

    right:25px;

    color:#fff;

    font-size:48px;

    font-weight:800;

}

.counter-card h4{

    margin-top:80px;

    color:#fff;

    font-size:24px;

    text-transform:uppercase;

    font-weight:700;

}

.counter-card p{

    margin-top:15px;

    color:#ddd;

    line-height:1.8;

}

/* Responsive */

@media(max-width:991px){

.trusted-title{

font-size:40px;

}

.counter-card{

min-height:210px;

}

}

@media(max-width:767px){

.trusted-bottom{

flex-direction:column;

align-items:flex-start;

}

.counter-number{

font-size:38px;

}

.counter-card{

padding:30px;

}

}
/*==============================
Trusted Section end
==============================*/

/* Team section start  */
/*=========================================
    TEAM SECTION - PART 2A.1
==========================================*/

.team-section{
    position: relative;
    padding: 100px 0;
    background: linear-gradient(180deg,#f8faff 0%,#eef4ff 100%);
    overflow: hidden;
    z-index: 1;
}

.team-section::before{
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    top: -180px;
    left: -180px;
    border-radius: 50%;
    background: radial-gradient(circle,
        rgba(79,70,229,.12),
        transparent 70%);
    z-index: -1;
}

.team-section::after{
    content: "";
    position: absolute;
    width: 450px;
    height: 450px;
    right: -180px;
    bottom: -180px;
    border-radius: 50%;
    background: radial-gradient(circle,
        rgba(99,102,241,.10),
        transparent 70%);
    z-index: -1;
}

/*=========================================
    SECTION HEADING
==========================================*/

.team-subtitle{

    display:inline-flex;
    align-items:center;
    gap:8px;

    padding:8px 18px;

    border-radius:50px;

    background:#eef2ff;

    color:#4f46e5;

    font-size:13px;

    font-weight:600;

    letter-spacing:.08em;

    text-transform:uppercase;
}

.team-title{

    margin-top:18px;

    font-size:52px;

    font-weight:800;

    color:#111827;

    line-height:1.15;
}

.team-title span{

    display:block;

    background:linear-gradient(
        90deg,
        #4f46e5,
        #7c3aed,
        #2563eb);

    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

.team-description{

    max-width:700px;

    margin:25px auto 0;

    color:#64748b;

    font-size:17px;

    line-height:1.9;
}

/*=========================================
    TEAM GRID
==========================================*/

.team-section .row.g-4{

    position:relative;

    z-index:2;
}

/*=========================================
    CARD BASE
==========================================*/

.team-card{

    position:relative;

    background:#ffffff;

    border-radius:28px;

    overflow:hidden;

    border:1px solid #e5e7eb;

    box-shadow:
        0 12px 35px rgba(15,23,42,.05);

    transition:
        transform .45s ease,
        box-shadow .45s ease,
        border-color .45s ease;
}

.featured-card{

    border:2px solid rgba(79,70,229,.18);

    background:
        linear-gradient(
            180deg,
            #ffffff,
            #fafbff);
}

/* part 2 A 1 */
/*==================================================
    BIGSEA INFOTECH TEAM SECTION - PART 2A.1
====================================================*/

/*=========================
    Team Section
=========================*/

.team-section{
    position: relative;
    padding: 110px 0;
    background: linear-gradient(180deg,#f8fbff 0%,#eef4ff 100%);
    overflow: hidden;
    z-index: 1;
}

/* Left Background Blur */

.team-section::before{
    content: "";
    position: absolute;
    width: 520px;
    height: 520px;
    top: -220px;
    left: -220px;
    border-radius: 50%;
    background: radial-gradient(circle,
        rgba(79,70,229,.12),
        transparent 72%);
    pointer-events: none;
    z-index: -1;
}

/* Right Background Blur */

.team-section::after{
    content: "";
    position: absolute;
    width: 450px;
    height: 450px;
    right: -180px;
    bottom: -180px;
    border-radius: 50%;
    background: radial-gradient(circle,
        rgba(139,92,246,.10),
        transparent 70%);
    pointer-events: none;
    z-index: -1;
}

/*=========================
    Heading
=========================*/

.team-subtitle{

    display:inline-flex;
    align-items:center;
    justify-content:center;

    padding:9px 22px;

    border-radius:50px;

    background:#eef2ff;

    color:#4f46e5;

    font-size:13px;

    font-weight:600;

    letter-spacing:.08em;

    text-transform:uppercase;

    margin-bottom:20px;
}

.team-title{

    color:#111827;

    font-size:56px;

    font-weight:800;

    line-height:1.15;

    margin-bottom:20px;
}

.team-title span{

    display:block;

    background:linear-gradient(
        90deg,
        #4f46e5,
        #7c3aed,
        #2563eb);

    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

.team-description{

    max-width:760px;

    margin:auto;

    color:#64748b;

    font-size:17px;

    line-height:1.9;
}

/*=========================
    Bootstrap Row
=========================*/

.team-section .row.g-4{

    position:relative;

    z-index:5;
}

/*=========================
    Team Card Base
=========================*/

.team-card{

    position:relative;

    background:#ffffff;

    border-radius:28px;

    overflow:hidden;

    border:1px solid #e7ebf3;

    box-shadow:
        0 15px 45px rgba(15,23,42,.06);

    transition:
        all .45s ease;

    height:100%;
}

/* Featured Card */

.featured-card{

    border:2px solid rgba(79,70,229,.18);

    background:
    linear-gradient(
        180deg,
        #ffffff,
        #fbfcff);
}

/* Decorative Border */

.team-card::before{

    content:"";

    position:absolute;

    left:0;

    top:0;

    width:100%;

    height:4px;

    background:
    linear-gradient(
        90deg,
        #4f46e5,
        #7c3aed,
        #06b6d4);

    opacity:0;
}

/* Card Hover Shadow */

.team-card:hover{

    box-shadow:
        0 25px 60px rgba(79,70,229,.12);

    border-color:#d6d9ff;

    transform:translateY(-10px);
}

.team-card:hover::before{

    opacity:1;
}

/*=========================
    Card Spacing
=========================*/

.team-content{

    padding:30px;
}

/*=========================
    Experience
=========================*/

.experience{

    display:flex;

    flex-direction:column;
}

.experience strong{

    font-size:26px;

    font-weight:800;

    color:#4f46e5;
}

.experience span{

    color:#64748b;

    font-size:14px;

    font-weight:500;
}
/* part 2 A 1 */

/* part Part 2A.2 */
/*==================================================
    BIGSEA INFOTECH TEAM SECTION - PART 2A.2
====================================================*/

/*=====================================
    TEAM IMAGE
=====================================*/

.team-image{
    position: relative;
    overflow: hidden;
    height: 360px;
    border-radius: 28px 28px 0 0;
    background: #eef3ff;
}

.team-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .8s ease;
    display: block;
}

/*=====================================
    IMAGE OVERLAY
=====================================*/

.team-overlay{
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(17,24,39,.75) 0%,
        rgba(17,24,39,.25) 45%,
        rgba(17,24,39,0) 100%
    );
    opacity: .85;
    transition: opacity .4s ease;
}

.team-card:hover .team-overlay{
    opacity: 1;
}

.team-card:hover .team-image img{
    transform: scale(1.08);
}

/*=====================================
    SOCIAL ICONS
=====================================*/

.team-social{
    position: absolute;
    left: 24px;
    bottom: 24px;
    display: flex;
    gap: 12px;
    z-index: 5;
}

.team-social a{
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255,255,255,.16);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-decoration: none;
    border: 1px solid rgba(255,255,255,.25);
    transition: all .35s ease;
}

.team-social a:hover{
    background: linear-gradient(135deg,#4f46e5,#7c3aed);
    color: #fff;
    transform: translateY(-5px) scale(1.08);
    box-shadow: 0 12px 25px rgba(79,70,229,.28);
}

/*=====================================
    TEAM CONTENT
=====================================*/

.team-content{
    position: relative;
    background: #ffffff;
}

.team-role{
    display: inline-block;
    padding: 7px 16px;
    margin-bottom: 16px;
    border-radius: 30px;
    background: #eef2ff;
    color: #4f46e5;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.team-content h3{
    margin: 0 0 14px;
    font-size: 20px;
    font-weight: 300;
    color: #111827;
    transition: color .3s ease;
}

.team-card:hover .team-content h3{
    color: #4f46e5;
}

/* part Part 2A.2 */

/* Team section end  */


/* Services section Start  */
/*==================================
Hero Section
==================================*/

.service-page-hero{

    position:relative;

    overflow:hidden;

    padding:120px 0;

    background:#f8f8ff;

}

/* Left Curved Purple Background */

.service-page-hero::before{

    content:"";

    position:absolute;

    right:-220px;

    top:-260px;

    width:720px;

    height:720px;

    background:
    linear-gradient(
        135deg,
        #5C3BEB,
        #7C4DFF,
        #9A67FF
    );

    border-radius:50%;

    z-index:0;

}

/* Small Glow */

.service-page-hero::after{

    content:"";

    position:absolute;

    right:200px;

    top:150px;

    width:280px;

    height:280px;

    border-radius:50%;

    background:rgba(255,255,255,.08);

    filter:blur(10px);

}

/*==================================
Content
==================================*/

.service-page-content{

    position:relative;

    z-index:2;

}

.service-page-subtitle{

    display:inline-block;

    padding:10px 20px;

    border-radius:50px;

    background:#EEE8FF;

    color:var(--service-primary);

    font-size:13px;

    font-weight:700;

    letter-spacing:1px;

    text-transform:uppercase;

}

.service-page-title{

    margin-top:25px;

    margin-bottom:25px;

    font-size:62px;

    font-weight:800;

    line-height:1.1;

    color:var(--service-dark);

}

.service-page-title span{

    color:var(--service-primary);

}

.service-page-description{

    max-width:620px;

    font-size:18px;

    color:var(--service-text);

    line-height:1.9;

}

/*==================================
Feature Cards
==================================*/

.service-page-feature{

    background:#fff;

    border-radius:20px;

    padding:25px;

    height:100%;

    transition:.35s;

    border:1px solid #F0F0F5;

}

.service-page-feature:hover{

    transform:translateY(-10px);

    box-shadow:0 20px 40px rgba(109,77,242,.12);

}

.service-page-feature-icon{

    width:65px;

    height:65px;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:18px;

    margin-bottom:20px;

    background:
    linear-gradient(
        135deg,
        #6D4DF2,
        #8B5CF6
    );

    color:#fff;

    font-size:24px;

}

.service-page-feature h5{

    font-weight:700;

    margin-bottom:15px;

    color:#1F2937;

}

.service-page-feature p{

    color:#6B7280;

    line-height:1.8;

    margin:0;

    font-size:15px;

}

/*==================================
Form Card
==================================*/

.service-page-form-card{

    position:relative;

    z-index:5;

    background:#fff;

    border-radius:28px;

    padding:45px;

    box-shadow:var(--service-shadow);

}

.service-page-form-card h3{

    font-size:32px;

    font-weight:700;

    margin-bottom:12px;

    color:#1F2937;

}

.service-page-form-card p{

    color:#6B7280;

    margin-bottom:30px;

}

/*==================================
Input Group
==================================*/

.input-group{

    border-radius:14px;

    overflow:hidden;

}

.input-group-text{

    background:#fff;

    border:1px solid var(--service-border);

    border-right:none;

    color:#8B5CF6;

    padding:0 18px;

}

.service-page-input{

    height:58px;

    border:1px solid var(--service-border);

    border-left:none;

    box-shadow:none !important;

    font-size:15px;

}

.service-page-input:focus{

    border-color:#8B5CF6;

}

.form-select.service-page-input{

    cursor:pointer;

}

/*==================================
Button
==================================*/

.service-page-btn{

    height:60px;

    border:none;

    border-radius:14px;

    background:
    linear-gradient(
        90deg,
        #6D4DF2,
        #8B5CF6
    );

    color:#fff;

    font-weight:700;

    transition:.35s;

}

.service-page-btn:hover{

    transform:translateY(-4px);

    box-shadow:
        0 20px 35px rgba(109,77,242,.30);

    color:#fff;

}

/*==================================
Floating Shapes
==================================*/

.service-page-shape{

    position:absolute;

    border-radius:50%;

}

.service-page-shape-one{

    width:140px;

    height:140px;

    background:rgba(255,255,255,.08);

    right:120px;

    top:120px;

}

.service-page-shape-two{

    width:90px;

    height:90px;

    background:rgba(255,255,255,.10);

    right:420px;

    top:320px;

}

/*==================================
Responsive
==================================*/

@media(max-width:1199px){

.service-page-title{

font-size:52px;

}

}

@media(max-width:991px){

.service-page-hero{

padding:90px 0;

}

.service-page-title{

font-size:42px;

}

.service-page-form-card{

margin-top:40px;

padding:35px;

}

.service-page-hero::before{

right:-350px;

width:700px;

height:700px;

}

}

@media(max-width:767px){

.service-page-hero{

padding:70px 0;

}

.service-page-title{

font-size:34px;

}

.service-page-description{

font-size:16px;

}

.service-page-form-card{

padding:30px;

}

.service-page-form-card h3{

font-size:26px;

}

.service-page-feature{

margin-bottom:20px;

}

.service-page-hero::before{

display:none;

}

.service-page-shape{

display:none;

}

}
/* Services section end  */


/*====================================================
      BIGSEA INFOTECH
      MISSION | VISION | VALUES
      PART 2A
======================================================*/
/* MISSION VISION VALUES START */
/******************************
Section
*******************************/

.mission-section{

    position:relative;

    padding:120px 0;

    overflow:hidden;

    background:
    radial-gradient(circle at top left,
    rgba(123,63,228,.18),
    transparent 35%),

    radial-gradient(circle at bottom right,
    rgba(59,130,246,.12),
    transparent 35%),

    linear-gradient(
    180deg,
    #050816 0%,
    #0B1024 100%);

}

/******************************
Background Glow
*******************************/

.mission-section::before{

    content:"";

    position:absolute;

    width:450px;

    height:450px;

    left:-200px;

    top:-180px;

    border-radius:50%;

    background:

    radial-gradient(circle,

    rgba(139,92,246,.22),

    transparent 70%);

    filter:blur(40px);

}

.mission-section::after{

    content:"";

    position:absolute;

    width:380px;

    height:380px;

    right:-150px;

    bottom:-150px;

    border-radius:50%;

    background:

    radial-gradient(circle,

    rgba(59,130,246,.16),

    transparent 70%);

    filter:blur(40px);

}

/******************************
Container
*******************************/

.mission-section .container{

    position:relative;

    z-index:5;

}

/******************************
Heading
*******************************/

.mission-subtitle{

    display:inline-block;

    padding:10px 24px;

    border-radius:50px;

    background:rgba(139,92,246,.12);

    border:1px solid rgba(139,92,246,.25);

    color:#B794F4;

    font-size:14px;

    font-weight:600;

    letter-spacing:2px;

    text-transform:uppercase;

    margin-bottom:25px;

}

/******************************
Title
*******************************/

.mission-title{

    color:#ffffff;

    font-size:56px;

    font-weight:800;

    line-height:1.2;

    margin-bottom:25px;

}

.mission-title span{

    display:block;

    background:
    linear-gradient(
    90deg,
    #8B5CF6,
    #A855F7,
    #3B82F6);

    -webkit-background-clip:text;

    -webkit-text-fill-color:transparent;

}

/******************************
Description
*******************************/

.mission-description{

    max-width:700px;

    margin:auto;

    color:#CBD5E1;

    font-size:17px;

    line-height:1.9;

}

/******************************
Cards
*******************************/

.mission-card{

    position:relative;

    height:100%;

    padding:45px 35px;

    border-radius:28px;

    overflow:hidden;

    background:

    rgba(255,255,255,.04);

    backdrop-filter:blur(20px);

    -webkit-backdrop-filter:blur(20px);

    border:1px solid rgba(255,255,255,.08);

    transition:.45s;

}

/******************************
Featured Card
*******************************/

.featured-card{

    background:

    linear-gradient(

    180deg,

    rgba(124,58,237,.18),

    rgba(59,130,246,.10));

    border:1px solid rgba(139,92,246,.30);

}

/******************************
Card Number
*******************************/

.mission-number{

    position:absolute;

    right:28px;

    top:28px;

    font-size:60px;

    font-weight:800;

    color:rgba(255,255,255,.05);

    line-height:1;

}

/******************************
Icon
*******************************/

.mission-icon{

    width:80px;

    height:80px;

    border-radius:24px;

    display:flex;

    justify-content:center;

    align-items:center;

    margin-bottom:30px;

    background:

    linear-gradient(

    135deg,

    #7C3AED,

    #A855F7);

    box-shadow:

    0 20px 40px rgba(124,58,237,.35);

}

.mission-icon i{

    font-size:34px;

    color:#ffffff;

}

/******************************
Heading
*******************************/

.mission-card h3{

    color:#ffffff;

    font-size:30px;

    font-weight:700;

    margin-bottom:20px;

}

/******************************
Paragraph
*******************************/

.mission-card p{

    color:#CBD5E1;

    font-size:15px;

    line-height:1.9;

    margin-bottom:28px;

}

/******************************
List
*******************************/

.mission-list{

    list-style:none;

    padding:0;

    margin:0;

}

.mission-list li{

    display:flex;

    align-items:center;

    gap:12px;

    color:#E2E8F0;

    margin-bottom:18px;

    font-size:15px;

}

.mission-list i{

    color:#8B5CF6;

    font-size:18px;

}

/******************************
Bottom Stats
*******************************/

.mission-bottom{

    margin-top:70px;

    padding:45px;

    border-radius:28px;

    background:

    rgba(255,255,255,.04);

    backdrop-filter:blur(20px);

    border:1px solid rgba(255,255,255,.08);

}

.bottom-item{

    padding:15px;

}

.bottom-item h2{

    color:#ffffff;

    font-size:42px;

    font-weight:800;

    margin-bottom:10px;

}

.bottom-item span{

    color:#CBD5E1;

    font-size:15px;

}


/*====================================================
      BIGSEA INFOTECH
      MISSION | VISION | VALUES
      PART 2B
      Hover Effects + Animation + Responsive
======================================================*/

/****************************************
CARD HOVER
****************************************/

.mission-card{

    cursor:pointer;

    transition:
    transform .45s ease,
    box-shadow .45s ease,
    border-color .45s ease,
    background .45s ease;

}

.mission-card:hover{

    transform:translateY(-14px);

    border-color:rgba(139,92,246,.45);

    box-shadow:
        0 25px 70px rgba(124,58,237,.25);

    background:
    linear-gradient(
    180deg,
    rgba(124,58,237,.12),
    rgba(59,130,246,.08));

}

/****************************************
TOP GRADIENT BORDER
****************************************/

.mission-card::before{

    content:"";

    position:absolute;

    left:0;

    top:0;

    width:100%;

    height:3px;

    background:
    linear-gradient(
    90deg,
    #7C3AED,
    #A855F7,
    #3B82F6);

    transform:scaleX(0);

    transform-origin:left;

    transition:.45s;

}

.mission-card:hover::before{

    transform:scaleX(1);

}

/****************************************
SHINE EFFECT
****************************************/

.mission-card::after{

    content:"";

    position:absolute;

    top:-100%;

    left:-40%;

    width:35%;

    height:250%;

    background:

    rgba(255,255,255,.08);

    transform:rotate(25deg);

    transition:.8s;

}

.mission-card:hover::after{

    left:130%;

}

/****************************************
ICON
****************************************/

.mission-icon{

    transition:.45s;

}

.mission-card:hover .mission-icon{

    transform:

    rotate(-8deg)

    scale(1.12);

    box-shadow:

    0 25px 50px

    rgba(124,58,237,.45);

}

/****************************************
ICON FLOAT
****************************************/

@keyframes iconFloat{

0%{

transform:translateY(0);

}

50%{

transform:translateY(-8px);

}

100%{

transform:translateY(0);

}

}

.mission-icon{

    animation:

    iconFloat

    5s ease-in-out infinite;

}

/****************************************
NUMBER
****************************************/

.mission-card:hover .mission-number{

    color:

    rgba(255,255,255,.10);

}

/****************************************
TITLE
****************************************/

.mission-card h3{

    transition:.35s;

}

.mission-card:hover h3{

    color:#ffffff;

}

/****************************************
LIST
****************************************/

.mission-list li{

    transition:.35s;

}

.mission-list li:hover{

    padding-left:10px;

    color:#ffffff;

}

.mission-list li i{

    transition:.35s;

}

.mission-list li:hover i{

    transform:rotate(360deg);

    color:#A855F7;

}

/****************************************
BOTTOM STATS
****************************************/

.mission-bottom{

    transition:.45s;

}

.mission-bottom:hover{

    border-color:

    rgba(124,58,237,.30);

    box-shadow:

    0 25px 60px

    rgba(124,58,237,.18);

}

/****************************************
COUNTER
****************************************/

.bottom-item{

    position:relative;

}

.bottom-item::after{

    content:"";

    position:absolute;

    right:0;

    top:50%;

    width:1px;

    height:45px;

    background:

    rgba(255,255,255,.08);

    transform:translateY(-50%);

}

.bottom-item:last-child::after{

    display:none;

}

.bottom-item h2{

    transition:.35s;

}

.bottom-item:hover h2{

    transform:scale(1.08);

    color:#A855F7;

}

/****************************************
SCROLL ANIMATION
****************************************/

.fade-up{

    opacity:0;

    transform:translateY(60px);

    transition:1s;

}

.fade-up.active{

    opacity:1;

    transform:translateY(0);

}

/****************************************
RESPONSIVE
****************************************/

@media(max-width:1199px){

.mission-title{

font-size:48px;

}

}

@media(max-width:991px){

.mission-section{

padding:90px 0;

}

.mission-title{

font-size:42px;

}

.featured-card{

margin-top:0;

}

.mission-bottom{

padding:30px;

}

.bottom-item{

margin-bottom:25px;

}

.bottom-item::after{

display:none;

}

}

@media(max-width:767px){

.mission-title{

font-size:34px;

line-height:1.3;

}

.mission-description{

font-size:15px;

}

.mission-card{

padding:30px;

}

.mission-number{

font-size:42px;

}

.mission-icon{

width:65px;

height:65px;

}

.mission-icon i{

font-size:28px;

}

.mission-card h3{

font-size:24px;

}

.bottom-item h2{

font-size:30px;

}

}

@media(max-width:575px){

.mission-section{

padding:70px 0;

}

.mission-subtitle{

font-size:12px;

padding:8px 18px;

}

.mission-title{

font-size:28px;

}

.mission-description{

font-size:14px;

}

.mission-card{

padding:25px;

border-radius:20px;

}

.mission-icon{

width:58px;

height:58px;

margin-bottom:20px;

}

.mission-icon i{

font-size:24px;

}

.mission-card h3{

font-size:22px;

}

.mission-card p{

font-size:14px;

}

.mission-list li{

font-size:14px;

margin-bottom:12px;

}

.mission-bottom{

padding:22px;

}

.bottom-item{

padding:10px 0;

}

.bottom-item h2{

font-size:26px;

}

.bottom-item span{

font-size:13px;

}

}


/*====================================================
      BIGSEA INFOTECH
      MISSION | VISION | VALUES
      PART 2C
      Premium Effects + Utilities
======================================================*/
/*====================================================
        BIGSEA INFOTECH
 Mission • Vision • Values
 PART 2A.1
====================================================*/

/**********************
Google Font
**********************/

.mvv-section{

    position:relative;

    overflow:hidden;

    padding:120px 0;

    background:
    radial-gradient(circle at top left,
    rgba(139,92,246,.12),
    transparent 35%),

    radial-gradient(circle at bottom right,
    rgba(59,130,246,.10),
    transparent 35%),

    linear-gradient(
    180deg,
    #040714 0%,
    #090C1F 55%,
    #050816 100%);

}

/*************************
Container
**************************/

.mvv-section .container{

    position:relative;

    z-index:5;

}

/*************************
Animated Grid
**************************/

.mvv-section::before{

    content:"";

    position:absolute;

    inset:0;

    background-image:

    linear-gradient(
    rgba(255,255,255,.03) 1px,
    transparent 1px),

    linear-gradient(
    90deg,
    rgba(255,255,255,.03) 1px,
    transparent 1px);

    background-size:70px 70px;

    opacity:.25;

}

/*************************
Purple Glow
**************************/

.mvv-glow-left{

    position:absolute;

    width:420px;

    height:420px;

    left:-220px;

    bottom:-150px;

    border-radius:50%;

    background:

    radial-gradient(circle,
    rgba(168,85,247,.28),
    transparent 70%);

    filter:blur(50px);

}

/*************************
Blue Glow
**************************/

.mvv-glow-right{

    position:absolute;

    width:420px;

    height:420px;

    right:-180px;

    top:-180px;

    border-radius:50%;

    background:

    radial-gradient(circle,
    rgba(37,99,235,.22),
    transparent 70%);

    filter:blur(55px);

}

/*************************
Left Wave
**************************/

.mvv-wave-left{

    position:absolute;

    left:0;

    bottom:110px;

    width:340px;

    height:220px;

    opacity:.25;

    background:

    radial-gradient(circle,
    rgba(168,85,247,.55) 2px,
    transparent 3px);

    background-size:18px 18px;

    clip-path:ellipse(70% 100% at 0% 100%);

}

/*************************
Right Wave
**************************/

.mvv-wave-right{

    position:absolute;

    right:0;

    bottom:120px;

    width:340px;

    height:220px;

    opacity:.20;

    background:

    radial-gradient(circle,
    rgba(59,130,246,.55) 2px,
    transparent 3px);

    background-size:18px 18px;

    clip-path:ellipse(70% 100% at 100% 100%);

}

/*************************
Subtitle
**************************/

.mvv-subtitle{

    display:inline-flex;

    align-items:center;

    gap:15px;

    color:#29A8FF;

    font-size:15px;

    font-weight:600;

    letter-spacing:3px;

    text-transform:uppercase;

    margin-bottom:20px;

}

.mvv-subtitle i{

    font-size:10px;

    color:#29A8FF;

}

/*************************
Heading
**************************/

.mvv-title{

    color:#ffffff;

    font-size:58px;

    font-weight:800;

    margin-bottom:25px;

    line-height:1.2;

}

/*************************
Description
**************************/

.mvv-description{

    color:#C9D2E3;

    font-size:17px;

    line-height:1.9;

    max-width:720px;

    margin:auto;

}

/*************************
Bootstrap Row
**************************/

.mvv-section .row{

    position:relative;

    z-index:5;

}

/*************************
Responsive
**************************/

@media(max-width:1200px){

.mvv-title{

font-size:50px;

}

}

@media(max-width:992px){

.mvv-section{

padding:90px 0;

}

.mvv-title{

font-size:42px;

}

.mvv-description{

font-size:16px;

}

}

@media(max-width:768px){

.mvv-title{

font-size:34px;

}

.mvv-subtitle{

font-size:13px;

}

.mvv-wave-left,

.mvv-wave-right{

display:none;

}

}

@media(max-width:576px){

.mvv-section{

padding:70px 0;

}

.mvv-title{

font-size:28px;

line-height:1.3;

}

.mvv-description{

font-size:15px;

}

.mvv-subtitle{

letter-spacing:2px;

gap:8px;

}

}



/*====================================================
        BIGSEA INFOTECH
 Mission • Vision • Values
 PART 2A.2
 Card Design
====================================================*/

/*****************************************
CARD
******************************************/

.mvv-card{

    position:relative;

    height:100%;

    padding:28px 35px 40px;

    background:
    linear-gradient(
    180deg,
    rgba(20,25,48,.92),
    rgba(8,12,28,.96));

    border:1px solid rgba(255,255,255,.08);

    border-radius:28px;

    overflow:hidden;

    backdrop-filter:blur(18px);

    -webkit-backdrop-filter:blur(18px);

    transition:.45s;

    clip-path:polygon(
        10% 0,
        90% 0,
        100% 10%,
        100% 90%,
        90% 100%,
        10% 100%,
        0 90%,
        0 10%
    );

}

/*****************************************
CENTER CARD
******************************************/

.active-card{

    border:1px solid rgba(124,58,237,.40);

    background:

    linear-gradient(

    180deg,

    rgba(40,18,78,.95),

    rgba(13,18,42,.96));

}

/*****************************************
TOP BORDER
******************************************/

.mvv-card::before{

    content:"";

    position:absolute;

    left:0;

    top:0;

    width:100%;

    height:4px;

    background:

    linear-gradient(

    90deg,

    #7C3AED,

    #A855F7,

    #3B82F6);

}

/*****************************************
INNER GLOW
******************************************/

.mvv-card::after{

    content:"";

    position:absolute;

    width:220px;

    height:220px;

    top:-120px;

    right:-120px;

    border-radius:50%;

    background:

    radial-gradient(circle,

    rgba(124,58,237,.18),

    transparent 70%);

}

/*****************************************
ICON
******************************************/

.mvv-icon{

    position:relative;

    left:50%;

    top:-3px;

    transform:translateX(-50%);

    width:84px;

    height:84px;

    border-radius:50%;

    display:flex;

    justify-content:center;

    align-items:center;

    background:

    linear-gradient(

    135deg,

    #7C3AED,

    #A855F7,

    #3B82F6);

    box-shadow:

    0 20px 45px rgba(124,58,237,.45);

    border:5px solid #090C1F;

    z-index:10;

}

/*****************************************
OUTER RING
******************************************/

.mvv-icon::before{

    content:"";

    position:absolute;

    inset:-10px;

    border-radius:50%;

    border:1px dashed

    rgba(124,58,237,.35);

}

/*****************************************
ICON
******************************************/

.mvv-icon i{

    color:#fff;

    font-size:34px;

}

/*****************************************
CONTENT
******************************************/

.mvv-content{

    text-align:center;

}

/*****************************************
TITLE
******************************************/

.mvv-content h3{

    color:#fff;

    font-size:28px;

    font-weight:700;

    margin-bottom:18px;

}

/*****************************************
DIVIDER
******************************************/

.mvv-divider{

    width:65px;

    height:4px;

    margin:0 auto 22px;

    border-radius:50px;

    background:

    linear-gradient(

    90deg,

    #7C3AED,

    #3B82F6);

}

/*****************************************
TEXT
******************************************/

.mvv-content p{

    color:#CBD5E1;

    line-height:1.9;

    font-size:15px;

    margin-bottom:0;

}

/*****************************************
LIST
******************************************/

.mvv-list{

    list-style:none;

    padding:0;

    margin:0;

    text-align:left;

}

.mvv-list li{

    color:#E2E8F0;

    margin-bottom:14px;

    display:flex;

    gap:10px;

    align-items:flex-start;

    font-size:15px;

}

.mvv-list i{

    color:#A855F7;

    margin-top:2px;

}

/*****************************************
NUMBER BADGE
******************************************/

.mvv-number{

    position:absolute;

    bottom:-22px;

    left:50%;

    transform:translateX(-50%);

    width:70px;

    height:70px;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:24px;

    font-weight:800;

    color:#fff;

    background:

    linear-gradient(

    135deg,

    #7C3AED,

    #3B82F6);

    border:5px solid #090C1F;

    box-shadow:

    0 18px 40px rgba(124,58,237,.35);

}

/*====================================================
        BIGSEA INFOTECH
 Mission • Vision • Values
 PART 2A.3
 Premium Hover & Connectors
====================================================*/

/*****************************************
Connector Arrow
******************************************/

.mvv-arrow{

    width:70px;

    height:70px;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    position:relative;

    background:

    linear-gradient(
    135deg,
    rgba(124,58,237,.18),
    rgba(59,130,246,.15));

    border:1px solid rgba(124,58,237,.35);

    backdrop-filter:blur(15px);

    transition:.45s;

}

.mvv-arrow::before{

    content:"";

    position:absolute;

    inset:-8px;

    border-radius:50%;

    border:1px dashed rgba(124,58,237,.25);

}

.mvv-arrow i{

    color:#A855F7;

    font-size:28px;

    transition:.35s;

}

.mvv-arrow:hover{

    transform:scale(1.1);

    box-shadow:

    0 18px 45px rgba(124,58,237,.35);

}

.mvv-arrow:hover i{

    transform:translateX(4px);

}

/*****************************************
Card Hover
******************************************/

.mvv-card:hover{

    transform:

    translateY(-15px);

    border-color:

    rgba(124,58,237,.40);

    box-shadow:

    0 25px 60px

    rgba(124,58,237,.25);

}

/*****************************************
Top Border Animation
******************************************/

.mvv-card::before{

    background-size:200%;

    animation:borderMove 6s linear infinite;

}

@keyframes borderMove{

0%{

background-position:0%;

}

100%{

background-position:200%;

}

}

/*****************************************
Shine Effect
******************************************/

.mvv-card .shine{

    position:absolute;

    top:-120%;

    left:-60%;

    width:50%;

    height:300%;

    background:

    rgba(255,255,255,.08);

    transform:rotate(25deg);

    transition:.8s;

}

.mvv-card:hover .shine{

    left:140%;

}

/*****************************************
Floating Icon
******************************************/

@keyframes iconFloat{

0%{

transform:translateX(-50%) translateY(0);

}

50%{

transform:translateX(-50%) translateY(-10px);

}

100%{

transform:translateX(-50%) translateY(0);

}

}

.mvv-icon{

    animation:iconFloat 5s ease-in-out infinite;

}

.mvv-card:hover .mvv-icon{

    transform:

    translateX(-50%)

    scale(1.08);

}

/*****************************************
Icon Glow
******************************************/

.mvv-card:hover .mvv-icon{

    box-shadow:

    0 20px 55px

    rgba(124,58,237,.50);

}

/*****************************************
Heading
******************************************/

.mvv-card:hover h3{

    color:#A855F7;

}

/*****************************************
Divider
******************************************/

.mvv-card:hover .mvv-divider{

    width:90px;

}

/*****************************************
List Hover
******************************************/

.mvv-list li{

    transition:.35s;

}

.mvv-list li:hover{

    padding-left:10px;

    color:#ffffff;

}

.mvv-list li:hover i{

    transform:rotate(360deg);

}

/*****************************************
Number Badge
******************************************/

.mvv-number{

    transition:.45s;

}

.mvv-card:hover .mvv-number{

    transform:

    translateX(-50%)

    translateY(-6px)

    scale(1.08);

}

/*****************************************
Card Background Glow
******************************************/

.mvv-card:hover::after{

    opacity:1;

    transform:scale(1.2);

}

/*****************************************
Tablet
******************************************/

@media(max-width:991px){

.mvv-arrow{

display:none;

}

.mvv-card{

margin-bottom:45px;

}

.mvv-icon{

width:74px;

height:74px;

}

.mvv-number{

width:62px;

height:62px;

font-size:22px;

}

}

/*****************************************
Mobile
******************************************/

@media(max-width:767px){

.mvv-card{

padding:

60px 25px 35px;

clip-path:none;

border-radius:22px;

}

.mvv-content h3{

font-size:24px;

}

.mvv-content p{

font-size:14px;

}

.mvv-list li{

font-size:14px;

}

.mvv-icon{

width:65px;

height:65px;

top:-34px;

}

.mvv-icon i{

font-size:26px;

}

.mvv-number{

width:55px;

height:55px;

font-size:18px;

bottom:-18px;

}

}

/*****************************************
Small Mobile
******************************************/

@media(max-width:575px){

.mvv-card{

padding:

55px 22px 30px;

}

.mvv-divider{

width:55px;

}

.mvv-content h3{

font-size:22px;

}

.mvv-arrow{

display:none;

}

}
/* MISSION VISION VALUES END */

/*=========================================================
        BIGSEA INFOTECH
        WHY CHOOSE SECTION
        PART 2A.1
==========================================================*/

/*=========================
Section
==========================*/

.why-bigsea-section{

    position:relative;

    overflow:hidden;

    padding:120px 0;

    background:
    radial-gradient(circle at top left,
    rgba(99,102,241,.10),
    transparent 35%),

    radial-gradient(circle at bottom right,
    rgba(59,130,246,.08),
    transparent 35%),

    linear-gradient(
    180deg,
    #FFFFFF 0%,
    #F8FAFF 55%,
    #F5F8FF 100%);

}

/*=========================
Container
==========================*/

.why-bigsea-section .container{

    position:relative;

    z-index:5;

}

/*=========================
Soft Background Glow
==========================*/

.why-bigsea-section::before{

    content:"";

    position:absolute;

    width:420px;

    height:420px;

    left:-180px;

    top:-150px;

    border-radius:50%;

    background:

    radial-gradient(circle,

    rgba(99,102,241,.12),

    transparent 70%);

    filter:blur(45px);

}

.why-bigsea-section::after{

    content:"";

    position:absolute;

    width:380px;

    height:380px;

    right:-180px;

    bottom:-150px;

    border-radius:50%;

    background:

    radial-gradient(circle,

    rgba(59,130,246,.10),

    transparent 70%);

    filter:blur(45px);

}

/*=========================
Decorative Circle
==========================*/

.shape-circle{

    position:absolute;

    width:180px;

    height:180px;

    border-radius:50%;

    background:

    rgba(99,102,241,.08);

    top:20px;

    right:80px;

    z-index:0;

}

/*=========================
Dots Pattern
==========================*/

.shape-dots{

    position:absolute;

    width:90px;

    height:90px;

    background-image:

    radial-gradient(#4F46E5 2px, transparent 2px);

    background-size:18px 18px;

    opacity:.35;

}

.shape-dots-left{

    left:-25px;

    top:60px;

}

.shape-dots-bottom{

    bottom:20px;

    left:55%;

}

/*=========================
Content Area
==========================*/

.why-content{

    position:relative;

    z-index:2;

}

/*=========================
Badge
==========================*/

.why-badge{

    display:inline-flex;

    align-items:center;

    gap:10px;

    padding:10px 22px;

    border-radius:50px;

    background:#EEF4FF;

    color:#3B5BDB;

    font-size:14px;

    font-weight:600;

    letter-spacing:1px;

    margin-bottom:25px;

    box-shadow:

    0 10px 25px rgba(79,70,229,.08);

}

.why-badge i{

    font-size:16px;

}

/*=========================
Heading
==========================*/

.why-title{

    font-size:56px;

    line-height:1.18;

    font-weight:800;

    color:#111827;

    margin-bottom:25px;

}

.why-title span{

    display:block;

    background:

    linear-gradient(

    90deg,

    #3B82F6,

    #6366F1,

    #8B5CF6);

    -webkit-background-clip:text;

    -webkit-text-fill-color:transparent;

}

/*=========================
Divider
==========================*/

.why-divider{

    width:80px;

    height:4px;

    border-radius:50px;

    background:

    linear-gradient(

    90deg,

    #3B82F6,

    #8B5CF6);

    margin:25px 0;

}

/*=========================
Description
==========================*/

.why-description{

    color:#64748B;

    font-size:18px;

    line-height:1.9;

    max-width:600px;

    margin-bottom:40px;

}

/*=========================
Responsive
==========================*/

@media(max-width:1200px){

.why-title{

font-size:48px;

}

}

@media(max-width:991px){

.why-bigsea-section{

padding:90px 0;

}

.why-content{

text-align:center;

margin-top:50px;

}

.why-divider{

margin:25px auto;

}

.why-description{

margin:0 auto 35px;

}

}

@media(max-width:768px){

.why-title{

font-size:38px;

}

.shape-circle{

display:none;

}

.shape-dots{

display:none;

}

}

@media(max-width:576px){

.why-bigsea-section{

padding:70px 0;

}

.why-title{

font-size:30px;

line-height:1.3;

}

.why-description{

font-size:15px;

}

.why-badge{

font-size:13px;

padding:8px 18px;

}

}




/*=========================================================
        BIGSEA INFOTECH
        WHY CHOOSE SECTION
        PART 2A.2
        Image Area
==========================================================*/

/******************************
Image Wrapper
*******************************/

.why-image-wrapper{

    position:relative;

    padding:30px;

    z-index:2;

}

/******************************
Image Card
*******************************/

.why-image-card{

    position:relative;

    overflow:hidden;

    border-radius:30px;

    background:#ffffff;

    padding:12px;

    box-shadow:
        0 25px 70px rgba(15,23,42,.10);

    transition:all .45s ease;

}

.why-image-card:hover{

    transform:translateY(-10px);

    box-shadow:
        0 40px 90px rgba(59,130,246,.18);

}

/******************************
Image
*******************************/

.why-image-card img{

    width:100%;

    border-radius:24px;

    display:block;

    object-fit:cover;

    transition:transform .8s ease;

}

.why-image-card:hover img{

    transform:scale(1.06);

}

/******************************
Gradient Overlay
*******************************/

.why-image-card::before{

    content:"";

    position:absolute;

    inset:12px;

    border-radius:24px;

    background:
    linear-gradient(
    180deg,
    rgba(255,255,255,0) 40%,
    rgba(17,24,39,.18) 100%);

    pointer-events:none;

    z-index:1;

}

/******************************
Border Glow
*******************************/

.why-image-card::after{

    content:"";

    position:absolute;

    inset:-2px;

    border-radius:32px;

    background:
    linear-gradient(
        135deg,
        rgba(59,130,246,.18),
        rgba(99,102,241,.18),
        rgba(168,85,247,.18)
    );

    z-index:-1;

    filter:blur(18px);

}

/******************************
Floating Card
*******************************/

.floating-card{

    position:absolute;

    right:-10px;

    bottom:40px;

    width:95px;

    height:95px;

    border-radius:24px;

    background:#ffffff;

    display:flex;

    align-items:center;

    justify-content:center;

    box-shadow:
        0 20px 45px rgba(15,23,42,.12);

    animation:floatCard 4s ease-in-out infinite;

    z-index:5;

}

/******************************
Floating Icon
*******************************/

.floating-icon{

    width:62px;

    height:62px;

    border-radius:18px;

    display:flex;

    align-items:center;

    justify-content:center;

    background:
    linear-gradient(
        135deg,
        #3B82F6,
        #6366F1,
        #8B5CF6);

    box-shadow:
        0 12px 30px rgba(99,102,241,.35);

}

.floating-icon i{

    color:#ffffff;

    font-size:30px;

}

/******************************
Floating Animation
*******************************/

@keyframes floatCard{

    0%{

        transform:translateY(0);

    }

    50%{

        transform:translateY(-14px);

    }

    100%{

        transform:translateY(0);

    }

}

/******************************
Background Decoration
*******************************/

.why-image-wrapper::before{

    content:"";

    position:absolute;

    width:180px;

    height:180px;

    border-radius:50%;

    background:
    radial-gradient(circle,
    rgba(59,130,246,.10),
    transparent 70%);

    left:-40px;

    top:20px;

    z-index:-1;

}

.why-image-wrapper::after{

    content:"";

    position:absolute;

    width:220px;

    height:220px;

    border-radius:50%;

    background:
    radial-gradient(circle,
    rgba(139,92,246,.10),
    transparent 70%);

    right:-60px;

    bottom:-30px;

    z-index:-1;

}

/******************************
Hover Glow
*******************************/

.why-image-card:hover .floating-icon{

    transform:rotate(-8deg) scale(1.08);

    transition:.4s;

}

/******************************
Responsive
*******************************/

@media(max-width:991px){

    .why-image-wrapper{

        max-width:650px;

        margin:auto;

    }

    .floating-card{

        right:10px;

        bottom:20px;

    }

}

@media(max-width:767px){

    .why-image-wrapper{

        padding:15px;

    }

    .why-image-card{

        border-radius:22px;

    }

    .why-image-card img{

        border-radius:18px;

    }

    .floating-card{

        width:75px;

        height:75px;

    }

    .floating-icon{

        width:50px;

        height:50px;

    }

    .floating-icon i{

        font-size:22px;

    }

}

@media(max-width:575px){

    .floating-card{

        display:none;

    }

    .why-image-wrapper{

        padding:10px;

    }

}




/*=========================================================
        BIGSEA INFOTECH
        WHY CHOOSE SECTION
        PART 2A.3
        Feature Cards + CTA
==========================================================*/

/*********************************
FEATURE LIST
*********************************/

.why-features{

    display:flex;

    flex-direction:column;

    gap:22px;

    margin-top:40px;

}

/*********************************
FEATURE CARD
*********************************/

.feature-box{

    display:flex;

    align-items:flex-start;

    gap:20px;

    padding:24px;

    border-radius:22px;

    background:#ffffff;

    border:1px solid #E8EEF9;

    box-shadow:
        0 15px 35px rgba(15,23,42,.06);

    transition:all .45s ease;

    position:relative;

    overflow:hidden;

}

/*********************************
TOP GRADIENT BORDER
*********************************/

.feature-box::before{

    content:"";

    position:absolute;

    left:0;

    top:0;

    width:100%;

    height:4px;

    background:

    linear-gradient(
        90deg,
        #3B82F6,
        #6366F1,
        #8B5CF6);

    transform:scaleX(0);

    transform-origin:left;

    transition:.45s;

}

/*********************************
HOVER
*********************************/

.feature-box:hover{

    transform:translateY(-8px);

    border-color:#C7D7FF;

    box-shadow:
        0 25px 60px rgba(59,130,246,.12);

}

.feature-box:hover::before{

    transform:scaleX(1);

}

/*********************************
FEATURE ICON
*********************************/

.feature-icon{

    width:72px;

    height:72px;

    min-width:72px;

    border-radius:20px;

    display:flex;

    align-items:center;

    justify-content:center;

    background:

    linear-gradient(
        135deg,
        #3B82F6,
        #6366F1,
        #8B5CF6);

    color:#ffffff;

    font-size:28px;

    box-shadow:
        0 15px 35px rgba(99,102,241,.25);

    transition:.45s;

}

.feature-box:hover .feature-icon{

    transform:rotate(-8deg) scale(1.08);

}

/*********************************
FEATURE CONTENT
*********************************/

.feature-content h5{

    font-size:22px;

    font-weight:700;

    color:#111827;

    margin-bottom:10px;

    transition:.35s;

}

.feature-content p{

    margin:0;

    color:#64748B;

    font-size:15px;

    line-height:1.8;

}

.feature-box:hover h5{

    color:#4F46E5;

}

/*********************************
CTA BUTTON
*********************************/

.why-btn{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    gap:12px;

    padding:16px 34px;

    border:none;

    border-radius:50px;

    text-decoration:none;

    color:#ffffff;

    font-weight:600;

    font-size:16px;

    background:

    linear-gradient(
        90deg,
        #3B82F6,
        #6366F1,
        #8B5CF6);

    background-size:200%;

    transition:.45s;

    position:relative;

    overflow:hidden;

}

/*********************************
BUTTON SHINE
*********************************/

.why-btn::before{

    content:"";

    position:absolute;

    top:-60%;

    left:-90px;

    width:60px;

    height:220%;

    background:rgba(255,255,255,.28);

    transform:rotate(25deg);

    transition:.8s;

}

.why-btn:hover::before{

    left:130%;

}

/*********************************
BUTTON HOVER
*********************************/

.why-btn:hover{

    color:#ffffff;

    transform:translateY(-5px);

    background-position:right center;

    box-shadow:
        0 20px 45px rgba(99,102,241,.25);

}

.why-btn i{

    transition:.35s;

}

.why-btn:hover i{

    transform:translateX(6px);

}

/*********************************
SMOOTH FADE
*********************************/

.feature-box,
.why-image-card,
.why-btn{

    will-change:transform;

}

/*********************************
TABLET
*********************************/

@media(max-width:991px){

    .why-features{

        margin-top:35px;

    }

    .feature-box{

        text-align:left;

    }

}

/*********************************
MOBILE
*********************************/

@media(max-width:767px){

    .feature-box{

        flex-direction:column;

        align-items:center;

        text-align:center;

        padding:22px;

    }

    .feature-icon{

        width:64px;

        height:64px;

        min-width:64px;

        font-size:24px;

    }

    .feature-content h5{

        font-size:20px;

    }

    .why-btn{

        width:100%;

        justify-content:center;

    }

}

/*********************************
SMALL MOBILE
*********************************/

@media(max-width:575px){

    .feature-box{

        border-radius:18px;

        padding:18px;

    }

    .feature-content h5{

        font-size:18px;

    }

    .feature-content p{

        font-size:14px;

    }

    .why-btn{

        padding:15px 25px;

        font-size:15px;

    }

}
/*=========================================================
        BIGSEA INFOTECH
        WHY CHOOSE SECTION
==========================================================*/


/*=========================================================
        BIGSEA INFOTECH Contact PAge css START
==========================================================*/
.bigsea-location-section{

    position:relative;
    padding:120px 0;
    overflow:hidden;

    background:
    radial-gradient(circle at top right,#332266 0%,transparent 35%),
    radial-gradient(circle at bottom left,#17203c 0%,transparent 40%),
    #070B18;

}


/*=============================
 Decorative Elements
=============================*/

.bigsea-circle{

    position:absolute;
    border-radius:50%;
    background:rgba(124,58,237,.08);
    filter:blur(2px);

}

.bigsea-circle-left{

    width:350px;
    height:350px;

    top:-150px;
    left:-150px;

}

.bigsea-circle-right{

    width:280px;
    height:280px;

    bottom:-120px;
    right:-120px;

}

.bigsea-ring{

    position:absolute;
    border-radius:50%;
    border:1px solid rgba(124,58,237,.25);

}

.bigsea-ring-left{

    width:180px;
    height:180px;

    left:60px;
    bottom:80px;

}

.bigsea-ring-right{

    width:120px;
    height:120px;

    top:100px;
    right:80px;

}

.bigsea-dots{

    position:absolute;
    width:120px;
    height:120px;

    background-image:
    radial-gradient(#8d5bff 1.8px,transparent 1.8px);

    background-size:18px 18px;

    opacity:.15;

}

.dots-left{

    left:40px;
    top:180px;

}

.dots-right{

    right:60px;
    bottom:120px;

}


/*=============================
 Main Wrapper
=============================*/

.bigsea-map-wrapper{

    background:#101827;

    border-radius:30px;

    overflow:hidden;

    border:1px solid rgba(255,255,255,.08);

    box-shadow:

    0 20px 60px rgba(0,0,0,.45);

}

/*=============================
 Contact Card
=============================*/

.bigsea-contact-card{

    background:#151F32;

    height:100%;

    padding:50px 40px;

    border-right:1px solid rgba(255,255,255,.05);

}

.bigsea-contact-item{

    display:flex;

    align-items:flex-start;

    gap:20px;

    margin-bottom:35px;

}

.bigsea-contact-item:last-child{

    margin-bottom:40px;

}

.bigsea-icon{

    width:62px;
    height:62px;

    border-radius:18px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:

    linear-gradient(180deg,#7c3aed,#5B21B6);

    color:#fff;

    font-size:22px;

    flex-shrink:0;

    transition:.35s;

}

.bigsea-contact-item:hover .bigsea-icon{

    transform:rotate(-10deg) scale(1.08);

}

.bigsea-contact-item h5{

    color:#fff;

    font-size:20px;

    margin-bottom:10px;

    font-weight:700;

}

.bigsea-contact-item p{

    color:#bfc8da;

    line-height:28px;

    margin:0;

}

/*=============================
 Button
=============================*/

.bigsea-direction-btn{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    gap:12px;

    width:100%;

    height:58px;

    border-radius:15px;

    text-decoration:none;

    font-weight:600;

    color:#fff;

    background:

    linear-gradient(90deg,#7c3aed,#5B5FFF);

    transition:.35s;

}

.bigsea-direction-btn:hover{

    color:#fff;

    transform:translateY(-3px);

    box-shadow:

    0 15px 35px rgba(124,58,237,.45);

}



/*==================================================
 BIGSEA LOCATION SECTION
 Part 2B - MAP AREA
==================================================*/

/*==============================
 Map Area
==============================*/

.bigsea-map-area{
    position:relative;
    min-height:650px;
    overflow:hidden;
    background:#0b1220;
}

.bigsea-map-area iframe{
    width:100%;
    height:650px;
    border:0;
    filter:grayscale(100%)
           invert(92%)
           contrast(95%)
           brightness(82%);
}

/*==============================
 Background Glow
==============================*/

.bigsea-map-glow{
    position:absolute;
    width:420px;
    height:420px;
    background:radial-gradient(circle,
    rgba(124,58,237,.30),
    transparent 70%);
    top:-120px;
    right:-120px;
    z-index:1;
    pointer-events:none;
}

/*==============================
 Floating Pin
==============================*/

.bigsea-location-pin{
    position:absolute;
    top:45%;
    left:58%;
    transform:translate(-50%,-50%);
    z-index:20;
}

.bigsea-pin-icon{
    width:75px;
    height:75px;
    border-radius:50%;
    background:linear-gradient(180deg,#8b5cf6,#5b21b6);
    display:flex;
    justify-content:center;
    align-items:center;
    color:#fff;
    font-size:34px;
    box-shadow:
    0 15px 40px rgba(124,58,237,.45);
    animation:pinBounce 2.5s infinite;
}

@keyframes pinBounce{

    0%,100%{
        transform:translateY(0);
    }

    50%{
        transform:translateY(-10px);
    }

}

/*==============================
 Office Card
==============================*/

.bigsea-office-card{

    position:absolute;

    top:40px;
    left:40px;

    width:310px;

    padding:28px;

    border-radius:22px;

    background:rgba(15,24,39,.85);

    backdrop-filter:blur(18px);

    border:1px solid rgba(255,255,255,.08);

    box-shadow:
    0 20px 50px rgba(0,0,0,.45);

    z-index:15;

}

.office-badge{

    display:inline-flex;

    align-items:center;

    gap:8px;

    padding:8px 15px;

    border-radius:30px;

    background:rgba(34,197,94,.15);

    color:#4ade80;

    font-size:13px;

    margin-bottom:18px;

}

.office-badge i{

    font-size:8px;

}

.bigsea-office-card h5{

    color:#fff;

    font-size:24px;

    font-weight:700;

    margin-bottom:15px;

}

.bigsea-office-card p{

    color:#bfc8da;

    line-height:28px;

    margin-bottom:25px;

}

.visit-btn{

    display:inline-flex;

    align-items:center;

    gap:10px;

    padding:12px 22px;

    border-radius:12px;

    color:#fff;

    text-decoration:none;

    font-weight:600;

    background:linear-gradient(90deg,#7c3aed,#5b5fff);

    transition:.35s;

}

.visit-btn:hover{

    color:#fff;

    transform:translateY(-3px);

    box-shadow:
    0 12px 30px rgba(124,58,237,.40);

}

/*==============================
 Map Controls
==============================*/

.bigsea-map-controls{

    position:absolute;

    right:25px;

    top:30px;

    display:flex;

    flex-direction:column;

    gap:12px;

    z-index:20;

}

.bigsea-map-controls button{

    width:50px;

    height:50px;

    border:none;

    border-radius:15px;

    cursor:pointer;

    background:rgba(15,24,39,.88);

    color:#fff;

    font-size:18px;

    transition:.35s;

    backdrop-filter:blur(15px);

}

.bigsea-map-controls button:hover{

    background:#7c3aed;

    transform:scale(1.05);

}

/*==============================
 GPS Button
==============================*/

.bigsea-gps-btn{

    position:absolute;

    right:25px;

    bottom:120px;

    z-index:20;

}

.bigsea-gps-btn button{

    width:58px;

    height:58px;

    border:none;

    border-radius:50%;

    background:linear-gradient(180deg,#8b5cf6,#5b21b6);

    color:#fff;

    cursor:pointer;

    font-size:20px;

    transition:.35s;

    box-shadow:
    0 10px 25px rgba(124,58,237,.45);

}

.bigsea-gps-btn button:hover{

    transform:rotate(20deg) scale(1.05);

}

/*==============================
 Bottom Footer
==============================*/

.bigsea-map-footer{

    position:absolute;

    left:30px;

    right:30px;

    bottom:25px;

    display:flex;

    justify-content:space-between;

    gap:20px;

    padding:20px;

    border-radius:20px;

    background:rgba(15,24,39,.82);

    backdrop-filter:blur(18px);

    border:1px solid rgba(255,255,255,.08);

    z-index:15;

}

.footer-item{

    display:flex;

    align-items:center;

    gap:12px;

    color:#fff;

    font-weight:500;

}

.footer-item i{

    width:46px;

    height:46px;

    display:flex;

    justify-content:center;

    align-items:center;

    border-radius:14px;

    background:linear-gradient(180deg,#7c3aed,#5b21b6);

    color:#fff;

    font-size:18px;

}

.footer-item span{

    color:#d8dce8;

    font-size:15px;

}
/*=========================================================
        BIGSEA INFOTECH Contact PAge css END
==========================================================*/


/*=========================================================
    BIGSEA HOME HERO SECTION
=========================================================*/

.bigsea-home-hero-section{

    position:relative;
    padding:50px 0;
    overflow:hidden;
    background:radial-gradient(circle at top left,    rgba(123,63,228,.18),    transparent 35%),    radial-gradient(circle at bottom right,    rgba(69,39,160,.18),    transparent 30%),    linear-gradient(    180deg,    #080A18 0%,    #0B1024 100%);

}

/* Decorative Shapes */

.bigsea-home-hero-section::before{

    content:"";
    position:absolute;
    width:420px;
    height:420px;
    background:#0d6efd;
    opacity:.06;
    border-radius:50%;
    top:-180px;
    left:-180px;

}

.bigsea-home-hero-section::after{

    content:"";
    position:absolute;
    width:350px;
    height:350px;
    background:#20c997;
    opacity:.05;
    border-radius:50%;
    right:-120px;
    bottom:-120px;

}

/*=========================================================
    LEFT CONTENT
=========================================================*/

.bigsea-home-hero-content{

    position:relative;
    z-index:2;

}

.bigsea-home-hero-label{

    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:8px 18px;
    border-radius:50px;
    background:#eaf3ff;
    color:#0d6efd;
    font-weight:600;
    font-size:14px;
    margin-bottom:20px;

}

.bigsea-home-hero-title{

    font-size:52px;
    font-weight:800;
    line-height:1.15;
    color:#ffffff;
    margin-bottom:25px;

}

.bigsea-home-hero-title span{

    color:#0d6efd;

}

.bigsea-home-hero-description{

    font-size:17px;
    line-height:1.8;
    color:#ffffff;
    margin-bottom:35px;
    max-width:620px;

}

/*=========================================================
    FEATURES
=========================================================*/

.bigsea-home-hero-features{

    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:15px;
    margin-bottom:35px;

}

.bigsea-home-hero-feature{

    display:flex;
    align-items:center;
    gap:12px;
    background:#fff;
    border-radius:12px;
    padding:14px 18px;
    box-shadow:0 10px 35px rgba(0,0,0,.05);

}

.bigsea-home-hero-feature i{

    color:#0d6efd;
    font-size:20px;

}

.bigsea-home-hero-feature span{

    font-weight:600;
    color:#24324a;

}

/*=========================================================
    BUTTONS
=========================================================*/

.bigsea-home-hero-buttons{

    display:flex;
    flex-wrap:wrap;
    gap:18px;

}

.bigsea-home-hero-buttons .btn{

    padding:15px 34px;
    border-radius:50px;
    font-weight:600;
    transition:.35s;

}

.bigsea-home-hero-buttons .btn-primary{

    background:#0d6efd;
    border-color:#0d6efd;
    box-shadow:0 15px 35px rgba(13,110,253,.30);

}

.bigsea-home-hero-buttons .btn-primary:hover{

    transform:translateY(-3px);

}

.bigsea-home-hero-buttons .btn-outline-primary{

    border-width:2px;

}

/*=========================================================
    HERO IMAGE
=========================================================*/

.bigsea-home-hero-image{

    position:relative;
    text-align:center;

}

.bigsea-home-hero-image img{

    width:100%;
    max-width:430px;
    animation:bigseaFloat 5s ease-in-out infinite;
    filter:drop-shadow(0 35px 45px rgba(0,0,0,.18));

}

@keyframes bigseaFloat{

    0%{

        transform:translateY(0);

    }

    50%{

        transform:translateY(-12px);

    }

    100%{

        transform:translateY(0);

    }

}

/*=========================================================
    CONSULTATION CARD
=========================================================*/

.bigsea-home-hero-contact-card{

    background:rgba(255,255,255,.92);
    backdrop-filter:blur(12px);
    border-radius:22px;
    padding:30px;
    box-shadow:0 20px 60px rgba(0,0,0,.12);
    border:1px solid rgba(255,255,255,.5);

}

.bigsea-home-hero-contact-header{

    display:flex;
    align-items:center;
    gap:15px;
    margin-bottom:25px;

}

.bigsea-home-hero-contact-icon{

    width:60px;
    height:60px;
    background:#0d6efd;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    font-size:24px;

}

.bigsea-home-hero-contact-header h4{

    margin:0;
    font-size:22px;
    font-weight:700;

}

.bigsea-home-hero-contact-header span{

    color:#6c757d;

}

.bigsea-home-hero-contact-card .form-control,
.bigsea-home-hero-contact-card .form-select{

    height:54px;
    border-radius:12px;
    border:1px solid #dbe6f5;
    box-shadow:none;

}

.bigsea-home-hero-contact-card .form-control:focus,
.bigsea-home-hero-contact-card .form-select:focus{

    border-color:#0d6efd;

}

.bigsea-home-hero-contact-card .btn{

    height:56px;
    border-radius:12px;
    font-weight:700;

}

/*=========================================================
    RESPONSIVE
=========================================================*/

@media (max-width:991px){

.bigsea-home-hero-section{

    padding:60px 0;

}

.bigsea-home-hero-title{

    font-size:40px;

}

.bigsea-home-hero-content{

    text-align:center;
    margin-bottom:50px;

}

.bigsea-home-hero-features{

    grid-template-columns:1fr;

}

.bigsea-home-hero-buttons{

    justify-content:center;

}

.bigsea-home-hero-image{

    margin-bottom:40px;

}

}

@media (max-width:767px){

.bigsea-home-hero-section{

    padding:50px 0;

}

.bigsea-home-hero-title{

    font-size:32px;
    line-height:1.3;

}

.bigsea-home-hero-description{

    font-size:16px;

}

.bigsea-home-hero-contact-card{

    padding:25px;

}

.bigsea-home-hero-buttons{

    flex-direction:column;

}

.bigsea-home-hero-buttons .btn{

    width:100%;

}

}

/*=========================================================
    HERO IMAGE FLOATING ELEMENTS
=========================================================*/

.bigsea-home-hero-image{

    position:relative;
    display:flex;
    justify-content:center;
    align-items:center;

}

.bigsea-home-hero-image img{

    position:relative;
    z-index:5;

}

/* Floating Card */

.bigsea-home-floating-card{

    position:absolute;
    top:30px;
    left:-50px;
    width:220px;
    background:#fff;
    border-radius:18px;
    padding:18px;
    box-shadow:0 18px 45px rgba(0,0,0,.12);
    animation:bigseaFloatingCard 4s ease-in-out infinite;
    z-index:8;

}

.bigsea-home-floating-card h5{

    margin:0 0 8px;
    font-size:18px;
    font-weight:700;

}

.bigsea-home-floating-card p{

    margin:0;
    color:#6b7280;
    font-size:14px;

}

/* Success Card */

.bigsea-home-success-card{

    position:absolute;
    right:-35px;
    bottom:40px;
    width:210px;
    background:#ffffff;
    border-radius:18px;
    padding:16px;
    box-shadow:0 18px 45px rgba(0,0,0,.10);
    animation:bigseaFloatingCard 5s ease-in-out infinite;
    z-index:8;

}

.bigsea-home-success-card h4{

    margin:0;
    color:#198754;
    font-size:28px;
    font-weight:800;

}

.bigsea-home-success-card span{

    display:block;
    margin-top:6px;
    color:#6c757d;
    font-size:14px;

}

/*=========================================================
    SMALL CIRCLE SHAPES
=========================================================*/

.bigsea-home-shape-one{

    position:absolute;
    width:22px;
    height:22px;
    background:#0d6efd;
    border-radius:50%;
    top:15%;
    left:12%;
    animation:bigseaShape 5s infinite;

}

.bigsea-home-shape-two{

    position:absolute;
    width:16px;
    height:16px;
    background:#20c997;
    border-radius:50%;
    right:8%;
    top:25%;
    animation:bigseaShape 6s infinite;

}

.bigsea-home-shape-three{

    position:absolute;
    width:28px;
    height:28px;
    background:#ffc107;
    border-radius:50%;
    bottom:12%;
    left:35%;
    animation:bigseaShape 7s infinite;

}

@keyframes bigseaShape{

    0%{

        transform:translateY(0);

    }

    50%{

        transform:translateY(-18px);

    }

    100%{

        transform:translateY(0);

    }

}

@keyframes bigseaFloatingCard{

    0%{

        transform:translateY(0);

    }

    50%{

        transform:translateY(-12px);

    }

    100%{

        transform:translateY(0);

    }

}

/*=========================================================
    TRUST BAR
=========================================================*/

.bigsea-home-hero-trust-bar{

    background:#ffffff;
    border-top:1px solid #edf2f7;
    border-bottom:1px solid #edf2f7;
    padding:18px 0;

}

.bigsea-home-hero-trust-bar .container{

    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;

}

.bigsea-home-google-rating{

    display:flex;
    align-items:center;
    gap:15px;

}

.bigsea-home-google-rating img{

    width:48px;

}

.bigsea-home-google-rating h5{

    margin:0;
    font-size:17px;
    font-weight:700;

}

.bigsea-home-google-rating span{

    color:#6c757d;
    font-size:14px;

}

/*=========================================================
    TRUST STATS
=========================================================*/

.bigsea-home-company-stats{

    display:flex;
    gap:45px;

}

.bigsea-home-company-stat{

    text-align:center;

}

.bigsea-home-company-stat h3{

    margin:0;
    font-size:30px;
    color:#0d6efd;
    font-weight:800;

}

.bigsea-home-company-stat p{

    margin:5px 0 0;
    color:#6b7280;
    font-size:14px;

}

/*=========================================================
    HOVER EFFECTS
=========================================================*/

.bigsea-home-floating-card:hover,
.bigsea-home-success-card:hover,
.bigsea-home-hero-contact-card:hover{

    transform:translateY(-8px);
    transition:.35s;
    box-shadow:0 30px 60px rgba(13,110,253,.18);

}

.bigsea-home-hero-feature{

    transition:.35s;

}

.bigsea-home-hero-feature:hover{

    transform:translateY(-6px);
    box-shadow:0 18px 40px rgba(13,110,253,.12);

}

/*=========================================================
    RESPONSIVE
=========================================================*/

@media(max-width:991px){

.bigsea-home-floating-card,
.bigsea-home-success-card{

    display:none;

}

.bigsea-home-company-stats{

    width:100%;
    justify-content:center;
    margin-top:20px;
    gap:25px;

}

.bigsea-home-hero-trust-bar .container{

    justify-content:center;
    text-align:center;

}

}

@media(max-width:767px){

.bigsea-home-company-stats{

    flex-wrap:wrap;

}

.bigsea-home-company-stat{

    width:48%;

}

.bigsea-home-google-rating{

    justify-content:center;
    margin-bottom:20px;

}

}




/* Part 1 css start detail right side */

/*=====================================================
    HEADER AREA
=====================================================*/

.bsi-detail-header-area{

    background:#ffffff;

}

/*=====================================================
    STICKY NAVIGATION
=====================================================*/

.bsi-detail-sticky-navbar{
    position:sticky;
    top:90px;
    z-index:999;
    background:#ebe7ff;
    padding:8px 0;
    border-radius: 20px;
    border-bottom:1px solid #ececec;
    box-shadow:0 5px 20px rgba(0,0,0,.05);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 12px;
}

.bsi-detail-scroll-navigation{

    overflow-x:auto;

    scrollbar-width:none;

}

.bsi-detail-scroll-navigation::-webkit-scrollbar{

    display:none;

}

.bsi-detail-scroll-navigation .nav{

    flex-wrap:nowrap;

    gap:10px;

}
.bsi-detail-scroll-navigation .nav-link:hover{
    color:#000000 !important;
}
.bsi-detail-scroll-navigation .nav-link{

    white-space:nowrap;

    padding:4px 20px;

    font-weight:600;

    color:#ffffff !important;

    border-radius:50px;

    transition:.35s;

}

.bsi-detail-scroll-navigation .nav-link:hover{

    background:#eef4ff;

    color:#0d6efd;

}

.bsi-detail-scroll-navigation .nav-link.active{

    background:#8b1f41;

    color:#fff;

}



/*=====================================================
    DOWNLOAD BUTTON
=====================================================*/

.bsi-detail-download-btn{

    border-radius:50px;

    padding:12px 28px;

    font-weight:600;

}

/*=====================================================
    BREADCRUMB
=====================================================*/

.bsi-detail-breadcrumb-wrapper{

    padding:20px 0;

    border-bottom:1px solid #f1f1f1;

}

.bsi-detail-breadcrumb-wrapper .breadcrumb{

    background:transparent;

    padding:0;

}

.bsi-detail-breadcrumb-wrapper a{

    color:#6c757d;

    text-decoration:none;

}

.bsi-detail-breadcrumb-wrapper .active{

    color:#212529;

    font-weight:600;

}

/*=====================================================
    HERO SECTION
=====================================================*/

.bsi-detail-hero-section{

    padding:45px 0;

}

.bsi-detail-page-badge{

    display:flex;
    align-items:center;
    gap:15px;
    margin-bottom:20px;

}

.bsi-detail-reading-time{

    color:#6c757d;
    font-size:14px;

}

.bsi-detail-page-title{

    font-size:44px;
    font-weight:800;
    line-height:1.25;
    color:#222;
    margin-bottom:25px;

}

.bsi-detail-author-box{

    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:15px;
    padding:18px;
    border:1px solid #ececec;
    border-radius:14px;
    margin-bottom:30px;

}

.bsi-detail-author-image img{

    width:60px;
    height:60px;
    object-fit:cover;

}

.bsi-detail-author-content h6{

    margin:0;
    font-weight:700;

}

.bsi-detail-author-content span{

    color:#ffffff;
    font-size:14px;

}

.bsi-detail-author-date{

    color:#ffffff;
    font-size:14px;

}

.bsi-detail-introduction{

    font-size:17px;
    line-height:1.9;
    color:#555;
    margin-bottom:35px;

}

.bsi-detail-featured-image{

    overflow:hidden;
    border-radius:20px;

}

.bsi-detail-featured-image img{

    width:100%;
    transition:.4s;

}

.bsi-detail-featured-image:hover img{

    transform:scale(1.03);

}

.bsi-detail-highlight-card{

    background:#fff;
    padding:25px;
    border-radius:16px;
    border:1px solid #ececec;
    text-align:center;
    transition:.35s;
    height:100%;

}

.bsi-detail-highlight-card:hover{

    transform:translateY(-6px);
    box-shadow:0 20px 40px rgba(0,0,0,.08);

}

.bsi-detail-highlight-card i{

    font-size:38px;
    color:#0d6efd;
    margin-bottom:15px;

}

.bsi-detail-highlight-card h5{

    font-weight:700;
    margin-bottom:12px;

}

.bsi-detail-highlight-card p{

    color:#666;
    margin:0;
    line-height:1.7;

}

@media(max-width:991px){

.bsi-detail-page-title{

    font-size:34px;

}

}

@media(max-width:767px){

.bsi-detail-page-title{

    font-size:28px;

}

.bsi-detail-author-box{

    flex-direction:column;
    align-items:flex-start;

}

.bsi-detail-author-date{

    margin-left:0 !important;

}

}

/*====================================================
        BLOG DETAIL CONTENT AREA
====================================================*/

.bsi-detail-left-content{

    position: relative;

}

/*==========================================
        SECTION
==========================================*/

.bsi-detail-content-block{

    margin-bottom: 70px;
    scroll-margin-top: 150px;

}

.bsi-detail-section-title{

    font-size: 34px;
    font-weight: 700;
    color: #1d3557;
    margin-bottom: 25px;
    position: relative;

}

.bsi-detail-section-title::after{

    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 80px;
    height: 4px;
    background: #0d6efd;
    border-radius: 30px;

}

.bsi-detail-content-block p{

    color: #5d6b82;
    font-size: 16px;
    line-height: 1.9;
    margin-bottom: 20px;

}

/*==========================================
        CHECK LIST
==========================================*/

.bsi-detail-check-list{

    list-style: none;
    padding: 0;
    margin-top: 30px;

}

.bsi-detail-check-list li{

    position: relative;
    padding-left: 38px;
    margin-bottom: 18px;
    color: #39465e;
    font-weight: 500;

}

.bsi-detail-check-list li::before{

    content: "\F26E";
    font-family: bootstrap-icons;
    position: absolute;
    left: 0;
    top: 2px;
    color: #0d6efd;
    font-size: 20px;

}

/*==========================================
        TABLE
==========================================*/

.bsi-detail-data-table{

    margin-top: 30px;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid #edf1f7;

}

.bsi-detail-data-table thead{

    background: #0d6efd;
    color: #fff;

}

.bsi-detail-data-table thead th{

    border: none;
    padding: 18px;

}

.bsi-detail-data-table tbody td{

    padding: 18px;
    vertical-align: middle;
    border-color: #edf1f7;

}

.bsi-detail-data-table tbody tr:hover{

    background: #f8fbff;

}

/*====================================================
        SIDEBAR
====================================================*/

.bsi-detail-sidebar{

    position: sticky;
    top: 140px;

}

/*==========================================
        SIDEBAR WIDGET
==========================================*/

.bsi-detail-widget{

    background: #ffffff;
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 20px 45px rgba(0,0,0,.06);
    border: 1px solid #edf1f7;

}

.bsi-detail-widget h4{

    font-size: 24px;
    font-weight: 700;
    color: #1d3557;
    margin-bottom: 25px;

}

/*==========================================
        FORM
==========================================*/

.bsi-detail-widget .form-control{

    height: 55px;
    border-radius: 12px;
    border: 1px solid #dce5f3;
    box-shadow: none;
    margin-bottom: 18px;

}

.bsi-detail-widget .form-control:focus{

    border-color: #0d6efd;

}

.bsi-detail-widget textarea{

    min-height: 130px;
    border-radius: 12px;
    resize: none;

}

.bsi-detail-widget .btn{

    border-radius: 12px;
    height: 55px;
    font-weight: 600;

}

/*==========================================
        BLOG LIST
==========================================*/

.sidebar-blogs-list {
    list-style: none;
    margin: 0;
    padding: 0;
    animation: 20s linear infinite sidebar-blogs-scroll;
}
.sidebar-blogs-list li {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #ececec;
}

.sidebar-blogs-list a {
    color: #67132f;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.6;
    transition: .3s;
}
.blog-item {
    display: flex;
    gap: 15px;
    padding: 8px;
    background: #fff;
    transition: .3s;
    align-items: center;
}
.blog-content h4 {
    font-size: 14px;
    font-weight: 600;
    color: #67132f;
    margin-bottom: 8px;
    line-height: 1.4;
}
.blog-date {
    font-size: 14px;
    color: #777;
}
.blog-date i {
    color: #67132f;
}
.blog-thumb img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}
.bsi-detail-widget ul li a {
    text-decoration: none;
    color: #39465e;
    font-weight: 500;
    transition: .3s;
}

.bsi-detail-widget ul{

    margin: 0;
    padding: 0;
    list-style: none;

}

.bsi-detail-widget ul li{

    border-bottom: 1px solid #edf1f7;

}

.bsi-detail-widget ul li:last-child{

    border: none;

}

.bsi-detail-widget ul li a{

    text-decoration: none;
    color: #39465e;
    font-weight: 500;
    transition: .3s;

}

.bsi-detail-widget ul li a:hover{

    color: #0d6efd;
    padding-left: 6px;

}

/*==========================================
        DOWNLOAD CARD
==========================================*/

.bsi-detail-widget.text-center{

    background: #ebe7ff;
    color: #fff;

}

.bsi-detail-widget.text-center h4{

    color: #fff;

}

.bsi-detail-widget.text-center p{

    color: rgba(255,255,255,.8);

}

.bsi-detail-widget.text-center .btn{

    background: #fff;
    color: #0d6efd;
    border: none;
    font-weight: 700;
    transition: .3s;

}

.bsi-detail-widget.text-center .btn:hover{

    transform: translateY(-3px);

}

/*==========================================
        HOVER EFFECT
==========================================*/

.bsi-detail-widget:hover{

    transform: translateY(-6px);
    transition: .35s;
    box-shadow: 0 30px 60px rgba(0,0,0,.10);

}

/*==========================================
        RESPONSIVE
==========================================*/

@media(max-width:991px){

.bsi-detail-sidebar{

    position: static;
    margin-top: 50px;

}

.bsi-detail-section-title{
    font-size: 28px;
}
}

@media(max-width:767px){

.bsi-detail-widget{
    padding: 22px;
}

.bsi-detail-section-title{
    font-size: 24px;
}
.bsi-detail-content-block{
    margin-bottom: 50px;
}
}

/*====================================================
        PROCEDURE TIMELINE
====================================================*/

.bsi-detail-timeline{
    position:relative;
    margin-top:50px;
    padding-left:45px;
}

.bsi-detail-timeline::before{

    content:"";

    position:absolute;

    left:20px;

    top:0;

    bottom:0;

    width:3px;

    background:#d9e6ff;

}

.bsi-detail-step-card{

    position:relative;

    display:flex;

    gap:25px;

    margin-bottom:35px;

    background:#fff;

    border:1px solid #edf1f7;

    border-radius:18px;

    padding:28px;

    transition:.35s;

    box-shadow:0 12px 30px rgba(0,0,0,.05);

}

.bsi-detail-step-card:hover{

    transform:translateY(-5px);

    box-shadow:0 20px 40px rgba(0,0,0,.08);

}

.bsi-detail-step-number{

    position:absolute;

    left:-45px;

    top:28px;

    width:42px;

    height:42px;

    background:#0d6efd;

    color:#fff;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    font-weight:700;

    border:4px solid #fff;

    box-shadow:0 0 0 3px #d9e6ff;

}

.bsi-detail-step-content{

    width:100%;

}

.bsi-detail-step-content h4{

    font-size:22px;

    font-weight:700;

    color:#1d3557;

    margin-bottom:12px;

}

.bsi-detail-step-content p{

    margin-bottom:0;

    color:#5d6b82;

    line-height:1.8;

}

@media(max-width:767px){

.bsi-detail-timeline{

    padding-left:30px;

}

.bsi-detail-step-number{

    left:-30px;

    width:36px;

    height:36px;

    font-size:14px;

}

.bsi-detail-step-card{

    padding:22px;

}

.bsi-detail-step-content h4{

    font-size:18px;

}

}


/*====================================================
        PREVIOUS / NEXT POST
====================================================*/

.bsi-detail-post-navigation{

    margin-top:70px;
    padding-top:40px;
    border-top:1px solid #edf1f7;

}

.bsi-detail-post-card{

    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;

    background:#ffffff;
    border:1px solid #edf1f7;
    border-radius:18px;
    padding:25px;

    text-decoration:none;

    transition:.35s;

    height:100%;

    box-shadow:0 10px 25px rgba(0,0,0,.04);

}

.bsi-detail-post-card:hover{

    transform:translateY(-5px);

    border-color:#0d6efd;

    box-shadow:0 20px 40px rgba(13,110,253,.12);

}

.bsi-detail-post-icon{

    width:60px;
    height:60px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:50%;
    background:#eef5ff;

    color:#0d6efd;

    font-size:24px;

    flex-shrink:0;

    transition:.35s;

}

.bsi-detail-post-card:hover .bsi-detail-post-icon{

    background:#0d6efd;
    color:#ffffff;

}

.bsi-detail-post-content{

    flex:1;

}

.bsi-detail-post-content span{

    display:block;

    font-size:14px;

    color:#6c757d;

    margin-bottom:8px;

    text-transform:uppercase;

    letter-spacing:.5px;

}

.bsi-detail-post-content h5{

    margin:0;

    font-size:20px;

    font-weight:700;

    color:#1d3557;

    line-height:1.5;

}

.bsi-detail-post-next{

    text-align:right;

}

/*==========================================
        RESPONSIVE
==========================================*/

@media(max-width:767px){

    .bsi-detail-post-card{

        padding:20px;

    }

    .bsi-detail-post-content h5{

        font-size:17px;

    }

    .bsi-detail-post-next{

        text-align:left;

    }

}


/*====================================
    SIDEBAR SUPPORT CARD
====================================*/

.bsi-detail-support-widget{

    background:#fff;

    border:1px solid #ececec;

    border-radius:20px;

    overflow:hidden;

    box-shadow:0 15px 35px rgba(0,0,0,.06);

    transition:.35s;

}

.bsi-detail-support-widget:hover{

    transform:translateY(-6px);

    box-shadow:0 25px 50px rgba(0,0,0,.10);

}

/* Image */

.bsi-detail-support-image{

    position:relative;

    text-align:center;

    padding:30px 0 20px;

    background:#f8fbff;

}

.bsi-detail-support-image img{

    width:110px;

    height:110px;

    border-radius:50%;

    object-fit:cover;

    border:5px solid #fff;

    box-shadow:0 10px 25px rgba(0,0,0,.08);

}

/* Verified Badge */

.bsi-detail-support-status{

    position:absolute;

    bottom:18px;

    right:34%;

    width:30px;

    height:30px;

    background:#0d6efd;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    color:#fff;

    border:3px solid #fff;

}

/* Content */

.bsi-detail-support-content{

    padding:25px;

    text-align:center;

}

.bsi-detail-support-label{

    display:inline-block;

    background:#eef5ff;

    color:#0d6efd;

    font-size:12px;

    font-weight:700;

    text-transform:uppercase;

    padding:6px 12px;

    border-radius:30px;

    margin-bottom:12px;

}

.bsi-detail-support-content h4{

    font-size:24px;

    font-weight:700;

    margin-bottom:6px;

    color:#1d3557;

}

.bsi-detail-support-content p{

    color:#7b1738;

    font-weight:600;

    margin-bottom:22px;

}

/* Features */

.bsi-detail-support-list{

    list-style:none;

    padding:0;

    margin:0 0 25px;

    text-align:left;

}

.bsi-detail-support-list li{

    display:flex;

    gap:10px;

    margin-bottom:14px;

    color:#495057;

    font-size:15px;

}

.bsi-detail-support-list i{

    color:#28a745;

}

/* Button */


/* Responsive */

@media(max-width:991px){

    .bsi-detail-support-widget{

        margin-top:30px;

    }

}