.elementor-28109 .elementor-element.elementor-element-632bbd9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-28109 .elementor-element.elementor-element-632bbd9{--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-28109 .elementor-element.elementor-element-aa4b8a3{width:100%;max-width:100%;padding:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-aa4b8a3 */body{
  margin:0;
  background:#f4f7fb;
  font-family:'Poppins', sans-serif;
}

.ib-wrapper{
  width:100%;
  overflow:hidden;
}


/* HERO */

.ib-hero{
  position:relative;
  height:90vh;
  background:url(http://financedipankar.com/wp-content/uploads/2026/05/ChatGPT-Image-May-15-2026-12_32_12-AM.png) center center/cover no-repeat;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
}

.ib-overlay{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,0.40);
}

.ib-content{
  position:relative;
  z-index:2;
  color:#fff;
  max-width:900px;
  padding:20px;
}

.ib-tag{
  background:#00c853;
  color:#fff;
  padding:8px 18px;
  border-radius:50px;
  font-size:14px;
  display:inline-block;
  margin-bottom:20px;
}

.ib-content h1{
  font-size:72px;
  line-height:1.1;
  margin-bottom:20px;
  font-weight:800;

  background:linear-gradient(
  180deg,
  #ffd95a,
  #ffb300
  );

  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;

  text-shadow:
  0 2px 10px rgba(255,200,0,0.25);

  letter-spacing:-2px;
}

.ib-subtitle{
  font-size:24px;
  margin-bottom:35px;

  color:#ffffff;

  text-shadow:
  0 2px 8px rgba(0,0,0,0.5);

  font-weight:500;
}

.ib-btn{
  display:inline-block;
  background:#00c853;
  color:#fff;
  padding:16px 38px;
  border-radius:50px;
  text-decoration:none;
  font-weight:600;
  transition:0.3s;
}

.ib-btn:hover{
  background:#00a844;
  transform:translateY(-3px);
}


/* SECTION */

.ib-section{
  padding:90px 8%;
  text-align:center;
}

.ib-section h2{
  font-size:42px;
  margin-bottom:30px;
  color:#0b1f3a;
}

.ib-section p{
  font-size:20px;
  line-height:1.8;
  color:#444;
  max-width:900px;
  margin:0 auto 20px;
}


/* GRID */

.ib-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
  gap:25px;
  margin-top:50px;
}

.ib-card{
  background:#fff;
  padding:35px 25px;
  border-radius:20px;
  box-shadow:0 10px 30px rgba(0,0,0,0.08);
  font-size:18px;
  font-weight:600;
  transition:0.3s;
}

.ib-card:hover{
  transform:translateY(-10px);
}


/* AUDIENCE */

.ib-audience{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:20px;
  margin-top:40px;
}

.ib-audience span{
  background:#0b1f3a;
  color:#fff;
  padding:16px 28px;
  border-radius:50px;
  font-size:18px;
}


/* CTA */

.ib-cta{
  background:
  linear-gradient(
  135deg,
  #061a3a,
  #0b2c63,
  #04142d
  );
  color:#fff;
  text-align:center;
  padding:100px 20px;
}

.ib-cta h2{

font-size:36px;

color:#ffd54f;

font-weight:800;

text-shadow:
0 2px 10px rgba(255,200,0,0.25);

line-height:1.3;
}

.ib-cta p{
  font-size:22px;
  margin-bottom:35px;
}

/* VIDEO SECTION */

.ib-video-section{

padding:80px 20px;

background:#f8fafc;

text-align:center;
}


.ib-video-section h2{

font-size:42px;

margin-bottom:40px;

color:#0b1f3a;

font-weight:700;
}


/* VIDEO WRAPPER */

.ib-video-wrapper{

max-width:1000px;

margin:0 auto;

border-radius:24px;

overflow:hidden;

box-shadow:
0 20px 60px rgba(0,0,0,0.12);
}


/* EMBED VIDEO */

.ib-video-wrapper iframe{

width:100%;

height:560px;

border:none;

display:block;
}

/* MOBILE */

/* MOBILE RESPONSIVE FIX */

@media(max-width:768px){

/* HERO SECTION */

.ib-hero{

height:auto;
min-height:auto;

padding:
70px 25px
50px 25px;

background-position:center right;

display:flex;
align-items:center;
justify-content:flex-start;
}


/* MAIN CONTENT */

.ib-content{

padding:0;
max-width:100%;
}


/* MAIN HEADING */

.ib-content h1{

font-size:42px;
line-height:1.15;

letter-spacing:-1px;

margin-bottom:20px;
}


/* SUBTITLE */

.ib-subtitle{

font-size:22px;

line-height:1.5;

margin-bottom:30px;
}


/* BUTTON */

.ib-btn{

padding:16px 30px;

font-size:16px;
}


/* SECTIONS */

.ib-section{

padding:70px 25px;
}


/* SECTION HEADINGS */

.ib-section h2{

font-size:34px;

line-height:1.3;
}


/* PARAGRAPH */

.ib-section p{

font-size:17px;

line-height:1.8;
}


/* AUDIENCE BUTTONS */

.ib-audience{

gap:14px;
}

.ib-audience span{

font-size:15px;

padding:14px 22px;
}


/* CTA SECTION */

.ib-cta{

padding:80px 25px;
}

.ib-cta h2{

font-size:36px;
}

}
.ib-video-section{

padding:60px 20px;
}

.ib-video-section h2{

font-size:30px;

margin-bottom:30px;
}

.ib-video-wrapper iframe{

height:220px;
}
/* VIDEO & DESCRIPTION GAP FIX */

.ib-video-section{

padding-bottom:25px;
}

.ib-video-section h2{

margin-bottom:18px;
}

.ib-section{

padding-top:40px;
}

/* hader gap fix */

html,
body{
margin:0;
padding:0;
overflow-x:hidden;
}

.ib-wrapper{
width:100%;
max-width:100%;
margin:0;
padding:0;
}

.ib-hero{
width:100%;
margin:0;
}/* End custom CSS */