.e-con>.e-con-inner {
    gap: 0!important;
    height: 100%;
    margin: 0 auto;
    max-width: none !important;
    padding-inline-end: 0;
    padding-inline-start: 0;
    width: 100%;
}
/* hero-section starts here*/

.hero-section {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    position: relative; 
    overflow: hidden; 
}
.hero-bg-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100% !important;
    object-fit: cover; 
    object-position: center center; 
    z-index: 1; 
}

/*.container {
    max-width: 1750px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
	 position: relative;
    z-index: 2;
}*/
.container-ad360.adsec-1{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
}

/* --- Left Side: Text --- */
.text-content {
    flex: 1;
    min-width: 300px; 
    padding-right: 20px;
}

.text-content h1 {
    line-height: 1;
    font-weight: 700;
    margin-bottom: 15px;
    display: flex;
    max-width: 750px;
}

.text-content h1 span {
    background: linear-gradient(113deg, rgb(212, 0, 0) 0%, rgb(0, 41, 170) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}


.text-content p {
    font-size: 1.1rem;
    margin-bottom: 25px;
    line-height: 140%;
    letter-spacing: -0.17px;
    max-width: 550px;
}

.btn-primary {
    background: linear-gradient(104deg, var(--token-d740e542-a7f8-4fa8-8d82-14b3e2f72c80, rgb(212, 0, 0)) 0%, var(--token-0cbd564a-2170-47b7-8dbe-29300ae55864, rgb(0, 41, 170)) 100%); 
    color: #fff;
    border: none;
    padding: 12px 30px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.btn-primary:hover {
    opacity: 0.9;
}

/* form ends here */

.form-container {
    flex: 0 0 450px; /* Fixed width for form on desktop */
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08); /* Soft shadow like image */
}

.form-group {
    margin-bottom: none !important;
}


/* Form */
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* Group */
.form-group {
  width: 100%;
}

/* Two column fields */
.name-group{
  display: flex;
  gap: 10px;
}

.name-group .input-box,
.contact-group .input-box {
  flex: 1;
}

/* Inputs */
.input-box input,
.select-box select {
  width: 100%;
  height: 44px;
  padding: 0 14px;
  border-radius: 10px;
  border: 1px solid #e6e6e6;
  background: #f7f7f7;
  font-size: 14px;
  outline: none;
  transition: 0.3s;
}

.input-box input:focus,
.select-box select:focus {
  border-color: #6a6aff;
  background: #ffffff;
}

/* Dropdown */
.select-box select {
  appearance: none;
  background-repeat: no-repeat;
  background-position: right 14px center;
  cursor: pointer;
}

/* Checkbox */
.checkbox-group {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.checkbox-group input {
  margin-top: 4px;
}

.checkbox-text {
  font-size: 12px;
  color: #777;
  margin: 0;
}

/* Submit Button */
.submit-btn {
  width: 100%;
  height: 46px;
  border: none;
  border-radius: 6px;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  background: linear-gradient(104deg, var(--token-d740e542-a7f8-4fa8-8d82-14b3e2f72c80, rgb(212, 0, 0)) 0%, var(--token-0cbd564a-2170-47b7-8dbe-29300ae55864, rgb(0, 41, 170)) 100%);
  transition: 0.3s;
}

.submit-btn:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}
/* Responsive */
@media (max-width: 480px) {
  .name-group{
    flex-direction: row;
  }

	
}

/* form ends here */

/* --- Responsive Media Queries (Mobile ke liye) --- */
@media (max-width: 900px) {
    .container {
        flex-direction: column; /* Stack items vertically */
        align-items: stretch;
		padding: 0;
    }
	.right-cards{
		padding-bottom: 0 !important;
	}
    .text-content {
        text-align: center;
        padding-right: 0;
    }
    
    /*.text-content p {
        margin: 0 auto 30px auto;*/ /* Center paragraph */
    /*}*/

    .form-container {
        width: 100%;
        flex: none;
    }
}

@media (max-width: 480px) {
    .text-content h1 {
        font-size: 2rem; /* Chhote phone ke liye font size kam */
    }
    
    .form-row {
        flex-direction: column; /* Name fields stack on very small screens */
        gap: 15px;
    }
	
	.stats-cards {
		width: 100%;
	}
	
	.stat-card {
		gap: 1px;
		height: 140px!important;
	}
	
	/*.stat-line {
		margin-bottom: 10px;
		margin-top: -11px;
	}*/
}

/* hero-section ends here*/




/* card starts here */

.stats-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    width: 100%;
}

.stat-card {
/*   background-color: rgb(255, 255, 255); */
  border-radius: 14px;
  padding: 16px 24px;
  transition: transform 0.3s ease;
	
/*   box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 12px 0px, rgba(0, 0, 0, 0.09) 0px 21px 21px 0px; */
/*   border: 1px solid rgba(0, 0, 0, 0.05);	 */
}
.stat-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 5px;
    width: 100%;
    height: 167px;
    position: relative;
    overflow: visible;
}

/*.stat-card:hover {
  transform: translateY(-4px);
}*/

