

/* ===== GLOBAL FONT ===== */

body{
    margin:0;
    font-family:'Inter', sans-serif;
    background:#f8fafc;
    }
    
    /* ===== HEADER STYLE ===== */
    
    header{
    background: linear-gradient(135deg,#14532d,#4ade80);
    padding:16px 45px;
    position:sticky;
    top:0;
    z-index:999;
    box-shadow:0 5px 18px rgba(0,0,0,0.15);
    }
    
    .header-container{
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
    }
    
    /* ===== LOGO ===== */
    
    .logo{
    color:white;
    text-decoration:none;
    }
    
    .logo h2{
    margin:0;
    font-family:'Poppins', sans-serif;
    font-weight:700;
    letter-spacing:0.5px;
    }
    
    .logo span{
    font-size:13px;
    font-weight:400;
    opacity:0.9;
    }
    
    /* ===== MENU ===== */
    
    nav{
    display:flex;
    align-items:center;
    gap:28px;
    }
    
    nav a{
    color:white;
    text-decoration:none;
    font-weight:500;
    transition:0.3s;
    position:relative;
    }
    
    /* underline animation */
    nav a::after{
    content:"";
    position:absolute;
    width:0%;
    height:2px;
    background:white;
    bottom:-4px;
    left:0;
    transition:0.3s;
    }
    
    nav a:hover::after{
    width:100%;
    }
    
    /* ===== CTA BUTTON ===== */
    
    .call-btn{
    background:white;
    color:#14532d;
    padding:11px 24px;
    border-radius:40px;
    font-weight:600;
    text-decoration:none;
    transition:0.4s;
    box-shadow:0 4px 12px rgba(0,0,0,0.2);
    }
    
    .call-btn:hover{
    background:#dcfce7;
    transform:translateY(-3px);
    }
    
    /* ===== MOBILE MENU ===== */
    
    .menu-toggle{
    display:none;
    font-size:26px;
    color:white;
    cursor:pointer;
    }
    
    @media(max-width:768px){
    
    nav{
    display:none;
    flex-direction:column;
    width:100%;
    background:#14532d;
    margin-top:15px;
    padding:20px 0;
    }
    
    nav a{
    padding:10px 0;
    }
    
    .menu-toggle{
    display:block;
    }
    
    nav.active{
    display:flex;
    }
    
    }
    


/* ===== BANNER ===== */

.contact-banner{
    padding:90px 20px;
    text-align:center;
    background:linear-gradient(135deg,#166534,#4ade80);
    color:white;
    }
    
    .contact-banner h1{
    font-family:'Poppins', sans-serif;
    font-size:40px;
    }
    
    /* ===== CONTACT BOX ===== */
    
    .contact-info{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
    padding:60px 40px;
    background:#f8fafc;
    }
    
    .contact-box{
    background:white;
    padding:30px;
    border-radius:18px;
    text-align:center;
    box-shadow:0 5px 18px rgba(0,0,0,0.08);
    transition:0.3s;
    }
    
    .contact-box:hover{
    transform:translateY(-8px);
    }
    
    .contact-box i{
    font-size:35px;
    color:#22c55e;
    margin-bottom:15px;
    }
    
    /* ===== MAIN SECTION ===== */
    
    .contact-main{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:40px;
    padding:60px 40px;
    }
    
    /* FORM */
    
    .contact-form{
    background:white;
    padding:35px;
    border-radius:20px;
    box-shadow:0 5px 18px rgba(0,0,0,0.08);
    }
    
    .contact-form h2{
    margin-bottom:20px;
    font-family:'Poppins', sans-serif;
    color:#166534;
    }
    
    .contact-form form{
    display:flex;
    flex-direction:column;
    gap:15px;
    }
    
    /* INPUT FIX */
    
    .contact-form input,
    .contact-form textarea{
    width:100%;
    padding:14px;
    border-radius:10px;
    border:1px solid #e2e8f0;
    outline:none;
    font-size:15px;
    box-sizing:border-box;
    }
    
    .contact-form textarea{
    height:120px;
    resize:none;
    }
    
    .contact-form button{
    background:linear-gradient(135deg,#166534,#4ade80);
    color:white;
    padding:14px;
    border:none;
    border-radius:30px;
    font-weight:600;
    cursor:pointer;
    transition:0.3s;
    }
    
    .contact-form button:hover{
    transform:translateY(-3px);
    box-shadow:0 8px 18px rgba(0,0,0,0.2);
    }
    
    /* MAP */
    
    .contact-map iframe{
    width:100%;
    height:100%;
    min-height:420px;
    border:none;
    border-radius:20px;
    box-shadow:0 5px 18px rgba(0,0,0,0.08);
    }
    
    /* ===== RESPONSIVE ===== */
    
    @media(max-width:992px){
    
    .contact-info{
    grid-template-columns:1fr;
    }
    
    .contact-main{
    grid-template-columns:1fr;
    }
    
    }
    

    body {
        margin: 0;
        font-family: Arial, sans-serif;
      }
      header {
        align-items: center;
        padding: 15px 50px;
        color: white;
        text-align: center;
      }
      body img {
        width: 100%;
      }
      nav {
        text-align: center;
        margin-bottom: 10px;
      }
      nav a {
        color: #000;
        text-decoration: none;
        margin-left: 20px;
        font-weight: bold;
      }
      .banner {
        margin-top: 20px;
        text-align: center;
      }
      .call-btn {
    display: block;
    padding: 15px 40px;
    background: #fa0001;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
  }
      footer {
        background: #000;
        color: white;
        text-align: center;
        padding: 15px;
      }
      .banner h1 {
        color: #000;
        font-size: 22px;
        text-align: center;
        padding: 5px 4px;
      }
     .banner a {
    text-decoration: none;
    color: #fff;
    font-size: 17px;
    background: #fa0000;
    padding: 12px 19px;
    display: inline-block;
    border-radius: 10px;
    margin: 10px 0;
  }
      .banner p {
    color: #000;
    font-size: 16px;
    padding: 17px 48px;
    font-weight: normal;
    line-height: 24px;
  }
  .call-btn {
    margin: 29px;
  }
      .banner img {
        margin-top: 20px;
      }
       @media only screen and (max-width: 600px) {
  
           
           
           .dektp-set {
    display: none;
  }
  .mobi-set header {
    background: none !important;
    box-shadow: none;
    position: inherit;
  }
       }
       
        @media only screen and (min-width: 601px) {
  
           
           
           .mobi-set {
    display: none;
  }
  
       }
  

/* ===== FOOTER ===== */

.footer{
    background:linear-gradient(135deg,#052e16,#166534);
    color:white;
    padding-top:70px;
    }
    
    /* GRID */
    
    .footer-container{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:40px;
    padding:0 40px 50px;
    }
    
    /* BOX */
    
    .footer-box h3,
    .footer-box h4{
    margin-bottom:20px;
    font-family:'Poppins', sans-serif;
    }
    
    .footer-box p{
    font-size:14px;
    line-height:1.6;
    color:#d1fae5;
    }
    
    /* LINKS */
    
    .footer-box ul{
    list-style:none;
    padding:0;
    }
    
    .footer-box ul li{
    margin-bottom:10px;
    }
    
    .footer-box ul li a{
    color:#d1fae5;
    text-decoration:none;
    transition:0.3s;
    }
    
    .footer-box ul li a:hover{
    color:white;
    padding-left:5px;
    }
    
    /* SOCIAL */
    
    .social-icons a{
    display:inline-block;
    margin-right:12px;
    font-size:18px;
    color:white;
    transition:0.3s;
    }
    
    .social-icons a:hover{
    color:#4ade80;
    transform:translateY(-3px);
    }
    
    /* NEWSLETTER */
    
    .newsletter{
    display:flex;
    margin-top:10px;
    }
    
    .newsletter input{
    padding:10px;
    border:none;
    border-radius:5px 0 0 5px;
    outline:none;
    width:70%;
    }
    
    .newsletter button{
    padding:10px 18px;
    border:none;
    background:#4ade80;
    color:#052e16;
    font-weight:600;
    border-radius:0 5px 5px 0;
    cursor:pointer;
    transition:0.3s;
    }
    
    .newsletter button:hover{
    background:#22c55e;
    }
    
    /* DISCLAIMER */
    
    .footer-disclaimer{
    border-top:1px solid rgba(255,255,255,0.2);
    padding:20px 40px;
    text-align:center;
    font-size:13px;
    color:#bbf7d0;
    }
    
    /* COPYRIGHT */
    
    .footer-bottom{
    text-align:center;
    padding:15px;
    background:#021c0d;
    font-size:14px;
    }
    
    /* ===== RESPONSIVE ===== */
    
    @media(max-width:1100px){
    .footer-container{
    grid-template-columns:repeat(2,1fr);
    }
    }
    
    @media(max-width:600px){
    .footer-container{
    grid-template-columns:1fr;
    }
    }
    
              