/*.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;
}*/

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

.text-content h1 {
    font-size: 3.4rem; 
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 15px;
    color: #0f172a;
}

.text-content h1 span {
    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;
}


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

.btn-primary, .btn-primary:active {
    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: 8px;
    cursor: pointer;
    transition: opacity 0.3s ease;
}
.btn-primary.focus, .btn-primary:focus{
	box-shadow: none;
    outline: none;
}

/*.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 */
	position: relative;
}

.form-group {
    margin-bottom: 15px;
}


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

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

/* Two column fields */
.name-group,
.contact-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,
  .contact-group {
    flex-direction: row;
  }
}

/* form ends here */

/* --- Responsive Media Queries--- */
@media (max-width: 900px) {
    /*.container {
        flex-direction: column; 
        align-items: stretch;
    }*/

    .text-content {
        text-align: center;
        padding-right: 0;
        margin-bottom: 30px;
    }
    
    .text-content p {
        margin: 0 auto 30px auto;
    }

    .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;
    }
}

/* hero section starts here */

.animation-section {
    text-align: center;
    padding: 80px 20px 10px;
    max-width: 1500px;
    margin: auto;
}

.gradient-heading {
  font-size: 30px;
  font-weight: 700;
  display: inline-block;
  line-height: 1.1;
  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;
}

.hero-subtitle {
  margin-top: 15px;
  font-size: 17px;
  color: #333;
}

/* animation part */

.services-marquee-wrapper {
  	width: 100%;
    overflow: hidden;
    padding: 30px 0;
    display: flex;
    flex-direction: column;
    max-width: 1300px;
    margin: auto;
}

/* each row */
.services-marquee-row {
    position: relative;
    overflow: hidden;
    margin: 12px 0;
    display: flex;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    place-items: center;
    margin: 0px;
    padding: 10px;
    list-style-type: none;
    opacity: 1;
}

.services-marquee-track.marquee-left {
    display: flex;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    place-items: center;
    margin: 0px;
    padding: 10px;
    list-style-type: none;
    gap: 60px;
    position: relative;
    flex-direction: row;
    will-change: transform;
    transform: translateX(0px);
    /* left: -2790px; */
}

.services-marquee-track.marquee-right {
    display: flex;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    place-items: center;
    margin: 0px;
    padding: 10px;
    list-style-type: none;
    gap: 60px;
    position: relative;
    flex-direction: row;
    will-change: transform;
}

/* fade edges */
.services-marquee-row::before,
.services-marquee-row::after {
  content: "";
  position: absolute;
  top: 0;
  width: 80px;
  height: 100%;
  z-index: 2;
}

.services-marquee-row::before {
  left: 0;
  background: linear-gradient(to right, #fff, transparent);
}

.services-marquee-row::after {
  right: 0;
  background: linear-gradient(to left, #fff, transparent);
}

/* common track */
.services-marquee-track {
  display: flex;
  gap: 60px;
  width: max-content;
  align-items: center;
  will-change: transform;
}

/* Left to Right animation */
.marquee-left {
  animation: scrollLeft 10s linear infinite;
}

/* Right to Left animation */
.marquee-right {
  animation: scrollRight 10s linear infinite;
}

/* pills */
.service-pill {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 26px;
  border-radius: 999px;
  background: #fff;
  font-size: 18px;
  font-weight: 400;
  white-space: nowrap;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);

  background-image: linear-gradient(90deg, #d40000, #0029aa);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* icon */
.service-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  fill: currentColor;
}

/* animations */
@keyframes scrollLeft {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0%);
  }
}

@keyframes scrollRight {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}

.service-fa-icon {
  font-size: 16px;
  flex-shrink: 0;
  line-height: 1;
}


/* hero section ends here */


/* center grdiant box strats here */
.ad360-cta-wrapper {
    width: 100%;
    /*max-width: 1250px;
    margin: auto;*/
}

