.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: #fff;
    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; 
    padding-right: 20px;
}

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

.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;
	display: flex;
}


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

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

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

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

/* hero-section ends here*/

/* vedio section starts here */

/* --- Hero Section --- */
.hero-section {
    display: flex;
    justify-content: center;
}
.main-container {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    margin: auto;
    max-width: 1250px;
}
.badge {
    display: inline-flex;
    align-items: center;
    padding: 8px 16px;
	border: 1px solid #e6e6e6;
    border-radius: 50px;
    margin-bottom: 10px;
}
span.badge-icon svg {
	--1df8v9o: var(--token-630fc3c8-b115-4393-8532-82d9a6d807d7, rgb(255, 255, 255));
    opacity: 1;
    aspect-ratio: 1 / 1;
    flex: 0 0 auto;
    height: var(--framer-aspect-ratio-supported, 16px);
    position: relative;
    width: 16px;

}
span.badge-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: linear-gradient(117deg, var(--token-d740e542-a7f8-4fa8-8d82-14b3e2f72c80, rgb(212, 0, 0)) 0%, var(--token-0cbd564a-2170-47b7-8dbe-29300ae55864, rgb(0, 41, 170)) 100%);
    margin-right: 10px;
}

span.badge-text {
    font-size: 1.1rem;
    font-weight: 400;
    color: #0f0f0f;
    line-height: 150%;
}

/* Typography */
.main-heading {
    text-align: center;
    font-size: 2.3rem;
    line-height: 100%;
    font-weight: 700;
    margin-bottom: 40px;
    letter-spacing: -0.04em;
    max-width: 900px;
    margin-left: auto;
    display: flex;
    margin-right: auto;
}
i.fa-regular.fa-user {
    font-size: 17px;
}

h2.main-heading span.text-red {
    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;
}

/* Grid Layout */
.content-grid {
    display: flex;
    flex: initial;
    gap: 40px;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
}

/* Left Image */
.image-wrapper {
    width: 100%;
    height: 450px;
    max-width: 650px;
    border-radius: 40px;;
    overflow: hidden;
    position: relative;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1); 
}

.hero-video {
    border: none;
    line-height: 1;
    cursor: auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color: rgba(0, 0, 0, 0);
    object-position: 50% 50%;
    border-radius: 40px;
}

/* Stats Section */
.stats-row {
    display: flex;
    gap: 40px;
    justify-content: left;
    margin-bottom: 10px;
}

.stat-item {
    display: flex;
    flex-direction: column;
}

.stat-num {
    font-size: 3rem;
    font-weight: 400;
    color: #0f0f0f;
    line-height: 1;
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
}

.plus {
    font-size: 1.8rem;
    color: #b91c1c; /* Red plus/percentage */
    margin-left: 2px;
    font-weight: 600;
}

.stat-line {
    width: 50px;
    height: 3px;
    background-color: #ddd;
    margin-bottom: 12px;
}

a.btn-cta {
    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: 15px 30px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 228px;
    cursor: pointer;
    transition: opacity 0.3s 
ease;
	display: flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
}

/* --- Responsive (Mobile/Tablet) --- */
@media (max-width: 1024px) {
    .main-heading { font-size: 2.2rem; }
}

@media (max-width: 900px) {
    .content-grid {
		gap: 40px;
		flex-direction: column;
	}

    .image-wrapper { height: 350px; }
    
    .main-heading { 
        font-size: 1.8rem; 
        text-align: center;
        margin-bottom: 40px;
    }
    
    .stats-row {
        justify-content: space-between;
    }
    
    .stat-num { font-size: 2.5rem; }
}

@media (max-width: 500px) {
    .stats-row {
        flex-direction: column; /* Mobile ma stats ek niche ek */
        gap: 20px;
    }
    
    .stat-item { align-items: center; text-align: center; }
	
	a.btn-cta {
		display: flex;
		align-items: center;
		width: 100%;
		justify-content: center;
	}
}

/* vedio section ends here */


/* E-commerce Success starts here */

.why-ad360-section .e-con-inner {
  margin: 0 auto;
}

.why-ad360-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

/* Title */
.section-title {
    font-size: 36px;
    font-weight: 700;
    max-width: 760px;
    text-align: center;
    letter-spacing: -0.01em;
    line-height: 100%;
    background: linear-gradient(113deg, rgb(212, 0, 0) 0%, rgb(0, 41, 170) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 15px;
}
p.head-para {
    text-align: center;
    font-size: 19px;
    letter-spacing: -0.01em;
	max-width: 1000px;
}
/* Feature rows */
.feature-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  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: 25%;
    font-size: 18px;
    color: #0f0f0f;
    line-height: 1.5;
}

