:root {
    --main-color: black;
    --primary-color: #2E5077;
    /*--button-color: #4DA1A9;*/
    /*--text-color:#*/
     --button-color:#f0b94e;
  /*#f0b94e; yellows tik*/
  /*#f6f4f0  servce back*/ 
   /*color:#379a4a; green*/
}

/* home */
.home-title {
    font-size: 20px;
    font-weight: 800;
   
    letter-spacing: 1.5px;
    @media(max-width:600px){
        font-size: 20px;
    }
}
/*.navbar-toggler-icon {*/
/*    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");*/
/*}*/

.head-text-scroll{
    color:#DDA853 !important;
}
.home-title a{
    font-size: 20px;
    font-weight: 800;
    color:#DDA853 !important;
    letter-spacing: 1.5px;
    @media(max-width:600px){
        font-size: 20px;
    }
}

.home-title-bar {
    background-color: green;
    border-radius: 50% 5% 50% 5%;
    width: 30%;
    height: 8px;
    margin: 20px 0px;
}

.home-title-slo {
    font-style: italic;
    font-size: 20px;
    font-weight: bold;
    color: green;
}

.home-btn-logo {
    background-color: var(--button-color);
    color: white;
    border: none;
    transition: background-color 0.3s ease;
    width: fit-content;
    margin-top: 20px;
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 15px 1px 15px 1px;
    margin-top: 20px;
    margin-bottom: 10px;
    transition: all 0.3s linear;
    font-size: 1.2rem;
    text-decoration: none;
}
.home-btn-logo a{
    color: white !important;
    text-decoration: none;
}

