* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.6;
    color: #333;
}

img {
    width: 100%;
}

.container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 10px;
}

section.header-top-main {
    background: #0066cc;
    padding: 7px;
}

section.header-top-main .inner {
    display: flex;
    justify-content: space-between;
}

section.header-top-main .inner .column-left,
section.header-top-main .inner .column-right {
    display: flex;
    gap: 5px;
}

section.header-top-main .inner .column-left span,
section.header-top-main .inner .column-right span {
    font-size: 17px;
    color: #fff;
    font-weight: 600;
}

section.header-top-main .inner .column-left a {
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    font-weight: 100;
}

header.inter-header-main {
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
}

header.inter-header-main nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
}

header.inter-header-main .logo {
    font-size: 26px;
    font-weight: 600;
    color: #1E293B;
    text-decoration: none;
    width: 25%;
    display: flex;
    flex-direction: column;
}
header.inter-header-main .logo img {
    width: 100px;
}

header.inter-header-main .nav-links {
    display: flex;
    list-style: none;
    gap: 2rem;
    align-items: center;
}

header.inter-header-main .nav-links a {
    text-decoration: none;
    color: #333; 
    transition: color 0.3s;
}

header.inter-header-main .nav-links a.btn.btn-primary {
    color: #fff;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

header.inter-header-main .btn {
    padding: 10px 20px;
    border: none;
    border-radius: 15px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s;
    text-decoration: none;
    display: inline-block;
}

header.inter-header-main .btn-primary {
    background: #000;
    color: #fff;
}

header.inter-header-main .btn-primary:hover {
    background: #0052a3;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 102, 204, 0.3);
}

header.inter-header-main .btn-secondary {
    background: transparent;
    color: #0066cc;
    border: 2px solid #0066cc;
}

header.inter-header-main .btn-secondary:hover {
    background: #0066cc;
    color: #fff;
}

.mobile-menu-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
}

li.dropdown {
    position: relative;
}

header.inter-header-main ul li:hover>ul {
    display: block;
}

ul.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    list-style: none;
    padding: 10px;
    margin: 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    min-width: 200px;
    z-index: 99;
}

ul.dropdown-menu li:hover {
    background: #0066cc;
}

ul.dropdown-menu li {
    padding: 10px;
}

ul.dropdown-menu li:hover a {
    color: #fff;
}
section.header-top-main { 
        display: none;
}