.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: #f5f3ef;
    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: 16px 32px;
        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;
        }
		.gradient-heading{
			display: none;
		}
		h2.grad-head {
			font-size: 30px;
			font-weight: 700;
			display: inline-block;
			line-height: 1.1;
			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;
		}
 
        .ad360-cta-title {
            font-size: 32px;
        }
		.section-title {
			text-align: center;
		}
		
 
        .ad360-cta-desc {
            font-size: 16px;
        }

        .ad360-cta-btn {
			width: 100%;
			justify-content: center;
			box-sizing: border-box !important;
			padding: 8px 10px;
		}
    }

	@media (max-width: 400px) {
		.animation-section {
			padding: 30px 20px 10px;
		}
		.ad360-cta-desc {
			font-size: 14px;
		}	
		.gradient-heading{
			display: none;
		}
		
		h2.grad-head {
				font-size: 30px;
				font-weight: 700;
				display: inline-block;
				line-height: 1.1;
				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;
			}
		
		.ad360-cta-label {
			font-size: 12px;
		}
		.ad360-cta-title {
			font-size: 26px;
		}
	}

 

/* center grdiant box ends here */


/* E-commerce Success starts here */
.why-ad360-section .e-con-inner {
/*   max-width: 1700px !important; */
  margin: 0 auto;
}

.why-ad360 {
    width: 100%;
}

/* 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%);
    margin-bottom: 40px;
	display: inline-block;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}


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

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

p.para {
    width: 25%;
}

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

/* 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;
    margin-bottom: 50px;
}

.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;
	transition: background 0.3s;
}

/* Animation Base */
/*.feature-item,
.cta-box {

  transform: translateY(60px);
  animation: reveal 0.9s ease forwards;
}*/

/* Delay for each row (video jevu step by step aavse) */
/*.feature-item:nth-child(2) { animation-delay: 0.2s; }
.feature-item:nth-child(3) { animation-delay: 0.4s; }
.feature-item:nth-child(4) { animation-delay: 0.6s; }
.feature-item:nth-child(5) { animation-delay: 0.8s; }
.feature-item:nth-child(6) { animation-delay: 1s; }
.feature-item:nth-child(7) { animation-delay: 1.2s; }
.feature-item:nth-child(8) { animation-delay: 1.4s; }

.cta-box {
  animation-delay: 1.6s;
}
.feature-item {
  transition: all 0.4s ease;
}

.feature-item:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 10px 25px rgba(0,0,0,0.12);
}
.cta-btn {
  transition: all 0.3s ease;
}

.cta-btn:hover {
  background: #fff;
  color: #0029aa;
  transform: scale(1.05);
}*/

/* Keyframes */
@keyframes reveal {
  from {
    opacity: 0;
    transform: translateY(60px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* Responsive */
@media (max-width: 768px) {
  .feature-item {
    flex-direction: column-reverse;
    text-align: left;
    align-items: flex-start;
    gap: 10px;
  }
	
	.feature-item p, .feature-item h4 {
		width: 100%;
		font-size: 15px;
	}
	.cta-box span {
		display: none;
	}

  .feature-item h4 {
    text-align: left;
    margin-top: 5px;
    font-size: 22px;
  }

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

@media (max-width: 400px) {
 	.cta-btn{ 
	 	font-size: 20px;
	}
	
	.cta-box {
		margin-top: 10px;
		margin-bottom: 20px;
	}
}

/* E-commerce Success 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);
}


.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;
}

.red-banner1{
	position: absolute;
    width: 100%;
    height: 100%;
    /*clip-path: polygon(0 0, 100% 0%, 100% 64%, 0% 100%);*/
    background: #ee3636;
}
/*@media screen and (max-width: 809px) {
	.section-4ecom .container{
		padding: 60px 16px;	
	}
}
@media screen (min-width: 810px) and (max-width: 1199.98px){
	.section-4ecom .container{
		padding: 60px 40px;	
	}
}
@media screen and (min-width: 1200px) {
	.section-4ecom .container{
		padding: 60px 80px;
	}
}*/
/*@media screen and (max-width: 809px) {
	.container{
		padding: 60px 16px;	
	}
	.hero-section{
		margin-top: 81px;
	}
}
@media screen (min-width: 810px) and (max-width: 1199.98px){
	.container{
		padding: 60px 40px;	
	}
}

@media screen and (min-width: 1200px) {
	.container{
		padding: 60px 80px;
	}
}*/
@media screen and (max-width: 767px) {
	body{
		overflow-x: hidden;
	}
}
.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);
}
.e-comm-merquee-icon{
	height: var(--framer-aspect-ratio-supported, 24px);
    flex: none;
    width: 24px;
    position: relative;
	aspect-ratio: 1 / 1;
}
