body {
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

section {padding:50px 0px;}
        .navbar-toggler{background-color: white; border: none; align-items: end; position: absolute; top: 1rem; right: 1rem;}
        .navbar-toggler-icon {font-size: 15px;}
        .navbar {
            background-color: #414083;
            position: relative;
        }
        
        .nav-link {
            color: rgb(237, 232, 232);
            font-size: 18px;
            font-weight: 600;
        }
        .nav-link:hover{
            color: white;
        }
        .navbar-brand img { height: 55px; }
        .chat-button {
            background-color: rgb(59, 151, 59);
            color: white;
            font-family: Verdana, Geneva, Tahoma, sans-serif;
        }
        .chat-button:hover {
            background-color: lightslategrey;
            color: white;
        }
        .hero-section {
            background-image: url('../image/banner.jpg');
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover;
            color: white;
            padding: 15% 5%;
            overflow: hidden;
        }
        .hero-section p{
            font-size: 35px;
            text-align: left;
        }
        .hero-section a{
        background-color: #414083;
        text-align: left;
        color: white;
        border-radius: 15px;
        }
        .hero-section:hover a{
            background-color: #414083;
            text-align: left;
            }
        .section-title { 
            font-size: 2rem;
            font-weight: 600; 
        }
        .about-lawferm {
          font-size: 18px;
        }
        /*subheading */
        .subheading {
            background-image: url("../image/sub-header.jpg");
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover; 
            align-items: center;
            padding: 13% 0%;
            font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
            color: #414083;
        }
        /*asked question*/
        #faqs { 
            width: 90%;
        }
        .overlay {
             padding: 60px;
            }
    
/*our legal services*/
        .services-body {
          background-color: #eee;
        }
        .service-part { 
            border: none; 
            box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1); 
            transition: 0.3s;
            padding: 30px 20px;
            border-radius: 10px;
            background-color: white;
         }
       .service-part:hover {
             transform: translateY(-6px);
             transform: translate(1.1);
             background-color: #1972d2;
             color: #eee;
         }
        .list-unstyled {
          line-height: 30px;
          font-size: 18px;
        } 

        /*servises button */
        .button {
          display: inline-flex;
          align-items: center;
          background: #b2adad;
          color: #222;
          font-weight: bold;
          text-decoration: none;
          padding: 10px 20px;
          position: relative;
          border-radius: 5px;
          overflow: hidden;
          
      }
      .button::before {
          content: '\2192'; /* Right arrow symbol */
          background: #414083;
          color: white;
          padding: 10px;
          position: absolute;
          left: 0;
          top: 0;
          bottom: 0;
          width: 50px;
          display: flex;
          align-items: center;
          justify-content: center;
          clip-path: polygon(0 0, 80% 0, 100% 50%, 80% 100%, 0 100%);
      }
      .button span {
          margin-left: 60px; /* Push text to the right */
      }
      .button:hover {
          background: #414083;
          color: white;
      }

      .button:hover::before {
          background: #414083;
          color: #ffffff;
      }
   
         /*our clint say*/   
        .carousel-section {
            background-color: #ece0e0;
            overflow: hidden;
        }
        .rating {
            font-size: 35px;
            color: rgb(144, 123, 3);
        }   

 /*footer section */
          .footer-body {
            background-color: #414083;
            color: #f1eaea;
            padding-top: 30px;
            padding-bottom: 30px;
          }
          .footer-content {font-size: 18px; font-weight: 500;}
          .footer-list a{
            text-decoration: none;
            color: #f1eaea;
          }
          .btn-button  {
            background-color: #514fde;
            color: white;
            border-radius: 15px;
        }
        .btn-button:hover {
            background-color: rgb(143, 107, 85);
            color: white;
        }
        .modal-content {
            background-color: #ffffff;
            color: black;
        }
        
/*contact page farm*/
          .contact-section {
            background-color: #ffffff;
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            padding: 20px;
            width: 800px;
            transition: all 0.3s ease-in-out;
          }
		  /*contect section*/
        .contact-methods {
            display: flex;
            flex-wrap: wrap;
            gap: 30px;
            justify-content: center;
            margin-top: 30px;
          }
          .contact-method {
            background-color: #ffffff;
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            padding: 20px;
            text-align: center;
            transition: all 0.3s ease-in-out;
          }
          .contact-method:hover {
            transform: translateY(-10px);
            box-shadow: 0px 6px 22px rgba(0, 0, 0, 0.1);
          }
          .contact-method i {
            font-size: 30px; /* Smaller icon size */
            color: #414083; /* Dark Blue for icons */
            margin-bottom: 15px;
          }
          .form-control {
            box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
          }