.stat-number {
  display: flex;
  align-items: center;
  gap: 11px;
  justify-content: flex-start;
}

.stat-prefix {
  font-size: 64px;
  font-weight: 500;
  color: #0f0f0f;
}

.stat-value {
  font-size: 64px;
  font-weight: 400;
  letter-spacing: -0.08em;
  color: #0f0f0f;
}

.stat-suffix {
  font-size: 60px;
  font-weight: 500;
}

.highlight {
  color: #d40000;
}

.stat-line {
  width: 40px;
  height: 3px;
  background: #ccc;
}

.stat-label {
  	opacity: 0.8;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.04em;
    line-height: 1.4em;
    text-align: left;
    color: #0f0f0f;
	margin: 0;
}
label {
    margin-bottom: none !important;
}

/* Tablet */
@media (max-width: 1024px) {
  .stats-cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .stat-prefix,
  .stat-value {
    font-size: 52px;
  }

  .stat-suffix {
    font-size: 48px;
  }
}

/* Mobile */
@media (max-width: 600px) {
  .stats-cards {
    grid-template-columns: 1fr 1fr;
  }

  .stat-card {
    text-align: center;
  }

  .stat-number {
    justify-content: center;
  }

  .stat-prefix,
  .stat-value {
    font-size: 44px;
  }

  .stat-suffix {
    font-size: 40px;
  }

  /*.stat-line {
    margin: 12px auto;
  }*/
}
/* card ends here */



/* card drawer starts here */