/*.home-btn-logo:hover {*/
/*    box-shadow: 1px 1px 10px black;*/
/*    color: white;*/
/*    background-color: ;;*/
/*}*/
.home-row{
    /* background-color:#1369b9; */
    background-image: url(https://vaidamconsultancy.com/assets/images/home-banner-teal.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

/* home - image */
.left-panel {
    display: flex;
    justify-content: center;
} 

.right-panel {
    flex: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(3, 1fr);
}

.box:hover {
    color: white;
}

.box {
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    text-align: center;
    font-size: 18px;
    padding: 40px 20px;
    cursor: pointer;
    user-select: none;
    transition: all .3s linear;
    border-radius: 10px;
    text-decoration: none;
    font-weight: bold;
    margin: 10px;
}

.cyan {
    background-color: #00cfd1;
}

.pink {
    background-color: #fd748c;
}

.purple {
    background-color: #b16bff;
}

.orange {
    background-color: #ff9f32;
}

.dark-purple {
    background-color: #5b2aa1;
}

.yellow {
    background-color: #fed93f;
}


/* ourservices */

.ourServices-title {
    color: var(--primary-color);
    font-size: 38px;
    font-weight: bold;
}

.ourServices-title {
    /*background-color: var(--main-color);*/
   
}

.our-service-list {
    background-color:var(--primary-color) ;
    color: white;
    padding: 15px 15px;
    text-decoration: none;
    font-size: 1.1rem;
    border: 2px solid white;
    transition: all .3s linear;
    
}

.our-service-list:hover {
    background-color:var(--button-color) !important;
    color:#fff;
}

.our-service-list>span {
    display: inline-block;
    padding: 7px 7px 10px 10px;
    border-radius: 50%;
    text-align: center;
    background-color:var(--primary-color) ; 
    @media (max-width:600px) {
        margin-right: 10px;
    }
}
.our-services-bg p{
    text-align: justify;
}
.our-service-list.active>span {
    background-color:var(--button-color) !important;
}

.our-service-list.active {
    background-color:var(--button-color) !important;
}

.our-services-list-boxs {
    transition: all .3s linear;
}

.out-services-card-container>div>a {
    text-decoration: none;
}

.out-services-card-container {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    display: none;
    flex: 0 0 calc(50% - 8px); 
}

.out-services-card-container1 {
    display: flex;
}

.our-services-card {
    box-sizing: border-box;
    margin: 15px ;
    /*width: 340;*/
    min-height: 90%;
    border: 1px solid #027d8536;
    box-shadow: 2px 2px 6px 0px #027d851f;
    padding: 10px 15px;
    border-radius: 6px;
    background-color: white;
    cursor: pointer;
    color: black;
}

.our-services-card>span {
    padding: 7px;
    display: inline-block;
    height: 40px;
    width: 40px;
    text-align: center;
    border-radius: 50%;
    background-color:var(--button-color) ;   
}

.our-services-card>p {
    font-size: 13px;
}

.tab-pane h4 {
    margin-top: 10px;
    font-size: 20px;
    font-weight: 600;
    color: #212529;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.tab-pane h4>i {
    color:var(--button-color) !important;
}

/* Why Us */

.why-we-content>h2 {
    font-size: 40px;
    font-weight: bold;
    margin-top: 30px;
}

.why-we-content>.bar {
    background-color: black;
    border-radius: 50% 5% 50% 5%;
    width: 30%;
    height: 10px;
    margin: 10px 0px;
}

.why-we-content>p {
    font-size: 20px;
    line-height: 2;
}

.why-we-content>ul {
    list-style: none;
    padding: 0px 10px;
}

.why-we-content>ul>li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    font-weight: bold;
    margin: 15px 0px;
    color: black;
}

.why-we-content>ul>li>span>i {
    font-size: 30px;
    color:var(--button-color);
}

/* Contact Section Styles */
.contact-section {
    background-color: #f9fafc !important;
}

.contact-container {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 60px;
}

.contact-info,
.contact-form {
    flex: 1;
    min-width: 300px;
}

/* Contact Information Styles */
.contact-info h2 {
    font-size: 2.5rem;
    color: black;
    margin-bottom: 15px;
    font-weight: bold;
}

.contact-intro {
    color: black;
    margin-bottom: 30px;
    font-size: 1.1rem;
    line-height: 1.6;
    width: 90%;
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.contact-card {
    display: flex;
    gap: 20px;
    padding: 20px;
    border-radius: 8px;
    transition: transform 0.3s;
}

.contact-card:hover {
    transform: translateY(-5px);
}

.contact-icon {
    width: 50px;
    height: 50px;
    background-color:var(--button-color);
    color: black;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.contact-text h4 {
    color: black;
    margin-bottom: 8px;
    font-size: 1.2rem;
    font-weight: bold;
}

.contact-text p {
    color: black;
    margin: 5px 0;
    line-height: 1.5;
}

.contact-text a {
    color: black;
    text-decoration: none;
    transition: color 0.3s;
}

.contact-text a:hover {
    /* color: white; */
    text-decoration: underline;
}

.timing {
    font-size: 0.9rem;
}

.social-contact {
    margin-top: 40px;
}

.social-contact h4 {
    color: black;
    margin-bottom: 15px;
    font-size: 1.2rem;
    font-weight: bold;
}

.social-links {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.social-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    border-radius: 30px;
    color: #FFF;
    text-decoration: none;
    font-weight: 500;
    transition: transform 0.3s, box-shadow 0.3s;
   
    background-color: #f0b94e;
}



.whatsapp.social-btn i {
    color: #25D366;
    font-weight: bold;
}

.facebook.social-btn i {
    color: #3b5998;
    font-weight: bold;
}

.linkedin.social-btn i {
    color: #0077b5;
    font-weight: bold;
}

/* Contact Form Styles */
.contact-form {
    background-color: #f5f5f5;
    padding: 30px;
    border-radius: 8px;
}

.form-header {
    margin-bottom: 30px;
}

.form-header h3 {
    font-size: 2rem;
    color: var(--primary-color);
    font-weight: bold;
    margin-bottom: 10px;
}

.form-header p {
    color: #4a4a4a;
}

.contact-form input {
    border: none !important;
    box-shadow: none !important;
    height: 40px;
}

.in-3 {
    padding-right: 9%;
}

.form-group {
    position: relative;
}

.input-icon {
    position: absolute;
    right: 4%;
    top: 50%;
}

.form-group label {
    color: #4a4a4a;
}

.form-group input {
    margin-bottom: 20px;
}

.in-textarea {
    border: none !important;
    box-shadow: none !important;
    margin-bottom: 20px;
}

.submit-btn {
    background-color: var(--primary-color);
    color: white;
    border: none;
    
    width: fit-content;
    padding: 5px 10px;
    border-radius: 15px 1px 15px 1px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 1.2rem;
}

.submit-btn:hover {
    background-color: var(--button-color);
    color: white;
    
}

.form-footer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}

.form-notice {
    font-size: 1rem;
    color: black;
}

/* Map Styles */
.map-container {
    margin-top: 40px;
    border-radius: 8px;
    overflow: hidden;
    /* background-color: rgb(141, 156, 123); */
}

/* Responsive Styles */
@media (max-width: 768px) {
    .contact-container {
        flex-direction: column;
    }
     .card-division{
    display:block;
}
    
    .contact-info, .contact-form {
        min-width: 100%;
    }
    
    .social-links {
        /*flex-direction: column;*/
        gap: 6px;
    }
    
    .social-btn {
        justify-content: center;
    }
}
