

*{
 padding: 0px;
 margin: 0px;
 box-sizing: border-box;
 font-family: "Encode Sans", sans-serif !important;
 color: #ffffff;
}
body{
    color:#ffffff;
}

section{
    padding: 80px 12px;
}
p{
    padding: 0px;
    margin: 0px;
}



 h1,h2{
 font-family: "Encode Sans", sans-serif !important;
 padding: 0px;
  margin: 0px; 
  font-weight: 700;
  color: #fff;
  
}
h3,h4, h5{
    font-family: "Encode Sans", sans-serif !important;
 padding: 0px;
  margin: 0px; 
}
.title_services h2 {
    font-weight: 700;
    margin-bottom: 30px;
   color: #fff;
}
.left-content h2 {
    color: #000000 !important;
    -webkit-text-fill-color: #ffffff00 !important;
    background: #000000;
    background-clip: text;
}
.left-content p {
    color: #282828 !important;
    max-width: 460px;
}
.stats span {
    color: #000000;
}
a{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
li{
    list-style: none;
}
ul{
    margin: 0px;
    padding: 0px;
}



.hero_section {
    background: url(../img/back.webp);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 210px;
    margin-top: -107px;
    padding-bottom: 100px;
    min-height: 600px
}

/* topbar */
.top-update-bar {
  width: 100%;
 
  overflow: hidden;
  padding: 10px 0;
}
.topbar_tr {
    background: #0087ff;
}

.ticker {
  display: flex;
  width: max-content;
}

.ticker-track {
  display: flex;
  gap: 40px;
  white-space: nowrap;
  animation: tickerMove 100s linear infinite;
 margin: 0px 60px;
}

.ticker-track span {
    font-size: 14px;
    color: #ffffff;
}

.country-code {
  width: 120px;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #fff;
}

.phone-field input {
  flex: 1;
}
.iti {
    /* position: relative; */
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    z-index: 999999 !important;
}
.iti--separate-dial-code .iti__selected-flag {
    background-color: rgb(0 0 0 / 0%);
}
ul#iti-0__country-listbox span {
    color: #000;
}
.iti__country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0,0,0,.2);
    background-color: #fff;
    border: 1px solid #ccc;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    max-width: 360px;
}
span.iti__country-name {
    color: #000;
}
span.iti__dial-code {
    color: #000;
}

/* KEY PART */
@keyframes tickerMove {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}


/* navbar */
.navbar-brand h1 {
    font-size: 62px;
    font-weight: 700;
    color: #0087ff;
}
.navbar-nav a {
    position: relative;
}
.mail_her:hover img {
    filter: sepia(1);
}
.title_blog.text-center h2 {
    margin-bottom: 50px;
}