.text-red { color: #b91c1c; }

/* --- Layout Container --- */
.stack-section {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 80px 0 64px;
}

/* --- Left Side (Sticky Text) --- */
.left-content {
    flex: 1; /* 50% width */
    position: sticky; /* Aa content scroll sathe niche aavse */
    top: 40%; /* Top thi 100px jagya rakhine chipkse */
    height: fit-content;
}

.left-content h2 {
    font-size: 2.25rem;
    line-height: 1.1em;
    font-weight: 700;
    width: 80%;
    letter-spacing: -0.04em;
    margin-bottom: 20px;
    background: linear-gradient(94deg, var(--token-d740e542-a7f8-4fa8-8d82-14b3e2f72c80, rgb(212, 0, 0)) 0%, var(--token-0cbd564a-2170-47b7-8dbe-29300ae55864, rgb(0, 41, 170))      		98.2982738597973%, var(--token-e5e17deb-5e9d-44d5-81ea-49cd744eb462, rgb(33, 33, 33)) 98.37838937570383%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

/*.left-content p {
    font-size: 1.1rem;
}*/

.partner-badge {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* --- Right Side (Cards Container) --- */
.right-cards {
    flex: 1; /* 50% width */
    display: flex;
    flex-direction: column;
    padding-bottom: 50px; 
	width: 100%;
    max-width: 520px;
}

/* --- The Card Style --- */
.card {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 16px;
    padding: 40px;
    margin-bottom: 20px; 
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    display: flex;
    gap: 20px;
    flex-direction: row;
    position: sticky;
}

.card-num {
    font-size: 2.5rem;
	line-height: 100%;
    font-weight: 700;
    letter-spacing: -0.02em;
    background: linear-gradient(
    96deg, var(--token-d740e542-a7f8-4fa8-8d82-14b3e2f72c80, rgb(212, 0, 0)) 0%, var(--token-0cbd564a-2170-47b7-8dbe-29300ae55864, rgb(0, 41, 170)) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.card-text h3 {
    margin-bottom: 10px;
    color: #0f0f0f;
}

/*.card-text p {
    line-height: 1.5;
    font-size: 1rem;
    font-weight: 400;
}*/
.card.last-card .card-text p{
	color: #ffffff !important;
}
/* --- Stacking Logic (Ek upar ek aave) --- */
/* Har card ne thodu niche sticky karvanu jethi pachal nu card thodu dekhay */

	.card:nth-child(1) { top: 100px; }
    .card:nth-child(2) { top: 190px; } 
    .card:nth-child(3) { top: 280px; } 
    .card:nth-child(4) { top: 370px; }
    .card:nth-child(5) { top: 440px; } 
    /* Red Card (Last one) */
    .card.last-card { top: 440px !important; }

/* --- Last Card (Red Style) --- */
.last-card {
    background: var(--token-d740e542-a7f8-4fa8-8d82-14b3e2f72c80, rgb(212, 0, 0));
    color: var(--extracted-r6o4lv, var(--variable-reference-YaTtvlYdn-yMHA9rFdr));
    align-items: center;
}

.last-card h3 { color: #fff; }

/* --- Responsive (Mobile) --- */
@media (max-width: 900px) {
    .container-ad360.adsec-1 {
        flex-direction: column; 
    }
	
	.left-content h2 {
    	width: 100%;
	}

	/*img.google-partner {
		width: 150px !important;
	}*/

    .left-content {
        position: static; 
        margin-bottom: 0;
    }

    .card {
        top: 80px !important;
		flex-direction: column;
		padding: 16px 18px;
		gap: 10px;
    }
	.card-num{
		background: linear-gradient(358deg, var(--token-d740e542-a7f8-4fa8-8d82-14b3e2f72c80, rgb(212, 0, 0)) 0%, var(--token-0cbd564a-2170-47b7-8dbe-29300ae55864, rgb(0, 41,                  170)) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
	}
}

/* card drawer ends here */


/* lets contect starts here */


.ads-title-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    max-width: 1350px;
    margin: auto;
}

/* Title Box */
.ads-title-box{
  max-width:100%;text-align:center;
}

.ads-gradient-title{
  font-size:32px;
  font-weight: 500;
  line-height:1.2;
  letter-spacing:-0.04em;
  background: linear-gradient(
    94deg,
    #d40000 0%,
    #0029aa 98%,
    #212121 100%
  );
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
}

/* Arrow Section */
.ads-arrow-box{
  display:flex;
  gap:12px;
}

.ads-arrow-btn{
  cursor: pointer;
    height: 57px;
    overflow: var(--overflow-clip-fallback, clip);
    will-change: var(--framer-will-change-override, transform);
    flex-flow: row;
    flex: none;
    place-content: center;
    align-items: center;
    gap: 10px;
    width: 57px;
    padding: 12px;
    display: flex;
    position: relative;
	border-radius: 8px;
}

/* Left Arrow */
.ads-arrow-prev{
  background:linear-gradient(125deg, rgb(222, 222, 222) 0%, rgb(222, 222, 222) 100%);
}

/* Right Arrow */
.ads-arrow-next{
  background: linear-gradient(124deg, var(--token-d740e542-a7f8-4fa8-8d82-14b3e2f72c80, rgb(212, 0, 0)) 0%, var(--token-0cbd564a-2170-47b7-8dbe-29300ae55864, rgb(0, 41, 170)) 100%);
}

/* Hover Effect */
/*.ads-arrow-btn:hover{
  transform:scale(1.05);
}*/

.mobile-content{
  display: none;
}

button.read {
    display: none;
}

@media (max-width: 768px) {
	.faq-wrapper {
		display: none;
	}
	
	/*span.card-num {
		display: none;
	}*/
	.read-more {
		display: flex;
	}	
	
	button.read {
		outline: none;
		border: none;
		padding: 8px 10px;
		font-size: 16px;
		border-radius: 8px;
		background: linear-gradient(281deg, #0029aa 0%, #d40000 100%);
		line-height: 160%;
		color: rgb(255, 255, 255);
		cursor: pointer;
		flex-flow: row;
		place-content: center;
		align-items: center;
		gap: 8px;
		text-decoration: none;
		display: flex;
		position: relative;
		overflow: visible;
	}
	
}

@media (max-width: 768px) {
  .mobile-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
  }
	
	.ctas-title {
		font-size: 32px;
		text-align: center;
		font-weight: 700;
		max-width: 200px;
	}
	p.ctas-desc {
		text-align: center;
		font-size: 16px;
		font-weight: 400;
	}
	
	
	
	.cta-main-title {
		font-size: 30px;
		text-align: center;
		font-weight: 700;
		width: 100%;
		display: inline-block;
	}
	
	.ctas-desc-para {
		font-size: 16px;
		display: flex;
		width: 100%;
		text-align: center;
	}

}


/* Responsive */
@media (max-width: 768px) {
  .ads-title-wrapper{
    flex-direction:column;
    align-items:flex-start;
    gap:15px;
	  padding: 0;
	  margin-bottom: 15px;
  }

  .ads-title-box{
    max-width:100%;
  }

  .ads-gradient-title{
    font-size:24px;
  }
}

/*.main-ad-continer {
    display: flex;
    flex-direction: row;
    gap: 30px;
    width: 100%;
}*/

.cta-text-only {
    position: relative;
    width: 100%;
    min-height: 300px;
    padding: 80px 20px;
    align-items: center;
    text-align: center;
    display: flex;
    justify-content: center;
    background: url("https://ad360.in/wp-content/uploads/2026/01/3SnBWG0nNMBbhmUrFYofFbb5yKk-1.avif")
    no-repeat center center;
    background-size: cover;
    border-radius: 20px;
    overflow: hidden;
    max-width: 1300px;
    margin: auto;
    flex-direction: column;
	    background: linear-gradient(281deg, #0029aa 0%, #d40000 100%);
    line-height: 160%;
    color: rgb(255, 255, 255);
}

.cta-title {
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 14px;
  line-height: 1.1;
}
.gradient-text {
  display: inline-block;
  background: linear-gradient(
    114deg,
    rgb(212, 0, 0) 0%,
    rgb(0, 41, 170) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.cta-desc {
    max-width: 670px;
    margin: 0 auto 30px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
}
p.cta-desc {
    color: #ffffff !important;
}

.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

/* Common button style */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 22px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.25s ease;
  cursor: pointer;
}

/* Icons inside buttons */
.btn i {
  font-size: 15px;
}

/* Get Started Button (Gradient) */
.getstarted-btn, .getstarted-btn:active {
    background: linear-gradient(114deg, rgb(212, 0, 0) 0%, rgb(0, 41, 170) 100%);
    color: #fff;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px;
}

.btn.focus, .btn:focus{
	box-shadow: none;
}

/* Call Us Button (Light) */
.call-btn {
  background: #f3f3f3;
  color: #111;
  border: 1px solid #d6d6d6;
}

/* Remove default anchor hover underline issues */
.btn:hover {
  text-decoration: none;
}


/* Responsive */
@media (max-width: 768px) {
  .cta-title {
    font-size: 32px;
  }

  .cta-desc, p.head-para{
    font-size: 16px !important;
  }
}


/* lets content ends here */


/* slider starts here */
.ads-card{
  background: linear-gradient(102.719deg, rgb(212, 0, 0) 0%, rgb(26, 43, 136) 100%);
    border-radius: 24px;
    transform: none;
    transform-origin: 50% 50% 0px;
    flex-flow: row;
    place-content: flex-end center;
    align-items: flex-end;
    gap: 40px;
    width: 1000px;
    height: 390px;
    padding: 0 40px;
    display: flex;
    position: relative;
    overflow: visible;	
	align-items: center;
}

.slider-wrapper {
    max-width: 1750px;
    width: 100%;
    margin: auto;
}

/*.main-ad-continer{
  display:flex;
  gap:40px;
  width:max-content;
}*/

@keyframes slide{
  0%{
    transform:translateX(0);
  }
  100%{
    transform:translateX(-50%);
  }
}

/* Left Content */
.ads-left{
  flex-flow: column;
    flex: none;
    place-content: flex-start;
    align-items: flex-start;
    gap: 7px;
    width: 500px;
/*     height: 100%;
    padding: 40px 0 80px; */
    display: flex;
    position: relative;
    overflow: visible;
}

.ads-left small, .ads-left p{
  	font-size: 24px !important;
    color: rgb(255, 255, 255) !important;
    font-family: "Inter", "Inter Placeholder", sans-serif;
	font-weight: 400;
    line-height: 140%;
}

.ads-left h2{
  font-size: 60px !important;
    line-height: 1.1;
    font-family: "Inter", "Inter Placeholder", sans-serif;
    color: rgb(255, 255, 255);
    font-weight: 700;
    line-height: 100%;
	white-space: pre-wrap;
    word-break: break-word;
    word-wrap: break-word;
    flex: none;
    width: 520px;
    height: auto;
    position: relative;
}
.ads-left h1, .ads-left p{
    word-break: break-word;
    word-wrap: break-word;
    flex: none;
    width: 520px;
    height: auto;
    position: relative;
}

/*.ads-left p{
  font-size:16px;
  line-height:1.6;
  max-width:420px;
}*/

/* Icons Row */
.icon-row{
  display:flex;
  gap:15px;
  margin-top:25px;
}

/*.icon-box{
  width:55px;
  height:55px;
  background:#f1f1f1;
  border-radius:10px;
  display:flex;
  align-items:center;
  justify-content:center;
}*/

.icon-box img{
  width:28px;
}

/* Right Image */
.ads-right{
  aspect-ratio: 1.01474;
    height: var(--framer-aspect-ratio-supported, 443px);
    flex: none;
    width: 400px;
    position: relative;
}

.ads-right img{
  max-width:100%;
}

/* Responsive */
@media(max-width:900px){
  .ads-card{
    flex-direction:column;
    text-align:center;
	height: 100%;
  }
  .ads-left,.ads-right{
    width:100%;
  }
}

/* slider ends here */


.ad360-stack-section {
    display: none;
}


/* ================================
   MOBILE & TABLET (900px)
================================ */
@media (max-width: 900px) {
.main-container {
    display: none;
}
  html, body {
    overflow-x: clip !important;
  }

  .ad360-stack-section{
	display: flex;
    flex-direction:column;
    align-items:center;
    overflow:visible !important;
    background:#ffffff;
	margin-top: 40px;  
  }

  .ad360-stack-left{
    width:100%;
    max-width:700px;
    position:sticky !important;
    top:0 !important;
    background:#ffffff;   /* Sticky text bg */
    padding:20px 0;
    margin-bottom:20px;
  }

  /* Gradient heading responsive */
  /*.ad360-heading{
    font-size:25px;
    margin-bottom:10px;
    background-image: linear-gradient(154deg, #d40000 0%, #0029aa 50%);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    background-clip:text;
  }*/

  .ad360-desc{
    font-size:15px;
    max-width:450px;
  }

  .ad360-stack-right{
    width:100%;
    max-width:500px;
    align-items:center;
  }

  .ad360-stack-card {
    width: 100%;
    position: sticky !important;
    top: 100px !important;
    margin-bottom: 20px !important;
    padding: 16px 18px;
    background: #ffffff;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
    border-radius: 25px;
    border: 1px solid #e6e1e1;
	  display: flex;
        flex-direction: column;
        gap: 10px;
}

  /* Card number gradient responsive */
  .ad360-num {
    display: flex;
    background-image: linear-gradient(
3deg, var(--token-d740e542-a7f8-4fa8-8d82-14b3e2f72c80, rgb(212, 0, 0)) 0%, var(--token-0cbd564a-2170-47b7-8dbe-29300ae55864, rgb(0, 41, 170)) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-size: 45px;
    font-weight: 700;
}

  .ad360-card-head{
    font-size:20px;
    font-weight:700;
  }

  .ad360-card-p{
    font-size:15px;
  }

}


 


/* E-commerce Success starts here */
.why-ad360-section .e-con-inner {
/*   max-width: 1700px !important; */
  margin: 0 auto;
}
.main-heading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
	align-items: center;
}
.main-container {
    width: 100%;
    max-width: 1300px;
    margin: auto;
}

/* Title */
.section-title {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 100%;
    background-image: linear-gradient(113deg, rgb(212, 0, 0) 0%, rgb(0, 41, 170) 100%);
    display: inline-block;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 10px;
}

p.head-para {
    text-align: center;
    font-size: 19px;
    font-weight: 400;
    letter-spacing: -0.01em;
}

/* Feature rows */
.feature-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding: 22px 28px;
  border-radius: 14px;
  margin-bottom: 18px;
  width: 100%;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}

.feature-item p {
    width: 40%;
    font-size: 18px;
    color: #0f0f0f;
    line-height: 1.5;
}

p.para {
    width: 25%;
}

.feature-item h3 {
    width: 60%;
    text-align: right;
    font-size: 32px;
    font-weight: 600;
}

/* CTA */
.cta-box {
    margin-top: 40px;
    padding: 28px 30px;
    border-radius: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(90deg, #d40000, #0029aa);
    color: #fff;
	width: 100%;
}

.cta-box span {
  font-size: 36px;
  font-weight: 700;
}

.cta-btn {
    color: #ffff;
    padding: 10px 22px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    font-size: 36px;
}

/* Responsive */
@media (max-width: 768px) {
  .feature-item {
    flex-direction: column;
    text-align: left;
  }

  .feature-item p,
  .feature-item h3 {
    width: 100%;
  }

  .feature-item h3 {
    text-align: left;
    margin-top: 10px;
  }

  .cta-box {
    flex-direction: column;
    gap: 15px;
    text-align: center;
    margin-top: 10px;
}
}

/* E-commerce Success ends here */


/* center grdiant box strats here */
.ad360-cta-wrapper {
    max-width: 1300px;
    margin: auto;
    width: 100%;
    margin-top: 70px;
}
.ad360-cta-card {
        width: 100%;
        background: linear-gradient(110deg, #D40000 0%, #0029AA 100%);
        border-radius: 50px;
        padding: 70px 40px;
        text-align: center;
        color: #ffffff;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 32px;
        box-shadow: 0 20px 40px rgba(0, 41, 170, 0.15);
    }
 
    /* 3. Small Top Label */

    .ad360-cta-label {
        font-size: 18px;
        font-weight: 600;
        margin: 0;
        opacity: 0.9;
        display: block;
    }
 
    /* 4. Main Headline */

    .ad360-cta-title {
        font-size: 48px;
        font-weight: 700;
        margin: 0;
        line-height: 1.1;
        max-width: 900px;
    }
 
    /* 5. Description Text */

  .ad360-cta-desc {
    font-size: 18px;
    line-height: 1.6;
    margin: 0;
    color: #ffffff !important;
    max-width: 990px;
}
 
    /* 6. The White Button */

    .ad360-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: #ffffff;
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    padding: 8px 30px;
    border-radius: 100px;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    margin-top: 10px;
}
 
    .ad360-cta-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    }
 
    /* Icon styling */

    .ad360-cta-btn svg {
        width: 20px;
        height: 20px;
        fill: #000000;
    }
 
    /* MOBILE RESPONSIVE*/

    @media (max-width: 768px) {
        .ad360-cta-card {
            padding: 60px 24px;
            border-radius: 30px;
            gap: 24px;
        }
 
        .ad360-cta-title {
            font-size: 32px;
        }
 
        .ad360-cta-desc {
            font-size: 16px;
        }

        .ad360-cta-btn {
            width: 100%;
            justify-content: center;
            box-sizing: border-box;
        }
    }

    @media (max-width: 480px) {
		.cta-box span {
			display: none;
		}
		
	.cta-box {
		padding: 10px 30px !important;
	}
	.cta-btn {
		font-size: 24px;
	}
}

 

/* center grdiant box ends here */

/* sub footer starts here */

.faq-wrapper {
    margin: auto;
    padding: 0 20px;
    font-family: Arial, sans-serif;
    width: 100%;
    max-width: 1400px;
}
.gradient-text{
background-image: linear-gradient(114deg, #ffffff 0%, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}


.faq-wrapper h2{
  font-size:36px;
  font-weight:800;
  color:#d50000;
  margin-bottom:10px;
}

.faq-subtitle{
  margin-bottom: 40px;
    font-size: 17px;
    letter-spacing: -0.01em;
    line-height: 140%;
    text-align: left;
    opacity: 1;
    font-weight: 400;
    text-wrap: balance;
    word-break: break-word;
    word-wrap: break-word;
    flex: none;
    width: 100%;
    height: auto;
    position: relative;
}

/* FAQ Item */
.faq-item{
  background:#f1f1f1;
  border-radius:12px;
  margin-bottom:12px;
  overflow:hidden;
  transition:0.3s ease;
}

/* Question */
.faq-question{
  display:flex;
  align-items:center;
  font-size:16px;
  font-weight:600;
  cursor:pointer;
  color:#0f0f0f;
}

.faq-question i{
  font-style:normal;
  font-size:22px;
  color:#777;
}

/* Answer */
.faq-answer{
  max-height:0;
  overflow:hidden;
  padding: 0 0 10px 40px;
  font-size:14px;
  color:#0f0f0f;
  line-height:1.6;
  transition:all 0.4s ease;
}

/* Active state */
.faq-item.active .faq-answer{
  max-height:200px;
}

.faq-item.active .faq-question i{
  color:#222;
}

/* Responsive */
@media(max-width:768px){
  .faq-wrapper h2{
    font-size:28px;
  }
  .faq-question{
    font-size:14px;
  }
}

@media(max-width:480px){
	.ad360-cta-wrapper {
		max-width: 1300px;
		margin: auto;
		width: 100%;
		margin-top: 40px;
	}
	
	.ad360-cta-label {
    	font-size: 14px;
	}
	.ad360-cta-title {
		font-size: 23px;
	}
	
	.ad360-cta-desc {
		font-size: 15px;
	}
}
/* sub footer ends here */

.feature-item,
.cta-box {
  opacity: 0;
  transform: scale(0.5);
  transition: all 1s ease-out;
  transform-origin: center center;
  will-change: transform, opacity;
}
.feature-item.active,
.cta-box.active {
  opacity: 1;
  transform: scale(1);
}
.cta-text {
    display: inline-block;
    transition: opacity 0.1s ease;
}
.cta-btn {
    display: inline-block;
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
    will-change: transform;
}
.cta-box:hover {
    justify-content: center;
}
.cta-box:hover .cta-text {
    opacity: 0;
	visibility: hidden;
}
.cta-box:hover .cta-btn {
    transform: translateX(calc(-50% - 20px)); 
}
.cta-btn:hover{
	color: rgb(255, 255, 255);
}
svg.telephone-icon {
    height: var(--framer-aspect-ratio-supported, 24px);
    flex: none;
    width: 24px;
    position: relative;
}
.slider-wrapper {
    overflow: hidden;
	flex: none;
    width: auto;
    height: auto;
    position: relative;
}

.main-ad-continer {
    display: flex;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1); 
    will-change: transform;
	height: min-content;
    overflow: var(--overflow-clip-fallback, clip);
    flex-flow: row;
    flex: none;
    place-content: center;
    align-items: center;
    gap: 32px;
    width: min-content;
    padding: 0;
}

.ads-card {
    transition: opacity 0.3s ease;
}

/* Jo card active na hoy to thodu fade karvu hoy to */
.ads-card:not(.active) {
    opacity: 0.7;
}
.svg-prev-icon, .svg-next-icon{
	height: var(--framer-aspect-ratio-supported, 57px);
    flex: none;
    width: 57px;
    position: relative;
}
.ads-arrow-btn.ads-arrow-prev.active{
	background: linear-gradient(124deg, var(--token-d740e542-a7f8-4fa8-8d82-14b3e2f72c80, rgb(212, 0, 0)) 0%, var(--token-0cbd564a-2170-47b7-8dbe-29300ae55864, rgb(0, 41, 170)) 100%);
opacity:0.7;
}
.ads-arrow-btn.ads-arrow-prev.active .svg-prev-icon{
	color: rgb(255, 255, 255);
}
.cta-btn-wrapper {
    flex: 0 0 auto;
    height: auto;
    position: relative;
    width: auto;
}
.cta-btn-wrapper .cta-btn {
    place-content: center;
    align-items: center;
    cursor: pointer;
    display: flex;
    flex-flow: row;
    gap: 10px;
    height: min-content;
    overflow: hidden;
    padding: 10px 20px;
    position: relative;
    text-decoration: none;
    width: min-content;
    will-change: var(--framer-will-change-override, transform);
}
.cta-btn-wrapper .cta-btn-text-wrap {
    place-content: center;
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    flex-flow: row;
    gap: 10px;
    height: min-content;
    overflow: hidden;
    padding: 0px;
    position: relative;
    width: min-content;
}
.cta-btn-wrapper .cta-btn-text {
    flex: 0 0 auto;
    height: auto;
    position: relative;
    white-space: pre;
    width: auto;
}
.cta-btn-wrapper .cta-btn-icon {
    flex: 0 0 auto;
    height: 16px;
    position: relative;
    width: 16px;
}
.icon-content-wrapper{
	flex: none;
    width: 40px;
    height: 40px;
    position: relative;
    overflow: visible;
}
.icon-content-wrapper .verical-line{
	flex: none;
    width: 2px;
    height: 14px;
    position: absolute;
    top: calc(50% - 7px);
    left: calc(50% - 1px);
    overflow: visible;
}
.icon-content-wrapper .horizontal-line{
	flex: none;
    width: 14px;
    height: 2px;
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% - 7px);
    overflow: visible;
}



/* Answer sharuat ma hide rahese */
.faq-answer {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.1s ease;
}

/*.faq-item.active .faq-answer {
    padding-top: 10px;
    padding-bottom: 20px;
}*/

.icon-content-wrapper {
    transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-item.active .verical-line {
    opacity: 0;
    transform: scaleY(0);
    transition: all 0.2s ease;
}

.faq-item.active .icon-content-wrapper {
    transform: rotate(180deg);
}

.red-banner1{
	position: absolute;
    width: 100%;
    height: 100%;
    /*clip-path: polygon(0 0, 100% 0%, 100% 64%, 0% 100%);*/
    background: #FFFFFF;
}
/*.pulse-1, .pulse-2 {
    left: 50%;
    right: 0;
    top: 50%;
    bottom: 0;
    z-index: -1;
}
.pulse, .pulse-btn {
    height: 333px;
    width: 333px;
    background: linear-gradient(#fdefef, #f9eded);
    position: absolute;
    border-radius: 50%;
    opacity: .8;
}
.pulse, .pulse-1, .pulse-2 {
    transform: translate(-50%, -50%);
}
.pulse:before {
    animation: 2s ease-out infinite pulse;
}
.pulse-btn:after, .pulse-btn:before, .pulse:after, .pulse:before {
    position: absolute;
    opacity: .4;
}
.pulse-btn:after, .pulse-btn:before, .pulse:after, .pulse:before {
    content: '';
    height: 100%;
    background: #ee3636;
    width: 100%;
    border-radius: 50%;
}
.pulse:after {
    animation: 3s ease-out infinite pulse;
}
.pulse-btn:after, .pulse-btn:before, .pulse:after, .pulse:before {
    position: absolute;
    opacity: .4;
}
.pulse-btn:after, .pulse-btn:before, .pulse:after, .pulse:before {
    content: '';
    height: 100%;
    background: #ee3636;
    width: 100%;
    border-radius: 50%;
}
@keyframes pulse {
	100% {
		transform: scale(2);
		opacity: 0;
	}
}
@keyframes pulse-btn {
	100% {
		transform: scale(2);
		opacity: 0;
	}
}*/
.form-container{
	position: relative;
}

/*@media screen and (min-width: 810px) {
	.why-ad360{
		margin-top: 130px;
	}
}*/
/*@media screen and (max-width: 410px) {
	.pulse, .pulse-btn {
        height: 300px;
        width: 300px;
    }
}
@media screen and (min-width: 411px) {
	.pulse, .pulse-btn {
    	height: 333px;
    	width: 333px;
	}
}*/
@media screen and (max-width: 809px) {
	
	.stats-cards{
		gap: 20px;
	}
	.stat-card{
		align-items: center;
		padding: 16px 24px;
	}
	.ads-card{
		text-align: center;
        height: 100%;
        flex-direction: column;
        gap: 12px;
        padding: 0px 24px;
        width: 310px;
	}
	.ads-left {
		height: min-content;
		padding: 40px 0px 0px;
		width: 100%;
	}
	.ads-left small, .ads-left p{
		font-size: 14px;
		width: 100%;
		text-align: left;
	}
	.ads-left h1{
		width: 100%;
		font-size: 33px;
		text-align: left;
	}
	.icon-row{
		display: none;
	}
	.stack-section {
		padding: 0 16px;
	}
	/*.why-ad360{
		margin-top: 50px;
	}*/
	.btn{
		width: 100%;
		justify-content: center;
	}
	.cta-text-only{
		padding: 40px 20px;
		margin: 40px 0;
	}
	.mobile-content{
		margin-bottom: 0;
		padding: 0 16px;
	}
}

.cta-btn-wrapper .cta-btn.hover{
	gap: 10px;
    padding: 0px;
}
.cta-btn-wrapper .cta-btn.hover .cta-btn-text-wrap.gbtn-text{
	padding: 10px 15px;
}
.cta-btn-wrapper .cta-btn.hover .cta-btn-text-wrap.gbtn-icon{
	align-self: stretch;
    height: auto;
    padding: 10px 15px;
}

.cta-btn-wrapper .cta-btn {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.cta-btn-text-wrap {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (max-width: 767px) {
	body{
		overflow-x: hidden;
	}
	.ads-left h2{
		width: auto;
	}
	.card-text h3 {
		margin-bottom: 10px;
	}
	.card.last-card{
		margin-bottom: 0;	
	}
	.faq-container-main{display: none !important;}
	.ad360-btn-wrapper .button-container{
		justify-content: center;
	}
}

.ad360-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    border-radius: 8px;
    background: linear-gradient(104deg, var(--token-d740e542-a7f8-4fa8-8d82-14b3e2f72c80, rgb(212, 0, 0)) 0%, var(--token-0cbd564a-2170-47b7-8dbe-29300ae55864, rgb(0, 41, 170)) 100%);
    color: #ffff;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    transition: transform 0.2s ease, opacity 0.2s ease;
    border: none;
    cursor: pointer;
    gap: 10px;
}

a.ad360-btn-new-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    border-radius: 8px;
    background: #ffffff;
    color: black;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    transition: transform 0.2s 
ease, opacity 0.2s 
ease;
    border: none;
    cursor: pointer;
    gap: 10px;
}

.ad360-btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 24px;
    border-radius: 8px;
    gap: 10px;
    background-color: #f0f0f0;
    color: #0f0f0f;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    transition: background 0.2s ease;
    cursor: pointer;
    white-space: nowrap;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.svg-arrow-bg-icon {
    height: 24px;
    flex: none;
    width: 24px;
    position: relative;
    --18mrqx2: rgb(255, 255, 255);
}

.svg-arrow-bg-icon-02 {
    height: 24px;
    flex: none;
    width: 24px;
    position: relative;
    --18mrqx2: rgb(0 0 0);
}

p.ad360-cta-desc {
    color: #ffffff !important;
}
.ad360-btn-secondary:hover{
	color: #0f0f0f;
}
.ad360-btn-primary:hover{
	color: #ffffff;
	background: linear-gradient(104deg, #d40000 0%, #0029aa 100%);
	--18mrqx2: rgb(255, 255, 255);
}
#wp-custom-ads-section .progress-svg 
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	overflow: visible;
}
#wp-custom-ads-section .progress-path {
	fill: none;
	stroke: #202124; 
	stroke-width: 2.2;
	stroke-linecap: round;
	stroke-linejoin: round;
	transition: stroke-dashoffset 0s linear; 
}
#wp-custom-ads-section .pm-tab.active {
	background-color: #202124 !important;
	color: white !important;
	border-color: transparent !important;
}
#wp-custom-ads-section .pm-tab.loading {
	background-color: white !important;
	color: #3c4043 !important;
}
#wp-custom-ads-section .tab-icon
{
	width: 20px;
	height: 20px;
	flex-shrink: 0;
	stroke: currentColor;
	fill: none;
}    
#wp-custom-ads-section .wp-ads-container{
	max-width:1300px;
	margin:0 auto;
	display:flex;
	gap:60px;
	align-items:center;
	padding:0 10px;
}
#wp-custom-ads-section .wp-ads-sidebar{
	width:260px;
	display:flex;
	flex-direction:column;
	gap:14px;
}
#wp-custom-ads-section .wp-ads-image{
	flex:1;
	display:flex;
	justify-content:center;
	width: 100%;
    position: relative;
}
#wp-custom-ads-section .wp-image-inner{
	position:relative;
	width:400px;
}
#wp-custom-ads-section .wp-main-image{
	width:100%;
	border-radius:28px;
	box-shadow:0 25px 60px rgba(0,0,0,0.1);
}

#wp-custom-ads-section .floating{
	position:absolute;
	width:56px;
	height:56px;
	background:white;
	border-radius:14px;
	display:flex;
	align-items:center;
	justify-content:center;
	box-shadow:0 12px 25px rgba(0,0,0,0.08);
	animation:float 3s ease-in-out infinite;
}