section.home-banner-main {
    background-image: url('../Images/home-banner-bg-image.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 10px;
    height: 100vh;
    display: flex;
    align-items: center;
}
section.home-banner-main .inner {
    width: 58%;
}
section.home-banner-main .inner h2 {
    font-family: "Prata", Sans-serif;
    font-size: 46px;
    line-height: 58px;
    font-weight: 600;
    text-transform: capitalize;
    word-spacing: 1px;
    color: #FFFFFF;
}
section.home-banner-main .inner p {
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    color: #fff;
    font-weight: 600;
    margin: 20px 0; 
}
a button {
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    color: #fff;
    background: #000;
    padding: 10px 15px;
}
section.Service-sec-main .inner {
    margin: 50px 0 100px;
}
section.Service-sec-main .inner h2 {
    font-size: 55px;
    text-align: center;
    color: #000;
}
section.Service-sec-main .inner p {
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    font-weight: 600;
}
section .call-more {
    background-image: url('../Images/Screenshot\ 2025-11-17\ 010634.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 50px;
}
section .call-more .container p {
    font-family: "Poppins", Sans-serif;
    font-size: 30px;
    font-weight: 800;
    letter-spacing: 1px;
    word-spacing: 1px;
    color: #FFFFFF;
}
section .call-more .container{
    display: flex;
    align-items: center;
    padding: 20px;
}
.call-more-button {
    width: 50%;
    display: flex;
    justify-content: center;
}
section.select-plans-main h2 {
    font-size: 39px;
    font-family: "Poppins", Sans-serif; 
    font-weight: 800;
    letter-spacing: 1px;
    word-spacing: 1px;
    color: #FFFFFF;
    text-align: center;
    padding: 10px;
}
section.select-plans-main .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
section.select-plans-main .inner .column {
    width: 32%;
    display: flex;
    flex-direction: column;
    align-items: center;  
}
section.select-plans-main .inner .column .image{
    border: solid 3px #334155;
    padding: 10px;
}
section.select-plans-main .inner .column a{
    width: 100%;
    padding: 10px;
}
section.select-plans-main .inner .column a button,
section.play-record-sec-main .inner .image a button{
    width: 100%;
}
section.select-plans-main .inner .column hr {
    width: 100%;
    height: 7px;
    background: #334155;
    margin: 10px 0 0;
}
section.play-record-sec-main{
    background-image: url('../Images/HJHJ.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 10px;
    margin-top: 50px;
}
section.play-record-sec-main .inner {
    display: flex;
    align-items: center;
    gap: 50px;
}
section.play-record-sec-main .inner .text{
    width: 60%;
}
section.play-record-sec-main .inner .image{
    width: 40%;
}
section.play-record-sec-main .inner .text h2{
    font-size: 30px;
    line-height: 38px;
    font-family: "Poppins", Sans-serif;
    color: #fff;
    margin-bottom: 20px;
}
section.play-record-sec-main .inner .text p{
    font-size: 16px;
    font-family: "Poppins", Sans-serif;
    color: #fff;
}
section.play-record-sec-main .inner .text ul {
    padding-left: 40px;
    margin-top: 30px;
}
section.play-record-sec-main .inner .text ul li{
    font-size: 16px; 
    font-weight: 400;
    font-family: "Poppins", Sans-serif;
    color: #fff;
}
section.play-record-sec-main .inner .image a{
    width: 100%;
}

.main-content {
    background: linear-gradient(rgba(30, 60, 114, 0.6), rgba(42, 82, 152, 0.6)), url('../Images/partners-bg-image.webp') no-repeat center center / cover;
    color: #fff;
    text-align: center;
    padding: 80px 20px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
    max-width: 1470px;
    height: 550px;
    margin: 70px auto;
    font-family: 'Poppins', sans-serif;
    position: relative;
    overflow: hidden;
}
 
.trust-partner-sec-ma .trusted-partners h2 {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 600;
}

.trust-partner-sec-ma .partners {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.trust-partner-sec-ma .partner-logo {
  width: 120px;
  height: auto;
}
 
.trust-partner-sec-ma .main-content {
  margin-top: 40px;
}

.trust-partner-sec-ma .highlight-text {
  font-size: 36px;
  font-weight: bold;
  color: #ffcc00;
  margin-bottom: 20px;
}

.trust-partner-sec-ma .cta-container {
  margin-top: 20px;
}

.trust-partner-sec-ma .cta-button {
  background-color: #ffcc00;
  color: #1e293b;
  border: none;
  padding: 15px 40px;
  font-size: 16px;
  cursor: pointer;
  margin: 10px;
  border-radius: 5px;
  transition: background-color 0.3s;
}
section.trust-partner-sec-main .call-more h2 {
    font-size: 39px;
    font-family: "Poppins", Sans-serif;
    font-weight: 800;
    letter-spacing: 1px;
    word-spacing: 1px;
    color: #FFFFFF;
    text-align: center;
    padding: 10px;
    margin: 50px 0 70px;
}
.trusted-partners .partners {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}
.trusted-partners .partners img {
    width: 11%;
}
h2.highlight-text {
    font-size: 52px;
    font-weight: 900;
    font-family: "Poppins", Sans-serif;
}
h2.highlight-text span {
    color: #FFD700;
}
.cta-container span.cta-button{
    font-size: 22px;
    font-weight: 900;
    font-family: "Poppins", Sans-serif;
    color: #FFD700;
    background: transparent;
}
.cta-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}
button.cta-button {
    display: inline-block;
    padding: 14px 34px;
    font-size: 20px;
    background: #ff4b2b;
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    transition: 0.3s ease-in-out;
    border: none;
    cursor: pointer;
}
section.contact-details-main .inner {
    display: flex;
    justify-content: center;
    gap: 85px;
}
section.contact-details-main .inner .column {
    display: flex;
    align-items: center;
    gap: 25px;
    width: 30%;
}
section.contact-details-main .inner .column .image img{
    width: 62px;
}
section.contact-details-main .inner .column .text span {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    font-family: "Poppins", Sans-serif;
}
section.contact-details-main .inner .column .text h3 {
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-weight: 800;
    line-height: 19px;
    letter-spacing: 1.3px;
    color: #2FABFF;
}
section.contact-details-main {
    background: #1B1B1B;
    padding: 30px 10px;
    margin: 50px 0;
}


section.disclaimer-main {
    margin-bottom: 50px;
}
section.disclaimer-main .inner h2 {
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 10px;
}
section.disclaimer-main .inner p{
    margin-top: 20px;
}
section.home-banner-main.service-page {
    height: unset;
    padding: 100px 10px;
    margin-bottom: 50px;
}
section.disclaimer-main.service-disclaimer {
    margin-top: 50px;
}
section.about-us-sec-main {
    padding: 30px 10px;
}
section.about-us-sec-main .inner {
    display: flex;
    align-items: center;
}
section.about-us-sec-main .inner .image {
    padding: 10px;
    width: 50%;
    display: flex;
    justify-content: center;
}
section.about-us-sec-main .inner .text{
    width: 50%;
}

section.about-us-sec-main .inner .image img{
    width: 350px;
}
section.about-us-sec-main .inner .text h2 {
    font-family: "Poppins", Sans-serif;
    font-size: 50px;
    font-weight: 800;
    line-height: 1.2em;
    color: #222222;
    padding-right: 63px;
}
section.about-us-sec-main .inner .text p {
    font-size: 16px;
    font-family: "Open Sans", Sans-serif;
    margin: 20px 0;
}
section.about-us-sec-main a{
    width: 100%;
}
section.about-us-sec-main a button{
    width: 100%;
}
section.get-in-touch {
    background-image: url('../Images/image-9.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 10px;
}
section.get-in-touch .inner{
    display: flex;
    justify-content: center;
    align-items: center;
}
section.get-in-touch .inner h2{
    font-size: 50px;
    color: #fff;
} 
.contact-container {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 40px 0;
}
.contact-wrapper {
    width: 1140px;
    display: flex;  
    gap: 40px;
}
.contact-form {
    flex: 0.7;
    background: #f3f9ff;
    padding: 25px;
    border-radius: 10px;
}
.contact-form h2 {
    margin-bottom: 25px;
    color: #0d2b52;
    font-size: 52px;
    font-weight: 900;
}
.contact-form label {
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
    color: #333;
}
.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border: 1px solid #c7d4e1;
    border-radius: 5px;
    font-size: 15px;
}
.contact-form textarea {
    height: 150px;
    resize: none;
}
.contact-form button {
    padding: 10px 22px;
    background: #0070d9;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
}
.contact-form button:hover {
    background: #005bb5;
}
.contact-info {
    width: 320px;
}
.info-box {
    padding: 0 0 5px;
    background: #fff;
    border-radius: 10px; 
}
.info-box h3 {
    color: #0d2b52;
    font-size: 18px;
    margin-bottom: 5px;
}
.info-box p {
    margin: 0;
    color: #555;
}
 .inner-wrapper-box {
    margin: 0 auto;
    max-width: 1100px;
}
.privacy-policy-box {
    padding: 10px;
}	
.md-box {
    padding: 20px 0;
    border-top: 2px solid #000;
    margin: 20px 0 0 0;
}	
.inner-wrapper-box ul{
    margin: 20px;
}
.inner-wrapper-box ul li{
    list-style: disc;
}
.inner-wrapper-box p{
    margin-bottom: 10px;
}
 section footer {
    background: #1a1a1a;
    color: #fff;
    padding: 3rem 0 1rem;
}
section.blog-sec-main {
    padding: 50px 10px;
}
.blog-card {
    width: 33%; 
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0px 4px 20px rgba(0,0,0,0.1);
    transition: 0.3s ease-in-out; 
}
section.blog-sec-main .inner a {
    cursor: pointer;
    text-decoration: none;
}
.blog-card:hover {
    transform: translateY(-5px);
}
section.home-banner-main.blog-page{
    margin: 0;
}
.blog-image img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.blog-content {
    padding: 22px;
}

.blog-category {
    font-size: 14px;
    font-weight: 600;
    color: #1A73E8;
    text-decoration: none;
}

.blog-category:hover {
    text-decoration: underline;
}

.blog-title {
    font-size: 20px;
    font-weight: 700;
    margin: 12px 0 8px;
    color: #1F1F1F;
}

.blog-meta {
    font-size: 14px;
    color: #6B6B6B;
    margin-bottom: 12px;
}

.blog-desc {
    font-size: 15px;
    color: #4A4A4A;
    line-height: 1.6;
}
.post-container {
    max-width: 850px;
    margin: 40px auto;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 25px rgba(0,0,0,0.1);
}

.post-header img {
    width: 100%;
    height: 380px;
    object-fit: cover;
}

.post-content {
    padding: 35px;
}

.category {
    color: #1A73E8;
    font-size: 15px;
    text-decoration: none;
    font-weight: 600;
}

.category:hover {
    text-decoration: underline;
}

.post-title {
    font-size: 32px;
    font-weight: 700;
    margin: 12px 0 10px;
}

.post-meta {
    color: #666;
    font-size: 14px;
    margin-bottom: 20px;
}

.post-content p {
    line-height: 1.8;
    color: #333;
    font-size: 17px;
    margin-bottom: 18px;
}

.post-content h2 {
    margin-top: 25px;
    font-size: 24px;
    color: #02224C;
}

.post-content ul {
    padding-left: 20px;
    margin-bottom: 18px;
}

.post-content ul li {
    margin-bottom: 8px;
    font-size: 16px;
}
.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}

.footer-section h4 {
    margin-bottom: 1rem;
    font-size: 1.2rem;
}

.footer-section ul {
    list-style: none;
}

.footer-section ul li {
    margin-bottom: 0.5rem;
}

.footer-section a {
    color: #bbb;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-section a:hover {
    color: #fff;
}

.footer-bottom {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid #333;
    color: #888;
}
.footer-section a img {
    width: 160px;
    margin-bottom: 15px;
}
 


@media screen and (max-width: 1024px){
header.inter-header-main .nav-links {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    flex-direction: column;
    padding: 1rem;
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}

header.inter-header-main .nav-links.active {
    display: flex;
}

header.inter-header-main .mobile-menu-toggle {
    display: block;
    background: #2784e0;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    font-weight: 600;
}

li.dropdown {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

ul.dropdown-menu {
    text-align: center;
}
section.home-banner-main { 
    height: 100%; 
}
section.home-banner-main .inner h2 {
    font-size: 32px;
    line-height: 40px;
}
section.Service-sec-main .inner h2,
h2.highlight-text {
    font-size: 38px; 
}
section .call-more .container p,
section.trust-partner-sec-main .call-more h2,
section.play-record-sec-main .inner .text h2 { 
    font-size: 22px; 
}
section .call-more .container { 
    justify-content: center;
}
section.select-plans-main h2 {
    font-size: 28px; 
}
.trusted-partners .partners img {
    width: 15%;
}
.main-content { 
    padding: 20px; 
    height: 350px;
}
section.contact-details-main .inner { 
    gap: 15px;
    flex-wrap: wrap; 
}
section.contact-details-main .inner .column { 
    gap: 15px;
    width: 40%;
}
section.about-us-sec-main .inner .text h2,
section.get-in-touch .inner h2,
.contact-form h2 { 
    font-size: 32px; 
    line-height: 1.1em; 
}
section.get-in-touch { 
    padding: 50px 10px;
} 
}

@media(max-width: 900px) {
    .contact-wrapper {
        flex-direction: column;
        width: 95%;
    }

    .contact-info {
        width: 100%;
    }
}

@media screen and (max-width: 767px){
    header.inter-header-main nav {
    padding: 10px;
}
    header.inter-header-main .logo img {
    width: 70px;
}
    section.home-banner-main .inner,
    .call-more-button,
    section.select-plans-main .inner .column,
    section.play-record-sec-main .inner .text,
    section.play-record-sec-main .inner .image,
    section.contact-details-main .inner .column,
    .blog-card,
    section.about-us-sec-main .inner .text,
    section.about-us-sec-main .inner .image,
    section.about-us-sec-main .inner .image img {
    width: 100%;
}
section.home-banner-main.service-page { 
    padding: 50px 10px;
    margin-bottom: 30px;
}
section.home-banner-main .inner h2 {
    font-size: 22px;
    line-height: 28px;
}
section.Service-sec-main .inner {
    margin: 20px 0 40px;
}
section.Service-sec-main .inner h2, h2.highlight-text,
section.select-plans-main h2 {
    font-size: 24px;
}
section .call-more .container { 
    padding: 10px;
    flex-direction: column;
    gap: 10px;
}
section .call-more .container p, 
section.trust-partner-sec-main .call-more h2, 
section.play-record-sec-main .inner .text h2 {
    font-size: 20px;
}
section.select-plans-main .inner { 
    flex-direction: column;
    align-items: center;
}
section.play-record-sec-main .inner { 
    gap: 30px;
    flex-direction: column;
}
section.play-record-sec-main .inner .text ul {
    padding-left: 20px;
    margin-top: 20px;
}
section.contact-details-main .inner { 
    flex-direction: column;
}
section.blog-sec-main {
    padding: 30px 10px;
}
section.about-us-sec-main .inner { 
    flex-direction: column;
} 
section.about-us-sec-main .inner .text h2 {
    padding: 0;
    font-size: 24px;
}
section.disclaimer-main.service-disclaimer {
    margin-top: 30px;
    margin-bottom: 30px;
}
section.contact-details-main { 
    margin: 30px 0;
}
section.disclaimer-main {
    margin-bottom: 30px;
}
}

  
