@import url('https://fonts.googleapis.com/css2?family=Times+New+Roman:wght@100;200;300;400;500;600;700;800;900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Times New Roman';
    
    /* text-align: justify; */

}

.main-body{
    overflow: hidden;
    position: fixed;
    width: 100%;
}
.container{
    margin: 0 auto;
}

a {
    text-decoration: none !important;


}

li {
    list-style-type: none;
    cursor: pointer;
}

p {
    font-size: 19px;
    line-height: 1.7rem;
    color: #4D4D4D;
}


.home-page-main-section {
    background-image: url("../assets/Group\ 622.png");
    background-size: cover;
    height: 100%;
}

.header-section {
    
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 999;
}


header{
    background-image: url("../assets/Group 626.png");
    /* background-size: cover; */
}

.home-page .home-page-main-section {
    padding-top: 166px;
}

.header-section-1,
.header-section-2 {
    width: 80%;
}

.header-section-1 .logo-section img {
    width: 70px;
}

.header-section-1 .hamburger-section img {
    width: 70%;
}
.content-section img{
    width: 50%;
    height: auto;
}
header .side-bar{
    position: fixed;
    right: -50%;
    width: 30%;
    transition: 0.5s;
    height: 100vh;
    background-color: white;
    z-index: 9999999;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    text-align: justify;
}

/* Mobile responsive adjustments */
@media (max-width: 768px) {
    header .side-bar {
       
        height: 75%; /* Allow height to adapt based on content */
    }
}

/* Very small screens (smaller mobile devices) */
@media (max-width: 480px) {
    header .side-bar {
      
        height: 75%; /* Allow height to adapt based on content */
    }
}
header .cross-icon{
    position: absolute;
    top: 5%;
    right: 10%;
    color: #442576;
    font-size: 30px;
}

header .side-bar-display{
    right: 0;
}




/* .content-section h1 {
    font-weight: bold;
    font-size: 3rem;
    color: #442C76;
   
    position: relative;

}

.content-section h1::before {
    content: "";
    position: absolute;
    border: solid 1px;
    width: 143px;
    bottom: 7px;

} */

/* .content-section {
    position: relative;
} */

/* .content-section h1 span::before {
    content: "";
    position: absolute;
    border: solid 2px;
    width: 105px;
    bottom: 1px;
    
    left: 50%;
    transform: translateX(-18%);
} */

/* .content-section h1 span::after {
    content: "";
    position: absolute;
    border: solid 2px;
    width: 143px;
    bottom: 1px;
    /* right: 54%; */
    /* right: 50%;
    transform: translateX(-27%);
} */ */

/* .content-section h1::after {
    content: "";
    position: absolute;
    border: solid 1px;
    width: 105px;
    bottom: 7px;
    /* right: 100%; */
    /* left: 50%;
    transform: translateX(-18%); }*/

/* .content-section>span {
    position: absolute;
    bottom: 0px;
    color: #442C76;
    font-weight: 600;
    left: 50%;

    transform: translateX(86px);
    font-size: 12px;
} */

/* .header-sect-2 {
    border-top: 2px solid #442c76; 
    margin-top: 2px !important; 
     border-bottom: 2px solid #442c76;
} */

.header-sect-1 {
    border-bottom: 2px solid #442c76;
    padding-bottom: 20px !important;
    position: relative;
}
.header-sect-1::before {
    bottom: 2px;
    border-bottom: 2px solid #442c76;
    width: 100%;
    position: absolute;
    content: "";
}

.header-section-2 .content-section-2 span {
    color: #442C76;
    font-weight: 600;

}

.menu-list-sub-folder {
    transform: translateX(33px);
}

.menu-items-section .menu-list-sub-folder li a {
    color: #6c6c6c;
    font-weight: bold;
    font-size: 20px;
}

.menu-items-section .menu-list-sub-folder li a.active {
    color: #442C76 !important;
}

.hero-widget {
    background-image: url('../assets/Frame 92.png');
    height: 650px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    width: 100%;
    margin-bottom: 50px;
    clip-path: (0% 0%, 60% 0%, 100% 80%, 90% 85%, 80% 78%, 70% 85%, 60% 78%, 50% 85%, 40% 78%, 30% 85%, 20% 78%, 10% 85%, 0% 80%);


}

.hero-widget .hero-banner h1 {
    
    font-size: 76px;
    font-weight: 900;
    color: white;

}

.hero-widget h1 span {
    position: relative;
    display: inline-block;
    color: white;
    padding: 3px 9px 10px 9px;
    z-index: 1;
}

.hero-widget h1 span::before {
    position: absolute;
    content: "";
    width: 112%;
    height: 67%;
    background-color: #442C76;
    left: 0%;
    top: 13px;
    z-index: -1;
}
@media (max-width: 768px) {
    .hero-widget h1 span::before {
        width: 100%; /* adjust as needed */
        height: 70%;  /* maybe smaller on mobile */
        top: 10px;    /* tweak for better alignment */
        background-color: #442C76; /* can change or keep the same */
    }
}


/* .card-section .container-fluid {
    width: 90%;
    margin: 0 auto;
} */

.card-section .row {
    border: dashed 2px rgba(80, 28, 141, 0.4);
    width: 100%;
    margin: 0 auto;

}

.card-section .row>* {
    padding: 1.5rem;
}

.card-section .row>.col-lg-4:first-child {
    border-right: 2px dashed rgba(80, 28, 141, 0.4);

}

.card-section .row>.col-lg-4:last-child {
    border-left: 2px dashed rgba(80, 28, 141, 0.4);
}

.card-section {
    padding-bottom: 60px;
}

