@import url('https://fonts.googleapis.com/css2?family=Figtree:wght@100..900&display=swap');

body {
	font-family: "Figtree", Sans-serif !important;
}
  
  * {
	  margin: 0px;
	  padding: 0px;
	  outline: none;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6, .heading-size-1{
	font-family: "Figtree", Sans-serif !important;
	  margin: 0px !important;
	  padding: 0px;
	  letter-spacing: 0;
	  font-weight: 700;
  }
  h1{
	  font-size: 48px;
  }
  
  h2 {
	  font-size: 36px;
  }
  
  h3 {
	  font-size: 27px;
  }
  
  h4 {
	  font-size:23px ;
  }
  
  h5 {
	  font-size: 20px;
  }
  
  h6 {
	  font-size: 18px;
  }
  
  .entry-content h1,
  .entry-content h2,
  .entry-content h3,
  .entry-content h4,
  .entry-content h5,
  .entry-content h6 {
	  margin: 0;
  }
  
  li, span, p, a, .uc_post_text{
	font-family: "Figtree", Sans-serif !important;
	  font-size: 15px;
	  font-weight: 400 !important;
	
  }
  button, .uc_btn_txt, .elementor-36 .elementor-element.elementor-element-990c9df .elementor-slide-button {
	font-family: "Figtree", Sans-serif !important;
	font-size: 15px;
	font-weight: 400 !important;
	
}
  
  /* Placeholder text color -- selectors need to be separate to work. */
  ::-webkit-input-placeholder {
	font-family: "Figtree", Sans-serif !important;
  }
  
  :-moz-placeholder {
	font-family: "Figtree", Sans-serif !important;
  }
  
  ::-moz-placeholder {
	font-family: "Figtree", Sans-serif !important;
	  opacity: 1;
  }
  
  :-ms-input-placeholder {
	font-family: "Figtree", Sans-serif !important;
  }
  
  @media only screen and (min-width: 767px) and (max-width:1023px){
  
	  .entry-content p,
	  .entry-content li {
		  font-size: 15px !important;
	  }
  
	  h1, .blog-page span.xpro-post-title-text {
		  font-size: 33px !important;
	  }
  
	  h2 {
		  font-size: 30px !important;
	  }
  
	  h3 {
		  font-size: 22px !important;
	  }
  
	  h4 {
		  font-size: 20px !important;
	  }
  
	  h5 {
		  font-size: 18px !important;
	  }
  
	  h6 {
		  font-size: 16px !important;
	  }
  
  }
  
  @media only screen and (max-width: 767px) {
  
	  h1{
		  font-size: 21px !important;
	  }
  
	  h2 {
		  font-size: 22px !important;
	  }
  
	  h3 {
		  font-size:21px !important;
	  }
  
	  h4 {
		  font-size: 19px !important;
	  }
  
	  h5 {
		  font-size: 17px !important;
	  }
  
	  h6 {
		  font-size: 16px !important;
	  }
  
  } 
 
 .home header.entry-header.has-text-align-center.header-footer-group {
	  display: none;
  }
  header.entry-header.has-text-align-center {
 background-color: #000000;
}

header.entry-header.has-text-align-center.header-footer-group h1.entry-title {
    font-size: 25px !important;
    padding: 2rem;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px !important;
    font-family: "Figtree", Sans-serif !important;
    opacity: 0;
    transform: translateY(60px);
    animation: titleRise 1.8s ease-out forwards;
}

@keyframes titleRise {
    0% {
        opacity: 0;
        transform: translateY(60px);
    }
    60% {
        opacity: 0.7;
        transform: translateY(15px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
  
  .post-inner {
	  padding-top: 0;
  }
  .singular .entry-header {
	  padding:0;
  }
  .footer-nav-widgets-wrapper.header-footer-group {
	  display: none;
  }
  .post-meta-wrapper.post-meta-edit-link-wrapper {
	  display: none;
  }
  .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide){
	  max-width:100% !important;
	  width:100% !important;
  }

  #slider-part .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
	  padding: 0px;
  }
  p{
	  margin:0;
  }
.xpro-theme-builder-frontend.xpro-theme-builder-mount {
  display: none !important;
}

.xpro-hero-slider-subtitle-wrapper, .xpro-hero-slider-title-wrapper {
    margin-bottom:10px;
}
.xpro-hero-slider-slide-content-wrapper {
    opacity: 0;
    animation: slideInUp 1s ease-out forwards;
    animation-delay: 0.5s;
}
@keyframes slideInUp {
    0% {
        opacity: 0;
        transform: translateY(80px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.xpro-hero-slider-description {
    margin-bottom: 20px !important;
}

body:not(.home) .top-header {
  background-color: #010c1e;
  padding:15px 10px !important;
}
.xpro-elementor-horizontal-navbar-nav > li > a {
  font-size: 17px !important;
font-weight:500 !important;
}

body.home .top-header{
	position:absolute;
	top:0;
	padding:3rem 0rem !important;
}
.hero-header p{
text-transform: uppercase !important;
letter-spacing: 0px !important;
text-align: left !important;
background-color: #07214b;
display: inline-block;
padding: 6px 20px;
border-radius: 100px;
font-size:14px !important;
border:1px solid #d0d0d1;
}
.hero-icons .elementor-column-gap-default{
	gap:1.5rem
}
.footer ul#menu-1-08e6946 {
    column-count: 2;
	width: 100% !important;
    gap:0 !important;
}
.footer h1.elementor-heading-title.elementor-size-default {
    font-size: 62px !important;
}
.buttons .elementor-column-gap-default{
	gap:1.5rem !important;
}
.hb2 img.swiper-slide-image {
    opacity: 0.6;
}
.hb2 h4.elementor-image-box-title {
    margin-bottom: 6px !important;
}
.hb2-inner .elementor-widget-wrap.elementor-element-populated {
    background-color: #0E1B31;
    padding: 20px 15px 20px 15px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #D0D0D1;
    border-radius: 20px 20px 20px 20px;
}
.hb2-inner .elementor-column-gap-default {
    gap: 2rem;
}
.hb3-inner .elementor-column-gap-default {
    gap: 1.5rem;
}
.chat-bot .arrow-box:first-child {
padding:10px 10px 10px 10px;
  clip-path: polygon(
    0 0,
    90% 0,
    100% 50%,
    90% 100%,
    0 100%
  );
}
.chat-bot .arrow-box {
  padding:10px 10px 10px 30px;
  background-color: #0d2349;
  clip-path: polygon(
    0 0,
    90% 0,
    100% 50%,
    90% 100%,
    0 100%,
    10% 50%
  );
}

.chat-bot .arrow-box p {
    font-size: 12px !important;
}
button.elementor-button,
.elementor-button.elementor-button-link,
.xpro-hero-slider-button-primary,
.xpro-hero-slider-button-secondary,
.premium-blog-excerpt-link.elementor-button {
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 0.35s ease;
  background: #0f172a;
  color: #fff !important;
  border: 1px solid rgba(255,255,255,0.08);
}
button.elementor-button::before,
.elementor-button.elementor-button-link::before,
.xpro-hero-slider-button-primary::before,
.xpro-hero-slider-button-secondary::before,
.premium-blog-excerpt-link.elementor-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255,255,255,0.35),
    transparent
  );
  transform: skewX(-20deg);
  filter: blur(2px);
}

button.elementor-button:hover,
.elementor-button.elementor-button-link:hover,
.xpro-hero-slider-button-primary:hover,
.xpro-hero-slider-button-secondary:hover,
.premium-blog-excerpt-link.elementor-button:hover {
  background: #111827;
  box-shadow: 
    0 12px 35px rgba(0,0,0,0.1),
    0 0 10px rgba(255,255,255,0.05);
  transform: translateY(-2px) scale(1.03);
}

/* Sweep animation */
button.elementor-button:hover::before,
.elementor-button.elementor-button-link:hover::before,
.xpro-hero-slider-button-primary:hover::before,
.xpro-hero-slider-button-secondary:hover::before,
.premium-blog-excerpt-link.elementor-button:hover::before {
  animation: sweep 0.9s ease forwards;
}

@keyframes sweep {
  0% { left: -120%; opacity: 0; }
  30% { opacity: 1; }
  100% { left: 130%; opacity: 0; }
}

/* ACTIVE */
button.elementor-button:active,
.elementor-button.elementor-button-link:active,
.xpro-hero-slider-button-primary:active,
.xpro-hero-slider-button-secondary:active,
.premium-blog-excerpt-link.elementor-button:active {
  transform: translateY(0) scale(0.98);
}

.blogs-page span.xpro-post-title-text {
    font-size: 25px !important;
    line-height: 1.3em;
    font-weight: 700 !important;
}
#calender-calculator .elementor-column-gap-default, #amazon-dsp .elementor-column-gap-default{
	gap:2rem;
}