.navbar-nav a:hover::after {
    position: absolute;
    content: "";
    background: #0087ff;
    width: 20px;
    height: 3px;
    bottom: 0;
    left: 11px;
    transition: 1s ease-in-out;
}
.work_process {
    background: linear-gradient(138deg, #000000ab, #000000);
}

.top_no a {
    font-size: 14px;
    color: #ffffff;
}
.nav_bar-nav {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.top_no {
    display: flex;
    gap: 40px;
    justify-content: end;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #0087ff;
}
.navbar-nav a {
    color: #fff;
}
.nav-link:focus, .nav-link:hover {
    color: #E6D3A3;
}
.mail_her img {
    width: 16px;
    filter: sepia(1);
}
.navbar-nav a {

    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    
    font-weight: 700;
}
.navbar-nav {
    gap: 40px;
}
.nav_btn {
    display: flex;
    align-items: center;
    gap: 40px;
}
.nav_btn a:hover {
    background: #0d6efd;
    color: #ffffff !important;
}
.nav_btn a::after {
   display: none;
}
header.wrapper_header {
    z-index: 2222;
    position: sticky;
}
.nav_btn a {
    padding: 13px 20px;
    border-radius: 4px;
    color: #ffffff;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 16px;
    background: #0087ff;
}
.hero_cont {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* hero */
.hero_cont h1 {
    font-size: 56px;
    margin-bottom: 12px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 700;
}
.hero_cont h4 {
    font-size: 22px;
    margin-bottom: 30px;
}
.no_win_icon img {
    width: 80px;
}
.no_win_icon{
   text-align: center;
   margin-top: 50px;
}
  
.hero_cont p {
    color: #fff6d9;
    font-size: 22px;
}
.hero_cont  .efftectd {
    font-size: 32px;
    color: #0089ff;
    text-shadow: 0px 7px 16px rgba(255, 236, 190, 0.3);
    font-weight: 700;
}
.hero_section {
    position: relative;
}

.hero_section::after {
    position: absolute;
    background: #0000008a;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    margin: auto;
    left: 0;
    right: 0;
}
.services_box {
    background: linear-gradient(
  135deg,
  #0b0f1a,
  #0a2f6b,
  #0b5bd3,
  #1aa3ff
);

}
button{
   background: linear-gradient(135deg, #0b0f1a, #0a2f6b, #0b5bd3, #1aa3ff);
}

 .hero_section .container {
    z-index: 222222;
    position: sticky;
}

/* form */
/* Form Card */
.form-card {
    max-width: 500px;
    background: #1f2a38;
    padding: 25px;
    border-radius: 6px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    margin: auto;
    background: radial-gradient(circle at left, #00000054, #0b0b0b 60%);
}

.form-card h2 {
    
    text-align: center;
    margin-bottom: 10px;
    font-size: 26px;
    color: #fff;
}

.form-card p {
    font-size: 13px;
    color: #fff;
   
    text-align: center;
    margin-bottom: 20px;
}

/* Inputs */
.form-card input,
.form-card select,
.form-card textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 12px;
    border: none;
    border-radius: 3px;
    font-size: 14px;
}

.form-card textarea {
    resize: none;
    height: 80px;
}

/* Button */
.form-card button {
    width: 100%;
    padding: 12px;
   background-color: #fff;
    border: none;
  
    font-weight: bold;
    cursor: pointer;
    border-radius: 3px;
}



.form-card select {
    color: #6e6e6e;
}

/* No Win No Fee */
.no-fee {
    text-align: center;
    margin-top: 10px;
  
    font-size: 13px;
}
 .form-card select {
   
}
nav.navbar.navbar-expand-lg {
    border-bottom: 1px solid #0087ff4f;
}

.main_box img {
    width: 50px;
    filter: grayscale(1);
}
.main_box {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.main_box {
   background: linear-gradient(135deg, #0b0f1a, #0a2f6b, #0b5bd3, #1aa3ff);
    padding: 15px;
    border-radius: 12px;
}
.revire_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}
.revire_box h5 {
   
    font-size: 18px;
}
.main_box {
    margin-top: 50px;
}
/* services */
.services_box img {
    width: 50px;
}
h2 {
    font-size: 52px;
    text-transform: capitalize;
    margin-bottom: 20px;
   
    font-weight: 700;
}
.title_services {
    max-width: 60%;
    margin: auto;
    text-align: center;
}
.title_services p {
   
}
/* .services_box {
    padding: 30px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    background: linear-gradient(0deg, #b27f53, #dbd2cb);
} */

.services_box {
    padding: 30px 20px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    border: 1px solid #1690f3;
    height: 100%;
}
.services_box h4 {
    text-transform: capitalize;
    font-size: 24px;
    color: #fff;
}
section#services {
    padding: 0px;
}
section.serv_sect p {
    color: #fff;
    line-height: 26px;
}
.services_box:hover {
    box-shadow: #ffecbe 0px 7px 29px 0px;
}
.title_services {
    margin-bottom: 50px;
}
.second_ro {
    margin-top: 24px;
}
.services_box img {
    width: 50px;
    box-shadow: rgb(11 88 204) -1px 1px 12px 1px;
    border-radius: 100px;
}



/* testimonials */

.testimonial-section {
  text-align: center;
}
.title_sya {
    text-align: center;
}
.title_sya {
    margin-top: 100px;
    margin-bottom: 100px;
}
.written-testimonials h2 {
    margin-top: 80px;
}
.slider-wrapper {
  position: relative;
  margin-top: 40px;
}

.slider-container {
  overflow: hidden;
}

.testimonial-track {
  display: flex;
  transition: transform 0.6s ease;
  gap: 20px;
}

.testimonial {
    min-width: 32%;
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid #dedede;
    padding: 40px 20px;
    border-radius: 12px;
    background-color: #fff;
    border-top: 6px solid #b27e52;
}
 /* .testimonial {
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
   background: #fff;} */
.testimonial p {
  border-radius: 16px;
  font-size: 16px;
}

.testimonial h4 {
    margin-top: 15px;
    font-weight: 600;
    
}

.testimonial span {
  font-size: 14px;
 
}

.nav {
  position: absolute;
  top: 45%;
  background: none;
  border: none;
  font-size: 34px;
  cursor: pointer;
  
}

.testimonial-section .prev {
  left: -50px;
}

.testimonial-section .next {
  right: -50px;
}
.testimonial-section h2 {
    font-size: 52px;
    text-transform: capitalize;
    margin-bottom: 20px;
  
    font-weight: 700;
}
.testimonial h3 {
    font-size: 22px;
    margin-bottom: 27px;
   
}
.testimonial-section .nav:hover {
    background: #ffffff;
}
.testimonial-section{
    background: url(../img/csfbg.jpg) !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.testimonial-section .nav {
    position: absolute;
    top: 45%;
    background: none;
    border: none;
    font-size: 34px;
    cursor: pointer;
    
    width: 40px;
    height: 40px;
    line-height: 10px;
    border-radius: 40px;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #eac187;
    z-index: 9999 !important;
}
.testimonial p {
    border-radius: 16px;
    font-size: 16px;
    
}
.nav-link:focus, .nav-link:hover {
    
}

/*   work process plan */
.work_plan {
    text-align: center;
    margin-bottom: 50px;
}
.work_prs_box {
    border-radius: 6px;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    height: 100%;
}
.work_prs_box h4 {
    color: #ffffff;
    text-transform: capitalize;
    font-size: 22px;
}
.work_prs_box p {
   
}
.pstn {
    width: 50px;
    height: 50px;
    border-radius: 100px;
    text-align: center;
    line-height: 44px;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
   background: linear-gradient(135deg, #0b0f1a, #0a2f6b, #0b5bd3, #1aa3ff);
    color: #F5F6F7;
    border: 1px solid #ffecbe;
}
.justy {
    justify-content: center;
}
.work_prs_box:hover {
    box-shadow: rgb(255 255 255) 0px 1px 20px -3px;
}

/* our blog */
.our.blog {
    background: linear-gradient(-45deg, #fffefe, #fff6ef);
}
.our.blog .main_box {
    width: 66%;
    margin: auto;
   background: linear-gradient(135deg, #0b0f1a, #0a2f6b, #0b5bd3, #1aa3ff);
    align-items: baseline;
    padding: 20px;
}
.our.blog .revire_box h5 {
    color: #000;
    font-size: 18px;
    
}
.our.blog .revire_box {
    text-align: center;
    text-transform: capitalize;
    position: relative;
    gap: 20px;
}
.our.blog .revire_box h5 p {
    font-size: 28px;
    font-weight: 600;
}
.our.blog .revire_box::after {
    position: absolute;
    content: "";
    background: #d3d3d3;
    height: 80px;
    width: 1px;
    right: -43px;
    top: 23px;
}
.our.blog .revire_box img {
    width: 50px;
    height: 50px;
    border-radius: 100px;
    filter: invert(1);
}
.our.blog .revire_box:last-child::after {
    display: none;
}
.blog_cont {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.blog-block img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}
.blog-block h5 {
    color: #000;
    text-transform: capitalize;
    font-size: 22px;
}
.blog_cont p {
   
}
.blog_cont {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.title_blog {
    margin-bottom: 60px;
}

.footer-col h3::after {
    position: absolute;
    background: #008dff;
    width: 40px;
    height: 2px;
    content: "";
    bottom: -9px;
    left: 0;
}
/* footer */
.footer {
    background: #000000;
    padding: 60px 20px 20px;
    font-family: Arial, sans-serif;
}
.footer-col h2 {
    font-size: 62px;
    background: #ffffff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.footer-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.footer-col {
    flex: 1;
}
.footer-box a {
    color: #fff;
}
.footer-col p {
    max-width: 215px;
}

.footer-col h3 {
    position: relative;
    margin-bottom: 40px;
    font-size: 22px;
    font-weight: 600;
}


.footer-col p {
    font-size: 15px;
    line-height: 1.6;
    color: #ffffff;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 15px;
}

.footer-col ul li a {
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
    color: #F5F6F7;
}

.footer-col ul li a:hover {
  color: #ffc810;
}

.social-links a {
    display: inline-block;
    margin-right: 10px;
    padding: 8px 12px;
    border-radius: 6px;
    background: #ffc70c;
    color: #fff;
    font-size: 13px;
    text-decoration: none;
}

.social-links a:hover {
  background: #ffc810;
}

.footer-bottom {
    margin-top: 40px;
    border-top: 1px solid #fbfbfb;
    text-align: center;
    padding-top: 15px;
    font-size: 13px;
    color: #777;
}
.footer-col h2 {
    font-size: 62px;
}



/* ----form--- */
.form-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  max-width: 1200px;
  margin: auto;
  padding: 80px 20px;
}

/* SIDE CONTENT */
.form-side-content h1 {
  font-size: 42px;
  line-height: 1.2;
  margin-bottom: 20px;
  text-shadow: 0 8px 25px rgba(184,150,61,0.3);
}

.gold-text {
  background: linear-gradient(135deg, #0b0f1a, #0a2f6b, #0b5bd3, #1aa3ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sub-text {
  font-size: 18px;
  color: #4B5563;
  text-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

.trust-box {
  margin-top: 30px;
}

.trust-box img {
  max-width: 160px;
  margin-bottom: 15px;
}

.promise-text {
  font-size: 20px;
  font-weight: bold;
  color: #B8963D;
  text-shadow: 0 6px 20px rgba(184,150,61,0.35);
}

/* FORM */
.form-card {
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 25px 60px rgba(0,0,0,0.08);
    border: 1px solid #158cf1;
}
.form-card button:hover {
    background: linear-gradient(135deg, #0b0f1a, #0a2f6b, #0b5bd3, #1aa3ff);
}
div#contact select {
    background: #1b1b1b;
}  

.form-card input, .form-card select, .form-card textarea {
    width: 100%;
    padding: 14px;
    margin-bottom: 15px;
    border: 1px solid #1488ee;
    border-radius: 6px;
    background: transparent;
    color: #fff;
}
.form-card ::placeholder {
    color: #FFF;
}

.form-card button {
    background: #0087ff;
    border: none;
    width: 100%;
    padding: 14px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 6px;
    color: #ffffff;
}

/* ---pop up form css */


.popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.popup-form-card  button {
    background: #0d6efd;
    border: none;
    width: 100%;
    padding: 14px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 6px;
    color: #ffffff;
}

.popup-form-card {
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.08);
    border: 1px solid #127ce7;
    animation: popupIn 0.6s ease;
    max-width: 500px;
    background: #1f2a38;
    padding: 25px;
    border-radius: 6px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    margin: auto;
    background: radial-gradient(circle at left, #00000054, #0b0b0b 60%);
}

@keyframes popupIn {
  from { opacity: 0; transform: translateY(-30px); }
  to { opacity: 1; transform: translateY(0); }
}

.popup-form-card input,
.popup-form-card select,
.popup-form-card textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 14px;
  border: 1px solid #ddd;
  border-radius: 6px;
}

/* .popup-form-card button {
  width: 100%;
  padding: 14px;
  border: none;
  font-weight: 600;
  cursor: pointer;
 background: linear-gradient(135deg, #ffc400, #ffffff);
} */



.popup-form-card input {
    border: 1px solid #1486ed;
    border-radius: 6px;
    background: transparent;
    color: #fff;
    font-size: 14px;
}

/* .popup-form-card {
    width: 500px;
    max-width: 90%;
    animation: popupIn 0.6s ease;
   background: linear-gradient(135deg, #ffc400, #ffffff);
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.08);
} */
.popup-form-card h2 {
    font-size: 28px;
    text-align: center;
}
.popup-form-card select, textarea {
    background: transparent;
    border: 1px solid #168ff3;
}
.popup-form-card textarea {
    background: transparent;
     border: 1px solid #168ff3;
}
.popup-form-card ::placeholder {
   color: #fff;
   font-size: 14px;
}
button#popupSubmit {
    color: #1F2933;
}
 input:focus-visible {
    outline: none;
}
 select:focus-visible {
    outline: none;
}
textarea:focus-visible {
    outline: none;
}

.trustpilot-box img {
    width: 20px;
    filter: invert(1);
}

.trustpilot-box {
    background: #ffcb1c;
}

.trustpilot-box {
    width: fit-content;
    padding: 7px 14px;
    display: flex;
    align-items: center;
    gap: 4px;
}
.main_trust {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 10px;
}
.main_trust p {
    font-size: 20px;
    font-weight: 500;
}
span.prtust_col {
    color: #F5F6F7;
}
span.prtust_col {
    color: #bfad72;
}


/* slider */


.cst-slide .hero-slider {
  position: relative;
  width: 100%;
  height: 520px;
  overflow: hidden;
}

.cst-slide .slide {
  position: absolute;
  inset: 0;
  display: flex;
  gap: 40px;
  align-items: center;
  padding: 0 5%;
  opacity: 0;
  transform: translateX(40px);
  transition: all 0.8s ease;
  pointer-events: none;
}

 .cst-slide .slide.active {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

.cst-slide .slide-left {
  flex: 1.1;
  position: relative;
  border-radius: 14px;
  overflow: hidden;
}

.cst-slide  .slide-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cst-slide  .slide-text {
  position: absolute;
  bottom: 30px;
  left: 30px;
  color: #fff;
}

.cst-slide  .small-title {
  font-size: 14px;
  letter-spacing: 3px;
}

.cst-slide  .slide-text h1 {
  font-size: 46px;
  margin: 6px 0 0;
}

.cst-slide  .slide-right {
  flex: 1;
  color: #dbeafe;
}

.cst-slide  .quote {
  font-size: 80px;
  color: #4fc3f7;
  line-height: 0;
}

.cst-slide  .slide-right p {
  font-size: 18px;
  line-height: 1.7;
  margin: 40px 0;
}

.cst-slide  .author {
  color: #4fc3f7;
  font-weight: 600;
}
.cst-slide  .slide-right {
    flex: 0.7;
    color: #dbeafe;
    background: #ccb06873;
    padding: 30px;
    margin-left: -110px;
    z-index: 9;
    border: 1px solid #ffecbe;
    text-align: left;
    font-style: italic;
}
.cst-slide  .quote {
    font-size: 100px;
    color: #ffffff;
    line-height: 0;
    display: block;
    font-weight: 600;
}
.cst-slide  .author {
    color: #1F2933;
    font-weight: 600;
    font-size: 28px;
}
.work_prs_box {
    box-shadow: rgb(255 255 255 / 28%) 0px 1px 14px 0px;
}
.cst-btn:hover {
   background: linear-gradient(135deg, #0b0f1a, #0a2f6b, #0b5bd3, #1aa3ff);
    color: #000 !important;
}
.title_services h2 {
    color: #000000;
}
.title_services p {
    color: #242424;
    max-width: 63%;
    margin: auto;
}
section.serv_sect {
    padding-top: 0px;
}
/* video */
.cst-showings {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
  border-radius: 20px;
  padding: 0px;
}

.cst-showings video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

/* Dark overlay for readability */
.cst-showings::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(6, 26, 58, 0.85),
    rgba(6, 26, 58, 0.35)
  );
  z-index: 1;
}

.cst-showings-overlay {
  position: absolute;
  z-index: 2;
  left: 80px;
  top: 50%;
  transform: translateY(-50%);
  max-width: 520px;
  color: #ffffff;
}

.cst-showings-overlay .small-title {
    letter-spacing: 3px;
    font-size: 13px;
    color: #007eff;
    font-weight: 900;
}

.cst-showings-overlay h2 {
  font-size: 46px;
  margin: 12px 0 16px;
}

.cst-showings-overlay p {
  font-size: 18px;
  line-height: 1.6;
  opacity: 0.9;
}

.cst-btn {
    display: inline-block;
    margin-top: 24px;
    padding: 14px 32px;
    border-radius: 30px;
    color: #061a3a;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease;
    background: linear-gradient(135deg, #0b0f1a, #ffffff, #ffffff, #ffffff);
}

.cst-btn:hover {
 background: linear-gradient(135deg, #0b0f1a, #0a2f6b, #0b5bd3, #1aa3ff);
}



/* blog css */


section.blog-section h2 {
    text-align: center;
}

.blog-section h2 {
  margin-bottom: 50px;
}

.blog-slider {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  cursor: grab;
}

.blog-slider:active {
  cursor: grabbing;
}

.blog-card {
    min-width: 410px;
    background: #fff;
    padding: 0px;
    border-radius: 14px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    scroll-snap-align: start;
}

.blog-card h3 {
  margin: 0 0 10px;
}

.blog-card p {
  font-size: 14px;
  color: #555;
}

.blog-card button {
    margin-top: 12px;
    padding: 10px 16px;
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    /* background: linear-gradient(135deg, #C9A24D, #E6D3A3); */
    color: #000;
    background: transparent;
    text-align: left;
    padding: 0px !important;
}

/* MODAL */
.blog-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.modal-content {
  background: #fff;
  width: 500px;
  max-width: 90%;
  padding: 30px;
  border-radius: 14px;
  position: relative;
}

.close {
    position: absolute;
    top: 3px;
    right: 16px;
    font-size: 31px;
    cursor: pointer;
    color: #000000;
}

#nextPost {
    margin-top: 20px;
    padding: 10px 18px;
    color: #fff;
    border: none;
    border-radius: 6px;
   background: linear-gradient(135deg, #0b0f1a, #0a2f6b, #0b5bd3, #1aa3ff);
    
}
.modal-content h3 {
    color: #d4b56e;
    margin-bottom: 12px;
    font-weight: 600;
    text-transform: capitalize;
}
.modal-content p {
    color: #383838;
}
/* Hide scrollbar – Chrome, Edge, Safari */
.blog-slider::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar – Firefox */
.blog-slider {
  scrollbar-width: none;
}
.blog-card img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.blog-card img {
    border-top-right-radius: 14px;
     border-top-left-radius: 14px;
}
.blog_cont h3 {
    color: #1F2933;
    font-size: 24px;
    text-transform: capitalize;
}


/* animated map */

.global-wrap {
    display: flex;
    align-items: center;
    gap: 80px;
    border: 1px solid #0448aa;
    border-radius: 20px;
    padding: 60px 6%;
    color: #fff;
    border-radius: 20px;
}

.left-content {
  flex: 1;
}

.left-content h2 {
  font-size: 42px;
  margin-bottom: 20px;
}

.left-content p {
  color: #ffffff;
  max-width: 460px;
}

.stats {
  display: flex;
  gap: 40px;
  margin-top: 40px;
}

.stats div span {
  font-size: 34px;
  font-weight: 600;
}

.stats p {
  font-size: 14px;
  color: #ffffff;
}

/* MAP */
.map-area {
  flex: 1.2;
  position: relative;
}

.map {
  width: 100%;
  opacity: 0.8;
}

/* DOTS */
.dot {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #e7e7e7;
    border-radius: 50%;
    animation: pulse 2.5s infinite;
    left: -1px;
}

.dot::after {
    content: '';
    position: absolute;
    inset: -8px;
    border-radius: 50%;
    background: #ffffff;
    animation: ripple 2.5s infinite;
}

/* Dot Positions */
.d1 { top: 38%; left: 28%; }
.d2 { top: 42%; left: 48%; animation-delay: .5s; }
.d3 { top: 32%; left: 62%; animation-delay: 1s; }
.d4 { top: 55%; left: 55%; animation-delay: 1.5s; }
.d5 { top: 48%; left: 72%; animation-delay: 2s; }

@keyframes pulse {
  0% { transform: scale(1); opacity: 1; }
  100% { transform: scale(1.4); opacity: 0.3; }
}

@keyframes ripple {
  0% { opacity: .6; }
  100% { opacity: 0; }
}

a:hover {
    color: #0087ff !important;
}

section.global-section {
    background: #fff;
}


/* testimonials */
.testimonials {
    padding: 80px 10%;
    text-align: center;
    /* background: linear-gradient(
138deg, #000000ab, #000000); */
background: linear-gradient(
  135deg,
  #0e0910 0%,     /* top-left very dark */
  #071f62 30%,    /* deep blue */
  #023f9f 60%,    /* mid blue */
  #1188fe 100%    /* bright blue highlight */
);
}
section.written-testimonials {
    padding: 0px;
}
.testimonial-card {
    border: 1px solid #fff;
    padding: 40px 20px;
    border-radius: 12px;
    flex: 1;
}

.testimonial-grid {
    display: flex;
    gap: 30px;
}
.testimonials .slider {
  position: relative;
  max-width: 100%;
  margin: auto;
}

.testimonials .slide {
  display: none;
}

.testimonials .slide.active {
  display: block;
}

.testimonials .slide img,
.slide video {
  width: 100%;
  height: 450px;
  object-fit: cover;
  border-radius: 14px;
}

.slider-video {
  cursor: pointer;
}

.client-name {
  margin-top: 10px;
  font-size: 22px;
  font-style: italic;
  text-align: center;
}

.slider-buttons {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 15px;
}

.slider-buttons button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 18px;
  border: none;
  cursor: pointer;
  background: #e2cd99;
  color: #000;
}

.global-wrap_slide {
  color: #fff;
  border-radius: 20px;
}
.testimonials h2 {
    margin-bottom: 50px;
}

section.testimonials h2 {
    margin-bottom: 50px;
}

.testimonial-card p {
    font-size: 18px;
    text-align: left;
    font-style: italic;
    margin-bottom: 40px;
}

.testimonial-card h4 {
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
    text-align: left;
}
.testimonial-nav button:hover img {
    filter: invert(1);
}
.testimonial-card span {
    color: #c3c3c3;
    font-size: 14px;
    margin-top: 5px;
    display: block;
    text-align: left;
}
.profile_name img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}
.profile_name {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
}
.written-testimonials {
    padding-top: 0px;
}
.testimonials .slide video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 14px;
    padding: 2px;
    background: linear-gradient(135deg, #0b0f1a, #0a2f6b, #0b5bd3, #1aa3ff);
    border: 1px solid #054eb3;
}
.testimonials .slide img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  border-radius: 14px;

  /* Gradient Border */
  padding: 2px;
  background: linear-gradient(135deg, #0b0f1a, #0a2f6b, #0b5bd3, #1aa3ff);
}


.popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.popup {
  position: relative;
}

.close-btn {
    position: absolute;
    top: -12px;
    right: -12px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #1796f7;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 18px;
    z-index: 999;
}

.iti {
  width: 100%;
}






.get-started {
    padding: 100px 8%;
    color: #fff;
    background: linear-gradient(135deg, #0e0910 0%, /* top-left very dark */ #071f62 30%, /* deep blue */ #023f9f 60%, /* mid blue */ #1188fe 100% /* bright blue highlight */);
}

.get-started .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 60px;
}

/* LEFT SIDE */
.visual {
  position: relative;
}

.phones {
  width: 300px;
  position: relative;
  z-index: 2;
}

/* .globe {
  position: absolute;
  right: 0;
  top: 50%;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  border: 2px solid #b6ff3b;
  transform: translateY(-50%);
  background:
    repeating-linear-gradient(
      45deg,
      transparent,
      transparent 10px,
      rgba(182,255,59,0.8) 12px
    );
  opacity: 0.9;
} */

/* RIGHT CONTENT */
.content h2 {
  font-size: 36px;
  margin-bottom: 20px;
}

.content .intro {
  color: #ffffff;
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 40px;
}

/* STEPS */
.steps {
  position: relative;
  padding-left: 20px;
}

.steps::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 0;
  bottom: 0;
  border-left: 1px dashed #4a4a4a;
}

.step {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.get_cont {
    margin-left: 10px;
}
.popup-form-card select {
    background: #0b0b0b;
}
.step .dot {
    width: 14px;
    height: 14px;
    background: #ffffff;
    border-radius: 50%;
    margin-top: 6px;
    flex-shrink: 0;
}

.step h4 {
  font-size: 18px;
  margin-bottom: 8px;
}

.step p {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.6;
}
.visual img {
    width: 100%;
}
.get_cont h4 {
    text-transform: capitalize;
}
/* RESPONSIVE */
@media (max-width: 992px) {
  .get-started .container {
    grid-template-columns: 1fr;
  }

  .visual {
    text-align: center;
  }

  .globe {
    position: relative;
    margin: 30px auto 0;
    transform: none;
  }
}



/* ===== BLOG SECTION ===== */
.blog_sect {
    padding: 60px 5%;
    position: relative;
    background: linear-gradient(135deg, #0e0910 0%, /* top-left very dark */ #071f62 30%, /* deep blue */ #023f9f 60%, /* mid blue */ #1188fe 100% /* bright blue highlight */);
}

.blog_sect h2{
  text-align:center;
  margin-bottom:10px;
}
p.sub {
    color: #fff !important;
}

.blog_sect p.sub{
  text-align:center;
  color:#aaa;
  margin-bottom:40px;
}

/* ===== SLIDER ===== */
.slider-container{
  position:relative;
  overflow:hidden;
}

.blog-wrapper{
  overflow:hidden;
}

.blog-slide{
  display:flex;
  transition:transform .6s ease;
}

.blog-card {
    min-width: 320px;
    max-width: 320px;
    background: #141414;
    border-radius: 14px;
    margin-right: 24px;
    overflow: hidden;
    flex-shrink: 0;
    border: 1px solid #0087ff;
}

.blog-img {
    height: auto !important;
    background: linear-gradient(135deg,#555,#222);
}

.blog-body {
    padding: 18px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.blog-meta{
  font-size:12px;
  color:#bbb;
}

.blog-body h3 {
    font-size: 18px;
    margin: 10px 0;
    line-height: 30px;
}

.blog-body p{
  font-size:14px;
  color:#ccc;
  line-height:1.5;
}

.read-more {
    display: inline-block;
    margin-top: 12px;
    color: #1083f8;
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
    letter-spacing: .5px;
}

/* ===== ARROWS ===== */
.blog_sect .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #000000;
    border: 1px solid #ffffff;
    color: #fff;
    font-size: 28px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
}
.blog-popup-content h3 {
    margin-top: 0;
    font-size: 22px;
    margin-bottom: 20px;
}
p#popupContent {
    font-size: 14px !important;
    line-height: 26px;
    font-weight: 300;
}
.blog_sect  .arrow.left{left:0px;}
.arrow.right{right:0px;}

/* ===== POPUP ===== */
.blog-popup{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.8);
  display:none;
  align-items:center;
  justify-content:center;
  z-index:999;
}

.blog-popup-content {
    background: #111;
    width: 90%;
    max-width: 600px;
    padding: 50px 40px;
    border-radius: 16px;
    position: relative;
    border: 1px solid #ffecbe;
    padding-bottom: 30px;
}

.blog-popup-content h3{
  margin-top:0;
}

.blog-popup-close {
    position: absolute;
    top: 15px;
    right: 18px;
    font-size: 32px;
    cursor: pointer;
    top: 0;
    right: 12px;
}

.blog-popup-nav{
  display:flex;
  justify-content:space-between;
  margin-top:25px;
}

.blog-popup-nav button {
    background: #222;
    border: 1px solid #555;
    color: #fff;
    padding: 8px 17px;
    border-radius: 8px;
    cursor: pointer;
}

/* ===== RESPONSIVE ===== */
@media(max-width:768px){
  .blog-card{
    min-width:260px;
    max-width:260px;
  }
}

.footer-col a:hover {
    color: #008dff !important;
    text-decoration: underline;
    padding-left: 10px;
    transition: .3s ease-in-out;
}
.footer-col a{
    transition: .3s ease-in-out;
}
.footer-col a {
    transition: .3s ease-in-out !important;
    font-size: 17px !important;
    font-weight: 600;
}
.sfc-footer {
  padding: 40px 20px;
}

.footer-box {
    max-width: 1200px;
    margin: auto;
    padding: 40px;
    border-radius: 18px;
    border: 2px solid #008dff;
    box-shadow: 0 0 25px #1795f6;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    color: #fff;
}

.footer-col h4 {
  margin-bottom: 15px;
  font-size: 18px;
}

.sfc-footer .brand {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.sfc-footer .logo {
  width: 50px;
  height: 50px;
  background: #fff;
  color: #0b1f3a;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
}

.sfc-footer .brand-name {
  font-size: 20px;
}

.sfc-footer .tagline {
  font-size: 13px;
  opacity: 0.8;
}

.sfc-footer .contact {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 12px;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .footer-box {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .brand {
    justify-content: center;
  }
}



.footer-box p {
    color: #fff;
    line-height: 28px;
}
.footer-box .footer-col h3 {
    margin-bottom: 9px;
    font-size: 22px;
    font-weight: 600;
}
.sfc-footer .contact {
    margin-top: 25px;
    display: block;
}


/* dfghjkl */

/* SLIDER */
.global-wrap_slide .slider {
  position: relative;
  height: 430px;
}

.global-wrap_slide .slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.global-wrap_slide .slide.active {
  opacity: 1;
}

/* TWO COLUMN STRUCTURE */
.global-wrap_slide .slide-inner {
  display: flex;
  gap: 50px;
  height: 100%;
  align-items: center;
}

.global-wrap_slide .media {
  width: 60%;
  height: 100%;
  overflow: hidden;
  border-radius: 14px;
  position: relative;
  right: -60px;
}

.global-wrap_slide .media img,
.media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.global-wrap_slide .content {
    width: 40%;
    position: relative;
    left: -60px;
    text-align: left;
    padding: 30px;
    background: #000000;
    border: 1px solid #0074ff;
    border-radius: 4px;
}

.global-wrap_slide .quote {
    font-size: 16px;
    line-height: 1.6;
    position: relative;
    font-style: italic;
    font-weight: 400;
    letter-spacing: .5px;
}

.global-wrap_slide .quote::before {
    content: "“";
    font-size: 81px;
    color: #4995ff;
    position: absolute;
    left: -13px;
    top: -75px;
    font-weight: 700;
}

.global-wrap_slide .author {
    margin-top: 20px;
    font-weight: 600;
    color: #3591ff;
    font-size: 18px;
    letter-spacing: .6px;
}

.global-wrap_slide .designation {
  font-size: 12px;
  opacity: 0.8;
}

/* BUTTONS */
.slider-buttons {
  margin-top: 25px;
}

.slider-buttons button {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  padding: 8px 14px;
  font-size: 18px;
  cursor: pointer;
  margin-right: 10px;
}

/* written slider */
.testimonial-slider {
  position: relative;
  overflow: hidden;
}

.testimonial-slider .testimonial-grid {
  display: flex;
  gap: 20px;
  transition: transform 0.5s ease;
}

.testimonial-slider .testimonial-card {
  min-width: calc(33.333% - 14px);
  padding: 25px;
  border-radius: 10px;
  box-sizing: border-box;
}

/* Buttons */
.testimonial-slider .testimonial-nav {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 20px;
}

.testimonial-slider .testimonial-nav button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: #000;
    color: #000000;
    cursor: pointer;
    font-size: 30px;
    background:#ffffff;
    line-height: 30px;
}
.testimonial-nav img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    position: relative;
    top: -3px;
}
.testimonial-nav button:hover {
   background: linear-gradient(135deg, #0b0f1a, #0a2f6b, #0b5bd3, #1aa3ff);
}

/* brand logo slider */
.brand-logo-section {
  padding: 50px 0;
  background: #f9f9f9;
}

.brand-logo-wrapper {
  overflow: hidden;
  width: 100%;
}

.brand-logo-track {
  display: flex;
  width: max-content;
  animation: marquee 30s linear infinite;
}

.brand-logo-group {
  display: flex;
  align-items: center;
}

.brand-logo-group img {
  height: 60px;
  margin: 0 40px;
  filter: grayscale(100%);
  opacity: 0.8;
  transition: 0.3s ease;
}

.brand-logo-group img:hover {
  filter: grayscale(0%);
  opacity: 1;
}

/* KEY FIX */
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.brand_logo_slider img {
    width: 100%;
    border-radius: 10px;
    height: 130px;
    object-fit: cover;
    background: #ffffff;
}
.brand_logo_slider {
    padding: 5px 0px;
    background: #ffffff;
}
.brand_logo_slider .topbar_tr {
    background: #92929200;
    color: #000000;
}

/* Form Messages */
.form-message {
    margin-top: 15px;
    padding: 12px 15px;
    border-radius: 5px;
    font-size: 14px;
    line-height: 1.5;
    display: none;
    animation: fadeIn 0.3s ease;
}

.form-message.success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.form-message.error {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.form-message small {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    opacity: 0.8;
}

.popup-form-card h2 {
    font-size: 28px;
    text-align: center;
    font-weight: 400 !important;
}
.profile_name img {
    width: 50px;
    height: 50px;
    border-radius: 100px;
    border: 2px solid #0087ff;
}


/*  */

.popup-overlay {
    position: fixed;
    inset: 0;
    z-index: 9998;
}

.popup {
    position: relative;
    z-index: 9999;
    overflow: visible !important;
}
.iti-mobile .iti__country-list {
    max-width: 85%;
}


/* =======================
   VIDEO PLAY/PAUSE BUTTON - ONLY FOR SHOWING SECTION
   ======================= */

/* Sirf showing section ke button ko target karo - existing styles nahi badlenge */
.showing-video-control-btn {
    position: absolute !important;  /* Sirf is button ke liye */
    bottom: 30px !important;
    right: 30px !important;
    z-index: 999 !important;  /* High z-index to appear above overlay */
    
    /* Button styling - sirf yeh class affect hogi */
    width: 60px !important;
    height: 60px !important;
    background: rgba(0, 0, 0, 0.7) !important;
    border: 2px solid rgba(255, 255, 255, 0.5) !important;
    border-radius: 50% !important;
    color: white !important;
    font-size: 28px !important;
    cursor: pointer !important;
    
    /* Flex for centering icon */
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    
    /* Effects */
    transition: all 0.3s ease !important;
    backdrop-filter: blur(5px) !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4) !important;
}

/* Hover effect - sirf button par */
.showing-video-control-btn:hover {
    background: rgba(0, 0, 0, 0.95) !important;
    transform: scale(1.15) !important;
    border-color: white !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5) !important;
}

/* Video clickable cursor - sirf video par */
#showingVideo {
    cursor: pointer !important;
}

/* Mobile responsive - sirf button ke liye */
@media (max-width: 768px) {
    .showing-video-control-btn {
        width: 50px !important;
        height: 50px !important;
        font-size: 24px !important;
        bottom: 20px !important;
        right: 20px !important;
    }
}

@media (max-width: 480px) {
    .showing-video-control-btn {
        width: 45px !important;
        height: 45px !important;
        font-size: 22px !important;
        bottom: 15px !important;
        right: 15px !important;
    }
}

/* Button appear animation - sirf button ke liye */
@keyframes buttonAppear {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.showing-video-control-btn {
    animation: buttonAppear 0.3s ease-out !important;
}

/* Hover par opacity kam - sirf button ke liye */
.showing_vide .row.cst-showings:not(:hover) .showing-video-control-btn {
    opacity: 0.7 !important;
}

.showing_vide .row.cst-showings:hover .showing-video-control-btn {
    opacity: 1 !important;
}



/* =======================
   SLIDER VIDEO CONTROL BUTTON - ONLY FOR SLIDER VIDEOS
   ======================= */

/* Sirf slider video button ko target karo - existing slider styles nahi badlenge */
.slider-video-control-btn {
    position: absolute !important;  /* Sirf is button ke liye */
    bottom: 20px !important;
    right: 20px !important;
    z-index: 100 !important;
    
    /* Button styling - sirf yeh class affect hogi */
    width: 50px !important;
    height: 50px !important;
    background: rgba(0, 0, 0, 0.7) !important;
    border: 2px solid rgba(255, 255, 255, 0.5) !important;
    border-radius: 50% !important;
    color: white !important;
    font-size: 24px !important;
    cursor: pointer !important;
    
    /* Flex for centering icon */
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    
    /* Effects */
    transition: all 0.3s ease !important;
    backdrop-filter: blur(5px) !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3) !important;
    opacity: 0.9 !important;
}

/* Hover effect - sirf button par */
.slider-video-control-btn:hover {
    background: rgba(0, 0, 0, 0.9) !important;
    transform: scale(1.15) !important;
    border-color: white !important;
    opacity: 1 !important;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4) !important;
}

/* Slider video clickable cursor */
.slider-video {
    cursor: pointer !important;
}

/* Media container sirf relative positioning ke liye - baaki styles preserve */
.slide .media {
    position: relative !important;
    /* Note: Yahan sirf position add ki hai, baaki styles overwrite nahi honge */
}

/* Mobile responsive - sirf slider button ke liye */
@media (max-width: 768px) {
    .slider-video-control-btn {
        width: 40px !important;
        height: 40px !important;
        font-size: 20px !important;
        bottom: 15px !important;
        right: 15px !important;
    }
}

@media (max-width: 480px) {
    .slider-video-control-btn {
        width: 35px !important;
        height: 35px !important;
        font-size: 18px !important;
        bottom: 10px !important;
        right: 10px !important;
    }
}

/* Animation for button appearance - sirf slider button ke liye */
@keyframes sliderButtonAppear {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 0.9;
        transform: scale(1);
    }
}

.slider-video-control-btn {
    animation: sliderButtonAppear 0.3s ease-out !important;
}

/* Hover par opacity control - sirf slider button ke liye */
.slide .media:not(:hover) .slider-video-control-btn {
    opacity: 0.5 !important;
}

.slide .media:hover .slider-video-control-btn {
    opacity: 1 !important;
}



/*  new style*/

.fraud-overview-section {
  padding: 50px 0;
  background: #ffffff;
}

.fraud-overview-section .container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}

.fraud-overview-head {
  max-width: 900px;
  margin: 0 auto 30px;
  text-align: left;
}

.fraud-tag {
  display: inline-block;
  margin-bottom: 14px;
  padding: 7px 14px;
  background: #f3f4f6;
  color: #111827;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.4px;
}

.fraud-overview-head h2 {
  margin: 0 0 14px;
  font-size: clamp(30px, 4.5vw, 56px);
  line-height: 1.08;
  font-weight: 800;
  color: #000000;
  letter-spacing: -1px;
}

.fraud-overview-head p {
  margin: 0 0 14px;
  color: #222222;
  font-size: 17px;
  line-height: 1.8;
}

.fraud-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.fraud-box {
  background: #f9fafb;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 18px;
  padding: 24px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}

.fraud-box h3 {
  margin: 0 0 12px;
  color: #000000;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
}

.fraud-box p {
  margin: 0 0 12px;
  color: #222222;
  font-size: 16px;
  line-height: 1.75;
}

.fraud-box ul {
  margin: 0 0 12px 18px;
  padding: 0;
}

.fraud-box ul li {
  margin-bottom: 8px;
  color: #222222;
  font-size: 16px;
  line-height: 1.65;
}

.fraud-bottom-text {
  max-width: 950px;
  margin: 26px auto 0;
  text-align: left;
}

.fraud-bottom-text p {
  margin: 0;
  color: #111827;
  font-size: 17px;
  line-height: 1.8;
  font-weight: 500;
}

@media (max-width: 991px) {
  .fraud-grid {
    grid-template-columns: 1fr;
  }

  .fraud-box {
    padding: 22px;
  }

  .fraud-box h3 {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .fraud-overview-section {
    padding: 36px 0;
  }

  .fraud-overview-section .container {
    padding: 0 15px;
  }

  .fraud-overview-head h2 {
    font-size: 34px;
    line-height: 1.15;
  }

  .fraud-overview-head p,
  .fraud-box p,
  .fraud-box ul li,
  .fraud-bottom-text p {
    font-size: 15px;
    line-height: 1.7;
  }

  .fraud-box {
    padding: 18px;
    border-radius: 14px;
  }

  .fraud-box h3 {
    font-size: 20px;
  }
}