/*about us section*/
        .vision-mision {
            background-color: #f5f2f2;
        }
        .vision-mision p{
                font-size: 17px;
                font-weight: 500;
        }
        /*vision-mision section image scal hover */
        .vision-image {
            overflow: hidden;
        }
        .vision-image img{
            width: 100%;
            transition: transform 0.3s ease-in-out;
        }
        .vision-image:hover img{
            transform: scale(1.1);
        }
        /*core value*/
        .ourcore-value {
            background-color: #f5f2f2;
        }
        .core-value-contant {
            width: 1050px;
            font-size: 19px;
            padding-bottom: 30px;
        }
        .value-card {
            background: #ffffff;
            padding: 20px;
            border-radius: 10px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            margin-bottom: 20px;
            display: flex;
            align-items: center;
        }
        .value-icon {
            font-size: 34px;
            color: #d4af37;
            margin-right: 25px;
        }
        .value-text p{
            font-size: 17px;
        }
       /*why chuse us */
        .about-content{
            font-size: 17px;
            font-weight: 600;
            color: rgb(73, 59, 59);
        }
        .card-whychuse {
            border: none; 
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
            transition: 0.3s;
        }
        .card-whychuse p{
            font-size: 16px;
            font-weight: 500;
        }
        .card-whychuse:hover {
            transform: scale(1.1);
            background-color: #1972d2;
            color: #eee;
        }
        .about-font {
            color: #414083;
        }
        .about-font:hover {
            color: #eee;
        }


 /*   testimonial  page */
        .testimonial-heading{
            font-size: 55px;
            font-weight: 600;
        }
        .testimonial-card {
            background-color: #414083;
            color: #fff;
            padding: 20px;
            border-radius: 8px;
        }
        .testimonial-card p{
            font-size: 16px;
            color: #eee;
        }
        .star-rating { 
            font-size: 25px;
            color: gold;
        }

/* dropdown part all Services section page*/
		.services-heading {
			background-image: url('../image/1.jpg');
			background-position: center center;
			background-repeat: no-repeat;
			background-size: cover; 
			padding: 15% 0%;
		}
        .services-list {
                line-height: 35px;
                font-size: 18px;     
        }
        .services-list i{
            color: lightslategray;
        }
        .law-dropdown-section {
            align-items: center;
            justify-content: center;
            display: flex;
        }
        .low-drop-section-content {
            width: 1100px;
            text-align: center;
        }
        .low-drop-section-content p{font-size: 19px;}
        
    
        .button-phone{
            position: fixed;
            font-size: 25px;
            bottom: 10px;
            right: 10px;
            background-color: rgb(46, 161, 46);
            color: white;
            padding: 10px;
            border-radius: 10px;
        }
        .button-whatsapp{
            position: fixed;
            font-size: 25px;
            bottom: 10px;
            right: 65px;
            background-color: rgb(46, 161, 46);
            color: white;
            padding: 10px;
            border-radius: 10px;
        }

        a {text-decoration: none; color: white;}
        
        @media (max-width:767px){
            .navbar-brand img { width: 100px; height: 40px; }
            .chat-button {font-size: 10px; }
            .call-btn {margin-right: 70px;}
            .hero-section p{font-size: 30px;}
            .header-button {width: 100%; text-align: center;}
            .about-lawferm p {font-size: 14px;}
            .list-unstyled li {font-size: 15px;}
            .services-list li {font-size:15px;}
            .low-drop-section-content p{font-size: 15px;}
            .footer-content {font-size: 15px;}
            .hero-section p{font-size: 32px;}
            .button-phone{ font-size: 20px; }
            .button-whatsapp{ font-size: 20px; }
          }
          
          @media (max-width:576px){
            .navbar-brand img { width: 100px; height: 40px;}
            .chat-button {font-size: 14px; padding: 2px 5px; }
            .hero-section p{font-size: 28px;}
            .call-btn {margin-right: 70px;}
            .header-button {width: 100%; text-align: center;}
            .about-lawferm p {font-size: 14px;}
            .list-unstyled li {font-size: 14px;}
            .services-list li {font-size:14px;}
            .low-drop-section-content p{font-size: 15px;}
            .footer-content {font-size: 14px;}
            .hero-section p{font-size: 30px;}
            .button-phone{ font-size: 20px; }
            .button-whatsapp{ font-size: 20px; right: 55px;}
          }