p.para {
    width: 25%;
}

.feature-item h3 {
    width: 60%;
    text-align: right;
    font-size: 30px;
    font-weight: 700;
    color: #0f0f0f;
    line-height: 1em;
}

/* CTA */
.cta-box {
    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;
	  font-size: 18px;
  }

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

/* E-commerce Success ends here */


/* center grdiant box strats here */
.ad360-cta-wrapper {
    max-width: 1300px;
    width: 100%;
    justify-content: center;
    display: flex;
    align-items: center;
    margin: auto;
}
.ad360-cta-card {
        width: 100%;
        background: linear-gradient(110deg, #D40000 0%, #0029AA 100%);
        border-radius: 50px;
        padding: 90px 40px;
        text-align: center;
        color: #ffffff;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 30px;
        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: 1000px;
    }
 
    /* 5. Description Text */

  .ad360-cta-desc {
    font-size: 1.03rem;
    line-height: 1.4em;
    margin: 0;
    color: #ffffff !important;
    font-weight: 400;
    max-width: 900px;
}
 
    /* 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: -2px;
}
 
    .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;
        }
    }

 

/* center grdiant box ends here */



/* card drawer starts here */

.text-red { color: #b91c1c; }

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

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

.left-content h2 {
    font-size: 2.25rem;
    line-height: 1.1em;
    font-weight: 700;
    width: 100%;
	max-width: 655px;
    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;
    color: #555;
}

/* --- 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: 40px;
    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;
	line-height: 140%;
}

.card-text h3 {
    color: #212121;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -0.03em;
    line-height: 1em;
    text-align: left;
	margin-bottom: 30px;
	opacity: 0.8;
}

.card-text p {
    color: #212121;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: -0.03em;
    line-height: 1.4em;
    text-align: left;
	opacity: 0.8;
}

/* --- 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; }
.last-card p { color: #eee; }

/* --- Responsive (Mobile) --- */
@media (max-width: 900px) {
    .container {
        flex-direction: column; 
    }
	
	.stack-section {
		padding: 10px 8px 8px 10px;
	}

    .left-content {
        position: static; 
    }
	.card-num {
		background: linear-gradient(
		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: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; }
	
	.cta-box span {
		display: none;
	}
	.cta-btn {
		font-size: 25px;
	}
	.cta-box {
		padding: 10px 30px;
	}

    .card {
		top: 80px !important;
		flex-direction: column;
	}
	/*.ad360-cta-wrapper {
		margin-top: 80px;
	}*/
}
@media (max-width: 400px) {
	.stack-section {
		padding: 10px 8px 8px 10px;
	}
	.cta-box span {
		display: none;
	}
	.cta-btn {
		font-size: 25px;
	}
	.cta-box {
		padding: 10px 30px;
	}
	/*.ad360-cta-wrapper {
		margin-top: 80px;
	}*/
	.ad360-cta-label {
    	font-size: 14px;
	}
	.ad360-cta-title {
		font-size: 22px;
	}
}

/* card drawer ends here */



/* animation container starts here */

.portfolio-section {
    max-width: 800px;
    margin: 60px auto 0px;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


/* --- Header --- */
.section-header {
    text-align: center;
    margin-bottom: 50px;
}

h2 .text-portfolio {
    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%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    display: flex;
    width: 939px;
    align-items: center;
    font-size: 2.25rem;
    justify-content: center;
    text-align: center;
}

.section-header h2 {
    font-size: 2rem;
    line-height: 1.3;
    font-weight: 700;
    color: #b91c1c; 
}

/* --- Project Card Styling --- */
.project-card {
    background: #fff;
    /* Optional: Card shadow remove karvo hoy to aa line kadhi nakho */
    /* box-shadow: 0 10px 40px rgba(0,0,0,0.05); */
    border-radius: 24px;
    margin-bottom: 80px;
}

.main-image-wrapper {
    width: 100%;
    height: auto;
    background: #fdfdfd;
    margin-bottom: 10px;
}

.main-img {
    width: 100%;
    border-radius: 24px !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1) !important;
    display: block;
}

/* --- Tags --- */
.tags-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 15px;
}

.tag {
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #666;
    background: #ffff;
    padding: 7px 10px;
    align-items: center;
    border-radius: 300px;
    display: inline-flex;
    justify-content: center;
}

/* --- Title --- */
.project-title {
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 20px;
}

.hide-content {
    max-height: 100%;
    background: #ebecf0;
    border-radius: 20px;
}
.coman-div {
    padding: 24px;
}

/* --- BUTTONS & TOGGLE LOGIC --- */

/* 1. Hide the actual Checkbox */
.toggle-input {
    display: none;
}

.btn-orange {
    place-content: center space-between;
    align-items: center;
    cursor: pointer;
    display: flex;
    flex: 0 0 auto;
    flex-flow: row;
    height: min-content;
    overflow: visible;
    padding: 10px 20px;
    position: relative;
    width: 100%;
	background-color: var(--token-441e6b96-cded-437c-bbd4-5862cce7caef, rgb(241, 85, 51));
    border-radius: 20px;
	color: rgb(245, 255, 253);
    margin: 0;
}

.btn-orange:hover {
    background-color: #e04424;
}

/* Text Switching Logic */
.hide-text { display: none; } /* Default hide text bandh */

/* Jyaare checkbox check thay tyare Show text hide ane Hide text show */
.toggle-input:checked ~ .btn-orange .show-text { display: none; }
.toggle-input:checked ~ .btn-orange .hide-text { display: flex; align-items:center; justify-content:space-between;width:100%;line-height:0; }

/* 3. The Hidden Content Area */
.hidden-content {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.5s ease-out, opacity 0.5s ease;
    border-radius: 12px;
    padding: 0 20px; /* Padding initially 0 vertically */
}

/* Jyaare check thay tyare content khule */
.toggle-input:checked ~ .hidden-content {
    max-height: 2000vh; /* Enough height to show all content */
    opacity: 1;
    padding: 20px 5px 0px;
}
.small-img-logo {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: #ebecf0;
    position: relative;
}
img.small-logo {
    position: absolute;
    bottom: 39.65%;
    height: 37px !important;
    width: 135px;
    display: block;
    margin: 11px;
    background: #ebecf0;
    padding: 9px;
    border-radius: 8px !important;
}
/* --- Content Styling Inside --- */
.content-img {
    width: 100%;
    border-radius: 24px !important;
    margin-bottom: 15px;
}
strong.head-content {
    display: flex;
}
.video-container {
    position: relative;
    width: 100%;
    /* 16:9 Aspect Ratio maintain rakhva mate padding trick */
    padding-bottom: 56.25%; 
    height: 0;
    background: #000;
    border-radius: 12px; /* Image jevu round corner */
    overflow: hidden;
    margin-bottom: 25px; /* Image ane text ni vache gap */
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.text-block {
    margin-bottom: 25px;
}

.text-block h4 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #111;
}

.text-block p, .text-block li {
    font-size: 1rem;
    color: #4b5563;
    line-height: 1.6;
    margin-bottom: 10px;
}

.text-block ul {
    list-style-position: inside;
}

.btn-black {
    place-content: center space-between;
    align-items: center;
    cursor: pointer;
    display: flex;
    flex-flow: row;
    height: min-content;
    overflow: visible;
    padding: 10px 20px;
    position: relative;
    text-decoration: none;
	background-color: var(--token-6486a9ac-e9e8-4ced-becb-afb4c654ba35, rgb(10, 10, 10));
    width: 100%;
    border-radius: 20px;
    opacity: 1;
    will-change: auto;
    color: rgb(255, 254, 245);
	line-height: 0;
}

.btn-black:hover {
    background-color: rgba(0, 0, 0, 0.05);
	color: rgb(15, 15, 15);
}
@media (max-width: 768px) {
	h2 .text-portfolio {
    width: 100%;
	font-size: 2rem;
}
}
/* --- Mobile Responsive --- */
@media (max-width: 600px) {
    .section-header h2 { font-size: 1.5rem; }
    .btn-orange, .btn-black { padding: 15px 20px; }
}

/* animation container ends here */

/* FAQS starts here */

.faq-wrapper {
    margin: auto;
    padding: 10px 20px 60px 20px;
    font-family: Arial, sans-serif;
    max-width: 1300px;
    display: flex;
    gap: 10px;
    flex-direction: column;
}
.gradient-text{
  background: linear-gradient(
360deg, var(--token-d740e542-a7f8-4fa8-8d82-14b3e2f72c80, #d40000) 0%, var(--token-0cbd564a-2170-47b7-8dbe-29300ae55864, #0029aa) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.faq-wrapper h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
    letter-spacing: -0.04em;
    line-height: 100%;
}

.faq-subtitle{
  font-size:16px;
  max-width:850px;
  line-height:1.6;
}

/* FAQ Item */
.faq-item{
  background:#f1f1f1;
  border-radius: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;
  }
}


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

.stat-item:hover {
    transform: perspective(1200px) translateY(-10px);
}
.btn-orange span.show-text{
	display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
	line-height: 0;
}

.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 (max-width: 809px) {
	/*.hero-section{
		padding: 60px 16px;
	}
	.hero-section-1{
		margin-top: 81px;
	}*/
	/*section.why-ad360{
		padding: 0 12px;
	}*/
	.section-title{
		text-align: left !important;
    	font-size: 26px !important;
	}
	p.head-para{
		text-align: left;
		font-size: 16px;
	}
	.feature-item p{
		font-size: 15px;
		order: 2;
	}
}

/*@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) {
	.container{
		padding: 0;
	}
	/*.ad360-cta-wrapper {
		padding: 0 12px;
	}*/
	h2 .text-portfolio {
		font-size: 26px;
	}
}

.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;
}
.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;
	}
	.ad360-btn-wrapper .button-container{
		justify-content: center;	
	}
	.stats-row{
		margin-bottom: 30px;
	}
	.portfolio-section{
		margin: 0;
		padding: 0;
	}
	.section-header, .project-card{
		margin-bottom: 0;
	}
	.faq-wrapper{
		padding: 0;
	}
	.main-image-wrapper { padding: 20px 0; }
}

