@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; */

}
.container{
    margin: 0 auto;
}

a {
    text-decoration: none !important;


}

li {
    list-style-type: none;
    cursor: pointer;
}
p {
    font-size: 16px;
    line-height: 1.7rem;
}

/* Hero widget styles */
.Home-banner-image {
    background-image: url('../assets/contacts-banner.png');
    background-size: cover;
    background-position: center;
    height: 400px;
}
@media (max-width: 768px) {
    .Home-banner-image {
        height: 250px;
    }
}
.hero-widget{
    
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../assets/contacts-banner.png");
}
.hero-widget .hero-banner{
    height: 450px;
}

/* Hero widget styles */


/* we-are-here-to-help-section */

.we-are-here-to-help-section .content-section h2{
    color: #6800B7;
    font-weight: 700;
    line-height: 4rem;
}
.we-are-here-to-help-section,.map-thing{
    padding-bottom: 50px;
    padding-top: 50px;
}

/* we-are-here-to-help-section */


/* 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: 10px;
    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 */



/* 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: 70px;
}

.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: 70% !important;
    }
    .header-section-1 .logo-section img{
        width: 75%;
    }
    .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));
    }
}



.header-mobile i {
    font-size: 18px; 
    color: #333; 
    transition: color 0.3s ease-in-out; 
}

/* Date Section Icon */
.content-section-2 i {
    font-size: 16px;
    color: #555; 
}

/* Menu Icons */
.menu-list i {
    font-size: 16px;
    color: #007bff; 
}

/* Menu Icons Hover Effect */
.menu-list a:hover i {
    color: #0056b3; 
}

/* Social Media Icons */
.header-social-icons i {
    font-size: 20px;
    color: #666; 
    transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
}


.menu-list a {
    display: flex;
    align-items: center;
    gap: 5px; 
}

.header-social-icons .d-inline-block{
    background-color: none;
    background: transparent
}

/* header */





/* footer */


*{
    font-family: 'Times New Roman';
}
.footer{
    position: relative;
    border-top: 3px solid;
    background-color: #f9f9f9;

}
.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;
}

.footer .social-icons a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    /* background-color: white; */
    color: white;
    border-radius: 50%;
    /* margin: 0 10px; */
    font-size: 20px;
    border-radius: 50%;
    background: #442c76;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer {
    color: #452A78;
    padding: 40px 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;
}

.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;
    }
}

/* 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);
}

/* Contact Item Animation */
.contact-item {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease;
}

/* Add visible class to trigger animation */
.contact-item.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Hover effect on contact icons */
.contact-item:hover .contact-icon {
    transform: scale(1.1); /* Slightly enlarge the icon */
    transition: transform 0.3s ease;
}
/* Base styles for content section */
.content-section {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s ease;
}

/* Triggered when content section is in view */
.content-section.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Hover effect for text */
.content-section h2,
.content-section p {
    transition: color 0.3s ease;
}

.content-section h2:hover,
.content-section p:hover {
    color: #452A78; /* Change text color on hover */
}

/* footer */
@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 {
   
  
  
   

   

    width: 100%;
    padding: 10px;
    border: 1px solid #4D4D4D;
    font-size: 16px;
    outline: none;
    background-color: transparent;
}