@media (min-width:1025px){
	.xpro-elementor-horizontal-navbar-nav li .xpro-elementor-nav-link {
  position: relative;
  transition: color 0.3s ease;
}
.xpro-elementor-horizontal-navbar-nav li .xpro-elementor-nav-link::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 2px;
 background: linear-gradient(90deg, #1460A0, #ffffff, #1460A0);
  transform: scaleX(0);
  transform-origin: right; /* start from right */
  transition: transform 0.4s ease;
  background-size: 300% 100%;
}

.xpro-elementor-horizontal-navbar-nav li .xpro-elementor-nav-link:hover {
  color: #ffffff;
}
.xpro-elementor-horizontal-navbar-nav li .xpro-elementor-nav-link:hover::after {
  transform: scaleX(1);
  transform-origin: left;
  animation: shimmerElementor 2s linear infinite;
}
@keyframes shimmerElementor { 
    0% { 
        background-position: 200% 0; 
        
    } 
    100% { 
        background-position: -200% 0; 
    } 
    
}
	.hb-last{
	background-image:url('https://creatvmind.org/web/launchpad/wp-content/uploads/2026/04/icon9.png'), url('https://creatvmind.org/web/launchpad/wp-content/uploads/2026/04/icon10.png');
	
	background-repeat:no-repeat, no-repeat;
	background-position:bottom left, bottom right;
	background-size:300px, 180px;
}
}