.ad360-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    border-radius: 8px;
    background: linear-gradient(104deg, #d40000 0%, #0029aa 100%);
    color: #ffffff;
    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: 16px;
    font-weight: 600;
    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.telephone-icon {
    height: var(--framer-aspect-ratio-supported, 24px);
    flex: none;
    width: 24px;
    position: relative;
}
.ad360-btn-secondary:hover{
	color: #0f0f0f;
}
.ad360-btn-primary:hover{
	color: #ffffff;
}

.ad360-casestudy-slider-container {
    border: 1px solid #fff;
    background-color: var(--token-61c593b5-fbbf-4251-b52f-d9975880aab7, #f4f2f0);
    box-shadow: none;
    flex-flow: row;
    flex: none;
    place-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
    height: min-content;
    padding: 0;
    display: flex;
    position: relative;
    overflow: visible;
    will-change: transform;
    opacity: 1;
    transform: none;
}


.casestudy-slider-item-box {
    cursor: pointer;
    height: 480px;
    overflow: var(--overflow-clip-fallback, clip);
    will-change: var(--framer-will-change-override, transform);
    grid-template-rows: repeat(1, minmax(0, 1fr));
    grid-template-columns: repeat(1, minmax(50px, 1fr));
    grid-auto-rows: minmax(0, 1fr);
    justify-content: center;
    gap: 20px;
    width: 960px;
    padding: 20px;
    text-decoration: none;
    display: grid;
    position: relative;
    background-color: var(--token-da23cd3b-a4dc-4ad1-beef-18cb41add713, rgb(255, 255, 255));
    height: 100%;
    width: 100%;
    border-radius: 16px;
    opacity: 1;
}

.main-image-wrapper {
    width: 100%;
    height: 100%;
    background: #fdfdfd;
    margin-bottom: 10px;
}

.elementor img {
    border: none;
    border-radius: 0;
    box-shadow: none;
    height: 100% !important;
    max-width: 100%;
}

.ad360-casestudy-slider-container {
    padding: 60px 0 100px 0;
    width: 100%;
    max-width: 1700px;
    margin: auto;
}


/* grid cards section starts here */


.services-card-container {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

.services-card-heading {
    text-align: center;
    margin-bottom: 10px;
}

.services-card-grid {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto 80px auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: center;
}


.main-card {
    padding: 25px;
    background: #e1e1e180;
    height: 250px;
    position: relative;
    overflow: hidden;
}

.ad360-num-01 {
	position: absolute;
    top: -20px;
    left: -20px;
    padding: 0px;
    font-size: 110px;
    font-weight: 900;
    color: #E4E4E4;
    -webkit-text-stroke: 1px rgba(255,255,255,0.08);
    transform: rotate(90deg);
    z-index: 0;
}
.ad360-num {
    position: absolute;
    top: -10px;
    left: -30px;
    padding: 0px;
    font-size: 110px;
    font-weight: 900;
    color: #E4E4E4;
    -webkit-text-stroke: 1px rgba(255,255,255,0.08);
    transform: rotate(90deg);
    z-index: 0;
}

.services-card-box {
    position: relative;
    top: 60%;
    z-index: 2;
}

.services-card-box h3 {
    margin-top: 0;
    font-size: 1.5rem;
}

.services-card-container .services-card-heading {
    margin-bottom: 10px !important;
}

@media (max-width: 480px) {
    .services-card-grid {
        grid-template-columns: 1fr; 
		margin: 0;
    }
	
	.services-card-box {
		top: 60%;
	}
    
    .main-card {
        height: auto;
        min-height: 200px;
    }
}

/* grid cards section ends here */