.card-section .col-lg-4 .card {
    border-radius: 0;
    background-image: url('../assets/Vector.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 388px;

}
/* For Very Small Screens (extra small mobile devices) */
@media (max-width: 480px) {
    .card-section .col-lg-4 .card {
        height: 340px; /* Further reduce height for very small screens */
        max-width:100%;
    }
}
@media (max-width: 480px) {
    .card-section .col-lg-4, .card-section .col-md-6{
        max-width:100% !important;
    }
    
}
@media (max-width: 480px) {
    .home-page-main-section .about-us .row .three-btns .Create-btn{
        font-size: 13px;
    }
}
.card-section .col-lg-4 .card .card-title {
    padding: 10px 0px 0px 0px ;
    text-align: center;
    font-size: 38px;
}
/* For Small Screens (mobile devices) */
@media (max-width: 768px) {
    .card-section .col-lg-4 .card .card-title {
        font-size: 24px; /* Adjust font size for small screens */
        padding: 6px 0 0 0; /* Adjust padding for small screens */
    }
}

/* For Very Small Screens (extra small mobile devices) */
@media (max-width: 480px) {
    .card-section .col-lg-4 .card .card-title {
        font-size: 26px; /* Further reduce font size for very small screens */
        padding: 0px 0 0 0; /* Further adjust padding for small screens */
    }
}

.home-page-main-section .about-us {
    padding-bottom: 50px;
    padding-top: 50px;
    text-align: justify;
}

.home-page-main-section .about-us .row {
    width: 100%;
    border: 2px dashed rgba(80, 28, 141, 0.4);
    margin: 0 auto;
    padding: 20px 12px 24px 12px;

}

.home-page-main-section .about-us .row h2>span, .home-page-main-section .vision-mission .row h2>span{
    font-size: 56px;
    color: white;
    z-index: 1;
    position: relative;
}

.home-page-main-section .about-us .row h2>span::before,.home-page-main-section .vision-mission .row h2>span::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 120%;
    background-color: #442C76;
    left: 0%;
    top: -16px;
    z-index: -1;
}

.home-page-main-section .about-us .row h2 , .home-page-main-section .vision-mission .row h2{
    display: inline-block;
    border-bottom: 1px solid #442C76;
    line-height: 0.95;
    position: relative;
    margin-bottom: 30px;

}

.home-page-main-section .about-us .row h2::before, .home-page-main-section .vision-mission .row h2::before{
    content: "";
    position: absolute;
    width: 100%;
    border-bottom: 3px solid #442C76;
    bottom: -6px;

}

.home-page-main-section .about-us .row p span {
    padding-bottom: 20px;
    display: inline-block;
}

.home-page-main-section .about-us .row .three-btns {
    display: flex;
    justify-content: space-between;
}

.home-page-main-section .about-us .row .three-btns .Create-btn {
    border-radius: 0px;
    background-color: #442C76;
    border: none;
    padding: 12px;
}

.about-us .row {
    position: relative;
}

.about-us .row img {
    position: absolute;
    top: -12px;
    right: 111px;
    width: 70%;

}