@media (max-width:1024px){
.footer h1.elementor-heading-title.elementor-size-default {
    font-size: 30px !important;
}
	.hero-icons .elementor-column.elementor-col-33{
    width: 30%;
}
	.hb2-inner .elementor-column.elementor-col-33{
		width: 31.333%;
	}
	.hb2-inner .elementor-widget-wrap.elementor-element-populated {
    padding: 15px 8px;
}
	.hb-last{
	background-image: url('https://creatvmind.org/web/launchpad/wp-content/uploads/2026/04/icon10.png');
	
	background-repeat:no-repeat;
	background-position:bottom right;
	background-size:180px;
}
	.blogs-page span.xpro-post-title-text {
    font-size: 20px !important;
    line-height: 1.3em;
    font-weight: 700 !important;
}

}

@media (max-width:767px){
	.top-header span.elementor-button-text {
    font-size: 13px !important;
}
	.footer ul#menu-1-08e6946 {
 display:flex;
 flex-direction:column;
 justify-content:center;
 align-items:center;
}
	.hero-icons .elementor-column-gap-default {
    gap: 1.2rem;
}
	.hero-header p {
    padding: 8px;
    font-size: 11px !important;
}
	.footer p {
    font-size: 14px;
}
	.hb2-inner .elementor-column.elementor-col-33{
		width: 100%;
	}
	  .chat-bot .arrow-box {
    margin-bottom: 10px;

}
}




.custom-form .form-row p{
  display: flex;
  gap: 8px;
  margin-bottom: 20px;
}
.custom-form .form-full {
  display: block !important;
	margin-bottom: 20px !important;
}
.custom-form input {
  width: 100%;
  padding: 16px 20px;
  border-radius: 10px;
  border: none;
  outline: none;

  background-color: #0c254d;
  color: #fff;
  font-size: 14px;

  transition: all 0.3s ease;
}
.custom-form input::placeholder {
  color: #cbd5e1;
}

.custom-form input:focus {
  box-shadow: 0 0 0 2px #0300af, 0 0 15px rgba(3, 0, 175, 0.5);
  transform: translateY(-2px);
}
.custom-form input:hover {
  background-color: #133266;
}

.custom-form .form-submit {
  margin-top: 10px;
}
.custom-form input[type="submit"] {
  width: auto;
  background-color: #0300af;
  padding: 14px 40px;
  border-radius: 4px;
  font-weight: 600;
  letter-spacing: 2px;
  cursor: pointer;

  transition: all 0.3s ease;
}
.custom-form input[type="submit"]:hover {
  background-color: #0500d4;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(3, 0, 175, 0.4);
}
.custom-form input[type="submit"]:active {
  transform: scale(0.96);
}
@media (max-width: 768px) {
  .custom-form .form-row p {
    flex-direction: column;
		gap: 0px;
  }
	header.entry-header.has-text-align-center.header-footer-group h1.entry-title {
    font-size: 18px !important;
	padding: 1.5rem;
}
}