@keyframes float{
0%{transform:translateY(0)}
50%{transform:translateY(-8px)}
100%{transform:translateY(0)}
}
/* CONTENT */
#wp-custom-ads-section .wp-ads-content{
	width:350px;
}
#wp-custom-ads-section .wp-ads-content h2{
	font-size:32px;
	margin-bottom:20px;
	color:#202124;
}
#wp-custom-ads-section .wp-ads-content p{
	color:#5f6368;
	margin-bottom:30px;
}
/* Explore Button */
#wp-custom-ads-section .wp-explore-btn{
	display:inline-flex;
	align-items:center;
	gap:12px;
	text-decoration:none;
	color:#1a73e8;
	font-weight:500;
}
#wp-custom-ads-section .wp-circle-btn{
	width:34px;
	height:34px;
	    background: linear-gradient(281deg, #0029aa 0%, #d40000 100%);
	border-radius:50%;
	display:flex;
	align-items:center;
	justify-content:center;
	transition:all .3s ease;
}
#wp-custom-ads-section .wp-explore-btn:hover .wp-circle-btn{
	transform:scale(1.1);
	box-shadow:0 8px 20px rgba(26,115,232,.3);
}
/* TAB STYLES */
#wp-custom-ads-section .pm-tab{
	position:relative;
	padding:14px 22px;
	border-radius:999px;
	background:white;
	border:1px solid #dadce0;
	cursor:pointer;
	font-size:15px;
	text-align:left;
	display:flex;
	align-items:center;
	gap:14px;
	transition:all .25s ease;
}
/* Responsive */
@media(max-width:992px)
{
	#wp-custom-ads-section .wp-ads-container{
		flex-direction:column;
		text-align:center;
		padding: 0;
	}
	#wp-custom-ads-section .wp-ads-sidebar{
		width:100%;
		flex-direction: row;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
	}
	#wp-custom-ads-section .wp-ads-content{
		width:100%;
	}
	.wp-ads-container {
        display: flex;
        flex-direction: column;
    }
    .wp-ads-sidebar::-webkit-scrollbar {
        display: none;
    }
	#wp-custom-ads-section .wp-main-image{
		box-shadow: none;
	}
}
/* Custom Ads Section */