@media (min-width: 1500px) and (max-width: 2000px) {
    .about-us .row img {

        top: -15px;

    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .about-us .row img {
        top: -6px;
    }
    .card-section .row>.col-lg-4:first-child {
        border-right: 2px dashed rgba(80, 28, 141, 0.4);
        border-bottom: 2px dashed rgba(80, 28, 141, 0.4);
    
    }
    .card-section .row>.col-lg-4:nth-child(2){
        border-bottom: 2px dashed rgba(80, 28, 141, 0.4);
       
    }
    
    .card-section .row>.col-lg-4:last-child {
        border: none;
        border-right: 2px dashed rgba(80, 28, 141, 0.4);
        
        
    }

}

@media (min-width:300px) and (max-width: 767px) {
    .about-us .row img {
        top: -4px;
        left: 75px;
    }
    p{
        width: 100% !important;
    }
    .home-page-main-section .vision-mission,.why-choose-us,.about-us,.card-section,.hero-widget{
        padding-bottom: 30px !important;
        padding-top: 30px !important;
    }
    .hero-widget{
        margin-bottom: 30px !important;
    }
    
    
}

@media (min-width:200px) and (max-width: 399px) {
    .about-us .row img {
        top: -4px;
        left: 75px;

    }
    .three-btns{
        display: flex;
        flex-direction: column !important;
        align-items: center;
        gap: 10px;
        
    }

}

@media (min-width: 992px) and (max-width: 1200px) {
    .about-us .row img {
        top: -9px;
    }
}
@media (min-width:400px) and (max-width: 850px) {
    .three-btns{
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center !important;
        
    }
    
    
}
.home-page-main-section .vision-mission,.why-choose-us,.card-section,.hero-widget,.service-section,.hassle-section{
    padding-bottom: 50px;
    padding-top: 50px;
}
.footer{
    background-color: #f9f9f9;


}

.vision-mission .row,.hassle-section .row{
    width: 100%;
    margin: 0 auto;
    /* padding-top: 14px; */
    
}

.vision-mission .row > div >div{
    padding: 21px 16px 30px 20px;
    border: 2px dashed rgba(80, 28, 141, 0.4);
    
}
.vision-mission .row > div >div p{
   width: 80%;
     
}
.vision-mission .row > div .one-card{
    position: relative;
    height: 100%;
    text-align: justify;
}
.vision-mission .row > div .one-card::before{
    content: url(../assets/key-kock.png);
    display: inline-block;
    /* width: 50px; */
    /* left: 0; */
    height: auto;
    right: 20%;
    position: absolute;
    top: -5%;
}

.vision-mission .row > div >div p:last-child{
    /* height: 81.6px; */
 }
@media (max-width:992px) {
    /* .one-card{
        margin-top: 30px;
    } */
    .home-page-main-section .why-choose-us .row > .col-md-12:nth-child(2){
        padding-left: 12px !important;
       
    }
    .vision-mission .row > div:nth-child(2){
        margin-top: 48px;
    }
    .three-btns{
        justify-content: center !important;
        gap: 10px;
        flex-wrap: wrap;
    }
    .brandig-section .brandig-content p{
        margin-bottom: 48px !important;
    }
   

}

.home-page-main-section .why-choose-us .row{
    width: 100%;
    margin: 0 auto;
}
.home-page-main-section .why-choose-us .row div .single-card-content{
    padding-right: 25px;
    text-align: justify;
}
.home-page-main-section .why-choose-us .row div .single-card-content h2 span,.service-section h2 span,.hassle-section h2 span{
    font-size: 56px;
    color: #442C76;
}
.home-page-main-section .why-choose-us .row div .single-card-img{
    padding-left: 20px;
    padding: 10px;
    border: 2px dashed rgba(80, 28, 141, 0.4);
}
.home-page-main-section .why-choose-us .row > .col-lg-6:nth-child(2){
    padding-left: 35px;
}
.container h2{
    color: #4d4d4d;
    font-weight: 600;
    font-size: 40px;
}
@media (max-width: 480px) {
    .container h2{
        color: #4d4d4d;
        font-weight: 600;
        font-size: 32px;
    }
    
}
.service-card {
    border: 2px dashed rgba(80, 28, 141, 0.4);
    padding: 26px 36px 0px 26px;
    text-align: left;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding-bottom: 40px;
    text-align: justify;
    background-image: url(../assets/service_bg.png)
}

.service-card h4 {
    /* flex-grow: 1; */
    font-size: 30px;
}
@media (max-width: 480px) {
    
.service-card h4 {
    /* flex-grow: 1; */
    font-size: 22px;
}
}

.service-card p {
    flex-grow: 2;
    margin-bottom: 2rem;
}

.service-card img {
  /* Adjust image size */
    display: block;
    margin: auto 0 0 0; /* Ensures image stays at the bottom */
    align-self: center;
}
.service-section .container > p{
    margin-bottom: 2rem;
}
.service-section .container .row{
    width: 100%;
    margin: 0 auto;
}

/* Responsive Padding */
@media (max-width: 768px) {
    .service-card {
        padding: 15px 15px 46px 15px;
    }
    .card-section .row>.col-lg-4:first-child,.card-section .row>.col-lg-4:last-child{
        border: none !important;
    }
}
.service-section .container .row .brandig-section .row{
    border: 2px dashed rgba(80, 28, 141, 0.4);
    padding: 26px 26px 46px 20px;
    text-align: justify;
    background-image: url(../assets/service_bg.png);
}

.brandig-section .brandig-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    
}
.brandig-section .brandig-content h4{
    background: linear-gradient(to right, #442C76, #6800B7); /* Horizontal gradient */
            -webkit-background-clip: text;
            color: transparent;
            font-size: 30px;
}

.service-card h4{
    background: linear-gradient(to right, #442C76, #6800B7); /* Horizontal gradient */
    -webkit-background-clip: text;
    color: transparent;
}

/* Hassled ? */


.hassle-service-card {
    background-image: url("serviceCardsBg.png");
    padding: 20px;
    transition: transform 0.3s;
    background-size: cover;
    
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 2px dashed #4D4D4D;
}

.hassle-section h5{
    color: #4D4D4D;
    font-size: 20px;

}
.hassle-service-card p{
    text-align: justify;
    text-justify: distribute;
     hyphens: auto;
}

/* .hassle-service-card:hover {
    transform: translateY(-5px);
} */

.icon-circle-hassle {
    width: 64px;
    height: 64px;
    background-color: #6a0dad;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
    flex-shrink: 0;
}

.hassle-service-content {
    flex-grow: 1;
}

.hassle-section .main-heading h5{
    font-weight: 700;
    font-size:24px;
}







/* Hassled ? */









/* footer */


*{
    font-family: 'Times New Roman';
}
.footer{
    position: relative;
    border-top: 3px solid;
}
.footer::before{
        /* content: url(footer-design.png); */
        width: 100%;
        position: absolute;
        bottom: 0;
        /* text-align: center; */
        /* display: block; */
        height: 35px;
        background-repeat: no-repeat;
        content: " ";
        background-position: center;
        background-size: contain;
        background-image: url(footer-design.png);
    }
    
.footer h4{
    font-weight: 800;
}
.text-primary {
    color: #452A78 !important;
}

.text-secondary {
    color: #4D4D4D !important;
    margin-bottom: 0px;
}


.footer .social-icons a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: white;
    font-size: 20px;
    background: #442c76;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
}

.footer .social-icons a:hover {
    background: white;
    color: #442c76;
    transform: scale(1.2);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}


.footer {
    color: #452A78;
    padding: 60px 0;
    position: relative;
}
.footer .social-icons{
    display: flex;
    gap: 20px;
}

.footer .about-us-content p{
    width: 90%;

}
.footer .about-us-content,.quick-links,.list-unstyled,.contact-content{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contact-content p{
    color: #4D4D4D !important;
}

/* .footer h5 {
    font-weight: bold;
} */

.footer a {
    color: #4D4D4D;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
}

.footer a:hover {
    text-decoration: underline;
}


.footer-bottom {
    color: white;
    background-color: #442C76;
    text-align: center;
    padding: 15px 0;
    margin-top: 2px;
    position: relative;

}

.footer-bottom p {
    margin-top: 0px;
    margin-bottom: 0px;
}

.footer .social-icons a i {
    color: #442C76;
    transition: color 0.3s;
    font-size: 20px;
}

.footer .social-icons a:hover i {
    color: white;
}

@media (max-width:767px) {
    p{
        width: 100% !important;
    }
    .footer .about-us-content .social-icons {
        justify-content: center !important;
    }
    .footer-bottom p{
        width: 90% !important;
        margin: 0 auto;
    }
}
@media (max-width: 480px) {
    .footer-bottom p{
        width: 90% !important;
        margin: 0 auto;
    }
}

/* footer */



/* header */
.header-section {
    
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 999;
}


header{
    background-image: url("../assets/Group 626.png");
    /* background-size: cover; */
}
.header-section-1,
.header-section-2 {
    width: 80%;
}

.header-section-1 .logo-section img {
    width: 80px;
}

.header-section-1 .hamburger-section img {
    width: 45px;
}
.content-section img{
    width: 50%;
    height: auto;
}
header .side-bar{
    position: fixed;
    right: -50%;
    width: 30%;
    transition: 0.5s;
    height: 100vh;
    background-color: white;
    z-index: 9999999;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    text-align: justify;
}

header .cross-icon{
    position: absolute;
    top: 5%;
    right: 10%;
    color: #442576;
    font-size: 30px;
}

header .side-bar-display{
    right: 0;
}

/* .header-sect-2 {
    border-top: 2px solid #442c76;
    margin-top: 2px !important;
     border-bottom: 2px solid #442c76; 
} */

.header-sect-1 {
    border-bottom: 2px solid #442c76;
    padding-bottom: 20px !important;
    position: relative;
}
.header-sect-1::before {
    bottom: 2px;
    border-bottom: 2px solid #442c76;
    width: 100%;
    position: absolute;
    content: "";
}

.header-section-2 .content-section-2 span {
    color: #442C76;
    font-weight: 600;

}
.menu-list-sub-folder {
    transform: translateX(33px);
}

.menu-items-section .menu-list-sub-folder li a {
    color: #6c6c6c;
    font-weight: 600;
}

.menu-items-section .menu-list-sub-folder li a.active {
    color: #442C76 !important;
}
.side-bar .header-mobile{
    display: none;
}

@media (max-width: 768px) {
    .side-bar-lg-para{
        display: none;
    }
    .side-bar .header-mobile{
        display: none;
        margin-left: 0px !important;
        width: 100%;
    }
    .menu-items-section ul{
        padding-left: 0px !important;
        flex-direction: column !important;
    }
    .header-social-icons ul{
        padding-left: 0px !important;
        padding-bottom: 20px;
        padding-top: 30px !important;
        /* justify-content: space-between; */
    }
    .menu-list-sub-folder{
        transform: translateX(0px) !important;
    }
    .content-section-2{
        text-align: center !important;
        font-size: 18px;
        padding-top: 20px;
    }
    .menu-list {
        padding: 10px 15px;
        border-radius: 5px;
        transition: background-color 0.3s ease-in-out;
        background-color: #f0f0f0;
        background: linear-gradient(to right, #f0f0f0, rgba(240, 240, 240, 0.2));
    }
}

@media (max-width:992px) {
    header .header-sect-2{
        display: none;
    }
 
    header .header-section-1 .hamburger-section img{
        width: 120% !important;
    }
    .header-section-1 .logo-section img{
        width: 150%;
    }
    .side-bar-lg-para{
        display: none;
    }
    .side-bar .header-mobile {
        display: block;
        margin-left: 0px !important;
    }
    /* .side-bar .side-bar-lg-para{
        display: none;
    } */
    .side-bar .side-bar-lg-para{
        width: 70%;
        
    }

    .side-bar{
        width: 100% !important;
        right: -100% !important;
    }
    header .side-bar-display{
        right: 0 !important;
    }
    .menu-items-section ul{
        padding-left: 0px !important;
        flex-direction: column !important;
    }
    .header-social-icons ul{
        padding-left: 0px !important;
        padding-top: 20px;
    }
    .menu-list-sub-folder{
        transform: translateX(0px) !important;
    }
    .content-section-2{
        text-align: center !important;
        font-size: 18px;
        padding-bottom: 20px;
    }
    .menu-list {
        padding: 10px 15px;
        border-radius: 5px;
        transition: background-color 0.3s ease-in-out;
        background-color: #f0f0f0;
        background: linear-gradient(to right, #f0f0f0, rgba(240, 240, 240, 0.2));
    }


}
    /* General Icon Styles */
.header-mobile i {
    font-size: 18px; /* Adjust size of all icons */
    color: #333; /* Default icon color */
    transition: color 0.3s ease-in-out; /* Smooth hover effect */
}

/* Date Section Icon */
.content-section-2 i {
    font-size: 16px;
    color: #555; /* Slightly muted */
}

/* Menu Icons */
.menu-list i {
    font-size: 16px;
    color: #007bff; /* Primary blue color */
}

/* Menu Icons Hover Effect */
.menu-list a:hover i {
    color: #0056b3; /* Darker blue on hover */
}

/* Social Media Icons */
.header-social-icons i {
    font-size: 20px;
    color: #666; /* Default gray */
    transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
}


.menu-list a {
    display: flex;
    align-items: center;
    gap: 5px; /* Space between icon and text */
}

.header-social-icons .d-inline-block{
    background-color: none;
    background: transparent
}

.header-sect-2{
    border-bottom:4px solid #442c76;
    box-shadow: 0px 10px 10px #00000052;
}
.date {
    font-size: 20px;
    font-weight: bold;
}
.card-with-bg {
    width: 100%;
    max-width: 400px; /* or whatever width you want */
    margin: auto;
}

.card-image-container {
    background-image: url('assets/bg-image.jpg'); /* your background */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    width: 100%;
    aspect-ratio: 4 / 3; /* Keep ratio consistent if needed */
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-image-container img {
    width: 109%;
    height: auto;
    display: block;
}
.single-text{
    font-size: 55px; 
    color: #442C76;
}
.extra-width{
    width: 250px;
}

.bottom-button {
    position: relative;
    overflow: hidden;
    background-color: #452A78 !important;
    color: white;
    border: none;
    padding: 10px 40px;
 
    border-radius: 1px;
    cursor: pointer;
    transition: color 0.4s ease;
    z-index: 1;
}

.bottom-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #000;
    transition: left 0.4s ease;
    z-index: 0;
}

.bottom-button:hover::before {
    left: 0;
}

.bottom-button span {
    position: relative;
    z-index: 1; /* Keeps text above the sliding overlay */
}

.bottom-button:hover {
    color: white;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}

.footer-side{
padding-left: 6px;
}
/* header */
.word {
  display: inline-block;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeSlideUp 1s ease-out forwards;
}
@media (max-width: 768px) {
    .word {
        display: inline-block;
        opacity: 0;
        transform: translateY(20px);
        animation: fadeSlideUp 1s ease-out forwards;
        font-size: 58px;
      }   
}
.word:nth-child(1) {
  animation-delay: 0.2s;
}

.word:nth-child(2) {
  animation-delay: 0.6s;
}

.word:nth-child(3) {
  animation-delay: 1s;
}

@keyframes fadeSlideUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Card animation (flip effect) */
.card {
    opacity: 0;
    transform: perspective(500px) rotateY(15deg) translateY(30px); /* Flip effect */
    transition: transform 1.5s ease, opacity 1.5s ease; /* Slower animation */
  }
  
  /* When card is in view, trigger animation */
  .card.animate {
    opacity: 1;
    transform: perspective(500px) rotateY(0deg) translateY(0); /* Return to normal */
  }
  
  /* Title animation (first letter bounce) */
  /* .card-title {
    overflow: hidden;
    display: inline-block;
    position: relative;
  } */
  
  /* First letter animation */
  .card-title .single-text {
    display: inline-block;
    opacity: 0;
    transform: translateY(100%);
    animation: bounceIn 1s ease-out forwards; /* Slower bounce animation */
  }
  
  /* Full title should fade in normally */
  .card.animate .card-title .single-text {
    opacity: 1;
    animation-delay: 0.5s; /* Delayed bounce for the first letter */
  }
  
  /* Title bounce-in effect */
  @keyframes bounceIn {
    0% {
      transform: translateY(100%);
      opacity: 0;
    }
    60% {
      transform: translateY(-10%);
      opacity: 1;
    }
    80% {
      transform: translateY(5%);
    }
    100% {
      transform: translateY(0);
    }
  }
  
  /* Parallax effect for images */
  .card-image-container img {
    transition: transform 1.5s ease-out; /* Slower transition */
  }
  
  .card.animate .card-image-container img {
    transform: translateY(-10px); /* Slight upward movement */
  }
  .about-us {
    opacity: 0;
    transform: translateY(50px);
    transition: all 1.2s ease;
  }
  
  .about-us.visible {
    opacity: 1;
    transform: translateY(0);
  }
  
  /* Section animation */
  .about-us.visible {
    animation: fadeInLeftToRight 2s ease-out forwards;
  }
  
  /* Heading animation */
  .about-us.visible h2 {
    animation: fadeInUp 1.8s ease-out 0.5s forwards;
  }
  
  /* Paragraph animation */
  .about-us.visible p {
    animation: fadeInUp 2s ease-out 1s forwards;
  }
  
  /* Button animation */
  .about-us.visible .Create-btn {
    animation: fadeInUp 2s ease-out 1.5s forwards;
  }
  
  /* Image animation */
  .about-us.visible img {
    animation: fadeInLeftToRight 2s ease-out 2s forwards;
    opacity: 1;
    transform: translateX(0);
  }
  
  @keyframes fadeInLeftToRight {
    0% {
      opacity: 0;
      transform: translateX(-100px);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  
  @keyframes fadeInUp {
    0% {
      opacity: 0;
      transform: translateY(30px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  /* Initial state for animated items */
.vision-mission .animated-item {
    opacity: 0;
    transform: translateY(50px); /* Start below */
    transition: all 1.2s ease;
  }
  
  /* Animate on visibility */
  .vision-mission.visible .animated-item {
    opacity: 1;
    transform: translateY(0); /* Move to normal position */
    animation: fadeInScaleUp 1.5s ease-out forwards; /* New animation style */
  }
  
  /* Reusable fadeInScaleUp keyframes */
  @keyframes fadeInScaleUp {
    from {
      opacity: 0;
      transform: translateY(50px) scale(0.8); /* Start from below and smaller */
    }
    to {
      opacity: 1;
      transform: translateY(0) scale(1); /* End at normal size and position */
    }
  }
  
  /* Headings and paragraphs fadeInUp animation */
  .fadeInUp {
    opacity: 0;
    transform: translateY(30px); /* Start from below */
    transition: all 1s ease-out;
  }
  
  /* Animate on visibility */
  .vision-mission.visible .fadeInUp {
    opacity: 1;
    transform: translateY(0); /* Move to normal position */
    animation: fadeInUp 1s ease-out forwards;
  }
  
  /* Reusable fadeInUp keyframes */
  @keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translateY(30px); /* Start from below */
    }
    to {
      opacity: 1;
      transform: translateY(0); /* End at normal position */
    }
  }
  
  /* Adjust delays for staggered animation */
  .vision-mission h2.fadeInUp {
    animation-delay: 0.3s; /* Slight delay for headings */
  }
  
  .vision-mission p.fadeInUp {
    animation-delay: 0.6s; /* Slight delay for paragraphs */
  }
  
  /* You can also adjust this animation for mobile */
  @media (max-width: 768px) {
    .vision-mission .animated-item {
      animation-duration: 1.8s; /* Longer for mobile for better effect */
    }
  
    .fadeInUp {
      animation-duration: 1.3s;
    }
  }
/* Initial state for animated items */
.why-choose-us .animated-item {
    opacity: 0;
    transform: translateY(30px); /* Start below */
    transition: all 1.2s ease;
  }
  
  /* Animate on visibility */
  .why-choose-us.visible .animated-item {
    opacity: 1;
    transform: translateY(0); /* Move to normal position */
    animation: fadeInUp 1.5s ease-out forwards;
  }
  
  /* Reusable fadeInUp keyframes */
  @keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translateY(30px); /* Start from below */
    }
    to {
      opacity: 1;
      transform: translateY(0); /* End at normal position */
    }
  }
  
  /* Heading fade and bounce effect */
  .fadeInLeft {
    opacity: 0;
    transform: translateX(-50px); /* Start from left */
    transition: all 1s ease-out;
  }
  
  .why-choose-us.visible .fadeInLeft {
    opacity: 1;
    transform: translateX(0); /* Move to normal position */
    animation: fadeInLeft 1s ease-out forwards;
  }
  
  @keyframes fadeInLeft {
    from {
      opacity: 0;
      transform: translateX(-50px); /* Start from left */
    }
    to {
      opacity: 1;
      transform: translateX(0); /* End at normal position */
    }
  }
  
  /* Bounce effect for heading */
  @keyframes bounceIn {
    0% {
      transform: translateY(-30px); /* Start from slightly above */
      opacity: 0;
    }
    60% {
      transform: translateY(10px); /* Move down a little */
      opacity: 1;
    }
    80% {
      transform: translateY(-5px); /* Bounce slightly */
    }
    100% {
      transform: translateY(0); /* Settle at normal position */
    }
  }
  
  .bounceIn {
    animation: bounceIn 1s ease-out forwards;
  }
  
  /* Zoom effect for the image */
  .zoomIn {
    opacity: 0;
    transform: scale(0.8); /* Start smaller */
    transition: all 1s ease-out;
  }
  
  .why-choose-us.visible .zoomIn {
    opacity: 1;
    transform: scale(1); /* Scale to normal size */
    animation: zoomIn 1.5s ease-out forwards;
  }
  
  @keyframes zoomIn {
    from {
      opacity: 0;
      transform: scale(0.8); /* Start smaller */
    }
    to {
      opacity: 1;
      transform: scale(1); /* End at normal size */
    }
  }
  
  /* Adjust delays for staggered animation */
  .why-choose-us .fadeInLeft {
    animation-delay: 0.3s; /* Delay for left content */
  }
  
  .why-choose-us .zoomIn {
    animation-delay: 1s; /* Delay for image */
  }
  
  /* Mobile responsiveness */
  @media (max-width: 768px) {
    .why-choose-us .animated-item {
      animation-duration: 1.8s; /* Longer duration for mobile */
    }
  
    .fadeInLeft, .zoomIn {
      animation-duration: 1.5s; /* Smooth duration for smaller screens */
    }
  }
/* Style the heading */
.letter-animation {
    display: inline-block;
    font-size: 2.5rem;
    font-weight: bold;
    overflow: hidden; /* Hide overflowing letters initially */
  }
  
  /* Make each letter animate one by one */
  .letter-animation::before {
    content: attr(data-text); /* Fetch the content of the text */
    visibility: hidden; /* Hide the original text */
  }
  
  /* Add span around each letter */
  .letter-animation span {
    display: inline-block;
    opacity: 0;
    transform: translateY(20px); /* Start from below */
    animation: fadeInUp 1s ease forwards;
  }
  
  /* Apply different delays for each letter */
  .letter-animation span:nth-child(1) {
    animation-delay: 0.1s;
  }
  
  .letter-animation span:nth-child(2) {
    animation-delay: 0.2s;
  }
  
  .letter-animation span:nth-child(3) {
    animation-delay: 0.3s;
  }
  
  .letter-animation span:nth-child(4) {
    animation-delay: 0.4s;
  }
  
  .letter-animation span:nth-child(5) {
    animation-delay: 0.5s;
  }
  
  .letter-animation span:nth-child(6) {
    animation-delay: 0.6s;
  }
  
  .letter-animation span:nth-child(7) {
    animation-delay: 0.7s;
  }
  
  .letter-animation span:nth-child(8) {
    animation-delay: 0.8s;
  }
  
  .letter-animation span:nth-child(9) {
    animation-delay: 0.9s;
  }
  
  /* Keyframes for fadeInUp effect (letter-by-letter animation) */
  @keyframes fadeInUp {
    0% {
      opacity: 0;
      transform: translateY(20px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
/* Keyframe animations */

/* Fade and slide-up animation */
@keyframes fadeInSlideUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Fade and slide-left animation */
@keyframes fadeInSlideLeft {
    0% {
        opacity: 0;
        transform: translateX(-100px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Zoom-in-up animation */
@keyframes zoomInUp {
    0% {
        opacity: 0;
        transform: translateY(30px) scale(0.8);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* Apply animation when the section becomes visible */
.observe-me.visible h2,
.observe-me.visible p {
    animation: fadeInSlideUp 1.2s ease-out forwards;
}

.observe-me.visible .service-card {
    animation: zoomInUp 1.5s ease-out forwards;
}

.observe-me.visible .service-card img {
    animation: fadeInSlideLeft 1s ease-out 0.5s forwards;
}

.observe-me.visible .brandig-section {
    animation: fadeInSlideUp 1.5s ease-out forwards;
}

/* Optional: Add slight delay for paragraphs */
.observe-me.visible p {
    animation-delay: 0.5s;
}

.observe-me.visible .service-card h4 {
    animation: fadeInSlideUp 1s ease-out 1s forwards;
}

/* Keyframe animations for fade and slide-up */
@keyframes fadeInSlideUp {
    0% {
        opacity: 0;
        transform: translateY(30px); /* Start below */
    }
    100% {
        opacity: 1;
        transform: translateY(0); /* Normal position */
    }
}

/* Apply the animation to h2 and p when section becomes visible */
.observe-me.visible h2 {
    animation: fadeInSlideUp 1.2s ease-out forwards;
}

.observe-me.visible p {
    animation: fadeInSlideUp 1.2s ease-out 0.5s forwards; /* Delay for p */
}

  /* Keyframe for bounce-in animation */
  @keyframes bounceIn {
    0% {
        transform: scale(0.3);
        opacity: 0;
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

/* Keyframe for flip animation */
@keyframes flipIn {
    0% {
        transform: rotateY(-180deg);
        opacity: 0;
    }
    100% {
        transform: rotateY(0deg);
        opacity: 1;
    }
}

/* Keyframe for fade-in and scale-up */
@keyframes fadeInScaleUp {
    0% {
        opacity: 0;
        transform: scale(0.8);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

/* Keyframe for rotate and fade-in */
@keyframes rotateIn {
    0% {
        transform: rotate(-200deg);
        opacity: 0;
    }
    100% {
        transform: rotate(0deg);
        opacity: 1;
    }
}

/* Title animation */
.hassle-section .main-heading h2 {
    animation: bounceIn 1.2s ease-out forwards; /* Bounce animation for the heading */
}

.hassle-section .main-heading h5 {
    animation: bounceIn 1.5s ease-out 0.5s forwards; /* Bounce animation with a delay for subheading */
}

/* Apply flip animation to hassle service cards */
.hassle-service-card {
    opacity: 0;
    animation: flipIn 1.2s ease-out forwards; /* Flip-in effect */
}

/* Add delay for sequential appearance */
.hassle-service-card:nth-child(1) {
    animation-delay: 0.3s;
}

.hassle-service-card:nth-child(2) {
    animation-delay: 0.6s;
}

.hassle-service-card:nth-child(3) {
    animation-delay: 0.9s;
}

.hassle-service-card:nth-child(4) {
    animation-delay: 1.2s;
}

.hassle-service-card:nth-child(5) {
    animation-delay: 1.5s;
}

.hassle-service-card:nth-child(6) {
    animation-delay: 1.8s;
}

/* Apply fade-in and scale-up for service card titles and content */
.hassle-service-card h5 {
    animation: fadeInScaleUp 1s ease-out forwards;
}

.hassle-service-card p {
    animation: fadeInSlideUp 1.5s ease-out 0.5s forwards;
}

/* Animate images with slight rotation and fade-in */
.hassle-service-card img {
    animation: rotateIn 1.5s ease-out forwards;
}

/* Keyframe for fade-in effect */
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* Keyframe for slide-up effect */
@keyframes slideUp {
    0% {
        transform: translateY(20px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Initial state before animation starts */
.animate-heading,
.animate-card {
    opacity: 0;
    transform: translateY(20px);
}

/* Animation for the heading */
.visible .animate-heading {
    animation: fadeIn 1s ease-out forwards;
}

/* Animation for the service cards */
.visible .animate-card {
    animation: slideUp 1s ease-out forwards;
}

/* Delay animations for service cards to create staggered effect */
.animate-card:nth-child(1) {
    animation-delay: 0.3s;
}

.animate-card:nth-child(2) {
    animation-delay: 0.6s;
}

.animate-card:nth-child(3) {
    animation-delay: 0.9s;
}

.animate-card:nth-child(4) {
    animation-delay: 1.2s;
}

.animate-card:nth-child(5) {
    animation-delay: 1.5s;
}

.animate-card:nth-child(6) {
    animation-delay: 1.8s;
}
/* Keyframe for fade-in effect */
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* Keyframe for slide-up effect */
@keyframes slideUp {
    0% {
        transform: translateY(30px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Initial state before animation starts */
.animate-heading,
.animate-button {
    opacity: 0;
    transform: translateY(30px); /* Slightly more offset to start */
}

/* Animation for heading text */
.visible .animate-heading {
    animation: fadeIn 1s ease-out forwards;
}

/* Animation for the button */
.visible .animate-button {
    animation: slideUp 1s ease-out forwards;
}

/* Stagger animations for a delayed effect */
.animate-heading:nth-child(1) {
    animation-delay: 0.3s; /* Delay for first heading */
}

.animate-heading:nth-child(2) {
    animation-delay: 0.6s; /* Delay for paragraph */
}

.animate-button {
    animation-delay: 0.9s; /* Delay for button */
}

/* Additional smoothness on smaller screens */
@media (max-width: 767px) {
    .animate-heading,
    .animate-button {
        transform: translateY(15px); /* Slightly less offset for mobile */
    }
}
.list-unstyled a {
    color:  #303337; /* default text-secondary */
    text-decoration: none;
    transition: color 0.3s ease, transform 0.3s ease;
    display: inline-block;
}

.list-unstyled a:hover {
    color: #442c76; /* your brand purple */
    transform: translateX(5px);
}
.footer-side a {
    color: #303337; /* Matches text-secondary */
    text-decoration: none;
    transition: color 0.3s ease, transform 0.3s ease;
}

.footer-side a:hover {
    color: #442c76; /* Your brand purple */
    transform: translateX(5px); /* Subtle movement */
}
.menu-list a {
    color: #6c757d; /* Default text color */
    text-decoration: none;
    position: relative;
    transition: color 0.3s ease;
}

.menu-list a.active,
.menu-list a:hover {
    color: #452A78; /* Purple color on hover or if active */
}

/* Default styling for the pseudo-element */


/* Apply only on large screens (min-width: 992px) */
@media (min-width: 992px) {
    .menu-list a:hover::after {
        transform: scaleX(1);
        transform-origin: bottom left;
        
    }
    .menu-list a::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: #452A78;
        bottom: 0;
        left: 0;
        transform: scaleX(0);
        transform-origin: bottom right;
        transition: transform 0.3s ease;
    }
}


.menu-list a:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}
.social-icons a {
    display: inline-block;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.social-icons a:hover {
    transform: scale(1.05); /* Slight zoom effect */
  
   
}
/* ========== MOBILE VERSION ONLY ========== */
@media (max-width: 767px) {
    .card-section .row {
      display: flex;
      flex-direction: column;
      gap: 5px;
    }
  
    .card-section .col-lg-4,
    .card-section .col-md-6 {
      width: 100%;
      max-width: 95%;
    }
  
  
  
    .card-image-container img {
      width: 100%;
      height: auto;
    }
  }
  .responsive-bg-card{
    background-image: url('../assets/visionbg.png'); 
    background-size: cover; 
    background-position: center;
  }
 /* Mobile-specific styles */
@media (max-width: 767px) {
    .responsive-bg-card {
      background-size: 100% 100%; /* This ensures the image stretches across the full width and height of the container */
      height: 270px; /* Adjust the height for mobile screens */
      padding: 15px; /* Ensure no extra padding affects layout */
    }
  }
  @media (max-width: 480px) {
      .responsive-bg-card {
        
        background-size: 100% 100%; /* This ensures the image stretches across the full width and height of the container */
      height: 310px; /* Adjust the height for mobile screens */
      padding: 15px; /* Ensure no extra padding affects layout */
    }
}
/* Responsive styles */
@media (max-width: 768px) {
    h1 {
        font-size: 2.5rem; /* Smaller font for tablets */
    }
}

@media (max-width: 480px) {
    h1 {
        font-size: 2rem; /* Even smaller font for phones */
        padding: 0 10px; /* Prevent text from touching the edges */
    }
    
    .hero-banner {
        padding: 10px; /* Reduce padding for mobile screens */
    }
}
@media (max-width: 480px) {
    .Brand-Strategy {
        background-size: contain;       /* Ensures the full image is visible */
        background-repeat: no-repeat;
        background-position: center;
        min-height: 360px;              /* Optional: adjust height to fit the image */
        padding: 30px 15px;             /* Adjust padding for mobile */
        margin-bottom: -40px !important;
      }
}

/* 1. Disable background scrolling */
body.modal-open {
overflow: hidden;
}

/* 2. Modal Styles */
.modal {
display: none;
position: fixed;
z-index: 1000;
left: 0;
top: 0;
width: 100%;
height: 100%;
backdrop-filter: blur(8px); /* Blur background */
background-color: rgba(0, 0, 0, 0.3); /* Semi-transparent dark overlay */
justify-content: center;
align-items: center;
opacity: 0; /* Start as invisible */
animation: fadeInUp 0.5s forwards; /* Animation: fade-in + slide-up */
}

/* 3. Modal Content Styles */
.modal-content {
background: url(../assets/Group\ 622.png);
padding: 30px;
width: 90%;
max-width: 500px;
border-radius: 10px;
position: relative;
z-index: 1001;
}

/* 4. Close Button Style (Round and with background) */
.close {
color: white;
position: absolute;
top: 15px;
right: 20px;
font-size: 22px;
font-weight: bold;
cursor: pointer;
background-color: #442576;
width: 30px;
height: 30px;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
transition: background-color 0.3s ease;
}

.close:hover {
background-color: #000; /* Hover effect */
}

/* 5. Popup Animation: Fade In + Slide Up */
@keyframes fadeInUp {
from {
opacity: 0;
transform: translateY(50px);
}
to {
opacity: 1;
transform: translateY(0);
}
}

/* 6. Input and Textarea Styles */
input, textarea {
width: 100%;
padding: 8px;
margin-top: 5px;
box-sizing: border-box;
}

button[type="submit"] {
background-color: #333;
color: white;
padding: 10px 20px;
border: none;
cursor: pointer;
}

/* contact form */
.contact-form{
    padding-top: 50px;
    padding-bottom: 50px;
}
@media (max-width:767px) {
    .contact-form{
    padding-top: 0px;
    padding-bottom: 0px;
    }

}
form {
    background: transparent;
    
}
#successMessage{
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}


.form-group {
    margin-bottom: 15px;
    text-align: left;
}

input, textarea {
    width: 100%;
    padding: 8px;
    border: 1px solid #4D4D4D;
    font-size: 16px;
    outline: none;
    background-color: transparent;
}

textarea {
    height: 100px;
    resize: none;
}

input:focus, textarea:focus {
    border: 1px solid blue;
}

.submit-btn {
    background: linear-gradient(to right, #4b0082, #8a2be2);
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    display: block;
    /* width: 100%; */
    max-width: 200px;
   
}

.submit-btn:hover {
    opacity: 0.9;
}

.phn-email{
    display: flex;
    justify-content: space-between;
}
form::before{
    content: "";
    width: 100%;
    height: 100%;
}
.contact-form .divider-container .divider{
    width: 1%;
    border-right: 1px solid;
    margin: 0 auto;
    height: 78%;
}

.circle-icon {
    width: 70px;
    height: 70px;
    background-color: green;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 14px;
}

.circle-icon img {
    width: 40px; /* Adjust size of tick */
    height: 40px;
}



/* contact form */


@media (max-width:992px) {
    .contact-form .divider-container .divider{
        width: 100%;
        border-bottom: 1px solid;
        margin: 0 auto;
        height: 1%;
    }
    .contact-container {
   
   
        padding: 0px 20px 20px 0px !important;
    }
    #successmessage{
    flex-direction: column;
    justify-content: start !important;
    align-items: start !important;
    height: 100%;
    }

    .we-are-here-to-help-section .row{
        justify-content: center;
        text-align: center;
    }

}
.contact-item {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 20px;
}

.contact-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border-radius: 6px;
    padding: 8px;
    border: 1px dashed ; /* Dashed border effect */
    background-color: #fff;
}

.contact-icon img {
    width: 20px; /* Adjust icon size */
    height: 20px;
}

.contact-text {
    font-size: 16px;
    color: #333;
}


/* address */


.contact-container {
   
   
    padding: 20px 20px 20px 0px;
    
    /* background: #fff */
}



/* address */


/* Base styles for input fields and submit button */
.contact-form input,
.contact-form textarea {
    transition: all 0.3s ease;
}

/* Hover and focus effect on form input fields */
.contact-form input:hover,
.contact-form textarea:hover,
.contact-form input:focus,
.contact-form textarea:focus {
    border-color: #452A78; /* Change border color on hover/focus */
    box-shadow: 0 0 10px rgba(69, 42, 120, 0.3);
}

/* Hover Effect for Submit Button */
.submit-btn {
    transition: all 0.3s ease;
}

.submit-btn:hover {
    background-color: #5e3c9b;
    transform: scale(1.05); /* Slightly enlarge on hover */
    box-shadow: 0 5px 20px rgba(69, 42, 120, 0.2);
}


@media (max-width: 480px) {
    .Brand-Strategy {
        background-size: contain;       /* Ensures the full image is visible */
        background-repeat: no-repeat;
        background-position: center;
        min-height: 360px;              /* Optional: adjust height to fit the image */
        padding: 30px 15px;             /* Adjust padding for mobile */
        margin-bottom: -40px !important;
      }
}
#contactForm select {
   
  
    /* margin-top: 5px; */
   

   

    width: 100%;
    padding: 10px;
    border: 1px solid #4D4D4D;
    font-size: 16px;
    outline: none;
    background-color: transparent;
}
.circle-style{
    font-size: 19px;
    line-height: 1.7rem;
    color: #4D4D4D;
}
a{
    text-decoration:none;
  }
  .floating_btn {
    position: fixed;
    bottom: 30px;
    right: 15px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items:center;
    justify-content:center;
    z-index: 1000;
  }
  
  @keyframes pulsing {
    to {
      box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
  }
  
  .contact_icon {
    background-color: #42db87;
    color: #fff;
    width: 60px;
    height: 60px;
    font-size:30px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0px);
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 #42db87;
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none !important;
    transition: all 300ms ease-in-out;
  }
  
  
  .text_icon {
    margin-top: 8px;
    color: #707070;
    font-size: 13px;
  }