

/*@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');*/

@font-face {
    font-family: 'ClashDisplay';
    src: url('../fonts/clashdisplay/ClashDisplay-Regular.woff2') format('woff2'),
         url('../fonts/clashdisplay/ClashDisplay-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

/*@font-face {
    font-family: 'ClashDisplay';
    src: url('../fonts/clashdisplay/ClashDisplay-Medium.woff2') format('woff2'),
         url('../fonts/clashdisplay/ClashDisplay-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'ClashDisplay';
    src: url('../fonts/clashdisplay/ClashDisplay-Bold.woff2') format('woff2'),
         url('../fonts/clashdisplay/ClashDisplay-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}*/

h1{font-family: "ClashDisplay", sans-serif;}
h2{font-family: "ClashDisplay", sans-serif;}
h3{font-family: "ClashDisplay", sans-serif;color: #0b2c3d;}
h4{font-family: "ClashDisplay", sans-serif;}
h5{font-family: "ClashDisplay", sans-serif;}
h6{font-family: "ClashDisplay", sans-serif;}

body {
    position: relative;
    font-family: "ClashDisplay", sans-serif;
    overflow-x: hidden;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    
}
a:hover{
    color: #fff;
    cursor: pointer;
}

p {
    font-size: 16px;
    line-height: 26px;
    word-spacing: 1px;
}

a {
    text-decoration: none;
}

li {
    list-style-type: none;
}

h1 {
    font-size: 32px;
}
.container{
    max-width: 1200px;
}
.comanspace{
    padding: 70px 0;
}
.form-control{
    font-size: 13px;
}
select.form-select{
    font-size: 13px;
}
.sechead h2 {
    font-size: 37px;
    line-height: 47px;
    text-transform: capitalize;
    font-weight: 600;
}
.sechead h2 span{
    background: linear-gradient(to right, #FF6A3D, #FF4D7A);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    font-weight: 700;
}
.sechead h3{
       font-size: 35px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
    line-height: 47px;
}
.sechead h3 span{
    background: linear-gradient(to right, #FF6A3D, #FF4D7A);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    font-weight: 700;
}

.sechead p{
    font-size: 16px;
}
.secontent ul{padding-left: 15px;}

.navbar-nav{
    margin-left: auto;
}
.header .navbar{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.navbar-nav .nav-link{
   color: #364153;
    font-size: 15px;
    line-height: 24px;
    text-transform: capitalize;
    font-weight: 609;
    padding: 20px 26px;
    margin: 0 9px;
    letter-spacing: 1px;
}
.dropdown-toggle::after {
    margin-left: .5em;
}

.scrollheader {
    background-color: #fff;
    transition-duration: 1s;
}

.form-select:focus{
    box-shadow: none;
}
.form-control:focus{
    box-shadow: none;
    border-color: inherit;
}





input[type="date"]:before{
color:#000000;
content:attr(placeholder);
}

input[type="date"].full:before {
color:black;
content:""!important;
}

input[type="time"]:before{
color:#000000;
content:attr(placeholder);
}

input[type="time"].full:before {
color:black;
content:""!important;
}



/* custom css */

.navbar-brand img{
    max-width: 150px;
}
.middlediv{
    padding: 40px 0;
    background: linear-gradient(
        to right,
        rgba(217,217,217,0.75) 0%,
        rgba(217,217,217,0.82) 45%,
        rgba(217,217,217,0.92) 70%,
        rgba(217,217,217,0.97) 100%
    );
    backdrop-filter: blur(2px);
}

.sechead h1{
       color: #000;
    font-weight: 400;
    font-size: 41px;
    line-height: 50px;
}
.sechead h1 span{
    background: linear-gradient(to right, #FF6A3D, #FF4D7A);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    font-weight: 700;
}
.sechead h4{
    color: #000;
    font-weight: 400;
    font-size: 21px;
    line-height: 30px;
    word-spacing: 3px;
}
.sechead h5{
    font-weight: 400;
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 38px;
}
.maindiv{
    position: relative;
}

.navbar-nav .nav-item:last-child .nav-link{
    padding-right: 0;
    margin-right: 0;
}
.maindiv .form-div {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    
    /* Transparent white background */
    background: rgb(242 242 242 / 88%); 
    
    /* Glassmorphism effect */
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px); /* For Safari support */
    
    /* Defining the edges */
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 40px;
    
    /* Soft shadow for depth */
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.1);
    padding: 24px;
    min-width: 437px;
}
.form-div input, .form-div textarea {
    width: 100%;
    margin-bottom: 15px;
    padding: 12px 20px;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.2);
    color: #333;
}
.form-div .gradientbtn{
    font-weight: 700;
    width: 63%;
}
.gradientbtn {
    width: 100%;
    padding: 14px 30px;
    font-weight: 400;
    border-radius: 15px;
    border: none;
    background: linear-gradient(to right, #FF6A3D, #FF4D7A); /* Example gradient for the red/orange button */
    color: white;
    cursor: pointer;
}
.gradientbtn i{
    padding-left: 10px;
}
.form-div h3{
    color: #000;
    font-size: 23px;
    margin-bottom: 22px;
    text-align: center;
    font-weight: 600;
}
.gradientbg{
    background: linear-gradient(to right, 
        #B2401D 0%, 
        #FF6A3D 45%, 
        #FF4D7A 100%
    );
}
.form-div form{
    text-align: center;
}
.bordertop{
    border-radius: 40px 40px 0px 0px;
}
.borderbottom{
    border-radius: 0px 0px 40px 40px;
}
.partnerimg{
    display: flex;
    justify-content: center;
    align-items: center;
}

.partnerimg img{
    max-height: 90px;
    width: auto !important;
    filter: brightness(0) invert(1);
}
.owl-demo-partner .owl-nav .owl-next{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    color: #fff !important;
    font-size: 20px !important;
}
.owl-demo-partner .owl-nav .owl-prev{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    color: #fff !important;
    font-size: 20px !important;
}
.bgimg{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.blackgradient{
    position: relative;
}
.blackgradient::before{
    position: absolute;
    content: "";
    background-color: #000;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    top: 0;
    left: 0;
    z-index: 1;
}   

.blackgradient .container{
    position: relative;
    z-index: 2;
}

/* Header Styling (Icon + Text) */
.offerdiv .head {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
}
.offerdiv .head h4{
    font-size: 20px;
}
.offerdiv .content p{
    margin-bottom: 0;
}
.offerdiv .image {
    background: #f0f4ff;   /* The light tint */
    
    /* SET FIXED DIMENSIONS */
    width: 50px;           /* Adjust size to fit your design */
    height: 50px;          
    flex-shrink: 0;        /* Prevents the circle from squishing in tight rows */
    
    /* PERFECT CENTERING */
    display: flex;
    align-items: center;
    justify-content: center;
    
    /* SHAPE */
    border-radius: 12px;   /* Or 50% for a circle */
    margin-bottom: 15px;   /* Space between icon and text */
}

.offerdiv .image img {
    max-width: 24px;       /* Controls the icon size inside the background */
    height: auto;
    display: block;
}
.offerdiv ul {
    list-style: none; /* Remove default bullets */
    padding: 0;
    margin: 0;
    padding-top: 15px;
}

.offerdiv ul li {
    position: relative;
    padding-left: 20px;   /* Space for the dot */
    margin-bottom: 10px;  /* Space between items */
    font-size: 14px;
    color: #555;
    line-height: 1.4;
}

/* Creating the Orange Dot */
.offerdiv ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;             /* Adjust this based on your font-size to center the dot */
    width: 6px;           /* Size of the dot */
    height: 6px;          /* Size of the dot */
    background-color: #FF4D7A; /* Your orange color */
    border-radius: 50%;   /* Makes it a circle */
}
/* Responsive adjustments */
@media (max-width: 992px) {
    .offerrow {
        column-count: 2 !important; /* 2 columns for tablets */
    }
}

@media (max-width: 600px) {
    .offerrow {
        column-count: 1 !important; /* 1 column for mobile */
    }
}
.offerrow {
    column-count: 3;
    column-gap: 30px;
    padding: 20px;
    margin: 0 auto;
}

.offerdiv {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
    background: #ffffff;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    break-inside: avoid;
    position: relative;
    overflow: hidden;
    min-height: 228px;
}

/* CONTENT HIDDEN */
.offerdiv .content ul{
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition:
        max-height 0.5s ease,
        opacity 0.3s ease;
}

/* SHOW ONLY HOVERED CARD */
.offerdiv:hover .content ul,
.offerdiv.active .content ul{
    max-height: 500px;
    opacity: 1;
}
.offerdiv .content.custom{
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition:
        max-height 0.5s ease,
        opacity 0.3s ease;
}

/* SHOW ONLY HOVERED CARD */
.offerdiv:hover .content.custom,
.offerdiv.active .content.custom{
    max-height: 500px;
    opacity: 1;
}






.features-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* Centers the items and the last row */
    gap: 20px;
    margin: 0 auto;
    padding: 40px 20px;
}

.feature-item {
    /* Set width to nearly 50% minus gap to force 2 per row */
    width: calc(50% - 20px);
    min-width: 300px; /* Ensures they stack on mobile */
    
    background: rgba(255, 255, 255, 0.15); /* Semi-transparent white */
    backdrop-filter: blur(10px); /* Frosted glass effect */
    -webkit-backdrop-filter: blur(10px);
    
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 15px;
    padding: 20px 25px;
    color: white;
    font-size: 15px;
    display: flex;
    align-items: center;
    position: relative;
}

/* The White Dot */
.feature-item::before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: white;
    border-radius: 50%;
    margin-right: 15px;
    flex-shrink: 0;
}
.feature-item strong {
    font-weight: 700;
}
.feature-item i{
    margin: 0 10px;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .feature-item {
        width: 100%; /* Stacks 1 per row on small screens */
    }

    
}
.textdiv.text-white h3{
        color: #fff;
    padding-top: 20px;
    font-weight: 200;
}
.gradientbtn.whitebg{
    background: #fff;
    color: #FF6A3D;
}
.sechead.text-white h1{
    color: #fff;
}
.sechead.text-uppercase h1{
    text-transform: uppercase;
}
.sechead.text-uppercase h2{
    text-transform: uppercase;
}
.industries .offerdiv .image{
    background: linear-gradient(to right, #FF6A3D, #FF4D7A);
}
.industries .offerdiv{
    box-shadow: 0px 3px 0px -1px #e6e6e6;
    border: 1px solid #e6e6e6;
    min-height: auto !important;
}
.industries .offerdiv .head{
    display: block !important;
}
.industries .offerdiv:hover{
    background-color: #E6E6E6;
}

.reviewdiv{
    background-color: #fff;
    padding: 30px 30px;
    border-radius: 24px;
    margin: 0 15px;
}
.reviewdiv img{
    max-width: 40px;
    margin-bottom: 30px;
}
.reviewdiv p{
    margin-bottom: 30px;
}
.reviewdiv p.name{
    font-weight: 509;
    margin-bottom: 20px;
}

/* WRAPPER */
.owl-demo-review .owl-nav{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 120px;
    margin-top: 40px;
    position: relative;
}

/* NAV BUTTONS */
.owl-demo-review .owl-nav button{
    width: 45px;
    height: 45px;
    border-radius: 50% !important;
    background: #fff !important;
    border: 1px solid #d9d9d9 !important;

    display: flex !important;
    align-items: center;
    justify-content: center;

    transition: all 0.3s ease;
}

/* ICON */
.owl-demo-review .owl-nav button i{
    font-size: 16px;
    color: #111;
}

/* DOTS CENTERED BETWEEN NAVS */
.owl-demo-review .owl-dots{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);

    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 0;
    bottom: 5%;
}

/* DOT STYLE */
.owl-demo-review .owl-dots .owl-dot span{
    width: 10px !important;
    height: 10px !important;
    margin: 0 !important;
    background: rgba(255,255,255,0.6) !important;
    border-radius: 50%;
    transition: all 0.3s ease;
}

/* ACTIVE DOT */
.owl-demo-review .owl-dots .owl-dot.active span{
    width: 34px !important;
    border-radius: 20px;
    background: linear-gradient(to right, #FF6A3D, #FF4D7A) !important;
}
.owl-demo-review.owl-carousel{
    position: relative;
}


/* ACCORDION ITEM */
/* ACCORDION ITEM */
.accordion-item{
    border: 1px solid #e5e5e5 !important;
    border-radius: 22px !important;
    overflow: hidden;
    margin-bottom: 18px;
    background: #fff;
}

/* BUTTON / QUESTION */
.accordion-button{
    background: #fff !important;
    box-shadow: none !important;
    padding: 28px 32px;

    font-size: 18px;
    font-weight: 500;
    color: #111;

    border-radius: 22px !important;
    position: relative;
}

/* OPEN QUESTION STYLE */
.accordion-button:not(.collapsed){
    background: #fff !important;
    color: #111 !important;

    /* DISTINCTION LINE */
    border-bottom: 1px solid #e5e5e5 !important;
}

/* REMOVE EXTRA RADIUS WHEN OPEN */
.accordion-button:not(.collapsed){
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

/* ANSWER SECTION */
.accordion-body{
    background: #f3f3f3;
    padding: 34px 32px;

    font-size: 18px;
    line-height: 1.9;
    color: #222;
}

/* ICON */
.accordion-button::after{
    background-size: 15px;
    width: 15px;
    height: 15px;
}

/* REMOVE BS FOCUS */
.accordion-button:focus{
    box-shadow: none !important;
}

/* OPTIONAL HOVER */
.accordion-item:hover{
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    transition: 0.3s ease;
}
footer{
    background-color: #101828;
}
.footerinfolink p{
    color: #99A1AF;
}
.footerinfolink .flogo img{
    margin-bottom: 40px;
}
.footerlinks ul{
    padding-left: 0;
}
.footerlinks ul li{
    margin-bottom: 15px;
}
.footerlinks ul li a{
    color: #D1D5DC;font-size: 15px;
}
.footerlinks h2{
    color: #fff;
    font-weight: 300;
    font-size: 20px;
    margin-bottom: 22px;
}
.footerlinks.main ul li a{
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    font-family: "ClashDisplay", sans-serif;
}
.copyrightt p{
    color: #6A7282;
    margin-bottom: 0;
}
.copyrightdiv{
    border-top: 1px solid #3c3c3c;
}
.copyrightt{
    text-align: center;
    padding-top: 30px;
}
.footerinfolink{
    padding-bottom: 20px;
}



.moboverlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background-color: #101828;
  overflow-x: hidden;
  transition: 0.5s;
}
.navbar-toggler{
    border: 0;
}
.moboverlay-content {
  position: relative;
  padding: 0px 20px;
}
.moboverlay-content .accordion .accordion-item .accordion-header .accordion-button:hover{color: #fff;}
.moboverlay a {
  text-decoration: none;
  font-size: 12px;
  color: #bdbdbd;
  display: block;
  font-weight: 600;
  transition: 0.3s;
  text-transform: capitalize;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 9px 0px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  
}

.moboverlay a:hover, .moboverlay a:focus {
  color: #f1f1f1;
}

.moboverlay .closebtn {
  font-size: 31px;
  color: #d0d0d0;
  line-height: 20px;
}
.mobhead{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
}
.mobhead img{
    max-width: 110px;
}
.homebg{
    padding: 300px 0;
}

@media(max-width: 768px){
    #aboutarea{
        padding: 70px 0px 0px 0px !important;
    }
    .maindiv .form-div{
        position: relative !important;
        min-width: auto !important;
        transform: none !important;
        right: 0 !important;
    }
    .homebg{
        padding: 75px 0;
    }
    .sechead h1 {
        font-size: 28px !important;
        line-height: 38px !important;
    }
    .sechead h1 br{display: none;}
    .maindiv .form-div{
        padding: 16px !important;
    }
    .form-div h3 {
        font-size: 18px !important;
    }
    .homebg .contentdiv{
        margin-bottom: 8px;
    }
    .form-div input, .form-div textarea {
        margin-bottom: 10px !important;
        padding: 10px 15px !important;
    }

    .form-control {
        font-size: 11px !important;
    }
    .sechead h4 {
        font-size: 18px !important;
        line-height: 26px !important;
    }
    .middlediv{
        padding: 20px 0 !important;
    }
    .form-div .gradientbtn{
        font-size: 14px !important;
        padding: 11px 30px !important;
    }
    .offerrow .offerdiv:last-child{
        margin-bottom: 0;
    }
    .comanspace {
        padding: 40px 0;
    }
    .sechead h2 {
        font-size: 24px !important;
        line-height: 35px !important;
    }
    .features-container{
        padding: 25px 8px;
    }
    .feature-item{
        padding: 20px 15px;
    }
}

/* Center the items within the carousel stage */
.owl-demo-partner .owl-carousel .owl-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Style the logo images */
.partnering img {
    width: auto !important; /* Prevents stretching */
    max-height: 50px;       /* Keeps logos consistent in height */
    margin: 0 auto;
    
    /* Greyscale effect */
    filter: grayscale(100%);
    opacity: 0.7;           /* Makes them look more subtle like the design */
    transition: all 0.3s ease;
}

/* Hover effect: Return to color when user hovers */
.partnering img:hover {
    filter: grayscale(0%);
    opacity: 1;
}
#aboutarea{
    padding: 120px 0px 0px 0px !important;
}